/* =====================================================================
   HeadStartChannels — Landing page UI kit styles
   Consumes design tokens from ../../colors_and_type.css
   ===================================================================== */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--fg); font-family: var(--font-sans); overflow-x: hidden; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

/* Layout ------------------------------------------------------------- */
.container { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 28px; }
.container--narrow { max-width: 760px; }
.section { padding: clamp(72px, 10vw, 132px) 0; position: relative; }
.section--sand { background: var(--sand); }
.section--tight { padding: clamp(56px, 7vw, 92px) 0; }

.center { text-align: center; }
.eyebrow { font-size: var(--fs-eyebrow); letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; font-weight: 700; color: var(--accent); margin: 0 0 18px; display: block; }
.section-title { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-h2); line-height: var(--lh-snug); letter-spacing: var(--tracking-tight); color: var(--ink-900); margin: 0 0 18px; text-wrap: balance; }
.section-lead { font-size: var(--fs-lead); line-height: var(--lh-normal); color: var(--fg-muted); margin: 0 auto; max-width: 60ch; }

/* Buttons ------------------------------------------------------------ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; font-size: 18px; line-height: 1; border: none; border-radius: 999px; cursor: pointer; padding: 18px 32px; white-space: nowrap; text-decoration: none; transition: transform .16s cubic-bezier(.16,1,.3,1), background .16s, box-shadow .16s; }
.btn svg { width: 20px; height: 20px; }
.btn--primary { background: var(--green-600); color: #fff; box-shadow: 0 1px 2px rgba(22,34,31,.06), 0 10px 24px rgba(13,87,59,.20); }
.btn--primary:hover { background: var(--green-700); transform: translateY(-2px); box-shadow: 0 3px 6px rgba(22,34,31,.10), 0 16px 32px rgba(13,87,59,.26); }
.btn--primary:active { background: var(--green-800); transform: scale(.98); }
.btn--secondary { background: #fff; color: var(--ink-900); border: 1.5px solid var(--line-strong); }
.btn--secondary:hover { border-color: var(--ink-700); transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--green-700); padding: 12px 14px; }
.btn--ghost:hover { color: var(--green-800); }
.btn--lg { font-size: 20px; padding: 21px 40px; }
.btn--block { width: 100%; }
.btn:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 3px; }

/* Logo --------------------------------------------------------------- */
.logo { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.logo__mark { width: 34px; height: 34px; flex: none; }
.logo__word { font-family: var(--font-display); font-size: 22px; letter-spacing: -0.02em; }
.logo__word b { font-weight: 800; color: var(--ink-900); }
.logo__word span { font-weight: 500; color: var(--ink-500); }
.logo--light .logo__word b { color: #fff; }
.logo--light .logo__word span { color: var(--dark-dim); }

/* Nav ---------------------------------------------------------------- */
.nav { position: sticky; top: 0; z-index: 50; transition: background .25s, box-shadow .25s, border-color .25s; border-bottom: 1px solid transparent; }
.nav--scrolled { background: color-mix(in oklch, var(--paper) 82%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom-color: var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { color: var(--fg-muted); font-weight: 600; font-size: 15.5px; text-decoration: none; white-space: nowrap; }
.nav__links a:hover { color: var(--ink-900); }
.nav__cta { display: flex; align-items: center; gap: 18px; }
@media (max-width: 720px) { .nav__links { display: none; } .nav .btn { padding: 13px 22px; font-size: 16px; } }

/* Hero --------------------------------------------------------------- */
.hero { position: relative; padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 8vw, 110px); overflow: hidden; }
.hero__glow { position: absolute; inset: -20% 0 auto 0; height: 620px; background: radial-gradient(60% 80% at 50% 0%, rgba(21,135,91,.10), transparent 70%); pointer-events: none; }
.hero__inner { position: relative; max-width: 880px; margin: 0 auto; text-align: center; }
.hero h1 { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-display); line-height: 1.04; letter-spacing: -0.025em; color: var(--ink-900); margin: 22px 0 0; text-wrap: balance; }
.hero h1 em { font-style: normal; color: var(--green-700); }
.hero__sub { font-size: var(--fs-lead); line-height: var(--lh-normal); color: var(--fg-muted); max-width: 56ch; margin: 26px auto 0; }
.hero__ctarow { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 38px; }
.hero__micro { display: flex; align-items: center; gap: 8px; font-size: 14.5px; color: var(--fg-subtle); }
.hero__micro svg { width: 17px; height: 17px; color: var(--green-600); }
.pill-tag { display: inline-flex; align-items: center; gap: 9px; background: var(--green-50); border: 1px solid var(--green-100); color: var(--green-800); font-weight: 700; font-size: 14px; padding: 8px 16px; border-radius: 999px; }
.pill-tag svg { width: 16px; height: 16px; }
.hero__media { margin: clamp(40px, 6vw, 72px) auto 0; max-width: 940px; }

/* Trust strip -------------------------------------------------------- */
.trust { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 40px; margin-top: 40px; }
.trust__item { display: flex; align-items: center; gap: 9px; color: var(--fg-muted); font-size: 15px; font-weight: 600; }
.trust__item svg { width: 19px; height: 19px; color: var(--green-600); }

/* Generic media frame ------------------------------------------------ */
.frame { border-radius: 24px; overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: 0 2px 6px rgba(22,34,31,.05), 0 24px 60px rgba(22,34,31,.10); }

/* VSL ---------------------------------------------------------------- */
.vsl { position: relative; aspect-ratio: 16/9; background: var(--dark-bg); display: flex; align-items: center; justify-content: center; cursor: pointer; }
.vsl__play { width: 92px; height: 92px; border-radius: 999px; background: rgba(255,255,255,.95); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0,0,0,.3); transition: transform .2s; }
.vsl:hover .vsl__play { transform: scale(1.06); }
.vsl__play svg { width: 38px; height: 38px; color: var(--green-700); margin-left: 4px; }
.vsl__label { position: absolute; bottom: 22px; left: 24px; color: rgba(255,255,255,.85); font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.vsl__label svg { width: 16px; height: 16px; }

/* Steps -------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 30px 28px; box-shadow: 0 1px 2px rgba(22,34,31,.04), 0 8px 24px rgba(22,34,31,.06); position: relative; }
.step__num { position: absolute; top: 26px; right: 28px; font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--green-300); }
.step__ic { width: 56px; height: 56px; border-radius: 16px; background: var(--green-50); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.step__ic svg { width: 28px; height: 28px; color: var(--green-700); }
.step h3 { font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--ink-900); margin: 0 0 8px; }
.step p { font-size: 16px; color: var(--fg-muted); line-height: 1.55; margin: 0; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }

/* Empathy / before-after -------------------------------------------- */
.ba { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 22px; margin-top: 48px; }
.ba__card { border-radius: 20px; padding: 30px 30px; }
.ba__before { background: #fff; border: 1px solid var(--line); }
.ba__after { background: var(--green-600); color: #fff; box-shadow: 0 2px 6px rgba(22,34,31,.05), 0 20px 44px rgba(13,87,59,.22); }
.ba__tag { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 14px; }
.ba__before .ba__tag { color: var(--fg-subtle); }
.ba__after .ba__tag { color: rgba(255,255,255,.8); }
.ba__head { font-family: var(--font-display); font-weight: 700; font-size: 24px; margin: 0 0 16px; line-height: 1.2; }
.ba__before .ba__head { color: var(--ink-900); }
.ba li { display: flex; gap: 11px; align-items: flex-start; font-size: 16px; line-height: 1.5; margin-bottom: 12px; list-style: none; }
.ba ul { padding: 0; margin: 0; }
.ba li svg { width: 20px; height: 20px; flex: none; margin-top: 1px; }
.ba__before li { color: var(--fg-muted); } .ba__before li svg { color: var(--ink-300); }
.ba__after li svg { color: #fff; }
.ba__arrow { display: flex; align-items: center; color: var(--green-500); }
.ba__arrow svg { width: 36px; height: 36px; }
@media (max-width: 820px) { .ba { grid-template-columns: 1fr; } .ba__arrow { transform: rotate(90deg); justify-content: center; } }

/* Proof cards -------------------------------------------------------- */
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 48px; }
.proof-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; box-shadow: 0 1px 2px rgba(22,34,31,.04), 0 8px 24px rgba(22,34,31,.06); }
.proof-card__shot { aspect-ratio: 16/10; background: linear-gradient(160deg, var(--sand), var(--sand-deep)); display: flex; align-items: center; justify-content: center; color: var(--ink-400); position: relative; border-bottom: 1px solid var(--line); }
.proof-card__shot svg { width: 40px; height: 40px; opacity: .5; }
.proof-card__ph { position: absolute; bottom: 14px; left: 16px; right: 16px; font-size: 12.5px; color: var(--ink-400); }
.proof-card__body { padding: 22px 24px; }
.proof-card__label { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: var(--green-700); margin-bottom: 8px; }
.proof-card__label svg { width: 15px; height: 15px; }
.proof-card h4 { font-family: var(--font-display); font-size: 19px; color: var(--ink-900); margin: 0 0 6px; }
.proof-card p { font-size: 15px; color: var(--fg-muted); margin: 0; line-height: 1.5; }
.disclaimer { display: flex; gap: 11px; align-items: flex-start; max-width: 720px; margin: 30px auto 0; padding: 16px 20px; background: var(--warn-50); border: 1px solid color-mix(in oklch, var(--warn) 22%, var(--warn-50)); border-radius: 14px; font-size: 14.5px; color: #7a5710; line-height: 1.5; }
.disclaimer svg { width: 19px; height: 19px; flex: none; margin-top: 1px; color: var(--warn); }
@media (max-width: 760px) { .proof-grid { grid-template-columns: 1fr; } }

/* Offer stack -------------------------------------------------------- */
.offer { max-width: 720px; margin: 48px auto 0; background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 2px 6px rgba(22,34,31,.05), 0 16px 44px rgba(22,34,31,.08); }
.offer__row { display: flex; align-items: center; gap: 18px; padding: 22px 28px; border-bottom: 1px solid var(--line); }
.offer__row:last-child { border-bottom: none; }
.offer__row--bump { background: var(--coral-50); }
.offer__ic { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--green-50); display: flex; align-items: center; justify-content: center; }
.offer__ic svg { width: 23px; height: 23px; color: var(--green-700); }
.offer__row--bump .offer__ic { background: var(--coral-100); }
.offer__row--bump .offer__ic svg { color: var(--coral-700); }
.offer__txt { flex: 1; }
.offer__txt strong { display: block; font-size: 17.5px; color: var(--ink-900); font-family: var(--font-display); font-weight: 700; }
.offer__txt span { font-size: 15px; color: var(--fg-muted); }
.offer__val { font-size: 15px; font-weight: 700; color: var(--ink-400); }
.offer__val s { color: var(--ink-300); }
.offer__bumptag { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--coral-700); }
.offer__total { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; background: var(--green-50); }
.offer__total .l { font-weight: 700; color: var(--ink-900); font-size: 17px; }
.offer__total .r { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--green-800); }
.offer__total .r s { color: var(--ink-400); font-size: 17px; font-weight: 600; margin-right: 10px; }

/* Testimonials ------------------------------------------------------- */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.tcard { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 26px 26px; box-shadow: 0 1px 2px rgba(22,34,31,.04), 0 8px 24px rgba(22,34,31,.06); display: flex; flex-direction: column; }
.tcard__stars { display: flex; gap: 2px; color: var(--coral-600); margin-bottom: 14px; }
.tcard__stars svg { width: 17px; height: 17px; }
.tcard blockquote { margin: 0 0 18px; font-size: 16.5px; line-height: 1.55; color: var(--ink-700); flex: 1; }
.tcard__who { display: flex; align-items: center; gap: 13px; }
.tcard__ph { width: 46px; height: 46px; border-radius: 999px; background: var(--sand-deep); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--ink-400); }
.tcard__ph svg { width: 22px; height: 22px; }
.tcard__who b { display: block; font-size: 15px; color: var(--ink-900); }
.tcard__who span { font-size: 13px; color: var(--green-700); font-weight: 700; }
@media (max-width: 880px) { .tgrid { grid-template-columns: 1fr; } }

/* Pricing ------------------------------------------------------------ */
.price-wrap { max-width: 560px; margin: 48px auto 0; }
.price-card { background: #fff; border: 1.5px solid var(--green-300); border-radius: 24px; overflow: hidden; box-shadow: 0 6px 16px rgba(22,34,31,.08), 0 32px 70px rgba(13,87,59,.16); }
.price-card__head { background: var(--green-600); color: #fff; padding: 26px 32px; text-align: center; }
.price-card__head .k { font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.82); }
.price-card__head .n { font-family: var(--font-display); font-weight: 800; font-size: 64px; line-height: 1; margin: 8px 0 4px; }
.price-card__head .n s { font-size: 28px; opacity: .6; font-weight: 600; margin-right: 12px; }
.price-card__head .sub { font-size: 15px; color: rgba(255,255,255,.9); }
.price-card__body { padding: 28px 32px 32px; }
.price-card__list { list-style: none; padding: 0; margin: 0 0 24px; }
.price-card__list li { display: flex; gap: 11px; align-items: flex-start; font-size: 16px; color: var(--ink-700); margin-bottom: 13px; }
.price-card__list svg { width: 21px; height: 21px; color: var(--green-600); flex: none; margin-top: 1px; }
.guarantee-badge { display: flex; align-items: center; gap: 13px; background: var(--green-50); border: 1px solid var(--green-100); border-radius: 16px; padding: 18px 20px; margin: 24px auto 0; max-width: 560px; }
.guarantee-badge__ic { flex: none; width: 46px; height: 46px; border-radius: 12px; background: #fff; border: 1px solid var(--green-100); display: flex; align-items: center; justify-content: center; }
.guarantee-badge__ic svg { width: 25px; height: 25px; color: var(--green-700); }
.guarantee-badge b { color: var(--green-900); font-size: 16px; display: block; }
.guarantee-badge span { font-size: 14px; color: var(--green-800); }

/* Scarcity ----------------------------------------------------------- */
.scarcity { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 22px 24px; max-width: 560px; margin: 0 auto 24px; box-shadow: 0 1px 2px rgba(22,34,31,.04), 0 8px 24px rgba(22,34,31,.06); }
.scarcity__top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.scarcity__top .a { font-weight: 700; color: var(--ink-900); font-size: 16px; }
.scarcity__top .b { font-size: 14px; color: var(--fg-muted); }
.scarcity__top .b b { color: var(--green-700); }
.meter { height: 11px; border-radius: 999px; background: var(--sand-deep); overflow: hidden; }
.meter__fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--green-500), var(--green-600)); transition: width .6s ease; }
.scarcity__note { display: flex; align-items: center; gap: 8px; margin-top: 13px; font-size: 14px; color: var(--warn); font-weight: 600; }
.scarcity__note svg { width: 16px; height: 16px; }
.countdown { display: flex; justify-content: center; gap: 10px; margin-top: 18px; }
.countdown__seg { background: var(--dark-bg); color: #fff; border-radius: 12px; padding: 10px 0; width: 66px; text-align: center; }
.countdown__seg b { display: block; font-size: 26px; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1; }
.countdown__seg span { font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--dark-dim); margin-top: 5px; display: block; }

/* Community ---------------------------------------------------------- */
.community { background: var(--dark-bg); border-radius: 24px; padding: clamp(36px, 5vw, 56px); color: var(--dark-text); display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; margin-top: 8px; }
.community .eyebrow { color: var(--green-500); }
.community h3 { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-h3); color: #fff; margin: 0 0 14px; }
.community p { color: var(--dark-dim); font-size: 17px; line-height: 1.6; margin: 0 0 20px; }
.community__faces { display: flex; }
.community__faces .f { width: 52px; height: 52px; border-radius: 999px; background: var(--dark-surface); border: 2px solid var(--dark-bg); margin-left: -12px; display: flex; align-items: center; justify-content: center; color: var(--dark-dim); }
.community__faces .f:first-child { margin-left: 0; }
.community__faces .f svg { width: 22px; height: 22px; }
.community__opt { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--dark-dim); margin-top: 16px; }
.community__opt svg { width: 16px; height: 16px; }
@media (max-width: 820px) { .community { grid-template-columns: 1fr; gap: 28px; } }

/* FAQ ---------------------------------------------------------------- */
.faq { max-width: 760px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 14px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: box-shadow .2s, border-color .2s; }
.faq__item--open { box-shadow: 0 1px 2px rgba(22,34,31,.04), 0 10px 28px rgba(22,34,31,.07); border-color: var(--green-100); }
.faq__q { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; background: none; border: none; cursor: pointer; padding: 22px 24px; text-align: left; }
.faq__q h4 { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--ink-900); margin: 0; }
.faq__q .ic { flex: none; width: 30px; height: 30px; border-radius: 999px; background: var(--green-50); display: flex; align-items: center; justify-content: center; transition: background .2s; }
.faq__q .ic svg { width: 18px; height: 18px; color: var(--green-700); }
.faq__a { overflow: hidden; max-height: 0; transition: max-height .35s cubic-bezier(.16,1,.3,1); }
.faq__item--open .faq__a { max-height: 320px; }
.faq__a p { padding: 0 24px 24px; margin: 0; font-size: 16px; color: var(--ink-500); line-height: 1.6; }

/* Final CTA ---------------------------------------------------------- */
.final { text-align: center; }
.final h2 { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-h1); color: var(--ink-900); margin: 18px auto 0; max-width: 18ch; line-height: 1.08; text-wrap: balance; }
.final h2 b { color: var(--green-700); }
.final p { font-size: var(--fs-lead); color: var(--fg-muted); max-width: 52ch; margin: 22px auto 34px; }

/* Footer ------------------------------------------------------------- */
.footer { background: var(--dark-bg); color: var(--dark-dim); padding: 64px 0 40px; }
.footer__top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 36px; border-bottom: 1px solid var(--dark-line); }
.footer__tag { max-width: 320px; font-size: 15px; line-height: 1.6; margin: 16px 0 0; color: var(--dark-dim); }
.footer__links { display: flex; gap: 30px; flex-wrap: wrap; }
.footer__links a { color: var(--dark-dim); text-decoration: none; font-size: 15px; font-weight: 600; }
.footer__links a:hover { color: #fff; }
.footer__legal { padding-top: 28px; font-size: 13px; line-height: 1.7; color: var(--dimmer, #6f7d75); }
.footer__legal strong { color: var(--dark-text); }

/* Reveal animation --------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* Modal -------------------------------------------------------------- */
.modal__scrim { position: fixed; inset: 0; background: rgba(17,32,27,.55); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; padding: 24px; z-index: 100; animation: fade .2s ease; }
.modal { background: #fff; border-radius: 22px; max-width: 460px; width: 100%; padding: 32px; box-shadow: 0 30px 80px rgba(0,0,0,.3); animation: pop .25s cubic-bezier(.16,1,.3,1); }
.modal__close { float: right; background: var(--sand); border: none; width: 38px; height: 38px; border-radius: 999px; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--ink-500); }
.modal__close svg { width: 20px; height: 20px; }
.modal h3 { font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--ink-900); margin: 4px 0 8px; }
.modal p { font-size: 16px; color: var(--fg-muted); margin: 0 0 22px; }
.modal__field { margin-bottom: 16px; }
.modal__field label { display: block; font-size: 14px; font-weight: 700; color: var(--ink-900); margin-bottom: 7px; }
.modal__field input { width: 100%; padding: 14px 16px; font-size: 16px; font-family: var(--font-sans); border: 1.5px solid var(--line-strong); border-radius: 12px; box-shadow: inset 0 1px 2px rgba(22,34,31,.04); }
.modal__field input:focus { outline: none; border-color: var(--green-600); box-shadow: 0 0 0 3px var(--focus-ring), inset 0 1px 2px rgba(22,34,31,.04); }
.modal__bump { display: flex; gap: 12px; align-items: flex-start; background: var(--coral-50); border: 1px solid var(--coral-100); border-radius: 14px; padding: 14px 16px; margin-bottom: 20px; cursor: pointer; }
.modal__bump input { margin-top: 3px; width: 20px; height: 20px; accent-color: var(--green-600); flex: none; }
.modal__bump b { font-size: 15px; color: var(--ink-900); }
.modal__bump span { font-size: 13.5px; color: var(--fg-muted); }
.modal__done { text-align: center; padding: 12px 0; }
.modal__done .ok { width: 64px; height: 64px; border-radius: 999px; background: var(--green-50); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.modal__done .ok svg { width: 34px; height: 34px; color: var(--green-600); }
@keyframes fade { from { opacity: 0; } } @keyframes pop { from { opacity: 0; transform: scale(.96) translateY(8px); } }
