:root {
  --bg: #f3f6f4;
  --surface: #ffffff;
  --ink: #111827;
  --muted: #6b7280;
  --line: #e4e9e6;
  --green: #24b44a;
  --green-dark: #0d7e37;
  --orange: #ff8a00;
  --blue: #2563eb;
  --dark: #0b1220;
  --dark-2: #111827;
  --gold: #f4c430;
  --shadow: 0 18px 44px rgba(15, 23, 42, .12);
  font-family: Inter, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 14px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1376px, calc(100% - 64px)); margin: 0 auto; }
.narrow { width: min(1200px, calc(100% - 64px)); }

.site-header { background: #fff; position: sticky; top: 0; z-index: 50; box-shadow: 0 1px 0 rgba(17,24,39,.08); }
.topbar { height: 33px; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; background: #f8faf9; color: #557064; font-size: 12px; font-weight: 700; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 24px; }
.topbar-left span { display: inline-flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(36,180,74,.12); }
.clock-icon { width: 10px; height: 12px; border-radius: 4px; background: var(--green); display: inline-block; }
.mainbar { height: 72px; display: flex; align-items: center; gap: 48px; padding: 0 32px; }
.brand { display: inline-flex; align-items: baseline; gap: 0; font-weight: 900; letter-spacing: -.04em; white-space: nowrap; }
.brand span { color: #111827; font-size: 28px; }
.brand strong { color: var(--orange); font-size: 28px; }
.brand em { color: var(--green); font-size: 13px; font-style: normal; margin-left: 5px; letter-spacing: 0; }
.nav { display: flex; gap: 31px; align-items: center; color: #344054; font-size: 14px; font-weight: 800; }
.nav a.active, .nav a:hover { color: var(--green); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.search { width: 256px; height: 36px; display: flex; align-items: center; gap: 11px; border: 1px solid #edf1ee; background: #f8faf9; border-radius: 999px; padding: 0 16px; }
.search span { width: 12px; height: 12px; border: 2px solid #a8b2ad; border-radius: 50%; position: relative; }
.search span::after { content: ""; position: absolute; right: -5px; bottom: -3px; width: 6px; height: 2px; background: #a8b2ad; transform: rotate(45deg); }
.search input { border: 0; outline: 0; background: transparent; width: 100%; font-size: 12px; }
.register-btn { height: 40px; min-width: 190px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--green); color: #fff; font-size: 13px; font-weight: 900; box-shadow: 0 10px 20px rgba(36,180,74,.24); }
.menu-toggle { display: none; width: 40px; height: 40px; border: 1px solid #e3e8e5; border-radius: 10px; background: #fff; padding: 9px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #111827; }

.hero { padding: 48px 0 64px; background: #fff; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 906px) 437px; gap: 32px; align-items: start; }
.hero-main { position: relative; min-height: 513px; overflow: hidden; border-radius: 16px; background: #0b1a16; box-shadow: var(--shadow); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,17,.82) 0 56%, rgba(5,22,17,.08)); }
.hero-content { position: relative; z-index: 1; width: 604px; padding: 48px; color: #fff; }
.hero-pill { display: inline-flex; height: 24px; align-items: center; padding: 0 12px; border-radius: 5px; background: var(--orange); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .05em; }
.hero h1 { margin: 16px 0 12px; font-size: 60px; line-height: 1; letter-spacing: -.065em; font-weight: 900; }
.hero h1 span { color: var(--green); }
.hero p { max-width: 510px; margin: 0; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.55; }
.hero-cta-row { display: grid; grid-template-columns: 239px 253px; gap: 16px; margin-top: 16px; padding-top: 16px; }
.hero-btn { height: 85px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: var(--green); color: #fff; font-size: 17px; font-weight: 900; box-shadow: 0 14px 28px rgba(36,180,74,.28); }
.hero-side { display: grid; gap: 24px; }
.side-offer { height: 219px; border: 1px solid #dfe7e2; border-radius: 14px; background: #fff; padding: 24px; box-shadow: 0 12px 34px rgba(15,23,42,.07); }
.offer-top { display: flex; justify-content: space-between; align-items: center; }
.offer-top span { display: inline-flex; height: 23px; align-items: center; padding: 0 8px; border-radius: 999px; background: #e9f8ee; color: var(--green); font-size: 10px; font-weight: 900; }
.offer-top .orange { background: #fff4e5; color: var(--orange); }
.stars { color: #f6c343; letter-spacing: 2px; font-size: 13px; }
.side-offer h3 { margin: 10px 0 4px; font-size: 28px; letter-spacing: -.04em; }
.side-offer p { color: #65756d; margin: 0 0 18px; font-size: 15px; }
.offer-bottom { border-top: 1px solid #edf1ee; padding-top: 16px; display: flex; align-items: end; justify-content: space-between; }
.offer-bottom strong { font-size: 34px; line-height: 1; }
.offer-bottom em { font-style: normal; font-size: 16px; font-weight: 600; color: #6b7280; }
.offer-bottom a { color: var(--green); font-weight: 900; }
.offer-bottom .orange-link { color: var(--orange); }

.control, .casino, .comparison, .guides { padding: 64px 0; background: #eef3f0; }
.section-row { display: flex; align-items: end; justify-content: space-between; margin-bottom: 40px; }
.section-row h2, .line-title h2, .center-title h2, .steps h2, .comparison h2, .faq h2 { margin: 0; font-size: 36px; line-height: 1; letter-spacing: -.04em; font-weight: 900; }
.section-row p, .center-title p, .steps p { color: #7b8780; margin: 10px 0 0; font-size: 16px; }
.tabs { display: flex; gap: 8px; }
.tabs button { height: 36px; border: 1px solid #e2e8e4; border-radius: 999px; background: #fff; color: #84918a; padding: 0 16px; font-size: 12px; font-weight: 800; }
.tabs button:first-child { color: #111827; }
.control-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.bonus-tile { min-height: 284px; border: 1px solid #dfe7e2; background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 14px 32px rgba(15,23,42,.05); }
.tile-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.tile-icon { width: 48px; height: 48px; border-radius: 12px; display: block; background: #eaf8ee; position: relative; }
.tile-icon::after { content: ""; position: absolute; inset: 16px; border-radius: 50%; background: currentColor; color: var(--green); }
.tile-icon.orange { background: #fff4e5; }
.tile-icon.orange::after { color: var(--orange); }
.tile-icon.blue { background: #eef4ff; }
.tile-icon.blue::after { color: var(--blue); }
.tile-icon.purple { background: #f6efff; }
.tile-icon.purple::after { color: #9d4edd; }
.tile-head span { padding: 4px 8px; border-radius: 999px; background: #eaf8ee; color: var(--green); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.bonus-tile h3 { margin: 0 0 10px; font-size: 22px; }
.bonus-tile strong { color: var(--green); display: block; font-size: 25px; }
.orange-card strong { color: var(--orange); }
.rating { margin: 20px 0 20px; color: #f4c430; font-size: 13px; }
.rating small { color: #66746c; margin-left: 8px; }
.bonus-tile a { height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 7px; background: #0c0f14; color: #fff; font-weight: 900; }
.orange-card a { background: #fff; color: var(--orange); border: 2px solid var(--orange); }

.codes-section { padding: 70px 0 72px; background: #fff; }
.center-title { text-align: center; margin-bottom: 54px; }
.center-title h2 { font-size: 36px; position: relative; display: inline-block; }
.center-title h2::after { content: ""; position: absolute; width: 96px; height: 6px; background: var(--orange); left: calc(50% - 48px); bottom: -10px; border-radius: 999px; }
.coupon-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 48px; }
.coupon-card { position: relative; min-height: 204px; border: 2px dashed #d7e1dc; border-radius: 14px; background: #fff; padding: 32px; display: grid; grid-template-columns: 128px 1fr; gap: 24px; align-items: center; }
.coupon-badge { width: 128px; height: 128px; border-radius: 14px; display: grid; place-items: center; align-content: center; color: #fff; }
.coupon-badge strong { font-size: 34px; line-height: 1; }
.coupon-badge span { font-size: 12px; font-weight: 900; }
.coupon-badge.green { background: var(--green); }
.coupon-badge.orange { background: var(--orange); }
.coupon-badge.dark { background: #111827; }
.coupon-badge.gold { background: linear-gradient(135deg, #f6de75, #d7a82e); color: #111827; }
.coupon-card h3 { margin: 0 0 8px; font-size: 22px; }
.coupon-card p { color: #6c7771; margin: 0 0 14px; }
.tag-corner { position: absolute; right: -14px; top: -18px; width: 58px; height: 58px; border-radius: 50%; background: var(--orange); color: #fff; display: grid; place-items: center; text-align: center; font-size: 10px; font-weight: 900; transform: rotate(14deg); }

.casino { background: #eef3f0; }
.line-title { display: flex; align-items: center; gap: 16px; margin-bottom: 40px; }
.line-title span { width: 64px; height: 4px; border-radius: 999px; background: var(--green); }
.blue-line span { background: var(--blue); }
.casino-grid { display: grid; grid-template-columns: 424px 1fr; gap: 24px; }
.big-slot { position: relative; min-height: 400px; overflow: hidden; border-radius: 14px; box-shadow: var(--shadow); }
.big-slot img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.big-slot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.05), rgba(0,0,0,.78)); }
.slot-overlay { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 24px; color: #fff; }
.slot-overlay span { display: inline-flex; background: var(--orange); padding: 5px 8px; border-radius: 5px; font-size: 10px; font-weight: 900; }
.slot-overlay h3 { margin: 10px 0 8px; font-size: 30px; }
.slot-overlay p { color: rgba(255,255,255,.82); }
.slot-overlay a { display: flex; height: 48px; align-items: center; justify-content: center; border-radius: 7px; background: var(--green); font-weight: 900; margin-top: 18px; }
.slot-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.slot-list article { background: #fff; border: 1px solid #dfe7e2; border-radius: 12px; padding: 16px; text-align: center; }
.slot-list img { width: 100%; height: 128px; object-fit: cover; border-radius: 8px; }
.slot-list h3 { margin: 12px 0 2px; font-size: 20px; }
.slot-list p { margin: 0 0 14px; color: var(--green); font-weight: 900; }
.slot-list a { display: flex; height: 36px; align-items: center; justify-content: center; border-radius: 6px; background: #0b1220; color: #fff; font-size: 12px; font-weight: 900; }
.casino-package { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; text-align: left !important; padding: 24px 32px !important; background: #101827 !important; color: #fff; }
.casino-package p { color: #c9d3cd; font-weight: 500; }
.casino-package a { width: 252px; height: 64px; background: var(--green); }
.crown { width: 36px; height: 36px; border-radius: 50%; background: var(--orange); display: inline-block; margin-right: 12px; }

.sports { padding: 70px 0; background: #fff; }
.sports-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 40px; }
.sports-tabs { display: flex; gap: 14px; color: #84918a; font-size: 12px; font-weight: 800; }
.sports-grid { display: grid; grid-template-columns: 310px 1fr 1fr; gap: 32px; }
.bet-slip { background: #fff; border: 1px solid #dfe7e2; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.bet-slip h3 { margin: 0; padding: 18px 20px; background: #111827; color: #fff; }
.match { display: flex; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid #edf1ee; color: #66746c; }
.match strong { color: #111827; }
.profit { margin: 16px 20px; background: #eaf8ee; border-radius: 8px; padding: 16px; color: var(--green); display: grid; gap: 6px; }
.profit span { font-size: 11px; font-weight: 900; }
.bet-slip a { margin: 0 20px 20px; display: flex; height: 44px; align-items: center; justify-content: center; background: #111827; color: #fff; border-radius: 7px; font-weight: 900; }
.sports-card { min-height: 300px; border-radius: 14px; overflow: hidden; display: grid; grid-template-columns: 1fr 240px; color: #fff; box-shadow: var(--shadow); }
.sports-card div { position: relative; z-index: 1; padding: 48px 32px; }
.sports-card h3 { margin: 0 0 10px; font-size: 36px; line-height: 1.05; letter-spacing: -.04em; }
.sports-card p { color: rgba(255,255,255,.84); }
.sports-card a { display: inline-flex; height: 44px; align-items: center; padding: 0 24px; border-radius: 7px; background: #fff; color: var(--blue); font-weight: 900; margin-top: 14px; }
.sports-card img { width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.blue-card { background: linear-gradient(135deg, #175cff, #123dba); }
.green-card { background: linear-gradient(135deg, #18a956, #077536); }
.green-card a { color: var(--green); }

.steps { padding: 80px 0; background: #0b1220; color: #fff; text-align: center; }
.steps p { color: #8e9ba8; }
.step-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; position: relative; }
.step-line::before { content: ""; position: absolute; left: 10%; right: 10%; top: 40px; height: 3px; background: linear-gradient(90deg, var(--green), #394758, var(--orange)); }
.step-line article { position: relative; z-index: 1; }
.step-line b { width: 80px; height: 80px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: #1d7a45; color: #fff; font-size: 24px; }
.step-line article:nth-child(2) b, .step-line article:nth-child(3) b { background: #263548; }
.step-line article:nth-child(4) b { background: var(--orange); }
.step-line h3 { margin: 0 0 8px; }
.step-line p { max-width: 220px; margin: 0 auto; font-size: 12px; }

.comparison { background: #fff; text-align: center; }
.table-card { margin-top: 42px; border: 1px solid #e1e8e4; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 12px 30px rgba(15,23,42,.05); }
.table-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; align-items: center; min-height: 72px; border-bottom: 1px solid #edf1ee; padding: 0 32px; text-align: left; color: #65756d; }
.table-row:last-child { border-bottom: 0; }
.table-head { min-height: 54px; background: #f8faf9; color: #9aa6a0; font-size: 11px; font-weight: 900; }
.table-row strong { color: #111827; }
.table-row em { background: #dff6e6; color: var(--green); font-size: 9px; font-style: normal; padding: 3px 6px; border-radius: 999px; margin-left: 6px; }
.table-row span:last-child { color: #f4c430; }

.guides { background: #eef3f0; }
.guides-grid { display: grid; grid-template-columns: 1fr 413px; gap: 48px; }
.article-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.article-grid article, .reviews article, .trust { background: #fff; border-radius: 12px; box-shadow: 0 12px 28px rgba(15,23,42,.06); overflow: hidden; }
.article-grid img { height: 192px; width: 100%; object-fit: cover; }
.article-grid div { padding: 24px; }
.article-grid span { color: var(--green); font-size: 11px; font-weight: 900; }
.article-grid h3 { margin: 8px 0 10px; font-size: 23px; line-height: 1.2; }
.article-grid p { color: #687770; }
.article-grid a { font-weight: 900; color: #111827; }
.reviews h2 { margin: 0 0 32px; font-size: 32px; }
.reviews { display: grid; gap: 24px; align-content: start; }
.reviews article { padding: 24px; }
.user { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.user span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #eaf8ee; color: var(--green); font-weight: 900; }
.user h3 { margin: 0; }
.user small { color: #f4c430; }
.user em { margin-left: auto; color: #9aa6a0; font-size: 12px; }
.reviews p { color: #596962; }
.trust { background: #111827; color: #fff; padding: 28px; text-align: center; }
.trust strong { display: block; font-size: 32px; }
.trust span { display: block; color: #aeb8c4; font-size: 11px; font-weight: 900; margin: 8px 0 18px; }
.trust a { display: inline-flex; height: 32px; align-items: center; padding: 0 22px; border-radius: 6px; background: #fff; color: #111827; font-size: 11px; font-weight: 900; }

.faq { padding: 80px 0; background: #fff; text-align: center; }
.faq-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 32px; text-align: left; }
details { border: 1px solid #e4e9e6; border-radius: 8px; background: #fff; }
summary { list-style: none; cursor: pointer; padding: 22px 24px; font-weight: 900; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: #94a39b; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 24px 20px; color: #64726b; }
.trust-badges { margin-top: 54px; display: flex; justify-content: center; align-items: center; gap: 36px; color: #a2aca7; font-size: 26px; font-weight: 900; }
.trust-badges span { font-size: 18px; padding: 8px 10px; border-radius: 4px; background: #eef3f0; }

.site-footer { background: #121212; color: #fff; padding: 80px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2.2fr repeat(4, 1fr); gap: 64px; }
.footer-logo span, .footer-logo strong { font-size: 22px; }
.footer-brand p { color: #9aa0a6; max-width: 430px; margin: 26px 0; }
.socials { display: flex; gap: 16px; }
.socials a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #222; color: #fff; }
.footer-grid h4 { margin: 0 0 28px; font-size: 15px; }
.footer-grid div:not(.footer-brand) { display: grid; align-content: start; gap: 16px; }
.footer-grid a { color: #aeb4bb; }
.footer-bottom { margin-top: 64px; padding-top: 32px; border-top: 1px solid #2a2a2a; display: flex; justify-content: space-between; color: #8b929a; font-size: 12px; }
.footer-bottom span { display: inline-block; width: 8px; height: 8px; background: var(--green); border-radius: 50%; margin-right: 8px; }
.footer-bottom b { margin-left: 28px; color: #fff; }

@media (max-width: 1180px) {
  .nav, .search { display: none; }
  .menu-toggle { display: block; }
  .nav.is-open { display: flex; position: absolute; top: 105px; left: 24px; right: 24px; flex-direction: column; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px; box-shadow: var(--shadow); }
  .hero-grid, .casino-grid, .sports-grid, .guides-grid { grid-template-columns: 1fr; }
  .control-grid, .coupon-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  html, body { width: 100%; overflow-x: hidden; }
  .container, .narrow { width: calc(100% - 28px); max-width: 100%; }
  .topbar { display: none; }
  .mainbar { height: 72px; padding: 0 14px; gap: 14px; }
  .brand span, .brand strong { font-size: 21px; }
  .brand em { font-size: 10px; }
  .register-btn { display: none; }
  .hero { padding: 22px 0 42px; }
  .hero-grid { display: block; }
  .hero-main { width: 100%; max-width: 100%; min-height: 570px; }
  .hero-content { width: 100%; max-width: 100%; padding: 26px; }
  .hero h1 { font-size: 34px; overflow-wrap: anywhere; }
  .hero p { max-width: 100%; font-size: 15px; }
  .hero-cta-row { width: 100%; grid-template-columns: 1fr; }
  .hero-side { gap: 14px; }
  .side-offer { width: 100%; max-width: 100%; height: auto; overflow: hidden; }
  .section-row, .sports-head, .casino-package, .footer-bottom { flex-direction: column; align-items: flex-start; gap: 18px; }
  .control-grid, .coupon-grid, .slot-list, .article-grid, .faq-grid, .step-line, .footer-grid { grid-template-columns: 1fr; }
  .coupon-card { grid-template-columns: 1fr; }
  .sports-card { grid-template-columns: 1fr; }
  .sports-card img { height: 180px; }
  .sports-tabs { flex-wrap: wrap; }
  .table-row { grid-template-columns: 1fr; gap: 8px; padding: 18px; }
  .trust-badges { flex-wrap: wrap; gap: 16px; }
  .casino-package a { width: 100%; }
  .footer-bottom b { margin-left: 0; }
  .steps h2, .comparison h2, .faq h2, .section-row h2, .line-title h2 { font-size: 30px; }
  .step-line::before { display: none; }
}

/* SEO page layer */
.page-hero { padding: 64px 0; background: #fff; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 40px; align-items: stretch; }
.page-hero h1 { margin: 14px 0 18px; font-size: 58px; line-height: .98; letter-spacing: -.055em; max-width: 860px; }
.page-hero p { color: #5f6f67; font-size: 19px; max-width: 820px; margin: 0; }
.mini-label { display: inline-flex; align-items: center; height: 28px; padding: 0 12px; border-radius: 999px; background: #eaf8ee; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.keyword-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; }
.keyword-cloud span { display: inline-flex; align-items: center; min-height: 32px; padding: 7px 12px; border-radius: 999px; background: #f3f6f4; color: #415149; font-size: 12px; font-weight: 800; border: 1px solid #e2e8e4; }
.keyword-cloud.side { margin-top: 14px; }
.page-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.ghost-btn { height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 8px; background: #fff; color: #111827; border: 2px solid #dfe7e2; font-weight: 900; }
.voucher-panel { border-radius: 18px; background: linear-gradient(145deg, #111827, #08111f); color: #fff; padding: 32px; box-shadow: var(--shadow); display: grid; align-content: center; gap: 14px; position: relative; overflow: hidden; }
.voucher-panel::before { content: ""; position: absolute; inset: -60px -40px auto auto; width: 160px; height: 160px; border-radius: 50%; background: rgba(36,180,74,.22); filter: blur(4px); }
.voucher-panel span { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .06em; }
.voucher-panel strong { font-size: 42px; letter-spacing: .1em; }
.voucher-panel p { color: #c7d1ca; font-size: 15px; }
.voucher-panel button { height: 50px; border: 0; border-radius: 8px; background: var(--green); color: #fff; font-weight: 900; cursor: pointer; }
.article-layout { padding: 72px 0; background: #eef3f0; }
.article-grid-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 40px; align-items: start; }
.seo-article { background: #fff; border: 1px solid #dfe7e2; border-radius: 18px; padding: 44px; box-shadow: 0 14px 34px rgba(15,23,42,.06); }
.seo-article h2 { margin: 34px 0 14px; font-size: 32px; line-height: 1.1; letter-spacing: -.035em; }
.seo-article h2:first-child { margin-top: 0; }
.seo-article h3 { margin: 0 0 10px; font-size: 22px; }
.seo-article p, .seo-article li { color: #5f6f67; font-size: 17px; }
.content-callout { margin: 30px 0; padding: 28px; border-radius: 14px; background: #111827; color: #fff; }
.content-callout p { color: #c7d1ca; }
.content-callout a { display: inline-flex; margin-top: 8px; color: var(--orange); font-weight: 900; }
.number-list { margin: 18px 0 0; padding-left: 22px; }
.number-list li { margin-bottom: 12px; }
.inline-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0; }
.inline-cards a { padding: 20px; border-radius: 12px; background: #f3f6f4; border: 1px solid #e1e8e4; }
.inline-cards strong { display: block; font-size: 18px; }
.inline-cards span { display: block; color: #6c7771; margin-top: 6px; }
.article-faq { grid-template-columns: 1fr; margin-top: 18px; }
.article-sidebar { display: grid; gap: 20px; position: sticky; top: 130px; }
.sidebar-box { background: #fff; border: 1px solid #dfe7e2; border-radius: 16px; padding: 24px; box-shadow: 0 12px 28px rgba(15,23,42,.05); }
.sidebar-box h3 { margin: 0 0 12px; font-size: 20px; }
.related-card { display: grid; gap: 6px; padding: 16px 0; border-bottom: 1px solid #edf1ee; }
.related-card:last-child { border-bottom: 0; }
.related-card span { color: var(--green); font-size: 11px; font-weight: 900; }
.related-card strong { line-height: 1.25; }
.related-card em { color: var(--orange); font-style: normal; font-weight: 900; font-size: 12px; }
.text-link { display: inline-flex; margin-top: 12px; color: var(--green); font-weight: 900; }
.section-cta { display: inline-flex; align-items: center; justify-content: center; margin-top: 42px; height: 52px; padding: 0 28px; border-radius: 8px; background: var(--green); color: #fff; font-weight: 900; }
.help-band { padding: 64px 0; background: #fff; }
.help-grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 32px; align-items: center; border-radius: 18px; background: #111827; color: #fff; padding: 40px; box-shadow: var(--shadow); }
.help-grid h2 { margin: 12px 0; font-size: 36px; line-height: 1.05; letter-spacing: -.04em; }
.help-grid p { margin: 0; color: #c7d1ca; font-size: 17px; max-width: 820px; }
.help-grid .hero-btn { height: 58px; }

@media (max-width: 1180px) {
  .page-hero-grid, .article-grid-layout, .help-grid { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
}
@media (max-width: 720px) {
  .page-hero { padding: 36px 0; }
  .page-hero h1 { font-size: 36px; }
  .page-hero p { font-size: 16px; }
  .seo-article { padding: 24px; }
  .seo-article h2 { font-size: 26px; }
  .seo-article p, .seo-article li { font-size: 15px; }
  .inline-cards { grid-template-columns: 1fr; }
  .page-actions { display: grid; grid-template-columns: 1fr; }
  .ghost-btn, .page-actions .hero-btn { width: 100%; }
  .voucher-panel strong { font-size: 32px; }
  .help-grid { padding: 28px; }
  .help-grid h2 { font-size: 28px; }
}

@media (max-width: 720px) {
  .container > *, .narrow > *, .page-hero-grid > *, .article-grid-layout > *, .seo-article > *, .sidebar-box > * { min-width: 0; }
  .page-hero-grid, .article-grid-layout, .page-hero, .article-layout, .seo-article, .voucher-panel, .content-callout, .sidebar-box { width: 100%; max-width: 100%; overflow: hidden; }
  .page-hero h1, .seo-article h2, .seo-article h3, .seo-article p, .seo-article li, .keyword-cloud span, .voucher-panel p, .voucher-panel strong { overflow-wrap: anywhere; word-break: normal; }
  .keyword-cloud { width: 100%; }
  .keyword-cloud span { max-width: 100%; white-space: normal; }
  .number-list { padding-left: 18px; }
  .number-list li { padding-left: 2px; }
}

@media (max-width: 720px) {
  .page-hero h1 { max-width: calc(100vw - 28px); font-size: 30px; line-height: 1.05; letter-spacing: -.045em; word-break: break-word; }
  .page-hero p, .seo-article p, .seo-article li { max-width: calc(100vw - 76px); word-break: break-word; }
  .seo-article h2, .seo-article h3 { max-width: calc(100vw - 76px); word-break: break-word; }
  .voucher-panel p, .voucher-panel strong, .content-callout p, .content-callout h3 { max-width: calc(100vw - 84px); word-break: break-word; }
  .keyword-cloud { display: grid; grid-template-columns: 1fr; }
  .keyword-cloud span { width: 100%; display: block; }
}

@media (max-width: 720px) {
  .container.page-hero-grid,
  .container.article-grid-layout,
  .container.help-grid,
  .container.guides-grid,
  .container.hero-grid {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    margin-left: auto;
    margin-right: auto;
  }
  .page-hero h1 { max-width: 100%; }
  .page-hero p, .seo-article p, .seo-article li, .seo-article h2, .seo-article h3, .voucher-panel p, .voucher-panel strong, .content-callout p, .content-callout h3 { max-width: 100%; }
}

@media (max-width: 720px) {
  .page-hero h1 { font-size: 26px; line-height: 1.08; letter-spacing: -.035em; }
  .seo-article h2 { font-size: 22px; line-height: 1.12; letter-spacing: -.025em; }
  .seo-article h3 { font-size: 19px; }
  .seo-article p, .seo-article li, .page-hero p { font-size: 14px; line-height: 1.55; }
  .content-callout { padding: 22px; }
  .voucher-panel { padding: 26px; }
}

@media (max-width: 720px) {
  .page-hero-grid,
  .article-grid-layout,
  .help-grid,
  .guides-grid,
  .hero-grid {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .page-hero-grid > *,
  .article-grid-layout > *,
  .help-grid > *,
  .guides-grid > *,
  .hero-grid > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .page-hero h1,
  .seo-article h2,
  .seo-article h3,
  .seo-article p,
  .seo-article li,
  .page-hero p,
  .content-callout,
  .voucher-panel,
  .inline-cards,
  .article-sidebar,
  .sidebar-box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
  }
}

@media (max-width: 720px) {
  .container,
  .narrow,
  .page-hero-grid,
  .article-grid-layout,
  .help-grid,
  .guides-grid,
  .hero-grid {
    width: min(362px, calc(100vw - 28px)) !important;
    max-width: min(362px, calc(100vw - 28px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 720px) {
  .container,
  .narrow,
  .page-hero-grid,
  .article-grid-layout,
  .help-grid,
  .guides-grid,
  .hero-grid {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
}

.hero-cta-row.single-cta { grid-template-columns: minmax(240px, 340px); }
.offer-panel { gap: 18px; }
.panel-btn,
.coupon-claim { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px; border-radius: 8px; background: var(--green); color: #fff; font-weight: 900; box-shadow: 0 12px 24px rgba(36,180,74,.22); }
.coupon-claim { margin-top: 14px; }
@media (max-width: 720px) {
  .hero-cta-row.single-cta { grid-template-columns: 1fr; }
  .panel-btn,
  .coupon-claim { width: 100%; }
}
