/* ============================================================
   DOMAIN SALE LANDER (Phase 4)
   Transcribed from _docs/design/Domain Sale.dc.html. Faithful to the
   rendered result, not the authoring method (architecture §9). Accent vars
   (--accent, --accent-deep, --accent-tint, --accent-border, --accent-shadow)
   come from the .accent-* wrapper class the record's `accent` picks.
   Loaded only on lander requests (see inc/lander.php).
   ============================================================ */

.vpd-lander { position: relative; min-height: 100vh; overflow: hidden; }

/* shared section frame + heads */
.vpdl-sec      { max-width: var(--container); margin: 0 auto; padding: 76px var(--pad-x) 0; }
.vpdl-sechead  { max-width: 640px; }
.vpdl-eyebrow  { font: 600 12px/1 var(--font-head); letter-spacing: .16em; text-transform: uppercase; }
.vpdl-eyebrow--accent { color: var(--accent); }
.vpdl-eyebrow--deep   { color: var(--accent-deep); }
.vpdl-h2       { margin: 16px 0 0; font: 700 clamp(30px,4.4vw,44px)/1.05 var(--font-head); letter-spacing: -.02em; color: var(--ink); }
.vpdl-h2--sm   { font-size: clamp(28px,4vw,40px); line-height: 1.08; }
.vpdl-sechead__sub { margin: 14px 0 0; font: 400 16px/1.55 var(--font-body); color: var(--body); }

/* accent badge (why / personas / steps) */
.vpdl-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 11px;
  background: var(--accent-tint); color: var(--accent-deep); flex: none;
}
.vpdl-badge--lg { width: 46px; height: 46px; border-radius: 12px; }

/* ---------- HERO (the common site nav is in header.php) ---------- */
.vpdl-hero { background: var(--ink-hero); position: relative; overflow: hidden; }
.vpdl-hero__rings { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.vpdl-hero__inner {
  position: relative; max-width: var(--container); margin: 0 auto;
  padding: 64px var(--pad-x) 72px;
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 44px; align-items: center;
}
.vpdl-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px;
  border-radius: var(--r-pill);
  background: rgba(92,143,119,.12); border: 1px solid rgba(92,143,119,.35);
  font: 600 11px/1 var(--font-head); letter-spacing: .14em; text-transform: uppercase;
  color: var(--on-dark-eyebrow);
}
.vpdl-hero__title {
  margin: 26px 0 0; font-family: var(--font-head); font-weight: 700; line-height: 1.02;
  letter-spacing: -.03em; color: #fff; white-space: nowrap;
}
.vpdl-hero__tld { color: var(--on-dark-accent); }
.vpdl-hero__tagline { margin: 22px 0 0; max-width: 46ch; font: 400 19px/1.55 var(--font-body); color: var(--on-dark-text); }
.vpdl-hero__chips { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px 24px; }
.vpdl-chip { display: flex; align-items: center; gap: 8px; font: 600 13.5px/1 var(--font-body); color: var(--on-dark-muted); }
.vpdl-chip__ico { color: var(--on-dark-accent); display: inline-flex; }

.vpdl-hero__aside { position: relative; }
.vpdl-offercard { position: relative; background: var(--page); border-radius: 22px; padding: 32px 30px; box-shadow: var(--sh-float); }
.vpdl-offercard__eyebrow { font: 600 11px/1 var(--font-head); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.vpdl-offercard__name { margin-top: 10px; font: 700 24px/1.15 var(--font-head); letter-spacing: -.01em; color: var(--ink); overflow-wrap: break-word; }
.vpdl-offercard__rows { margin-top: 18px; display: flex; flex-direction: column; gap: 11px; }
.vpdl-offercard__row { display: flex; justify-content: space-between; font: 500 14px/1 var(--font-body); color: var(--body); }
.vpdl-offercard__status { color: var(--accent-deep); font-weight: 700; }
.vpdl-offercard__strong { color: var(--ink); font-weight: 700; }
.vpdl-offercard__cta {
  margin-top: 24px; width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 16px; border: none; border-radius: 12px; background: var(--accent); color: #fff;
  font: 600 15.5px/1 var(--font-head); cursor: pointer; box-shadow: 0 8px 22px rgba(var(--accent-shadow),.3);
  transition: background .18s ease;
}
.vpdl-offercard__cta:hover { background: var(--accent-deep); }
.vpdl-offercard__fine { margin-top: 14px; text-align: center; font: 500 12px/1.4 var(--font-body); color: var(--muted); }

/* ---------- 3 · WHY ---------- */
.vpdl-why__grid { margin-top: 44px; display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,420px),1fr)); gap: 18px; }
.vpdl-whycard { display: flex; align-items: flex-start; gap: 20px; padding: 28px; background: #fff; border: 1px solid var(--card-border); border-radius: 18px; box-shadow: var(--sh-card-soft); }
.vpdl-whycard__body { min-width: 0; }
.vpdl-whycard__title { margin: 0; font: 600 18px/1.25 var(--font-head); color: var(--ink); }
.vpdl-whycard__desc { margin: 9px 0 0; font: 400 14.5px/1.55 var(--font-body); color: var(--body); }

/* ---------- 4 · PERSONAS ---------- */
.vpdl-personas__grid { margin-top: 44px; display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,300px),1fr)); max-width: 100%; gap: 16px; }
.vpdl-persona { display: flex; align-items: flex-start; gap: 16px; padding: 24px 22px; background: #fff; border: 1px solid var(--card-border); border-radius: 16px; transition: transform .18s ease, box-shadow .18s ease; }
.vpdl-persona:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(27,32,29,.07); }
.vpdl-persona__body { min-width: 0; }
.vpdl-persona__title { margin: 0; font: 600 15.5px/1.3 var(--font-head); color: var(--ink); }
.vpdl-persona__desc { margin: 8px 0 0; font: 400 13.5px/1.5 var(--font-body); color: var(--body); }

/* ---------- 5 · MARKET ---------- */
.vpdl-market { margin-top: 76px; background: var(--accent-tint); border-top: 1px solid var(--accent-border); border-bottom: 1px solid var(--accent-border); }
.vpdl-market__inner { max-width: var(--container); margin: 0 auto; padding: 68px var(--pad-x); }
.vpdl-market__grid { margin-top: 44px; display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 18px; }
.vpdl-stat { padding: 32px 28px; background: #fff; border: 1px solid var(--accent-border); border-radius: 20px; }
.vpdl-stat__value { font: 700 clamp(40px,5.5vw,56px)/1 var(--font-head); letter-spacing: -.03em; color: var(--accent-deep); }
.vpdl-stat__label { margin-top: 12px; font: 600 15px/1.3 var(--font-head); color: var(--ink); }
.vpdl-stat__desc { margin: 8px 0 0; font: 400 13.5px/1.5 var(--font-body); color: var(--body); }
.vpdl-market__note { margin: 22px 0 0; font: 500 12px/1.4 var(--font-body); color: var(--muted); }

/* ---------- 6 · BRAND POTENTIAL ---------- */
.vpdl-brandpot__grid { margin-top: 44px; display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 18px; }
.vpdl-wm { aspect-ratio: 16/10; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 18px; }
.vpdl-wm--lower { gap: 6px; background: #fff; border: 1px solid var(--card-border); }
.vpdl-wm--dark  { gap: 12px; background: var(--ink); border: 1px solid var(--ink); }
.vpdl-wm--tint  { gap: 2px; background: var(--accent-tint); border: 1px solid var(--accent-border); }
.vpdl-wm__lower { font: 600 30px/1 var(--font-head); letter-spacing: -.02em; color: var(--ink); text-transform: lowercase; }
.vpdl-wm__dot { color: var(--accent); }
.vpdl-wm__arc { width: 56px; height: auto; }
.vpdl-wm__caps { font: 600 20px/1 var(--font-head); letter-spacing: .16em; text-transform: uppercase; color: #fff; }
.vpdl-wm__twotone { font: 700 30px/.95 var(--font-head); letter-spacing: -.02em; color: var(--accent-deep); }
.vpdl-wm__cap { font: 500 10px/1 var(--font-body); letter-spacing: .35em; text-transform: uppercase; color: var(--muted); }
.vpdl-wm__cap--onDark { color: #7f8a82; }

/* ---------- 7 · SPECS ---------- */
.vpdl-specs__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 40px; align-items: center; }
.vpdl-specs__sub { margin: 16px 0 0; font: 400 16px/1.55 var(--font-body); color: var(--body); }
.vpdl-specs__card { background: #fff; border: 1px solid var(--card-border); border-radius: 20px; overflow: hidden; box-shadow: 0 6px 26px rgba(27,32,29,.05); }
.vpdl-specrow { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 24px; border-bottom: 1px solid #f1f0eb; }
.vpdl-specrow__label { display: flex; align-items: center; gap: 13px; font: 500 15px/1.3 var(--font-body); color: var(--ink); }
.vpdl-check { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--accent-tint); color: var(--accent-deep); flex: none; }
.vpdl-specrow__value { font: 600 14px/1.2 var(--font-head); color: var(--accent-deep); }

/* ---------- 8 · STEPS ---------- */
.vpdl-steps__grid { margin-top: 44px; display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 18px; }
.vpdl-step { position: relative; padding: 28px 24px; background: #fff; border: 1px solid var(--card-border); border-radius: 18px; }
.vpdl-step__top { display: flex; align-items: center; justify-content: space-between; }
.vpdl-step .vpdl-badge { width: 46px; height: 46px; border-radius: 12px; }
.vpdl-step__n { font: 700 30px/1 var(--font-head); letter-spacing: -.02em; color: #ecebe5; }
.vpdl-step__title { margin: 22px 0 0; font: 600 17px/1.25 var(--font-head); color: var(--ink); }
.vpdl-step__desc { margin: 8px 0 0; font: 400 14px/1.5 var(--font-body); color: var(--body); }

/* ---------- 9 · FAQ ---------- */
.vpdl-faq { max-width: 820px; margin: 0 auto; padding: 76px var(--pad-x) 0; }
.vpdl-faq__head { text-align: center; }
.vpdl-faq__list { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; }
.vpdl-faq__item { background: #fff; border: 1px solid var(--card-border); border-radius: 14px; overflow: hidden; }
.vpdl-faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: none; border: none; cursor: pointer; text-align: left; font: 600 16px/1.35 var(--font-head); color: var(--ink); }
.vpdl-faq__chev { display: inline-flex; color: var(--accent); flex: none; transition: transform .3s cubic-bezier(.4,0,.2,1); }
.vpdl-faq__item.is-open .vpdl-faq__chev { transform: rotate(180deg); }
.vpdl-faq__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .34s cubic-bezier(.4,0,.2,1); }
.vpdl-faq__item.is-open .vpdl-faq__panel { grid-template-rows: 1fr; }
.vpdl-faq__panelInner { overflow: hidden; min-height: 0; }
.vpdl-faq__a { padding: 0 24px 22px; font: 400 14.5px/1.6 var(--font-body); color: var(--body); max-width: 64ch; opacity: 0; transition: opacity .3s ease; }
.vpdl-faq__item.is-open .vpdl-faq__a { opacity: 1; transition: opacity .3s ease .06s; }

/* ---------- 10 · CROSS-SELL ---------- */
.vpdl-xsell { padding-top: 0; margin-top: 76px; }
.vpdl-xsell__band { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; background: var(--accent-tint); border: 1px solid var(--accent-border); border-radius: 22px; padding: 36px 40px; }
.vpdl-xsell__lead { display: flex; align-items: flex-start; gap: 18px; min-width: 0; }
.vpdl-xsell__ico { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 12px; background: #fff; color: var(--accent-deep); flex: none; }
.vpdl-xsell__title { margin: 0; font: 700 21px/1.2 var(--font-head); letter-spacing: -.01em; color: var(--ink); }
.vpdl-xsell__desc { margin: 7px 0 0; max-width: 52ch; font: 400 15px/1.55 var(--font-body); color: var(--body); }
.vpdl-xsell__btn { display: inline-flex; align-items: center; gap: 9px; padding: 15px 28px; border-radius: var(--r-pill); background: var(--accent); color: #fff; font: 600 15px/1 var(--font-head); text-decoration: none; flex: none; box-shadow: 0 8px 22px rgba(var(--accent-shadow),.25); transition: background .18s ease; }
.vpdl-xsell__btn:hover { background: var(--accent-deep); color: #fff; }

/* ---------- 11 · CTA BAND ---------- */
.vpdl-cta { padding-top: 0; margin-top: 76px; }
.vpdl-cta__band { position: relative; overflow: hidden; background: var(--ink); border-radius: 26px; padding: 64px 40px; text-align: center; }
.vpdl-cta__arcs { position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%); width: 1000px; height: auto; opacity: .4; pointer-events: none; }
.vpdl-cta__content { position: relative; z-index: 2; }
.vpdl-cta__title { margin: 0 auto; max-width: 18ch; font: 700 clamp(30px,4.6vw,48px)/1.05 var(--font-head); letter-spacing: -.02em; color: #fff; }
.vpdl-cta__name { color: var(--accent); }
.vpdl-cta__sub { margin: 18px auto 0; max-width: 44ch; font: 400 17px/1.5 var(--font-body); color: var(--on-dark-text); }
.vpdl-cta__btn { margin-top: 32px; display: inline-flex; align-items: center; gap: 10px; padding: 18px 36px; border: none; border-radius: var(--r-pill); background: var(--accent); color: #fff; font: 600 17px/1 var(--font-head); cursor: pointer; box-shadow: 0 10px 30px rgba(var(--accent-shadow),.4); transition: background .18s ease; }
.vpdl-cta__btn:hover { background: var(--accent-deep); }

/* ---------- 12 · FOOTER ---------- */
.vpdl-foot { max-width: var(--container); margin: 0 auto; padding: 56px var(--pad-x) 130px; }
.vpdl-foot__card { padding: 24px 26px; background: #fff; border: 1px solid var(--card-border); border-radius: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.vpdl-foot__lead { display: flex; align-items: center; gap: 11px; }
.vpdl-foot__ico { display: inline-flex; color: var(--accent); }
.vpdl-foot__text { font: 500 14.5px/1.4 var(--font-body); color: var(--body); }
.vpdl-foot__text strong { font-weight: 700; color: var(--ink); }
.vpdl-foot__link { font: 600 14px/1 var(--font-head); color: var(--accent-deep); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.vpdl-foot__copy { margin-top: 22px; display: flex; justify-content: center; font: 500 13px/1.4 var(--font-body); color: var(--muted); }

/* ---------- 13 · STICKY BAR ---------- */
.vpdl-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: rgba(250,250,247,.9); backdrop-filter: blur(12px);
  border-top: 1px solid #e7e6e1; box-shadow: 0 -6px 24px rgba(27,32,29,.06);
  transition: opacity .25s ease, transform .25s ease;
  opacity: 0; pointer-events: none; transform: translateY(100%);
}
.vpdl-sticky.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.vpdl-sticky__inner { max-width: var(--container); margin: 0 auto; padding: 14px var(--pad-x); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.vpdl-sticky__meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.vpdl-sticky__name { font: 700 16px/1.15 var(--font-head); letter-spacing: -.01em; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vpdl-sticky__tld { color: var(--accent); }
.vpdl-sticky__sub { font: 500 12.5px/1 var(--font-body); color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vpdl-sticky__btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; border: none; border-radius: var(--r-pill); background: var(--accent); color: #fff; font: 600 15px/1 var(--font-head); cursor: pointer; flex: none; box-shadow: 0 6px 18px rgba(var(--accent-shadow),.26); transition: background .18s ease; }
.vpdl-sticky__btn:hover { background: var(--accent-deep); }

/* The offer modal moved to the shared FORM MODALS block in style.css (Phase 5). */

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .vpdl-hero__inner { grid-template-columns: 1fr; gap: 32px; }
}
