:root {
  --bg: #07091a;
  --bg-soft: #0d1028;
  --panel: #111632;
  --panel-light: #eef2ff;
  --ink: #f8f8ff;
  --ink-dark: #11142d;
  --muted: #aeb5d2;
  --line: rgba(255, 255, 255, 0.12);
  --blue: #69a7ff;
  --cyan: #66f0eb;
  --violet: #9c7cff;
  --coral: #ff8cae;
  --gradient: linear-gradient(110deg, var(--cyan), var(--blue) 48%, var(--violet));
  --radius: 28px;
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  display: grid;
  width: min(1260px, calc(100% - 36px));
  min-height: 66px;
  padding: 0 10px 0 20px;
  transform: translateX(-50%);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(7, 9, 26, .62);
  backdrop-filter: blur(20px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(7, 9, 26, .92); box-shadow: 0 16px 60px rgba(0,0,0,.35); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 800; letter-spacing: .12em; }
.brand-icon { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 10px; color: var(--bg); background: var(--gradient); }
.nav { display: flex; gap: 32px; color: #cbd1e9; font-size: 13px; font-weight: 600; }
.nav a:hover { color: white; }
.header-cta { justify-self: end; display: inline-flex; min-height: 46px; padding: 0 18px; align-items: center; gap: 10px; border-radius: 12px; color: var(--bg); background: var(--gradient); font-size: 12px; font-weight: 800; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; padding: 132px 24px 30px; background: linear-gradient(180deg, #0a0d25 0%, #07091a 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(105,167,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(105,167,255,.16) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(8px); opacity: .46; }
.hero-orb-one { width: 520px; height: 520px; top: -200px; left: -180px; background: radial-gradient(circle, rgba(102,240,235,.42), transparent 66%); }
.hero-orb-two { width: 700px; height: 700px; right: -260px; bottom: -180px; background: radial-gradient(circle, rgba(156,124,255,.5), transparent 64%); }
.hero-inner { position: relative; z-index: 2; display: grid; width: min(1320px, 100%); min-height: calc(100svh - 245px); margin: 0 auto; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 42px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .22em; }
.eyebrow span { padding: 6px 8px; border: 1px solid rgba(102,240,235,.35); border-radius: 7px; background: rgba(102,240,235,.08); }
h1 { max-width: 680px; margin: 25px 0 24px; font-size: clamp(52px, 6.8vw, 102px); line-height: .91; letter-spacing: -.07em; }
h1 em { display: block; color: transparent; font-style: normal; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.hero-title-long { max-width: 730px; font-size: clamp(44px, 5.4vw, 80px); line-height: .95; }
.hero-lead { max-width: 640px; color: #bcc4df; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.hero-note { max-width: 620px; margin: -8px 0 0; color: #858ead; font-size: 14px; line-height: 1.65; }
.porn-hero .hero-orb-one { background: radial-gradient(circle, rgba(255,140,174,.38), transparent 66%); }
.porn-hero .hero-orb-two { background: radial-gradient(circle, rgba(156,124,255,.55), transparent 64%); }
.character-hero .hero-orb-one { background: radial-gradient(circle, rgba(102,240,235,.44), transparent 66%); }
.character-hero .hero-orb-two { background: radial-gradient(circle, rgba(105,167,255,.48), rgba(156,124,255,.18) 46%, transparent 68%); }
.character-hero .hero-points span { color: var(--cyan); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { display: inline-flex; min-height: 58px; padding: 0 22px; align-items: center; justify-content: center; gap: 14px; border-radius: 14px; font-size: 12px; font-weight: 800; letter-spacing: .05em; }
.btn-primary { color: #080b1c; background: var(--gradient); box-shadow: 0 12px 40px rgba(105,167,255,.18); }
.btn-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.04); }
.btn-light { color: var(--ink-dark); background: #fff; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin: 28px 0 0; padding: 0; list-style: none; color: #9099ba; font-size: 12px; }
.hero-points li { display: inline-flex; align-items: center; gap: 7px; }
.hero-points span { color: var(--coral); }

.hero-roulette { position: relative; min-height: 680px; isolation: isolate; }
.roulette-glow { position: absolute; inset: 16% 10%; border-radius: 50%; background: radial-gradient(circle, rgba(105,167,255,.3), rgba(156,124,255,.15) 40%, transparent 68%); filter: blur(24px); }
.roulette-stage { position: absolute; inset: 30px 0 88px; transform: perspective(1200px) rotateY(-6deg); }
.roulette-card { position: absolute; display: flex; width: 220px; height: 350px; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: #11142d; box-shadow: var(--shadow); transition: transform .36s ease, opacity .36s ease, width .36s ease, height .36s ease; }
.roulette-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(5,7,20,.94)); }
.roulette-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.roulette-card > div { position: absolute; z-index: 2; right: 16px; bottom: 16px; left: 16px; display: grid; grid-template-columns: auto 1fr; gap: 2px 10px; align-items: end; }
.roulette-card span { grid-row: 1 / span 2; color: var(--cyan); font-size: 11px; font-weight: 800; }
.roulette-card strong { font-size: 22px; }
.roulette-card small { color: #aeb5d2; }
.card-active { z-index: 5; top: 12px; right: 18%; width: 340px; height: 530px; }
.card-left { z-index: 3; top: 140px; left: 2%; transform: rotate(-8deg); }
.card-right { z-index: 4; top: 165px; right: 0; transform: rotate(7deg); }
.card-back { z-index: 1; top: 5px; right: 44%; transform: scale(.82) rotate(-2deg); opacity: .62; }
.card-hidden { z-index: 0; top: 100px; right: 28%; transform: scale(.68); opacity: 0; pointer-events: none; }
.roulette-caption { position: absolute; z-index: 7; right: 0; bottom: 14px; display: grid; width: 88%; padding: 16px 18px; grid-template-columns: 1fr auto; gap: 12px 18px; align-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(13,16,40,.86); backdrop-filter: blur(16px); }
.roulette-copy { display: grid; gap: 4px; }
.roulette-caption span { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.roulette-caption strong { font-size: 14px; }
.roulette-controls { display: flex; align-items: center; gap: 8px; }
.roulette-controls button { display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: var(--ink); background: rgba(255,255,255,.05); cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.roulette-controls button:hover { border-color: rgba(102,240,235,.55); background: rgba(102,240,235,.1); }
.roulette-count { min-width: 55px; text-align: center; color: #8f98b7 !important; letter-spacing: .08em !important; }
.roulette-count b { color: var(--ink); }
.roulette-dots { display: flex; grid-column: 1 / -1; gap: 6px; }
.roulette-dots i { width: 7px; height: 7px; border-radius: 8px; background: rgba(255,255,255,.2); transition: width .3s ease, background .3s ease; }
.roulette-dots .is-active { width: 24px; background: var(--cyan); }
.hero-stats { position: relative; z-index: 3; display: grid; width: min(1260px, 100%); margin: 18px auto 0; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.025); }
.hero-stats div { display: flex; min-height: 78px; padding: 16px 22px; align-items: center; gap: 15px; border-right: 1px solid var(--line); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { color: var(--blue); font-size: 12px; }
.hero-stats span { color: #c4cae0; font-size: 14px; }

.marquee { overflow: hidden; border-block: 1px solid rgba(102,240,235,.24); background: #0a0d25; }
.marquee-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.marquee span { padding: 20px 30px; white-space: nowrap; color: #cad1ea; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.marquee span::first-letter { color: var(--cyan); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 50px 0; }
.section + .section { padding-top: 22px; }
.section-heading h2, .control-copy h2, .benefits-intro h2, .closing-content h2 { margin: 18px 0 0; font-size: clamp(40px, 5.4vw, 76px); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { max-width: 680px; margin: 20px auto 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.split-heading { display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: end; }
.split-heading > p { margin: 0; }
.centered { text-align: center; }
.centered h2 { max-width: 880px; margin-inline: auto; }

.intro-section { padding-top: 70px; }
.compact-crosslink { padding-top: 24px; }
.intro-showcase { display: grid; margin-top: 44px; grid-template-columns: .85fr 1.15fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #131735, #0b0e24); }
.showcase-image { min-height: 620px; margin: 0; }
.showcase-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.showcase-copy { display: flex; padding: clamp(34px, 6vw, 82px); flex-direction: column; justify-content: center; }
.mini-label { color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.showcase-copy h3 { margin: 22px 0; font-size: clamp(34px, 4vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.showcase-copy p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.feature-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 30px; }
.feature-chips span { padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; color: #cbd1e8; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .05em; }

.models-section { width: min(1380px, calc(100% - 40px)); }
.model-grid { display: grid; margin-top: 40px; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.model-card { position: relative; min-height: 540px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }
.model-card.featured { transform: translateY(28px); }
.model-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(6,8,22,.96) 94%); }
.model-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.model-card:hover img { transform: scale(1.04); }
.model-overlay { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; }
.model-overlay span { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.model-overlay h3 { margin: 10px 0 8px; font-size: 25px; }
.model-overlay p { margin: 0; color: #b6bdd4; font-size: 13px; line-height: 1.55; }

.control-panel { display: grid; overflow: hidden; grid-template-columns: .95fr 1.05fr; border: 1px solid rgba(105,167,255,.28); border-radius: var(--radius); background: radial-gradient(circle at 0 0, rgba(105,167,255,.2), transparent 40%), #0e122c; }
.control-copy { display: flex; min-height: 640px; padding: clamp(38px, 6vw, 76px); flex-direction: column; justify-content: center; }
.control-copy h2 { font-size: clamp(42px, 5vw, 70px); }
.control-copy p { max-width: 570px; margin: 24px 0 30px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.control-copy .btn { align-self: flex-start; }
.character-story-panel { margin-top: 14px; }
.control-section-matched { width: min(1380px, calc(100% - 40px)); }
.control-options { display: grid; grid-template-rows: repeat(4, 1fr); border-left: 1px solid var(--line); }
.control-options article { display: grid; padding: 28px 32px; grid-template-columns: 48px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.control-options article:last-child { border-bottom: 0; }
.control-options > article > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(102,240,235,.3); border-radius: 13px; color: var(--cyan); font-size: 11px; font-weight: 800; }
.control-options h3 { margin-bottom: 6px; font-size: 20px; }
.control-options p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.format-grid { display: grid; margin-top: 40px; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 1fr); gap: 14px; }
.format-card { position: relative; overflow: hidden; min-height: 300px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }
.format-large { grid-row: 1 / span 2; min-height: 620px; }
.format-large::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(6,8,22,.95)); }
.format-large img { width: 100%; height: 100%; object-fit: cover; }
.format-large > div { position: absolute; z-index: 2; right: 36px; bottom: 36px; left: 36px; }
.format-card span { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.format-card h3 { margin: 14px 0 10px; font-size: clamp(28px, 3vw, 44px); line-height: 1; letter-spacing: -.04em; }
.format-card p { margin-bottom: 0; color: var(--muted); line-height: 1.65; }
.format-text { display: flex; padding: 34px; flex-direction: column; justify-content: flex-end; isolation: isolate; }
.format-text::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(7,9,26,.08) 8%, rgba(7,9,26,.72) 54%, rgba(7,9,26,.98) 100%); }
.format-text > img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transition: transform .5s ease; }
.format-text:hover > img { transform: scale(1.035); }
.format-text > :not(img) { position: relative; z-index: 2; }
.format-text .text-link + .text-link { margin-top: 5px; }
.accent-card { background: linear-gradient(140deg, rgba(156,124,255,.28), rgba(102,240,235,.08)), #10142f; }

.steps-section { width: min(1260px, calc(100% - 40px)); }
.steps-grid { display: grid; margin: 40px 0 0; padding: 0; grid-template-columns: repeat(4, 1fr); gap: 12px; list-style: none; }
.steps-grid li { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.025); }
.steps-grid li:nth-child(even) { background: #10142f; }
.steps-grid li > span { color: var(--blue); font-size: 11px; font-weight: 800; }
.steps-grid h3 { margin: 70px 0 10px; font-size: 21px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.steps-grid .step-cta { grid-column: span 2; background: linear-gradient(120deg, rgba(102,240,235,.16), rgba(156,124,255,.24)); }
.steps-grid .step-cta-image { position: relative; overflow: hidden; isolation: isolate; border-color: rgba(105,167,255,.38); background: #0d122b; }
.steps-grid .step-cta-image::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(7,10,27,.98) 0%, rgba(7,10,27,.86) 43%, rgba(7,10,27,.24) 100%), url("assets/character-profile-06.jpg") center 28% / cover no-repeat; }
.steps-grid .step-cta-image p { color: #c8d0e8; }
.steps-grid .step-cta-porn::before { background: linear-gradient(90deg, rgba(7,10,27,.98) 0%, rgba(7,10,27,.84) 52%, rgba(7,10,27,.24) 100%), url("assets/porn-poolside-character.jpg") center 24% / cover no-repeat; }
.steps-grid-nine { grid-template-columns: repeat(3, 1fr); }
.steps-grid-nine .step-cta { grid-column: auto; }
.steps-grid-nine .step-cta-neon::before { background: linear-gradient(90deg, rgba(7,10,27,.98) 0%, rgba(7,10,27,.83) 48%, rgba(7,10,27,.18) 100%), url("assets/neon-character.jpg") center 28% / cover no-repeat; }
.step-cta a { display: inline-block; margin-top: 22px; color: var(--cyan); font-size: 12px; font-weight: 800; }

.benefits-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.benefits-intro { position: sticky; top: 120px; align-self: start; }
.benefits-intro h2 { font-size: clamp(40px, 4.6vw, 64px); }
.benefits-intro p { max-width: 520px; margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.benefits-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.025); }
.benefits-grid article > span { color: var(--coral); font-size: 20px; }
.benefits-grid h3 { margin: 26px 0 10px; font-size: 20px; }
.benefits-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.tips-card { display: grid; padding: clamp(34px, 5vw, 62px); grid-template-columns: .85fr 1.15fr; gap: 58px; border: 1px solid rgba(105,167,255,.22); border-radius: var(--radius); color: var(--ink); background: radial-gradient(circle at 0 0, rgba(102,240,235,.1), transparent 35%), radial-gradient(circle at 100% 100%, rgba(156,124,255,.17), transparent 42%), linear-gradient(135deg, #101630, #0b0f27); box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.tips-card h2 { margin: 18px 0 0; font-size: clamp(38px, 4.8vw, 64px); line-height: 1; letter-spacing: -.05em; }
.tips-card .kicker { color: var(--cyan); }
.tips-card ul { margin: 0; padding: 0; list-style: none; }
.tips-card li { display: grid; padding: 17px 0; grid-template-columns: .72fr 1.28fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.11); }
.tips-card li:last-child { border-bottom: 0; }
.tips-card strong { font-size: 15px; }
.tips-card li span { color: var(--muted); font-size: 14px; line-height: 1.55; }

.faq-section { width: min(980px, calc(100% - 40px)); }
.faq-list { margin-top: 38px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; padding: 25px 0; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-family: "Manrope", sans-serif; font-size: 19px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--cyan); font-size: 24px; transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 820px; margin: -8px 0 25px; color: var(--muted); line-height: 1.7; }

.closing-cta { position: relative; display: grid; min-height: 720px; overflow: hidden; place-items: center; padding: 80px 24px; background: #0c1028; }
.closing-bg { position: absolute; inset: 0; }
.closing-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,28,.98) 15%, rgba(8,10,28,.78) 55%, rgba(48,29,82,.42)), linear-gradient(0deg, rgba(7,9,26,.9), transparent 60%); }
.closing-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 68% 38%; filter: saturate(.82); }
.closing-cta-featured .closing-bg { background: radial-gradient(circle at 78% 30%, rgba(105,167,255,.16), transparent 32%), #090c22; }
.closing-cta-featured .closing-bg img { width: 62%; margin-left: auto; object-position: center 23%; filter: saturate(.9) contrast(1.03); }
.closing-cta-neon .closing-bg img { object-position: 74% 38%; filter: saturate(.96) contrast(1.04); }
.closing-cta-neon .closing-bg::after { background: linear-gradient(90deg, rgba(8,10,28,.99) 10%, rgba(8,10,28,.86) 47%, rgba(48,29,82,.24) 78%), linear-gradient(0deg, rgba(7,9,26,.86), transparent 58%); }
.closing-cta-character .closing-bg img { object-position: 74% 22%; filter: saturate(.96) contrast(1.04); }
.closing-cta-character .closing-bg::after { background: linear-gradient(90deg, rgba(8,10,28,.99) 10%, rgba(8,10,28,.88) 49%, rgba(35,28,65,.3) 78%), linear-gradient(0deg, rgba(7,9,26,.88), transparent 58%); }
.closing-cta-porn .closing-bg { background: radial-gradient(circle at 78% 40%, rgba(255,79,200,.2), transparent 38%), #090c22; }
.closing-cta-porn .closing-bg img { width: 58%; margin-left: auto; object-position: center 30%; filter: saturate(.9) contrast(1.04); }
.closing-cta-porn .closing-bg::after { background: linear-gradient(90deg, rgba(8,10,28,.99) 9%, rgba(8,10,28,.9) 47%, rgba(50,18,72,.2) 80%), linear-gradient(0deg, rgba(7,9,26,.88), transparent 58%); }
.closing-content { position: relative; z-index: 2; width: min(1180px, 100%); }
.closing-content h2 { max-width: 760px; }
.closing-content p { max-width: 650px; margin: 26px 0 30px; color: #c0c7df; font-size: 18px; line-height: 1.7; }
.closing-content small { display: block; margin-top: 22px; color: #818aa9; }

.footer { display: grid; width: min(1180px, calc(100% - 40px)); min-height: 120px; margin: 0 auto; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; color: #929ab8; font-size: 12px; }
.footer p { margin: 0; }
.footer > a:last-child { justify-self: end; font-weight: 700; }

@media (max-width: 1060px) {
  .nav { gap: 18px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 40px; text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-note { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-roulette { width: min(720px, 100%); margin: 0 auto; }
  .model-grid { grid-template-columns: repeat(2, 1fr); }
  .model-card.featured { transform: none; }
  .control-panel, .benefits-section { grid-template-columns: 1fr; }
  .control-copy { min-height: auto; }
  .control-options { border-top: 1px solid var(--line); border-left: 0; }
  .benefits-intro { position: static; }
}

@media (max-width: 780px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: transparent; }
  .menu-toggle span { grid-area: 1 / 1; width: 18px; height: 1px; background: white; transition: transform .25s ease; }
  .menu-toggle span:first-child { transform: translateY(-4px); }
  .menu-toggle span:last-child { transform: translateY(4px); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
  .nav { position: fixed; top: 76px; right: 0; left: 0; display: flex; padding: 22px; flex-direction: column; align-items: center; border: 1px solid var(--line); border-radius: 18px; background: rgba(7,9,26,.98); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .25s ease; }
  .nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .hero { padding-inline: 16px; }
  h1 { font-size: clamp(50px, 14vw, 78px); }
  .hero-title-long { font-size: clamp(42px, 11vw, 66px); }
  .hero-roulette { min-height: 560px; }
  .roulette-stage { transform: none; }
  .card-active { right: 50%; transform: translateX(50%); }
  .card-left { left: -30px; transform: rotate(-8deg) scale(.7); }
  .card-right { right: -30px; transform: rotate(8deg) scale(.7); }
  .card-back { right: 50%; transform: translateX(50%) scale(.68); }
  .roulette-caption { right: 50%; width: min(360px, 88vw); transform: translateX(50%); }
  .hero-stats, .split-heading, .intro-showcase, .format-grid, .tips-card { grid-template-columns: 1fr; }
  .hero-stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-stats div:last-child { border-bottom: 0; }
  .split-heading { gap: 24px; }
  .intro-showcase { margin-top: 30px; }
  .showcase-image { min-height: 480px; }
  .format-grid { grid-template-rows: auto; }
  .format-large { grid-row: auto; min-height: 540px; }
  .format-text { min-height: 360px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid-nine { grid-template-columns: repeat(2, 1fr); }
  .steps-grid-nine .step-cta { grid-column: span 2; }
  .benefits-grid { grid-template-columns: 1fr; }
  .tips-card { gap: 34px; }
  .footer { grid-template-columns: 1fr; padding: 34px 0; text-align: center; }
  .footer .brand, .footer > a:last-child { justify-self: center; }
}

@media (max-width: 520px) {
  .site-header { top: 10px; width: calc(100% - 20px); }
  .brand { font-size: 12px; }
  .hero { padding-top: 110px; }
  .hero-copy { padding-top: 22px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-points { flex-direction: column; align-items: center; }
  .hero-roulette { min-height: 500px; }
  .roulette-card { width: 180px; height: 290px; border-radius: 19px; }
  .card-active { width: min(280px, 75vw); height: 410px; }
  .roulette-caption { bottom: 0; padding: 14px; }
  .roulette-caption strong { font-size: 12px; }
  .section { width: calc(100% - 28px); padding: 38px 0; }
  .section + .section { padding-top: 16px; }
  .section-heading h2, .control-copy h2, .benefits-intro h2, .closing-content h2 { font-size: clamp(38px, 11vw, 54px); }
  .model-grid { grid-template-columns: 1fr; }
  .model-card { min-height: 500px; }
  .control-copy, .showcase-copy { padding: 30px 24px; }
  .control-options article { padding: 22px; grid-template-columns: 40px 1fr; gap: 14px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid .step-cta { grid-column: auto; }
  .steps-grid-nine .step-cta { grid-column: auto; }
  .steps-grid li { min-height: 220px; }
  .tips-card { padding: 28px 22px; }
  .tips-card li { grid-template-columns: 1fr; gap: 7px; }
  .closing-cta { min-height: 650px; }
  .closing-cta-featured .closing-bg img { width: 100%; margin-left: 0; object-position: center 18%; }
  .closing-cta-neon .closing-bg img { object-position: 60% 30%; }
  .closing-cta-character .closing-bg img { object-position: 58% 18%; }
  .closing-cta-porn .closing-bg img { width: 100%; margin-left: 0; object-position: 58% 22%; }
  .closing-content { text-align: center; }
  .closing-content p { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation-play-state: paused; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
