:root {
  --bg: #020403;
  --surface: #04100A;
  --text: #D1FAE5;
  --muted: #6EE7B7;
  --primary: #22C55E;
  --secondary: #16A34A;
  --accent: #A7F3D0;
  --border: rgba(209,250,229,0.14);
  --fashion: fashion;
  --runway: runway;
  --editorial: editorial;
  --visual: visual;
  --aesthetic: aesthetic;
  --offer-bg: #1a1a2e;
  --offer-border: rgba(255, 255, 255, 0.12);
  --offer-bonus: #fbbf24;
  --offer-cta-bg: #22c55e;
  --offer-cta-text: #ffffff;
  --max: 1200px;
  --font-serif: Georgia, "Times New Roman", Times, serif;
  --font-sans: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-sans);
  font-weight: 300;
  color: var(--text);
  background-color: var(--bg);
  background-image:
    radial-gradient(ellipse 70% 50% at 0% 0%, rgba(34, 197, 94, 0.16), transparent 58%),
    radial-gradient(ellipse 45% 40% at 100% 10%, rgba(167, 243, 208, 0.08), transparent 50%),
    linear-gradient(180deg, var(--bg) 0%, var(--surface) 48%, var(--bg) 100%);
  line-height: 1.7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

body::before {
  content: var(--fashion) " " var(--runway);
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  font-size: 0;
  background-image:
    radial-gradient(circle at 18% 72%, rgba(22, 163, 74, 0.12), transparent 38%),
    radial-gradient(circle at 82% 48%, rgba(167, 243, 208, 0.06), transparent 42%);
}

body::after {
  content: var(--editorial) " " var(--visual) " " var(--aesthetic);
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  font-size: 0;
  opacity: 0.22;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 47px,
    rgba(209, 250, 229, 0.03) 47px,
    rgba(209, 250, 229, 0.03) 48px
  );
}

body > * {
  position: relative;
  z-index: 1;
}

main {
  flex: 1 0 auto;
}

img {
  max-width: 100%;
}

a {
  color: var(--accent);
}

.disclosure-banner {
  background: #ffffff;
  color: #1c1917;
  text-align: left;
  font-size: 12px;
  line-height: 1.45;
  padding: 10px 16px 10px 20px;
  max-width: 1200px;
  margin: 12px auto;
  border-left: 4px solid #f59e0b;
  width: calc(100% - 32px);
}

.site-nav {
  position: static;
  background: var(--bg);
  border-bottom: 3px solid var(--accent);
  width: 100%;
}

.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text);
  flex-shrink: 0;
}

.brand-lockup img,
.footer-brand img {
  width: 36px;
  height: 36px;
  display: block;
  object-fit: contain;
}

.brand-name {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
}

.nav-links a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 6px;
  white-space: nowrap;
  transition: background 0.35s ease;
}

.nav-links a:hover {
  background: rgba(2, 4, 3, 0.72);
}

.nav-burger {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.nav-burger span {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--accent);
}

.nav-scrim {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(2, 4, 3, 0.72);
  z-index: 250;
}

.nav-scrim.open {
  display: block;
}

.nav-drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: min(300px, 88vw);
  height: 100%;
  background: var(--surface);
  border-right: 1px solid var(--border);
  z-index: 260;
  padding: 80px 24px 32px;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
}

.nav-drawer.open {
  display: flex;
}

.nav-drawer a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 300;
  border-left: 3px solid var(--accent);
  padding: 10px 14px;
}

.hero {
  background: var(--bg);
  padding: 88px 0 72px;
  overflow: hidden;
}

.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.hero h1 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.08;
  margin-left: -24px;
  padding-left: 48px;
  letter-spacing: -0.02em;
  max-width: 18ch;
}

.hero-sub {
  margin-top: 28px;
  padding-left: 22vw;
  max-width: 36rem;
  color: var(--muted);
  font-weight: 300;
  font-size: 1.05rem;
}

.hero-caption {
  display: block;
  margin: 18px 0 0 48px;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--accent);
}

.offers-section {
  padding: 72px 0 88px;
  background-image:
    linear-gradient(180deg, rgba(2, 4, 3, 0.88), rgba(4, 16, 10, 0.9)),
    url("/images/offers_bg/offers_bg.webp");
  background-size: cover;
  background-position: center;
  position: relative;
}

.offers-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(34, 197, 94, 0.16), transparent 62%);
  pointer-events: none;
}

.offers-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.offers-head {
  margin-bottom: 36px;
}

.offers-head h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400;
  margin-bottom: 12px;
}

.offers-head p {
  color: var(--muted);
  max-width: 520px;
  font-weight: 300;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.offer-card {
  background: var(--offer-bg);
  border: 1px solid var(--offer-border);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.offer-logo {
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 12px;
  background: #0d0d0d;
  flex-shrink: 0;
}

.offer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  max-width: none;
  max-height: none;
}

.offer-name {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 400;
}

.offer-bonus-group {
  text-align: center;
}

.offer-bonus {
  margin: 0;
  color: var(--offer-bonus);
  font-weight: 700;
  font-size: clamp(0.78rem, 2.2vw, 0.95rem);
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.offer-terms {
  display: block;
  margin-top: 6px;
  font-size: 0.72rem;
  color: #9ca3af;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.offer-desc {
  font-size: 0.78rem;
  color: var(--muted);
  text-align: center;
  line-height: 1.45;
}

.offer-cta {
  display: block;
  margin-top: auto;
  padding: 12px 16px;
  background: var(--offer-cta-bg);
  color: var(--offer-cta-text);
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  cursor: pointer;
}

.offer-cta:hover {
  filter: brightness(1.08);
  color: var(--offer-cta-text);
}

.info-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 88px 24px;
  position: relative;
  overflow-x: hidden;
}

.info-section::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -80px;
  top: 40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.12), transparent 70%);
  pointer-events: none;
}

.info-section h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3.2vw, 2.3rem);
  font-weight: 400;
  margin-bottom: 18px;
  color: var(--text);
}

.info-section p {
  color: var(--muted);
  margin-bottom: 16px;
  max-width: 62ch;
}

.info-section ul,
.info-section ol {
  margin: 12px 0 20px 1.1rem;
  color: var(--muted);
}

.info-section li {
  margin-bottom: 8px;
}

.info-kicker {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--accent);
  margin-bottom: 14px;
}

.info-cta {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 22px;
  border: 1px solid var(--accent);
  color: var(--accent);
  text-decoration: none;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 300;
  transition: background 0.35s ease, color 0.35s ease;
}

.info-cta:hover {
  background: var(--accent);
  color: var(--bg);
}

.runway-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.runway-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.runway-card {
  padding: 22px 18px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.runway-card h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.runway-card p {
  margin: 0;
  font-size: 0.9rem;
}

.runway-steps {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: start;
}

.step-list {
  list-style: none;
  margin: 0;
  counter-reset: step;
}

.step-list li {
  counter-increment: step;
  padding: 16px 0 16px 52px;
  border-bottom: 1px solid var(--border);
  position: relative;
}

.step-list li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 16px;
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--primary);
}

.runway-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

.runway-mosaic .mosaic-copy {
  grid-row: span 2;
}

.mosaic-tile {
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.mosaic-tile h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  margin-bottom: 8px;
}

.runway-quote-band {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 40px;
  align-items: start;
}

.pull-quote {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  line-height: 1.4;
  color: var(--text);
  border-top: 1px solid var(--accent);
  padding-top: 20px;
}

.runway-rail {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 40px;
  align-items: start;
}

.rail-aside {
  border-left: 1px solid var(--border);
  padding-left: 20px;
}

.rail-aside p {
  font-size: 0.88rem;
  margin: 0;
}

.runway-list-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.check-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.check-list li:last-child {
  border-bottom: 0;
}

.runway-reverse {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: center;
}

.runway-table-wrap {
  margin-top: 20px;
  overflow-x: auto;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.info-table th,
.info-table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}

.info-table th {
  font-family: var(--font-serif);
  font-weight: 400;
  color: var(--accent);
  letter-spacing: 0.06em;
}

.runway-editorial {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
}

.editorial-index {
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 0.8;
  color: var(--primary);
  font-weight: 400;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
}

.stat-row article {
  padding: 18px 12px;
  text-align: center;
  border: 1px solid var(--border);
  background: rgba(4, 16, 10, 0.7);
}

.stat-row strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--accent);
  margin-bottom: 6px;
  font-weight: 400;
}

.stat-row span {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 300;
}

.decor-wrap {
  width: 100%;
  max-width: 500px;
  max-height: 320px;
  overflow: hidden;
}

.decor-img {
  max-width: 100%;
  max-height: 320px;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.decor-bg {
  width: 100%;
  max-width: min(500px, 100%);
  height: 220px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.decor-band {
  width: 100%;
  max-width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin: 24px 0;
}

.site-footer {
  margin-top: auto;
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 56px 24px 32px;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text);
  margin-bottom: 22px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 18px 0 24px;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 300;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 18px 0 24px;
}

.footer-badges a,
.footer-badges span {
  display: inline-flex;
  align-items: center;
}

.footer-badges img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.footer-compliance,
.footer-risk,
.footer-updated,
.footer-company {
  color: var(--muted);
  font-size: 0.86rem;
  margin-bottom: 12px;
  max-width: 880px;
  font-weight: 300;
}

.page-hero {
  padding: 64px 24px 32px;
  max-width: var(--max);
  margin: 0 auto;
}

.page-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 400;
  margin-bottom: 12px;
}

.page-hero p {
  color: var(--muted);
  max-width: 40rem;
}

.page-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 24px 24px 72px;
}

.page-content h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  margin: 32px 0 12px;
  font-size: 1.4rem;
}

.page-content h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  margin: 22px 0 10px;
  font-size: 1.12rem;
}

.page-content p,
.page-content li {
  color: var(--muted);
  margin-bottom: 12px;
}

.page-content ul {
  margin: 0 0 16px 1.2rem;
}

.contact-form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.contact-form label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--accent);
  margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 300;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form button {
  justify-self: start;
  padding: 12px 24px;
  border: 1px solid var(--primary);
  background: var(--primary);
  color: var(--bg);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  cursor: pointer;
}

.form-error {
  display: none;
  color: var(--accent);
  font-size: 0.85rem;
  margin-top: 6px;
}

.form-error.visible {
  display: block;
}

.contact-success {
  display: none;
  padding: 24px;
  border: 1px solid var(--primary);
  background: rgba(34, 197, 94, 0.12);
  color: var(--text);
}

.contact-success.visible {
  display: block;
}

.age-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(2, 4, 3, 0.94);
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.age-overlay.active {
  display: flex;
}

.age-dialog {
  max-width: 420px;
  width: 100%;
  padding: 32px 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  text-align: center;
}

.age-dialog h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  margin-bottom: 12px;
}

.age-dialog p {
  color: var(--muted);
  margin-bottom: 22px;
}

.age-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.btn-confirm,
.btn-decline {
  padding: 11px 18px;
  border: 1px solid var(--border);
  cursor: pointer;
  font-weight: 600;
  font-family: var(--font-sans);
}

.btn-confirm {
  background: var(--primary);
  color: var(--bg);
  border-color: transparent;
}

.btn-decline {
  background: transparent;
  color: var(--muted);
}

.age-blocked {
  display: none;
  color: var(--text);
  text-align: center;
  max-width: 360px;
}

.age-blocked.visible {
  display: block;
}

.cookie-banner {
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 900;
  max-width: 720px;
  margin: 0 auto;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.cookie-banner.active {
  display: block;
}

.cookie-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.cookie-inner p {
  color: var(--muted);
  font-size: 0.9rem;
  flex: 1 1 260px;
}

.cookie-actions {
  display: flex;
  gap: 8px;
}

.cookie-actions button {
  padding: 10px 16px;
  border: 1px solid var(--border);
  cursor: pointer;
  font-weight: 600;
  font-family: var(--font-sans);
}

#cookie-accept {
  background: var(--primary);
  color: var(--bg);
  border-color: transparent;
}

#cookie-reject {
  background: transparent;
  color: var(--muted);
}

.go-page {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
}

.go-ad {
  color: var(--accent);
  margin-bottom: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 300;
}

.go-page h1 {
  font-family: var(--font-serif);
  font-weight: 400;
  margin-bottom: 12px;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.go-page p {
  color: var(--muted);
  max-width: 520px;
  margin-bottom: 18px;
}

.go-spinner {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid rgba(167, 243, 208, 0.2);
  border-top-color: var(--primary);
  animation: spin 0.9s linear infinite;
  margin: 10px 0 22px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.go-compliance {
  font-size: 0.88rem;
}

.error-page {
  text-align: center;
  padding: 96px 24px;
}

.error-page h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  font-weight: 400;
  margin-bottom: 14px;
}

.error-page p {
  color: var(--muted);
  margin-bottom: 24px;
}

.error-page a {
  display: inline-flex;
  padding: 12px 22px;
  border: 1px solid var(--primary);
  background: var(--primary);
  color: var(--bg);
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.sub-hero {
  padding: 72px 24px 40px;
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

.sub-hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sub-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 400;
  margin-bottom: 14px;
  max-width: 16ch;
}

.sub-hero p {
  color: var(--muted);
  max-width: 38rem;
}

.sub-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.18;
}

.sub-layout {
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px 24px 80px;
}

.sub-layout p {
  color: var(--muted);
  margin-bottom: 16px;
}

.sub-layout h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  color: var(--text);
  margin: 32px 0 14px;
  font-size: 1.45rem;
}

.sub-layout h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  margin: 20px 0 10px;
  font-size: 1.12rem;
}

.sub-layout ul {
  margin: 0 0 18px 1.2rem;
  color: var(--muted);
}

.sidebar-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 36px;
  align-items: start;
}

.side-rail {
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.side-rail h3 {
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.side-rail ul {
  margin: 0 0 12px 1rem;
  font-size: 0.88rem;
}

.split-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.image-rail {
  display: flex;
  gap: 12px;
  overflow: hidden;
  margin: 20px 0;
  max-width: 100%;
}

.image-rail .decor-wrap {
  margin: 0;
  flex: 1;
}

.bonus-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0;
}

.bonus-strip article {
  padding: 20px 16px;
  border-top: 1px solid var(--accent);
  background: var(--surface);
}

.bonus-strip strong {
  display: block;
  font-family: var(--font-serif);
  font-weight: 400;
  margin-bottom: 8px;
}

.poker-board {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 24px 0;
}

.poker-board span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  border: 1px solid var(--border);
  font-family: var(--font-serif);
  color: var(--accent);
}

@media (min-width: 1101px) {
  .nav-burger,
  .nav-drawer,
  .nav-drawer.open,
  .nav-scrim,
  .nav-scrim.open {
    display: none;
  }
}

@media (max-width: 1100px) {
  .nav-links {
    display: none;
  }

  .nav-burger {
    display: flex;
  }

  .nav-inner {
    height: auto;
    min-height: 64px;
    box-sizing: border-box;
  }
}

@media (max-width: 860px) {
  .hero h1 {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    max-width: none;
  }

  .hero-sub {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero-caption {
    margin-left: 0;
    text-align: center;
  }

  .runway-split,
  .runway-cards,
  .runway-steps,
  .runway-mosaic,
  .runway-quote-band,
  .runway-rail,
  .runway-list-block,
  .runway-reverse,
  .runway-editorial,
  .stat-row,
  .sidebar-grid,
  .split-columns,
  .bonus-strip {
    grid-template-columns: 1fr;
  }

  .poker-board {
    grid-template-columns: repeat(3, 1fr);
  }

  .side-rail {
    position: static;
  }

  .image-rail {
    flex-direction: column;
  }

  .offer-logo {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .offer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    max-width: none;
    max-height: none;
  }
}

@media (max-width: 480px) {
  .decor-wrap,
  .decor-bg,
  .decor-band,
  .image-rail,
  .info-section,
  .sub-layout,
  .sub-hero,
  .page-content,
  .hero,
  .hero-inner,
  .offers-section,
  .offers-inner,
  .runway-split,
  .runway-mosaic,
  .runway-reverse {
    max-width: 100%;
    overflow-x: hidden;
  }

  .decor-wrap {
    width: 100%;
    max-width: 100%;
    max-height: 180px;
  }

  .decor-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
    object-position: center;
  }

  .decor-bg,
  .decor-band {
    height: 140px;
    max-width: 100%;
    width: 100%;
  }

  .offer-logo {
    width: 160px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .offer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    max-width: none;
    max-height: none;
  }
}

body.nav-open {
  overflow: hidden;
}
