/* ==========================================================
   v3 components. Tokens live in site.css.
   ========================================================== */

/* header nav */
.head-nav { display: flex; gap: 28px; }
.head-nav a { color: var(--paper); text-decoration: none; font-weight: 500; font-size: 1.02rem; }
.head-nav a:hover { color: var(--hivis); }

/* hero additions */
.hero .hero-sub { margin-bottom: 28px; }
.hero h1 { font-size: clamp(3rem, 6.4vw, 5.2rem); max-width: 14ch; }
.trade-q { font-weight: 600; margin: 0 0 12px; font-size: 1.1rem; }
.trade-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.trade-btns .btn { min-width: 220px; }
.hero-guarantee { margin: 18px 0 0; font-size: 1.05rem; color: #d9dbd6; max-width: 44ch; }
.hero-guarantee strong { color: var(--paper); font-weight: 600; }
.hero-call { margin: 22px 0 0; font-size: 1.02rem; color: var(--steel-light); }

/* evidence band */
.evidence { background: var(--paper); padding: 88px 0 72px; border-bottom: 2px solid var(--ink); }
.evidence h2 { max-width: 22ch; margin-bottom: 40px; }
.ev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.ev { border-top: 8px solid var(--missed); padding-top: 18px; }
.ev p { margin: 0 0 8px; font-size: 1.08rem; }

.ev .ev-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(3rem, 6vw, 4.2rem); line-height: 1; margin-bottom: 10px !important; }
.ev-src { font-size: .92rem !important; color: var(--steel); }
.ev-note { margin: 32px 0 0; color: var(--steel); font-size: 1rem; }

/* walkthrough */
.walk { display: grid; grid-template-columns: 1fr 380px; gap: 56px; align-items: start; }
.walk-steps { list-style: none; margin: 0; padding: 0; border-left: 4px solid #c3c5bf; }
.walk-steps button {
  display: block; width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 14px 0 14px 24px; margin-left: -4px; border-left: 4px solid transparent;
  font: inherit; color: var(--steel);
}
.walk-steps button[aria-selected="true"] { border-left-color: var(--ink); color: var(--ink); }
.walk-steps button:hover { color: var(--ink); }
.ws-time { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; letter-spacing: .01em; }
.ws-text { display: block; font-size: 1.15rem; font-weight: 500; line-height: 1.35; }

.walk-stage { position: sticky; top: 24px; }
.walk-phone {
  background: #121416; color: var(--paper); border-radius: 34px; border: 1px solid #2b3035;
  min-height: 460px; padding: 22px 18px; display: flex; flex-direction: column; gap: 12px;
  transition: opacity .2s;
}
.walk-phone.fading { opacity: 0; }
.wp-top { display: flex; justify-content: space-between; font-size: .85rem; color: var(--steel-light); padding: 0 6px 8px; border-bottom: 1px solid #2b3035; }
.wp-label { font-size: .85rem; color: var(--steel-light); text-align: center; margin: 4px 0 0; }
.wp-big { font-family: var(--font-display); font-weight: 700; font-size: 1.9rem; text-align: center; margin: 18px 0 0; line-height: 1.1; }
.wp-sub { text-align: center; color: var(--steel-light); margin: 0; }
.wp-ring { width: 84px; height: 84px; border-radius: 50%; margin: 28px auto 0; display: grid; place-items: center; background: var(--booked); }
.wp-ring svg { width: 40px; height: 40px; color: #fff; }
.wp-ring.missed { background: #3a4046; }
@media (prefers-reduced-motion: no-preference) {
  .wp-ring.pulse { animation: ring 1.2s ease-in-out infinite; }
  @keyframes ring { 0%,100% { transform: scale(1); } 50% { transform: scale(1.08); } }
}
.bub { max-width: 86%; padding: 10px 14px; border-radius: 18px; font-size: .98rem; line-height: 1.4; margin: 0; }
.bub-in { background: #2a2e33; align-self: flex-start; border-bottom-left-radius: 6px; }
.bub-out { background: var(--booked); color: #0f1a13; align-self: flex-end; border-bottom-right-radius: 6px; }
.bub-sys { background: var(--hivis); color: var(--ink); align-self: stretch; max-width: 100%; border-radius: 12px; }
.bub-who { display: block; font-size: .78rem; font-weight: 600; opacity: .75; margin-bottom: 2px; }
.jobcard { background: var(--paper); color: var(--ink); border-radius: 14px; padding: 16px; display: grid; gap: 6px; }
.jobcard p { margin: 0; font-size: .98rem; }
.jobcard .jc-title { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; }
.jobcard .jc-tag { justify-self: start; background: var(--ink); color: var(--paper); font-size: .8rem; font-weight: 600; padding: 3px 8px; border-radius: 999px; }

.walk-nav { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.walk-btn { font: 600 1.05rem var(--font-body); background: none; border: 2px solid var(--ink); color: var(--ink); border-radius: var(--radius); padding: 10px 18px; cursor: pointer; min-height: 48px; }
.walk-next { background: var(--ink); color: var(--paper); }
.walk-btn[disabled] { opacity: .35; cursor: default; }
.walk-count { font-weight: 600; color: var(--steel); }
.walk-foot { margin-top: 40px; font-size: 1.1rem; font-weight: 500; max-width: 60ch; }

/* comparison */
.cmp { border-top: 2px solid #3a4046; }
.cmp-row { display: grid; grid-template-columns: 1.1fr 1fr 1.4fr 1.4fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid #3a4046; font-size: 1.05rem; }
.cmp-head { color: var(--steel-light); font-weight: 600; font-size: .95rem; }
.cmp-name { font-weight: 600; }
.cmp-us { background: var(--hivis); color: var(--ink); border-radius: var(--radius); padding: 18px 16px; margin: 8px -16px 0; border-bottom: 0; }
.cmp-src { margin-top: 20px; font-size: .92rem; }

/* plans */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.plan { background: #fafaf7; border: 2px solid var(--ink); border-radius: 12px; padding: 32px; display: flex; flex-direction: column; gap: 10px; }
.plan h3 { font-size: 2rem; margin: 0; }
.plan-price { font-family: var(--font-display); font-weight: 800; font-size: 3.4rem; line-height: 1; margin: 6px 0 0; }
.plan-price span { font-size: 1.4rem; font-weight: 600; color: var(--steel); }
.plan-setup { color: var(--steel); margin: 0; font-size: 1rem; }
.plan ul { margin: 10px 0; padding-left: 20px; }
.plan li { margin-bottom: 6px; }
.plan-g { border-top: 2px solid var(--ink); padding-top: 14px; margin-top: auto; }
.plan-g p { margin: 0; font-size: 1rem; }
.plan-g-name { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem !important; margin-bottom: 4px !important; }
.plan-fit { color: var(--steel); font-size: .98rem; margin: 6px 0 0; }
.plan-dark { background: var(--asphalt); color: var(--paper); border-color: var(--asphalt); }
.plan-dark .plan-price span, .plan-dark .plan-setup, .plan-dark .plan-fit { color: var(--steel-light); }
.plan-dark .plan-g { border-top-color: var(--hivis); }
.plan-dark .plan-g-name { color: var(--hivis); }
.plans-both { font-weight: 600; font-size: 1.15rem; margin: 28px 0 20px; }
.plans-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }

/* founding band */
.founding-band { background: var(--hivis); color: var(--ink); position: relative; }
.founding-band::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 12px; background: repeating-linear-gradient(-45deg, var(--ink) 0 16px, var(--hivis) 16px 32px); }
.f5 { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding-top: 72px; padding-bottom: 64px; }
.f5 h2 { font-size: clamp(2.6rem, 5vw, 3.8rem); font-weight: 800; margin-bottom: 10px; }
.f5 p { font-size: 1.15rem; margin: 0; }
.f5-dots { display: flex; gap: 10px; margin-bottom: 10px; }
.f5-dots i { width: 34px; height: 34px; border-radius: 50%; border: 3px solid var(--ink); }
.f5-dots i.taken { background: var(--ink); }
.f5-text { font-size: 1.2rem !important; }

/* about */
.about { display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: start; }
.about-photo { width: 220px; height: 260px; border-radius: 12px; object-fit: cover; }
.about-photo-empty { background: var(--asphalt); color: var(--hivis); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 5rem; }
.about-lede { font-size: 1.35rem; font-weight: 600; }

/* footer */
.foot-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px 48px; }
.site-foot .logo { font-size: 1.6rem; margin: 0 0 6px; }
.foot-contact p { margin: 0 0 6px; }

/* sticky mobile cta */
.sticky-cta { display: none; }
@media (max-width: 760px) {
  .sticky-cta {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(27, 30, 33, .96); border-top: 1px solid var(--line-dark);
    transform: translateY(110%); transition: transform .25s ease;
  }
  .sticky-cta.show { transform: none; }
  .sticky-cta .btn { width: 100%; }
  body { padding-bottom: 84px; }
}

/* caption shown under the phone on mobile (steps list is hidden there) */
.walk-caption { display: none; text-align: center; font-weight: 600; font-size: 1.1rem; max-width: 380px; margin: 0 auto; }
.walk-caption .ws-time { color: var(--steel); }

/* responsive */
@media (max-width: 900px) {
  .ev-grid { grid-template-columns: 1fr; gap: 24px; }
  .walk { grid-template-columns: 1fr; gap: 24px; }
  .walk-stage { position: static; order: -1; }
  .walk-steps { display: none; }
  .walk-phone { min-height: 400px; max-width: 380px; margin: 0 auto; width: 100%; }
  .walk-nav { max-width: 380px; margin: 14px auto 0; }
  .walk-caption { display: block; }
  .cmp-head { display: none; }
  .cmp-row { grid-template-columns: 1fr; gap: 4px; padding: 18px 0; }
  .cmp-row span[data-label]::before { content: attr(data-label) ": "; color: var(--steel-light); font-weight: 500; }
  .cmp-us span[data-label]::before { color: #4a4a2a; }
  .cmp-name { font-size: 1.2rem; }
  .cmp-us { margin: 8px 0 0; }
  .plans { grid-template-columns: 1fr; }
  .f5 { grid-template-columns: 1fr; gap: 24px; }
  .about { grid-template-columns: 1fr; gap: 24px; }
  .about-photo { width: 160px; height: 190px; }
  .head-nav { display: none; }
}
@media (max-width: 520px) {
  .trade-btns .btn { min-width: 0; flex: 1 1 100%; }
}

