/* WALKED hub — funded SaaS marketing craft (Binsr-parity structure, WALKED brand) */
:root {
  --navy: #0B1F3A;
  --navy-2: #122a4a;
  --navy-3: #1a3558;
  --orange: #E85D04;
  --orange-hot: #F48C06;
  --ink: #0B1F3A;
  --muted: #5B6B7C;
  --muted-2: #7A8796;
  --line: #E3E8EF;
  --paper: #F5F7FA;
  --cream: #F7F5F1;
  --cream-2: #EFEBE4;
  --white: #FFFFFF;
  --shadow: 0 28px 64px rgba(11, 31, 58, 0.14);
  --shadow-lg: 0 40px 80px rgba(11, 31, 58, 0.18);
  --shadow-sm: 0 8px 24px rgba(11, 31, 58, 0.08);
  --radius: 22px;
  --radius-lg: 28px;
  --radius-sm: 14px;
  --max: 1180px;
  --font: "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --display: "Fraunces", Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}
.wrap.narrow { width: min(100% - 2.5rem, 760px); }

/* ——— Sticky frosted nav ——— */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 31, 58, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 1rem;
}
.brand {
  font-family: var(--font);
  font-weight: 800;
  letter-spacing: 0.14em;
  font-size: 0.95rem;
  text-decoration: none;
  color: var(--white);
}
.nav .brand { color: var(--white); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}
.nav-links a {
  text-decoration: none;
  color: rgba(255,255,255,0.82);
  font-size: 0.95rem;
  font-weight: 600;
}
.nav-links a:hover { color: #fff; }
.nav-links .cta {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  background: var(--orange);
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(232, 93, 4, 0.35);
}
.nav-links .cta:hover { background: var(--orange-hot); }

/* ——— Type scale ——— */
.eyebrow, .kicker {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}
.kicker.light { color: var(--orange-hot); }
h1, h2, .section h2 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin: 0 0 1rem;
}
h1 { font-size: clamp(2.4rem, 4.6vw, 4.1rem); color: #fff; }
h2 { font-size: clamp(1.85rem, 3.2vw, 2.85rem); }
h3 {
  font-family: var(--font);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--navy);
}
.sub, .lead {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  color: rgba(255,255,255,0.78);
  max-width: 38rem;
  line-height: 1.55;
}
.lead { color: var(--muted); }
.lead.light { color: rgba(255,255,255,0.78); max-width: 36rem; margin-inline: auto; }

.section {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}
.section.alt { background: var(--cream); }
.section > .wrap > h2 + .lead,
.section > .wrap > .kicker + h2 { max-width: 40rem; }

/* ——— Buttons ——— */
.ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.block { width: 100%; }
.btn-primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 28px rgba(232, 93, 4, 0.32);
}
.btn-primary:hover { background: var(--orange-hot); }
.btn-secondary {
  background: var(--white);
  color: var(--navy);
  border-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.35);
}
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.06); }
.btn-on-dark {
  background: #fff;
  color: var(--navy);
  box-shadow: 0 12px 28px rgba(0,0,0,0.2);
}
.btn-ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}

/* ——— HERO ——— */
.hero {
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(232,93,4,0.12), transparent 55%),
    linear-gradient(165deg, #0B1F3A 0%, #122a4a 48%, #0B1F3A 100%);
  color: #fff;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(4rem, 8vw, 6rem);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
.hero-copy .sub strong { color: #fff; font-weight: 700; }
.pricing-strip {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin: 0 0 1.5rem;
  padding: 0.7rem 1.15rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  font-size: 0.98rem;
  color: rgba(255,255,255,0.9);
}
.pricing-strip strong { color: #fff; font-size: 1.15rem; font-weight: 800; }
.pricing-strip i {
  width: 4px; height: 4px; border-radius: 50%;
  background: rgba(255,255,255,0.35);
  display: inline-block;
}
.hero-quiet {
  margin: 1.1rem 0 0;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.45);
}
.hero-quiet a { color: rgba(255,255,255,0.65); text-decoration: underline; text-underline-offset: 3px; }

/* Hero product collage */
.hero-visual { position: relative; min-height: 420px; }
.collage {
  position: relative;
  height: 100%;
  min-height: 480px;
}
.device-desktop {
  position: relative;
  width: 92%;
  margin-left: auto;
  background: #0a1628;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255,255,255,0.08);
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}
.chrome-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.85rem;
  background: #152238;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.chrome-bar .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.2);
}
.chrome-bar .dot:nth-child(1) { background: #ff5f57; }
.chrome-bar .dot:nth-child(2) { background: #febc2e; }
.chrome-bar .dot:nth-child(3) { background: #28c840; }
.chrome-bar .url {
  margin-left: 0.6rem;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.02em;
}
.device-desktop img {
  width: 100%;
  height: auto;
  display: block;
}
.device-phone {
  position: absolute;
  left: 0;
  bottom: -8%;
  width: min(42%, 220px);
  z-index: 2;
  filter: drop-shadow(0 28px 48px rgba(0,0,0,0.45));
}
.device-phone img {
  width: 100%;
  border-radius: 28px;
  border: 3px solid #1a1a1a;
  background: #111;
}

/* ——— Proof strip ——— */
.proof-strip {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: 1.15rem 0;
}
.strip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}
.chip {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  font-size: 0.9rem;
  font-weight: 650;
  color: var(--navy);
}

/* ——— Cards / grids ——— */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.25rem;
}
.card, .tile, .price-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.pain-card {
  padding: 1.75rem 1.5rem 1.6rem;
  transition: box-shadow .2s ease, transform .2s ease;
}
.pain-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.pain-card .num {
  display: block;
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 0.75rem;
}
.pain-card p { margin: 0; color: var(--muted); }
.killshot {
  margin: 2.5rem 0 0;
  text-align: center;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  color: var(--navy);
}

/* ——— Cinematic features ——— */
.feature-a { background: var(--white); }
.feature-b { background: var(--cream); }
.feature-split {
  display: grid;
  grid-template-columns: 0.85fr 1.25fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.feature-split.reverse { grid-template-columns: 1.25fr 0.85fr; }
.feature-split.reverse .feature-copy { order: 2; }
.feature-split.reverse .feature-media { order: 1; }
.feature-copy .lead { max-width: 32rem; }
.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.5rem;
}
.pill-list li {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: var(--cream);
  border: 1px solid var(--line);
  font-weight: 650;
  font-size: 0.92rem;
  color: var(--navy);
}
.feature-media {
  position: relative;
  display: grid;
  place-items: center;
}
.feature-media-wide { place-items: stretch; }
.shot-phone {
  margin: 0;
  width: min(100%, 320px);
  filter: drop-shadow(0 32px 56px rgba(11,31,58,0.22));
}
.shot-phone img {
  border-radius: 32px;
  border: 4px solid #1a1a1a;
}
.shot-support {
  position: absolute;
  right: -4%;
  bottom: 6%;
  width: min(42%, 200px);
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  background: #fff;
}
.shot-desktop {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  background: #fff;
}
.stamp-legend { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 0.5rem; }
.stamp-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.98rem;
  color: var(--muted);
}
.stamp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.5rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.stamp-pro { background: var(--orange); }
.stamp-diy { background: #2F6B4F; }
.stamp-fyi { background: var(--navy-3); }

/* ——— How it works ——— */
.how { background: var(--white); }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.75rem;
  position: relative;
}
.step {
  padding: 2rem 1.6rem;
  border-radius: var(--radius);
  background: var(--cream);
  border: 1px solid var(--line);
  position: relative;
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
}
.step p { margin: 0; color: var(--muted); }

/* ——— Platform tiles ——— */
.platform-grid { gap: 1.15rem; }
.tile {
  padding: 1.6rem 1.4rem 1.5rem;
  transition: box-shadow .2s ease, transform .2s ease;
}
.tile:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.tile-icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--orange);
  margin-bottom: 0.85rem;
}
.tile-icon svg { width: 100%; height: 100%; }
.tile p { margin: 0; color: var(--muted); font-size: 0.98rem; }

/* ——— Proof ——— */
.proof { background: var(--white); }
.proof-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}
.proof-cover {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4/3;
}
.proof-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proof-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-top: 0.75rem;
}
.proof-thumbs img {
  width: 100%;
  height: 96px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.check-list {
  margin: 0 0 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.check-list li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--muted);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.45rem;
  width: 0.7rem; height: 0.7rem;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(232,93,4,0.18);
}
.check-list strong { color: var(--navy); }

/* ——— Pricing ——— */
.price-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
  align-items: stretch;
}
.price-card {
  padding: 2rem 1.6rem 1.75rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.price-card.featured {
  /* outlined featured — craft redo */
  background: var(--white);
  color: var(--navy);
  border: 2px solid var(--navy);
  box-shadow: var(--shadow);
  transform: none;
}
.price-card.featured h3,
.price-card.featured .price,
.price-card.featured .price-note { color: var(--navy); }
.price-card.featured ul li { color: var(--muted); }
.price-card.featured ul li::before { background: var(--orange); }
.badge {
  position: absolute;
  top: -0.7rem;
  left: 1.4rem;
  margin: 0;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.price {
  margin: 0.35rem 0 0.5rem;
  font-family: var(--display);
  line-height: 1;
}
.price strong { font-size: 3rem; font-weight: 700; }
.price span { font-size: 1.1rem; font-weight: 600; opacity: 0.75; margin-left: 0.15rem; }
.price-note { margin: 0 0 1.25rem; color: var(--muted); font-size: 0.98rem; }
.price-card ul {
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}
.price-card ul li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--muted);
  font-size: 0.98rem;
}
.price-card ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.5rem;
  width: 0.55rem; height: 0.55rem;
  border-radius: 50%;
  background: var(--orange);
}
.price-card .btn-secondary { background: var(--cream); }

/* ——— FAQ ——— */
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 1.15rem 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--navy);
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--orange);
  line-height: 1;
}
.faq details[open] summary::after { content: "–"; }
.faq details p {
  margin: 0.75rem 0 0.25rem;
  color: var(--muted);
  max-width: 40rem;
}

/* ——— CTA band ——— */
.cta-band {
  /* sparse cream CTA — one pill */
  background: var(--cream);
  color: var(--navy);
  padding: clamp(5rem, 10vw, 7.5rem) 0;
  text-align: center;
  border-top: 1px solid var(--line);
}
.cta-band h2 { color: var(--navy); font-size: clamp(2.2rem, 4.2vw, 3.6rem); max-width: 18ch; margin-inline: auto; }
.cta-inner .ctas { justify-content: center; margin-top: 0.5rem; }

/* ——— Footer ——— */
.footer {
  background: var(--navy);
  color: rgba(255,255,255,0.7);
  padding: 3rem 0 2.5rem;
}
.footer-inner { text-align: center; }
.footer .brand {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #fff;
}
.footer p { margin: 0.35rem 0; font-size: 0.95rem; }
.footer-meta { margin-top: 1rem !important; font-size: 0.85rem !important; color: rgba(255,255,255,0.45); line-height: 1.6; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  justify-content: center;
  margin-top: 1.25rem !important;
}
.footer-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}
.footer-links a:hover { color: #fff; }

/* ——— Responsive ——— */
@media (max-width: 980px) {
  .hero-grid,
  .feature-split,
  .feature-split.reverse,
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .feature-split.reverse .feature-copy,
  .feature-split.reverse .feature-media { order: initial; }
  .hero-visual { min-height: 0; }
  .collage { min-height: 0; }
  .device-desktop {
    width: 100%;
    transform: none;
    margin: 0;
  }
  .device-phone {
    width: min(38%, 180px);
    left: 4%;
    bottom: -6%;
  }
  .shot-support { display: none; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .grid-3, .steps { grid-template-columns: 1fr; }
  .platform-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hide-sm { display: none !important; }
  .platform-grid { grid-template-columns: 1fr; }
  .nav-inner { min-height: 60px; }
  h1 { font-size: 2.15rem; }
  .device-phone { width: 42%; }
  .proof-thumbs img { height: 72px; }
}



/* ——— Craft redo: floating honest KPIs on hero ——— */
.float-kpi {
  position: absolute;
  z-index: 3;
  min-width: 168px;
  padding: 0.95rem 1.15rem;
  border-radius: 16px;
  background: rgba(11, 31, 58, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.float-kpi .kpi-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.float-kpi .kpi-value {
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.float-kpi .kpi-sub {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.72);
}
.kpi-a { top: 8%; right: 2%; }
.kpi-b { bottom: 18%; right: 6%; }

/* Soft radius on desktop frame */
.device-desktop { border-radius: 16px; }

/* ——— 40/60 cinematic splits ——— */
.feature-split {
  grid-template-columns: 0.85fr 1.25fr; /* ~40/60 */
}
.feature-split.reverse {
  grid-template-columns: 1.25fr 0.85fr;
}
.feature .feature-copy h2 {
  font-size: clamp(2.1rem, 3.8vw, 3.35rem);
}

/* Multi-device report stack */
.device-stack {
  position: relative;
  min-height: 360px;
}
.device-stack .stack-desk {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  background: #fff;
}
.device-stack .stack-phone {
  position: absolute;
  left: -4%;
  bottom: -8%;
  width: min(34%, 210px);
  margin: 0;
  filter: drop-shadow(0 28px 48px rgba(11,31,58,0.28));
  z-index: 2;
}
.device-stack .stack-phone img {
  border-radius: 28px;
  border: 3px solid #1a1a1a;
}

/* ——— Pricing: rich padded cards + featured outline ——— */
.pricing { text-align: left; }
.pricing > .wrap > h2,
.pricing > .wrap > .lead { text-align: center; margin-inline: auto; }
.pricing > .wrap > .kicker { text-align: center; }
.price-grid {
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}
.price-card {
  padding: 2.35rem 1.85rem 1.9rem;
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-sm);
}
.price-card.featured {
  background: var(--white);
  color: var(--navy);
  border: 2px solid var(--navy);
  box-shadow: var(--shadow);
  transform: none;
}
.price-card.featured h3,
.price-card.featured .price,
.price-card.featured .price-note { color: var(--navy); }
.price-card.featured ul li,
.price-card.featured .check-rows li { color: var(--muted); }
.price-card.featured ul li::before,
.price-card.featured .check-rows li::before { background: var(--orange); }
.price-card h3 {
  font-family: var(--display);
  font-size: 1.85rem;
  margin-bottom: 0.4rem;
}
.price-rule {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 1rem 0 1.15rem;
}
.price strong { font-size: 3.25rem; }
.check-rows {
  margin: 0 0 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}
.check-rows li {
  position: relative;
  padding: 0.75rem 0 0.75rem 1.55rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.98rem;
}
.check-rows li:last-child { border-bottom: 0; }
.check-rows li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  color: var(--orange);
  font-weight: 800;
  font-size: 0.95rem;
}
.badge {
  background: var(--navy);
  left: 50%;
  transform: translateX(-50%);
  top: -0.75rem;
}

/* ——— Sparse final CTA (cream, one pill) ——— */
.cta-band {
  background: var(--cream);
  color: var(--navy);
  padding: clamp(5rem, 10vw, 7.5rem) 0;
  text-align: center;
  border-top: 1px solid var(--line);
}
.cta-band h2 {
  color: var(--navy);
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  max-width: 18ch;
  margin-inline: auto;
}
.cta-band .lead {
  color: var(--muted);
  max-width: 32rem;
  margin-inline: auto;
  margin-bottom: 1.75rem;
}
.cta-band .kicker { color: var(--orange); }
.cta-inner .ctas { justify-content: center; }
.btn-lg {
  padding: 1.05rem 1.85rem;
  font-size: 1.08rem;
}

/* Hero type bump */
.hero h1 { font-size: clamp(2.55rem, 4.8vw, 4.35rem); }
.hero { padding: clamp(4rem, 8vw, 6.25rem) 0 clamp(4.5rem, 9vw, 7rem); }

@media (max-width: 980px) {
  .kpi-a { top: 4%; right: 3%; min-width: 140px; }
  .kpi-b { bottom: 8%; right: 4%; }
  .device-stack .stack-phone { left: 2%; width: min(38%, 170px); bottom: -4%; }
  .feature-split,
  .feature-split.reverse { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .float-kpi { display: none; } /* chips live in proof-strip on small screens */
}


/* ——— Product-chrome hot-swap ——— */
.hero-plate-wrap {
  position: relative;
  border-radius: 16px;
  overflow: visible;
}
.hero-plate {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255,255,255,0.08);
  display: block;
}
.hero-visual { min-height: 0; }

/* Chrome phones already have bezels — no extra black border */
.shot-chrome-phone {
  margin: 0;
  width: min(100%, 340px);
  filter: drop-shadow(0 32px 56px rgba(11,31,58,0.22));
}
.shot-chrome-phone img {
  width: 100%;
  height: auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
.stamped-float {
  position: absolute;
  right: -2%;
  bottom: 4%;
  width: min(48%, 240px);
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  background: #fff;
  z-index: 2;
}
.chrome-desk {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  background: transparent;
}
.chrome-desk img { display: block; width: 100%; }
.device-stack .stack-phone.shot-chrome-phone,
.device-stack .shot-chrome-phone.stack-phone {
  width: min(36%, 220px);
  left: -6%;
  bottom: -10%;
}
.device-stack .shot-chrome-phone img {
  border: none;
  border-radius: 0;
}

.shot-tablet {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  max-width: 100%;
}
.shot-tablet img { width: 100%; display: block; }

.stamped-strip { padding-top: clamp(3rem, 5vw, 4.5rem); padding-bottom: clamp(3rem, 5vw, 4.5rem); }
.stamped-strip h2 { max-width: 28ch; }
.trio-shot {
  margin: 2rem 0 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  border: 1px solid var(--line);
}
.trio-shot img { width: 100%; display: block; }

.feature-tablet { background: var(--white); }

@media (max-width: 980px) {
  .stamped-float { position: relative; right: auto; bottom: auto; width: min(70%, 220px); margin: 1rem auto 0; }
  .feature-media { display: flex; flex-direction: column; align-items: center; }
  .shot-chrome-phone { width: min(70%, 300px); }
}
