.page-ndn-666 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; }.page-ndn-666__hero-section { position: relative; width: 100%; height: 500px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 10px 20px 50px; box-sizing: border-box; overflow: hidden; }.page-ndn-666__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-ndn-666__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)); z-index: 2; }.page-ndn-666__hero-content { position: relative; z-index: 3; max-width: 900px; }.page-ndn-666__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #fff; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); }.page-ndn-666__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; color: #ccc; }.page-ndn-666__hero-buttons { display: flex; gap: 20px; }.page-ndn-666__btn { display: inline-block; padding: 12px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; font-size: 1.1em; white-space: nowrap; }.page-ndn-666__btn--primary { background-color: #e44d26; color: #fff; border: 2px solid #e44d26; }.page-ndn-666__btn--primary:hover { background-color: #ff5722; transform: translateY(-2px); }.page-ndn-666__btn--secondary { background-color: transparent; color: #e44d26; border: 2px solid #e44d26; }.page-ndn-666__btn--secondary:hover { background-color: #e44d26; color: #fff; transform: translateY(-2px); }.page-ndn-666__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; }.page-ndn-666__section-title { font-size: 2.8em; margin-bottom: 40px; color: #e44d26; position: relative; padding-bottom: 15px; }.page-ndn-666__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e44d26; border-radius: 2px; }.page-ndn-666__text-content { font-size: 1.1em; color: #c0c0c0; margin-bottom: 20px; text-align: left; }.page-ndn-666__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #222; margin-bottom: 40px; }.page-ndn-666__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-ndn-666__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-ndn-666__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; }.page-ndn-666__access-item { background-color: #2a2a2a; border-radius: 10px; padding: 30px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: transform 0.3s ease, background-color 0.3s ease; }.page-ndn-666__access-item:hover { transform: translateY(-5px); background-color: #333; }.page-ndn-666__access-item h3 { font-size: 1.5em; margin-bottom: 15px; color: #e44d26; }.page-ndn-666__access-item .page-ndn-666__btn { width: 100%; box-sizing: border-box; }.page-ndn-666__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-ndn-666__game-card { background-color: #2a2a2a; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,0.4); text-align: left; transition: transform 0.3s ease; }.page-ndn-666__game-card:hover { transform: translateY(-8px); }.page-ndn-666__game-card img { width: 100%; height: 220px; object-fit: cover; display: block; max-width: 100%; }.page-ndn-666__game-card-content { padding: 25px; }.page-ndn-666__game-card-content h3 { font-size: 1.6em; margin-bottom: 10px; color: #e44d26; }.page-ndn-666__game-card-content p { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; }.page-ndn-666__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-ndn-666__promo-card { background-color: #2a2a2a; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,0.4); text-align: left; transition: transform 0.3s ease; }.page-ndn-666__promo-card:hover { transform: translateY(-8px); }.page-ndn-666__promo-card img { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; }.page-ndn-666__promo-card-content { padding: 25px; }.page-ndn-666__promo-card-content h3 { font-size: 1.6em; margin-bottom: 10px; color: #e44d26; }.page-ndn-666__promo-card-content p { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; }.page-ndn-666__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-ndn-666__security-item { background-color: #2a2a2a; border-radius: 10px; padding: 30px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }.page-ndn-666__security-item h3 { font-size: 1.5em; margin-bottom: 15px; color: #e44d26; }.page-ndn-666__security-item p { font-size: 1em; color: #c0c0c0; }.page-ndn-666__faq-list { margin-top: 40px; text-align: left; }.page-ndn-666__faq-item { background-color: #2a2a2a; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }.page-ndn-666__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #333; transition: background-color 0.3s ease; user-select: none; }.page-ndn-666__faq-question:hover { background-color: #444; }.page-ndn-666__faq-question h3 { margin: 0; font-size: 1.3em; color: #e44d26; pointer-events: none; }.page-ndn-666__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; }.page-ndn-666__faq-item.active .page-ndn-666__faq-toggle { transform: rotate(45deg); }.page-ndn-666__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-ndn-666__faq-item.active .page-ndn-666__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-ndn-666__faq-answer p { margin: 0; color: #c0c0c0; }.page-ndn-666__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-ndn-666__blog-card { background-color: #2a2a2a; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,0.4); text-align: left; transition: transform 0.3s ease; }.page-ndn-666__blog-card:hover { transform: translateY(-8px); }.page-ndn-666__blog-card img { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; }.page-ndn-666__blog-card-content { padding: 25px; }.page-ndn-666__blog-card-content h3 { font-size: 1.5em; margin-bottom: 10px; }.page-ndn-666__blog-card-content h3 a { color: #e44d26; text-decoration: none; transition: color 0.3s ease; }.page-ndn-666__blog-card-content h3 a:hover { color: #ff5722; }.page-ndn-666__blog-card-content p { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; }.page-ndn-666__blog-card-meta { font-size: 0.85em; color: #888; }.page-ndn-666__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 15px; }.page-ndn-666__floating-btn { width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 10px rgba(0,0,0,0.3); font-size: 0.8em; text-align: center; line-height: 1.2; text-decoration: none; color: #fff; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; }.page-ndn-666__floating-btn--register { background-color: #e44d26; }.page-ndn-666__floating-btn--login { background-color: #007bff; }.page-ndn-666__floating-btn:hover { transform: scale(1.05); }.page-ndn-666__floating-btn--register:hover { background-color: #ff5722; }.page-ndn-666__floating-btn--login:hover { background-color: #0056b3; }@media (max-width: 1024px) { .page-ndn-666__hero-title { font-size: 3em; } .page-ndn-666__hero-subtitle { font-size: 1.3em; } .page-ndn-666__section-title { font-size: 2.2em; } .page-ndn-666__section { padding: 40px 15px; } .page-ndn-666__text-content { font-size: 1em; }}.page-ndn-666 img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-ndn-666 ul, .page-ndn-666 ol { padding-left: 20px; text-align: left; }.page-ndn-666 li { margin-bottom: 10px; color: #c0c0c0; }.page-ndn-666__game-card-content .page-ndn-666__btn, .page-ndn-666__promo-card-content .page-ndn-666__btn { width: auto; }.page-ndn-666__game-card img, .page-ndn-666__promo-card img, .page-ndn-666__blog-card img { width: 100%; max-width: 100%; height: auto; object-fit: cover; display: block; box-sizing: border-box; }@media (max-width: 768px) { .page-ndn-666__hero-section { height: 400px; padding-bottom: 30px; } .page-ndn-666__hero-title { font-size: 2.2em; } .page-ndn-666__hero-subtitle { font-size: 1.1em; } .page-ndn-666__hero-buttons { flex-direction: column; gap: 15px; width: 80%; } .page-ndn-666__btn { padding: 10px 20px; font-size: 1em; width: 100%; box-sizing: border-box; } .page-ndn-666__section { padding: 30px 15px; } .page-ndn-666__section-title { font-size: 1.8em; margin-bottom: 25px; } .page-ndn-666__text-content { font-size: 0.95em; } .page-ndn-666__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 25px 15px; } .page-ndn-666__payment-logo, .page-ndn-666__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-ndn-666__quick-access-grid, .page-ndn-666__games-grid, .page-ndn-666__promotions-grid, .page-ndn-666__security-grid, .page-ndn-666__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-ndn-666__access-item, .page-ndn-666__game-card, .page-ndn-666__promo-card, .page-ndn-666__security-item, .page-ndn-666__blog-card { padding: 20px; box-sizing: border-box; } .page-ndn-666__game-card img, .page-ndn-666__promo-card img, .page-ndn-666__blog-card img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-ndn-666__game-card-content, .page-ndn-666__promo-card-content, .page-ndn-666__blog-card-content { padding: 20px; } .page-ndn-666__faq-question { padding: 15px 20px; } .page-ndn-666__faq-question h3 { font-size: 1.1em; } .page-ndn-666__faq-answer { padding: 0 20px; } .page-ndn-666__faq-item.active .page-ndn-666__faq-answer { padding: 15px 20px !important; } .page-ndn-666__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-ndn-666__floating-btn { width: 50px; height: 50px; font-size: 0.75em; } .page-ndn-666 ul, .page-ndn-666 ol { padding-left: 15px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ndn-666 li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-ndn-666__hero-background img, .page-ndn-666__hero-background video { width: 100%; height: 100%; object-fit: cover; display: block; }