:root {
  color-scheme: dark;
  --bg: #050608;
  --ink: #090a0d;
  --panel: #0d0f13;
  --raised: #141820;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(231, 202, 121, 0.24);
  --text: #f7f7f4;
  --soft: #c7cdd7;
  --muted: #8f98a7;
  --gold: #c7a04b;
  --gold-soft: #e7ca79;
  --gold-quiet: #d9b65f;
  --green: #67d391;
  --radius: 14px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 28% 0%, rgba(231, 202, 121, 0.13), transparent 28rem),
    radial-gradient(circle at 82% 15%, rgba(255, 255, 255, 0.07), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid rgba(231, 202, 121, 0.85);
  outline-offset: 3px;
}

.site-shell {
  overflow: hidden;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 6, 8, 0.74);
  backdrop-filter: blur(16px);
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark,
.footer-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(199, 160, 75, 0.28);
  border-radius: 10px;
  background: #fff;
  padding: 4px;
  flex: 0 0 auto;
}

.brand-mark img,
.footer-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.footer-brand strong {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
}

.brand small,
.footer-brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--soft);
  font-size: 14px;
}

.nav-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.nav-links a,
.footer-links a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--gold-soft);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 16px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  transition: border-color 180ms ease, background 180ms ease;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-button {
  display: none;
  width: 52px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0 12px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 6px 0;
  border-radius: 999px;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button.is-open span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-button.is-open span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  left: 12px;
  right: 12px;
  top: 82px;
  z-index: 30;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(9, 10, 13, 0.98);
  box-shadow: var(--shadow);
  padding: 14px;
}

.mobile-menu nav {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
}

.mobile-menu a:not(.button) {
  display: flex;
  min-height: 48px;
  align-items: center;
  border-radius: 8px;
  padding: 0 12px;
  color: var(--soft);
  font-size: 15px;
}

.mobile-menu a:not(.button):hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.nav-cta:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.05);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 56px;
  min-height: min(860px, calc(100vh - 78px));
  padding-top: 34px;
  padding-bottom: 56px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(231, 202, 121, 0.11);
}

.orbit-one {
  top: 9%;
  right: 7%;
  width: 440px;
  height: 440px;
}

.orbit-two {
  top: 25%;
  right: 18%;
  width: 270px;
  height: 270px;
  border-color: rgba(255, 255, 255, 0.08);
}

.grid-glow {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.hero-copy,
.hero-card,
.section-copy,
.panel,
.black-logo-card,
.result-card,
.faq-list,
.choice-heading,
.choice-card {
  position: relative;
}

.kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(199, 160, 75, 0.24);
  border-radius: 999px;
  background: rgba(199, 160, 75, 0.1);
  padding: 7px 11px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 700;
}

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

h1 {
  margin-top: 24px;
  max-width: 780px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
}

h1 span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-soft);
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.15;
}

h2 {
  margin-top: 16px;
  max-width: 720px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  font-size: 24px;
  line-height: 1.15;
}

.hero-text,
.section-copy p:not(.kicker) {
  margin-top: 22px;
  max-width: 660px;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  background: var(--gold);
  color: #080808;
}

.button-primary:hover {
  background: var(--gold-soft);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
}

.button-secondary:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.075);
}

.button-light {
  background: #f7f5ed;
  color: #050608;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-strip span {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  padding: 11px 13px;
  color: var(--soft);
  font-size: 14px;
}

.hero-card,
.panel,
.black-logo-card,
.result-card,
.faq-list details,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(13, 15, 19, 0.86);
  box-shadow: var(--shadow);
}

.hero-card,
.panel,
.black-logo-card,
.result-card {
  padding: 18px;
}

.logo-stage {
  display: grid;
  place-items: center;
  min-height: clamp(300px, 34vw, 430px);
  overflow: hidden;
  border-radius: 12px;
}

.logo-stage-light {
  background: #fff;
}

.logo-stage img {
  width: min(430px, 100%);
}

.hero-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.hero-card-grid div,
.metric-grid span {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  padding: 16px;
}

.hero-card-grid small,
.metric-grid small,
.broker-block small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.hero-card-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--gold-soft);
  font-size: 24px;
}

.choice-section {
  padding-top: 38px;
}

.choice-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.choice-heading h2 {
  max-width: 780px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.choice-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 330px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 20px;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.choice-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  background: #11141a;
}

.choice-card img {
  width: 100%;
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
}

.choice-black img {
  background: #070707;
}

.choice-card p {
  color: var(--gold-soft);
  font-size: 14px;
  font-weight: 800;
}

.choice-card h3 {
  margin-top: 8px;
  max-width: 360px;
}

.choice-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 22px;
  padding: 0;
  color: var(--soft);
  list-style: none;
}

.choice-card li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border-radius: 999px;
  background: var(--gold-soft);
  vertical-align: 2px;
}

.product-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 54px;
}

.narrow {
  max-width: 760px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.feature-grid article,
.principles span {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  padding: 18px;
  color: var(--soft);
  line-height: 1.45;
}

.feature-grid article strong,
.principles span strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
}

.feature-grid article span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.platform-card {
  position: relative;
}

.platform-icons {
  display: flex;
  gap: 9px;
  margin-bottom: 14px;
}

.platform-icons img {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  object-fit: cover;
}

.broker-block {
  grid-column: 1 / -1;
  margin-top: -18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 0%, rgba(231, 202, 121, 0.08), transparent 22rem),
    rgba(13, 15, 19, 0.72);
  box-shadow: var(--shadow);
  padding: 20px;
}

.broker-block p {
  margin-bottom: 14px;
  font-weight: 800;
}

.broker-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    #0a0c10;
}

.broker-logo {
  display: grid;
  place-items: center;
  min-height: 132px;
  border-right: 1px solid var(--line);
  overflow: hidden;
  padding: 26px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.broker-logo:last-child {
  border-right: 0;
}

.broker-logo:hover {
  transform: translateY(-2px);
  background: rgba(231, 202, 121, 0.055);
}

.broker-logo:nth-child(1),
.broker-logo:nth-child(3) {
  background: #f4f5f3;
}

.broker-logo:nth-child(1):hover,
.broker-logo:nth-child(3):hover {
  background: #ffffff;
}

.broker-logo:nth-child(2),
.broker-logo:nth-child(4) {
  background: #050505;
}

.broker-logo:nth-child(2):hover,
.broker-logo:nth-child(4):hover {
  background: #090909;
}

.broker-logo img {
  max-height: 78px;
  width: 100%;
  object-fit: contain;
  filter: saturate(0.98) contrast(1.03);
}

.broker-block small {
  margin-top: 12px;
}

.steps-section,
.performance-section {
  width: 100%;
  max-width: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.steps-section > *,
.performance-section > * {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.steps article {
  min-height: 180px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  padding: 22px;
}

.steps span {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
}

.steps p {
  margin-top: 44px;
  color: var(--soft);
  line-height: 1.6;
}

.black-section {
  grid-template-columns: 1fr 0.95fr;
}

.black-logo-card {
  background:
    radial-gradient(circle at 50% 36%, rgba(231, 202, 121, 0.12), transparent 20rem),
    #080809;
}

.black-logo-card img {
  margin: auto;
  border-radius: 12px;
}

.principles {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.performance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.equity-lab {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  margin-top: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 42%),
    rgba(8, 9, 11, 0.88);
  padding: 18px;
}

.equity-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  padding: 10px 8px;
}

.equity-copy h3 {
  max-width: 360px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}

.equity-copy p:not(.kicker) {
  max-width: 390px;
  color: var(--soft);
  line-height: 1.7;
}

.equity-panel {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: #050607;
  padding: 14px;
}

.equity-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.equity-tab {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--soft);
  padding: 0 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.equity-tab:hover,
.equity-tab:focus-visible {
  border-color: rgba(215, 181, 109, 0.52);
  color: var(--text);
}

.equity-tab:active {
  transform: translateY(1px);
}

.equity-tab.is-active {
  border-color: rgba(215, 181, 109, 0.7);
  background: rgba(215, 181, 109, 0.14);
  color: var(--gold-soft);
}

.equity-chart-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background:
    radial-gradient(circle at 76% 22%, rgba(215, 181, 109, 0.12), transparent 18rem),
    #08090b;
}

.equity-chart {
  display: block;
  width: 100%;
  height: auto;
  min-height: 240px;
}

.equity-grid path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.07);
  stroke-width: 1;
}

.equity-area {
  fill: url(#equityFill);
}

.equity-line {
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
  filter: drop-shadow(0 0 10px rgba(215, 181, 109, 0.22));
}

.equity-dot {
  fill: var(--gold-soft);
  stroke: #050607;
  stroke-width: 3;
}

.equity-label {
  fill: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

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

.equity-readout span {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  padding: 12px;
}

.equity-readout strong {
  display: block;
  margin-top: 7px;
  color: var(--text);
  font-size: 18px;
}

.result-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.result-heading p {
  color: var(--gold-soft);
  font-size: 14px;
  font-weight: 800;
}

.result-heading h3 {
  margin-top: 6px;
}

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

.metric-grid strong {
  display: block;
  margin-top: 7px;
  font-size: 18px;
}

.backtest-image {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
}

.proof-preview {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 18px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: zoom-in;
}

.proof-preview span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  background: rgba(5, 6, 8, 0.86);
  padding: 8px 10px;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
}

.disclaimer {
  margin-top: 22px;
  border: 1px solid rgba(199, 160, 75, 0.24);
  border-radius: var(--radius);
  background: rgba(199, 160, 75, 0.09);
  padding: 18px;
  color: var(--soft);
  line-height: 1.7;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 54px;
}

.faq-list {
  display: grid;
  gap: 12px;
  background: transparent;
  box-shadow: none;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--soft);
  line-height: 1.65;
}

.contact-section {
  padding-top: 40px;
}

.contact-card {
  padding: clamp(24px, 5vw, 48px);
}

.contact-card p:not(.kicker) {
  margin-top: 18px;
  max-width: 700px;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.7;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.contact-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
}

.contact-meta div {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  padding: 16px;
}

.contact-meta dt {
  color: var(--muted);
  font-size: 12px;
}

.contact-meta dd {
  margin: 7px 0 0;
  font-weight: 800;
}

.footer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 34px 0 44px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  color: var(--soft);
  font-size: 14px;
}

.footer-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-radius: 8px;
  padding: 0 8px;
}

.legal-section {
  padding-top: 28px;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.legal-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(13, 15, 19, 0.72);
  padding: clamp(22px, 4vw, 36px);
}

.legal-grid p:not(.kicker) {
  margin-top: 18px;
  color: var(--soft);
  font-size: 16px;
  line-height: 1.7;
}

.proof-dialog {
  width: min(1120px, calc(100% - 24px));
  max-height: calc(100vh - 24px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #08090b;
  padding: 52px 12px 12px;
  color: var(--text);
}

.proof-dialog::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.proof-dialog img {
  width: 100%;
  max-height: calc(100vh - 96px);
  object-fit: contain;
  border-radius: 10px;
  background: white;
}

.proof-close {
  position: absolute;
  top: 10px;
  right: 10px;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  padding: 0 14px;
  font-weight: 800;
  cursor: pointer;
}

.footer-risk {
  grid-column: 1 / -1;
  max-width: 880px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .hero,
  .product-section,
  .black-section,
  .faq-section,
  .equity-lab,
  .performance-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .choice-heading,
  .choice-grid,
  .choice-card,
  .broker-grid {
    grid-template-columns: 1fr;
  }

  .choice-heading {
    align-items: start;
  }

  .choice-card {
    min-height: auto;
  }

  .broker-block {
    margin-top: 0;
  }

  .broker-logo {
    min-height: 98px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .broker-logo:last-child {
    border-bottom: 0;
  }

  .broker-logo img {
    max-height: 62px;
  }

  .choice-card img {
    max-width: 280px;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .black-logo-card {
    order: 2;
  }
}

@media (max-width: 640px) {
  .section {
    width: min(100% - 24px, 1180px);
    padding: 68px 0;
  }

  .nav {
    width: calc(100% - 24px);
    min-height: 70px;
  }

  .brand small {
    display: none;
  }

  .nav-cta {
    min-height: 48px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero {
    align-content: start;
    gap: 24px;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.02;
  }

  h1 span {
    font-size: 18px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-text,
  .section-copy p:not(.kicker),
  .contact-card p:not(.kicker) {
    font-size: 16px;
    line-height: 1.65;
  }

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

  .feature-grid,
  .steps,
  .metric-grid,
  .equity-readout,
  .hero-card-grid {
    grid-template-columns: 1fr;
  }

  .logo-stage {
    min-height: 260px;
  }

  .hero-card,
  .panel,
  .black-logo-card,
  .equity-lab,
  .equity-panel,
  .result-card,
  .faq-list details,
  .contact-card,
  .choice-card {
    border-radius: 12px;
    padding: 14px;
  }

  .equity-copy {
    gap: 18px;
    padding: 0;
  }

  .equity-chart {
    min-height: 210px;
  }

  .choice-card img {
    max-width: none;
  }

  .steps article {
    min-height: 148px;
  }

  .steps p {
    margin-top: 28px;
  }

  .contact-meta {
    grid-template-columns: 1fr;
  }

  .legal-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    width: calc(100% - 24px);
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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