*{box-sizing:border-box}
html,body{padding:0;margin:0}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f6f7fb;color:#111}
a{color:#111;text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:12px}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:10px}
.brand{display:flex;align-items:center;gap:10px}
.brand-name{font-weight:800;letter-spacing:.4px}
.logo{width:60px;height:60px;border-radius:14px;display:block}
.burger{width:52px;height:44px;border:2px solid #111;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;gap:6px;flex-direction:column;cursor:pointer}
.burger span{display:block;width:24px;height:2px;background:#111;border-radius:2px}
.nav{position:fixed;top:12px;right:12px;left:12px;max-width:520px;margin-left:auto;background:#fff;border:2px solid #111;border-radius:18px;box-shadow:0 18px 40px rgba(0,0,0,.14);padding:12px;transform:translateY(-10px);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}
.nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}
.nav a{display:block;padding:12px 12px;border-radius:14px;background:#f6f7fb}
.nav a:hover{background:#eef1ff}
.nav-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.28);opacity:0;pointer-events:none;transition:opacity .18s ease}
body.nav-open .nav{opacity:1;transform:translateY(0);pointer-events:auto}
body.nav-open .nav-backdrop{opacity:1;pointer-events:auto}
.nav{z-index:1001;}
.nav-backdrop{z-index:1000;}
.burger{position:relative;z-index:1002;}
.breadcrumbs{margin-top:8px}
.breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}
.breadcrumbs li{background:#fff;border:2px solid #111;border-radius:14px;padding:6px 10px;font-size:13px}
.page-main{display:flex;flex-direction:column;gap:2px;margin-top:10px}
.card{background:#fff;border:2px solid #111;border-radius:18px;box-shadow:0 10px 26px rgba(0,0,0,.06);padding:14px}
.intro-table{width:100%;border-collapse:collapse}
.intro-table td{padding:0}
h1{font-size:28px;line-height:1.15;margin:0 0 8px 0}
h2{font-size:20px;line-height:1.2;margin:0 0 10px 0}
p{margin:0 0 10px 0;line-height:1.55}
p:last-child{margin-bottom:0}
ul,ol{margin:0 0 10px 18px;padding:0;line-height:1.55}
ul:last-child,ol:last-child{margin-bottom:0}
.image-block img{width:100%;max-width:100%;height:auto;border-radius:16px;display:block}
.offers-table{width:100%;border-collapse:collapse;background:#fff;border:2px solid #111}
.offers-table th,.offers-table td{border-top:2px solid #111;padding:12px;text-align:center;vertical-align:middle}
.offers-table thead th{border-top:none;background:#f6f7fb;font-size:13px;text-transform:uppercase;letter-spacing:.06em}
.offer-logo{width:160px;height:50px;object-fit:contain;display:block;margin:0 auto}
.play-btn{display:inline-block;background:#19b34a;color:#fff;padding:10px 18px;border-radius:14px;font-weight:800;border:2px solid #0d7a2f}
.play-btn:hover{text-decoration:none;filter:brightness(.96)}
.footer{margin-top:12px}
.footer-inner{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between}
.footer-links{display:flex;flex-wrap:wrap;gap:8px}
.footer-links span{opacity:.7}
.small{font-size:13px;opacity:.9}
.form{display:flex;flex-direction:column;gap:10px}
.field{display:flex;flex-direction:column;gap:6px}
input,textarea{width:100%;border:2px solid #111;border-radius:14px;padding:10px 12px;font-size:16px;background:#fff}
textarea{min-height:140px;resize:vertical}
.btn{display:inline-block;background:#111;color:#fff;padding:10px 16px;border-radius:14px;font-weight:800;border:2px solid #111;cursor:pointer}
.btn:hover{filter:brightness(.95)}
.faq{display:flex;flex-direction:column;gap:2px}
.faq-item{border:2px solid #111;border-radius:18px;overflow:hidden;background:#fff}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px;background:#f6f7fb;border:0;font-weight:800;font-size:16px;cursor:pointer}
.faq-a{display:none;padding:14px}
.faq-item.open .faq-a{display:block}
@media (max-width:700px){
  .topbar{gap:8px}
  h1{font-size:24px}
  .offers-table thead{display:none}
  .offers-table, .offers-table tbody, .offers-table tr, .offers-table td{display:block;width:100%}
  .offers-table tr{border-top:2px solid #111}
  .offers-table tr:first-child{border-top:none}
  .offers-table td{border:none;border-top:2px solid #111}
  .offers-table td:first-child{border-top:none}
}
