:root {
  color-scheme: dark;
  --bg: #030504;
  --bg-2: #07110d;
  --ink: #f6fff8;
  --muted: #b7c8bd;
  --dim: #7f9187;
  --line: rgba(96, 255, 139, 0.24);
  --line-strong: rgba(96, 255, 139, 0.62);
  --green: #39ff14;
  --mint: #1fe88a;
  --cyan: #2aa7ff;
  --tiktok-pink: #ff2f6d;
  --tiktok-blue: #22f4ff;
  --gold: #ffe98f;
  --danger: #ff7a90;
  --panel: rgba(4, 11, 7, 0.72);
  font-family:
    "SF Pro Text",
    "SF Pro Display",
    "Aptos Display",
    "Segoe UI Variable Display",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% -10%, rgba(57, 255, 20, 0.2), transparent 31%),
    radial-gradient(circle at 92% 9%, rgba(34, 244, 255, 0.16), transparent 24%),
    radial-gradient(circle at 8% 34%, rgba(255, 47, 109, 0.13), transparent 22%),
    linear-gradient(180deg, #020403 0%, var(--bg-2) 49%, #020403 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -5;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 26px 26px;
  content: "";
  opacity: 0.42;
}

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

.page-shell {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 100svh;
  gap: 14px;
  justify-items: center;
  overflow-x: hidden;
  padding: 8px;
  isolation: isolate;
}

.motion-field {
  position: fixed;
  inset: 0;
  z-index: -4;
  overflow: hidden;
  pointer-events: none;
}

.matrix {
  position: absolute;
  width: 1px;
  height: 112px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(57, 255, 20, 0.7), transparent);
  filter: blur(0.2px);
  opacity: 0.28;
  animation: data-drop 4.8s linear infinite;
}

.matrix-a {
  left: 19%;
  animation-delay: 0.4s;
}

.matrix-b {
  left: 77%;
  height: 86px;
  animation-delay: 2s;
}

.grid {
  position: absolute;
  inset: 51% -90% -30%;
  transform: perspective(760px) rotateX(67deg);
  transform-origin: center bottom;
  background-image:
    linear-gradient(rgba(57, 255, 20, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 167, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(transparent 0%, black 28%, black 78%, transparent 100%);
  animation: grid-flow 10s linear infinite;
}

.scanline,
.light-sweep {
  position: absolute;
  inset: 0;
}

.scanline {
  background: linear-gradient(180deg, transparent, rgba(57, 255, 20, 0.075), transparent);
  transform: translateY(-100%);
  animation: scan 5.8s ease-in-out infinite;
}

.light-sweep {
  background: linear-gradient(112deg, transparent 16%, rgba(34, 244, 255, 0.12), rgba(255, 47, 109, 0.1), rgba(57, 255, 20, 0.12), transparent 50%);
  filter: blur(11px);
  transform: translateX(-86%);
  animation: page-sweep 7.4s ease-in-out infinite;
}

.hero,
.info-panel,
.compliance {
  width: 100%;
  max-width: min(448px, calc(100vw - 16px));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 36%),
    radial-gradient(circle at 50% 0%, rgba(57, 255, 20, 0.11), transparent 38%),
    var(--panel);
  box-shadow:
    0 20px 68px rgba(0, 0, 0, 0.56),
    0 0 64px rgba(57, 255, 20, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  opacity: 1;
  transform: translateY(0);
}

.hero.is-visible,
.info-panel.is-visible,
.compliance.is-visible {
  animation: reveal 650ms cubic-bezier(0.2, 0.86, 0.24, 1) forwards;
}

.hero {
  min-height: calc(100svh - 24px);
  padding: 12px 11px 12px;
}

.hero-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.verified-pill,
.traffic-pill {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.verified-pill {
  border: 1px solid rgba(57, 255, 20, 0.32);
  color: #dcffe3;
  background: rgba(57, 255, 20, 0.09);
}

.traffic-pill {
  border: 1px solid rgba(42, 167, 255, 0.28);
  color: #cfefff;
  background: rgba(42, 167, 255, 0.09);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
  animation: dot-pulse 1.8s ease-in-out infinite;
}

.logo-frame {
  position: relative;
  display: grid;
  width: clamp(70px, 21vw, 94px);
  height: clamp(70px, 21vw, 94px);
  margin: 10px auto 9px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(57, 255, 20, 0.5);
  border-radius: 8px;
  background: #050705;
  box-shadow:
    0 0 34px rgba(57, 255, 20, 0.24),
    0 12px 34px rgba(0, 0, 0, 0.38),
    inset 0 0 24px rgba(57, 255, 20, 0.08);
}

.logo-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 12%, rgba(255, 255, 255, 0.36), transparent 58%);
  content: "";
  transform: translateX(-130%);
  animation: logo-shine 4.8s ease-in-out infinite;
}

.logo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 9px;
}

.eyebrow {
  margin: 0;
  color: var(--green);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  width: 100%;
  margin: 6px auto -2px;
  font-size: clamp(28px, 8.2vw, 42px);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.title-line {
  display: block;
}

.gradient-title {
  display: block;
  padding-bottom: 0.14em;
  background: linear-gradient(90deg, var(--green) 0%, #f7fff8 25%, var(--tiktok-blue) 47%, var(--tiktok-pink) 67%, var(--gold) 100%);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 17px rgba(57, 255, 20, 0.23));
  animation: title-flow 4.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.lead {
  max-width: 30ch;
  margin: 8px auto 0;
  color: var(--muted);
  font-size: 13.8px;
  line-height: 1.35;
  text-align: center;
}

.free-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 10px auto 0;
}

.free-band span {
  position: relative;
  display: grid;
  min-height: 34px;
  place-items: center;
  overflow: hidden;
  padding: 6px 7px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: rgba(246, 255, 248, 0.9);
  background:
    linear-gradient(135deg, rgba(34, 244, 255, 0.16), rgba(255, 47, 109, 0.1)),
    rgba(255, 255, 255, 0.045);
  min-width: 0;
  font-size: 10px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
}

.free-band span:nth-child(1) {
  border-color: rgba(57, 255, 20, 0.3);
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.22), rgba(12, 38, 23, 0.42));
}

.free-band span:nth-child(2) {
  border-color: rgba(255, 233, 143, 0.34);
  background: linear-gradient(135deg, rgba(255, 233, 143, 0.2), rgba(40, 31, 8, 0.42));
}

.free-band span:nth-child(3) {
  border-color: rgba(34, 244, 255, 0.34);
  background: linear-gradient(135deg, rgba(34, 244, 255, 0.2), rgba(4, 28, 42, 0.42));
}

.free-band span:nth-child(4) {
  border-color: rgba(255, 47, 109, 0.34);
  background: linear-gradient(135deg, rgba(255, 47, 109, 0.2), rgba(44, 7, 20, 0.42));
}

.free-band span::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 10%, rgba(255, 255, 255, 0.22), transparent 58%);
  content: "";
  transform: translateX(-125%);
  animation: chip-glint 4.6s ease-in-out infinite;
}

.free-band span:nth-child(2)::after {
  animation-delay: 0.5s;
}

.free-band span:nth-child(3)::after {
  animation-delay: 1s;
}

.free-band span:nth-child(4)::after {
  animation-delay: 1.5s;
}

.ai-console {
  margin: 11px auto 0;
  overflow: hidden;
  border: 1px solid rgba(57, 255, 20, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(57, 255, 20, 0.12), transparent 38%),
    rgba(1, 6, 4, 0.72);
  box-shadow: inset 0 0 24px rgba(57, 255, 20, 0.05);
}

.console-header {
  display: flex;
  min-height: 30px;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(246, 255, 248, 0.8);
  font-size: 11px;
}

.console-header span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  opacity: 0.85;
}

.console-header span:nth-child(2) {
  background: var(--gold);
}

.console-header span:nth-child(3) {
  background: var(--cyan);
}

.console-header strong {
  margin-left: auto;
  font-size: 11px;
  letter-spacing: 0;
}

.console-body {
  display: grid;
  gap: 7px;
  padding: 8px 10px;
}

.signal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(246, 255, 248, 0.9);
  font-size: 12px;
  font-weight: 850;
}

.signal-row strong {
  color: var(--green);
  font-size: 11px;
  text-transform: uppercase;
}

.signal-row.muted {
  color: var(--dim);
}

.signal-line {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.signal-line span {
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--cyan));
  box-shadow: 0 0 18px rgba(57, 255, 20, 0.34);
  animation: signal-breathe 2.6s ease-in-out infinite;
}

.link-stack {
  display: grid;
  gap: 9px;
  margin-top: 11px;
}

.action-button {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 24px;
  min-height: 84px;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  padding: 22px 10px 13px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(7, 17, 11, 0.92);
  box-shadow:
    0 18px 0 rgba(0, 0, 0, 0.28),
    0 18px 46px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.05);
  transform: translateZ(0);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.action-button::before {
  position: absolute;
  inset: -1px;
  z-index: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.34) 48%, transparent 63%);
  content: "";
  transform: translateX(-135%);
  animation: button-sweep 3.8s ease-in-out infinite;
}

.action-button::after {
  position: absolute;
  inset: auto 12px 8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tiktok-blue), var(--green), var(--tiktok-pink));
  content: "";
  opacity: 0.72;
  animation: underline-pulse 2.2s ease-in-out infinite;
}

.action-button.primary {
  border-color: rgba(57, 255, 20, 0.74);
  background:
    radial-gradient(circle at 13% 13%, rgba(57, 255, 20, 0.36), transparent 45%),
    radial-gradient(circle at 92% 15%, rgba(34, 244, 255, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(57, 255, 20, 0.22), rgba(7, 17, 11, 0.98));
  box-shadow:
    0 14px 0 rgba(18, 90, 32, 0.72),
    0 22px 52px rgba(0, 0, 0, 0.48),
    0 0 34px rgba(57, 255, 20, 0.28),
    0 0 0 1px rgba(57, 255, 20, 0.12);
  animation: cta-pop 2.5s ease-in-out infinite;
}

.action-button.secondary {
  border-color: rgba(34, 244, 255, 0.44);
  background:
    radial-gradient(circle at 13% 13%, rgba(34, 244, 255, 0.2), transparent 45%),
    radial-gradient(circle at 88% 12%, rgba(255, 47, 109, 0.17), transparent 32%),
    linear-gradient(135deg, rgba(12, 26, 33, 0.94), rgba(7, 17, 11, 0.96));
  box-shadow:
    0 14px 0 rgba(11, 78, 102, 0.62),
    0 21px 48px rgba(0, 0, 0, 0.45),
    0 0 30px rgba(34, 244, 255, 0.18);
  animation: cta-pop 2.8s ease-in-out infinite 0.28s;
}

.action-button:focus-visible,
.action-button:hover {
  border-color: var(--line-strong);
  box-shadow: 0 18px 48px rgba(57, 255, 20, 0.2);
  outline: 0;
  transform: translateY(-2px);
}

.action-button:active {
  box-shadow:
    0 8px 0 rgba(0, 0, 0, 0.34),
    0 13px 34px rgba(0, 0, 0, 0.34);
  transform: translateY(5px) scale(0.99);
}

.button-badge {
  position: absolute;
  top: 7px;
  right: auto;
  left: 72px;
  z-index: 2;
  display: inline-flex;
  min-height: 18px;
  align-items: center;
  padding: 3px 7px;
  border-radius: 999px;
  color: #061009;
  background: linear-gradient(90deg, var(--green), var(--gold));
  box-shadow: 0 0 18px rgba(57, 255, 20, 0.24);
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.secondary-badge {
  color: #041014;
  background: linear-gradient(90deg, var(--tiktok-blue), #ffffff, var(--tiktok-pink));
}

.button-icon,
.button-copy {
  position: relative;
  z-index: 1;
}

.button-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 8px;
  animation: icon-breathe 2.8s ease-in-out infinite;
}

.telegram-icon {
  background: linear-gradient(135deg, #2aabee 0%, #1e96d4 48%, #0f6fa9 100%);
  box-shadow:
    0 0 24px rgba(42, 167, 255, 0.34),
    inset 0 0 18px rgba(255, 255, 255, 0.18);
}

.telegram-icon-primary {
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.32), transparent 25%),
    linear-gradient(135deg, var(--green) 0%, #2aabee 55%, var(--tiktok-pink) 100%);
  box-shadow:
    0 0 26px rgba(57, 255, 20, 0.28),
    0 0 22px rgba(42, 171, 238, 0.18),
    inset 0 0 18px rgba(255, 255, 255, 0.2);
}

.button-icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.22));
}

.button-arrow {
  position: relative;
  z-index: 1;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  color: #051008;
  background: #ffffff;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.24);
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
  animation: arrow-nudge 1.2s ease-in-out infinite;
}

.button-copy {
  min-width: 0;
}

.action-button strong,
.action-button small {
  display: block;
}

.action-button strong {
  max-width: 18ch;
  font-size: clamp(14px, 3.95vw, 16.5px);
  font-weight: 950;
  line-height: 1.08;
}

.action-button small {
  margin-top: 4px;
  color: rgba(244, 255, 248, 0.68);
  font-size: clamp(10.8px, 3.05vw, 12.2px);
  font-weight: 760;
  line-height: 1.25;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 10px;
}

.benefit-grid span {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 7px 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(246, 255, 248, 0.78);
  background: rgba(255, 255, 255, 0.04);
  font-size: 10.2px;
  font-weight: 850;
  line-height: 1.12;
  text-align: center;
}

.benefit-grid span:nth-child(1) {
  border-color: rgba(57, 255, 20, 0.26);
  color: #eaffea;
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.17), rgba(255, 255, 255, 0.04));
}

.benefit-grid span:nth-child(2) {
  border-color: rgba(34, 244, 255, 0.28);
  color: #e3fbff;
  background: linear-gradient(135deg, rgba(34, 244, 255, 0.16), rgba(255, 255, 255, 0.04));
}

.benefit-grid span:nth-child(3) {
  border-color: rgba(255, 47, 109, 0.26);
  color: #ffe8ef;
  background: linear-gradient(135deg, rgba(255, 47, 109, 0.16), rgba(255, 255, 255, 0.04));
}

.broker-proof {
  margin-top: 11px;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(255, 233, 143, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 233, 143, 0.14), rgba(34, 244, 255, 0.08), rgba(255, 47, 109, 0.08)),
    rgba(255, 255, 255, 0.04);
}

.proof-kicker {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  color: #061009;
  background: linear-gradient(90deg, var(--gold), #fff6c7);
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.broker-proof h2 {
  margin: 8px 0 5px;
  font-size: 16px;
  line-height: 1.08;
}

.broker-proof p {
  margin: 0;
  color: rgba(246, 255, 248, 0.76);
  font-size: 11.6px;
  line-height: 1.38;
}

.proof-link {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 233, 143, 0.42);
  border-radius: 8px;
  color: #07110b;
  background: linear-gradient(90deg, var(--gold), #ffffff, var(--tiktok-blue));
  box-shadow: 0 0 26px rgba(255, 233, 143, 0.16);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.info-panel,
.compliance {
  padding: 16px 13px;
}

.info-panel h2,
.compliance h2 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0;
}

.step-list {
  display: grid;
  gap: 9px;
}

.step-list article {
  position: relative;
  min-height: 88px;
  padding: 12px 12px 12px 54px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.step-list span {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 8px;
  color: #061009;
  background: linear-gradient(135deg, var(--green), var(--gold));
  font-size: 12px;
  font-weight: 950;
}

.step-list h3 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.14;
}

.step-list p,
.compliance p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.compliance {
  margin-bottom: 12px;
}

.compliance p + p {
  margin-top: 10px;
}

.tap-ripple {
  position: absolute;
  z-index: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  opacity: 0.75;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  animation: ripple-out 520ms ease-out forwards;
}

@media (min-width: 430px) {
  .page-shell {
    gap: 18px;
    padding: 20px;
  }

  .hero {
    min-height: auto;
    padding: 20px 18px 18px;
  }

  .logo-frame {
    width: 108px;
    height: 108px;
    margin-top: 16px;
  }

  .lead {
    font-size: 15px;
  }

  .info-panel,
  .compliance {
    padding: 20px;
  }
}

@media (min-width: 760px) {
  .page-shell {
    align-content: center;
    padding: 28px;
  }

  .hero,
  .info-panel,
  .compliance {
    max-width: 512px;
  }

  .hero {
    padding: 26px 24px 22px;
  }

  .logo-frame {
    width: 126px;
    height: 126px;
  }

  h1 {
    font-size: 52px;
  }

  .step-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .step-list article {
    min-height: 145px;
    padding: 53px 12px 12px;
  }
}

@media (max-width: 350px) {
  .page-shell {
    padding: 9px;
  }

  .hero {
    min-height: calc(100svh - 18px);
    padding: 11px 9px;
  }

  .verified-pill,
  .traffic-pill {
    min-height: 28px;
    padding: 6px 8px;
    font-size: 10px;
  }

  .logo-frame {
    width: 66px;
    height: 66px;
    margin-top: 8px;
    margin-bottom: 7px;
  }

  h1 {
    font-size: 25px;
  }

  .lead {
    margin-top: 6px;
    font-size: 12.2px;
    line-height: 1.3;
  }

  .ai-console {
    margin-top: 8px;
  }

  .console-body {
    gap: 7px;
    padding: 8px;
  }

  .link-stack {
    gap: 7px;
    margin-top: 9px;
  }

  .action-button {
    min-height: 70px;
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    gap: 8px;
    padding: 18px 8px 10px;
  }

  .button-icon {
    width: 42px;
    height: 42px;
  }

  .button-icon svg {
    width: 22px;
    height: 22px;
  }

  .button-arrow {
    width: 22px;
    height: 22px;
    font-size: 15px;
  }

  .button-badge {
    top: 5px;
    left: 58px;
    font-size: 8px;
  }

  .action-button strong {
    max-width: 18ch;
    font-size: 12.8px;
  }

  .action-button small {
    font-size: 10px;
  }

  .free-band {
    gap: 5px;
    margin-top: 8px;
  }

  .free-band span {
    min-height: 29px;
    padding: 5px;
    font-size: 8.8px;
  }

  .benefit-grid {
    gap: 5px;
    margin-top: 9px;
  }

  .benefit-grid span {
    min-height: 37px;
    font-size: 9.5px;
  }

  .broker-proof {
    padding: 10px;
  }

  .broker-proof h2 {
    font-size: 14.5px;
  }

  .broker-proof p {
    font-size: 10.6px;
  }

  .info-panel,
  .compliance {
    padding: 13px 10px;
  }
}

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

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

@keyframes dot-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes title-flow {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes logo-shine {
  0%,
  55% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(130%);
  }
}

@keyframes button-sweep {
  0%,
  40% {
    transform: translateX(-135%);
  }
  74%,
  100% {
    transform: translateX(135%);
  }
}

@keyframes chip-glint {
  0%,
  45% {
    transform: translateX(-125%);
  }
  72%,
  100% {
    transform: translateX(125%);
  }
}

@keyframes underline-pulse {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
}

@keyframes icon-breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.035);
  }
}

@keyframes cta-pop {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

@keyframes arrow-nudge {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}

@keyframes page-sweep {
  0%,
  46% {
    opacity: 0;
    transform: translateX(-86%);
  }
  58% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(88%);
  }
}

@keyframes grid-flow {
  to {
    background-position: 0 42px, 42px 0;
  }
}

@keyframes scan {
  0%,
  26% {
    transform: translateY(-100%);
  }
  78%,
  100% {
    transform: translateY(100%);
  }
}

@keyframes data-drop {
  from {
    opacity: 0;
    transform: translateY(-140px);
  }
  20%,
  72% {
    opacity: 0.28;
  }
  to {
    opacity: 0;
    transform: translateY(calc(100svh + 140px));
  }
}

@keyframes signal-breathe {
  0%,
  100% {
    filter: saturate(1);
    transform: translateX(-2%);
  }
  50% {
    filter: saturate(1.4);
    transform: translateX(0);
  }
}

@keyframes ripple-out {
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(18);
  }
}
