*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Arial,sans-serif;line-height:1.6;color:#f0f0f0;background:#181818;}
header{background:#910007;padding:15px 20px;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,0.3);}
.top-bar-wrap{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;}
.logo-wrap img{display:block;}
.primary-menu ul{display:flex;list-style:none;gap:30px;}
.primary-menu a{color:#fff;text-decoration:none;font-size:15px;font-weight:500;transition:color 0.3s;}
.primary-menu a:hover{color:#f4d637;}
.current-page{color:#f4d637;font-weight:600;cursor:default;}
.account-actions{display:flex;gap:12px;}
.btn-register,.btn-login{padding:10px 24px;text-decoration:none;border-radius:6px;font-weight:600;font-size:14px;transition:all 0.3s;}
.btn-register{background:#f4d637;color:#181818;}
.btn-register:hover{background:#ffed4e;transform:translateY(-2px);}
.btn-login{background:transparent;color:#fff;border:2px solid #fff;}
.btn-login:hover{background:#fff;color:#910007;}
.menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;}
.menu-toggle span{width:28px;height:3px;background:#fff;border-radius:2px;transition:all 0.3s;}
.mobile-overlay{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#910007;z-index:2000;transition:right 0.3s;padding:20px;overflow-y:auto;}
.mobile-overlay.show{right:0;}
.overlay-close{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#fff;font-size:40px;cursor:pointer;line-height:1;}
.mobile-brand{margin:20px 0 30px 0;text-align:center;}
.mobile-brand img{max-width:160px;}
.mobile-links ul{list-style:none;}
.mobile-links li{margin:15px 0;}
.mobile-links a,.mobile-links .current-page{color:#fff;text-decoration:none;font-size:18px;display:block;padding:12px;}
.mobile-links a:hover{background:rgba(255,255,255,0.1);border-radius:4px;}
.mobile-account{margin-top:30px;display:flex;flex-direction:column;gap:15px;}
.mobile-account .btn-register,.mobile-account .btn-login{text-align:center;padding:14px;}
main{max-width:1400px;margin:0 auto;padding:0 20px;}
.aviator-hero{background:linear-gradient(135deg,#0a4d68 0%,#05668d 50%,#028090 100%);padding:60px 20px;margin:0 -20px 40px -20px;position:relative;overflow:hidden;}
.aviator-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 50px,rgba(255,255,255,0.03) 50px,rgba(255,255,255,0.03) 100px);pointer-events:none;}
.hero-plane{max-width:900px;margin:0 auto;position:relative;z-index:1;}
.hero-plane h1{font-size:48px;color:#f4d637;margin-bottom:20px;font-weight:700;}
.hero-plane p{font-size:18px;color:#fff;line-height:1.8;}
.game-mechanics{padding:60px 0;}
.game-mechanics h2{font-size:36px;color:#f4d637;margin-bottom:30px;}
.game-mechanics>p{font-size:17px;margin-bottom:40px;line-height:1.8;color:#e0e0e0;}
.mechanics-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:30px;}
.mechanic-step{background:#242424;padding:30px;border-radius:10px;border:1px solid #333;transition:transform 0.3s;}
.mechanic-step:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(244,214,55,0.2);}
.step-number{width:50px;height:50px;background:#028090;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin-bottom:20px;}
.mechanic-step h3{font-size:20px;color:#f4d637;margin-bottom:15px;}
.mechanic-step p{font-size:15px;color:#d0d0d0;line-height:1.7;}
.mechanics-cta,.fairness-cta,.tips-cta,.comparison-cta{text-align:center;margin-top:40px;}
.cta-primary{padding:16px 36px;text-decoration:none;border-radius:8px;font-weight:700;font-size:16px;transition:all 0.3s;display:inline-block;background:#f4d637;color:#181818;}
.cta-primary:hover{background:#ffed4e;transform:translateY(-3px);box-shadow:0 6px 20px rgba(244,214,55,0.4);}
.betting-strategies{padding:60px 0;background:#1f1f1f;margin:0 -20px;padding-left:20px;padding-right:20px;}
.betting-strategies h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.betting-strategies>p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:35px;}
.strategy-blocks{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-bottom:30px;}
.strategy-card{background:#242424;padding:30px;border-radius:10px;border:1px solid #333;}
.strategy-card h3{font-size:22px;color:#f4d637;margin-bottom:15px;}
.strategy-card p{font-size:15px;color:#d0d0d0;line-height:1.7;}
.rtp-fairness{padding:60px 0;}
.rtp-fairness h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.rtp-fairness p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:20px;}
.gameplay-tips{padding:60px 0;background:#1f1f1f;margin:0 -20px;padding-left:20px;padding-right:20px;}
.gameplay-tips h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.gameplay-tips>p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:20px;}
.gameplay-tips ul{font-size:16px;color:#d0d0d0;line-height:1.9;padding-left:25px;margin-bottom:25px;}
.gameplay-tips ul li{margin-bottom:12px;padding-left:10px;}
.mobile-experience{padding:60px 0;}
.mobile-experience h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.mobile-experience p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:20px;}
.bankroll-management{padding:60px 0;background:#1f1f1f;margin:0 -20px;padding-left:20px;padding-right:20px;}
.bankroll-management h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.bankroll-management>p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:35px;}
.bankroll-rules{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;}
.rule-item{background:#242424;padding:30px;border-radius:10px;border:1px solid #333;}
.rule-item h3{font-size:22px;color:#f4d637;margin-bottom:15px;}
.rule-item p{font-size:15px;color:#d0d0d0;line-height:1.7;}
.aviator-vs-alternatives{padding:60px 0;}
.aviator-vs-alternatives h2{font-size:36px;color:#f4d637;margin-bottom:25px;}
.aviator-vs-alternatives>p{font-size:17px;color:#e0e0e0;line-height:1.8;margin-bottom:35px;}
.comparison-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:30px;}
.comparison-table{width:100%;border-collapse:collapse;background:#242424;border-radius:8px;overflow:hidden;}
.comparison-table thead{background:#028090;}
.comparison-table th{padding:15px;text-align:left;color:#fff;font-weight:600;font-size:16px;}
.comparison-table td{padding:15px;border-top:1px solid #333;color:#d0d0d0;font-size:15px;}
.comparison-table tbody tr:hover{background:#2a2a2a;}
.common-mistakes{padding:60px 0;background:#1f1f1f;margin:0 -20px;padding-left:20px;padding-right:20px;}
.common-mistakes h2{font-size:36px;color:#f4d637;margin-bottom:40px;text-align:center;}
.mistake-list{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;}
.mistake-box{background:#2a1a1a;padding:30px;border-radius:10px;border:2px solid #910007;}
.mistake-box h3{font-size:22px;color:#f4d637;margin-bottom:15px;}
.mistake-box p{font-size:15px;color:#d0d0d0;line-height:1.7;}
footer{background:#910007;color:#fff;padding:50px 20px 20px 20px;margin-top:60px;}
.footer-wrap{max-width:1400px;margin:0 auto;}
.footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:40px;text-align:center;}
.nav-group h4{color:#f4d637;font-size:18px;margin-bottom:15px;}
.nav-group ul{list-style:none;}
.nav-group li{margin:10px 0;}
.nav-group a{color:#fff;text-decoration:none;font-size:14px;transition:color 0.3s;}
.nav-group a:hover{color:#f4d637;}
.footer-payments,.footer-providers{margin:30px 0;text-align:center;}
.footer-payments h4,.footer-providers h4{color:#f4d637;font-size:18px;margin-bottom:15px;}
.payment-scroll,.provider-scroll{display:flex;gap:25px;align-items:center;justify-content:center;flex-wrap:wrap;padding:20px;background:rgba(255,255,255,0.05);border-radius:8px;}
.payment-scroll img,.provider-scroll img{opacity:0.8;transition:opacity 0.3s;}
.payment-scroll img:hover,.provider-scroll img:hover{opacity:1;}
.footer-safety{margin:30px 0;text-align:center;display:flex;gap:20px;justify-content:center;align-items:center;}
.footer-legal{margin:30px 0;padding:25px;background:rgba(0,0,0,0.2);border-radius:8px;text-align:center;}
.footer-legal p{font-size:13px;line-height:1.7;color:#ddd;}
.footer-copyright{text-align:center;padding-top:20px;border-top:1px solid rgba(255,255,255,0.1);}
.footer-copyright p{font-size:13px;color:#ddd;}
@media(max-width:1080px){
.primary-menu,.account-actions{display:none;}
.menu-toggle{display:flex;}
.hero-plane h1{font-size:36px;}
.mechanics-flow{grid-template-columns:repeat(2,1fr);}
.strategy-blocks{grid-template-columns:1fr;}
.bankroll-rules{grid-template-columns:1fr;}
.mistake-list{grid-template-columns:1fr;}
.footer-nav{grid-template-columns:1fr;}
}
@media(max-width:768px){
.hero-plane h1{font-size:32px;}
.hero-plane p{font-size:16px;}
.mechanics-flow{grid-template-columns:1fr;}
}
@media(max-width:480px){
.hero-plane h1{font-size:28px;}
.hero-plane p{font-size:15px;}
.game-mechanics h2,.betting-strategies h2,.rtp-fairness h2,.gameplay-tips h2,.mobile-experience h2,.bankroll-management h2,.aviator-vs-alternatives h2,.common-mistakes h2{font-size:28px;}
.cta-primary{padding:14px 28px;font-size:15px;}
.comparison-table th,.comparison-table td{padding:10px;font-size:13px;}
.mobile-overlay{width:100%;}
}
@media(max-width:320px){
.hero-plane h1{font-size:24px;}
.hero-plane p{font-size:14px;}
.cta-primary{padding:12px 24px;font-size:14px;}
.mobile-overlay{width:100%;}
}
