/* ==========================================================================
   TEND — V12 only
   New buyer-journey sections layered on top of styles.css.
   Reuses tokens: --glass, --glass-line(-2), --accent-blue(-soft),
   --text-2/3, --pad, --max, --r2, --glass-shadow, .chip, .btn, .section-head
   ========================================================================== */

/* ---------- Hero CTAs ---------- */
.v12-hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 8px;
  flex-wrap: wrap;
}
.v12-hero-cta .btn { padding: 15px 28px; font-size: 15px; }
.v12-hero-note {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-3);
  margin-top: 4px;
}

/* ==========================================================================
   TRUST BAR
   ========================================================================== */
#trust-bar {
  max-width: var(--max);
  margin: 0 auto;
  padding: 40px 28px 8px;
}
.trust-wrap {
  display: grid;
  gap: 28px;
  justify-items: center;
  text-align: center;
}
.trust-lead {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 1.4vw, 18px);
  color: var(--text-2);
  max-width: 44ch;
}
.trust-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 44px;
  opacity: .82;
}
.trust-logo {
  color: #fff;
  font-size: clamp(18px, 1.9vw, 26px);
  line-height: 1;
  white-space: nowrap;
  transition: opacity .25s, transform .25s;
  opacity: .72;
}
.trust-logo:hover { opacity: 1; transform: translateY(-2px); }
.trust-logo.tl-serif { font-family: 'PT Serif', Georgia, serif; font-weight: 700; font-style: italic; letter-spacing: -.01em; }
.trust-logo.tl-caps  { font-family: 'League Spartan', sans-serif; font-weight: 800; letter-spacing: .04em; }
.trust-logo.tl-mono  { font-family: 'JetBrains Mono', monospace; font-weight: 500; letter-spacing: -.01em; font-size: clamp(16px, 1.6vw, 22px); }

/* ==========================================================================
   CONTROL — Automated, never autonomous
   ========================================================================== */
#control {
  max-width: var(--max);
  margin: 0 auto;
  padding: var(--pad) 28px;
}
.ctl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.ctl-copy .chip { margin-bottom: 24px; }
.ctl-copy h2 {
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 5.4vw, 88px);
  line-height: .94;
  letter-spacing: -.025em;
  color: #fff;
  text-shadow: 0 8px 40px rgba(20,40,80,.25);
}
.ctl-copy > p {
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-2);
  max-width: 42ch;
}
.ctl-points {
  margin-top: 30px;
  display: grid;
  gap: 2px;
}
.ctl-point {
  display: grid;
  gap: 4px;
  padding: 18px 0;
  border-top: 1px solid var(--glass-line);
}
.ctl-point:last-child { border-bottom: 1px solid var(--glass-line); }
.ctl-point .cp-k {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.ctl-point .cp-v {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-2);
}

/* Review card visual */
.ctl-viz { display: grid; place-items: center; }
.review-card {
  width: 100%;
  max-width: 480px;
  background: rgba(255,255,255,0.10);
  border: 1px solid var(--glass-line-2);
  border-radius: var(--r2);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  box-shadow: var(--glass-shadow);
  overflow: hidden;
}
.rc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--glass-line);
  background: rgba(255,255,255,0.05);
}
.rc-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #1B1F2A;
  background: #F5E2BD;
  padding: 4px 9px;
  border-radius: 6px;
  font-weight: 700;
}
.rc-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: .5px;
  color: var(--text-3);
  text-align: right;
}
.rc-preview {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  padding: 20px;
}
.rc-thumb {
  aspect-ratio: 4/5;
  border-radius: 10px;
  background: linear-gradient(135deg, #6b3a20, #1a0c0a);
  position: relative;
  overflow: hidden;
}
.rc-thumb::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(245,194,138,.4), transparent 60%);
}
.rc-lines { display: grid; gap: 9px; align-content: center; }
.rc-lines .rl {
  height: 11px;
  border-radius: 4px;
  background: rgba(255,255,255,.14);
}
.rc-lines .rl.h { height: 16px; background: rgba(255,255,255,.32); width: 70%; }
.rc-lines .rl.short { width: 50%; }
.rc-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 20px 18px;
}
.rc-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,.85);
}
.rc-check .ck {
  width: 17px; height: 17px;
  border-radius: 50%;
  background: #44d36a;
  color: #06270f;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  flex: none;
  box-shadow: 0 0 10px rgba(68,211,106,.5);
}
.rc-actions {
  display: flex;
  gap: 8px;
  padding: 16px 20px;
  border-top: 1px solid var(--glass-line);
  background: rgba(255,255,255,0.04);
}
.rc-btn {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 999px;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.rc-btn.approve {
  flex: 1;
  background: var(--accent-blue);
  color: #fff;
  box-shadow: 0 6px 16px rgba(25,144,255,.4);
}
.rc-btn.approve:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(25,144,255,.5); }
.rc-btn.edit, .rc-btn.back {
  background: rgba(255,255,255,.10);
  color: #fff;
  border: 1px solid var(--glass-line);
}
.rc-btn.edit:hover, .rc-btn.back:hover { background: rgba(255,255,255,.18); }

/* ==========================================================================
   BY THE NUMBERS
   ========================================================================== */
#numbers {
  max-width: var(--max);
  margin: 0 auto;
  padding: calc(var(--pad) * .5) 28px;
}
.num-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--glass-line);
  border: 1px solid var(--glass-line);
  border-radius: var(--r2);
  overflow: hidden;
}
.num-stat {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 44px 32px;
  display: grid;
  gap: 12px;
  transition: background .3s;
}
.num-stat:hover { background: rgba(255,255,255,0.10); }
.ns-v {
  font-family: 'League Spartan', sans-serif;
  font-weight: 800;
  font-size: clamp(52px, 6vw, 88px);
  line-height: .85;
  letter-spacing: -.04em;
  color: #fff;
  display: flex;
  align-items: baseline;
}
.ns-v .suf {
  font-size: .42em;
  font-weight: 700;
  margin-left: 9px;
  letter-spacing: 0;
  color: var(--accent-blue-soft);
}
.ns-k {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.35;
  color: var(--text-2);
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
#testimonials {
  max-width: var(--max);
  margin: 0 auto;
  padding: var(--pad) 28px;
}
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.quote-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--glass-line);
  border-radius: var(--r2);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  box-shadow: var(--glass-shadow);
  padding: 34px 30px;
  display: grid;
  gap: 26px;
  align-content: space-between;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), background .35s;
}
.quote-card:hover { transform: translateY(-4px); background: rgba(255,255,255,0.13); }
.quote-card blockquote {
  font-family: 'League Spartan', sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 1.9vw, 26px);
  line-height: 1.18;
  letter-spacing: -.01em;
  color: #fff;
}
.quote-card blockquote::before { content: "\201C"; }
.quote-card blockquote::after  { content: "\201D"; }
.quote-card figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
}
.quote-card .qa {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(135deg, #6FB6FF, #1990FF);
  border: 1.5px solid rgba(255,255,255,.4);
  flex: none;
}
.quote-card .qm { display: grid; }
.quote-card .qm b {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}
.quote-card .qm small {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-3);
  margin-top: 3px;
}

/* ==========================================================================
   ECONOMICS
   ========================================================================== */
#economics {
  max-width: var(--max);
  margin: 0 auto;
  padding: var(--pad) 28px;
}
.econ-wrap { display: grid; gap: 56px; }
.econ-lead .chip { margin-bottom: 24px; }
.econ-lead h2 {
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5.2vw, 84px);
  line-height: .96;
  letter-spacing: -.025em;
  color: #fff;
  text-shadow: 0 8px 40px rgba(20,40,80,.25);
  max-width: 22ch;
}
.econ-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.econ-point {
  padding: 32px 30px 36px;
  background: rgba(255,255,255,0.07);
  border: 1px solid var(--glass-line);
  border-radius: var(--r2);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  box-shadow: var(--glass-shadow);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), background .35s;
}
.econ-point:hover { transform: translateY(-3px); background: rgba(255,255,255,0.12); }
.econ-point .ep-n {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--accent-blue-soft);
  margin-bottom: 18px;
}
.econ-point h3 {
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -.015em;
  color: #fff;
  margin-bottom: 10px;
}
.econ-point p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-2);
}

/* ==========================================================================
   SECURITY & OWNERSHIP
   ========================================================================== */
#security {
  max-width: var(--max);
  margin: 0 auto;
  padding: var(--pad) 28px;
}
.sec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.sec-card {
  padding: 30px 26px 32px;
  background: rgba(255,255,255,0.07);
  border: 1px solid var(--glass-line);
  border-radius: var(--r2);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  box-shadow: var(--glass-shadow);
  display: grid;
  gap: 14px;
  align-content: start;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), background .35s;
}
.sec-card:hover { transform: translateY(-3px); background: rgba(255,255,255,0.12); }
.sec-ic {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(25,144,255,.18);
  border: 1px solid rgba(25,144,255,.4);
  display: grid;
  place-items: center;
}
.sec-ic .dot  { width: 16px; height: 16px; border-radius: 50%; background: var(--accent-blue-soft); box-shadow: 0 0 12px rgba(111,182,255,.7); }
.sec-ic .ring { width: 18px; height: 18px; border-radius: 50%; border: 3px solid var(--accent-blue-soft); }
.sec-ic .bar  { width: 18px; height: 6px; border-radius: 3px; background: var(--accent-blue-soft); box-shadow: 0 -9px 0 -3px var(--accent-blue-soft), 0 9px 0 -3px var(--accent-blue-soft); }
.sec-ic .sq   { width: 16px; height: 16px; border-radius: 4px; border: 3px solid var(--accent-blue-soft); }
.sec-card h3 {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -.01em;
  color: #fff;
}
.sec-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-2);
}

/* ==========================================================================
   FAQ
   ========================================================================== */
#faq {
  max-width: var(--max);
  margin: 0 auto;
  padding: var(--pad) 28px;
}
.faq-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 60px;
  align-items: start;
}
.faq-head { position: sticky; top: 100px; }
.faq-head .chip { margin-bottom: 24px; }
.faq-head h2 {
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 4.6vw, 76px);
  line-height: .94;
  letter-spacing: -.025em;
  color: #fff;
  text-shadow: 0 8px 40px rgba(20,40,80,.25);
}
.faq-list { display: grid; gap: 0; }
.faq-item {
  border-top: 1px solid var(--glass-line);
  padding: 4px 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--glass-line); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 4px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.7vw, 22px);
  color: #fff;
  transition: color .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--accent-blue-soft); }
.fi-x {
  position: relative;
  width: 16px; height: 16px;
  flex: none;
}
.fi-x::before, .fi-x::after {
  content: "";
  position: absolute;
  background: var(--text-2);
  border-radius: 2px;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), opacity .3s;
}
.fi-x::before { top: 7px; left: 0; width: 16px; height: 2px; }
.fi-x::after  { left: 7px; top: 0; width: 2px; height: 16px; }
.faq-item[open] .fi-x::after { transform: rotate(90deg); opacity: 0; }
.fi-body {
  padding: 0 60px 26px 4px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-2);
  max-width: 60ch;
}
/* Subtle open animation */
.faq-item[open] .fi-body { animation: faq-open .4s cubic-bezier(.16,1,.3,1); }
@keyframes faq-open {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}

/* ==========================================================================
   CLOSING CTA
   ========================================================================== */
#closing-cta {
  max-width: var(--max);
  margin: 0 auto;
  padding: calc(var(--pad) * 1.1) 28px calc(var(--pad) * .5);
  text-align: center;
}
.cta-wrap {
  display: grid;
  gap: 32px;
  justify-items: center;
}
.cta-wrap h2 {
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
  font-size: clamp(46px, 6.4vw, 112px);
  line-height: .96;
  letter-spacing: -.03em;
  color: #fff;
  text-shadow: 0 12px 50px rgba(20,40,80,.30);
  max-width: 16ch;
}
.cta-wrap p {
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.5;
  color: var(--text-2);
  max-width: 48ch;
}
.cta-wrap .cta-btn { padding: 17px 34px; font-size: 16px; margin-top: 6px; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1000px) {
  .ctl-grid { grid-template-columns: 1fr; gap: 40px; }
  .num-band { grid-template-columns: 1fr 1fr; }
  .quote-grid { grid-template-columns: 1fr; }
  .econ-points { grid-template-columns: 1fr; }
  .sec-grid { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .faq-head { position: static; }
}
@media (max-width: 560px) {
  .num-band { grid-template-columns: 1fr; }
  .sec-grid { grid-template-columns: 1fr; }
  .trust-logos { gap: 12px 26px; }
}
