:root {
  --bg: #120a12;
  --bg-2: #1b0f1b;
  --surface: #221422;
  --surface-2: #2c1a2c;
  --line: #3a243a;
  --text: #f6ecf2;
  --muted: #b7a2b2;
  --dim: #8a7386;
  --accent: #ff4f8b;
  --accent-2: #ff9a5c;
  --accent-ink: #1a0610;
  --violet: #9b6bff;
  --radius: 14px;
  --maxw: 1200px;
  --display: "Bricolage Grotesque", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
h1, h2, h3 { font-family: var(--display); line-height: 1.08; margin: 0; letter-spacing: -0.02em; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 46px; padding: 0 22px; border-radius: 999px; border: 0;
  font: 600 15px/1 var(--body); cursor: pointer; transition: transform .15s, background .15s, border-color .15s;
}
.btn:active { transform: scale(.98); }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: var(--accent-ink); }
.btn-primary:hover { filter: brightness(1.06); }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--muted); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font: 600 12px/1 var(--body); letter-spacing: .12em; text-transform: uppercase; color: var(--accent);
}
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); }

/* ---------- Header ---------- */
header.top {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.top .wrap { display: flex; align-items: center; gap: 20px; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; font: 800 21px/1 var(--display); letter-spacing: -0.03em; flex-shrink: 0; }
.logo-mark { width: 30px; height: 30px; }
.logo b { color: var(--accent); font-weight: 800; }
nav.main { display: flex; gap: 22px; font-size: 14.5px; color: var(--muted); }
nav.main a:hover { color: var(--text); }
.search {
  flex: 1; max-width: 360px; margin-left: auto; position: relative;
}
.search input {
  width: 100%; height: 40px; border-radius: 999px; border: 1px solid var(--line);
  background: var(--surface); color: var(--text); padding: 0 16px 0 40px; font: 14px var(--body);
}
.search input::placeholder { color: var(--dim); }
.search input:focus { outline: none; border-color: var(--accent); }
.search svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--dim); }
.top .btn { height: 40px; padding: 0 18px; font-size: 14px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 72px 0 56px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -30% -10% auto auto; width: 820px; height: 820px;
  background: radial-gradient(closest-side, rgba(255,79,139,.28), transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; left: -200px; bottom: -300px; width: 700px; height: 700px;
  background: radial-gradient(closest-side, rgba(155,107,255,.18), transparent 70%);
  pointer-events: none;
}
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(40px, 6vw, 72px); font-weight: 800; margin: 18px 0 20px; }
.hero h1 em { font-style: normal; background: linear-gradient(120deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { font-size: 18.5px; color: var(--muted); max-width: 540px; margin: 0 0 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: var(--muted); font-size: 14px; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta svg { width: 17px; height: 17px; color: var(--accent-2); }

.stack { position: relative; height: 460px; }
.stack .cover { position: absolute; width: 58%; aspect-ratio: 3/4; border-radius: 16px; box-shadow: 0 30px 60px rgba(0,0,0,.55); }
.stack .c1 { left: 2%; top: 40px; transform: rotate(-8deg); }
.stack .c2 { right: 2%; top: 10px; transform: rotate(7deg); }
.stack .c3 { left: 21%; top: 70px; z-index: 2; transform: rotate(-1deg); }

/* ---------- Covers (pure CSS art, no explicit imagery) ---------- */
.cover {
  position: relative; overflow: hidden; border-radius: 12px; isolation: isolate;
  background: var(--g, linear-gradient(160deg, #ff4f8b, #3b0d2b));
}
.cover::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 45% at var(--x1, 30%) var(--y1, 35%), var(--s1, rgba(255,255,255,.35)), transparent 70%),
    radial-gradient(50% 40% at var(--x2, 75%) var(--y2, 70%), var(--s2, rgba(0,0,0,.45)), transparent 70%);
}
.cover::after {
  content: ""; position: absolute; left: 50%; bottom: -8%; width: 78%; aspect-ratio: 1/1.25; transform: translateX(-50%);
  border-radius: 48% 48% 12% 12% / 40% 40% 10% 10%;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.55));
  filter: blur(.3px); z-index: -1;
}
.cover .ct {
  position: absolute; left: 14px; right: 14px; bottom: 14px;
  font: 800 clamp(18px, 2.2vw, 26px)/1 var(--display); letter-spacing: -0.02em; color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.5);
}
.cover .tag18 {
  position: absolute; top: 12px; left: 12px; font: 700 11px/1 var(--body); padding: 6px 8px; border-radius: 6px;
  background: rgba(0,0,0,.55); color: #fff; letter-spacing: .04em;
}

/* ---------- Sections ---------- */
section { padding: 64px 0; }
.sec-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; flex-wrap: wrap; }
.sec-head h2 { font-size: clamp(28px, 3.6vw, 40px); font-weight: 800; }
.sec-head p { color: var(--muted); margin: 8px 0 0; max-width: 560px; }

.chips { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 6px; margin-bottom: 26px; scrollbar-width: none; }
.chips::-webkit-scrollbar { display: none; }
.chip {
  flex-shrink: 0; height: 38px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line);
  background: var(--surface); color: var(--muted); font: 500 14px var(--body); cursor: pointer; transition: .15s;
}
.chip:hover { color: var(--text); border-color: var(--muted); }
.chip[aria-pressed="true"] { background: var(--text); color: var(--bg); border-color: var(--text); }

.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card { display: flex; flex-direction: column; gap: 12px; }
.card .cover { aspect-ratio: 3/4; transition: transform .25s; }
.card:hover .cover { transform: translateY(-4px); }
.card .soon {
  position: absolute; top: 12px; right: 12px; font: 600 11px/1 var(--body); padding: 6px 9px; border-radius: 999px;
  background: var(--accent); color: var(--accent-ink);
}
.card h3 { font: 700 17px/1.2 var(--display); }
.card .by { font-size: 13.5px; color: var(--muted); }
.card .tags, .s-info .tags { display: flex; flex-wrap: wrap; gap: 6px; }
.card .tags span, .s-info .tags span { font-size: 12px; color: var(--muted); background: var(--surface); border: 1px solid var(--line); padding: 3px 9px; border-radius: 999px; }
.empty { display: none; color: var(--muted); padding: 30px 0; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.step .ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--surface-2); color: var(--accent); margin-bottom: 16px; }
.step .ic svg { width: 22px; height: 22px; }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { margin: 0; color: var(--muted); font-size: 15px; }

/* Creators */
.creators { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.creators .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.creators h2 { font-size: clamp(30px, 4vw, 46px); font-weight: 800; margin: 16px 0 18px; }
.creators p.lead { color: var(--muted); font-size: 17px; margin: 0 0 26px; }
.perks { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 14px; }
.perks li { display: flex; gap: 12px; align-items: flex-start; }
.perks svg { width: 20px; height: 20px; color: var(--accent-2); flex-shrink: 0; margin-top: 2px; }
.dash { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 22px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.dash-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; font-size: 14px; color: var(--muted); }
.dash-head b { color: var(--text); font-family: var(--display); font-size: 17px; }
.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.kpi { background: var(--surface-2); border-radius: 12px; padding: 14px; }
.kpi small { display: block; color: var(--dim); font-size: 12px; margin-bottom: 6px; }
.kpi strong { font: 700 20px/1 var(--display); }
.bars { display: flex; align-items: end; gap: 8px; height: 120px; padding: 10px 4px 0; border-top: 1px dashed var(--line); }
.bars i { flex: 1; border-radius: 6px 6px 2px 2px; background: linear-gradient(180deg, var(--accent), rgba(255,79,139,.35)); }
.dash-note { margin-top: 14px; font-size: 12px; color: var(--dim); }

/* Genres SEO block */
.genres { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.genre { padding: 22px; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(160deg, var(--surface), var(--bg)); }
.genre h3 { font-size: 19px; margin-bottom: 8px; }
.genre p { margin: 0; color: var(--muted); font-size: 14.5px; }

/* FAQ */
.faq { max-width: 820px; }
.faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; font: 700 18px/1.3 var(--display); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-size: 24px; line-height: 1; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); margin: 12px 0 0; }

/* Waitlist */
.join { text-align: center; position: relative; overflow: hidden; }
.join-box {
  position: relative; max-width: 780px; margin: 0 auto; padding: 56px 32px; border-radius: 24px;
  background: radial-gradient(120% 140% at 50% 0%, rgba(255,79,139,.22), transparent 60%), var(--surface);
  border: 1px solid var(--line);
}
.join h2 { font-size: clamp(30px, 4.4vw, 48px); font-weight: 800; margin: 14px 0 14px; }
.join p { color: var(--muted); margin: 0 auto 28px; max-width: 520px; }
.role { display: inline-flex; background: var(--bg); border: 1px solid var(--line); border-radius: 999px; padding: 4px; margin-bottom: 18px; }
.role label { position: relative; }
.role input { position: absolute; opacity: 0; }
.role span { display: block; padding: 9px 18px; border-radius: 999px; font-size: 14px; color: var(--muted); cursor: pointer; }
.role input:checked + span { background: var(--text); color: var(--bg); font-weight: 600; }
.role input:focus-visible + span { outline: 2px solid var(--accent); }
.form-row { display: flex; gap: 10px; max-width: 520px; margin: 0 auto; }
.form-row input[type=email] {
  flex: 1; min-width: 0; height: 50px; border-radius: 999px; border: 1px solid var(--line); background: var(--bg);
  color: var(--text); padding: 0 20px; font: 15px var(--body);
}
.form-row input[type=email]:focus { outline: none; border-color: var(--accent); }
.form-row .btn { height: 50px; }
.form-msg { min-height: 22px; margin-top: 14px; font-size: 14px; color: var(--accent-2); }
.fine { font-size: 12.5px; color: var(--dim); margin-top: 8px; }

/* Footer */
footer { border-top: 1px solid var(--line); padding: 44px 0 56px; color: var(--dim); font-size: 13.5px; }
footer .wrap { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
footer h4 { color: var(--text); font: 700 14px var(--body); margin: 0 0 12px; }
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
footer a:hover { color: var(--text); }
.legal-links { grid-column: 1 / -1; }
.legal-links a:hover { color: var(--text); }
.legal { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 22px; line-height: 1.6; }

/* Age gate */
.gate {
  position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 20px;
  background: rgba(10,5,10,.82); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
}
.gate.show { display: grid; }
.gate-box { max-width: 440px; width: 100%; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 32px; text-align: center; }
.gate-box .logo { justify-content: center; margin-bottom: 20px; }
.gate-box h2 { font-size: 26px; margin-bottom: 10px; }
.gate-box p { color: var(--muted); font-size: 14.5px; margin: 0 0 24px; }
.gate-box .btn { width: 100%; }
.gate-box .btn + .btn { margin-top: 10px; }

/* Links inside cards/chips */
a.chip { display: inline-flex; align-items: center; }
a.genre { display: block; transition: border-color .15s, transform .15s; }
a.genre:hover { border-color: var(--accent); transform: translateY(-2px); }
.genre .more { display: inline-block; margin-top: 12px; color: var(--accent); font-size: 14px; font-weight: 600; }

/* Category page */
.crumbs { font-size: 13.5px; color: var(--dim); margin-bottom: 18px; }
.crumbs a:hover { color: var(--text); }
.crumbs span { margin: 0 8px; }
.cat-hero { padding: 48px 0 24px; position: relative; overflow: hidden; }
.cat-hero::before {
  content: ""; position: absolute; right: -200px; top: -300px; width: 760px; height: 760px;
  background: radial-gradient(closest-side, rgba(255,79,139,.22), transparent 70%); pointer-events: none;
}
.cat-hero .wrap { position: relative; }
.cat-hero h1 { font-size: clamp(40px, 6vw, 68px); font-weight: 800; margin: 14px 0 18px; }
.cat-hero p.lead { font-size: 18px; color: var(--muted); max-width: 680px; margin: 0 0 26px; }
.prose { max-width: 760px; color: var(--muted); font-size: 16.5px; }
.prose h2 { color: var(--text); font-size: clamp(24px, 3vw, 32px); font-weight: 800; margin: 40px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose p { margin: 0 0 16px; }
.prose strong { color: var(--text); }
.prose a { color: var(--accent); }

.grid-3 { grid-template-columns: repeat(3, 1fr); }
.cover.art { background: #120a12; }
.cover.art::before, .cover.art::after { display: none; }
.cover.art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }
.heat { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: -4px; }
.chilis { display: inline-flex; gap: 1px; color: #ff4f5e; }
.chili { width: 18px; height: 18px; }
.chili.off { color: var(--line); --stem: var(--line); }
.heat .pace { font-size: 12.5px; color: var(--dim); }
.card .hook { margin: -4px 0 0; font-size: 14px; line-height: 1.45; color: var(--muted); }

/* Cookie consent */
.consent {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; display: none;
  max-width: 760px; margin: 0 auto; padding: 18px 20px; gap: 18px; align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.consent.show { display: flex; }
.consent p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.5; }
.consent a { color: var(--accent); }
.consent-actions { display: flex; gap: 10px; flex-shrink: 0; }
.consent .btn { height: 40px; padding: 0 18px; font-size: 14px; }
@media (max-width: 640px) {
  .consent { flex-direction: column; align-items: stretch; }
  .consent-actions .btn { flex: 1; }
}

/* Legal pages */
.legal-page { padding: 48px 0 80px; }
.legal-page .prose { max-width: 780px; }
.legal-page h1 { font-size: clamp(36px, 5vw, 54px); font-weight: 800; margin: 14px 0 10px; }
.legal-page .updated { color: var(--dim); font-size: 14px; margin: 0 0 32px; }
.legal-page .prose h2 { font-size: 24px; margin: 36px 0 12px; }
.legal-page .prose ul { padding-left: 20px; margin: 0 0 16px; }
.legal-page .prose li { margin-bottom: 6px; }
.legal-page table { width: 100%; border-collapse: collapse; margin: 8px 0 20px; font-size: 14px; }
.legal-page th, .legal-page td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal-page th { color: var(--text); font-weight: 600; }
.table-wrap { overflow-x: auto; }
.todo { background: rgba(255,154,92,.15); color: var(--accent-2); padding: 1px 6px; border-radius: 4px; }

/* Series page */
.s-hero { position: relative; overflow: hidden; padding: 28px 0 36px; }
.s-hero-bg { position: absolute; inset: -40px; background-size: cover; background-position: center; filter: blur(40px) saturate(1.2); opacity: .35; }
.s-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,10,18,.2), var(--bg)); }
.s-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: end; }
.s-cover { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.6); aspect-ratio: 3 / 4; }
.s-cover img { width: 100%; height: 100%; display: block; object-fit: cover; }
.s-info h1 { font-size: clamp(34px, 5vw, 58px); font-weight: 800; margin: 0 0 10px; }
.s-meta { color: var(--muted); font-size: 15px; margin-bottom: 12px; }
.s-hook { font-size: 18px; color: var(--text); margin: 14px 0 20px; max-width: 560px; }
.s-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.s-section { padding: 40px 0; }
.s-section h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 800; margin-bottom: 16px; }
.s-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.s-blurb { font-size: 17px; color: var(--muted); margin: 0 0 14px; }
.s-note { font-size: 14px; color: var(--dim); margin: 0; }
.chars { display: grid; gap: 12px; }
.char { display: flex; gap: 14px; padding: 14px; border-radius: 14px; background: var(--surface); border: 1px solid var(--line); }
.char-avatar { flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; font: 800 16px var(--display); color: var(--accent-ink); background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.char h3 { font-size: 16px; }
.char-meta { font-size: 12.5px; color: var(--dim); margin: 2px 0 6px; }
.char p { margin: 0; font-size: 14px; color: var(--muted); }
.ep-list { display: grid; gap: 10px; }
.ep-row { display: flex; gap: 14px; align-items: center; padding: 10px; border-radius: 14px; background: var(--surface); border: 1px solid var(--line); transition: border-color .15s; }
a.ep-row:hover { border-color: var(--accent); }
.ep-row.soon { opacity: .6; }
.ep-row img { width: 60px; height: 80px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.ep-info { min-width: 0; }
.ep-info b { display: block; font: 700 15.5px var(--display); }
.ep-info > span { display: block; font-size: 13.5px; color: var(--muted); margin: 3px 0 6px; }
.ep-badges { display: flex; gap: 6px; flex-wrap: wrap; }
.ep-badge { display: inline-flex; align-items: center; gap: 4px; font: 600 11px/1 var(--body); padding: 5px 8px; border-radius: 999px; background: var(--surface-2); color: var(--muted); }
.ep-badge.free { background: rgba(79,174,106,.18); color: #7fd09a; }
.ep-badge.lock { background: rgba(255,154,92,.15); color: var(--accent-2); }
.ep-badge svg { width: 12px; height: 12px; }
.s-sticky { display: none; }
@media (max-width: 800px) {
  .s-hero-grid { grid-template-columns: 1fr; gap: 22px; }
  .s-cover { width: 58%; max-width: 240px; }
  .s-cols { grid-template-columns: 1fr; gap: 32px; }
  .s-sticky {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: color-mix(in srgb, var(--bg) 90%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--line);
  }
  .s-sticky .btn { width: 100%; }
  .series-page + .s-sticky + footer { padding-bottom: 96px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  nav.main { display: none; }
  .grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .genres { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
  .hero { padding: 44px 0 30px; }
  .hero .wrap, .creators .wrap { grid-template-columns: 1fr; gap: 36px; }
  .stack { height: 360px; max-width: 460px; margin: 0 auto; width: 100%; }
  .top .btn { display: none; }
  .search { max-width: none; }
  footer .wrap { grid-template-columns: 1fr 1fr; }
  footer .wrap > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 16px; }
  .top .wrap { gap: 12px; }
  .logo span.word { display: none; }
  section { padding: 48px 0; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .steps, .genres { grid-template-columns: 1fr; }
  .stack { height: 370px; }
  .form-row { flex-direction: column; }
  .join-box { padding: 40px 20px; }
  .kpis { grid-template-columns: 1fr 1fr 1fr; }
  .kpi strong { font-size: 16px; }
}
