:root{--bg:#f8f9fa;--bg2:#ffffff;--bg3:#eef2f7;--navy:#1e3a5f;--blue:#2563eb;--light-blue:#dbeafe;--text:#1a2535;--muted:#5a6a7a;--border:#d0d8e4;--radius:10px}
*{box-sizing:border-box;margin:0;padding:0}
body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,'Segoe UI',sans-serif;font-size:16px;line-height:1.7}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}

.site-header{display:flex;align-items:center;justify-content:space-between;padding:16px 44px;background:var(--navy);position:sticky;top:0;z-index:100}
.logo{font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.02em}
.logo .dot{color:#60a5fa}
.logo .tagline{font-size:.72rem;color:rgba(255,255,255,.5);font-weight:400;display:block;margin-top:-4px;letter-spacing:.02em}
.header-cta{background:var(--blue);color:#fff;font-weight:700;padding:10px 24px;border-radius:8px;font-size:.9rem;transition:background .2s}
.header-cta:hover{background:#1d4ed8;color:#fff;text-decoration:none}

.hero{background:var(--navy);padding:56px 44px 36px;color:#fff}
.hero h1{font-size:2.3rem;font-weight:800;margin-bottom:12px;line-height:1.25}
.hero h1 span{color:#60a5fa}
.hero p.sub{color:rgba(255,255,255,.65);max-width:620px;margin-bottom:36px}

.bonus-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(275px,1fr));gap:20px;max-width:1140px;margin:0 auto;padding:32px 44px;background:var(--bg3)}
.bonus-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;gap:12px;border-top:4px solid var(--blue);box-shadow:0 1px 4px rgba(0,0,0,.06);transition:box-shadow .2s}
.bonus-card:hover{box-shadow:0 4px 18px rgba(37,99,235,.12)}
.bonus-tag{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:3px 10px;border-radius:4px;width:fit-content;background:var(--light-blue);color:var(--navy)}
.bonus-tag.sports{background:#dbeeff;color:#1e40af}
.bonus-tag.cashback{background:#dcfce7;color:#15803d}
.bonus-tag.free{background:#f3e8ff;color:#7e22ce}
.bonus-card h3{font-size:1.05rem;font-weight:700;color:var(--navy)}
.bonus-amount{font-size:1.9rem;font-weight:800;color:var(--blue)}
.bonus-details{list-style:none;font-size:.86rem;color:var(--muted)}
.bonus-details li{padding:3px 0;border-bottom:1px solid var(--border)}
.cta{display:block;margin-top:auto;background:var(--blue);color:#fff;text-align:center;font-weight:700;padding:12px;border-radius:8px;font-size:.9rem;transition:background .2s}
.cta:hover{background:#1d4ed8;color:#fff;text-decoration:none}

.section{max-width:1140px;margin:60px auto;padding:0 44px}
.section h2{font-size:1.6rem;font-weight:700;color:var(--navy);margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--blue)}
.section p{color:var(--muted);margin-bottom:12px;font-size:.95rem}
table{width:100%;border-collapse:collapse;font-size:.87rem}
th{background:var(--navy);color:#fff;padding:12px 14px;text-align:left}
td{padding:11px 14px;border-bottom:1px solid var(--border)}
tr:nth-child(even) td{background:var(--bg3)}

.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:20px;border-left:4px solid var(--blue)}
.faq-item h4{color:var(--navy);margin-bottom:8px;font-size:.95rem;font-weight:700}
.faq-item p{color:var(--muted);font-size:.88rem}

footer{background:var(--navy);padding:38px 44px;text-align:center;color:rgba(255,255,255,.55);font-size:.8rem;line-height:1.9}
footer strong{color:#fff}
.footer-logo{font-size:1.3rem;font-weight:800;color:#fff;margin-bottom:14px}
.footer-logo .dot{color:#60a5fa}

@media(max-width:700px){.site-header,.hero,.bonus-grid,.section,footer{padding-left:20px;padding-right:20px}.hero h1{font-size:1.75rem}}
