/* =============================================================================
   Signature Close — funnel design system
   Ported 1:1 from the Her Last Call "Do you qualify?" opt-in (mobile-first).
   Everything brand-specific lives in the :root tokens below; swap those first
   when re-skinning.
   ============================================================================= */

@font-face{font-family:"DM Sans Fallback";src:local("Arial"),local("ArialMT");size-adjust:104.53%;ascent-override:94.9%;descent-override:29.66%;line-gap-override:0%}

:root{
  /* surfaces */
  --ground:#f9f6f1;--surface:#fff;--surface-2:#f4efe7;
  /* text */
  --ink:#221e1b;--body:#4a4541;--muted:#6b645d;--faint:#8b847c;
  /* hairlines */
  --line:#ebe4da;--line-2:#d9d0c4;
  /* accent (Signature Close pink — token names kept so nothing else moves) */
  --red:#f27ca7;--red-2:#f68fb5;--tint:#fef1f6;--red-disc:#fde2ec;
  --accent-rgb:242,124,167;
  /* positive */
  --green:#1f8a4c;--green-ink:#17703d;--green-disc:#e6f4ea;--green-tint:#eef7f1;
  /* soft card */
  --blush:#fdf1f5;--blush-line:#f9d8e4;
  /* shadows */
  --sh-1:0 1px 2px rgba(40,28,18,.05),0 3px 10px -4px rgba(40,28,18,.07);
  --sh-2:0 1px 2px rgba(40,28,18,.04),0 24px 60px -24px rgba(40,28,18,.22);
  /* type */
  --f:"DM Sans","DM Sans Fallback",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0;background:var(--ground);color:var(--body);font:400 17px/1.5 var(--f);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
[hidden]{display:none!important}
img{display:block;max-width:100%;height:auto}
h1,h2,p,ul,ol,figure,blockquote,fieldset{margin:0}
ul,ol{padding:0;list-style:none}
fieldset{border:0;padding:0;min-width:0}
a{color:inherit}
button,input{font:inherit;color:inherit}
:focus-visible{outline:3px solid var(--ink);outline-offset:3px}
[tabindex="-1"]:focus{outline:none}
b,strong{font-weight:700;color:var(--ink)}
.nw{white-space:nowrap}

/* ---------- layout ---------- */
.shell{max-width:560px;margin:0 auto;padding:0 20px;min-height:100vh;min-height:100svh}
.app{min-width:0}
.aside{display:none}

/* ---------- top bar ---------- */
.bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:78px}
.back{grid-area:1/1;justify-self:start;display:inline-flex;align-items:center;gap:2px;min-height:44px;margin-left:-8px;padding:0 12px 0 4px;border:0;border-radius:12px;background:none;font-size:15px;font-weight:600;color:var(--ink);cursor:pointer}
.back svg{width:22px;height:22px}
.logo{grid-area:1/2;display:block;width:136px}.logo img{width:100%;height:auto;mix-blend-mode:multiply}
.count{grid-area:1/3;justify-self:end;font-size:14px;font-weight:600;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}
.prog{height:6px;border-radius:99px;background:var(--line);overflow:hidden}
.prog i{display:block;width:0;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--red),var(--red-2));transition:width .45s cubic-bezier(.2,.7,.2,1)}

/* ---------- buttons ---------- */
.btn{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:62px;padding:14px 26px;border:0;border-radius:999px;background:linear-gradient(180deg,var(--red),var(--red-2));color:#fff;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.005em;text-align:center;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent;box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.26),inset 0 1px 0 rgba(255,255,255,.22),0 14px 28px -12px rgba(var(--accent-rgb),.6),0 2px 4px rgba(var(--accent-rgb),.16);transition:transform .15s,filter .15s}
.btn *{pointer-events:none}
.btn svg{flex:none;width:20px;height:20px;transition:transform .2s}
.btn .stack{display:flex;flex-direction:column;align-items:center;gap:3px}
.btn .sm{font-size:13px;line-height:1.2;font-weight:500;letter-spacing:0;opacity:.88}
.btn-2{min-height:68px;padding-top:12px;padding-bottom:12px}
@media (hover:hover){.btn:hover{filter:brightness(1.07)}.btn:hover svg{transform:translateX(3px)}}
.btn:active{transform:translateY(1px)}
.submit-button[aria-busy="true"]{cursor:progress}
.submit-button[data-label]>*{opacity:0}
.submit-button[data-label]::after{content:attr(data-label);position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}
.submit-button[aria-busy="true"]::before{content:"";position:absolute;left:24px;top:50%;width:18px;height:18px;margin-top:-9px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;pointer-events:none}
@keyframes spin{to{transform:rotate(360deg)}}

/* ---------- intro ---------- */
.intro{padding:14px 0 0}
.host{display:flex;align-items:center;gap:12px}
.host img,.seat img{flex:none;width:46px;height:46px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px #fff,0 3px 10px rgba(40,28,18,.16)}
.host-k{font-size:14px;line-height:1.3;color:var(--muted);font-weight:500}
.host-k b{font-weight:700;color:var(--red)}
.host-d{font-size:15px;line-height:1.35;color:var(--ink);font-weight:700;letter-spacing:-.005em}
h1{margin-top:22px;font-size:clamp(32px,9.1vw,40px);line-height:1.06;letter-spacing:-.025em;font-weight:700;color:var(--ink);text-wrap:balance}
h1 .q{display:block;margin-top:.14em;color:var(--red)}
.lede{margin-top:14px;font-size:17px;line-height:1.5;text-wrap:pretty}
.cta{margin-top:26px}
.trust{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px}
.faces{flex:none;width:121px;height:32px}
.trust-t{font-size:13px;line-height:1.25;color:var(--muted)}
.trust-t b{display:block;font-size:14px}
.trust-sep{flex:none;width:1px;height:28px;background:var(--line-2)}
.tp{flex:none;width:74px;height:auto}

/* below the intro fold */
.more{display:grid;gap:12px;margin-top:48px}
.card{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:24px 20px;box-shadow:var(--sh-1)}
.card-blush{background:var(--blush);border-color:var(--blush-line)}
.card h2,.sec-h{font-size:23px;line-height:1.18;letter-spacing:-.022em;font-weight:700;color:var(--ink);text-wrap:balance}
.card>p{margin-top:8px;font-size:16px}
.kick{margin:0 0 8px;font-size:12px;line-height:1.2;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--red)}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.chips li{padding:7px 12px;border-radius:99px;background:var(--surface-2);font-size:14px;font-weight:600;color:var(--ink)}
.card-blush .chips li{background:#fff}
/* check / cross icons: one inline sprite, the disc is the svg box */
.ic{flex:none;width:22px;height:22px;border-radius:50%;background:var(--green-disc);color:var(--green)}
.ic-no{background:var(--red-disc);color:var(--red)}
.ic-solid{background:var(--green);color:#fff}
.ticks{display:grid;gap:11px;margin-top:18px}
.ticks li{display:flex;align-items:flex-start;gap:10px;font-size:16px;line-height:1.45;font-weight:600;color:var(--ink)}
.ticks .ic{margin-top:1px}
.ticks-sep{margin-top:20px;padding-top:18px;border-top:1px solid rgba(40,28,18,.09)}
.learn li{font-weight:500}
.how{counter-reset:s;display:grid;gap:16px;margin-top:18px}
.how li{display:grid;grid-template-columns:32px 1fr;gap:14px;font-size:16px;line-height:1.45}
.how li::before{counter-increment:s;content:counter(s);width:32px;height:32px;border-radius:50%;background:var(--surface-2);color:var(--ink);font-size:15px;font-weight:700;display:grid;place-items:center}
.how b{display:block;margin-bottom:1px}
.card>.bonus{margin-top:18px;padding:14px 16px;border-radius:14px;background:var(--tint);border:1px solid var(--blush-line);font-size:15px;line-height:1.45}
.sec-h{margin:28px 4px 2px}
.t{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:18px 20px;box-shadow:var(--sh-1)}
.stars{display:flex;gap:2px}
.stars i{width:16px;height:16px;background:#00b67a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 2.6l1.6 3.4 3.7.4-2.8 2.5.8 3.7L8 10.7l-3.3 1.9.8-3.7-2.8-2.5 3.7-.4z' fill='%23fff'/%3E%3C/svg%3E") center/14px no-repeat}
.t blockquote{margin-top:10px;font-size:16px;line-height:1.5;color:var(--ink)}
.t figcaption{margin-top:8px;font-size:13px;color:var(--muted)}
.again{margin-top:24px}
.again-note{margin-top:12px;text-align:center;font-size:14px;color:var(--muted)}

/* ---------- questions ---------- */
.q-head{padding:26px 0 18px}
.q-title,.r-title{font-size:clamp(26px,7.4vw,32px);line-height:1.12;letter-spacing:-.027em;font-weight:700;color:var(--ink);text-wrap:balance}
.q-hint{margin-top:8px;font-size:16px;line-height:1.45;color:var(--muted);text-wrap:pretty}
.opts{display:grid;gap:10px}
.opt{position:relative;display:block;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}
.opt input{position:absolute;top:50%;left:50%;width:1px;height:1px;margin:0;opacity:0;font-size:16px;pointer-events:none}
.opt-card{display:flex;align-items:center;gap:14px;min-height:66px;padding:11px 16px 11px 12px;background:var(--surface);border:1.5px solid var(--line);border-radius:18px;box-shadow:var(--sh-1);transition:border-color .15s,background-color .15s,transform .15s}
.opt-ico{flex:none;width:42px;height:42px;border-radius:13px;background:var(--surface-2);display:grid;place-items:center;font-size:21px;line-height:1}
.opt-txt{flex:1;min-width:0;font-size:17px;line-height:1.3;font-weight:600;color:var(--ink)}
.opt-dot{flex:none;width:24px;height:24px;border-radius:50%;border:2px solid var(--line-2);display:grid;place-items:center;transition:background-color .15s,border-color .15s}
.opt-dot::after{content:"";width:10px;height:5px;margin-top:-2px;border:2px solid #fff;border-top:0;border-right:0;transform:rotate(-45deg) scale(0);transition:transform .2s cubic-bezier(.3,1.6,.5,1)}
.opt input:checked+.opt-card{border-color:var(--red);background:var(--tint)}
.opt input:checked+.opt-card .opt-ico{background:#fff}
.opt input:checked+.opt-card .opt-dot{border-color:var(--red);background:var(--red)}
.opt input:checked+.opt-card .opt-dot::after{transform:rotate(-45deg) scale(1)}
.opt input:focus-visible+.opt-card{outline:3px solid var(--ink);outline-offset:2px}
@media (hover:hover){.opt:hover .opt-card{border-color:var(--line-2)}.opt:hover input:checked+.opt-card{border-color:var(--red)}}
.opt:active .opt-card{transform:scale(.985)}

/* ---------- result + form ---------- */
.r-head{margin-top:14px;padding:18px 18px 20px;border-radius:20px;background:var(--green-tint);border:1.5px dashed var(--green)}
.kick-ok{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--green-ink)}
.kick-ok .ic{width:20px;height:20px}
.r-title{font-size:clamp(26px,7.2vw,30px)}
.r-line{margin-top:8px;font-size:17px;line-height:1.4;font-weight:600;color:var(--ink);text-wrap:pretty}
.r-how{margin-top:4px;font-size:16px;line-height:1.45;text-wrap:pretty}
.seat{display:flex;align-items:center;gap:12px;margin-top:14px}
.seat img{width:38px;height:38px}
.seat-h{font-size:17px;line-height:1.25;font-weight:700;color:var(--ink)}
.seat-d{font-size:14px;line-height:1.35;color:var(--muted)}
.fields{display:grid;gap:8px;margin-top:12px}
.field{position:relative;background:var(--surface);border:1.5px solid var(--line);border-radius:16px;box-shadow:var(--sh-1);transition:border-color .15s,box-shadow .15s}
.field:focus-within{border-color:var(--ink);box-shadow:0 0 0 3px rgba(34,30,27,.08)}
.field:has([aria-invalid="true"]){border-color:var(--red)}
.field input{display:block;width:100%;height:56px;margin:0;padding:21px 16px 4px;border:0;border-radius:15px;outline:0;background:transparent;font-size:17px;line-height:1.3;font-weight:500;color:var(--ink);-webkit-appearance:none;appearance:none}
.field label{position:absolute;left:17px;top:16px;font-size:17px;line-height:1.3;font-weight:500;color:var(--muted);pointer-events:none;transform-origin:0 0;transition:transform .16s ease}
.field input:focus~label,.field input:not(:placeholder-shown)~label,.field input:-webkit-autofill~label{transform:translateY(-9px) scale(.75)}
.field input:-webkit-autofill{-webkit-box-shadow:0 0 0 40px var(--surface) inset;-webkit-text-fill-color:var(--ink)}
.hlc-field-error{margin:-2px 16px 9px;font-size:14px;font-weight:600;color:var(--red)}
.consents{display:grid;gap:8px;margin-top:12px}
.consent{display:grid;grid-template-columns:20px 1fr;gap:10px;font-size:12px;line-height:1.42;color:var(--muted);cursor:pointer}
.consent input{-webkit-appearance:none;appearance:none;display:grid;place-content:center;width:20px;height:20px;margin:1px 0 0;border:1.5px solid var(--line-2);border-radius:6px;background:var(--surface);cursor:pointer}
.consent input::before{content:"";width:9px;height:5px;margin-top:-2px;border:2px solid #fff;border-top:0;border-right:0;transform:rotate(-45deg) scale(0)}
.consent input:checked{border-color:var(--red);background:var(--red)}
.consent input:checked::before{transform:rotate(-45deg) scale(1)}
.legal{margin-top:8px;font-size:12px;line-height:1.45;color:var(--muted)}
.legal a{color:var(--ink);font-weight:600}
.submit{margin-top:12px}
.submit .btn{min-height:58px}
.r-bonus{margin-top:12px;font-size:14px;line-height:1.4;text-align:center;color:var(--muted);text-wrap:balance}
.r-t{margin-top:28px}

/* ---------- footer ---------- */
.foot{max-width:560px;margin:56px auto 0;padding:28px 20px 44px;border-top:1px solid var(--line);font-size:12px;line-height:1.55;color:var(--muted)}
.foot p+p{margin-top:10px}
.foot .meta{display:flex;flex-wrap:wrap;gap:6px 18px;margin-top:18px}
.foot .meta span{flex-basis:100%}
.foot a{color:var(--ink)}

/* ---------- step mode (JS) ---------- */
.qz .step{display:none}
.qz .step.is-current{display:block}
html:not(.qz) form,html:not(.qz) .step~.step{margin-top:36px;padding-top:12px;border-top:1px solid var(--line)}
@media (prefers-reduced-motion:no-preference){
  .qz-go .step.is-current{animation:stepIn .36s cubic-bezier(.2,.7,.2,1) both}
  .qz-go[data-dir="back"] .step.is-current{animation-name:stepBack}
}
@keyframes stepIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes stepBack{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* ---------- narrow phones ---------- */
@media (max-width:374px){
  .shell{padding:0 16px}
  .host-d{font-size:14px}
  .faces{width:106px;height:28px}
  .trust{gap:10px}
  .opt-card{gap:12px;padding-right:12px}
  .opt-txt{font-size:16px}
}

/* ---------- desktop ---------- */
@media (min-width:1024px){
  .shell{max-width:1120px;display:grid;grid-template-columns:minmax(0,600px) 420px;gap:64px;justify-content:center;align-items:start;padding:40px 32px 0}
  .app{--surface:#faf7f2;--surface-2:#f1ebe2;--line:#ece5db;background:#fff;border-radius:30px;padding:16px 52px 48px;box-shadow:var(--sh-2)}
  .app .card,.app .t,.app .opt-card,.app .field{box-shadow:none}
  .opt input:checked+.opt-card .opt-ico{background:#fff}
  .bar{height:90px}
  .logo{width:160px}
  .intro{padding-top:22px}
  h1{margin-top:26px;font-size:50px;line-height:1.05;letter-spacing:-.024em}
  .lede{font-size:19px;max-width:30em}
  .cta{margin-top:30px}
  .trust{justify-content:flex-start;gap:14px;margin-top:22px}
  .faces{width:136px;height:36px}
  .tp{width:84px}
  .trust-t{font-size:14px}.trust-t b{font-size:15px}
  .more{margin-top:44px}
  .card{padding:28px}
  .q-head{padding:34px 0 22px}
  .q-title,.r-title{font-size:36px}
  .ticks{gap:12px}
  .r-head{margin-top:20px;padding:22px 24px 24px}
  .opt-card{min-height:70px}
  .aside{display:block;position:sticky;top:40px}
  .photo{position:relative;border-radius:30px;overflow:hidden;aspect-ratio:4/5;background:#e9e2d7;box-shadow:var(--sh-2)}
  .photo img{width:100%;height:100%;object-fit:cover;object-position:50% 28%}
  .photo-cap{position:absolute;left:16px;right:16px;bottom:16px;padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
  .photo-cap .k{font-size:13px;font-weight:600;color:var(--muted)}
  .photo-cap .n{font-size:20px;font-weight:700;color:var(--ink);line-height:1.25}
  .photo-cap .r{font-size:14px;color:var(--body)}
  .aside-q{margin:14px 6px 0;font-size:15px;line-height:1.5;color:var(--body)}
  .aside-q b{display:block;margin-top:6px;font-size:13px;font-weight:600;color:var(--muted)}
  .foot{max-width:1120px;padding:32px 32px 48px}
}
