/* Cruz Creative Brand Guidelines v1.3: Montserrat, Mint #A5F0B1, Near-Black #0A0909 */
:root {
  --black: #0A0909;
  --black-2: #141312;
  --black-3: #1E1C1B;
  --line: #2A2826;
  --mint: #A5F0B1;
  --mint-dim: #7FC98C;
  --white: #F7F7F5;
  --grey: #A9A6A2;
  --red: #FF8A7A;
  --radius: 18px;
  --wrap: 1120px;
  --font: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video { display: block; max-width: 100%; }
a { color: var(--mint); }
h1, h2, h3 { line-height: 1.12; margin: 0 0 .5em; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.4rem, 7vw, 4.4rem); font-weight: 900; }
h2 { font-size: clamp(1.8rem, 4.6vw, 2.8rem); font-weight: 800; }
h3 { font-size: 1.05rem; font-weight: 700; }
p { margin: 0 0 1em; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.wrap--narrow { max-width: 780px; }
.accent { color: var(--mint); }

.eyebrow {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--mint);
  margin-bottom: 1rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4em;
  background: var(--mint);
  color: var(--black);
  font-weight: 800;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 26px;
  font-size: 1rem;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  box-shadow: 0 0 0 0 rgba(165,240,177,.0);
}
.btn:hover { background: #BFF6C8; transform: translateY(-1px); box-shadow: 0 10px 30px -8px rgba(165,240,177,.45); }
.btn:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }
.btn--large { padding: 18px 34px; font-size: 1.1rem; width: 100%; max-width: 420px; }
.btn--small { padding: 9px 18px; font-size: .88rem; }

.microcopy { font-size: .85rem; color: var(--grey); margin-top: .9rem; }

/* ---------- Top bar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 20;
  background: rgba(10,9,9,.82);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.topbar__inner { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.logo { display: inline-flex; align-items: center; text-decoration: none; }
.logo img { height: 30px; width: auto; }
.logo--small img { height: 24px; }
.logo:focus-visible { outline: 2px solid var(--mint); outline-offset: 4px; border-radius: 2px; }

/* ---------- Hero ---------- */
html, body { overflow-x: clip; }
.hero { padding: 48px 0 56px; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto auto; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px;
  background: radial-gradient(closest-side, rgba(165,240,177,.16), transparent 70%);
  pointer-events: none;
}
.hero__grid { display: grid; gap: 40px; align-items: center; position: relative; }
.lede { font-size: 1.15rem; color: #DAD8D4; max-width: 34em; }

.price { margin: 1.6rem 0 1.4rem; }
.price__main { display: flex; align-items: center; gap: 14px; }
.price__amount { font-size: 3.6rem; font-weight: 900; line-height: 1; color: var(--mint); letter-spacing: -0.03em; }
.price__note { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--grey); line-height: 1.35; }
.price__compare { margin: .6rem 0 0; color: var(--grey); font-size: .95rem; }
.price__compare s { color: var(--red); text-decoration-thickness: 2px; }

.hero__media { display: none; justify-content: center; }
.phone {
  width: 280px; aspect-ratio: 9 / 16; border-radius: 34px; overflow: hidden;
  border: 8px solid #1c1b1a; background: var(--black-3);
  box-shadow: 0 30px 80px -20px rgba(0,0,0,.8), 0 0 0 1px var(--line);
  transform: rotate(2deg);
}
.phone__video { width: 100%; height: 100%; object-fit: cover; }

@media (min-width: 900px) {
  .hero { padding: 80px 0 90px; }
  .hero__grid { grid-template-columns: 1.25fr .75fr; }
  .hero__media { display: flex; }
}

/* ---------- Sections ---------- */
.section { padding: 72px 0; }
.section--alt { background: var(--black-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section__intro { color: var(--grey); max-width: 40em; }
@media (min-width: 900px) { .section { padding: 104px 0; } }

/* ---------- Reel ---------- */
.reel { padding-top: 24px; }
.reel__grid { display: grid; gap: 36px; align-items: center; }
.player {
  position: relative; width: 100%; max-width: min(360px, 78vw); margin: 0 auto;
  aspect-ratio: 9 / 16; border-radius: var(--radius); overflow: hidden;
  background: var(--black-3); border: 1px solid var(--line);
}
.player__video { width: 100%; height: 100%; object-fit: cover; }
.player__play {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  background: linear-gradient(to top, rgba(10,9,9,.7), rgba(10,9,9,.1) 60%);
  border: 0; color: var(--white); font: 700 .95rem var(--font); cursor: pointer;
}
.player__play svg {
  width: 76px; height: 76px; padding: 20px 18px 20px 24px; border-radius: 50%;
  background: var(--mint); fill: var(--black);
  box-shadow: 0 0 0 10px rgba(165,240,177,.2);
  transition: transform .15s ease;
}
.player__play:hover svg { transform: scale(1.06); }
.player.is-playing .player__play { display: none; }
.reel__copy { order: -1; }
.big-quote { font-size: 1.5rem; font-weight: 800; color: var(--mint); line-height: 1.3; }
@media (min-width: 900px) {
  .reel__grid { grid-template-columns: .8fr 1.2fr; gap: 64px; }
  .reel__copy { order: 0; }
}

/* ---------- Included ---------- */
.included { list-style: none; padding: 0; margin: 2.2rem 0 0; display: grid; gap: 14px; }
.included li {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--black-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px;
}
.included h3 { margin-bottom: .25em; }
.included p { margin: 0; color: var(--grey); font-size: .93rem; }
.tick {
  flex: 0 0 26px; height: 26px; border-radius: 50%; background: var(--mint); margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230A0909' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");
  background-size: 15px; background-repeat: no-repeat; background-position: center;
}
@media (min-width: 700px) { .included { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .included { grid-template-columns: 1fr 1fr 1fr; } }

.bonus {
  margin-top: 22px; padding: 16px 20px; border-radius: var(--radius);
  border: 1px dashed var(--mint-dim); color: #DAD8D4; font-size: .95rem;
}
.bonus strong { color: var(--mint); }

/* ---------- Steps ---------- */
.steps { list-style: none; padding: 0; margin: 2.2rem 0 0; display: grid; gap: 16px; counter-reset: s; }
.steps li { background: var(--black); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.steps__n {
  display: inline-flex; width: 40px; height: 40px; border-radius: 12px; align-items: center; justify-content: center;
  background: rgba(165,240,177,.12); color: var(--mint); font-weight: 900; margin-bottom: 14px;
}
.steps p { color: var(--grey); margin: 0; font-size: .95rem; }
@media (min-width: 700px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .steps { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Scenes strip (swipe row on mobile, grid on wider screens) ---------- */
.scenes { padding-top: 0; }
.scenes__row {
  list-style: none; margin: 2rem -20px 0; padding: 0 20px 6px;
  display: grid; grid-auto-flow: column; grid-auto-columns: 62%; gap: 12px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 0 20px;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.scenes__row::-webkit-scrollbar { display: none; }
.scenes__row li { scroll-snap-align: start; }
.scenes__row figure {
  position: relative; margin: 0; border-radius: 14px; overflow: hidden;
  background: var(--black-3); border: 1px solid var(--line); aspect-ratio: 4 / 5;
}
.scenes__row img { width: 100%; height: 100%; object-fit: cover; }
.scenes__row figcaption {
  position: absolute; left: 10px; bottom: 10px;
  background: var(--black); color: var(--white); border: 1.5px solid var(--mint);
  font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 9px; border-radius: 6px;
}
.scenes__note { margin-top: .8rem; }
@media (min-width: 700px) {
  .scenes__row { margin: 2rem 0 0; padding: 0; grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); grid-auto-columns: auto; overflow: visible; }
}
@media (min-width: 1000px) { .scenes__row { grid-template-columns: repeat(6, 1fr); } }

/* ---------- Client work (swipe row on mobile, 3 columns on wider screens) ---------- */
.clients {
  margin: 2rem -20px 0; padding: 0 20px 6px;
  display: grid; grid-auto-flow: column; grid-auto-columns: 78%; gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 0 20px;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.clients::-webkit-scrollbar { display: none; }
.client {
  scroll-snap-align: start; position: relative; display: flex; flex-direction: column;
  background: var(--black); border: 1px solid var(--line); border-radius: var(--radius); padding: 12px;
}
.player--client { max-width: none; margin: 0; border-radius: 12px; }
.client__ph {
  position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 22%;
  background: radial-gradient(circle at 50% 35%, rgba(165,240,177,.14), transparent 60%), var(--black-3);
  color: var(--grey); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.player.is-playing .client__ph, .player.has-poster .client__ph { display: none; }
.player--client .player__play svg { width: 60px; height: 60px; padding: 16px 14px 16px 19px; }
.client__quote { margin: 18px 6px 14px; font-size: 1rem; font-weight: 600; line-height: 1.5; color: var(--white); flex: 1; }
.client__who { margin: 0 6px 6px; display: flex; flex-direction: column; font-size: .9rem; }
.client__who strong { color: var(--mint); }
.client__who span { color: var(--grey); font-size: .82rem; }
.client[data-placeholder]::before {
  content: "Placeholder"; position: absolute; top: 20px; right: 20px; z-index: 2;
  background: #FFD166; color: var(--black); font-size: .65rem; font-weight: 900; letter-spacing: .12em;
  text-transform: uppercase; padding: 4px 8px; border-radius: 6px;
}
@media (min-width: 900px) {
  .clients { margin: 2.2rem 0 0; padding: 0; grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); grid-auto-columns: auto; overflow: visible; gap: 20px; }
}

/* ---------- Character sheet (inside How it works) ---------- */
.charsheet {
  margin-top: 28px; display: grid; gap: 24px; align-items: center;
  background: var(--black); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px;
}
.charsheet__media { margin: 0; border-radius: 12px; overflow: hidden; background: #d9d9d7; }
.charsheet__media img { width: 100%; height: auto; }
.charsheet__copy { padding: 0 6px 6px; }
.charsheet__copy .eyebrow { margin-bottom: .6rem; color: var(--mint); font-size: .75rem; }
.charsheet__copy h3 { font-size: 1.35rem; font-weight: 800; }
.charsheet__copy p { color: var(--grey); font-size: .95rem; }
.charsheet__copy p:last-child { margin-bottom: 0; }
@media (min-width: 1000px) {
  .charsheet { grid-template-columns: 1.6fr 1fr; padding: 20px; gap: 36px; }
  .charsheet__copy { padding: 0 16px 0 0; }
}

/* ---------- Compare ---------- */
.compare { margin-top: 2rem; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.compare__row {
  display: grid; grid-template-columns: 1.3fr 1.2fr .9fr; gap: 10px;
  padding: 14px 16px; border-top: 1px solid var(--line); font-size: .9rem; align-items: center;
}
.compare__row:first-child { border-top: 0; }
.compare__row--head { background: var(--black-3); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--grey); }
.c-old { color: var(--grey); font-variant-numeric: tabular-nums; }
.c-new { color: var(--mint); font-weight: 700; }
.compare__row--total { background: rgba(165,240,177,.08); font-weight: 800; font-size: 1rem; }
.compare__row--total .c-old { color: var(--red); text-decoration: line-through; text-decoration-thickness: 2px; }
.compare__row--total .c-new { font-size: 1.35rem; font-weight: 900; }
@media (min-width: 700px) { .compare__row { padding: 16px 24px; font-size: 1rem; } }
.footnote { font-size: .78rem; color: var(--grey); margin-top: 1rem; }

/* ---------- FAQ ---------- */
.faq { margin-top: 2rem; display: grid; gap: 10px; }
.faq details { background: var(--black); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.faq details[open] { border-color: var(--mint-dim); }
.faq summary {
  list-style: none; cursor: pointer; padding: 18px 52px 18px 20px; font-weight: 700; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 500; color: var(--mint); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq summary:focus-visible { outline: 2px solid var(--mint); outline-offset: -2px; }
.faq details p { padding: 0 20px 18px; margin: 0; color: #CFCCC8; }

/* ---------- Final CTA ---------- */
.final { text-align: center; position: relative; overflow: hidden; }
.final::before {
  content: ""; position: absolute; left: 50%; top: 50%; width: 900px; height: 900px; transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(165,240,177,.14), transparent 70%); pointer-events: none;
}
.final__inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.final p { font-size: 1.2rem; color: #DAD8D4; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 36px 0 110px; color: var(--grey); font-size: .88rem; }
.footer__inner { display: flex; flex-direction: column; gap: 10px; }
.footer p { margin: 0; }
.footer__links { display: flex; gap: 20px; }
.footer__links a { color: var(--white); text-decoration: none; }
.footer__links a:hover { color: var(--mint); }
.footer__small { font-size: .75rem; }
@media (min-width: 900px) { .footer { padding-bottom: 40px; } }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 30;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: rgba(20,19,18,.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 8px 8px 20px;
  font-size: .85rem; color: var(--grey);
  transform: translateY(150%); transition: transform .25s ease;
}
.sticky-cta .btn { white-space: nowrap; flex: 0 0 auto; }
.sticky-cta strong { color: var(--mint); font-size: 1rem; margin-right: 4px; }
.sticky-cta.is-visible { transform: translateY(0); }
@media (min-width: 900px) { .sticky-cta { display: none; } }

/* ---------- Thank-you page ---------- */
.ty { position: relative; overflow: hidden; padding: 64px 0 88px; text-align: center; }
.ty::before {
  content: ""; position: absolute; left: 50%; top: 0; width: 900px; height: 700px; transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(165,240,177,.14), transparent 70%); pointer-events: none;
}
.ty .wrap { position: relative; }
.ty__hero { max-width: 640px; margin: 0 auto; }
.ty__tick {
  width: 64px; height: 64px; margin: 0 auto 22px; border-radius: 50%;
  background: var(--mint); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 12px rgba(165,240,177,.14);
}
.ty__tick svg { width: 32px; height: 32px; fill: none; stroke: var(--black); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.ty__hero h1 { margin-bottom: .35em; }
.ty__lede { font-size: 1.15rem; color: #DAD8D4; margin: 0 auto; max-width: 34em; }

.ty__h2 { font-size: 1.35rem; font-weight: 800; margin: 0 0 .4em; }
.ty__sub { color: var(--grey); margin: 0 0 1.4rem; }

.ty__next { margin-top: 64px; }
.ty__steps {
  list-style: none; padding: 0; margin: 1.6rem auto 0; max-width: 960px;
  display: grid; gap: 16px; grid-template-columns: 1fr; text-align: left;
}
.ty__steps li { background: var(--black-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.ty__steps h3 { margin-bottom: .35em; }
.ty__steps p { color: var(--grey); font-size: .95rem; margin: 0; }
@media (min-width: 760px) { .ty__steps { grid-template-columns: repeat(3, 1fr); } }

.ty__social { margin-top: 64px; }
.ty__links { list-style: none; padding: 0; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.ty__links a {
  display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; border-radius: 999px;
  border: 1px solid var(--line); background: var(--black-2); color: var(--white);
  font-weight: 700; font-size: .95rem; text-decoration: none;
  transition: border-color .15s ease, color .15s ease, transform .15s ease;
}
.ty__links a:hover { border-color: var(--mint); color: var(--mint); transform: translateY(-1px); }
.ty__links a:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }
.ty__links svg { width: 20px; height: 20px; fill: currentColor; flex: 0 0 auto; }

.ty__help { margin: 56px 0 0; color: var(--grey); }
.ty__help a { color: var(--mint); }
.ty ~ .footer { padding-bottom: 36px; }
.ty__summary {
  display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 8px 0;
  margin: 22px auto 0; padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px;
  background: var(--black-2); font-size: .88rem; color: var(--grey);
}
.ty__summary span + span::before { content: "\00B7"; margin: 0 10px; color: var(--line); }
.ty__summary span:first-child { color: var(--white); font-weight: 700; }
.ty__summary [data-price] { color: var(--mint); font-weight: 800; }
.ty__actions { margin-top: 30px; display: flex; flex-direction: column; align-items: center; }
.ty__or { margin: 16px 0 0; color: #DAD8D4; font-size: .95rem; }
.ty__or a { color: var(--mint); font-weight: 700; }
.ty__actions .microcopy { margin-top: 10px; }
@media (max-width: 520px) {
  .ty__summary { border-radius: 16px; }
  .ty__summary span:last-child { flex-basis: 100%; }
  .ty__summary span:last-child::before { content: none; }
}
