/* ========================================================================== 
   Homepage V2 preview — scoped additions only. The current homepage remains
   untouched and continues to use assets/css/style.css by itself.
   ========================================================================== */

body.home-v2 {
  --maxw: 1240px;
  --v2-blue: #72cfff;
  --v2-ink: #090a0f;
  --v2-panel: rgba(20, 22, 31, .78);
  --v2-line: rgba(255, 255, 255, .085);
  overflow-x: hidden;
  background:
    radial-gradient(1000px 700px at 85% 5%, rgba(76, 99, 155, .08), transparent 70%),
    var(--bg);
}

.home-v2 main { overflow: clip; }
.home-v2 .site-header {
  background: rgba(8, 9, 14, .8);
  border-color: rgba(255, 255, 255, .075);
}
.home-v2 .dev-banner {
  background:
    linear-gradient(90deg, rgba(232, 176, 75, .035), rgba(232, 176, 75, .09), rgba(232, 176, 75, .035)),
    #111117;
}

/* --- hero ---------------------------------------------------------------- */
.v2-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(64px, 8vw, 106px) 0 0;
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: 52px 52px;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
}
.v2-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 45%, var(--bg) 100%);
}
.v2-hero-glow {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4px);
}
.v2-hero-glow-one {
  width: 780px;
  height: 620px;
  top: -250px;
  right: -170px;
  background: radial-gradient(circle, rgba(232, 176, 75, .18), rgba(232, 176, 75, .035) 48%, transparent 72%);
}
.v2-hero-glow-two {
  width: 560px;
  height: 500px;
  left: -260px;
  top: 160px;
  background: radial-gradient(circle, rgba(84, 201, 138, .09), transparent 69%);
}
.v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr);
  align-items: center;
  gap: clamp(38px, 5vw, 72px);
}
.v2-hero-copy { position: relative; z-index: 1; }
.v2-eyebrow,
.v2-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-light);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .115em;
  line-height: 1.3;
  text-transform: uppercase;
}
.v2-eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(84, 201, 138, .09), 0 0 18px rgba(84, 201, 138, .55);
}
.v2-hero h1 {
  max-width: 720px;
  margin: 17px 0 20px;
  color: #f7f7fb;
  font-size: clamp(2.65rem, 5.25vw, 4.65rem);
  letter-spacing: -.045em;
  line-height: 1.02;
  text-wrap: balance;
}
.v2-hero h1 span {
  background: linear-gradient(112deg, #fff0c5 4%, var(--gold-light) 43%, var(--gold) 78%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.v2-hero-lede {
  max-width: 680px;
  margin: 0 0 29px;
  color: #b0b3c1;
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.72;
}
.v2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.v2-hero-actions .btn { padding: 14px 25px; }
.v2-hero-actions .btn span { margin-left: 7px; }
.v2-community-proof {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  max-width: 100%;
  margin-top: 16px;
  padding: 9px 12px 9px 9px;
  color: #d9dbe5;
  border: 1px solid rgba(232, 176, 75, .2);
  border-radius: 12px;
  background: linear-gradient(120deg, rgba(232, 176, 75, .095), rgba(20, 22, 31, .78));
  box-shadow: 0 14px 36px -27px rgba(232, 176, 75, .9);
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.v2-community-proof:hover {
  color: #fff;
  border-color: rgba(232, 176, 75, .48);
  background: linear-gradient(120deg, rgba(232, 176, 75, .15), rgba(26, 28, 38, .9));
  transform: translateY(-2px);
}
.v2-community-proof:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}
.v2-community-proof-mark {
  display: inline-grid;
  min-width: 48px;
  height: 34px;
  padding: 0 8px;
  place-items: center;
  color: #171319;
  border-radius: 8px;
  background: linear-gradient(135deg, #f5d58d, var(--gold));
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: -.02em;
}
.v2-community-proof-copy {
  display: grid;
  min-width: 0;
  gap: 1px;
  line-height: 1.2;
}
.v2-community-proof-copy small {
  color: #8f93a2;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.v2-community-proof-copy strong {
  color: #e8e9ef;
  font-size: .79rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}
.v2-community-proof-arrow {
  margin-left: 3px;
  color: var(--gold-light);
  font-size: .9rem;
}
.v2-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 23px 0 0;
  list-style: none;
}
.v2-hero-facts li {
  margin: 0;
  color: #a5a8b6;
  font-size: .82rem;
  font-weight: 650;
}
.v2-hero-facts li span {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  place-items: center;
  color: #8be9b3;
  border: 1px solid rgba(84, 201, 138, .28);
  border-radius: 50%;
  background: rgba(84, 201, 138, .08);
  font-size: .68rem;
}
.v2-direct-answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  max-width: 690px;
  margin-top: 30px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-left-color: rgba(232, 176, 75, .55);
  border-radius: 13px;
  background: rgba(14, 16, 23, .66);
  box-shadow: 0 16px 42px -32px #000;
}
.v2-direct-answer > span {
  padding: 4px 8px;
  color: var(--gold-light);
  border: 1px solid rgba(232, 176, 75, .22);
  border-radius: 999px;
  background: rgba(232, 176, 75, .07);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}
.v2-direct-answer p {
  margin: 0;
  color: #a9adbb;
  font-size: .86rem;
  line-height: 1.62;
}
.v2-direct-answer strong { color: #e8e9ef; }

/* --- trailer ------------------------------------------------------------- */
.v2-trailer {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(232, 176, 75, .34);
  border-radius: 22px;
  background: rgba(12, 13, 19, .92);
  box-shadow:
    0 45px 90px -45px rgba(0, 0, 0, .95),
    0 0 0 1px rgba(255, 255, 255, .035) inset,
    0 0 70px -35px rgba(232, 176, 75, .48);
  transform: perspective(1300px) rotateY(-1.4deg) rotateX(.35deg);
  transform-origin: center;
}
.v2-trailer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .035) inset;
}
.v2-trailer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 17px;
  color: #7f8392;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: linear-gradient(180deg, rgba(29, 31, 43, .95), rgba(18, 20, 28, .95));
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.v2-trailer-bar span:first-child { color: #d8dae3; }
.v2-trailer-bar i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #e2664f;
  box-shadow: 0 0 0 5px rgba(226, 102, 79, .1);
}
.v2-video-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #020204;
}
.v2-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  color: #fff;
  border: 0;
  background: #030305;
  cursor: pointer;
  text-align: left;
}
.v2-video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .72, .2, 1), filter .45s ease;
}
.v2-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 4, 7, .06) 30%, rgba(3, 4, 7, .78) 100%),
    linear-gradient(90deg, rgba(3, 4, 7, .25), transparent 55%);
}
.v2-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 74px;
  height: 74px;
  padding-left: 4px;
  place-items: center;
  color: #211704;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  background: linear-gradient(145deg, #ffe7a7, var(--gold));
  box-shadow: 0 16px 48px -12px rgba(232, 176, 75, .75);
  transform: translate(-50%, -50%);
  transition: transform .24s ease, box-shadow .24s ease;
}
.v2-poster-copy {
  position: absolute;
  left: 24px;
  bottom: 21px;
  display: grid;
  gap: 2px;
}
.v2-poster-copy small {
  color: var(--gold-light);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.v2-poster-copy strong {
  color: #fff;
  font-size: clamp(.95rem, 2vw, 1.16rem);
  text-shadow: 0 2px 16px #000;
}
.v2-video-poster:hover img { transform: scale(1.025); filter: saturate(1.08) brightness(1.03); }
.v2-video-poster:hover .v2-play {
  transform: translate(-50%, -50%) scale(1.07);
  box-shadow: 0 18px 54px -9px rgba(232, 176, 75, .92);
}
.v2-video-poster:focus-visible { outline: 3px solid var(--gold); outline-offset: -5px; }
.v2-video-stage > iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.v2-video-noscript { padding: 30px; color: var(--text-muted); }
.v2-trailer figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 52px;
  padding: 10px 18px;
  color: #9b9ead;
  background: rgba(17, 19, 27, .96);
  font-size: .72rem;
  font-weight: 700;
}
.v2-trailer figcaption span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.v2-trailer figcaption span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
}

/* --- signal strip -------------------------------------------------------- */
.v2-signal-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(54px, 7vw, 86px);
  border: 1px solid var(--v2-line);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(180deg, rgba(22, 24, 34, .82), rgba(13, 15, 21, .78));
  box-shadow: 0 22px 55px -44px #000;
}
.v2-signal-strip > div {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 82px;
  padding: 18px 24px;
}
.v2-signal-strip > div + div { border-left: 1px solid var(--v2-line); }
.v2-signal-strip strong {
  color: #f4d58f;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1;
}
.v2-signal-strip span {
  max-width: 120px;
  color: #9195a5;
  font-size: .76rem;
  font-weight: 650;
  line-height: 1.35;
}

/* --- shared headings ----------------------------------------------------- */
.v2-section-heading { max-width: 780px; margin-bottom: 34px; }
.v2-section-heading h2,
.v2-workflow-copy h2,
.v2-faq-intro h2,
.v2-final-cta h2 {
  margin: 10px 0 13px;
  color: #f1f2f7;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -.04em;
  line-height: 1.08;
  text-wrap: balance;
}
.v2-section-heading > p,
.v2-section-heading-split > p,
.v2-workflow-copy > p,
.v2-faq-intro > p {
  margin: 0;
  color: #9ea2b0;
  line-height: 1.75;
}
.v2-section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .7fr);
  align-items: end;
  gap: 55px;
  max-width: none;
}

/* --- server support ------------------------------------------------------ */
.v2-server-section {
  padding: clamp(76px, 9vw, 118px) 0;
  background:
    radial-gradient(800px 360px at 12% 0, rgba(84, 201, 138, .065), transparent 70%),
    #0d0f16;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}
.home-v2 .v2-server-section .live-server-board {
  margin-top: 38px;
  border-color: rgba(84, 201, 138, .18);
  background:
    radial-gradient(circle at 90% 0, rgba(84, 201, 138, .07), transparent 32%),
    linear-gradient(145deg, rgba(27, 30, 42, .92), rgba(14, 16, 23, .94));
  box-shadow: 0 35px 85px -58px #000;
}
.v2-board-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 230px;
  color: #8f93a1;
  font-size: .9rem;
}
.v2-board-loading span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(84, 201, 138, .09);
  animation: v2Pulse 1.7s ease-in-out infinite;
}

/* --- feature bento ------------------------------------------------------- */
.v2-feature-section {
  padding: clamp(80px, 10vw, 130px) 0;
  background:
    radial-gradient(900px 500px at 93% 34%, rgba(232, 176, 75, .055), transparent 68%),
    var(--bg);
}
.v2-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
.v2-feature-card {
  position: relative;
  grid-column: span 4;
  min-height: 220px;
  padding: clamp(22px, 3vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 18px;
  background:
    radial-gradient(320px 180px at 100% 0, rgba(232, 176, 75, .055), transparent 70%),
    linear-gradient(145deg, rgba(26, 28, 39, .76), rgba(15, 17, 24, .82));
  box-shadow: 0 22px 55px -48px #000;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.v2-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(255, 255, 255, .028), transparent 32%);
}
.v2-feature-card:hover {
  border-color: rgba(232, 176, 75, .26);
  box-shadow: 0 30px 70px -50px rgba(232, 176, 75, .45);
  transform: translateY(-3px);
}
.v2-feature-card h3 {
  position: relative;
  margin: 18px 0 9px;
  color: #ebecf2;
  font-size: clamp(1.18rem, 2vw, 1.48rem);
}
.v2-feature-card h3 a { color: inherit; }
.v2-feature-card h3 a:hover { color: var(--gold-light); text-decoration: none; }
.v2-feature-card p {
  position: relative;
  margin: 0;
  color: #979ba9;
  font-size: .9rem;
  line-height: 1.68;
}
.v2-feature-number {
  position: relative;
  color: var(--gold);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .095em;
  text-transform: uppercase;
}
.v2-feature-primary {
  grid-column: span 7;
  grid-row: span 2;
  display: grid;
  grid-template-rows: auto minmax(230px, 1fr);
  min-height: 510px;
  padding-bottom: 0;
  border-color: rgba(232, 176, 75, .2);
  background:
    radial-gradient(480px 270px at 75% 85%, rgba(84, 201, 138, .06), transparent 70%),
    radial-gradient(500px 260px at 0 0, rgba(232, 176, 75, .1), transparent 70%),
    linear-gradient(145deg, rgba(29, 31, 43, .92), rgba(13, 15, 21, .96));
}
.v2-feature-primary h3 {
  max-width: 610px;
  margin-top: 11px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  letter-spacing: -.035em;
  line-height: 1.12;
}
.v2-feature-primary p { max-width: 610px; }
.v2-feature-copy { position: relative; z-index: 1; }
.v2-feature-compact {
  grid-column: span 5;
  min-height: 248px;
}
.v2-feature-icon {
  position: absolute;
  right: 25px;
  top: 25px;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(232, 176, 75, .2);
  border-radius: 13px;
  background: rgba(232, 176, 75, .07);
  font-size: 1.25rem;
}
.v2-text-link {
  position: relative;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-top: 17px;
  color: var(--gold-light);
  font-size: .82rem;
  font-weight: 800;
}
.v2-text-link span { transition: transform .18s ease; }
.v2-text-link:hover { text-decoration: none; }
.v2-text-link:hover span { transform: translateX(4px); }

.v2-route-visual {
  position: relative;
  align-self: end;
  min-height: 250px;
  margin: 24px -30px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .065);
  background:
    radial-gradient(380px 190px at 72% 45%, rgba(232, 176, 75, .08), transparent 70%),
    #0c0e14;
}
.v2-route-visual svg { width: 100%; height: 100%; min-height: 250px; display: block; }
.v2-map-grid { fill: none; stroke: rgba(255, 255, 255, .035); stroke-width: 1; }
.v2-route-line {
  fill: none;
  stroke: url(#routeLine);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 10 8;
  filter: url(#routeGlow);
  animation: v2Route 16s linear infinite;
}
.v2-route-node circle:first-child { fill: rgba(232, 176, 75, .11); stroke: rgba(232, 176, 75, .58); stroke-width: 2; }
.v2-route-node circle:last-child { fill: var(--gold-light); }
.v2-route-node.is-active circle:first-child { fill: rgba(84, 201, 138, .1); stroke: rgba(84, 201, 138, .7); }
.v2-route-node.is-active circle:last-child { fill: #77e3aa; }
.v2-obstacle circle { fill: rgba(84, 201, 138, .035); stroke: rgba(84, 201, 138, .15); stroke-width: 1; }
.v2-obstacle path { fill: none; stroke: rgba(84, 201, 138, .38); stroke-linecap: round; stroke-width: 2; }
.v2-map-status {
  position: absolute;
  left: 20px;
  bottom: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  color: #b4b8c5;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  background: rgba(7, 9, 13, .76);
  backdrop-filter: blur(8px);
  font-size: .69rem;
  font-weight: 700;
}
.v2-map-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(84, 201, 138, .09); }
.v2-map-status strong { margin-left: 7px; color: #f2d18b; }
.v2-module-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 19px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 14px;
  background: rgba(16, 18, 25, .58);
}
.v2-module-links > span {
  margin-right: 5px;
  color: #777b8a;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.v2-module-links a {
  padding: 7px 11px;
  color: #b8bbc7;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 999px;
  background: rgba(255, 255, 255, .018);
  font-size: .78rem;
  font-weight: 700;
}
.v2-module-links a:last-child { margin-left: auto; color: var(--gold-light); border-color: rgba(232, 176, 75, .18); }
.v2-module-links a:hover { color: var(--gold-light); border-color: rgba(232, 176, 75, .3); text-decoration: none; }

/* --- workflow ------------------------------------------------------------ */
.v2-workflow-section {
  padding: clamp(78px, 9vw, 120px) 0;
  border-block: 1px solid rgba(255, 255, 255, .055);
  background:
    linear-gradient(rgba(255, 255, 255, .016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .016) 1px, transparent 1px),
    #0d0f16;
  background-size: 52px 52px, 52px 52px, auto;
}
.v2-workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(480px, 1fr);
  align-items: start;
  gap: clamp(55px, 9vw, 120px);
}
.v2-workflow-copy { position: sticky; top: 112px; }
.v2-workflow-copy .btn { margin-top: 12px; }
.v2-workflow-steps { margin: 0; list-style: none; counter-reset: none; }
.v2-workflow-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  margin: 0;
  padding: 0 0 40px;
}
.v2-workflow-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 62px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, rgba(232, 176, 75, .42), rgba(232, 176, 75, .05));
}
.v2-workflow-steps li > span {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: #241904;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffe3a0, var(--gold));
  box-shadow: 0 15px 38px -18px rgba(232, 176, 75, .8);
  font-size: .78rem;
  font-weight: 900;
}
.v2-workflow-steps li > div {
  padding: 14px 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.v2-workflow-steps strong { color: #ebecf2; font-size: 1.08rem; }
.v2-workflow-steps p { margin: 6px 0 0; color: #9599a8; font-size: .9rem; }

/* --- proof / trust ------------------------------------------------------- */
.v2-proof-section { padding: clamp(80px, 9vw, 118px) 0; }
.v2-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}
.v2-proof-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(25, 27, 38, .66), rgba(14, 16, 23, .72));
}
.v2-proof-grid article > strong {
  display: block;
  color: var(--gold-light);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -.05em;
  line-height: 1;
}
.v2-proof-grid h3 { margin: 24px 0 9px; color: #e8e9ef; font-size: 1.05rem; }
.v2-proof-grid p { margin: 0; color: #9397a6; font-size: .84rem; line-height: 1.68; }

/* --- faq ----------------------------------------------------------------- */
.v2-faq-section {
  padding: clamp(80px, 9vw, 118px) 0;
  border-top: 1px solid rgba(255, 255, 255, .055);
  background:
    radial-gradient(720px 330px at 5% 20%, rgba(232, 176, 75, .055), transparent 70%),
    #0d0f16;
}
.v2-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, .64fr) minmax(500px, 1fr);
  align-items: start;
  gap: clamp(50px, 8vw, 100px);
}
.v2-faq-intro { position: sticky; top: 112px; }
.v2-faq-list details { border-color: rgba(255, 255, 255, .075); background: rgba(18, 20, 28, .68); }
.v2-faq-list details[open] { border-color: rgba(232, 176, 75, .2); }

/* --- final cta ----------------------------------------------------------- */
.v2-final-cta {
  position: relative;
  padding: clamp(64px, 8vw, 96px) 0;
  overflow: hidden;
  border-block: 1px solid rgba(232, 176, 75, .16);
  background:
    radial-gradient(650px 300px at 85% 50%, rgba(232, 176, 75, .15), transparent 70%),
    linear-gradient(125deg, #171923, #0e1017 72%);
}
.v2-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: 64px 64px;
}
.v2-final-cta-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.v2-final-cta h2 { max-width: 720px; margin-bottom: 0; }
.v2-final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px; }
.home-v2 .site-footer { border-top: 0; }

@keyframes v2Pulse {
  0%, 100% { opacity: .55; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1); }
}
@keyframes v2Route { to { stroke-dashoffset: -180; } }

/* --- responsive ---------------------------------------------------------- */
@media (max-width: 1080px) {
  .v2-hero-grid { grid-template-columns: 1fr; }
  .v2-hero-copy { max-width: 850px; }
  .v2-trailer { width: min(100%, 900px); transform: none; }
  .v2-feature-primary { grid-column: 1 / -1; grid-row: auto; }
  .v2-feature-compact { grid-column: span 6; }
  .v2-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .home-v2 .header-inner { gap: 11px; }
  .v2-section-heading-split { grid-template-columns: 1fr; gap: 12px; }
  .v2-signal-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-signal-strip > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--v2-line); }
  .v2-signal-strip > div:nth-child(4) { border-top: 1px solid var(--v2-line); }
  .v2-workflow-grid,
  .v2-faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .v2-workflow-copy,
  .v2-faq-intro { position: static; }
  .v2-final-cta-inner { align-items: flex-start; flex-direction: column; }
  .v2-final-actions { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .v2-hero { padding-top: 54px; }
  .v2-hero h1 { font-size: clamp(2.15rem, 10vw, 2.85rem); }
  .v2-direct-answer { grid-template-columns: 1fr; }
  .v2-direct-answer > span { width: fit-content; }
  .v2-trailer { border-radius: 17px; }
  .v2-trailer figcaption { flex-wrap: wrap; justify-content: flex-start; padding-block: 13px; }
  .v2-trailer figcaption span { margin-right: 10px; }
  .v2-play { width: 62px; height: 62px; }
  .v2-poster-copy { left: 17px; bottom: 14px; }
  .v2-signal-strip > div { padding: 16px 18px; }
  .v2-feature-primary,
  .v2-feature-compact,
  .v2-feature-card { grid-column: 1 / -1; min-height: 0; }
  .v2-feature-primary { grid-template-rows: auto minmax(210px, 1fr); }
  .v2-route-visual { min-height: 220px; }
  .v2-route-visual svg { min-height: 220px; }
  .v2-module-links a:last-child { margin-left: 0; }
  .v2-proof-grid { grid-template-columns: 1fr; }
  .v2-proof-grid article { min-height: 0; }
}

@media (max-width: 520px) {
  .v2-hero-actions .btn,
  .v2-final-actions .btn { width: 100%; text-align: center; }
  .v2-community-proof { width: 100%; }
  .v2-community-proof-arrow { margin-left: auto; }
  .v2-hero-facts { display: grid; }
  .v2-video-stage { aspect-ratio: 16 / 10; }
  .v2-trailer figcaption span { font-size: .66rem; }
  .v2-signal-strip { grid-template-columns: 1fr; }
  .v2-signal-strip > div + div { border-left: 0; border-top: 1px solid var(--v2-line); }
  .v2-signal-strip > div { min-height: 70px; }
  .v2-workflow-steps li { grid-template-columns: 52px 1fr; gap: 12px; }
  .v2-workflow-steps li > span { width: 52px; height: 52px; border-radius: 15px; }
  .v2-workflow-steps li:not(:last-child)::after { left: 25px; top: 52px; }
  .v2-workflow-steps li > div { padding-top: 9px; padding-inline: 8px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .v2-route-line,
  .v2-board-loading span { animation: none; }
  .v2-video-poster img,
  .v2-play,
  .v2-feature-card { transition: none; }
}
