/* Electric Nerdz Swift — managed websites.
   Dark, confident hero; light, calm body. The page itself is the proof: if we
   sell fast, clean, mobile-first websites, this page has to BE one. */

@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400..900&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --blue: #2563f6;
  --blue-b: #1d4ed8;
  --navy: #0a1730;
  --navy-2: #0f2149;
  --ink: #0f172a;
  --muted: #5c6575;
  --line: #e4e9f2;
  --soft: #f5f8fd;
  --green: #16a06b;
  --amber: #f5b40a;
  --r-sm: 10px; --r-md: 14px; --r-lg: 20px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: "Space Grotesk", Inter, system-ui, sans-serif;
  --shadow-sm: 0 1px 2px rgba(15,23,42,.06), 0 4px 12px rgba(15,23,42,.06);
  --shadow-md: 0 2px 4px rgba(15,23,42,.05), 0 12px 32px rgba(15,23,42,.10);
  --shadow-lg: 0 4px 8px rgba(15,23,42,.05), 0 24px 64px rgba(15,23,42,.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0; color: var(--ink); background: #fff;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.55; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 22px; }
.ico { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
:focus-visible { outline: 3px solid rgba(37,99,246,.45); outline-offset: 2px; border-radius: 4px; }

/* ---------- dark shell (nav + hero) ---------- */
.dark {
  background:
    radial-gradient(90% 70% at 78% 12%, #16346e 0%, rgba(22,52,110,0) 60%),
    linear-gradient(180deg, #0a1730 0%, #0c1c3b 100%);
  color: #fff; position: relative; overflow: hidden;
}
.dark::after { /* soft grid, barely there — reads "engineered" not "decorated" */
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(70% 60% at 50% 30%, #000 0%, transparent 75%);
}
.nav { display: flex; align-items: center; gap: 26px; padding: 18px 0; position: relative; z-index: 2; }
.nav .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; margin-right: auto; }
.nav .brand img { height: 34px; }
.nav .brand b { font-family: var(--font-display); font-size: 15px; letter-spacing: -.02em; line-height: 1.05; text-transform: uppercase; }
.nav a.link { color: #c9d6ef; text-decoration: none; font-size: 14px; font-weight: 600; }
.nav a.link:hover { color: #fff; }
.btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  background: linear-gradient(180deg, #3b82f7, var(--blue)); color: #fff; border: 0;
  border-radius: var(--r-md); padding: 15px 26px; font: inherit; font-weight: 800;
  font-size: 15px; cursor: pointer; text-decoration: none; position: relative;
  overflow: hidden; isolation: isolate;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 8px 24px rgba(37,99,246,.36);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 14px 34px rgba(37,99,246,.45); }
.btn:active { transform: translateY(0) scale(.985); }
.btn::after { /* the shimmer sweep, same language as the other pages */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(100deg, rgba(255,255,255,0) 35%, rgba(255,255,255,.42) 50%, rgba(255,255,255,0) 65%);
  transform: translateX(-120%); animation: shimmer 3.6s var(--ease) infinite;
}
@keyframes shimmer { 0%{transform:translateX(-120%)} 55%,100%{transform:translateX(120%)} }
.btn-sm { padding: 11px 18px; font-size: 12.5px; letter-spacing: .02em; text-transform: uppercase; }
.btn-ghost {
  background: transparent; border: 1px solid var(--blue); color: var(--blue);
  box-shadow: none; font-weight: 700;
}
.btn-ghost::after { display: none; }
.btn-ghost:hover { background: #eff5ff; transform: none; box-shadow: none; }

/* ---------- hero ---------- */
.hero { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding: 26px 0 96px; }
.slots {
  display: inline-flex; align-items: center; gap: 8px; margin: 0 0 20px;
  background: rgba(245,180,10,.12); border: 1px solid rgba(245,180,10,.38);
  color: #ffd166; border-radius: 999px; padding: 7px 15px;
  font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.slots .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1; box-shadow:0 0 0 0 rgba(245,180,10,.6)} 50%{opacity:.7; box-shadow:0 0 0 6px rgba(245,180,10,0)} }
.hero h1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(34px, 4.6vw, 54px); line-height: 1.03; letter-spacing: -.03em;
  margin: 0 0 18px; text-wrap: balance;
}
.hero h1 em { font-style: normal; color: #6ea8ff; }
.hero .sub { font-size: 17.5px; color: #b8c7e4; margin: 0 0 18px; max-width: 33em; }
.hero .sub b { color: #fff; font-weight: 600; }
.price-line { font-size: 17px; margin: 0 0 24px; color: #b8c7e4; }
.price-line b { color: #6ea8ff; font-weight: 800; font-size: 19px; }
.hero-ticks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin-top: 22px; max-width: 30em; }
.hero-ticks span { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: #dbe5f7; }
.hero-ticks .ico { color: #4ade9b; width: 17px; height: 17px; }
.hero-note { margin: 18px 0 0; font-size: 13px; color: #8fa2c4; max-width: 32em; }

/* phones: before / after. Drawn in CSS, not screenshots — always crisp. */
.phones { position: relative; display: flex; justify-content: center; align-items: flex-end; gap: 18px; }
.phone-wrap { position: relative; }
.tag {
  position: absolute; top: -34px; left: 50%; transform: translateX(-50%);
  white-space: nowrap; border-radius: 8px; padding: 6px 12px; font-size: 10px;
  font-weight: 800; letter-spacing: .08em; text-transform: uppercase; z-index: 3;
}
.tag.before { background: #f3e9e7; color: #a4402f; }
.tag.after { background: #e3edff; color: #1d4ed8; }
.tag small { display: block; font-size: 9px; font-weight: 600; letter-spacing: .02em; text-transform: none; opacity: .8; }
/* Real device frames: brushed rail, notch, and a screen with actual content.
   The BEFORE is deliberately desaturated and slightly tilted back — it should
   feel like the past. The AFTER stands upright, glows, and carries the light. */
.phone {
  width: 152px; border-radius: 22px; padding: 6px; position: relative;
  background: linear-gradient(160deg, #39445c 0%, #171f33 60%, #0d1526 100%);
  box-shadow: 0 18px 40px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.18);
  transform: rotate(-4deg) translateY(6px); filter: saturate(.72) brightness(.94);
  transition: transform .5s var(--ease);
}
.phone::before { /* notch */
  content: ""; position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
  width: 42px; height: 9px; background: #0d1526; border-radius: 0 0 7px 7px; z-index: 3;
}
.phone.big {
  width: 184px; transform: rotate(3deg) translateY(-10px); filter: none;
  box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(110,168,255,.35),
              0 0 46px rgba(37,99,246,.42), inset 0 1px 0 rgba(255,255,255,.22);
}
.phones:hover .phone.big { transform: rotate(3deg) translateY(-16px); }
.screen { border-radius: 16px; overflow: hidden; background: #fff; height: 262px; display: flex; flex-direction: column; position: relative; }
.phone.big .screen { height: 300px; }
/* THE BEFORE: 2009 web. Times-ish serif, clip-art gradient, a "Contact Us"
   link buried under a wall of grey text, no phone number in sight. */
.s-bad { font-size: 5.6px; color: #7c8798; background: #f3f4f6; font-family: Georgia, "Times New Roman", serif; }
.s-bad .b-nav {
  background: linear-gradient(180deg, #4b5563, #374151); color: #e5e7eb;
  padding: 7px 6px 5px; font-weight: 700; font-size: 6.5px; letter-spacing: .04em;
  border-bottom: 2px solid #9ca3af;
}
.s-bad .b-nav::after {
  content: "Home · About · Services · Contact"; display: block;
  font-size: 4.6px; font-weight: 400; opacity: .75; margin-top: 3px; letter-spacing: 0;
}
.s-bad .b-h { padding: 8px 7px 3px; font-weight: 700; color: #374151; font-size: 8.5px; line-height: 1.18; }
.s-bad .b-p { padding: 0 7px; line-height: 1.55; }
.s-bad .b-img {
  margin: 6px 7px; height: 46px; border: 1px solid #d1d5db;
  background: linear-gradient(135deg, #9ca3af 0%, #6b7280 55%, #4b5563 100%);
  position: relative;
}
.s-bad .b-img::after {
  content: "image.jpg"; position: absolute; inset: 0; display: grid; place-items: center;
  font-size: 4.6px; color: rgba(255,255,255,.5); font-family: Inter, sans-serif;
}
.s-bad .b-btn {
  margin: 0 7px; background: none; color: #1d4ed8; text-align: left; padding: 0;
  font-size: 5.6px; text-decoration: underline; border: 0;
}
.s-bad .b-foot { padding: 7px; line-height: 1.65; color: #9ca3af; font-size: 5px; }

/* THE AFTER: dark, photographic, one obvious action, trust row. */
.s-good { display: flex; flex-direction: column; height: 100%; font-family: Inter, sans-serif; }
.s-good .g-nav {
  background: #0a1730; color: #fff; display: flex; justify-content: space-between;
  align-items: center; padding: 7px 8px; font-size: 6.5px; font-weight: 800; letter-spacing: .02em;
}
.s-good .g-hero {
  position: relative; flex: 1; padding: 11px 9px 10px; color: #fff;
  background:
    linear-gradient(180deg, rgba(10,23,48,.72) 0%, rgba(10,23,48,.93) 65%, #0a1730 100%),
    radial-gradient(120% 80% at 75% 15%, #3b6fd4 0%, rgba(59,111,212,0) 60%),
    linear-gradient(135deg, #1e3a8a, #0a1730);
}
.s-good .g-h { font-family: var(--font-display); font-size: 11.5px; line-height: 1.18; font-weight: 700; margin-bottom: 5px; letter-spacing: -.02em; }
.s-good .g-p { font-size: 6px; color: #a9bcdd; margin-bottom: 9px; line-height: 1.45; }
.s-good .g-btn {
  display: block; text-align: center; padding: 6px; border-radius: 5px;
  font-size: 6.8px; font-weight: 800; margin-bottom: 5px; letter-spacing: .03em;
}
.s-good .g-btn.call { background: var(--amber); color: #1a1400; box-shadow: 0 3px 10px rgba(245,180,10,.4); }
.s-good .g-btn.book { background: rgba(255,255,255,.95); color: #0a1730; }
.s-good .g-trust {
  display: flex; justify-content: space-between; margin-top: auto; padding-top: 9px;
  border-top: 1px solid rgba(255,255,255,.12); font-size: 5px; color: #93a6c9; font-weight: 600;
}
.s-good .g-trust span::before { content: "✓ "; color: #4ade9b; }
.arrow-fx { position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%); color: var(--amber); z-index: 4; }
.arrow-fx svg { width: 42px; height: 26px; stroke-width: 2.4; animation: nudge 2s ease-in-out infinite; }
@keyframes nudge { 0%,100%{transform:translateX(0)} 50%{transform:translateX(5px)} }

/* ---------- process strip (overlaps the hero) ---------- */
.process { position: relative; z-index: 5; margin-top: -46px; }
.process-in {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg);
  display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 18px 26px;
}
.pstep { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; color: var(--ink); }
.pstep .ico { width: 19px; height: 19px; color: var(--blue); }
.pstep small { display: block; font-weight: 500; font-size: 11px; color: var(--muted); }
.psep { color: #c3cddf; flex-shrink: 0; }

/* ---------- generic section ---------- */
section { padding: 74px 0; }
.eyebrow-s { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); margin: 0 0 12px; }
h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(27px, 3.4vw, 38px); line-height: 1.14; letter-spacing: -.025em; margin: 0 0 14px; text-wrap: balance; }
h2 em { font-style: normal; color: var(--blue); }
.lead { color: var(--muted); font-size: 16.5px; max-width: 44em; margin: 0 0 8px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* problem row */
.probs { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 40px; }
.prob { padding: 0 16px; border-left: 1px solid var(--line); text-align: center; }
.prob:first-child { border-left: 0; }
.prob-ico { width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 12px; background: #eff5ff; color: var(--blue); display: grid; place-items: center; }
.prob-ico .ico { width: 24px; height: 24px; }
.prob b { display: block; font-size: 14px; margin-bottom: 5px; }
.prob span { font-size: 12.5px; color: var(--muted); line-height: 1.45; }
.probs-note { text-align: center; margin-top: 38px; font-size: 16px; font-weight: 600; }

/* managed difference table */
.vs { width: 100%; border-collapse: collapse; margin-top: 26px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.vs th { text-align: left; padding: 14px 20px; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.vs th.a { background: #faf1ef; color: #a4402f; }
.vs th.b { background: #0a1730; color: #fff; }
.vs td { padding: 13px 20px; border-top: 1px solid var(--line); font-size: 14.5px; }
.vs td.a { color: #8a6259; background: #fffaf9; }
.vs td.b { font-weight: 600; }
.vs td.b::before { content: "→ "; color: var(--blue); font-weight: 800; }

/* how it works */
.hiw-sec { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hiw-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: center; }
.steps { list-style: none; margin: 22px 0 0; padding: 0; }
.steps li { display: flex; gap: 14px; padding: 12px 0; }
.steps .n { width: 26px; height: 26px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 12px; font-weight: 800; display: grid; place-items: center; flex-shrink: 0; }
.steps b { display: block; font-size: 15px; }
.steps span { font-size: 13.5px; color: var(--muted); }
.laptop { background: #0a1730; border-radius: 14px; padding: 12px; box-shadow: var(--shadow-lg); }
.laptop .screen { height: 300px; border-radius: 8px; }

/* pricing */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; align-items: start; }
.plan { border: 1px solid var(--line); border-radius: 18px; padding: 30px 26px; background: #fff; box-shadow: var(--shadow-sm); position: relative; }
.plan.feat { border: 2px solid var(--blue); box-shadow: var(--shadow-lg); }
.plan .badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--blue); color: #fff; font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; white-space: nowrap; }
.plan h3 { color: var(--blue); font-size: 15px; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 10px; font-weight: 800; }
.plan .amt { font-family: var(--font-display); font-size: 40px; font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.plan .amt small { font-size: 14px; font-weight: 500; color: var(--muted); letter-spacing: 0; }
.plan .terms { font-size: 11px; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; margin: 8px 0 16px; font-weight: 700; }
.plan .who { font-size: 14px; color: var(--muted); min-height: 42px; margin-bottom: 18px; }
.plan ul { list-style: none; margin: 0 0 24px; padding: 0; }
.plan li { display: flex; gap: 9px; align-items: flex-start; font-size: 13.5px; margin: 9px 0; }
.plan li .ico { width: 16px; height: 16px; color: var(--blue); margin-top: 3px; stroke-width: 2.4; }
.plan .btn, .plan .btn-ghost { width: 100%; }
.plan-note { text-align: center; margin-top: 26px; font-size: 13.5px; color: var(--muted); }
.plan-note a { color: var(--blue); font-weight: 700; }

/* found-ready */
.fr-grid { display: grid; grid-template-columns: .9fr repeat(3, 1fr); gap: 34px; align-items: start; }
.fr b { display: block; font-size: 15px; margin: 14px 0 6px; }
.fr p { font-size: 13.5px; color: var(--muted); margin: 0; }
.fr-ico { width: 46px; height: 46px; border-radius: 12px; background: #eff5ff; color: var(--blue); display: grid; place-items: center; }
.fr-ico .ico { width: 24px; height: 24px; }
.disclaim { margin-top: 34px; font-size: 12.5px; color: var(--muted); background: var(--soft); border-left: 3px solid var(--line); padding: 14px 16px; border-radius: 0 8px 8px 0; }

/* guarantee */
.guarantee { background: var(--navy); color: #fff; border-radius: 20px; padding: 40px 44px; text-align: center; }
.guarantee h2 { color: #fff; margin-bottom: 10px; }
.guarantee h2 em { color: #6ea8ff; }
.guarantee p { color: #a9bcdd; font-size: 13.5px; max-width: 46em; margin: 0 auto; }
.guarantee .grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 auto 24px; max-width: 760px; }
.guarantee .grid3 > div {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px; padding: 16px 14px; text-align: left;
}
.guarantee .grid3 b { display: block; color: #6ee7b7; font-size: 13px; margin-bottom: 5px; }
.guarantee .grid3 span { font-size: 12.5px; color: #a9bcdd; line-height: 1.45; }
.guarantee-fine {
  font-size: 12px !important; color: #8fa2c4 !important; line-height: 1.6;
  border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; text-align: left;
}
.guarantee-fine b { color: #dbe5f7; }
@media (max-width: 640px) { .guarantee .grid3 { grid-template-columns: 1fr; } }

/* ---------- FAQ ----------
   Fourteen collapsed rows is a wall. Worse, it hides the three questions that
   actually decide the sale — those are objections, and an objection behind a
   click doesn't get resolved, the visitor just leaves still holding it.
   So: the three deal-breakers are answered in the open, and everything else is
   filtered by category so only about four questions are visible at a time. */
.killers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 40px; }
.killer {
  background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--blue);
  border-radius: 14px; padding: 24px 22px; box-shadow: var(--shadow-sm);
}
.k-tag {
  display: inline-block; font-size: 10.5px; font-weight: 800; letter-spacing: .09em;
  text-transform: uppercase; color: var(--green); background: #eefaf3;
  border-radius: 999px; padding: 5px 11px; margin-bottom: 12px;
}
.killer h3 { font-family: var(--font-display); font-size: 17px; letter-spacing: -.01em; margin: 0 0 8px; line-height: 1.25; }
.killer p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.55; }

.faq-box { border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-head {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 18px 24px; border-bottom: 1px solid var(--line); background: var(--soft);
  flex-wrap: wrap;
}
.faq-head h3 { font-family: var(--font-display); font-size: 17px; margin: 0; letter-spacing: -.01em; }
.faq-tabs { display: flex; gap: 6px; flex-wrap: wrap; }
.faq-tabs button {
  border: 1px solid var(--line); background: #fff; border-radius: 999px;
  padding: 8px 14px; font-size: 12.5px; font-weight: 700; cursor: pointer;
  font-family: inherit; color: var(--muted); min-height: 40px;
  transition: all .2s var(--ease);
}
.faq-tabs button:hover { border-color: #c3d3ee; color: var(--ink); }
.faq-tabs button.on { background: var(--blue); border-color: var(--blue); color: #fff; }
.faq-panel { display: none; padding: 4px 24px 8px; }
.faq-panel.on { display: block; animation: faqIn .3s var(--ease); }
@keyframes faqIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.faq-ask {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 18px 24px; border-top: 1px solid var(--line); background: var(--soft); flex-wrap: wrap;
}
.faq-ask span { font-size: 14px; color: var(--muted); font-weight: 600; }
.faq-ask button {
  display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid var(--blue); background: #fff; color: var(--blue);
  border-radius: 10px; padding: 11px 16px; font-size: 13px; font-weight: 700;
  cursor: pointer; font-family: inherit; min-height: 44px;
}
.faq-ask button:hover { background: #eff5ff; }

details { border-bottom: 1px solid var(--line); }
.faq-panel details:last-of-type { border-bottom: 0; }
details[open] summary { color: var(--blue); }
/* 44px minimum tap target (Apple HIG). A 22px summary row is a fat-finger trap
   on a phone, and the FAQ is where a hesitant buyer goes right before deciding. */
summary {
  cursor: pointer; font-weight: 700; font-size: 14.5px; list-style: none;
  display: flex; justify-content: space-between; gap: 14px; align-items: center;
  min-height: 44px; padding: 12px 0;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: ""; width: 8px; height: 8px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); transition: transform .25s var(--ease); flex-shrink: 0; }
details[open] summary::after { transform: rotate(-135deg); }
details p { font-size: 14px; color: var(--muted); margin: 0 0 14px; }
/* every remaining inline link gets a real tap area too */
.plan-note a, .foot a, .nav .brand { display: inline-block; padding: 6px 0; min-height: 44px; }
.nav .brand { display: flex; align-items: center; }

/* preview form */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg); padding: 34px 36px; max-width: 620px; margin: 34px auto 0; }
.form-card label { display: block; font-size: 13px; font-weight: 700; margin: 14px 0 5px; }
.form-card input, .form-card select, .form-card textarea {
  width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px;
  font-size: 16px; font-family: inherit; background: #fff; color: var(--ink);
}
.form-card textarea { min-height: 88px; resize: vertical; }
.f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-card .btn { width: 100%; margin-top: 22px; }
.privacy { font-size: 12.5px; color: var(--muted); text-align: center; margin: 12px 0 0; }
.nosite {
  display: flex; align-items: center; gap: 9px; margin-top: 10px !important;
  font-size: 13.5px !important; font-weight: 500 !important; color: var(--muted);
  cursor: pointer; min-height: 44px;
}
.nosite input { width: auto !important; }
.site-why { font-size: 12.5px; color: var(--muted); margin: 2px 0 0; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.form-err { color: #dc2626; font-size: 13.5px; margin-top: 10px; display: none; }
.form-done { text-align: center; padding: 20px 0; }
.form-done .tick { width: 56px; height: 56px; border-radius: 50%; background: #eefaf3; color: var(--green); display: grid; place-items: center; margin: 0 auto 16px; }
.form-done .tick .ico { width: 28px; height: 28px; stroke-width: 2.6; }

/* final cta */
.final { background: var(--navy); color: #fff; padding: 34px 0; }
.final-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.final h3 { font-family: var(--font-display); font-size: 22px; margin: 0 0 4px; letter-spacing: -.02em; }
.final p { margin: 0; color: #a9bcdd; font-size: 13.5px; }
.foot { background: #071223; color: #7e90b0; font-size: 12.5px; padding: 20px 0; }
.foot-in { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.foot a { color: #7e90b0; text-decoration: none; }
.foot a:hover { color: #fff; }

/* sticky mobile cta */
.sticky {
  display: none; position: fixed; left: 12px; right: 12px; z-index: 90;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
}
.sticky .btn { width: 100%; padding: 16px; }

/* ---------- exit intent ---------- */
.exit-wrap {
  position: fixed; inset: 0; z-index: 120; display: none;
  align-items: center; justify-content: center; padding: 20px;
  background: rgba(10, 23, 48, .62); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.exit-wrap.on { display: flex; animation: fadeIn .25s var(--ease); }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.exit-card {
  position: relative; background: #fff; border-radius: 20px; padding: 34px 34px 28px;
  max-width: 460px; width: 100%; box-shadow: 0 30px 90px rgba(10, 23, 48, .45);
  animation: popIn .35s var(--ease);
}
@keyframes popIn { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }
.exit-x {
  position: absolute; top: 10px; right: 10px; width: 44px; height: 44px;
  border: 0; background: none; color: var(--muted); font-size: 26px; cursor: pointer; line-height: 1;
}
.exit-eyebrow { margin: 0 0 8px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); }
.exit-card h3 { font-family: var(--font-display); font-size: 25px; line-height: 1.15; letter-spacing: -.02em; margin: 0 0 10px; }
.exit-card h3 em { font-style: normal; color: var(--blue); }
.exit-p { color: var(--muted); font-size: 14.5px; margin: 0 0 16px; }
.exit-list { list-style: none; padding: 0; margin: 0 0 22px; }
.exit-list li { display: flex; gap: 9px; align-items: flex-start; font-size: 13.5px; margin: 8px 0; }
.exit-list .ico { width: 17px; height: 17px; color: var(--green); stroke-width: 2.4; margin-top: 2px; }
.exit-card .btn { width: 100%; }
/* the inline capture — three fields, right where their attention already is.
   Scrolling a leaving visitor to a form asks them to do more work; this asks
   them to do less. */
#exitForm { margin-top: 4px; }
#exitForm input {
  width: 100%; padding: 13px 14px; margin-bottom: 9px;
  border: 1px solid var(--line); border-radius: 10px;
  font-size: 16px; font-family: inherit; /* 16px = no iOS zoom */
}
#exitForm input:focus { border-color: var(--blue); outline: none; }
#exitForm .f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
#exitForm .f2 input { margin-bottom: 9px; }
@media (max-width: 640px) { #exitForm .f2 { grid-template-columns: 1fr; } }
.exit-no {
  display: block; width: 100%; margin-top: 12px; border: 0; background: none;
  color: var(--muted); font-size: 12.5px; cursor: pointer; font-family: inherit;
  text-decoration: underline; min-height: 44px;
}
.exit-no:hover { color: var(--ink); }

/* ---------- The Nerd — chat widget ---------- */
.nerd-bubble {
  position: fixed; right: 16px; bottom: 16px; z-index: 95; width: 56px; height: 56px;
  border-radius: 50%; border: 0; background: linear-gradient(180deg, #3b82f7, var(--blue));
  color: #fff; font-size: 23px; cursor: pointer;
  box-shadow: 0 10px 30px rgba(37, 99, 246, .45);
  transition: transform .2s var(--ease);
}
.nerd-bubble:hover { transform: scale(1.06); }
.nerd-panel {
  position: fixed; right: 16px; bottom: 16px; z-index: 96; width: 356px;
  max-width: calc(100vw - 24px); height: 470px; max-height: 72vh;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--shadow-lg); display: none; flex-direction: column; overflow: hidden;
}
.nerd-panel.open { display: flex; }
.nerd-head {
  background: linear-gradient(180deg, #3b82f7, var(--blue)); color: #fff;
  padding: 13px 16px; display: flex; justify-content: space-between; align-items: center;
}
.nerd-head b { font-size: 15px; }
.nerd-status { display: block; font-size: 11px; opacity: .9; }
.nerd-status::before {
  content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: #6ee7b7; margin-right: 6px; animation: pulse 2s ease-in-out infinite;
}
.nerd-close { background: none; border: 0; color: #fff; font-size: 23px; cursor: pointer; line-height: 1; min-height: 44px; min-width: 44px; }
.nerd-msgs { flex: 1; overflow-y: auto; padding: 14px; }
.nerd-msg { max-width: 86%; padding: 10px 13px; border-radius: 14px; margin: 7px 0; font-size: 14px; line-height: 1.45; white-space: pre-wrap; }
.nerd-msg.assistant { background: var(--soft); border: 1px solid var(--line); }
.nerd-msg.user { background: var(--blue); color: #fff; margin-left: auto; }
.nerd-msg.typing { display: flex; gap: 5px; align-items: center; width: fit-content; padding: 14px; }
.nerd-msg.typing i { width: 7px; height: 7px; border-radius: 50%; background: #9aa4b5; display: block; animation: typingDot 1.2s ease-in-out infinite; }
.nerd-msg.typing i:nth-child(2) { animation-delay: .15s; }
.nerd-msg.typing i:nth-child(3) { animation-delay: .3s; }
@keyframes typingDot { 0%,60%,100% { opacity: .35; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
.nerd-chips { padding: 0 14px 8px; display: flex; flex-wrap: wrap; gap: 6px; }
.nerd-chips button {
  border: 1px solid var(--blue); color: var(--blue); background: #fff; border-radius: 999px;
  padding: 9px 13px; font-size: 12.5px; cursor: pointer; font-family: inherit; font-weight: 600;
}
.nerd-chips button:hover { background: #eff5ff; }
.nerd-input { display: flex; gap: 8px; padding: 10px; border-top: 1px solid var(--line); }
/* 16px — anything less and iOS zooms the page when the input is focused */
.nerd-input input { flex: 1; border: 1px solid var(--line); border-radius: 10px; padding: 12px; font-size: 16px; font-family: inherit; }
.nerd-input button { border: 0; background: var(--blue); color: #fff; border-radius: 10px; width: 46px; min-height: 44px; font-size: 15px; cursor: pointer; }

/* reveals */
.rv { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.rv-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn::after, .slots .dot, .arrow-fx svg { animation: none !important; }
}

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 30px; padding-bottom: 74px; }
  .nav { padding: 12px 0; gap: 12px; }
  .nav .link { display: none; }
  /* The nav CTA STAYS on small screens, top-right. It's the first thing a
     visitor sees and the one thing we want them to do — hiding it and relying
     only on a bottom bar wastes the most valuable pixel on the page. */
  .nav .btn { display: inline-flex; padding: 10px 14px; font-size: 11px; letter-spacing: .04em; }
  .nav .btn .ico { display: none; }
  .nav .brand img { height: 30px; }
  .nav .brand b { font-size: 12.5px; }
  .probs { grid-template-columns: repeat(3, 1fr); gap: 26px 0; }
  .prob:nth-child(4) { border-left: 0; }
  .plans { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .plan.feat { order: -1; }
  .fr-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hiw-grid { grid-template-columns: 1fr; gap: 34px; }
  .killers { grid-template-columns: 1fr; gap: 12px; }
  .faq-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .faq-tabs { width: 100%; }
  .faq-tabs button { flex: 1 1 auto; }
  .faq-ask { flex-direction: column; align-items: flex-start; }
  .faq-ask button { width: 100%; justify-content: center; }
  .process-in { flex-wrap: wrap; justify-content: center; gap: 14px 10px; }
}
@media (max-width: 640px) {
  section { padding: 54px 0; }

  /* ---- FIRST SCROLL ----
     On a 390x844 phone the hook must land above the fold: badge, headline,
     price, CTA, and the before/after proof. Previously four stacked ticks and
     the fine print pushed the phones to y=683 — the single most persuasive
     element on the page was invisible until you scrolled.

     display:contents dissolves .hero-copy so its children become flex items of
     .hero directly, which lets the phones be ORDERED between the CTA and the
     supporting detail without touching the markup (desktop keeps its 2-col grid). */
  .hero { display: flex; flex-direction: column; gap: 0; padding: 4px 0 64px; }
  .hero-copy { display: contents; }
  /* tighter type + rhythm — the loose desktop spacing reads as padding-bloat
     on a narrow screen and pushes the proof off the fold */
  .slots { order: 1; margin-bottom: 12px; font-size: 9.5px; letter-spacing: .1em; padding: 6px 12px; }
  .hero h1 { order: 2; font-size: clamp(29px, 8.2vw, 36px); line-height: 1.06; margin-bottom: 10px; }
  .hero .sub { order: 3; font-size: 15px; line-height: 1.5; margin-bottom: 10px; }
  .price-line { order: 4; margin-bottom: 14px; font-size: 15.5px; }
  .price-line b { font-size: 17px; }
  .hero .btn { order: 5; width: 100%; padding: 15px 20px; font-size: 15px; }
  .phones { order: 6; margin: 20px 0 2px; }   /* the proof, right under the button */
  .hero-ticks { order: 7; grid-template-columns: 1fr; gap: 7px; margin-top: 16px; }
  .hero-ticks span { font-size: 12.8px; }
  .hero-note { order: 8; font-size: 12px; line-height: 1.5; margin-top: 12px; }
  .probs { grid-template-columns: 1fr 1fr; }
  .prob { border-left: 0; padding: 0 8px; }
  .fr-grid { grid-template-columns: 1fr; }
  /* sized so the ENTIRE before/after lands inside the first 844px screen —
     a proof element you have to scroll to see isn't proof, it's decoration */
  .phone { width: 128px; } .phone.big { width: 148px; }
  .phone .screen { height: 196px; }
  .phone.big .screen { height: 224px; }
  .tag { top: -30px; font-size: 9px; padding: 5px 9px; }
  .tag small { font-size: 8px; }
  .arrow-fx { bottom: 32px; }
  .arrow-fx svg { width: 30px; }
  .form-card { padding: 26px 20px; }
  .f2 { grid-template-columns: 1fr; }
  .guarantee { padding: 30px 22px; }
  .final-in { flex-direction: column; align-items: flex-start; }
  .sticky { display: block; }
  body { padding-bottom: 84px; }
  .psep { display: none; }
  /* the chat bubble must sit ABOVE the sticky CTA, not on top of it */
  .nerd-bubble { bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
  .nerd-panel { bottom: calc(88px + env(safe-area-inset-bottom, 0px)); height: 62vh; }
}

/* The teardown promise list — under the form headline. Reads as a receipt of
   what they're about to get, not as decoration. */
.td-list{list-style:none;margin:0 auto 26px;padding:0;max-width:560px;display:grid;gap:10px;text-align:left}
.td-list li{display:flex;gap:10px;align-items:flex-start;font-size:15px;color:var(--ink-2);line-height:1.5}
.td-list li svg{flex:0 0 18px;width:18px;height:18px;margin-top:2px;color:var(--green)}
@media(max-width:640px){.td-list{margin-bottom:20px}.td-list li{font-size:14px}}
