/* Soft Trading — homepage sections */

/* ===== HERO ===== */
.hero {
  position: relative;
  padding: 160px 0 80px;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 500px at 70% 30%, oklch(0.78 0.13 220 / 0.12), transparent 60%),
    radial-gradient(700px 400px at 20% 80%, oklch(0.70 0.13 295 / 0.08), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: 48px; }
}
.hero__copy .eyebrow { margin-bottom: 28px; }
.hero h1 .accent {
  background: linear-gradient(180deg, oklch(0.92 0.10 220) 0%, oklch(0.65 0.13 220) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__lede {
  font-size: 18px;
  line-height: 1.55;
  color: var(--fg-1);
  max-width: 52ch;
  margin: 28px 0 36px;
}
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__proof {
  margin-top: 32px;
  padding: 18px 0;
  border-top: 1px solid var(--line-1);
}
.hero__proof-row { display: flex; align-items: center; gap: 16px; }
.avatars { display: flex; }
.avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 2px solid var(--bg-0);
  background: linear-gradient(135deg, var(--bg-3), var(--bg-4));
  display: grid; place-items: center;
  font-family: var(--font-mono); font-size: 11px; color: var(--fg-1);
  margin-left: -10px;
}
.avatar:first-child { margin-left: 0; }
.hero__proof-stars {
  font-size: 14px;
  color: oklch(0.85 0.13 85);
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.hero__proof-stars span { color: var(--fg-1); margin-left: 6px; font-weight: 500; letter-spacing: 0; }
.hero__proof-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; color: var(--fg-3); text-transform: uppercase; }

.hero__meta {
  display: flex;
  gap: 28px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line-1);
  flex-wrap: wrap;
}
.hero__meta > div { display: flex; flex-direction: column; gap: 4px; }
.hero__meta .label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--fg-3);
}
.hero__meta .val { font-size: 14px; color: var(--fg-1); font-weight: 500; }

/* ===== HERO VISUAL — terminal/chart composite ===== */
.hero__visual {
  position: relative;
  aspect-ratio: 1.05 / 1;
  width: 100%;
  perspective: 1400px;
}
.term {
  position: absolute;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1));
  border: 1px solid var(--line-2);
  border-radius: var(--r-3);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.04) inset,
    0 30px 80px -30px rgba(0,0,0,0.8),
    0 0 0 1px rgba(0,0,0,0.4);
  overflow: hidden;
}
.term__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line-1);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent);
}
.term__dots { display: flex; gap: 6px; }
.term__dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--bg-4); }
.term__title {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg-2);
  letter-spacing: 0.06em;
  margin-left: 6px;
}
.term__chip {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  border-radius: var(--r-pill);
  border: 1px solid var(--line-2);
  color: var(--fg-2);
}

/* Main chart panel */
.term--main { inset: 0 28% 24% 0; }
.term--main .chart {
  position: relative;
  width: 100%; height: calc(100% - 36px);
  padding: 14px 14px 28px 44px;
}
.chart__yaxis {
  position: absolute;
  left: 8px; top: 14px; bottom: 28px;
  display: flex; flex-direction: column; justify-content: space-between;
  font-family: var(--font-mono); font-size: 9.5px; color: var(--fg-3);
}
.chart__xaxis {
  position: absolute;
  left: 44px; right: 14px; bottom: 8px;
  display: flex; justify-content: space-between;
  font-family: var(--font-mono); font-size: 9.5px; color: var(--fg-3);
}
.chart__grid {
  position: absolute;
  inset: 14px 14px 28px 44px;
  background-image:
    linear-gradient(to right, var(--line-1) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line-1) 1px, transparent 1px);
  background-size: 12.5% 20%;
}
.chart__svg { position: relative; width: 100%; height: 100%; display: block; }
.chart__price-tag {
  position: absolute;
  right: 14px; top: 30%;
  background: var(--accent-cyan);
  color: #04070b;
  font-family: var(--font-mono); font-size: 10px; font-weight: 600;
  padding: 3px 7px; border-radius: 3px;
  box-shadow: 0 0 12px var(--accent-cyan-glow);
}

/* Indicator panel */
.term--ind { inset: auto 0 0 22%; height: 32%; }
.term--ind .ind__body { padding: 14px; height: calc(100% - 36px); display: flex; gap: 16px; align-items: stretch; }
.ind__col { display: flex; flex-direction: column; gap: 8px; flex: 1; min-width: 0; }
.ind__label { font-family: var(--font-mono); font-size: 9.5px; color: var(--fg-3); text-transform: uppercase; letter-spacing: 0.1em; }
.ind__row { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--font-mono); font-size: 11px; }
.ind__row .v { color: var(--fg-0); }
.ind__row .v.pos { color: var(--pos); }
.ind__row .v.neg { color: var(--neg); }

/* Floating signal card */
.term--sig {
  inset: 8% -4% auto auto;
  width: 36%;
  padding: 16px;
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line-2);
}
.sig__head { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.sig__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-cyan); box-shadow: 0 0 10px var(--accent-cyan-glow); }
.sig__label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-2); }
.sig__title { font-size: 13px; font-weight: 500; margin-bottom: 12px; color: var(--fg-0); }
.sig__row { display: flex; justify-content: space-between; padding: 6px 0; border-top: 1px solid var(--line-1); font-family: var(--font-mono); font-size: 11px; }
.sig__row:first-of-type { border-top: 0; }
.sig__row .k { color: var(--fg-3); }
.sig__row .v { color: var(--fg-0); }

/* Animated marker */
.chart__marker {
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent-cyan);
  box-shadow: 0 0 0 4px oklch(0.78 0.13 220 / 0.15), 0 0 16px var(--accent-cyan-glow);
  transform: translate(-50%, -50%);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px oklch(0.78 0.13 220 / 0.15), 0 0 16px var(--accent-cyan-glow); }
  50% { box-shadow: 0 0 0 10px oklch(0.78 0.13 220 / 0), 0 0 16px var(--accent-cyan-glow); }
}
.chart__line {
  fill: none;
  stroke: var(--accent-cyan);
  stroke-width: 1.6;
  filter: drop-shadow(0 0 6px var(--accent-cyan-glow));
}
.chart__area { fill: url(#area-grad); opacity: 0.35; }
.chart__band { fill: url(#band-grad); opacity: 0.18; }

/* ===== Ticker ===== */
.ticker {
  margin-top: 80px;
  border-top: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
  background: var(--bg-1);
  overflow: hidden;
  position: relative;
}
.ticker::before, .ticker::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.ticker::before { left: 0; background: linear-gradient(90deg, var(--bg-1), transparent); }
.ticker::after  { right: 0; background: linear-gradient(-90deg, var(--bg-1), transparent); }
.ticker__track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 60s linear infinite;
}
.ticker__item {
  display: flex; align-items: center; gap: 10px;
  padding: 16px 28px;
  border-right: 1px solid var(--line-1);
  font-family: var(--font-mono);
  font-size: 12.5px;
  white-space: nowrap;
}
.ticker__sym { color: var(--fg-2); letter-spacing: 0.05em; }
.ticker__px  { color: var(--fg-0); }
.ticker__ch.is-up   { color: var(--pos); }
.ticker__ch.is-down { color: var(--neg); }
@keyframes ticker-scroll {
  to { transform: translateX(-50%); }
}

/* ===== Logos / used-by strip ===== */
.usedby {
  padding: 60px 0;
  border-bottom: 1px solid var(--line-1);
}
.usedby__lede {
  text-align: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-bottom: 32px;
}
.usedby__row {
  display: flex; justify-content: center; align-items: center;
  gap: 56px;
  flex-wrap: wrap;
  opacity: 0.85;
}
.usedby__logo {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--fg-2);
  display: flex; align-items: center; gap: 8px;
  transition: color 200ms ease;
}
.usedby__logo:hover { color: var(--fg-0); }
.usedby__logo svg { color: var(--fg-3); }

/* ===== Pricing ===== */
.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 880px) { .pricing__grid { grid-template-columns: 1fr; } }
.plan {
  position: relative;
  padding: 36px 32px;
  background: var(--bg-2);
  border: 1px solid var(--line-1);
  border-radius: var(--r-4);
  display: flex; flex-direction: column;
  transition: border-color 220ms ease, transform 220ms ease;
}
.plan:hover { border-color: var(--line-3); transform: translateY(-2px); }
.plan--featured {
  background:
    radial-gradient(600px 400px at 50% 0%, oklch(0.78 0.13 220 / 0.10), transparent 60%),
    var(--bg-2);
  border-color: oklch(0.78 0.13 220 / 0.4);
}
.plan__tag {
  position: absolute; top: -10px; left: 32px;
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.14em; text-transform: uppercase;
  background: var(--accent-cyan); color: #04070b;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  font-weight: 600;
}
.plan__name {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fg-2);
  margin-bottom: 18px;
}
.plan__price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; }
.plan__price .num { font-family: var(--font-display); font-size: 56px; line-height: 1; letter-spacing: -0.03em; color: var(--fg-0); font-weight: 500; }
.plan__price .per { font-family: var(--font-mono); font-size: 12px; color: var(--fg-3); letter-spacing: 0.06em; text-transform: uppercase; }
.plan__sub { color: var(--fg-2); font-size: 14px; margin-bottom: 28px; line-height: 1.5; }
.plan__features { list-style: none; padding: 0; margin: 0 0 32px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.plan__features li { display: flex; gap: 10px; font-size: 14px; color: var(--fg-1); align-items: flex-start; }
.plan__features svg { flex-shrink: 0; margin-top: 3px; color: var(--accent-cyan); }
.plan__features li.muted { color: var(--fg-3); }
.plan__features li.muted svg { color: var(--fg-4); }
.plan__cta { width: 100%; justify-content: center; }
.plan--featured .plan__cta { background: linear-gradient(180deg, oklch(0.86 0.12 220) 0%, oklch(0.72 0.14 220) 100%); color: #04070b; border-color: oklch(0.85 0.13 220); }

.pricing__note {
  text-align: center;
  margin-top: 32px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ===== Hero visual realism additions ===== */
.term--main .chart__svg { background: linear-gradient(180deg, rgba(0,0,0,0.2), transparent 30%); }
.term__time {
  font-family: var(--font-mono); font-size: 10px; color: var(--fg-3);
  letter-spacing: 0.06em;
  display: flex; align-items: center; gap: 6px;
}
.term__time::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pos); box-shadow: 0 0 8px var(--pos); animation: blink 1.6s infinite; }
@keyframes blink { 50% { opacity: 0.3; } }
.trust {
  padding: 60px 0;
  border-top: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
}
.trust__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
@media (max-width: 880px) {
  .trust__grid { grid-template-columns: repeat(2, 1fr); }
}
.trust__cell {
  padding: 8px 24px;
  border-right: 1px solid var(--line-1);
  display: flex; flex-direction: column; gap: 8px;
}
.trust__cell:last-child { border-right: 0; }
@media (max-width: 880px) {
  .trust__cell { border-right: 0; border-bottom: 1px solid var(--line-1); padding-bottom: 24px; padding-top: 16px; }
  .trust__cell:nth-child(odd) { border-right: 1px solid var(--line-1); }
}
.trust__icon {
  width: 28px; height: 28px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-2);
  display: grid; place-items: center;
  color: var(--accent-cyan);
  background: var(--bg-1);
  margin-bottom: 4px;
}
.trust__title { font-size: 14px; color: var(--fg-0); font-weight: 500; }
.trust__sub { font-size: 12.5px; color: var(--fg-3); line-height: 1.45; }

/* ===== Section header ===== */
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
  align-items: end;
}
@media (max-width: 800px) { .section-head { grid-template-columns: 1fr; gap: 24px; } }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head h2 { max-width: 18ch; }
.section-head__rhs { color: var(--fg-1); font-size: 16px; line-height: 1.6; max-width: 48ch; }

/* ===== Products / indicators ===== */
.products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 980px) { .products__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .products__grid { grid-template-columns: 1fr; } }

.pcard {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 60%), var(--bg-2);
  border: 1px solid var(--line-1);
  border-radius: var(--r-4);
  overflow: hidden;
  transition: border-color 220ms ease, transform 220ms ease;
  cursor: pointer;
}
.pcard:hover { border-color: var(--line-3); transform: translateY(-2px); }
.pcard:hover .pcard__chart-overlay { opacity: 1; }
.pcard:hover .pcard__cta { color: var(--fg-0); }
.pcard:hover .pcard__cta .arrow { transform: translateX(4px); }

.pcard--featured {
  grid-column: span 2;
  background:
    radial-gradient(600px 300px at 80% 0%, oklch(0.78 0.13 220 / 0.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.025), transparent), var(--bg-2);
}
@media (max-width: 980px) { .pcard--featured { grid-column: span 2; } }
@media (max-width: 600px) { .pcard--featured { grid-column: span 1; } }

.pcard__media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--bg-1);
  border-bottom: 1px solid var(--line-1);
  overflow: hidden;
}
.pcard--featured .pcard__media { aspect-ratio: 21 / 9; }

.pcard__chart-overlay {
  position: absolute; inset: 0;
  opacity: 0.85;
  transition: opacity 300ms ease;
  pointer-events: none;
}

.pcard__body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pcard__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.pcard__name { font-size: 19px; font-weight: 500; letter-spacing: -0.015em; color: var(--fg-0); font-family: var(--font-display); }
.pcard__desc { color: var(--fg-2); font-size: 14px; line-height: 1.5; }
.pcard__meta {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line-1);
  align-items: center;
  justify-content: space-between;
}
.pcard__type {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.pcard__price { font-family: var(--font-mono); font-size: 13px; color: var(--fg-0); }
.pcard__price small { color: var(--fg-3); }
.pcard__cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; color: var(--fg-1);
  transition: color 160ms ease;
}
.pcard__cta .arrow { transition: transform 160ms ease; }

.pcard__badges { position: absolute; top: 14px; left: 14px; display: flex; gap: 6px; z-index: 2; }
.badge {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: var(--r-pill);
  border: 1px solid var(--line-2);
  background: rgba(10, 11, 15, 0.7);
  backdrop-filter: blur(8px);
  color: var(--fg-1);
}
.badge--accent { color: var(--accent-cyan); border-color: oklch(0.78 0.13 220 / 0.4); }
.badge--soon { color: var(--fg-3); }

/* "Coming soon" card */
.pcard--soon { opacity: 0.6; cursor: default; }
.pcard--soon:hover { transform: none; border-color: var(--line-1); }
.pcard--soon .pcard__media {
  background:
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(255,255,255,0.025) 12px 13px),
    var(--bg-1);
}

/* ===== Custom indicator section ===== */
.custom {
  position: relative;
  padding: var(--pad-section) 0;
  border-top: 1px solid var(--line-1);
}
.custom::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 400px at 80% 50%, oklch(0.70 0.13 295 / 0.08), transparent 60%);
  pointer-events: none;
}
.custom__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 980px) { .custom__inner { grid-template-columns: 1fr; gap: 48px; } }
.custom__features {
  list-style: none; padding: 0; margin: 32px 0 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}
.custom__features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--fg-1);
}
.custom__features svg { flex-shrink: 0; margin-top: 3px; color: var(--accent-cyan); }

.custom__visual {
  position: relative;
  aspect-ratio: 1 / 1.05;
}
.brief {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1));
  border: 1px solid var(--line-2);
  border-radius: var(--r-4);
  padding: 28px;
  box-shadow: 0 30px 80px -30px rgba(0,0,0,0.8);
  display: flex; flex-direction: column;
}
.brief__head {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 14px; border-bottom: 1px solid var(--line-1);
  margin-bottom: 18px;
}
.brief__head .label { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-3); }
.brief__id { font-family: var(--font-mono); font-size: 11px; color: var(--fg-2); }
.brief__field { padding: 10px 0; display: flex; flex-direction: column; gap: 6px; border-bottom: 1px dashed var(--line-1); }
.brief__field:last-child { border-bottom: 0; }
.brief__k { font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--fg-3); }
.brief__v { font-size: 14px; color: var(--fg-0); }
.brief__v.code { font-family: var(--font-mono); font-size: 12.5px; color: var(--accent-cyan); }
.brief__progress { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line-1); }
.brief__progress .label { display: flex; justify-content: space-between; margin-bottom: 8px; }
.brief__bar { height: 4px; background: var(--bg-3); border-radius: 2px; overflow: hidden; }
.brief__bar-fill { height: 100%; width: 65%; background: linear-gradient(90deg, var(--accent-cyan), var(--accent-violet)); border-radius: 2px; }

/* ===== Features ===== */
.features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line-1);
  border-radius: var(--r-4);
  overflow: hidden;
}
@media (max-width: 980px) { .features__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .features__grid { grid-template-columns: 1fr; } }
.feature {
  padding: 28px;
  border-right: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
  display: flex; flex-direction: column; gap: 12px;
  background: var(--bg-1);
  transition: background 200ms ease;
}
.feature:hover { background: var(--bg-2); }
.feature:nth-child(4n) { border-right: 0; }
.feature:nth-last-child(-n+4) { border-bottom: 0; }
@media (max-width: 980px) {
  .feature { border-right: 1px solid var(--line-1); }
  .feature:nth-child(2n) { border-right: 0; }
  .feature:nth-last-child(-n+4) { border-bottom: 1px solid var(--line-1); }
  .feature:nth-last-child(-n+2) { border-bottom: 0; }
}
.feature__icon {
  width: 36px; height: 36px;
  border-radius: var(--r-2);
  border: 1px solid var(--line-2);
  background: var(--bg-2);
  display: grid; place-items: center;
  color: var(--accent-cyan);
}
.feature__title { font-size: 16px; font-weight: 500; color: var(--fg-0); letter-spacing: -0.01em; }
.feature__desc { font-size: 13.5px; color: var(--fg-2); line-height: 1.55; }

/* ===== How it works ===== */
.hiw__tabs { display: inline-flex; gap: 4px; padding: 4px; background: var(--bg-2); border: 1px solid var(--line-1); border-radius: var(--r-pill); margin-bottom: 40px; }
.hiw__tab {
  padding: 9px 18px;
  border-radius: var(--r-pill);
  font-size: 13px;
  color: var(--fg-2);
  border: 0; background: transparent;
  font-family: inherit;
  transition: color 160ms ease, background 160ms ease;
}
.hiw__tab.is-active { background: var(--bg-4); color: var(--fg-0); }
.hiw__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line-1);
  border-radius: var(--r-4);
  overflow: hidden;
}
@media (max-width: 800px) { .hiw__steps { grid-template-columns: 1fr; } }
.step { padding: 36px 32px; position: relative; border-right: 1px solid var(--line-1); background: var(--bg-1); }
.step:last-child { border-right: 0; }
@media (max-width: 800px) { .step { border-right: 0; border-bottom: 1px solid var(--line-1); } .step:last-child { border-bottom: 0; } }
.step__num { font-family: var(--font-mono); font-size: 11px; color: var(--accent-cyan); letter-spacing: 0.14em; margin-bottom: 22px; display: block; }
.step h3 { font-size: 18px; margin-bottom: 10px; letter-spacing: -0.015em; }
.step p { font-size: 14px; color: var(--fg-2); line-height: 1.55; }
.step__line {
  position: absolute; top: 36px; right: -1px; width: 16px; height: 1px;
  background: var(--line-3);
}

/* ===== Credibility strip ===== */
.creds {
  padding: 64px 0;
  border-top: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
}
.creds__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 48px;
}
@media (max-width: 880px) { .creds__inner { grid-template-columns: repeat(2, 1fr); gap: 28px; } }
.cred__num { font-family: var(--font-display); font-size: 32px; letter-spacing: -0.025em; color: var(--fg-0); margin-bottom: 6px; }
.cred__label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-3); line-height: 1.5; }

/* ===== Testimonials ===== */
.testi__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 880px) { .testi__grid { grid-template-columns: 1fr; } }
.testi {
  padding: 28px;
  background: var(--bg-2);
  border: 1px solid var(--line-1);
  border-radius: var(--r-4);
  display: flex; flex-direction: column; gap: 18px;
}
.testi__quote { font-size: 16px; line-height: 1.55; color: var(--fg-0); font-family: var(--font-display); letter-spacing: -0.01em; flex: 1; }
.testi__who { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line-1); }
.testi__avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bg-3), var(--bg-4));
  border: 1px solid var(--line-2);
  display: grid; place-items: center;
  font-family: var(--font-mono); font-size: 11px; color: var(--fg-1);
}
.testi__name { font-size: 13.5px; color: var(--fg-0); font-weight: 500; }
.testi__role { font-family: var(--font-mono); font-size: 11px; color: var(--fg-3); letter-spacing: 0.06em; }

/* ===== FAQ ===== */
.faq__list {
  border-top: 1px solid var(--line-1);
}
.faq__item { border-bottom: 1px solid var(--line-1); }
.faq__q {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 24px 0;
  display: flex; justify-content: space-between; align-items: flex-start; gap: 24px;
  text-align: left;
  color: var(--fg-0);
  font-family: var(--font-display);
  font-size: 18px; letter-spacing: -0.015em; font-weight: 500;
  transition: color 160ms ease;
}
.faq__q:hover { color: var(--accent-cyan); }
.faq__icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--fg-2);
  transition: transform 220ms ease, color 160ms ease, border-color 160ms ease;
}
.faq__item.is-open .faq__icon { transform: rotate(45deg); color: var(--accent-cyan); border-color: oklch(0.78 0.13 220 / 0.4); }
.faq__a {
  max-height: 0; overflow: hidden;
  transition: max-height 320ms ease, padding 320ms ease;
}
.faq__item.is-open .faq__a { max-height: 200px; padding-bottom: 24px; }
.faq__a p { color: var(--fg-2); font-size: 15px; max-width: 70ch; line-height: 1.6; margin: 0; }

/* ===== Final CTA ===== */
.final {
  position: relative;
  padding: 120px 0;
  border-top: 1px solid var(--line-1);
  text-align: center;
  overflow: hidden;
}
.final::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 400px at 50% 50%, oklch(0.78 0.13 220 / 0.10), transparent 60%);
  pointer-events: none;
}
.final__inner { position: relative; max-width: 820px; margin: 0 auto; }
.final h2 { margin: 0 auto 18px; max-width: 16ch; }
.final p { color: var(--fg-1); font-size: 17px; max-width: 56ch; margin: 0 auto 36px; }
.final__cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
