/* Starter Kit product, checkout and after-purchase pages (redesign 23 Sep 2026). Loads after ../site.css */
.brand-copy .brand-visual{display:inline}.brand-word{display:inline-block}
.site-nav .nav-files{opacity:.85}

/* Product hero */
.k-hero{padding:clamp(40px,6vw,88px) 0 clamp(56px,7vw,96px);overflow:hidden}
.k-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.k-hero .lead{margin-top:22px}
.k-points{margin:26px 0 0;display:grid;gap:10px}
.k-points li,.k-check li{position:relative;padding-left:32px;font-size:18px}
.k-points li::before,.k-check li::before{content:'';position:absolute;left:5px;top:.5em;width:13px;height:7px;border-left:2.6px solid var(--leaf);border-bottom:2.6px solid var(--leaf);transform:rotate(-45deg)}
.k-offer{display:flex;flex-wrap:wrap;align-items:center;gap:18px 26px;margin-top:30px}
.k-price{display:flex;align-items:baseline;gap:10px}
.k-price b{font-size:clamp(46px,5vw,64px);line-height:1;font-weight:800;letter-spacing:-.02em}
.k-price span{font-weight:600}
.k-trust{display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:22px;font-size:15px;font-weight:600;opacity:.85}
.k-trust span{display:inline-flex;align-items:center;gap:8px}
.k-trust span::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--yolk);box-shadow:0 0 0 2px var(--forest)}

/* The book: paper mat, cover and pencil, with pointer tilt from site-motion.js ([data-tilt]) */
.k-book{margin:0;position:relative;perspective:1200px}
.k-book .k-paper{position:relative;width:min(100%,470px);margin:auto;transform-style:preserve-3d;will-change:transform}
.k-book .k-mat{position:absolute;inset:4% -6% -5% 6%;width:100%;height:auto;z-index:0}
.k-book .k-cover{position:relative;z-index:1;border-radius:4px;box-shadow:10px 12px 0 var(--forest)}
.k-book .k-pencil{position:absolute;right:-9%;bottom:4%;width:13%;z-index:2}
.k-book figcaption{text-align:center;margin-top:22px}

/* Outcomes */
.k-outcomes{margin-top:38px}
.k-outcomes .paper p{font-size:17px}
.k-samples{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin-top:36px}
.k-samples a.k-sample-image{display:block;border-radius:6px;overflow:hidden;box-shadow:6px 7px 0 var(--forest);transition:transform .35s cubic-bezier(.34,1.56,.64,1)}
.k-samples a.k-sample-image:hover{transform:translateY(-6px) rotate(-1.2deg)}
.k-samples h3{font-size:22px;margin-top:20px;font-weight:800}.k-samples p{margin-top:6px}
.k-fit{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:34px}
.k-fit h3{font-size:20px;font-weight:800;margin-bottom:8px}
.k-closing{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;margin-top:48px;padding:28px 32px;border-radius:var(--paper);background:var(--forest);color:var(--cream)}
.k-closing p{font-size:clamp(22px,2vw,28px);font-weight:700}

/* Checkout */
.co-main{padding:clamp(28px,4vw,56px) 0 clamp(56px,7vw,96px)}
.co-steps{display:flex;flex-wrap:wrap;gap:10px 26px;margin-bottom:26px;font-weight:700;font-size:15px}
.co-steps li{display:inline-flex;align-items:center;gap:10px;opacity:.55}
.co-steps li[aria-current=step]{opacity:1}
.co-steps li .dot{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;border:2px solid var(--forest);font-size:14px}
.co-steps li.done{opacity:1}.co-steps li.done .dot{background:var(--forest);color:var(--cream)}
.co-steps li[aria-current=step] .dot{background:var(--yolk);border-color:var(--forest)}
.co-title{font-size:clamp(38px,4.6vw,62px);line-height:1.04;font-weight:400}.co-title span{display:block}
.co-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:34px;align-items:start;margin-top:30px}
.co-summary{position:sticky;top:24px}
.co-product{display:grid;grid-template-columns:120px 1fr;gap:20px;align-items:center}
.co-product img{border-radius:4px;box-shadow:6px 7px 0 var(--forest)}
.co-product h2{font-size:24px;line-height:1.2;font-weight:800}
.co-product .k-price b{font-size:44px}
.co-summary .k-check{margin:24px 0;display:grid;gap:9px;padding-top:20px;border-top:1.5px solid var(--rule)}
.co-guarantees{display:grid;gap:10px;padding:18px;border-radius:14px;background:var(--pale);font-size:15px;font-weight:600}
.co-guarantees li{display:flex;gap:10px;align-items:flex-start}
.co-guarantees svg{flex:none;width:20px;height:20px;margin-top:2px}
.co-before{margin-top:18px;font-size:15px}
.co-before summary{cursor:pointer;font-weight:700;min-height:44px;display:flex;align-items:center}
.co-before p{margin-top:6px;opacity:.85}
.co-pay{min-height:420px}
.co-pay h2{font-size:26px;font-weight:800;margin-bottom:6px}
.co-pay .status{margin:14px 0 0;font-size:15px;opacity:.8}
#checkout-intro .button{margin-top:18px}
#whop-checkout{margin-top:10px;min-height:0}
.co-skeleton{display:none;margin-top:16px;gap:12px}
.co-skeleton i{display:block;height:48px;border-radius:10px;background:linear-gradient(100deg,#143d2b12 30%,#143d2b24 50%,#143d2b12 70%);background-size:300% 100%;animation:co-shimmer 1.3s ease-in-out infinite}
.co-skeleton i:nth-child(2){width:70%}.co-skeleton i:nth-child(4){height:58px;background-color:#f3bf3d55}
body[data-checkout=loading] .co-skeleton{display:grid}
body[data-checkout=ready] #whop-checkout{animation:co-arrive .6s cubic-bezier(.22,1,.36,1) both}
@keyframes co-shimmer{from{background-position:100% 0}to{background-position:0 0}}
@keyframes co-arrive{from{opacity:0;transform:translateY(16px)}}
.co-help{display:flex;flex-wrap:wrap;gap:6px 20px;margin-top:16px}
#hosted-checkout{margin-top:14px}

/* After purchase */
.ac-main{padding:clamp(36px,5vw,72px) 0 clamp(56px,7vw,96px);overflow:hidden}
.ac-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:52px;align-items:center}
.ac-title{font-size:clamp(46px,6vw,84px);line-height:1.02;font-weight:400}.ac-title span{display:block}
.ac-main .lead{margin-top:20px}
.ac-steps{margin:30px 0;display:grid;gap:14px;counter-reset:ac}
.ac-steps li{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:start;font-size:18px}
.ac-steps li::before{counter-increment:ac;content:counter(ac);display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--yolk);font-weight:800}
.ac-note{margin-top:22px;padding:16px 18px;border-radius:14px;background:var(--pale);font-size:16px}
.ac-note[data-tone=interrupted]{background:#f9d9cf}
.ac-links{display:flex;flex-wrap:wrap;gap:6px 22px;margin-top:18px}
.ac-burst{position:absolute;inset:0;pointer-events:none;overflow:visible}
.ac-burst i{position:absolute;left:50%;top:40%;width:14px;height:14px;border-radius:50% 50% 50% 0;opacity:0}

@media(max-width:900px){
  .k-hero-grid,.ac-grid{grid-template-columns:1fr;gap:34px}
  .k-samples,.k-fit{grid-template-columns:1fr}
  .co-layout{grid-template-columns:1fr;gap:22px}
  .co-summary{position:relative;top:auto}
  .k-book .k-paper{width:min(78%,360px)}
}
@media(max-width:760px){
  .co-product{grid-template-columns:84px 1fr;gap:14px}
  .co-product .k-price b{font-size:36px}
  .co-steps{font-size:14px;gap:8px 16px}
  .co-pay{min-height:0}
  .k-closing{padding:22px}
}
@media(prefers-reduced-motion:reduce){.co-skeleton i{animation:none}body[data-checkout=ready] #whop-checkout{animation:none}.k-samples a.k-sample-image{transition:none}}
.co-layout>*{min-width:0}
.co-guarantees span,.co-help a{overflow-wrap:anywhere}
/* Kit headlines use <br> inside one outlined line: keep the outline spans inline */
[data-type=vabedo] span{display:inline}
.co-title span{display:inline}
/* While Whop's form loads, show only the placeholder; the button returns if loading needs a retry */
body[data-checkout=loading] #load-checkout,body[data-checkout=ready] #load-checkout{display:none}
.k-hero .display{font-size:clamp(40px,4.4vw,64px)}
.k-book figcaption{margin-top:clamp(34px,4vw,48px)}
/* Phones: payment comes first, the full order details follow */
.co-mobile-line{display:none}
@media(max-width:760px){
  .co-title{font-size:40px}
  .co-mobile-line{display:block;margin-top:12px;font-weight:600}.co-mobile-line b{font-size:22px}
  .co-layout{display:flex;flex-direction:column;margin-top:18px}
  .co-pay{order:1}.co-summary{order:2}
}
.k-fit h3,.k-samples h3{font-size:clamp(24px,2vw,28px);font-weight:400;margin-bottom:8px}
