*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI',Roboto,system-ui,-apple-system,sans-serif;background:#0b1220;color:#e6ecf5;line-height:1.6;overflow-x:hidden;padding-bottom:70px}
.wrap{width:100%;max-width:1100px;margin:0 auto;padding:0 16px}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:700;cursor:pointer;border:none;transition:.2s;font-size:14px;padding:10px 18px}
.btn-ghost{background:#1b2740;color:#fff}
.btn-ghost:hover{background:#243454}
.btn-primary{background:linear-gradient(135deg,#ffd33d,#ffb700);color:#10151f}
.btn-primary:hover{filter:brightness(1.07)}
.btn-lg{padding:14px 28px;font-size:16px}
.site-header{position:sticky;top:0;z-index:50;background:#101826;border-bottom:1px solid #1c2740}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:62px}
.brand{display:flex;align-items:center;gap:6px;font-size:22px;font-weight:800}
.brand-mark{background:linear-gradient(135deg,#ffd33d,#ffb700);color:#10151f;width:30px;height:30px;border-radius:7px;display:grid;place-items:center;font-size:18px}
.brand-text{color:#fff}
.header-actions{display:flex;align-items:center;gap:8px}
.menu-toggle{background:none;border:none;display:flex;flex-direction:column;gap:4px;cursor:pointer;padding:6px}
.menu-toggle span{width:24px;height:3px;background:#fff;border-radius:2px}
.subnav{background:#0d1525;border-bottom:1px solid #1c2740;overflow-x:auto}
.subnav-inner{display:flex;gap:8px;padding:10px 16px;white-space:nowrap}
.chip{display:inline-flex;align-items:center;gap:6px;color:#cdd7e6;font-size:14px;font-weight:600;padding:6px 4px}
.chip svg{color:#ffd33d}
.breadcrumbs{display:flex;gap:8px;font-size:13px;color:#7f8ca5;padding-top:14px;padding-bottom:6px;flex-wrap:wrap}
.breadcrumbs a{color:#9fb0cc}
.hero{background-size:cover;background-position:center;border-radius:0}
.hero-inner{padding:48px 16px 54px;max-width:760px}
.hero-badge{display:inline-block;background:#ffd33d;color:#10151f;font-weight:700;font-size:12px;padding:6px 12px;border-radius:20px;margin-bottom:16px}
.hero-title{font-size:30px;font-weight:800;color:#fff;line-height:1.2;margin-bottom:14px}
.hero-sub{color:#c4cfe0;font-size:15px;margin-bottom:22px}
.quick-tiles{display:flex;gap:10px;margin-top:-22px;position:relative;z-index:2;flex-wrap:wrap}
.tile{flex:1;min-width:90px;display:flex;align-items:center;justify-content:center;gap:8px;background:#16213a;border:1px solid #233152;border-radius:12px;padding:12px;font-weight:600;font-size:14px}
.tile svg{color:#ffd33d}
.intro-strip{margin-top:26px}
.strip-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.strip-title{font-size:20px;font-weight:800;color:#fff}
.strip-link{color:#ffd33d;font-weight:600;font-size:14px}
.offer-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.offer-card{background:linear-gradient(135deg,#172238,#101a2e);border:1px solid #243456;border-radius:14px;padding:18px}
.offer-amount{font-size:18px;font-weight:800;color:#ffd33d}
.offer-label{font-size:13px;color:#aab8d0;margin-top:6px}
.content{padding:34px 16px 20px}
.content h1{font-size:26px;color:#fff;line-height:1.25;margin-bottom:20px}
.content h2{font-size:21px;color:#fff;margin:30px 0 12px;padding-left:12px;border-left:4px solid #ffd33d}
.content h3{font-size:18px;color:#fff;margin:22px 0 10px}
.content p{margin-bottom:14px;color:#cdd7e6}
.content ul{margin:0 0 16px 20px}
.content li{margin-bottom:8px;color:#cdd7e6}
.content strong{color:#fff}
.content em{color:#ffd9a0}
.table-scroll{overflow-x:auto;margin-bottom:18px;border-radius:10px;border:1px solid #233152}
.content table{width:100%;border-collapse:collapse;min-width:480px;font-size:14px}
.content th{background:#1a2640;color:#ffd33d;text-align:left;padding:11px;border-bottom:1px solid #2a3a5e}
.content td{padding:11px;border-bottom:1px solid #1c2840;color:#cdd7e6}
.content tr:nth-child(even) td{background:#121d33}
.author-box{display:flex;gap:16px;background:#13203a;border:1px solid #233152;border-radius:14px;padding:18px;margin:30px 0}
.author-avatar{flex:none;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#ffd33d,#ffb700);color:#10151f;display:grid;place-items:center;font-weight:800;font-size:20px}
.author-name{font-weight:800;color:#fff;font-size:16px}
.author-role{font-size:13px;color:#ffd33d;margin-bottom:6px}
.author-bio{font-size:13px;color:#aab8d0;margin-bottom:6px}
.author-dates{font-size:12px;color:#7f8ca5}
.reviews{margin-bottom:20px}
.reviews-title{font-size:20px;font-weight:800;color:#fff;margin-bottom:14px}
.review-card{background:#13203a;border:1px solid #233152;border-radius:12px;padding:14px;margin-bottom:10px}
.review-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.review-name{font-weight:700;color:#fff}
.stars{color:#ffd33d;font-size:14px}
.review-card p{font-size:14px;color:#cdd7e6}
.site-footer{background:#0d1525;border-top:1px solid #1c2740;padding:30px 0;margin-top:20px}
.footer-links{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}
.footer-links a{color:#aab8d0;font-size:14px}
.footer-links a:hover{color:#ffd33d}
.footer-cur{font-size:13px;color:#7f8ca5;margin-bottom:14px}
.footer-note p{font-size:12.5px;color:#8593ab;margin-bottom:14px}
.footer-badges{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.badge18{background:#c0392b;color:#fff;font-weight:800;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;font-size:13px}
.badge-text{font-size:12px;color:#8593ab}
.footer-copy{font-size:12px;color:#7f8ca5}
.to-top{position:fixed;right:14px;bottom:84px;width:42px;height:42px;border-radius:10px;background:#1b2740;color:#fff;display:none;place-items:center;font-size:20px;z-index:40;border:1px solid #2a3a5e}
.to-top.show{display:grid}
.bottom-nav{position:fixed;left:0;right:0;bottom:0;background:#101826;border-top:1px solid #1c2740;display:flex;justify-content:space-around;align-items:flex-end;padding:6px 0 8px;z-index:45}
.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11px;color:#9fb0cc}
.bottom-nav a svg{color:#9fb0cc}
.bottom-nav .bn-center{color:#10151f}
.bottom-nav .bn-center svg{background:linear-gradient(135deg,#ffd33d,#ffb700);color:#10151f;border-radius:50%;padding:8px;width:42px;height:42px;margin-bottom:-6px}
.bottom-nav .bn-center span{color:#ffd33d}
@media(max-width:760px){.offer-cards{grid-template-columns:1fr}.hero-title{font-size:24px}.content h1{font-size:22px}.author-box{flex-direction:column}.subnav{display:none}.subnav.open{display:block}}
@media(min-width:761px){.menu-toggle{display:none}}