*{margin:0;padding:0;box-sizing:border-box;}*:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;}:root{--primary-color:#1e3a5f;--secondary-color:#152d4a;--accent-color:#c9a84c;--accent-gradient:linear-gradient(135deg, #1e3a5f 0%, #2d5a87 50%, #c9a84c 100%);--text-dark:#0f172a;--text-light:#64748b;--bg-light:#f1f5f9;--bg-white:#ffffff;--border-color:#e2e8f0;--success-color:#059669;--warning-color:#d97706;--error-color:#ef4444;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);}body{font-family:'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;line-height:1.6;color:var(--text-dark);background:linear-gradient(to bottom, #ffffff 0%, #f8fafc 100%);min-height:100vh;}.header{background:#1e3a5f;box-shadow:var(--shadow-md);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255, 255, 255, 0.08);}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;}.logo{display:flex;align-items:center;text-decoration:none;transition:transform 0.3s;height:40px;}.logo img{height:100%;width:auto;max-height:40px;object-fit:contain;}.logo:hover{transform:scale(1.05);}.nav{display:flex;gap:2rem;align-items:center;}.nav-links{display:flex;gap:1.5rem;list-style:none;}.nav-links a{text-decoration:none;color:rgba(255, 255, 255, 0.85);font-weight:500;transition:color 0.3s;}.nav-links a:hover{color:#c9a84c;}.btn-play{background:linear-gradient(135deg, #c9a84c 0%, #e0c068 50%, #c9a84c 100%);color:white;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1rem;letter-spacing:0.5px;text-transform:uppercase;box-shadow:0 4px 15px rgba(201, 168, 76, 0.4);transition:transform 0.2s ease, box-shadow 0.2s ease;position:relative;overflow:hidden;will-change:transform;}.btn-play::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);transition:left 0.5s;}.btn-play:hover::before{left:100%;}.btn-play:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(201, 168, 76, 0.6);}.btn-play:active{transform:translateY(0);}@keyframes gradient-shift{0%, 100%{background-position:0% 50%;}50%{background-position:100% 50%;}}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:rgba(255, 255, 255, 0.9);}.mobile-menu{display:none;position:fixed;top:70px;left:0;right:0;background:var(--bg-white);box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);padding:2rem;z-index:999;}.mobile-menu.active{display:block;}.mobile-menu-links{list-style:none;display:flex;flex-direction:column;gap:1rem;}.mobile-menu-links a{text-decoration:none;color:var(--text-dark);font-weight:500;display:block;padding:0.5rem 0;}.hero{background:linear-gradient(135deg, #1e3a5f 0%, #2d5a87 60%, #c9a84c 100%);color:white;padding:5rem 2rem;text-align:center;position:relative;overflow:hidden;}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:0.3;}.hero-container{max-width:1200px;margin:0 auto;position:relative;z-index:1;}.hero h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:800;text-shadow:0 2px 10px rgba(0, 0, 0, 0.2);animation:fadeInUp 0.8s ease;}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:0.9;}.hero-image{max-width:100%;height:auto;border-radius:1rem;margin-top:2rem;box-shadow:0 20px 60px rgba(0, 0, 0, 0.3);border:3px solid rgba(255, 255, 255, 0.2);animation:fadeInUp 1s ease 0.2s both;}.stats{display:flex;justify-content:center;gap:3rem;margin-top:3rem;flex-wrap:wrap;position:relative;z-index:1;}.stat-item{text-align:center;background:rgba(255, 255, 255, 0.12);padding:1.5rem 2rem;border-radius:1rem;border:1px solid rgba(255, 255, 255, 0.25);min-width:150px;transition:transform 0.2s ease;will-change:transform;}.stat-item:hover{transform:translateY(-5px);background:rgba(255, 255, 255, 0.25);}.stat-value{font-size:2.5rem;font-weight:800;display:block;text-shadow:0 2px 5px rgba(0, 0, 0, 0.2);}.stat-label{font-size:0.9rem;opacity:0.9;margin-top:0.5rem;font-weight:500;}.section{padding:5rem 2rem;max-width:1200px;margin:0 auto;}.section:nth-child(even){background:linear-gradient(to bottom, transparent 0%, rgba(30, 58, 95, 0.03) 100%);}.section-title{font-size:2.75rem;margin-bottom:1rem;text-align:center;font-weight:800;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px;}.section-subtitle{font-size:1.25rem;color:var(--text-light);text-align:center;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;}h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark);}h4{font-size:1.25rem;font-weight:600;margin-bottom:0.75rem;color:var(--text-dark);}h5{font-size:1.125rem;font-weight:600;margin-bottom:0.5rem;color:var(--text-dark);}h6{font-size:1rem;font-weight:600;margin-bottom:0.5rem;color:var(--text-dark);}.game-mechanics{background:var(--bg-light);}.mechanics-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}.mechanics-image{width:100%;border-radius:1rem;box-shadow:var(--shadow-lg);transition:transform 0.3s ease;}.mechanics-image:hover{transform:scale(1.02);}.features-list{list-style:none;}.features-list li{padding:0.75rem 0;border-bottom:1px solid var(--border-color);}.features-list li:before{content:"✓ ";color:var(--success-color);font-weight:bold;margin-right:0.5rem;}.casinos-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-top:2rem;}.casino-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:1rem;padding:2rem;text-align:center;transition:transform 0.2s ease, box-shadow 0.2s ease;box-shadow:var(--shadow-sm);position:relative;overflow:hidden;display:flex;flex-direction:column;will-change:transform;contain:layout style;}.casino-card .btn{margin-top:auto;width:100%;}.casino-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--accent-gradient);transform:scaleX(0);transition:transform 0.3s;}.casino-card:hover::before{transform:scaleX(1);}.casino-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px);border-color:var(--primary-color);}.casino-logo{max-width:150px;height:auto;margin-bottom:1rem;}.casino-rating{color:#ffa500;font-size:1rem;font-weight:600;margin-bottom:0.5rem;}.casino-description{color:var(--text-light);margin-bottom:1.5rem;text-align:left;line-height:1.6;}.casino-features{list-style:none;padding:0;margin:1.5rem 0;text-align:left;}.casino-features li{padding:0.5rem 0;color:var(--text-dark);font-size:0.95rem;line-height:1.5;border-bottom:1px solid var(--bg-light);}.casino-features li:last-child{border-bottom:none;}.casino-bonus{background:var(--bg-light);border-radius:0.75rem;padding:1.5rem;margin:1.5rem 0;text-align:left;}.casino-bonus h4{color:var(--primary-color);font-size:1.1rem;margin-bottom:0.75rem;font-weight:700;}.casino-bonus ul{list-style:none;padding:0;margin:0;}.casino-bonus ul li{padding:0.4rem 0;color:var(--text-dark);font-size:0.95rem;position:relative;padding-left:1.5rem;}.casino-bonus ul li::before{content:'•';color:var(--primary-color);font-weight:bold;position:absolute;left:0;font-size:1.2rem;}.gallery{background:var(--bg-light);}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:1.5rem;margin-top:2rem;}.gallery-item{box-shadow:var(--shadow-md);border-radius:0.75rem;overflow:hidden;transition:transform 0.2s ease, box-shadow 0.2s ease;aspect-ratio:16 / 9;position:relative;background:var(--bg-light);}.gallery-item:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px);}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease;}.gallery-item:hover img{transform:scale(1.1);}.demo-section{background:var(--bg-light);text-align:center;}.demo-image{max-width:600px;width:100%;border-radius:0.5rem;margin:2rem auto;}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-top:2rem;}.testimonial-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:1rem;padding:2rem;box-shadow:var(--shadow-sm);transition:transform 0.2s ease, box-shadow 0.2s ease;}.testimonial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;}.testimonial-photo{width:60px;height:60px;border-radius:50%;object-fit:cover;}.testimonial-name{font-weight:600;}.testimonial-location{color:var(--text-light);font-size:0.875rem;}.testimonial-text{color:var(--text-light);font-style:italic;}.verdict{background:var(--bg-light);}.verdict-content{max-width:800px;margin:0 auto;}.verdict-content p{font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem;}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;}.pros-list, .cons-list{list-style:none;}.pros-list li:before{content:"+ ";color:var(--success-color);font-weight:bold;margin-right:0.5rem;}.cons-list li:before{content:"- ";color:var(--error-color);font-weight:bold;margin-right:0.5rem;}.faq{background:var(--bg-light);}.faq-list{max-width:800px;margin:0 auto;}.faq-item{background:var(--bg-white);border:1px solid var(--border-color);border-radius:1rem;margin-bottom:1rem;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform 0.2s ease, box-shadow 0.2s ease;}.faq-item:hover{box-shadow:var(--shadow-md);border-color:var(--primary-color);}.faq-question{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background 0.3s;}.faq-question:hover{background:var(--bg-light);}.faq-question h3{margin:0;font-size:1.125rem;}.faq-icon{font-size:1.5rem;color:var(--primary-color);transition:transform 0.3s;}.faq-item.active .faq-icon{transform:rotate(45deg);}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease-out;padding:0 1.5rem;}.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem;}.faq-answer p{color:var(--text-light);margin:0;}.footer{background:#152d4a;color:white;padding:3rem 2rem;}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;}.footer-section h3{margin-bottom:1rem;}.footer-links{list-style:none;}.footer-links a{color:rgba(255, 255, 255, 0.8);text-decoration:none;display:block;padding:0.5rem 0;transition:color 0.3s;}.footer-links a:hover{color:white;}.footer-bottom{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255, 255, 255, 0.1);color:rgba(255, 255, 255, 0.6);}.cta-section{background:var(--accent-gradient);background-size:200% 200%;color:white;text-align:center;padding:4rem 2rem;position:relative;overflow:hidden;}.cta-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:0.3;}.cta-section h2{position:relative;z-index:1;}.cta-section p{position:relative;z-index:1;}.cta-buttons{position:relative;z-index:1;}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap;}.btn{padding:1rem 2rem;border-radius:0.5rem;text-decoration:none;font-weight:600;transition:transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;display:inline-block;}.btn-primary{background:white;color:var(--primary-color);box-shadow:var(--shadow-md);transition:transform 0.2s ease, box-shadow 0.2s ease;will-change:transform;}.btn-primary:hover{background:var(--bg-light);transform:translateY(-2px);box-shadow:var(--shadow-lg);}.btn-secondary{background:transparent;color:white;border:2px solid white;transition:transform 0.2s ease, background 0.2s ease, color 0.2s ease;}.btn-secondary:hover{background:white;color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 15px rgba(255, 255, 255, 0.3);}.promo-code-section{background:var(--bg-light);text-align:center;padding:2rem;}.promo-code-box{background:white;border:2px dashed var(--primary-color);border-radius:1rem;padding:2rem;display:inline-block;margin-top:1rem;box-shadow:var(--shadow-lg);transition:transform 0.2s ease, box-shadow 0.2s ease;}.promo-code-box:hover{transform:scale(1.05);box-shadow:var(--shadow-xl);border-color:var(--secondary-color);}.promo-code{font-size:1.5rem;font-weight:bold;color:var(--primary-color);font-family:monospace;margin:0.5rem 0;}.btn-copy{background:var(--primary-color);color:white;border:none;padding:0.5rem 1rem;border-radius:0.25rem;cursor:pointer;font-weight:600;margin-top:0.5rem;}.btn-copy:hover{background:var(--secondary-color);}.breadcrumb{padding:1rem 2rem;background:var(--bg-light);max-width:1200px;margin:0 auto;}.breadcrumb-links{display:flex;gap:0.5rem;list-style:none;flex-wrap:wrap;}.breadcrumb-links a{color:var(--text-light);text-decoration:none;}.breadcrumb-links a:hover{color:var(--primary-color);}.breadcrumb-links li:not(:last-child)::after{content:" / ";color:var(--text-light);margin-left:0.5rem;}.toc-section{background:var(--bg-light);padding:2rem;border-radius:0.5rem;margin:2rem 0;}.toc-list{list-style:none;padding-left:0;}.toc-list li{padding:0.5rem 0;}.toc-list a{color:var(--primary-color);text-decoration:none;}.toc-list a:hover{text-decoration:underline;}.requirements-table{width:100%;border-collapse:collapse;margin:2rem 0;background:white;border-radius:0.5rem;overflow:hidden;box-shadow:var(--shadow-md);}.requirements-table th,.requirements-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--border-color);}.requirements-table th{background:var(--accent-gradient);color:white;font-weight:700;text-transform:uppercase;font-size:0.875rem;letter-spacing:0.5px;}.requirements-table tr:hover{background:var(--bg-light);}.game-stats-table{width:100%;max-width:800px;margin:2rem auto;border-collapse:collapse;background:white;border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-lg);}.game-stats-table th,.game-stats-table td{padding:1.25rem 1.5rem;text-align:left;border-bottom:1px solid var(--border-color);}.game-stats-table th{background:var(--accent-gradient);color:white;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:0.5px;}.game-stats-table tr:last-child td{border-bottom:none;}.game-stats-table tr:hover{background:linear-gradient(90deg, rgba(30, 58, 95, 0.05) 0%, transparent 100%);}.game-stats-table td:first-child{font-weight:600;color:var(--primary-color);}.game-stats-table td:last-child{font-weight:700;font-size:1.125rem;color:var(--text-dark);}.download-steps{list-style:none;counter-reset:step-counter;}.download-steps li{counter-increment:step-counter;padding:1.5rem;margin-bottom:1rem;background:white;border-left:4px solid var(--primary-color);border-radius:1rem;position:relative;padding-left:4rem;box-shadow:var(--shadow-sm);transition:transform 0.2s ease, box-shadow 0.2s ease;}.download-steps li:hover{box-shadow:var(--shadow-md);transform:translateX(5px);border-left-width:6px;}.download-steps li::before{content:counter(step-counter);position:absolute;left:1rem;top:1.5rem;background:var(--primary-color);color:white;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;}.comparison-table{width:100%;border-collapse:collapse;margin:2rem 0;background:white;border-radius:0.5rem;overflow:hidden;}.comparison-table th,.comparison-table td{padding:1rem;text-align:center;border:1px solid var(--border-color);}.comparison-table th{background:var(--accent-gradient);color:white;font-weight:700;text-transform:uppercase;font-size:0.875rem;letter-spacing:0.5px;}.comparison-table tr:nth-child(even){background:var(--bg-light);}.problems-list{list-style:none;}.problems-list li{padding:1rem;margin-bottom:1rem;background:white;border-left:4px solid var(--warning-color);border-radius:0.5rem;}.problems-list h4{color:var(--warning-color);margin-bottom:0.5rem;}.warning-note{background:#fef3c7;border-left:4px solid var(--warning-color);padding:1rem;border-radius:0.5rem;margin:1rem 0;}.related-pages{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1.5rem;margin-top:2rem;}.related-page-card{background:white;border:1px solid var(--border-color);border-radius:0.5rem;padding:1.5rem;text-align:center;transition:box-shadow 0.3s;}.related-page-card:hover{box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);}.related-page-card a{color:var(--primary-color);text-decoration:none;font-weight:600;}.bonus-card{background:white;border-radius:1rem;padding:2.5rem;margin-bottom:2.5rem;box-shadow:var(--shadow-lg);}.bonus-title{font-size:1.75rem;margin-bottom:1.5rem;color:var(--primary-color);}.bonus-title--large{font-size:2rem;display:flex;align-items:center;gap:0.5rem;}.mt-1{margin-top:1rem;}.mt-1-5{margin-top:1.5rem;}.mt-2{margin-top:2rem;}.mt-3{margin-top:3rem;}.mt-4{margin-top:4rem;}.mb-1{margin-bottom:1rem;}.mb-2{margin-bottom:2rem;}.image-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1rem;}.image-grid--wide{grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem;}.image-grid--duo{grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:1.5rem;margin:2rem 0;}.image-rounded{border-radius:1rem;box-shadow:var(--shadow-md);width:100%;height:auto;}.image-rounded--lg{box-shadow:var(--shadow-lg);}.highlight-box{background:var(--bg-light);padding:1.5rem;border-radius:0.75rem;margin:1rem 0;}.highlight-box h5{color:var(--primary-color);margin-bottom:0.5rem;}.centered-image{max-width:800px;margin:0 auto 2rem;display:block;border-radius:1rem;box-shadow:var(--shadow-lg);}.centered-image--sm{max-width:500px;width:100%;height:auto;object-fit:contain;}.app-images-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem;margin:2rem 0;}.app-image{width:100%;height:auto;max-width:100%;border-radius:1rem;box-shadow:var(--shadow-lg);object-fit:contain;}.cta-heading{font-size:2.5rem;font-weight:800;margin-bottom:1rem;}.review-box{margin-top:2rem;padding:1.5rem;background:var(--bg-light);border-radius:1rem;}.hero-image--constrained{max-width:600px;margin-top:2rem;}@media (max-width:768px){.nav-links{display:none;}.mobile-menu-toggle{display:block;}.hero h1{font-size:2rem;}.mechanics-content{grid-template-columns:1fr;}.stats{gap:1.5rem;}.pros-cons{grid-template-columns:1fr;}.section-title{font-size:2rem;}.mechanics-image{max-width:100%;height:auto;}.centered-image--sm{max-width:100%;width:100%;}.app-images-grid, .image-grid, .image-grid--wide, .image-grid--duo{grid-template-columns:1fr;}}@media (max-width:480px){.header-container{padding:1rem;}.section{padding:2rem 1rem;}.hero{padding:2rem 1rem;}.mechanics-image{max-width:100%;width:100%;height:auto;} img{max-width:100%;height:auto;}}.age-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:rgba(0, 0, 0, 0.85);display:flex;align-items:center;justify-content:center;}.age-modal{background:white;border-radius:16px;padding:2.5rem;max-width:420px;text-align:center;box-shadow:0 20px 60px rgba(0, 0, 0, 0.3);}.age-modal h2{font-size:1.5rem;margin-bottom:0.5rem;}.age-modal p{color:var(--text-light);margin-bottom:1.5rem;font-size:0.95rem;}.age-modal-buttons{display:flex;gap:1rem;justify-content:center;}.age-modal-buttons .btn-yes{background:var(--primary-color);color:white;padding:0.75rem 2rem;border-radius:8px;border:none;cursor:pointer;font-size:1rem;font-weight:600;}.age-modal-buttons .btn-yes:hover{background:var(--secondary-color);}.age-modal-buttons .btn-no{background:var(--border-color);color:var(--text-dark);padding:0.75rem 2rem;border-radius:8px;border:none;cursor:pointer;font-size:1rem;font-weight:500;}.age-modal-buttons .btn-no:hover{background:#d1d5db;}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9998;background:white;box-shadow:0 -4px 20px rgba(0, 0, 0, 0.1);padding:1.25rem 2rem;transform:translateY(100%);transition:transform 0.3s ease;}.cookie-banner.active{transform:translateY(0);}.cookie-banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;}.cookie-banner-text{flex:1;font-size:0.9rem;color:var(--text-dark);min-width:300px;}.cookie-banner-text a{color:var(--primary-color);text-decoration:underline;}.cookie-banner-buttons{display:flex;gap:0.75rem;flex-wrap:wrap;}.cookie-banner-buttons button{padding:0.6rem 1.25rem;border-radius:8px;border:none;cursor:pointer;font-size:0.85rem;font-weight:500;}.btn-accept-all{background:var(--primary-color);color:white;}.btn-accept-all:hover{background:var(--secondary-color);}.btn-reject{background:var(--border-color);color:var(--text-dark);}.btn-reject:hover{background:#d1d5db;}@media (max-width:600px){.cookie-banner-content{flex-direction:column;text-align:center;}.cookie-banner-buttons{justify-content:center;}}.trust-badges{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem;flex-wrap:wrap;}.trust-badge{display:flex;align-items:center;gap:0.5rem;background:rgba(255, 255, 255, 0.1);border:1px solid rgba(255, 255, 255, 0.2);padding:0.5rem 1rem;border-radius:8px;font-size:0.85rem;color:var(--text-light);}.trust-badge span.badge-icon{font-size:1.2rem;}.quick-start-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;margin-top:2rem;}.quick-start-step{text-align:center;padding:1.5rem;}.quick-start-step .step-number{width:48px;height:48px;border-radius:50%;background:var(--accent-gradient);color:white;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin:0 auto 1rem;}.quick-start-step h3{font-size:1rem;margin-bottom:0.5rem;}.quick-start-step p{font-size:0.85rem;color:var(--text-light);}@media (max-width:768px){.quick-start-grid{grid-template-columns:repeat(2, 1fr);}}@media (max-width:480px){.quick-start-grid{grid-template-columns:1fr;}}