*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:#f8f9fa}
.main-navigation{background:#262626;padding:0 10px;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.1)}
.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;height:70px}
.logo-container{width:90px;height:40px}
.logo-container a{display:block;width:100%;height:100%}
.site-logo{width:100%;height:100%;object-fit:contain}
.desktop-menu{display:none}
.nav-links{display:flex;list-style:none;gap:30px}
.nav-links li{color:#fff;font-weight:500}
.nav-links li a{color:#fff;text-decoration:none;font-weight:500;transition:color 0.3s}
.nav-links li a:hover{color:#ff6b35}
.nav-links li:not([class]){color:#ff6b35;font-weight:600}
.header-actions{display:none;gap:15px}
.btn-sign-up,.btn-sign-in{padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:600;transition:all 0.3s}
.btn-sign-up{background:#ff6b35;color:#fff;border:2px solid #ff6b35}
.btn-sign-up:hover{background:transparent;color:#ff6b35}
.btn-sign-in{background:transparent;color:#fff;border:2px solid #fff}
.btn-sign-in:hover{background:#fff;color:#262626}
.hamburger{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:5px}
.hamburger span{width:25px;height:3px;background:#fff;transition:all 0.3s}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}
.mobile-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:1001}
.mobile-overlay.active{display:block}
.mobile-menu{position:fixed;top:0;right:-300px;width:300px;height:100vh;background:#262626;z-index:1002;transition:right 0.3s;padding:80px 20px 20px}
.mobile-menu.active{right:0}
.mobile-nav-links{list-style:none;margin-bottom:40px}
.mobile-nav-links li{margin-bottom:20px;color:#fff;font-weight:500}
.mobile-nav-links li a{color:#fff;text-decoration:none;font-size:18px;font-weight:500}
.mobile-nav-links li a:hover{color:#ff6b35}
.mobile-nav-links li:not([class]){color:#ff6b35;font-weight:600}
.mobile-actions{display:flex;flex-direction:column;gap:15px}
.mobile-sign-up,.mobile-sign-in{display:block;padding:12px 20px;text-align:center;border-radius:5px;text-decoration:none;font-weight:600}
.mobile-sign-up{background:#ff6b35;color:#fff}
.mobile-sign-in{background:transparent;color:#fff;border:2px solid #fff}
main{margin-top:70px}
.aviator-hero{background:linear-gradient(135deg,#262626 0%,#404040 100%);color:#fff;padding:80px 10px;position:relative;overflow:hidden;min-height:500px;display:flex;align-items:center}
.aviator-hero::before{content:'✈️';position:absolute;font-size:8rem;opacity:0.1;top:15%;left:5%;animation:plane-flight 25s infinite linear}
.aviator-hero::after{content:'📈';position:absolute;font-size:6rem;opacity:0.12;bottom:20%;right:8%;animation:chart-rise 20s infinite ease-in-out}
@keyframes plane-flight{0%{transform:translateX(-100px) translateY(50px) rotate(-10deg)}25%{transform:translateX(25vw) translateY(10px) rotate(5deg)}50%{transform:translateX(50vw) translateY(-20px) rotate(15deg)}75%{transform:translateX(75vw) translateY(0px) rotate(-5deg)}100%{transform:translateX(calc(100vw + 100px)) translateY(-30px) rotate(10deg)}}
@keyframes chart-rise{0%,100%{transform:translateY(0px)}50%{transform:translateY(-20px)}}
.hero-content{max-width:1200px;margin:0 auto;text-align:center}
.hero-content h1{font-size:2.2rem;font-weight:700;margin-bottom:20px;line-height:1.2}
.hero-subtitle{font-size:1.1rem;margin-bottom:40px;opacity:0.9;max-width:800px;margin-left:auto;margin-right:auto}
.game-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:30px;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}
.highlight-item{text-align:center}
.highlight-number{display:block;font-size:2.5rem;font-weight:700;color:#ff6b35}
.highlight-label{font-size:0.9rem;opacity:0.8}
.play-aviator-btn{display:inline-block;background:#ff6b35;color:#fff;padding:15px 35px;border-radius:5px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all 0.3s;box-shadow:0 4px 15px rgba(255,107,53,0.3)}
.play-aviator-btn:hover{background:#e55a2b;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,107,53,0.4)}
.section-container{max-width:1200px;margin:0 auto;padding:60px 10px}
section h2{font-size:1.8rem;color:#262626;margin-bottom:25px;font-weight:600}
section h3{font-size:1.3rem;color:#262626;margin-bottom:15px;font-weight:600}
section h4{font-size:1.1rem;color:#262626;margin-bottom:12px;font-weight:600}
section p{margin-bottom:20px;line-height:1.7}
.mechanics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.mechanic-card{background:#fff;padding:25px;border-radius:15px;box-shadow:0 6px 20px rgba(0,0,0,0.1);text-align:center;transition:transform 0.3s;border-top:4px solid #ff6b35}
.mechanic-card:hover{transform:translateY(-5px)}
.mechanic-icon{font-size:3rem;margin-bottom:15px;display:block}
.mechanic-card h3{color:#262626;margin-bottom:15px}
.mechanic-card ul{text-align:left;padding-left:20px;margin-top:15px}
.mechanic-card li{margin-bottom:8px;color:#555}
.probability-breakdown{margin:30px 0}
.probability-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin:25px 0}
.prob-range{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.08)}
.prob-range.frequent{border-left:4px solid #28a745}
.prob-range.moderate{border-left:4px solid #ffc107}
.prob-range.rare{border-left:4px solid #dc3545}
.prob-range h4{color:#262626;margin-bottom:15px}
.range-details{display:flex;justify-content:space-between;margin-bottom:15px;background:#f8f9fa;padding:10px;border-radius:8px}
.multiplier-range{font-weight:700;color:#262626}
.occurrence-rate{color:#ff6b35;font-weight:600}
.rtp-explanation{background:#fff;padding:30px;border-radius:15px;box-shadow:0 6px 20px rgba(0,0,0,0.1);margin:30px 0}
.rtp-explanation h3{color:#262626;margin-bottom:20px;text-align:center}
.rtp-components{margin:20px 0}
.component-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #eee}
.component-item:last-child{border-bottom:none}
.component-name{font-weight:600;color:#555}
.component-contribution{color:#ff6b35;font-weight:600}
.strategies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin:30px 0}
.strategy-card{background:#fff;padding:30px;border-radius:15px;box-shadow:0 6px 20px rgba(0,0,0,0.1);transition:transform 0.3s}
.strategy-card:hover{transform:translateY(-3px)}
.strategy-card.conservative{border-top:4px solid #28a745}
.strategy-card.moderate{border-top:4px solid #ffc107}
.strategy-card.aggressive{border-top:4px solid #dc3545}
.strategy-card h3{color:#262626;margin-bottom:20px;text-align:center}
.strategy-details{margin-top:15px}
.approach-description{margin-bottom:20px}
.strategy-metrics{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.metric-item{background:#f8f9fa;padding:15px;border-radius:8px;text-align:center}
.metric-label{display:block;font-size:0.9rem;color:#666;margin-bottom:5px}
.metric-value{font-weight:700;color:#ff6b35;font-size:1.1rem}
.dual-bet-explanation{margin:30px 0}
.dual-bet-setup{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:25px 0}
.bet-slot{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.08);border-top:4px solid #ff6b35}
.bet-slot h4{color:#262626;margin-bottom:15px;text-align:center}
.slot-features ul{padding-left:20px}
.slot-features li{margin-bottom:10px;color:#555}
.dual-strategies{margin:30px 0}
.combination-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:25px 0}
.combo-card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08);border-left:4px solid #ff6b35}
.combo-card h4{color:#262626;margin-bottom:10px}
.combo-example{margin-top:15px;background:#f8f9fa;padding:10px;border-radius:5px;font-size:0.9rem;color:#666;font-style:italic}
.fairness-system{margin:30px 0}
.fairness-component{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.08);margin-bottom:25px}
.fairness-component h3{color:#262626;margin-bottom:15px}
.component-details ul{padding-left:20px;margin-top:15px}
.component-details li{margin-bottom:8px;color:#555}
.verification-process{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:30px;border-radius:15px;margin:30px 0}
.verification-process h3{color:#262626;margin-bottom:20px;text-align:center}
.verification-steps{margin:25px 0}
.step-item{display:flex;align-items:flex-start;gap:20px;margin-bottom:25px;background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
.step-number{background:#ff6b35;color:#fff;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;flex-shrink:0;font-size:1.1rem}
.step-content h4{color:#262626;margin-bottom:8px}
.step-content p{margin:0;line-height:1.6;color:#555}
.management-guidelines{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin:30px 0}
.guideline-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.08);border-left:4px solid #ff6b35}
.guideline-card h3{color:#262626;margin-bottom:20px}
.allocation-breakdown,.loss-limits,.win-strategies{margin-top:15px}
.allocation-item{display:flex;justify-content:space-between;align-items:flex-start;padding:10px 0;border-bottom:1px solid #eee}
.allocation-item:last-child{border-bottom:none}
.allocation-type{font-weight:500;color:#555;flex:2;margin-right:15px}
.allocation-recommendation{color:#ff6b35;font-weight:600;flex:1;text-align:right}
.loss-limits ul,.win-strategies ul{padding-left:20px}
.loss-limits li,.win-strategies li{margin-bottom:10px;color:#555}
.example-calculation{margin-top:20px;background:#f8f9fa;padding:15px;border-radius:8px}
.example-calculation p{margin:0;font-size:0.9rem;color:#666}
.mobile-features{margin:30px 0}
.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}
.mobile-feature{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.08)}
.mobile-feature h3{color:#262626;margin-bottom:15px}
.mobile-feature ul{padding-left:20px;margin-top:15px}
.mobile-feature li{margin-bottom:8px;color:#555}
.evolution-timeline{margin:30px 0}
.evolution-timeline h3{color:#ff6b35;margin-top:30px;margin-bottom:15px}
.mistake-examples{margin:30px 0}
.mistake-item{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.08);margin-bottom:25px;border-left:4px solid #dc3545}
.mistake-item h3{color:#dc3545;margin-bottom:15px}
.cost-breakdown{margin-top:15px;background:#fee;padding:15px;border-radius:8px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}
.cost-label{font-weight:600;color:#dc3545;margin-bottom:5px}
.cost-value{color:#dc3545;font-weight:500;font-size:0.9rem;font-family:monospace}
.aviator-limitations{margin:30px 0}
.aviator-limitations h3{color:#262626;margin-bottom:15px;margin-top:25px}
.site-footer{background:#262626;color:#fff;padding:60px 10px 20px}
.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}
.footer-section h4{color:#ff6b35;margin-bottom:20px;font-size:1.2rem}
.footer-section ul{list-style:none}
.footer-section li{margin-bottom:10px}
.footer-section a{color:#ccc;text-decoration:none;transition:color 0.3s}
.footer-section a:hover{color:#ff6b35}
.payment-methods,.game-providers{max-width:1200px;margin:0 auto;text-align:center;margin-bottom:30px}
.payment-methods h4,.game-providers h4{color:#ff6b35;margin-bottom:20px}
.payment-icons,.provider-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;align-items:center}
.payment-icons img,.provider-logos img{border-radius:5px}
.footer-bottom{max-width:1200px;margin:0 auto;text-align:center;border-top:1px solid #404040;padding-top:20px}
.footer-bottom p{margin-bottom:10px;color:#ccc;font-size:0.9rem}
.disclaimer{font-size:0.8rem !important}
@media (min-width:768px){
.hero-content h1{font-size:2.8rem}
.hero-subtitle{font-size:1.2rem}
.game-highlights{grid-template-columns:repeat(3,1fr);max-width:500px}
.highlight-number{font-size:3rem}
.strategy-metrics{grid-template-columns:repeat(2,1fr)}
}
@media (min-width:1080px){
.desktop-menu{display:block}
.header-actions{display:flex}
.hamburger{display:none}
.hero-content h1{font-size:3.2rem}
}
@media (max-width:480px){
.hero-content h1{font-size:2rem}
.hero-subtitle{font-size:1rem}
.game-highlights{grid-template-columns:1fr}
.highlight-number{font-size:2rem}
.section-container{padding:40px 10px}
section h2{font-size:1.5rem}
.mechanics-grid,.probability-grid,.strategies-grid,.dual-bet-setup,.combination-grid,.management-guidelines,.feature-grid{grid-template-columns:1fr}
.strategy-metrics{grid-template-columns:1fr}
.range-details{flex-direction:column;gap:8px;text-align:center}
.cost-breakdown{flex-direction:column;gap:8px;text-align:center}
.step-item{flex-direction:column;text-align:center}
.step-number{margin-bottom:10px}
}
@media (max-width:320px){
.hero-content h1{font-size:1.8rem}
.play-aviator-btn{padding:12px 25px;font-size:1rem}
.mechanic-icon{font-size:2.5rem}
}