*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;line-height:1.6;color:#333;padding:0 10px;position:relative;overflow-x:hidden}
body::before{content:"✈️";position:absolute;top:15%;left:-5%;font-size:8rem;opacity:0.08;animation:fly-across 12s linear infinite;z-index:-1}
body::after{content:"🚀";position:absolute;top:70%;right:-5%;font-size:7rem;opacity:0.12;animation:rocket-up 10s ease-in-out infinite;z-index:-1}
@keyframes fly-across{0%{transform:translateX(-100px) translateY(0px) rotate(0deg)}100%{transform:translateX(100vw) translateY(-50px) rotate(15deg)}}
@keyframes rocket-up{0%,100%{transform:translateY(0px) rotate(0deg)}50%{transform:translateY(-100px) rotate(10deg)}}
.site-header{background:#262626;color:white;position:sticky;top:0;z-index:1000;border-bottom:3px solid #666}
.header-container{display:flex;justify-content:space-between;align-items:center;padding:12px 20px 12px 20px;max-width:1200px;margin:0 auto}
.logo-wrapper{flex-shrink:0}
.brand-logo{width:120px;height:30px;object-fit:contain}
.main-navigation{display:none}
.nav-list{display:flex;list-style:none;gap:32px}
.nav-item{color:white}
.nav-link{color:white;text-decoration:none;font-weight:500;transition:color 0.3s}
.nav-link:hover{color:#ccc}
.nav-item.active{color:#ccc;font-weight:600}
.auth-buttons-desktop{display:none;gap:12px}
.signup-btn,.signin-btn{padding:10px 20px;text-decoration:none;border-radius:6px;font-weight:600;transition:all 0.3s}
.signup-btn{background:#ff6b35;color:white}
.signup-btn:hover{background:#e55a2e}
.signin-btn{background:transparent;color:white;border:2px solid #666}
.signin-btn:hover{background:#666;color:white}
.hamburger-toggle{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;flex-direction:column;gap:4px}
.hamburger-line{width:24px;height:3px;background:white;border-radius:2px;transition:all 0.3s}
.mobile-menu{display:none;background:#262626;padding:20px 0;border-top:1px solid #666}
.mobile-nav-list{list-style:none;text-align:center}
.mobile-nav-item{padding:12px 0;border-bottom:1px solid #444}
.mobile-nav-link{color:white;text-decoration:none;font-size:18px;font-weight:500}
.mobile-auth-buttons{display:flex;gap:12px;justify-content:center;margin-top:20px}
.mobile-signup-btn,.mobile-signin-btn{padding:12px 24px;text-decoration:none;border-radius:6px;font-weight:600;flex:1;text-align:center;max-width:140px}
.mobile-signup-btn{background:#ff6b35;color:white}
.mobile-signin-btn{background:transparent;color:white;border:2px solid #666}
.main-content{max-width:1200px;margin:0 auto;padding:40px 0}
.aviator-hero{background:linear-gradient(135deg,#ff6b35 0%,#e55a2e 100%);color:white;padding:60px 20px;text-align:center;border-radius:12px;margin-bottom:40px;position:relative;overflow:hidden}
.aviator-hero::before{content:"✈️";position:absolute;top:20px;left:20px;font-size:2rem;opacity:0.3;animation:plane-fly 8s linear infinite}
.aviator-hero::after{content:"💫";position:absolute;bottom:20px;right:20px;font-size:2rem;opacity:0.3;animation:twinkle 3s ease-in-out infinite}
@keyframes plane-fly{0%{transform:translateX(0) rotate(0deg)}100%{transform:translateX(50px) rotate(15deg)}}
@keyframes twinkle{0%,100%{opacity:0.3;transform:scale(1)}50%{opacity:0.8;transform:scale(1.2)}}
.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}
.hero-title{font-size:2.8rem;font-weight:800;margin-bottom:24px;line-height:1.2}
.hero-description{font-size:1.3rem;margin-bottom:40px;opacity:0.9;line-height:1.6}
.hero-stats{display:flex;justify-content:center;gap:40px;margin-bottom:40px;flex-wrap:wrap}
.stat-item{text-align:center}
.stat-number{display:block;font-size:2.5rem;font-weight:800;color:#ffd700;line-height:1;text-shadow:0 0 3px rgba(0,0,0,0.7);padding-top:15px}
.stat-label{font-size:1rem;opacity:0.9;margin-top:8px;}
.hero-cta{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:30px}
.play-aviator-btn,.demo-btn{display:inline-block;padding:18px 36px;border-radius:12px;text-decoration:none;font-weight:700;font-size:1.2rem;transition:all 0.3s}
.play-aviator-btn{background:rgba(255,255,255,0.2);border:2px solid rgba(255,255,255,0.5);color:white;backdrop-filter:blur(10px)}
.play-aviator-btn:hover{background:rgba(255,255,255,0.3);border-color:rgba(255,255,255,0.7);transform:translateY(-2px)}
.demo-btn{background:transparent;border:2px solid rgba(255,255,255,0.3);color:white}
.demo-btn:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.5)}
.section-heading{font-size:2.2rem;color:#262626;margin-bottom:20px;font-weight:700}
.section-intro{font-size:1.1rem;color:#555;margin-bottom:40px;line-height:1.7}
.game-mechanics{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;margin-bottom:40px}
.mechanics-card{background:white;border:2px solid #f0f0f0;border-radius:12px;padding:24px;transition:all 0.3s;box-shadow:0 2px 8px rgba(0,0,0,0.1);position:relative;overflow:hidden}
.mechanics-card:hover{border-color:#ff6b35;transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.15)}
.mechanics-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6b35,#e55a2e)}
.mechanics-icon{font-size:3rem;margin-bottom:16px;display:block;text-align:center}
.mechanics-title{font-size:1.4rem;color:#262626;margin-bottom:16px;font-weight:600;text-align:center}
.mechanics-description{color:#666;margin-bottom:20px;line-height:1.6}
.mechanics-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}
.step-item{display:flex;align-items:center;gap:8px;background:#f8f9fa;border-radius:8px;padding:10px}
.step-number{background:#ff6b35;color:white;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.9rem;flex-shrink:0}
.step-text{font-size:0.9rem;color:#666}
.fairness-features{display:flex;flex-direction:column;gap:12px}
.fairness-item{background:#f8f9fa;border-radius:8px;padding:12px}
.fairness-title{font-size:1rem;color:#262626;margin-bottom:6px;font-weight:600}
.fairness-desc{font-size:0.9rem;color:#666;line-height:1.5}
.social-features{background:#f8f9fa;border-radius:8px;padding:16px}
.social-list{list-style:none;margin:0}
.social-list li{padding:6px 0;color:#666;font-size:0.9rem}
.social-list li:before{content:"💬";margin-right:8px}
.game-statistics{margin-top:40px}
.stats-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}
.stats-card{background:#f8f9fa;border-radius:12px;padding:20px}
.stats-category{font-size:1.2rem;color:#262626;margin-bottom:16px;font-weight:600;text-align:center}
.stats-breakdown{display:flex;flex-direction:column;gap:8px}
.stat-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #eee}
.stat-row:last-child{border-bottom:none}
.stat-label{color:#666;font-size:0.9rem}
.stat-value{color:#262626;font-weight:600;font-size:0.9rem}
.features-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;margin-bottom:40px}
.feature-card{background:white;border:2px solid #f0f0f0;border-radius:12px;padding:24px;transition:all 0.3s;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.feature-card:hover{border-color:#ff6b35;transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,0.15)}
.feature-card.primary{border-color:#ffd700;background:linear-gradient(135deg,#fff9e6 0%,#ffffff 100%)}
.feature-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.feature-icon{font-size:2rem;color:#ff6b35}
.feature-title{font-size:1.3rem;color:#262626;font-weight:600}
.feature-content{display:flex;flex-direction:column;gap:16px}
.feature-description{color:#666;line-height:1.6}
.feature-benefits{display:flex;flex-direction:column;gap:8px}
.benefit-item{display:flex;align-items:center;gap:8px}
.benefit-icon{color:#27ae60;font-weight:bold}
.benefit-text{color:#666;font-size:0.9rem}
.auto-options,.chat-features,.safety-measures{background:#f8f9fa;border-radius:8px;padding:16px}
.auto-list,.chat-list,.safety-list{list-style:none;margin:0}
.auto-list li,.chat-list li,.safety-list li{padding:6px 0;color:#666;font-size:0.9rem}
.auto-list li:before{content:"⚙️";margin-right:8px}
.chat-list li:before{content:"💬";margin-right:8px}
.safety-list li:before{content:"🛡️";margin-right:8px}
.analytics-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}
.analytics-item{background:#f8f9fa;border-radius:8px;padding:12px}
.analytics-title{font-size:1rem;color:#262626;margin-bottom:6px;font-weight:600}
.analytics-desc{font-size:0.9rem;color:#666;line-height:1.4}
.notification-types{display:flex;flex-direction:column;gap:8px}
.notification-item{display:flex;justify-content:space-between;background:#f8f9fa;border-radius:6px;padding:8px 12px}
.notification-label{font-size:0.9rem;color:#262626;font-weight:600}
.notification-desc{font-size:0.8rem;color:#666}
.gameplay-steps{margin-bottom:40px}
.step-section{background:white;border:2px solid #f0f0f0;border-radius:12px;padding:24px;margin-bottom:24px}
.step-section-title{font-size:1.4rem;color:#262626;margin-bottom:20px;font-weight:600}
.steps-container{display:flex;flex-direction:column;gap:20px}
.gameplay-step{display:flex;gap:20px;align-items:flex-start}
.step-number{background:#ff6b35;color:white;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:1.2rem;flex-shrink:0}
.step-content{flex:1}
.step-title{font-size:1.2rem;color:#262626;margin-bottom:8px;font-weight:600}
.step-description{color:#666;margin-bottom:12px;line-height:1.6}
.step-details{display:flex;flex-wrap:wrap;gap:8px}
.detail-item{background:#f0f7ff;color:#ff6b35;padding:4px 8px;border-radius:12px;font-size:0.8rem;font-weight:500}
.multiplier-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-top:12px}
.multiplier-range{display:flex;justify-content:space-between;background:#f8f9fa;border-radius:6px;padding:8px}
.range-label{font-size:0.9rem;color:#666}
.range-value{font-size:0.9rem;color:#262626;font-weight:600}
.cashout-timing{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:12px}
.timing-strategy{background:#f8f9fa;border-radius:8px;padding:12px}
.timing-title{font-size:1rem;color:#262626;margin-bottom:6px;font-weight:600}
.timing-desc{font-size:0.9rem;color:#666;line-height:1.4}
.strategy-section{margin-top:40px}
.strategy-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.strategies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px}
.strategy-card{background:#f0f7ff;border:2px solid #e3f2fd;border-radius:12px;padding:20px}
.strategy-name{font-size:1.2rem;color:#ff6b35;margin-bottom:12px;font-weight:600}
.strategy-description{color:#666;margin-bottom:16px;line-height:1.6}
.strategy-example{background:white;border-radius:8px;padding:12px;margin-bottom:12px}
.example-title{font-size:0.9rem;color:#262626;margin-bottom:6px;font-weight:600}
.example-steps{font-size:0.8rem;color:#666;line-height:1.4}
.strategy-warning{background:#fff5f5;border-radius:6px;padding:10px;font-size:0.9rem;line-height:1.4}
.strategy-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;margin-top:12px}
.stat-item{background:white;border-radius:6px;padding:8px;text-align:center}
.stat-label{display:block;font-size:0.8rem;color:#666;margin-bottom:2px}
.stat-value{display:block;font-size:0.9rem;color:#262626;font-weight:600}
.dual-example{background:white;border-radius:8px;padding:12px;margin-top:12px}
.bet-split{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.bet-portion{display:flex;justify-content:space-between;background:#f8f9fa;border-radius:6px;padding:8px}
.portion-label{font-size:0.9rem;color:#262626;font-weight:600}
.portion-strategy{font-size:0.8rem;color:#666}
.tips-categories{margin-bottom:40px}
.tips-category{background:white;border:2px solid #f0f0f0;border-radius:12px;padding:24px;margin-bottom:24px}
.tips-category-title{font-size:1.4rem;color:#262626;margin-bottom:20px;font-weight:600}
.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}
.tip-item{background:#f8f9fa;border-radius:8px;padding:16px}
.tip-title{font-size:1.1rem;color:#ff6b35;margin-bottom:8px;font-weight:600}
.tip-description{color:#666;margin-bottom:10px;line-height:1.6}
.tip-example{background:white;border-radius:6px;padding:8px;font-size:0.9rem;font-weight:600;color:#262626}
.pattern-note{font-style:italic;color:#999;font-size:0.85rem;margin-top:8px}
.distribution-stats{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}
.dist-stat{background:#e8f4f8;color:#ff6b35;padding:4px 8px;border-radius:12px;font-size:0.8rem;font-weight:500}
.emotional-rules{background:white;border-radius:6px;padding:12px;margin-top:8px}
.emotional-list{list-style:none;margin:0}
.emotional-list li{padding:4px 0;color:#666;font-size:0.9rem}
.emotional-list li:before{content:"🧠";margin-right:8px}
.advanced-techniques{margin-top:40px}
.advanced-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.techniques-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}
.technique-card{background:#f0f7ff;border:2px solid #e3f2fd;border-radius:12px;padding:20px}
.technique-title{font-size:1.2rem;color:#ff6b35;margin-bottom:12px;font-weight:600}
.technique-description{color:#666;margin-bottom:16px;line-height:1.6}
.optimization-steps{display:flex;flex-direction:column;gap:8px}
.opt-step{display:flex;align-items:center;gap:8px;background:white;border-radius:6px;padding:8px}
.opt-number{background:#ff6b35;color:white;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.8rem;flex-shrink:0}
.opt-text{font-size:0.9rem;color:#666}
.cycling-example{background:white;border-radius:6px;padding:10px;font-size:0.9rem;font-weight:600;color:#262626;margin-top:8px}
.risk-analysis{margin-bottom:40px}
.risk-category{background:white;border:2px solid #f0f0f0;border-left:4px solid #e74c3c;border-radius:12px;padding:24px;margin-bottom:24px}
.risk-category-title{font-size:1.4rem;color:#e74c3c;margin-bottom:20px;font-weight:600}
.risk-items{display:flex;flex-direction:column;gap:20px}
.risk-item{background:#fff5f5;border-radius:8px;padding:16px}
.risk-title{font-size:1.1rem;color:#e74c3c;margin-bottom:8px;font-weight:600}
.risk-description{color:#666;margin-bottom:12px;line-height:1.6}
.loss-scenarios{display:flex;flex-direction:column;gap:6px;margin:10px 0}
.scenario{display:flex;justify-content:space-between;background:white;border-radius:6px;padding:6px 10px}
.scenario-label{font-size:0.9rem;color:#666}
.scenario-impact{font-size:0.9rem;color:#e74c3c;font-weight:600}
.protection-measure{background:#f0f7ff;border-radius:6px;padding:8px;font-size:0.9rem;color:#262626}
.multiplier-reality{overflow-x:auto;margin:10px 0}
.probability-table{width:100%;border-collapse:collapse;background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.probability-table th,.probability-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #eee}
.probability-table th{background:#e74c3c;color:white;font-weight:600}
.probability-table tbody tr:hover{background:#f8f9fa}
.social-risks{background:white;border-radius:6px;padding:12px;margin-top:8px}
.social-risk-list{list-style:none;margin:0}
.social-risk-list li{padding:4px 0;color:#666;font-size:0.9rem}
.social-risk-list li:before{content:"👥";margin-right:8px}
.protection-features{display:flex;flex-direction:column;gap:16px}
.protection-item{background:#f0f7ff;border-radius:8px;padding:16px}
.protection-title{font-size:1.1rem;color:#262626;margin-bottom:8px;font-weight:600}
.protection-description{color:#666;margin-bottom:12px;line-height:1.6}
.control-features{display:flex;flex-direction:column;gap:6px}
.control-feature{display:flex;justify-content:space-between;background:white;border-radius:6px;padding:6px 10px}
.control-name{font-size:0.9rem;color:#262626;font-weight:600}
.control-desc{font-size:0.8rem;color:#666}
.monitoring-triggers{background:white;border-radius:6px;padding:12px;margin-top:8px}
.monitoring-list{list-style:none;margin:0}
.monitoring-list li{padding:4px 0;color:#666;font-size:0.9rem}
.monitoring-list li:before{content:"🔍";margin-right:8px}
.limit-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:12px}
.limit-category{background:white;border-radius:6px;padding:12px}
.limit-title{font-size:1rem;color:#262626;margin-bottom:8px;font-weight:600}
.limit-list{list-style:none;margin:0}
.limit-list li{padding:3px 0;color:#666;font-size:0.85rem}
.limit-list li:before{content:"•";color:#ff6b35;margin-right:6px}
.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}
.resource-item{background:#f8f9fa;border-radius:12px;padding:20px}
.resource-title{font-size:1.2rem;color:#262626;margin-bottom:12px;font-weight:600}
.resource-contacts{display:flex;flex-direction:column;gap:8px}
.contact-item{display:flex;justify-content:space-between;background:white;border-radius:6px;padding:8px 12px}
.contact-name{font-size:0.9rem;color:#262626;font-weight:600}
.contact-info{font-size:0.9rem;color:#ff6b35;font-weight:600}
.resource-description{color:#666;margin-bottom:12px;line-height:1.6}
.assessment-links{margin-top:8px}
.assessment-link{background:#ff6b35;color:white;padding:8px 16px;border-radius:6px;text-decoration:none;font-weight:600;transition:all 0.3s}
.assessment-link:hover{background:#e55a2e;transform:translateY(-1px)}
.control-options{background:white;border-radius:6px;padding:12px;margin-top:8px}
.control-list{list-style:none;margin:0}
.control-list li{padding:4px 0;color:#666;font-size:0.9rem}
.control-list li:before{content:"🛡️";margin-right:8px}
.success-stories{margin-bottom:40px}
.story-card{background:white;border:2px solid #f0f0f0;border-radius:12px;padding:24px;margin-bottom:24px;transition:all 0.3s}
.story-card:hover{border-color:#ff6b35;transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,0.1)}
.story-card.featured{border-color:#ffd700;background:linear-gradient(135deg,#fff9e6 0%,#ffffff 100%)}
.story-card.warning{border-color:#e74c3c;background:linear-gradient(135deg,#fff5f5 0%,#ffffff 100%)}
.story-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.story-avatar{font-size:2rem;background:#f8f9fa;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center}
.story-info{display:flex;flex-direction:column;gap:4px}
.story-title{font-size:1.3rem;color:#262626;font-weight:600}
.story-location{font-size:0.9rem;color:#666}
.story-timeframe{font-size:0.9rem;color:#ff6b35;font-weight:600}
.story-content{display:flex;flex-direction:column;gap:16px}
.story-strategy{background:#f8f9fa;border-radius:8px;padding:16px}
.strategy-header{font-size:1.1rem;color:#262626;margin-bottom:8px;font-weight:600}
.story-results{background:#f0f7ff;border-radius:8px;padding:16px}
.result-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}
.metric{display:flex;justify-content:space-between;background:white;border-radius:6px;padding:8px 12px}
.metric-label{font-size:0.9rem;color:#666}
.metric-value{font-size:0.9rem;color:#262626;font-weight:600}
.story-quote{background:#fff9e6;border-left:4px solid #ffd700;border-radius:8px;padding:16px}
.story-quote blockquote{font-style:italic;color:#666;margin:0}
.story-lessons{background:#f8f9fa;border-radius:8px;padding:16px}
.lessons-title{font-size:1.1rem;color:#262626;margin-bottom:8px;font-weight:600}
.lessons-list{list-style:none;margin:0}
.lessons-list li{padding:4px 0;color:#666;font-size:0.9rem}
.lessons-list li:before{content:"✓";color:#27ae60;margin-right:8px;font-weight:bold}
.story-methodology{background:#f0f7ff;border-radius:8px;padding:16px}
.methodology-title{font-size:1.1rem;color:#262626;margin-bottom:8px;font-weight:600}
.methodology-desc{color:#666;line-height:1.6}
.recovery-note{background:#f0f7ff;border-radius:8px;padding:12px;margin-top:12px}
.recovery-title{font-size:1rem;color:#262626;margin-bottom:6px;font-weight:600}
.recovery-desc{color:#666;line-height:1.5;font-size:0.9rem}
.community-insights{margin-top:40px}
.insights-title{font-size:1.5rem;color:#262626;margin-bottom:20px;font-weight:600}
.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}
.insight-card{background:#f8f9fa;border-radius:12px;padding:20px;border-left:4px solid #ff6b35}
.insight-title{font-size:1.2rem;color:#262626;margin-bottom:12px;font-weight:600}
.insight-description{color:#666;margin-bottom:12px;line-height:1.6}
.insight-stats{display:flex;flex-direction:column;gap:4px}
.stat{background:#e8f4f8;color:#ff6b35;padding:4px 8px;border-radius:12px;font-size:0.8rem;font-weight:500}
.site-footer{background:#262626;color:white;margin-top:80px}
.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;padding:40px 20px;max-width:1200px;margin:0 auto}
.footer-section h4{color:white;margin-bottom:16px;font-weight:600}
.footer-links{list-style:none}
.footer-links li{margin-bottom:8px}
.footer-link{color:#ccc;text-decoration:none;transition:color 0.3s}
.footer-link:hover{color:white}
.footer-contact{color:#ccc}
.footer-description{color:#ccc;margin-bottom:20px;line-height:1.6}
.footer-license{margin-top:16px}
.license-info{color:#999;font-size:0.9rem;margin-bottom:4px}
.footer-logo{width:120px;height:30px;object-fit:contain;margin-bottom:16px}
.footer-payments,.footer-providers{grid-column:1/-1;text-align:center;padding:20px 0;border-top:1px solid #444}
.payments-heading,.providers-heading{color:white;margin-bottom:20px;font-weight:600}
.payments-carousel,.providers-carousel{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:24px}
.payment-icon,.provider-logo{opacity:0.7;transition:opacity 0.3s}
.payment-icon:hover,.provider-logo:hover{opacity:1}
@media (min-width:1080px){
.main-navigation{display:block}
.auth-buttons-desktop{display:flex}
.hamburger-toggle{display:none}
}
@media (max-width:1080px){
.mobile-menu.active{display:block}
.hamburger-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger-toggle.active .hamburger-line:nth-child(2){opacity:0}
.hamburger-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}
.header-container{padding:12px 10px}
}
@media (max-width:768px){
.hero-title{font-size:2.2rem}
.hero-stats{flex-direction:column;gap:20px}
.hero-cta{flex-direction:column;align-items:center}
.play-aviator-btn,.demo-btn{width:100%;max-width:280px}
.section-heading{font-size:1.8rem}
.game-mechanics{grid-template-columns:1fr}
.features-showcase{grid-template-columns:1fr}
.gameplay-step{flex-direction:column;gap:12px}
.strategies-grid{grid-template-columns:1fr}
.tips-grid{grid-template-columns:1fr}
.techniques-showcase{grid-template-columns:1fr}
.probability-table{font-size:0.85rem}
.probability-table th,.probability-table td{padding:8px 6px}
.header-container{padding:12px 10px}
}
@media (max-width:480px){
.hero-title{font-size:1.8rem}
.hero-description{font-size:1.1rem}
.section-heading{font-size:1.5rem}
.mechanics-steps{grid-template-columns:1fr}
.multiplier-examples{grid-template-columns:1fr}
.cashout-timing{grid-template-columns:1fr}
.bet-split{grid-template-columns:1fr}
.result-metrics{grid-template-columns:1fr}
.insights-grid{grid-template-columns:1fr}
.resources-grid{grid-template-columns:1fr}
.footer-content{grid-template-columns:1fr;gap:24px;padding:24px 10px}
.payments-carousel,.providers-carousel{gap:12px}
.header-container{padding:12px 10px}
}
@media (max-width:320px){
.hero-title{font-size:1.4rem}
.section-heading{font-size:1.3rem}
.play-aviator-btn,.demo-btn{padding:14px 24px;font-size:1rem}
.probability-table{font-size:0.8rem}
.probability-table th,.probability-table td{padding:6px 4px}
.header-container{padding:12px 10px}
}