/* Instrument direction: quiet system typography, explicit rules, dense product rhythm. */
:root {
  --bg: #0b0e12;
  --panel: #10151b;
  --panel2: #141a21;
  --line: #252c35;
  --line2: #3a424c;
  --amber: #e7a83b;
  --amber-dim: #c99437;
  --red: #ef5b55;
  --green: #43c6a0;
  --fg: #f0f3f5;
  --body: #aeb7c2;
  --dim: #7f8b98;
  --mono: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  --display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: var(--sans);
  line-height: 1.65;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 100% 8px;
}

.wrap { max-width: 1180px; }
.num, .sec-label, .eyebrow, .ticker, nav .links, .cta-note, .cap,
.act .t, .payoff, .hook .no, .sopcard, .card .plan, .badge, .earlybird {
  font-family: var(--mono);
}

.ticker {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0;
  border-block: 0 1px solid var(--line);
  background: #090b0e;
  font-size: 12px;
  letter-spacing: .08em;
}

nav {
  min-height: 72px;
  padding-block: 0;
  background: rgba(11,14,18,.94);
  backdrop-filter: blur(18px);
}

.logo {
  color: var(--fg);
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: 0;
}

.logo::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 4px;
  margin-right: 12px;
  vertical-align: middle;
  background: var(--green);
  transform: rotate(-45deg) skewX(-8deg);
  box-shadow: 7px -5px 0 var(--amber);
}

.logo i { color: var(--dim); font-family: var(--mono); font-size: 12px; letter-spacing: .04em; }
nav .links { font-size: 12px; letter-spacing: .06em; }
nav .links a.navcta { padding: 10px 15px; }

.hero {
  min-height: min(720px, calc(100svh - 120px));
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .72fr);
  gap: clamp(48px, 8vw, 108px);
  padding: 66px 0 56px;
}

.eyebrow { margin-bottom: 26px; font-size: 12px; letter-spacing: .1em; }
h1 {
  max-width: 10ch;
  font-family: var(--display);
  font-size: clamp(48px, 5.4vw, 74px);
  font-weight: 650;
  line-height: .98;
  letter-spacing: 0;
}
h1 .plan { color: var(--fg); }
h1 .tilt {
  color: var(--red);
  transform: none;
  text-decoration: none;
}
.hero .sub { margin-top: 30px; max-width: 52ch; font-size: 18px; line-height: 1.65; }
.cta-row { margin-top: 34px; gap: 24px; }
.btn {
  min-height: 50px;
  padding: 0 20px;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: .04em;
  box-shadow: none;
}
.btn:hover { box-shadow: none; }
.btn.ghost { border: 0; border-bottom: 1px solid var(--line2); padding-inline: 0; color: var(--body); }
.cta-note { margin-top: 2px; font-size: 12px; line-height: 1.55; }
.heroshot { max-width: 400px; align-self: end; border-color: var(--line2); box-shadow: 0 28px 70px rgba(0,0,0,.48); }

.hudsec { padding-top: 70px; border-top: 1px solid var(--line); }
.hudshots { margin-top: 28px; }
.hudshot img { border-radius: 0; border-color: var(--line2); }
.hudshot .cap { font-size: 12px; letter-spacing: .08em; }
.annos { grid-template-columns: repeat(3, 1fr); border-color: var(--line); }
.anno { padding: 22px; }
.anno b { font-size: 12px; letter-spacing: .12em; }
.anno p { font-size: 15px; }

.acts, .hooks, .trust, .onboardsec, .faq, .price { padding-top: 118px; }
.sec-label { font-size: 12px; letter-spacing: .1em; }
.sec-label::before { content: ""; display: inline-block; width: 28px; height: 1px; margin: 0 10px 4px 0; background: var(--amber); }
.acts h2, .trust h2, .onboardsec h2, .faq h2, .price h2 {
  font-family: var(--display) !important;
  font-size: clamp(32px, 3.5vw, 46px) !important;
  line-height: 1.08;
  letter-spacing: 0;
}

.actgrid { margin-top: 54px; grid-template-columns: 1fr; background: transparent; border: 0; border-top: 1px solid var(--line2); }
.act {
  display: grid;
  grid-template-columns: 150px minmax(220px, .7fr) minmax(0, 1fr) minmax(220px, .55fr);
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.act:hover { background: transparent; }
.act .t { padding-top: 5px; font-size: 12px; letter-spacing: .08em; }
.act h3 { margin: 0; font-family: var(--display); font-size: 21px; line-height: 1.35; }
.act h3::before { content: none; }
.act p { margin: 0; font-size: 15px; }
.act .payoff { grid-column: 2; width: max-content; margin-top: 0; font-size: 12px; }
.act-shot { grid-column: 4; grid-row: 1 / span 2; height: 280px; margin: 0; border-radius: 0; background: var(--panel); }
.act-shot img { object-fit: contain; object-position: center; }
.act-shot.bar { align-self: center; }

.hookgrid { gap: 0; margin-top: 54px; background: transparent; border: 0; border-top: 1px solid var(--line2); }
.hook { padding: 30px 30px 34px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; }
.hook + .hook { padding-left: 30px; border-left: 1px solid var(--line); }
.hook h3 { font-family: var(--display); font-size: 21px; }

.redlines, .qs, .cards { border-top: 1px solid var(--line2); }
.redline { border-color: var(--line); }
.redline .x { color: var(--red); }
.customgrid { gap: 72px; }
.sopcard { border-color: var(--line2); border-radius: 0; position: static; }
.sopcard .s-title em { font-size: 12px; }

.qs details { border-color: var(--line); }
.qs summary { min-height: 58px; display: flex; align-items: center; font-family: var(--display); font-size: 17px; }
.qs .a { font-size: 15px; }

.cards { grid-template-columns: 1fr; gap: 0; background: transparent; }
.card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 180px;
  gap: 26px;
  align-items: center;
  min-height: 148px;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.card.hot { border: 0; border-bottom: 1px solid var(--amber-dim); background: transparent; box-shadow: none; }
.card .badge { top: -10px; left: 24px; right: auto; width: max-content; font-size: 12px; }
.card .plan { font-size: 13px; letter-spacing: .1em; }
.card .subline, .card ul { grid-column: 2; }
.card .amt { grid-column: 3; grid-row: 1; margin: 0; justify-self: end; }
.card .btn { grid-column: 3; grid-row: 2 / span 2; justify-self: end; width: 180px; }
.card .btn { margin-top: 0; }

.closing { margin-top: 120px; border-block: 1px solid var(--line); background: var(--panel); }
.closing h2 { font-family: var(--display); letter-spacing: 0; }
footer { background: #090b0e; }

@media (max-width: 960px) {
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 50px; padding-top: 58px; }
  .heroshot { max-width: 560px; margin-inline: auto; }
  .act { grid-template-columns: 96px minmax(0, .7fr) minmax(0, 1fr); }
  .act-shot { grid-column: 2 / -1; grid-row: auto; height: auto; max-height: 360px; }
  .act .payoff { grid-column: 2 / -1; }
  .hook + .hook { padding-left: 0; border-left: 0; }
  .card { grid-template-columns: 120px 1fr; }
  .card .amt { grid-column: 2; justify-self: end; }
  .card .btn { grid-column: 2; grid-row: auto; justify-self: start; }
}

@media (max-width: 560px) {
  .wrap { padding-inline: 20px; }
  .ticker { min-height: 44px; font-size: 12px; }
  nav { min-height: 64px; padding-inline: 20px; }
  h1 { font-size: 50px; }
  .hero .sub { font-size: 17px; }
  .cta-row { align-items: flex-start; flex-direction: column; }
  .cta-note { font-size: 12px; }
  .annos { grid-template-columns: 1fr; }
  .acts, .hooks, .trust, .onboardsec, .faq, .price { padding-top: 88px; }
  .act { grid-template-columns: 54px 1fr; gap: 18px; }
  .act h3, .act p { grid-column: 2; }
  .act-shot, .act .payoff { grid-column: 1 / -1; }
  .card { grid-template-columns: 1fr; gap: 12px; }
  .card .plan, .card .subline, .card ul, .card .amt, .card .btn { grid-column: 1; justify-self: start; }
  .card .amt { grid-row: auto; }
  .card .badge { position: static; width: max-content; margin-bottom: 4px; }
  .closing { margin-top: 88px; }
}
