:root {
  --lime: #cafd5d;
  --lime-soft: #e6ffac;
  --black: #050505;
  --ink: #101010;
  --muted: #62625d;
  --paper: #f5f5f2;
  --white: #fff;
  --line: rgba(5, 5, 5, .12);
  --dark-line: rgba(255, 255, 255, .14);
  --radius: 24px;
  --shadow: 0 30px 80px rgba(5, 5, 5, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--black);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.risk-bar {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  color: #282824;
  background: #ecece7;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.risk-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(202, 253, 93, .25);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid var(--line);
  background: rgba(245, 245, 242, .9);
  backdrop-filter: blur(20px);
}

.header-inner {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  color: var(--black);
}

.brand img {
  width: 101px;
  height: auto;
}

.header-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
}

.header-status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #21bf58;
  box-shadow: 0 0 0 5px rgba(33, 191, 88, .12);
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 11px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0);
}

.button:focus-visible,
.text-link:focus-visible,
.modal-close:focus-visible,
.mobile-sticky:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(202, 253, 93, .65);
  outline-offset: 3px;
}

.button svg,
.text-link svg,
.mobile-sticky svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}

.button:hover svg,
.text-link:hover svg {
  transform: translateX(4px);
}

.button-small {
  min-height: 42px;
  padding: 11px 18px;
  font-size: 13px;
}

.button-large {
  min-height: 58px;
  padding-inline: 27px;
  font-size: 15px;
}

.button-lime {
  color: var(--black);
  background: var(--lime);
  box-shadow: 0 12px 30px rgba(202, 253, 93, .22);
}

.button-lime:hover {
  background: #d6ff7d;
  box-shadow: 0 16px 40px rgba(202, 253, 93, .3);
}

.button-dark {
  color: var(--white);
  background: var(--black);
}

.button-dark:hover {
  background: #242424;
  box-shadow: 0 12px 24px rgba(5, 5, 5, .14);
}

.button-outline {
  border-color: var(--line);
  background: transparent;
}

.button-outline:hover {
  border-color: var(--black);
  background: var(--white);
}

.button-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, .28);
  background: transparent;
}

.button-outline-light:hover {
  border-color: var(--lime);
  background: rgba(255, 255, 255, .06);
}

.hero {
  position: relative;
  min-height: calc(100svh - 110px);
  padding: clamp(48px, 7vw, 96px) 0 44px;
  overflow: hidden;
  background: var(--paper);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(5, 5, 5, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 5, 5, .04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.orb-one {
  width: 420px;
  height: 420px;
  top: -230px;
  right: 7%;
  border: 70px solid rgba(202, 253, 93, .32);
  animation: drift 10s ease-in-out infinite;
}

.orb-two {
  width: 240px;
  height: 240px;
  bottom: 3%;
  left: -160px;
  background: rgba(202, 253, 93, .2);
  filter: blur(80px);
}

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
  50% { transform: translate3d(-20px, 28px, 0) rotate(8deg); }
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: 50px;
}

.eyebrow {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.eyebrow-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #18b64e;
  animation: livePulse 1.8s ease-in-out infinite;
}

@keyframes livePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(24, 182, 78, .28); }
  50% { box-shadow: 0 0 0 7px rgba(24, 182, 78, 0); }
}

.hero h1,
.section-intro h2,
.technology-copy h2,
.bonus-copy h2,
.private-head h2,
.final-inner h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: -.065em;
}

.hero h1 {
  max-width: 720px;
  margin-top: 21px;
  font-size: clamp(54px, 6.1vw, 88px);
  line-height: .92;
}

.highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
  white-space: nowrap;
}

.highlight::after {
  content: "";
  position: absolute;
  inset: 8% -3% -2%;
  z-index: -1;
  background: var(--lime);
  transform: skewX(-5deg) rotate(-1deg);
}

.hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.hero-lead strong {
  font-weight: 850;
}

.lime-underline {
  padding: 0 .04em .06em;
  background: linear-gradient(transparent 68%, var(--lime) 68%, var(--lime) 94%, transparent 94%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero-support {
  max-width: 610px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 22px;
  color: #5a5a55;
  font-size: 11px;
  font-weight: 650;
}

.hero-notes span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-notes svg {
  width: 15px;
  fill: none;
  stroke: #177f3b;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.algo-feed {
  max-width: 920px;
  margin: 32px auto 0;
  overflow: hidden;
  border: 1px solid #252525;
  border-radius: 18px;
  color: var(--white);
  background: #070707;
  box-shadow: 0 24px 60px rgba(5, 5, 5, .16);
}

.algo-feed-head {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.algo-feed-title,
.algo-feed-state {
  display: flex;
  align-items: center;
  gap: 9px;
}

.algo-feed-title strong {
  font-size: 11px;
  letter-spacing: .1em;
}

.algo-live-light {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(202, 253, 93, .1), 0 0 16px rgba(202, 253, 93, .7);
  animation: algoBlink 1.5s ease-in-out infinite;
}

@keyframes algoBlink {
  50% { opacity: .45; transform: scale(.82); }
}

.algo-feed-state {
  padding: 7px 10px;
  border: 1px solid rgba(202, 253, 93, .4);
  border-radius: 7px;
  color: var(--lime);
  background: rgba(202, 253, 93, .08);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.algo-feed-state span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
}

.algo-feed-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 16px;
  color: #7f7f78;
  background: #0d0d0d;
  font-size: 8px;
  text-transform: uppercase;
}

.algo-feed-summary strong {
  color: #b7b7af;
  font-size: 8px;
}

.algo-feed-summary b {
  color: var(--lime);
}

.algo-feed-window {
  position: relative;
  height: 190px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    #090909;
  background-size: 100% 38px;
}

.algo-feed-window::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45px;
  background: linear-gradient(transparent, #090909);
  pointer-events: none;
}

.algo-feed-rows {
  transition: transform .42s cubic-bezier(.2, .8, .2, 1);
}

.algo-row {
  min-height: 38px;
  display: grid;
  grid-template-columns: 74px 1fr 73px 45px 96px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .065);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  animation: algoRowIn .42s ease both;
}

@keyframes algoRowIn {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}

.algo-row time,
.algo-row small {
  color: #6f6f69;
}

.algo-row strong {
  font-size: 10px;
}

.algo-side {
  font-size: 8px;
  font-weight: 900;
}

.algo-side.buy {
  color: #42d879;
}

.algo-side.sell {
  color: #ff6570;
}

.algo-result {
  justify-self: end;
  min-width: 92px;
  padding: 5px 7px;
  border-radius: 6px;
  color: var(--black);
  background: var(--lime);
  font-size: 9px;
  text-align: center;
}

.algo-result.negative {
  color: #ff9ba2;
  background: rgba(255, 101, 112, .1);
}

.algo-disclaimer {
  margin: 0;
  padding: 10px 16px 12px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #777771;
  font-size: 7px;
  line-height: 1.45;
}

.algo-disclaimer span {
  color: var(--lime);
}

.hero-feed-shell {
  position: relative;
  z-index: 2;
}

.hero-product {
  position: relative;
  min-height: 630px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-product::before {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 50px 100px rgba(5, 5, 5, .13);
}

.phone-wrap {
  position: relative;
  z-index: 2;
  transform: rotate(5deg);
  filter: drop-shadow(0 35px 55px rgba(5, 5, 5, .27));
  animation: phoneFloat 5.5s ease-in-out infinite;
}

@keyframes phoneFloat {
  0%, 100% { transform: translateY(0) rotate(5deg); }
  50% { transform: translateY(-13px) rotate(3.5deg); }
}

.phone {
  width: 304px;
  min-height: 610px;
  padding: 10px;
  overflow: hidden;
  border: 3px solid #2f2f2f;
  border-radius: 46px;
  color: var(--white);
  background: #0b0b0b;
  box-shadow: inset 0 0 0 1px #777;
}

.phone-top {
  position: relative;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 18px;
  font-size: 8px;
}

.phone-camera {
  position: absolute;
  top: 3px;
  left: 50%;
  width: 82px;
  height: 20px;
  border-radius: 999px;
  background: #000;
  transform: translateX(-50%);
}

.phone-screen {
  min-height: 548px;
  padding: 18px 16px 16px;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 0, rgba(202, 253, 93, .12), transparent 28%),
    #111;
}

.app-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}

.app-head img {
  color: var(--white);
  filter: invert(1);
}

.avatar {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--black);
  background: var(--lime);
  font-size: 8px;
  font-weight: 900;
}

.balance-label {
  margin: 0;
  color: #94948d;
  font-size: 10px;
}

.balance {
  margin-top: 6px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.05em;
}

.balance-change {
  width: max-content;
  margin-top: 9px;
  padding: 5px 8px;
  border-radius: 6px;
  color: var(--lime);
  background: rgba(202, 253, 93, .08);
  font-size: 8px;
  font-weight: 700;
}

.chart-card {
  margin-top: 22px;
  padding: 14px 13px 5px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  background: #181818;
}

.chart-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8b8b85;
  font-size: 9px;
}

.chart-meta strong {
  color: var(--lime);
}

.market-chart {
  width: 100%;
  margin-top: 10px;
  overflow: visible;
}

.chart-area {
  fill: url(#chartFill);
}

.chart-line {
  fill: none;
  stroke: var(--lime);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 680;
  stroke-dashoffset: 680;
  animation: drawChart 2.4s .5s ease forwards;
}

.chart-point {
  fill: var(--lime);
  filter: drop-shadow(0 0 7px var(--lime));
  opacity: 0;
  animation: pointIn .25s 2.75s ease forwards, pointPulse 1.8s 3s ease-in-out infinite;
}

@keyframes drawChart {
  to { stroke-dashoffset: 0; }
}

@keyframes pointIn {
  to { opacity: 1; }
}

@keyframes pointPulse {
  50% { r: 8px; }
}

.market-list {
  margin-top: 16px;
}

.market-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.asset-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--black);
  background: var(--lime);
  font-size: 12px;
  font-weight: 900;
}

.asset-icon.dark {
  color: var(--white);
  background: #343434;
}

.market-row div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.market-row strong {
  font-size: 9px;
}

.market-row small {
  color: #777;
  font-size: 7px;
}

.market-row .price {
  text-align: right;
}

.market-row .price small {
  color: var(--lime);
}

.floating-label {
  position: absolute;
  z-index: 5;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 15px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 50px rgba(5, 5, 5, .18);
  backdrop-filter: blur(14px);
}

.label-bonus {
  top: 88px;
  left: 2px;
  animation: labelFloat 4s ease-in-out infinite;
}

.label-bonus span {
  display: block;
  color: #686862;
  font-size: 9px;
  font-weight: 650;
}

.label-bonus strong {
  display: block;
  margin-top: 3px;
  font-size: 22px;
  letter-spacing: -.05em;
}

.label-ai {
  right: -10px;
  bottom: 110px;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: labelFloat 4.6s .5s ease-in-out infinite reverse;
}

@keyframes labelFloat {
  50% { transform: translateY(-9px); }
}

.live-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #24bf58;
  box-shadow: 0 0 0 5px rgba(36, 191, 88, .12);
}

.label-ai div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.label-ai strong {
  font-size: 11px;
}

.label-ai small {
  color: #777;
  font-size: 8px;
}

.trust-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
  padding: 23px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip > div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  padding: 5px 18px;
  border-right: 1px solid var(--line);
}

.trust-strip > div:last-child {
  border: 0;
}

.trust-strip strong {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.05em;
}

.trust-strip span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
}

.platform-rail {
  position: relative;
  z-index: 2;
  margin-top: 28px;
}

.platform-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(202, 253, 93, .2);
  border-bottom: 1px solid rgba(202, 253, 93, .2);
  background: #0a0a0a;
}

.platform-marquee::before,
.platform-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(9vw, 120px);
  pointer-events: none;
}

.platform-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #0a0a0a, transparent);
}

.platform-marquee::after {
  right: 0;
  background: linear-gradient(-90deg, #0a0a0a, transparent);
}

.platform-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: platformScroll 32s linear infinite;
}

@keyframes platformScroll {
  to { transform: translateX(-50%); }
}

.platform-logo {
  width: 148px;
  height: 88px;
  display: grid;
  place-items: center;
  flex: 0 0 148px;
  border-right: 1px solid rgba(255, 255, 255, .08);
  color: var(--lime);
}

.platform-logo svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(202, 253, 93, .15));
  opacity: .88;
}

.section-dark {
  color: var(--white);
  background: var(--black);
}

.pain-section,
.technology-section,
.private-section,
.steps-section,
.final-cta {
  padding: clamp(80px, 10vw, 150px) 0;
}

.section-intro {
  max-width: 920px;
}

.section-intro h2,
.technology-copy h2,
.private-head h2,
.final-inner h2 {
  margin-top: 16px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .98;
}

.section-intro > p,
.technology-copy > p {
  max-width: 690px;
  margin: 25px 0 0;
  color: #a3a39d;
  font-size: 17px;
  line-height: 1.55;
}

.kicker {
  display: inline-block;
  color: #55554f;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.kicker-lime {
  color: var(--lime);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 70px;
}

.pain-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--dark-line);
  border-radius: 20px;
  background: #0d0d0d;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.pain-card:hover {
  transform: translateY(-6px);
  border-color: rgba(202, 253, 93, .5);
  background: #111;
}

.card-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--black);
  background: var(--lime);
  font-size: 11px;
  font-weight: 900;
}

.pain-card h3 {
  margin: auto 0 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
  letter-spacing: -.045em;
}

.pain-card p {
  margin: 15px 0 0;
  color: #8e8e88;
  font-size: 13px;
  line-height: 1.55;
}

.pain-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid var(--dark-line);
}

.pain-close p {
  margin: 0;
  color: #b2b2ac;
  font-size: 14px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  color: var(--lime);
  background: none;
  cursor: pointer;
  font-weight: 800;
}

.technology-section {
  background: var(--white);
}

.technology-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 80px;
}

.technology-copy h2 {
  font-size: clamp(42px, 5vw, 68px);
}

.feature-list {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 19px 0;
  border-top: 1px solid var(--line);
}

.feature-list > li > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  font-size: 9px;
  font-weight: 900;
}

.feature-list div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.feature-list strong {
  font-size: 14px;
}

.feature-list small {
  color: var(--muted);
  line-height: 1.45;
}

.signal-panel {
  overflow: hidden;
  border: 1px solid #242424;
  border-radius: 25px;
  color: var(--white);
  background: #0b0b0b;
  box-shadow: 0 40px 100px rgba(5, 5, 5, .2);
}

.signal-head {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  border-bottom: 1px solid var(--dark-line);
}

.signal-head div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 750;
}

.signal-head small {
  color: #73736e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}

.scan-area {
  position: relative;
  height: 380px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.scan-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 44px 44px;
}

.scan-line {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 3;
  width: 1px;
  background: var(--lime);
  box-shadow: 0 0 35px 10px rgba(202, 253, 93, .25);
  animation: scan 4.5s ease-in-out infinite;
}

@keyframes scan {
  0%, 100% { transform: translateX(0); opacity: 0; }
  10%, 90% { opacity: 1; }
  50% { transform: translateX(650px); opacity: .8; }
}

.scan-area > svg {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: visible;
}

.scan-area > svg path {
  fill: none;
  stroke: var(--lime);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(202, 253, 93, .35));
}

.signal-tag {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 7px;
  background: rgba(5, 5, 5, .8);
  font-size: 8px;
  font-weight: 750;
  backdrop-filter: blur(10px);
}

.signal-tag span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
}

.tag-one {
  top: 35%;
  left: 34%;
}

.tag-two {
  top: 21%;
  right: 12%;
}

.signal-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--dark-line);
}

.signal-stats > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 21px 24px;
  border-right: 1px solid var(--dark-line);
}

.signal-stats > div:last-child {
  border: 0;
}

.signal-stats span {
  color: #72726d;
  font-size: 8px;
  text-transform: uppercase;
}

.signal-stats strong {
  font-size: 18px;
}

.signal-stats .positive {
  color: var(--lime);
}

.bonus-section {
  padding: 0 0 clamp(80px, 10vw, 140px);
  background: var(--white);
}

.bonus-card {
  position: relative;
  min-height: 590px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 50px;
  padding: clamp(35px, 6vw, 80px);
  overflow: hidden;
  border-radius: 28px;
  background: var(--lime);
}

.bonus-watermark {
  position: absolute;
  right: -30px;
  bottom: -80px;
  color: rgba(5, 5, 5, .055);
  font-size: 250px;
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: 1;
  pointer-events: none;
}

.bonus-copy {
  position: relative;
  z-index: 1;
}

.bonus-copy .kicker {
  color: rgba(5, 5, 5, .58);
}

.bonus-copy h2 {
  margin-top: 15px;
  font-size: clamp(44px, 5vw, 70px);
  line-height: .96;
}

.bonus-copy p {
  max-width: 580px;
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.bonus-copy .button {
  margin-top: 27px;
}

.bonus-copy > small {
  display: block;
  max-width: 580px;
  margin-top: 14px;
  color: rgba(5, 5, 5, .58);
  font-size: 9px;
  line-height: 1.45;
}

.bonus-steps {
  position: relative;
  z-index: 1;
  padding: 12px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .65);
  box-shadow: 0 24px 60px rgba(5, 5, 5, .08);
  backdrop-filter: blur(12px);
}

.bonus-steps > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 14px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(5, 5, 5, .12);
}

.bonus-steps > div:last-child {
  border: 0;
}

.bonus-steps > div > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--black);
  font-size: 10px;
  font-weight: 900;
}

.bonus-steps p {
  margin: 0;
  color: #575752;
  font-size: 11px;
  line-height: 1.45;
}

.bonus-steps strong {
  display: block;
  margin-bottom: 3px;
  color: var(--black);
  font-size: 13px;
}

.private-head {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  align-items: end;
  gap: 70px;
}

.private-head h2 {
  max-width: 850px;
}

.private-head > p {
  margin: 0 0 4px;
  color: #8e8e88;
  font-size: 14px;
  line-height: 1.6;
}

.opportunity-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 65px;
}

.opportunity-card {
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--dark-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(202, 253, 93, .1), transparent 35%),
    #101010;
}

.sector-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(202, 253, 93, .4);
  border-radius: 14px;
  color: var(--lime);
  background: rgba(202, 253, 93, .06);
  font-size: 13px;
  font-weight: 900;
  font-style: italic;
}

.opportunity-status {
  position: absolute;
  top: 27px;
  right: 24px;
  padding: 7px 9px;
  border: 1px solid var(--dark-line);
  border-radius: 999px;
  color: #aaa;
  font-size: 8px;
  font-weight: 750;
}

.opportunity-card h3 {
  margin: auto 0 0;
  font-size: 29px;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.opportunity-card p {
  margin: 13px 0 0;
  color: #82827d;
  font-size: 12px;
  line-height: 1.55;
}

.opportunity-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 18px;
  border-top: 1px solid var(--dark-line);
  font-size: 10px;
}

.opportunity-meta span {
  color: #70706b;
}

.opportunity-meta strong {
  color: var(--lime);
}

.private-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 27px;
  padding: 22px 25px;
  border: 1px solid var(--dark-line);
  border-radius: 16px;
}

.private-cta p {
  margin: 0;
  color: #999994;
  font-size: 12px;
}

.steps-section {
  background: var(--paper);
}

.steps-section .section-intro {
  max-width: 880px;
}

.steps-list {
  margin: 65px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.steps-list li {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 35px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.steps-list > li > span {
  color: #a2a29d;
  font-size: 12px;
  font-weight: 800;
}

.steps-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.steps-list h3 {
  flex: 1;
  margin: 0;
  font-size: clamp(28px, 4vw, 50px);
  letter-spacing: -.055em;
}

.steps-list p {
  width: min(370px, 40%);
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.final-cta {
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: "TAG";
  position: absolute;
  right: -20px;
  bottom: -120px;
  color: rgba(255, 255, 255, .025);
  font-size: 480px;
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: 1;
}

.final-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.final-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.final-inner h2 {
  margin-top: 24px;
  font-size: clamp(54px, 8vw, 102px);
  line-height: .88;
}

.final-inner > p {
  max-width: 650px;
  margin: 27px 0 0;
  color: #9c9c96;
  font-size: 16px;
  line-height: 1.55;
}

.site-footer {
  padding: 50px 0 30px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-main {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: start;
  gap: 60px;
}

.footer-main p {
  max-width: 900px;
  margin: 0;
  color: #6d6d67;
  font-size: 10px;
  line-height: 1.65;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #777771;
  font-size: 9px;
}

.footer-bottom div {
  display: flex;
  gap: 20px;
}

.footer-bottom .footer-credits {
  gap: 12px;
}

.footer-credits span + span {
  padding-left: 12px;
  border-left: 1px solid var(--line);
  color: #4e4e49;
  font-weight: 700;
}

.footer-bottom a:hover {
  color: var(--black);
}

.mobile-sticky {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transition: visibility .25s ease, opacity .25s ease;
}

.modal.is-open {
  visibility: visible;
  opacity: 1;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 5, 5, .76);
  backdrop-filter: blur(10px);
  cursor: default;
}

.modal-card {
  position: relative;
  width: min(590px, 100%);
  max-height: min(850px, calc(100svh - 30px));
  padding: 0;
  overflow-y: auto;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .45);
  transform: translateY(20px) scale(.98);
  transition: transform .32s cubic-bezier(.2, .8, .2, 1);
}

.modal.is-open .modal-card {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #f7f7f4;
  cursor: pointer;
}

.modal-close svg {
  width: 16px;
  fill: none;
  stroke: var(--black);
  stroke-width: 1.7;
  stroke-linecap: round;
}

.advisor-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.advisor-avatar {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  border-radius: 50%;
  color: var(--black);
  background: var(--lime);
  font-weight: 900;
}

.advisor-avatar span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: #20b653;
}

.advisor-row div:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.advisor-row strong {
  font-size: 12px;
}

.advisor-row small {
  color: #777771;
  font-size: 9px;
}

.chat-header {
  position: sticky;
  top: 0;
  z-index: 4;
  padding: 20px 72px 16px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
}

.chat-progress {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.chat-progress > div {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: #ecece7;
}

.chat-progress > div span {
  width: 16.667%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--lime);
  transition: width .35s ease;
}

.chat-progress small {
  color: #777771;
  font-size: 8px;
  font-weight: 650;
}

.chat-progress b {
  color: var(--black);
}

.modal-card > h2,
.form-success h2 {
  margin: 24px 0 0;
  font-size: clamp(30px, 6vw, 43px);
  line-height: .98;
  letter-spacing: -.055em;
}

.modal-lead,
.form-success p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

#lead-form {
  margin: 0;
}

.chat-thread {
  min-height: 530px;
  padding: 22px 22px 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(202, 253, 93, .13), transparent 24%),
    #f7f7f4;
}

.chat-message {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  margin-top: 14px;
}

.chat-intro {
  margin-top: 0;
}

.chat-avatar {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  border-radius: 50%;
  color: var(--black);
  background: var(--lime);
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 0 0 4px rgba(202, 253, 93, .16);
}

.chat-bubble {
  max-width: 82%;
  padding: 12px 14px;
  border: 1px solid rgba(5, 5, 5, .07);
  border-radius: 16px 16px 16px 4px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(5, 5, 5, .055);
}

.chat-bubble strong {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.chat-bubble p {
  margin: 0;
  color: #4f4f4a;
  font-size: 12px;
  line-height: 1.5;
}

.chat-step {
  display: none;
}

.chat-step.is-active,
.chat-step.is-complete {
  display: block;
  animation: chatIn .3s ease both;
}

@keyframes chatIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.chat-input-area {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 10px 0 0 37px;
}

.chat-input-stacked {
  align-items: stretch;
  flex-direction: column;
}

.chat-control {
  min-width: 0;
  flex: 1;
  margin: 0 !important;
}

.chat-control input,
.chat-control select {
  min-height: 49px;
  border-color: #d4d4cf;
  background: var(--white);
}

.chat-control.invalid input,
.chat-control.invalid select {
  border-color: #d5525d;
}

.chat-send {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  flex: 0 0 49px;
  border: 0;
  border-radius: 11px;
  color: var(--black);
  background: var(--lime);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.chat-send:hover {
  transform: translateY(-2px);
  background: #d9ff87;
}

.chat-send svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chat-answer {
  width: max-content;
  max-width: 82%;
  display: none;
  align-items: center;
  gap: 9px;
  margin: 10px 0 0 auto;
  padding: 11px 13px;
  border-radius: 15px 15px 4px 15px;
  color: var(--black);
  background: var(--lime);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.chat-step.is-complete .chat-answer {
  display: flex;
}

.chat-step.is-complete .chat-input-area {
  display: none;
}

.chat-answer button {
  padding: 0;
  border: 0;
  color: rgba(5, 5, 5, .55);
  background: none;
  cursor: pointer;
  font-size: 8px;
  font-weight: 750;
  text-decoration: underline;
}

.dial-preview {
  min-height: 49px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #d4d4cf;
  border-radius: 10px;
  background: var(--white);
  font-size: 11px;
  font-weight: 750;
}

.chat-input-stacked > .button {
  align-self: flex-end;
  min-height: 45px;
  font-size: 11px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

#lead-form > label,
.form-grid > label {
  display: block;
  margin-top: 13px;
}

#lead-form label > span {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 750;
}

input,
select {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d9d9d4;
  border-radius: 10px;
  color: var(--black);
  background: #fafaf8;
  font-size: 13px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

input {
  padding: 0 14px;
}

select {
  padding: 0 34px 0 12px;
  cursor: pointer;
}

input:focus,
select:focus {
  border-color: #8eaf44;
  box-shadow: 0 0 0 4px rgba(202, 253, 93, .22);
  outline: none;
}

.phone-field {
  display: grid;
  grid-template-columns: minmax(175px, .8fr) 1fr;
  gap: 9px;
}

.field-error {
  display: none;
  margin-top: 5px;
  color: #bc2632;
  font-size: 9px;
}

.investment-field {
  margin: 0;
  padding: 0;
  border: 0;
}

.investment-field legend {
  margin-bottom: 9px;
  padding: 0;
  font-size: 10px;
  font-weight: 750;
}

.investment-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.investment-options label {
  position: relative;
  margin: 0 !important;
  cursor: pointer;
}

.investment-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 1px;
  opacity: 0;
  pointer-events: none;
}

.investment-options span {
  min-height: 46px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 10px 8px;
  border: 1px solid #d9d9d4;
  border-radius: 10px;
  color: #44443f;
  background: #fafaf8;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-align: center;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.investment-options label:hover span {
  border-color: #a9c665;
  transform: translateY(-1px);
}

.investment-options input:checked + span {
  border-color: var(--black);
  color: var(--black);
  background: var(--lime);
  box-shadow: 0 0 0 3px rgba(202, 253, 93, .2);
}

.investment-options input:focus-visible + span {
  outline: 3px solid rgba(202, 253, 93, .65);
  outline-offset: 2px;
}

.investment-field.invalid .investment-options span {
  border-color: #d5525d;
}

.investment-field.invalid .investment-error {
  display: block;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

label.invalid input,
label.invalid select {
  border-color: #d5525d;
}

label.invalid .field-error {
  display: block;
}

.consent {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 9px;
  margin-top: 17px !important;
  cursor: pointer;
}

.chat-step[data-step="consent"] .chat-input-area {
  margin-top: 13px;
}

.chat-step[data-step="consent"] .submit-button {
  width: 100%;
  margin-top: 4px;
}

.chat-step[data-step="consent"] .secure-note {
  margin-top: 2px;
}

.consent input {
  width: 17px;
  min-height: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--black);
}

.consent span {
  margin: 0 !important;
  color: #686862;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 1.45;
}

.consent-error.is-visible {
  display: block;
}

.submit-button {
  width: 100%;
  margin-top: 19px;
}

.submit-button.is-loading {
  pointer-events: none;
  opacity: .68;
}

.submit-button.is-loading span::after {
  content: "…";
}

.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 12px 0 0;
  color: #85857f;
  font-size: 8px;
  text-align: center;
}

.secure-note svg {
  width: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-success {
  display: none;
  padding: 60px 30px 42px;
  text-align: center;
}

.form-success.is-visible {
  display: block;
}

.success-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--lime);
}

.success-icon svg {
  width: 30px;
  fill: none;
  stroke: var(--black);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-success .button {
  width: 100%;
  margin-top: 25px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .8, .2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay {
  transition-delay: .14s;
}

@media (max-width: 980px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-product {
    min-height: 590px;
  }

  .technology-layout {
    grid-template-columns: 1fr;
  }

  .technology-copy {
    max-width: 780px;
  }

  .private-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .private-head > p {
    max-width: 650px;
  }

  .pain-grid,
  .opportunity-track {
    grid-template-columns: 1fr 1fr;
  }

  .pain-card:last-child,
  .opportunity-card:last-child {
    grid-column: 1 / -1;
  }

  .bonus-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 30px, 1180px);
  }

  .risk-bar {
    min-height: 32px;
    padding-block: 7px;
    font-size: 9px;
  }

  .header-inner {
    height: 66px;
  }

  .header-status {
    display: none;
  }

  .site-header .button {
    min-height: 40px;
    padding: 10px 15px;
    font-size: 11px;
  }

  .hero {
    min-height: auto;
    padding: 42px 0 35px;
  }

  .hero-grid {
    background-size: 38px 38px;
  }

  .hero-layout {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .eyebrow {
    padding: 8px 11px;
    font-size: 9px;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: clamp(48px, 14.5vw, 66px);
    line-height: .91;
  }

  .highlight {
    white-space: normal;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 19px;
  }

  .hero-support {
    font-size: 13px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-notes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .hero-notes span:last-child {
    grid-column: 1 / -1;
  }

  .algo-feed {
    width: 100%;
    margin-top: 20px;
    border-radius: 14px;
  }

  .algo-feed-head {
    min-height: 49px;
    padding-inline: 12px;
  }

  .algo-feed-title strong {
    font-size: 9px;
  }

  .algo-feed-state {
    padding: 6px 8px;
    font-size: 7px;
  }

  .algo-feed-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding-inline: 12px;
  }

  .algo-feed-window {
    height: 175px;
  }

  .algo-row {
    min-width: 0;
    min-height: 35px;
    grid-template-columns: 56px 62px 55px 1fr;
    gap: 5px;
    padding-inline: 12px;
  }

  .algo-row small {
    display: none;
  }

  .algo-result {
    min-width: 84px;
    padding-inline: 4px;
    font-size: 7px;
  }

  .algo-feed-rows {
    overflow: hidden;
  }

  .algo-disclaimer {
    padding-inline: 12px;
  }

  .hero-product {
    width: 100%;
    min-height: 520px;
    margin-top: 10px;
  }

  .hero-product::before {
    width: 350px;
    height: 350px;
  }

  .phone {
    width: 248px;
    min-height: 500px;
    border-radius: 39px;
  }

  .phone-screen {
    min-height: 445px;
    padding: 13px;
    border-radius: 29px;
  }

  .app-head {
    margin-bottom: 18px;
  }

  .balance {
    font-size: 25px;
  }

  .chart-card {
    margin-top: 14px;
  }

  .market-row:nth-child(2) {
    display: none;
  }

  .label-bonus {
    top: 53px;
    left: -3px;
  }

  .label-ai {
    right: -4px;
    bottom: 75px;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
  }

  .trust-strip > div {
    flex-direction: column;
    align-items: center;
    gap: 2px;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip > div:nth-child(2) {
    border-right: 0;
  }

  .trust-strip > div:nth-child(n+3) {
    border-bottom: 0;
  }

  .platform-rail {
    margin-top: 2px;
  }

  .platform-track {
    animation-duration: 24s;
  }

  .platform-logo {
    width: 104px;
    height: 66px;
    flex-basis: 104px;
  }

  .platform-logo svg {
    width: 38px;
    height: 38px;
  }

  .pain-section,
  .technology-section,
  .private-section,
  .steps-section,
  .final-cta {
    padding: 82px 0;
  }

  .section-intro h2,
  .technology-copy h2,
  .private-head h2 {
    font-size: 45px;
    line-height: .96;
  }

  .section-intro > p,
  .technology-copy > p {
    font-size: 14px;
  }

  .pain-grid,
  .opportunity-track {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }

  .pain-card:last-child,
  .opportunity-card:last-child {
    grid-column: auto;
  }

  .pain-card {
    min-height: 300px;
  }

  .pain-close,
  .private-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .technology-layout {
    gap: 48px;
  }

  .scan-area {
    height: 270px;
  }

  .signal-head {
    padding-inline: 18px;
  }

  .signal-stats > div {
    padding: 17px 12px;
  }

  .bonus-section {
    padding-bottom: 82px;
  }

  .bonus-card {
    width: 100%;
    min-height: auto;
    padding: 52px 20px 22px;
    border-radius: 0;
  }

  .bonus-copy h2 {
    font-size: 48px;
  }

  .bonus-watermark {
    font-size: 160px;
  }

  .bonus-copy .button {
    width: 100%;
    padding-inline: 17px;
    font-size: 13px;
  }

  .bonus-steps {
    padding-inline: 17px;
  }

  .private-head {
    gap: 17px;
  }

  .opportunity-card {
    min-height: 340px;
  }

  .private-cta .button {
    width: 100%;
  }

  .steps-list {
    margin-top: 40px;
  }

  .steps-list li {
    grid-template-columns: 45px 1fr;
    align-items: start;
    gap: 12px;
    padding: 27px 0;
  }

  .steps-list div {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .steps-list h3 {
    font-size: 31px;
  }

  .steps-list p {
    width: 100%;
  }

  .final-inner h2 {
    font-size: 59px;
  }

  .final-cta::before {
    right: -15px;
    bottom: -50px;
    font-size: 220px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom .footer-credits {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .footer-credits span + span {
    padding-left: 0;
    border-left: 0;
  }

  .mobile-sticky {
    position: fixed;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 80;
    min-height: 58px;
    display: grid;
    grid-template-columns: auto auto 20px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 18px;
    border: 1px solid rgba(5, 5, 5, .12);
    border-radius: 13px;
    color: var(--black);
    background: var(--lime);
    box-shadow: 0 14px 40px rgba(5, 5, 5, .28);
    cursor: pointer;
    transition: transform .25s ease, opacity .25s ease;
  }

  .mobile-sticky.is-hidden {
    opacity: 0;
    transform: translateY(90px);
    pointer-events: none;
  }

  .mobile-sticky span {
    font-size: 10px;
    font-weight: 650;
  }

  .mobile-sticky strong {
    font-size: 15px;
  }

  .mobile-sticky svg {
    margin-left: 5px;
  }

  .site-footer {
    padding-bottom: 105px;
  }

  .modal {
    align-items: end;
    padding: 0;
    transition: none;
  }

  .modal-card {
    width: 100%;
    max-height: calc(100dvh - 8px);
    padding: 0;
    border-radius: 23px 23px 0 0;
    transform: translateY(16px);
    transition-duration: .24s;
    overscroll-behavior: contain;
  }

  .modal.is-open .modal-card {
    transform: translateY(0);
  }

  .chat-header {
    padding: 17px 62px 13px 17px;
  }

  .chat-thread {
    min-height: calc(100dvh - 112px);
    padding: 17px 14px calc(24px + env(safe-area-inset-bottom));
  }

  .chat-bubble {
    max-width: 86%;
  }

  .chat-input-area {
    margin-left: 37px;
  }

  .chat-answer {
    max-width: 86%;
  }

  .chat-step[data-step="consent"] .button {
    font-size: 13px;
  }

  .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .phone-field {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .investment-options span {
    min-height: 45px;
    font-size: 9px !important;
  }

  input,
  select {
    min-height: 50px;
    font-size: 16px;
  }

  .chat-control input,
  .chat-control select {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .form-grid,
  .phone-field,
  .investment-options {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-product {
    transform: scale(.92);
    margin: -15px 0 -20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .platform-track {
    animation: none;
  }
}
