/* ============================================================
   Outfluencer — creator-powered app marketing
   Palette: navy / red / paper-white
   ============================================================ */

:root {
  --navy:        #0b1b3a;
  --navy-deep:   #061128;
  --navy-soft:   #12295b;
  --blue:        #1b3e8f;
  --red:         #e3122e;
  --red-deep:    #b70d24;
  --paper:       #f7f4ed;
  --paper-2:     #efeae0;
  --white:       #ffffff;
  --ink:         #0b1b3a;
  --muted:       #5c6479;
  --rule:        rgba(11, 27, 58, .14);

  --sans: "Archivo", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -.035em; line-height: 1.03; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.wrap { width: min(1180px, 100% - 44px); margin-inline: auto; }

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--navy); color: #fff; padding: 12px 18px; z-index: 999;
}
.skip:focus { left: 12px; top: 12px; }

/* ---------- shared bits ---------- */

.eyebrow {
  margin: 0 0 18px;
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--red);
}
.eyebrow.light { color: #ff8f9b; }

em { font-style: normal; }

/* bold red emphasis inside headlines — no italics, no script faces */
mark {
  background: none;
  color: var(--red);
  font-weight: 900;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 22px;
  border: 2px solid var(--navy);
  border-radius: 2px;
  background: var(--navy);
  color: var(--white);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  cursor: pointer;
  box-shadow: 4px 4px 0 var(--navy);
  transition: transform .14s ease, box-shadow .14s ease, background .14s ease;
}
.btn:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--navy); }
.btn:active { transform: translate(4px, 4px); box-shadow: 0 0 0 var(--navy); }

.btn-red { background: var(--red); border-color: var(--navy); }
.btn-red:hover { background: var(--red-deep); }
.btn-white { background: var(--white); color: var(--navy); border-color: var(--white); box-shadow: 4px 4px 0 var(--red); }
.btn-white:hover { box-shadow: 2px 2px 0 var(--red); }
.btn-sm { min-height: 42px; padding: 0 16px; font-size: 14px; box-shadow: 3px 3px 0 var(--navy); }
.btn-lg { min-height: 58px; padding: 0 30px; font-size: 17px; }
.btn-full { width: 100%; }

.ghost-link {
  font-weight: 700;
  font-size: 15px;
  border-bottom: 2px solid var(--red);
  padding-bottom: 3px;
}
.ghost-link:hover { color: var(--red); }

/* reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s cubic-bezier(.22,.61,.36,1), transform .6s cubic-bezier(.22,.61,.36,1);
}
.reveal.visible { opacity: 1; transform: none; }

/* ============================================================
   MASTHEAD
   ============================================================ */

.masthead {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(247, 244, 237, .88);
  border-bottom: 2px solid var(--navy);
  backdrop-filter: saturate(140%) blur(10px);
}
.masthead-in {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 30px; height: 30px;
  display: grid; place-items: center;
  background: var(--navy);
  color: var(--red);
  border-radius: 3px;
}
.brand-mark svg { width: 20px; height: 20px; }
.brand-word {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.045em;
}

.masthead-nav {
  display: flex;
  gap: 28px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: lowercase;
  color: var(--muted);
}
.masthead-nav a { padding-bottom: 2px; border-bottom: 2px solid transparent; }
.masthead-nav a:hover { color: var(--navy); border-color: var(--red); }

/* ============================================================
   HERO
   ============================================================ */

.hero {
  position: relative;
  padding: 84px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(760px 420px at 88% 6%, rgba(27, 62, 143, .10), transparent 62%),
    radial-gradient(520px 380px at 4% 92%, rgba(227, 18, 46, .09), transparent 60%),
    var(--paper);
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(var(--rule) 1px, transparent 1px),
    linear-gradient(90deg, var(--rule) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: .35;
  mask-image: radial-gradient(70% 60% at 50% 40%, #000, transparent 78%);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000, transparent 78%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 68px;
  align-items: center;
}

.hero h1 {
  font-size: clamp(40px, 4.8vw, 66px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1;
  text-wrap: balance;
}

.lede {
  max-width: 560px;
  margin-top: 26px;
  font-size: 19px;
  line-height: 1.6;
  color: var(--muted);
}
.promise {
  max-width: 560px;
  padding-left: 20px;
  border-left: 4px solid var(--red);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}
.hero-chips li {
  padding: 7px 13px;
  border: 1.5px solid var(--rule);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 500;
  color: var(--muted);
}

/* --- campaign rig (hero visual) --- */

.rig {
  position: relative;
  padding: 18px;
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: 4px;
  box-shadow: 12px 12px 0 rgba(11, 27, 58, .12);
  transform: rotate(-1.1deg);
}
.rig-bar {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 14px;
  border-bottom: 1.5px solid var(--rule);
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--navy);
}
.rig-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #17a05e;
  box-shadow: 0 0 0 4px rgba(23, 160, 94, .16);
}
.rig-time { margin-left: auto; color: var(--muted); letter-spacing: .1em; }

.rig-brief { display: flex; gap: 14px; align-items: center; padding: 18px 0 16px; }
.rig-app {
  flex: 0 0 auto;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 11px;
  background: var(--navy);
  color: var(--white);
  font-size: 21px;
  font-weight: 800;
}
.rig-label {
  margin: 0;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}
.rig-value { margin: 3px 0 0; font-size: 15px; font-weight: 700; letter-spacing: -.02em; }

/* stage: phone + live decision log */

.stage {
  display: grid;
  grid-template-columns: minmax(0, 218px) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  padding-top: 4px;
}

.phone {
  position: relative;
  aspect-ratio: 1126 / 2436;
  padding: 6px;
  border-radius: 26px;
  background: linear-gradient(160deg, #1c2b4d, #050b1a 62%);
  box-shadow:
    0 0 0 1.5px rgba(11, 27, 58, .9),
    0 18px 34px -18px rgba(11, 27, 58, .7);
  overflow: hidden;
}
.phone::after {
  content: "";
  position: absolute;
  top: 10px; left: 50%;
  transform: translateX(-50%);
  width: 58px; height: 15px;
  border-radius: 999px;
  background: #050b1a;
  z-index: 3;
}
.phone-video {
  display: block;
  width: 100%; height: 100%;
  border-radius: 21px;
  object-fit: cover;
  background: #050b1a;
}
.phone-glass {
  position: absolute;
  inset: 6px;
  border-radius: 21px;
  pointer-events: none;
  background: linear-gradient(200deg, rgba(255,255,255,.16), transparent 34%);
}

/* the "thinking" chip over the video */

.verdict {
  position: absolute;
  left: 10px; right: 10px; bottom: 10px;
  z-index: 4;
  display: grid;
  gap: 5px;
  padding: 10px 11px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(6, 17, 40, .82);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: #fff;
  box-shadow: 0 10px 22px -14px rgba(0,0,0,.9);
}
.verdict.flip { animation: verdict-in .34s cubic-bezier(.2, .9, .3, 1); }
@keyframes verdict-in {
  from { opacity: 0; transform: translateY(7px) scale(.98); }
  to   { opacity: 1; transform: none; }
}
.verdict-head {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--v-color, #fff);
}
.verdict-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--v-color, #fff);
  box-shadow: 0 0 0 3.5px color-mix(in srgb, var(--v-color, #fff) 22%, transparent);
}
.verdict-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.015em;
  text-wrap: balance;
}

.verdict[data-status="good"] { --v-color: #35d18a; }
.verdict[data-status="sent"] { --v-color: #ff6b7f; }
.verdict[data-status="skip"] { --v-color: #93a0bb; }
.verdict[data-status="skip"] .verdict-text { color: #c3ccdd; }

/* decision log beside the phone */

.feed {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 12px;
  border: 1.5px solid var(--rule);
  border-radius: 4px;
  background: #fcfbf8;
}
.feed-title {
  margin: 0 0 10px;
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}
.feed-list {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  min-height: 0;
  overflow: hidden;
}
.feed-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 8px 9px;
  border-radius: 3px;
  border: 1.5px solid var(--rule);
  background: var(--white);
  animation: feed-in .3s ease-out;
}
@keyframes feed-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}
.feed-list li b {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 6px;
  border-radius: 999px;
  white-space: nowrap;
}
.feed-list li span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.01em;
  color: var(--navy);
}
.feed-list li[data-status="good"] b { background: rgba(23,160,94,.12);  color: #0f7a45; }
.feed-list li[data-status="sent"] b { background: rgba(227,18,46,.12);  color: var(--red-deep); }
.feed-list li[data-status="skip"] b { background: rgba(11,27,58,.07);   color: var(--muted); }
.feed-list li[data-status="skip"] span { color: var(--muted); font-weight: 500; }

.feed-foot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1.5px solid var(--rule);
}
.feed-foot i {
  display: block;
  font-family: var(--mono);
  font-style: normal;
  font-size: 9.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}
.feed-foot b {
  display: block;
  margin-top: 3px;
  font-size: 22px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.03em;
}

.rig-note {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1.5px solid var(--rule);
  font-family: var(--mono);
  font-size: 10.5px;
  line-height: 1.5;
  color: var(--muted);
}

/* ============================================================
   TICKER
   ============================================================ */

.ticker {
  border-block: 2px solid var(--navy);
  background: var(--red);
  color: var(--white);
  overflow: hidden;
}
.ticker-track {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 13px 0;
  white-space: nowrap;
  width: max-content;
  animation: slide 34s linear infinite;
  font-family: var(--mono);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .08em;
}
.ticker-track .sep { opacity: .55; }
@keyframes slide {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   PROBLEM
   ============================================================ */

.problem { padding: 104px 0; }

.head { max-width: 820px; }
.head h2 { font-size: clamp(34px, 4.6vw, 56px); }

.cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 62px;
}
.col { padding-top: 20px; border-top: 3px solid var(--navy); }
.col-n {
  margin: 0 0 22px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--red);
}
.col h3 { font-size: 23px; margin-bottom: 12px; }
.col p { margin: 0; color: var(--muted); font-size: 16px; }

.pull {
  margin: 76px 0 0;
  padding: 40px 44px;
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: 4px;
  box-shadow: 10px 10px 0 rgba(11,27,58,.10);
}
.pull p {
  margin: 0;
  font-size: clamp(21px, 2.5vw, 30px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -.035em;
}
.pull cite {
  display: block;
  margin-top: 16px;
  font-family: var(--mono);
  font-style: normal;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--muted);
}

/* ============================================================
   SYSTEM / MECHANISM
   ============================================================ */

.system {
  padding: 104px 0;
  background: var(--navy);
  color: var(--white);
  border-block: 2px solid var(--navy);
}
.system h2 { font-size: clamp(38px, 5.2vw, 68px); font-weight: 900; letter-spacing: -.05em; }

.head-split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: end;
  max-width: none;
}
.head-note {
  margin: 0;
  color: #b9c6e0;
  font-size: 17px;
}

/* vertical numbered rail */
.steps {
  margin-top: 64px;
  max-width: 900px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.steps li {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 28px;
  align-items: start;
  padding: 28px 8px 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
  transition: background .18s ease;
}
.steps li:hover { background: rgba(255,255,255,.04); }

.s-n {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 2px solid var(--red);
  border-radius: 50%;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -.04em;
  color: var(--white);
  background: var(--red);
}
.s-star {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--red);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
.steps li:last-child .s-n { background: transparent; color: var(--red); }

.s-body { padding-top: 6px; }
.steps h3 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 900;
  letter-spacing: -.04em;
}
.steps p { margin: 0; font-size: 16px; line-height: 1.55; color: #b9c6e0; }
.step-note {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ff8f9b;
}

/* ============================================================
   VERSUS PANELS
   ============================================================ */

.versus { display: grid; grid-template-columns: 1fr 1fr; }
.panel { display: flex; align-items: center; padding: 96px 6vw; color: var(--white); }
.panel-dark { background: var(--navy-deep); }
.panel-red  { background: var(--red); }
.panel-red .eyebrow { color: rgba(255, 255, 255, .82); }
.panel-in { max-width: 560px; }
.panel h2 { font-size: clamp(30px, 3.4vw, 44px); }

.list { display: grid; gap: 15px; margin-top: 34px; }
.list li {
  position: relative;
  padding-left: 34px;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.45;
}
.list li::before {
  position: absolute;
  left: 0; top: -1px;
  font-size: 19px;
  font-weight: 800;
}
.list-x li::before { content: "×"; color: #ff6a76; }
.list-check li::before { content: "✓"; color: var(--white); }

/* ============================================================
   GOOD STUFF
   ============================================================ */

.good { padding: 104px 0; }
.good h2 { font-size: clamp(30px, 3.8vw, 48px); font-weight: 900; }
.good-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}
.good-grid article {
  padding: 28px;
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: 3px;
  box-shadow: 6px 6px 0 rgba(11, 27, 58, .10);
}
.good-grid h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.035em;
  color: var(--red);
}
.good-grid p { margin: 0; color: var(--muted); font-size: 16px; }

/* ============================================================
   WHO
   ============================================================ */

.who { padding: 100px 0; background: var(--paper-2); }
.who h2 { font-size: clamp(30px, 3.8vw, 46px); }
.who-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.who-list li {
  padding: 26px;
  background: var(--paper);
  border: 2px solid var(--navy);
  border-radius: 3px;
}
.who-list b { display: block; font-size: 18px; letter-spacing: -.02em; }
.who-list span { display: block; margin-top: 8px; color: var(--muted); font-size: 15.5px; }

/* ============================================================
   PRICING
   ============================================================ */

.pricing { padding: 106px 0; }
.pricing .head { max-width: 720px; }
.pricing h2 { font-size: clamp(32px, 4.2vw, 52px); }
.price-lede { max-width: 560px; margin-top: 24px; font-size: 18px; color: var(--muted); }

.plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  margin-top: 56px;
}
.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 24px;
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: 4px;
  box-shadow: 6px 6px 0 rgba(11, 27, 58, .12);
}
.plan-hot {
  border-color: var(--red);
  box-shadow: 10px 10px 0 var(--navy);
  transform: translateY(-10px);
}
.plan-max {
  background: var(--navy);
  color: var(--white);
  box-shadow: 6px 6px 0 var(--red);
}
.plan-badge {
  position: absolute;
  top: -12px;
  left: 18px;
  margin: 0;
  padding: 4px 10px;
  background: var(--red);
  color: var(--white);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.plan-kicker {
  margin: 0;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--red);
}
.plan-max .plan-kicker { color: #ff8f9b; }
.plan-price {
  margin: 12px 0 0;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: 1;
  white-space: nowrap;
}
.plan-price span { font-size: 24px; vertical-align: super; margin-right: 2px; font-weight: 700; }
.plan-sub {
  margin: 10px 0 0;
  min-height: 2.6em;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.3;
}
.plan-max .plan-sub { color: #c9d4ea; font-weight: 500; }
.plan-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 26px;
  padding-top: 22px;
  border-top: 2px dashed var(--rule);
  flex: 1 1 auto;
}
.plan-max .plan-list { border-top-color: rgba(255,255,255,.18); }
.plan-list li { position: relative; padding-left: 26px; font-size: 15px; font-weight: 600; }
.plan-list li::before {
  content: "✓";
  position: absolute; left: 0; top: -1px;
  color: var(--red);
  font-weight: 800;
}
.plan-max .plan-list li::before { color: #ff8f9b; }
.plan .btn { margin-top: auto; }
.price-fine {
  margin: 28px 0 0;
  text-align: center;
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--muted);
}

/* ============================================================
   FAQ
   ============================================================ */

.faq { padding: 100px 0; background: var(--paper-2); }
.faq h2 { font-size: clamp(30px, 3.8vw, 46px); }
.faq-in { width: min(880px, 100% - 44px); }
.faq-list { margin-top: 46px; border-top: 2px solid var(--navy); }

.faq details { border-bottom: 2px solid var(--navy); }
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.02em;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: 24px;
  font-weight: 500;
  color: var(--red);
  transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p {
  margin: 0;
  padding: 0 60px 26px 0;
  color: var(--muted);
  font-size: 16.5px;
}

/* ============================================================
   FINAL CTA + FOOTER
   ============================================================ */

.final {
  padding: 108px 0;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}
.final-in { max-width: 760px; margin-inline: auto; }
.final h2 { font-size: clamp(36px, 5.2vw, 64px); }
.final p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px auto 34px;
  color: #b9c6e0;
  font-size: 18px;
}

.foot {
  padding: 34px 0;
  background: var(--navy-deep);
  color: #8f9db8;
  font-size: 13.5px;
}
.foot-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.foot-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -.03em;
}
.foot-brand .brand-mark { background: var(--white); color: var(--red); }
.foot-line { margin: 0; display: inline-flex; flex-wrap: wrap; gap: 8px; }
.foot-line a:hover { color: var(--white); }

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1040px) {
  .hero-grid,
  .head-split { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .head-split { gap: 26px; align-items: start; }
  .rig { transform: none; max-width: 560px; }
  .versus { grid-template-columns: 1fr; }
  .panel { padding: 76px 32px; }
  .masthead-nav { display: none; }
  .plans { grid-template-columns: 1fr; max-width: 440px; }
  .plan-hot { transform: none; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .wrap, .faq-in { width: min(100% - 32px, 1180px); }
  .hero { padding: 60px 0 68px; }
  .hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero-cta { flex-direction: column; align-items: stretch; gap: 18px; }
  .hero-cta .btn { width: 100%; }
  .ghost-link { align-self: flex-start; }
  .problem, .system, .good, .who, .pricing, .faq { padding: 72px 0; }
  .cols, .good-grid, .who-list { grid-template-columns: 1fr; }
  .cols { gap: 30px; margin-top: 44px; }
  .steps li { grid-template-columns: 54px 1fr; gap: 18px; padding: 24px 0; }
  .s-n { width: 46px; height: 46px; font-size: 20px; }
  .s-body { padding-top: 2px; }
  .pull { margin-top: 52px; padding: 28px 24px; }
  .final { padding: 80px 0; }
  .faq details p { padding-right: 0; }
  .foot-in { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .stage { grid-template-columns: 1fr; gap: 14px; }
  .phone { width: min(100%, 240px); margin: 0 auto; }
  .feed-list { min-height: 132px; justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .ticker-track, .rig-scan span { animation: none; }
  .verdict.flip, .feed-list li { animation: none; }
  .btn { transition: none; }
}
