/* ════════════════════════════════════════════════════════════
   SGFX — New homepage sections (home.css)
   Builds on styles.css tokens. Navy gravity + single cyan signal.
   ════════════════════════════════════════════════════════════ */

:root {
  --ease-out-quint: cubic-bezier(.22, 1, .36, 1);
  --maxw: 1320px;
}

.btn-ghost-dark {
  display: inline-flex; align-items: center; gap: 8px;
  transition: border-color 200ms, background 200ms, transform 200ms;
}
.btn-ghost-dark:hover { background: rgba(0,255,242,.07); border-color: rgba(0,255,242,.4); }
.btn-ghost-dark svg { width: 16px; height: 16px; }

/* ══ HERO ════════════════════════════════════════════════════ */
.hx {
  position: relative;
  background: radial-gradient(120% 110% at 78% 8%, #0D2856 0%, #061B3F 42%, #030F25 100%);
  padding: clamp(120px, 14vh, 168px) 24px clamp(72px, 9vh, 104px);
  overflow: hidden;
}
.hx-bg {
  position: absolute; inset: 0;
  background: url('uploads/hero-bull.png') no-repeat right -4% top 50% / clamp(420px, 46vw, 760px) auto;
  opacity: .16;
  mask-image: linear-gradient(90deg, transparent 0%, #000 46%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 46%, #000 100%);
  pointer-events: none;
}
.hx-grid-lines {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(0,255,242,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,255,242,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(120% 90% at 70% 20%, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(120% 90% at 70% 20%, #000 0%, transparent 72%);
}
.hx-glow {
  position: absolute; right: -8%; top: -12%; width: 760px; height: 760px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,255,242,.10) 0%, transparent 62%);
  pointer-events: none;
}
.hx-inner {
  position: relative; z-index: 1;
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.04fr 1fr;
  gap: clamp(32px, 5vw, 72px); align-items: center;
}
.hx-copy { max-width: 600px; }
.hx-title {
  font-size: clamp(2.5rem, 4.8vw, 3.75rem);
  line-height: 1.04; letter-spacing: -0.03em; font-weight: 800;
  color: #fff; margin: 22px 0 20px; text-wrap: balance;
}
.hx-title .accent { color: var(--cyan); }
.hx-lede {
  font-size: 1.0625rem; line-height: 1.65; color: var(--on-dark-mut);
  margin: 0 0 32px; max-width: 540px; text-wrap: pretty;
}
.hx-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hx-cta .btn-cyan { transition: transform 200ms var(--ease-out-quint), box-shadow 200ms; }
.hx-cta .btn-cyan:hover { transform: translateY(-2px); box-shadow: 0 12px 40px -4px rgba(0,255,242,.5); }
.hx-trust {
  list-style: none; margin: 36px 0 0; padding: 28px 0 0;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-wrap: wrap; gap: 14px 26px;
}
.hx-trust li { display: inline-flex; align-items: center; gap: 9px; color: var(--on-dark); font-size: .875rem; font-weight: 500; }
.hx-trust li svg { width: 17px; height: 17px; color: var(--cyan); flex-shrink: 0; }

/* — Hero trading dashboard stage — */
.hx-stage { position: relative; min-height: 440px; }
.hx-stage-glow {
  position: absolute; inset: -6% -4% -10% -4%; border-radius: 28px;
  background: radial-gradient(60% 60% at 55% 40%, rgba(0,194,181,.22), transparent 70%);
  filter: blur(8px); pointer-events: none;
}
.tp {
  position: relative; z-index: 2;
  background: linear-gradient(180deg, #121A2E 0%, #0C1322 100%);
  border: 1px solid var(--dark-line); border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 40px 90px -32px rgba(0,0,0,.7), 0 0 0 1px rgba(0,255,242,.04);
  transform: perspective(1400px) rotateY(-9deg) rotateX(3deg);
  transform-origin: center;
}
.tp-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.tp-brand { display: flex; align-items: center; gap: 7px; font-size: .8125rem; }
.tp-logo { font-weight: 800; color: #fff; letter-spacing: .02em; }
.tp-sep { color: var(--on-dark-mut); }
.tp-web { color: var(--on-dark-mut); font-weight: 500; }
.tp-live { display: inline-flex; align-items: center; gap: 7px; font-size: .6875rem; font-weight: 600; color: var(--cyan); letter-spacing: .04em; }
.tp-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 0 rgba(0,255,242,.6); animation: tp-pulse 2s infinite; }
@keyframes tp-pulse { 0% { box-shadow: 0 0 0 0 rgba(0,255,242,.5);} 70% { box-shadow: 0 0 0 7px rgba(0,255,242,0);} 100% { box-shadow: 0 0 0 0 rgba(0,255,242,0);} }

.tp-headline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.tp-pair { display: flex; align-items: center; gap: 11px; }
.tp-pair-badge {
  width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center;
  background: rgba(0,255,242,.1); color: var(--cyan); font-weight: 700; font-size: .8125rem;
  border: 1px solid rgba(0,255,242,.18);
}
.tp-pair-meta strong { display: block; color: #fff; font-size: .9375rem; font-weight: 700; }
.tp-pair-meta em { font-style: normal; color: var(--on-dark-mut); font-size: .75rem; }
.tp-quote { text-align: right; }
.tp-price { display: block; font-size: 1.375rem; font-weight: 800; color: #fff; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.tp-change { display: inline-flex; align-items: center; gap: 3px; font-size: .75rem; font-weight: 700; }
.tp-change svg { width: 13px; height: 13px; }
.tp-change.up { color: #34E0A1; }
.tp-change.down { color: #FF6B6B; }

.tp-chart { position: relative; height: 150px; margin: 4px 0 14px; }
.tp-chart-svg { width: 100%; height: 100%; display: block; }
.tp-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 100% 37.5px;
}
.tp-stroke { stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: tp-draw 2.4s var(--ease-out-quint) .2s forwards; }
@keyframes tp-draw { to { stroke-dashoffset: 0; } }
.tp-area { opacity: 0; animation: tp-fade 1.2s ease 1.6s forwards; }
@keyframes tp-fade { to { opacity: 1; } }
.tp-dot { animation: tp-blip 2.4s ease-in-out infinite; }
@keyframes tp-blip { 0%,100% { r: 3.5; opacity: 1; } 50% { r: 5; opacity: .65; } }

.tp-watch { display: flex; flex-direction: column; gap: 2px; border-top: 1px solid rgba(255,255,255,.06); padding-top: 12px; }
.tp-watch-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; padding: 7px 4px; border-radius: 8px; transition: background 200ms; }
.tp-watch-row:hover { background: rgba(255,255,255,.03); }
.tp-w-name { display: flex; align-items: center; gap: 9px; color: #fff; font-size: .8125rem; font-weight: 600; }
.tp-w-badge { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; font-size: .625rem; font-weight: 700; color: #061B3F; }
.b-gold { background: #F5C451; } .b-idx { background: #7AA0FF; } .b-btc { background: #F7A04B; }
.tp-w-price { color: var(--on-dark); font-size: .8125rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.tp-w-chg { font-size: .75rem; font-weight: 700; min-width: 52px; text-align: right; font-variant-numeric: tabular-nums; }
.tp-w-chg.up { color: #34E0A1; } .tp-w-chg.down { color: #FF6B6B; }

/* Floating order ticket */
.tk {
  position: absolute; z-index: 3; left: -8%; bottom: 4%;
  width: 210px; background: linear-gradient(180deg, #16203A, #0E1626);
  border: 1px solid var(--dark-line); border-radius: 14px; padding: 14px;
  box-shadow: 0 26px 60px -20px rgba(0,0,0,.7);
}
.tk-head { font-size: .6875rem; color: var(--on-dark-mut); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 10px; }
.tk-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 12px; }
.tk-tabs span { text-align: center; padding: 7px; border-radius: 8px; font-size: .75rem; font-weight: 700; color: var(--on-dark-mut); background: rgba(255,255,255,.04); }
.tk-tabs .is-buy { background: rgba(52,224,161,.14); color: #34E0A1; }
.tk-row { display: flex; justify-content: space-between; align-items: center; font-size: .75rem; margin-bottom: 7px; }
.tk-row em { font-style: normal; color: var(--on-dark-mut); }
.tk-row strong { color: #fff; font-weight: 600; }
.tk-btn { width: 100%; margin-top: 8px; padding: 10px; border-radius: 9px; border: none; cursor: pointer;
  background: linear-gradient(100deg, #0E9F6E, #34E0A1); color: #042417; font-size: .75rem; font-weight: 700; font-variant-numeric: tabular-nums; }

/* Floating P&L chip */
.pchip {
  position: absolute; z-index: 3; right: -2%; top: -9%;
  display: flex; align-items: center; gap: 11px;
  background: linear-gradient(180deg, #16203A, #0E1626);
  border: 1px solid var(--dark-line); border-radius: 13px; padding: 11px 15px;
  box-shadow: 0 22px 50px -18px rgba(0,0,0,.7);
}
.pchip-spark { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: rgba(52,224,161,.14); color: #34E0A1; }
.pchip-spark svg { width: 17px; height: 17px; }
.pchip-meta em { display: block; font-style: normal; font-size: .6875rem; color: var(--on-dark-mut); }
.pchip-meta strong { font-size: .9375rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.pchip-meta .up { color: #34E0A1; }

[data-float] { animation: float-y 6s ease-in-out infinite; }
.pchip[data-float] { animation-delay: -2.4s; animation-duration: 7s; }
@keyframes float-y { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ══ shared section scaffolding ══════════════════════════════ */
.why2, .cond, .journey, .proof { padding: clamp(72px, 9vw, 112px) 24px; }
.why2-inner, .cond-inner, .journey-inner, .proof-inner, .plat-inner, .fund-inner { max-width: var(--maxw); margin: 0 auto; }
.why2 { background: var(--surface); }
.cfd-markets-sub { text-align: center; color: var(--muted); font-size: 1.0625rem; max-width: 560px; margin: -10px auto 0; }
.eyebrow-dark { color: var(--cyan) !important; }

/* ══ WHY CHOOSE SGFX ═════════════════════════════════════════ */
.why2-grid {
  margin-top: 52px; display: grid; gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.why2-card {
  background: var(--surface-2); border: 1px solid var(--line); border-radius: 16px;
  padding: 28px 26px; transition: transform 280ms var(--ease-out-quint), box-shadow 280ms, border-color 280ms;
}
.why2-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -12px rgba(6,27,63,.14); border-color: rgba(0,194,181,.4); }
.why2-card .icon-tile { margin-bottom: 18px; }
.why2-card h3 { font-size: 1.1875rem; font-weight: 700; color: var(--ink); letter-spacing: -.01em; margin: 0 0 8px; }
.why2-card p { font-size: .9375rem; line-height: 1.62; color: var(--muted); margin: 0; }
/* 5-card balance: let last card span on wide layouts */
@media (min-width: 1100px) { .why2-grid { grid-template-columns: repeat(5, 1fr); } }

/* ══ TRADING PLATFORM ════════════════════════════════════════ */
.plat {
  padding: clamp(80px, 10vw, 128px) 24px;
  background: radial-gradient(120% 100% at 50% 0%, #0D2856 0%, #061B3F 48%, #030F25 100%);
  overflow: hidden;
}
.plat .section-header { margin-bottom: 8px; }
.plat-stage { position: relative; margin: 44px auto 0; max-width: 1040px; }
.plat-glow {
  position: absolute; left: 50%; top: 46%; width: 80%; height: 70%; transform: translate(-50%,-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(0,194,181,.22), transparent 72%); filter: blur(10px); pointer-events: none;
}
/* Laptop */
.laptop { position: relative; z-index: 1; width: 100%; max-width: 880px; margin: 0 auto; }
.laptop-screen {
  background: #0A1120; border: 1px solid var(--dark-line); border-radius: 14px 14px 0 0;
  border-bottom: none; padding: 10px; box-shadow: 0 50px 100px -36px rgba(0,0,0,.75);
}
.laptop-base { height: 16px; background: linear-gradient(180deg, #1B2233, #0B0F1A); border: 1px solid var(--dark-line);
  border-radius: 0 0 14px 14px; position: relative; box-shadow: 0 24px 40px -20px rgba(0,0,0,.8); }
.laptop-base::before { content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 90px; height: 5px; border-radius: 0 0 6px 6px; background: #060A12; }

.lp { display: grid; grid-template-columns: 54px 1fr 188px; gap: 1px; background: var(--dark-line); border-radius: 8px; overflow: hidden; min-height: 320px; }
.lp-rail { background: #0C1322; display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 16px 0; }
.lp-logo { width: 32px; height: 32px; border-radius: 9px; background: var(--grad-cyan); color: #061B3F; display: grid; place-items: center; font-weight: 800; font-size: .8125rem; margin-bottom: 6px; }
.lp-ic { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; color: var(--on-dark-mut); transition: color 200ms, background 200ms; }
.lp-ic svg { width: 17px; height: 17px; }
.lp-ic.is-on { background: rgba(0,255,242,.1); color: var(--cyan); }

.lp-main { background: #0A1120; padding: 16px 18px; display: flex; flex-direction: column; }
.lp-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.lp-pair { display: flex; align-items: center; gap: 14px; }
.lp-pair strong { color: #fff; font-size: 1rem; font-weight: 700; }
.lp-tf { display: inline-flex; gap: 4px; }
.lp-tf b { font-size: .625rem; font-weight: 600; color: var(--on-dark-mut); padding: 3px 7px; border-radius: 6px; background: rgba(255,255,255,.04); }
.lp-tf b.on { background: rgba(0,255,242,.12); color: var(--cyan); }
.lp-quote { display: flex; align-items: baseline; gap: 8px; font-variant-numeric: tabular-nums; }
.lp-quote span { font-size: 1.0625rem; font-weight: 800; }
.lp-quote span.up { color: #34E0A1; }
.lp-quote em { font-style: normal; font-size: .75rem; font-weight: 700; color: #34E0A1; }

.lp-chart { position: relative; flex: 1; min-height: 150px; margin-bottom: 12px; }
.lp-chart svg { width: 100%; height: 100%; display: block; }
.lp-axis { position: absolute; right: 2px; top: 0; bottom: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 4px 0; }
.lp-axis span { font-size: .5625rem; color: var(--on-dark-mut); font-variant-numeric: tabular-nums; }
.lp-candle-up { fill: #34E0A1; } .lp-candle-down { fill: #FF6B6B; }
.lp-wick-up { stroke: #34E0A1; } .lp-wick-down { stroke: #FF6B6B; }

.lp-foot { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; border-top: 1px solid rgba(255,255,255,.06); padding-top: 12px; }
.lp-cell em { display: block; font-style: normal; font-size: .625rem; color: var(--on-dark-mut); margin-bottom: 3px; }
.lp-cell strong { font-size: .8125rem; font-weight: 700; color: #fff; font-variant-numeric: tabular-nums; }
.lp-cell strong.up { color: #34E0A1; }

.lp-order { background: #0C1322; padding: 16px 14px; display: flex; flex-direction: column; gap: 9px; }
.lp-order-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.lp-order-tabs span { text-align: center; padding: 8px; border-radius: 8px; font-size: .75rem; font-weight: 700; color: var(--on-dark-mut); background: rgba(255,255,255,.04); }
.lp-order-tabs .on { background: rgba(52,224,161,.16); color: #34E0A1; }
.lp-order-price { font-size: 1.375rem; font-weight: 800; text-align: center; font-variant-numeric: tabular-nums; margin: 2px 0; }
.lp-order-price.up { color: #34E0A1; }
.lp-order-field { display: flex; justify-content: space-between; align-items: center; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.05); border-radius: 8px; padding: 8px 11px; }
.lp-order-field em { font-style: normal; font-size: .6875rem; color: var(--on-dark-mut); }
.lp-order-field b { font-size: .8125rem; color: #fff; font-variant-numeric: tabular-nums; }
.lp-order-btn { margin-top: 4px; padding: 11px; border-radius: 9px; border: none; cursor: pointer; background: var(--grad-cyan); color: #061B3F; font-weight: 700; font-size: .8125rem; }

/* Phone over laptop */
.plat-phone { position: absolute; z-index: 2; right: -8px; bottom: -34px; width: 178px; }
.plat-phone img { width: 100%; height: auto; display: block; border-radius: 26px; box-shadow: 0 40px 80px -24px rgba(0,0,0,.7); }
.plat-phone-fallback { display: none; }
.plat-phone.is-fallback img { display: none; }
.plat-phone.is-fallback .plat-phone-fallback {
  display: block; background: linear-gradient(180deg, #121A2E, #0A1120); border: 1px solid var(--dark-line);
  border-radius: 28px; padding: 18px 16px; box-shadow: 0 40px 80px -24px rgba(0,0,0,.7);
}
.ppf-head { display: flex; align-items: center; gap: 8px; color: #fff; font-size: .8125rem; font-weight: 700; margin-bottom: 16px; }
.ppf-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }
.ppf-bal { margin-bottom: 16px; }
.ppf-bal em { display: block; font-style: normal; font-size: .6875rem; color: var(--on-dark-mut); }
.ppf-bal strong { font-size: 1.25rem; font-weight: 800; color: #fff; font-variant-numeric: tabular-nums; }
.ppf-row { display: flex; justify-content: space-between; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.05); font-size: .8125rem; }
.ppf-row span { color: var(--on-dark); }
.ppf-row b { font-variant-numeric: tabular-nums; }
.ppf-row .up { color: #34E0A1; } .ppf-row .down { color: #FF6B6B; }

.plat-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 28px; margin-top: 76px; }
.plat-feat { display: inline-flex; align-items: center; gap: 9px; color: var(--on-dark); font-size: .875rem; font-weight: 500; }
.plat-feat svg { width: 18px; height: 18px; color: var(--cyan); }

/* ══ TRADING CONDITIONS ══════════════════════════════════════ */
.cond { background: var(--surface-2); }
.cond-strip {
  margin-top: 48px; display: grid; grid-template-columns: repeat(5, 1fr);
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
}
.cond-stat { padding: 32px 26px; text-align: left; border-right: 1px solid var(--line); }
.cond-stat:last-child { border-right: none; }
.cond-val { display: block; font-size: clamp(1.75rem, 2.6vw, 2.375rem); font-weight: 800; color: var(--navy); letter-spacing: -.025em; font-variant-numeric: tabular-nums; }
.cond-lbl { display: block; margin-top: 8px; font-size: .8125rem; font-weight: 600; color: var(--muted); }

/* ══ ACCOUNT OPENING JOURNEY ═════════════════════════════════ */
.journey { background: var(--surface); }
.journey-flow {
  list-style: none; margin: 52px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative;
}
.journey-flow::before {
  content: ""; position: absolute; top: 30px; left: 12%; right: 12%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px);
  z-index: 0;
}
.journey-step { position: relative; z-index: 1; padding-top: 8px; }
.journey-num {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: #fff; font-weight: 800; font-size: 1rem; margin-bottom: 22px;
  box-shadow: 0 0 0 6px var(--surface);
}
.journey-ic { width: 48px; height: 48px; border-radius: 12px; background: var(--navy-50); color: var(--navy); display: grid; place-items: center; margin-bottom: 16px; }
.journey-ic svg { width: 22px; height: 22px; }
.journey-step h3 { font-size: 1.1875rem; font-weight: 700; color: var(--ink); margin: 0 0 8px; letter-spacing: -.01em; }
.journey-step p { font-size: .9375rem; line-height: 1.6; color: var(--muted); margin: 0; max-width: 230px; }
.journey-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 48px; }

/* ══ FUNDING & SECURITY ══════════════════════════════════════ */
.fund {
  padding: clamp(80px, 10vw, 124px) 24px;
  background: radial-gradient(110% 120% at 12% 12%, #0D2856 0%, #061B3F 50%, #030F25 100%);
  overflow: hidden;
}
.fund-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 76px); align-items: center; }
.fund-title { font-size: clamp(1.875rem, 3vw, 2.375rem); font-weight: 800; color: #fff; letter-spacing: -.025em; line-height: 1.12; margin: 14px 0 18px; text-wrap: balance; }
.fund-lede { font-size: 1.0625rem; line-height: 1.65; color: var(--on-dark-mut); margin: 0 0 30px; max-width: 500px; }
.fund-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.fund-list li { display: flex; gap: 14px; }
.fund-list li svg { width: 20px; height: 20px; color: var(--cyan); flex-shrink: 0; margin-top: 2px; }
.fund-list strong { display: block; color: #fff; font-size: .9375rem; font-weight: 700; margin-bottom: 2px; }
.fund-list span { color: var(--on-dark-mut); font-size: .875rem; line-height: 1.5; }

.fund-visual { position: relative; display: grid; place-items: center; }
.fund-glow { position: absolute; width: 90%; height: 90%; background: radial-gradient(50% 50% at 50% 50%, rgba(0,194,181,.26), transparent 70%); filter: blur(8px); }
.fund-card {
  position: relative; z-index: 1; width: 100%; max-width: 380px;
  background: linear-gradient(180deg, #121A2E, #0B1322); border: 1px solid var(--dark-line);
  border-radius: 20px; padding: 26px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.7);
}
.fund-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.fund-card-label { color: var(--on-dark-mut); font-size: .8125rem; font-weight: 600; }
.fund-card-secure { display: inline-flex; align-items: center; gap: 6px; font-size: .6875rem; font-weight: 700; color: var(--cyan); }
.fund-card-secure svg { width: 14px; height: 14px; }
.fund-card-amt { font-size: 2.25rem; font-weight: 800; color: #fff; letter-spacing: -.02em; font-variant-numeric: tabular-nums; margin-bottom: 20px; }
.fund-card-methods { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-bottom: 18px; }
.fund-card-methods span { display: inline-flex; flex-direction: column; align-items: center; gap: 7px; padding: 13px 6px; border-radius: 11px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); color: var(--on-dark); font-size: .6875rem; font-weight: 600; }
.fund-card-methods svg { width: 19px; height: 19px; color: var(--cyan); }
.fund-card-progress { height: 7px; border-radius: 99px; background: rgba(255,255,255,.07); overflow: hidden; margin-bottom: 16px; }
.fund-card-progress span { display: block; height: 100%; width: 78%; border-radius: 99px; background: var(--grad-cyan); animation: fund-fill 2.2s var(--ease-out-quint) both; }
@keyframes fund-fill { from { width: 0; } }
.fund-card-foot { display: flex; align-items: center; gap: 9px; font-size: .8125rem; color: var(--on-dark); }
.fund-card-foot svg { width: 17px; height: 17px; color: #34E0A1; }

/* ══ RECOGNITION / SOCIAL PROOF ══════════════════════════════ */
.proof { background: var(--surface-2); }
.proof-grid { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.proof-review { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 30px; transition: box-shadow 280ms, transform 280ms var(--ease-out-quint); }
.proof-review:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -14px rgba(6,27,63,.12); }
.proof-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.proof-stars svg { width: 18px; height: 18px; color: #F5B731; fill: #F5B731; }
.proof-review blockquote { margin: 0 0 22px; font-size: 1.0625rem; line-height: 1.6; color: var(--ink); font-weight: 500; }
.proof-review figcaption { display: flex; align-items: center; gap: 12px; }
.proof-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--navy-50); color: var(--navy); display: grid; place-items: center; }
.proof-avatar svg { width: 19px; height: 19px; }
.proof-review figcaption strong { display: block; font-size: .875rem; color: var(--ink); font-weight: 700; }
.proof-review figcaption em { font-style: normal; font-size: .8125rem; color: var(--muted); }

.proof-logos { margin-top: 40px; padding-top: 36px; border-top: 1px solid var(--line); text-align: center; }
.proof-logos-label { display: block; font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; }
.proof-logos-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.proof-logo {
  display: inline-grid; place-items: center; min-width: 160px; height: 56px; padding: 0 22px;
  border: 1px dashed var(--line); border-radius: 12px; background: var(--surface);
  color: var(--muted-soft); font-size: .8125rem; font-weight: 600;
}
.proof-logos-note { margin: 18px 0 0; font-size: .75rem; color: var(--muted-soft); }

/* ══ FINAL CTA ═══════════════════════════════════════════════ */
.close { position: relative; padding: clamp(80px, 10vw, 132px) 24px; background: radial-gradient(120% 130% at 50% 0%, #0D2856 0%, #061B3F 46%, #030F25 100%); overflow: hidden; }
.close-glow { position: absolute; left: 50%; top: -20%; width: 720px; height: 720px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(0,255,242,.1), transparent 62%); pointer-events: none; }
.close-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; text-align: center; }
.close-title { font-size: clamp(1.875rem, 3.4vw, 2.75rem); font-weight: 800; color: #fff; letter-spacing: -.03em; line-height: 1.1; margin: 0 0 18px; text-wrap: balance; }
.close-lede { font-size: 1.125rem; line-height: 1.6; color: var(--on-dark-mut); margin: 0 auto 34px; max-width: 540px; }
.close-cta { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px; }
.btn-link { display: inline-flex; align-items: center; gap: 7px; color: var(--cyan); font-weight: 600; font-size: .9375rem; transition: gap 200ms; }
.btn-link svg { width: 16px; height: 16px; }
.btn-link:hover { gap: 11px; }
.close-risk { margin: 40px auto 0; max-width: 660px; font-size: .75rem; line-height: 1.6; color: var(--on-dark-mut); }
.close-risk strong { color: var(--on-dark); }

/* ══ RESPONSIVE ══════════════════════════════════════════════ */
@media (max-width: 1080px) {
  .lp { grid-template-columns: 48px 1fr; }
  .lp-order { display: none; }
}
@media (max-width: 980px) {
  .hx-inner { grid-template-columns: 1fr; gap: 56px; }
  .hx-copy { max-width: 640px; }
  .hx-stage { min-height: 400px; max-width: 480px; margin: 0 auto; width: 100%; }
  .fund-inner { grid-template-columns: 1fr; gap: 44px; }
  .cond-strip { grid-template-columns: repeat(3, 1fr); }
  .cond-stat:nth-child(3) { border-right: none; }
  .cond-stat:nth-child(n+4) { border-top: 1px solid var(--line); }
  .journey-flow { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
  .journey-flow::before { display: none; }
  .proof-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hx { padding-top: 104px; }
  .hx-title { font-size: clamp(2.1rem, 8vw, 2.6rem); }
  .hx-cta { flex-direction: column; align-items: stretch; }
  .hx-cta .btn-cyan, .hx-cta .btn-ghost-dark { justify-content: center; text-align: center; }
  .hx-stage { transform: scale(.92); min-height: 360px; }
  .tk { left: 0; width: 180px; }
  .pchip { right: 0; }
  .cond-strip { grid-template-columns: repeat(2, 1fr); }
  .cond-stat { border-right: 1px solid var(--line); }
  .cond-stat:nth-child(2n) { border-right: none; }
  .cond-stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .cond-stat:nth-child(5) { grid-column: 1 / -1; border-right: none; }
  .journey-flow { grid-template-columns: 1fr; gap: 28px; }
  .plat-phone { width: 132px; right: -4px; bottom: -24px; }
  .close-cta { flex-direction: column; }
  .close-cta .btn-cyan, .close-cta .btn-ghost-dark { width: 100%; text-align: center; justify-content: center; }
}

/* ══ REDUCED MOTION ══════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
  [data-float] { animation: none; }
  .tp-stroke { stroke-dashoffset: 0; animation: none; }
  .tp-area { opacity: 1; animation: none; }
  .tp-dot, .tp-live-dot { animation: none; }
  .fund-card-progress span { animation: none; }
}
