:root {
  --deep-navy: #07111f;
  --navy-2: #0b1730;
  --signal-blue: #2563eb;
  --content-violet: #7c3aed;
  --soft-slate: #334155;
  --cool-gray: #cbd5e1;
  --cloud-white: #f8fafc;
  --warm-paper: #fff7ed;
  --conversion-lime: #a3e635;
  --validation-plum: #963f78;
  --white: #ffffff;
  --ink: #0f172a;
  --muted: #64748b;
  --line: rgba(148, 163, 184, 0.28);
  --card-shadow: 0 24px 80px rgba(7, 17, 31, 0.14);
  --blue-glow: 0 16px 40px rgba(37, 99, 235, 0.28);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --eyebrow-size: 0.64rem;
  --eyebrow-rule-width: 17px;
  --eyebrow-rule-height: 1px;
  --eyebrow-rule-gap: 3px;
  --eyebrow-rule-baseline-shift: 0.25em;
  --body-copy-size: 0.96rem;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% -10%, rgba(37, 99, 235, 0.13), transparent 28rem),
    radial-gradient(circle at 90% 0%, rgba(124, 58, 237, 0.10), transparent 26rem),
    var(--cloud-white);
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

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

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

p {
  margin: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Poppins", "Inter", system-ui, sans-serif;
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.8rem);
}

h2 {
  font-size: clamp(2.1rem, 3.1vw, 3.1rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

ul, ol {
  margin: 0;
  padding-left: 1.2rem;
}

li + li {
  margin-top: 0.35rem;
}

.page-shell {
  overflow: hidden;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 110px 0;
  position: relative;
}

.section.compact {
  padding: 72px 0;
}

.section.dark {
  color: var(--white);
  background:
    radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.26), transparent 30rem),
    radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.22), transparent 34rem),
    linear-gradient(135deg, #050a13 0%, #07111f 58%, #0d1b34 100%);
}

.section.dark .section-copy,
.section.dark .muted,
.section.dark .eyebrow,
.section.dark .mini-copy {
  color: rgba(248, 250, 252, 0.74);
}

.grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.42;
  background-image: radial-gradient(rgba(203, 213, 225, 0.28) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

.hero .grid-bg::after {
  display: none;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  padding: 18px 0;
  transition: background 180ms ease, border-color 180ms ease, padding 180ms ease, backdrop-filter 180ms ease;
}

.header.scrolled,
body.nav-open .header {
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(226, 232, 240, 0.82);
  backdrop-filter: blur(18px);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
  text-align: left;
  font-weight: 600;
  color: var(--white);
  font-family: "Inter", system-ui, sans-serif;
  letter-spacing: 0;
  transition: color 180ms ease;
}

header.scrolled .logo,
body.nav-open .header .logo {
  color: var(--deep-navy);
}

.logo-text > span {
  display: block;
  font-size: 1.05rem;
  line-height: 0.94;
}

.logo-text > span + span {
  margin-top: 0.12em;
}

.logo-text > span:last-child {
  color: var(--signal-blue);
  font-weight: 600;
}

.logo-underscore {
  position: relative;
  display: inline-block;
  width: 1.87rem;
  height: 0.18em;
  margin-left: 0.08em;
  transform: translateY(-0.12em);
  vertical-align: baseline;
  color: inherit;
  font-size: 0;
}

.logo-underscore::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(248, 250, 252, 0.68);
  font-size: 0.9rem;
  font-weight: 550;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--white);
}

.header.scrolled .nav-links,
body.nav-open .header .nav-links {
  color: rgba(15, 23, 42, 0.72);
}

.header.scrolled .nav-links a:hover,
body.nav-open .header .nav-links a:hover {
  color: var(--signal-blue);
}

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

.mobile-toggle {
  display: none;
  appearance: none;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: var(--white);
  border-radius: 999px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-toggle span,
.mobile-toggle span::before,
.mobile-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--deep-navy);
  border-radius: 4px;
  transition: 180ms ease;
  content: "";
  position: relative;
}

.mobile-toggle span::before {
  position: absolute;
  top: -6px;
}

.mobile-toggle span::after {
  position: absolute;
  top: 6px;
}

body.nav-open .mobile-toggle span {
  background: transparent;
}

body.nav-open .mobile-toggle span::before {
  top: 0;
  transform: rotate(45deg);
}

body.nav-open .mobile-toggle span::after {
  top: 0;
  transform: rotate(-45deg);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  border: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  transition: color 360ms ease, box-shadow 360ms ease, background-color 360ms ease;
  cursor: pointer;
}

.btn > * {
  position: relative;
  z-index: 1;
}

.btn-primary {
  background: linear-gradient(135deg, var(--signal-blue), var(--content-violet));
  color: var(--white);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.22);
}

.btn-primary::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -60% auto -60% -55%;
  width: 42%;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  opacity: 0;
  animation: cta-button-sheen var(--cta-sheen-duration, 18s) ease-in-out var(--cta-sheen-delay, 0s) infinite;
}

.btn-primary:hover {
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.28);
}

.btn-primary:hover::before {
  animation: button-sheen 760ms ease forwards;
}

.nav-actions .btn-primary {
  --cta-sheen-duration: 20s;
  --cta-sheen-delay: -2s;
}

.nav-actions .btn-primary:hover::before {
  animation: button-sheen 760ms ease forwards;
}

@keyframes button-sheen {
  0% {
    left: -55%;
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  100% {
    left: 115%;
    opacity: 0;
  }
}

@keyframes cta-button-sheen {
  0% {
    left: -55%;
    opacity: 0;
  }

  4% {
    opacity: 0.82;
  }

  14% {
    left: 115%;
    opacity: 0;
  }

  100% {
    left: 115%;
    opacity: 0;
  }
}

.hero .btn-primary {
  --cta-sheen-duration: 18s;
  --cta-sheen-delay: -5s;
}

.service-card .btn-primary {
  --cta-sheen-duration: 21s;
  --cta-sheen-delay: -11s;
}

#how-it-works .btn-primary {
  --cta-sheen-duration: 19s;
  --cta-sheen-delay: -14s;
}

#free-breakdown .btn-primary {
  --cta-sheen-duration: 22s;
  --cta-sheen-delay: -7s;
}

#contact .btn-primary {
  --cta-sheen-duration: 20s;
  --cta-sheen-delay: -16s;
}

.footer .btn-primary {
  --cta-sheen-duration: 23s;
  --cta-sheen-delay: -9s;
}

.subpage-hero .btn-primary {
  --cta-sheen-duration: 19s;
  --cta-sheen-delay: -6s;
}

#intake .btn-primary {
  --cta-sheen-duration: 21s;
  --cta-sheen-delay: -13s;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.8);
  color: var(--deep-navy);
}

.btn-secondary:hover {
  background: var(--white);
  color: var(--signal-blue);
}

.btn-how-it-works:hover {
  background: var(--white);
  color: var(--signal-blue);
  box-shadow: none;
}

.btn-dark {
  background: var(--deep-navy);
  color: var(--white);
}

.btn-dark:hover {
  background: #0d1b34;
}

.btn-small {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 11px;
  font-size: 0.94rem;
}

.nav-actions .btn-primary,
.nav-actions .btn-primary:hover {
  box-shadow: none;
}

.success-page .btn-primary::before,
.success-page .btn-primary:hover::before {
  display: none;
  animation: none;
}

.arrow {
  font-size: 1.1em;
  line-height: 1;
}

.hero {
  min-height: 88vh;
  padding: 118px 0 34px;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(7, 17, 31, 0.98) 0%, rgba(7, 17, 31, 0.96) 45%, rgba(11, 23, 48, 0.93) 100%),
    radial-gradient(circle at 88% 18%, rgba(124, 58, 237, 0.6), transparent 28rem),
    radial-gradient(circle at 58% 36%, rgba(37, 99, 235, 0.45), transparent 32rem);
  position: relative;
  overflow: hidden;
}

.hero > .grid-bg {
  opacity: 0.42;
  background-image:
    radial-gradient(circle at 1% 14%, rgba(226,232,255,.68) 0 1px, transparent 1.5px),
    radial-gradient(circle at 7% 72%, rgba(167,139,250,.46) 0 .7px, transparent 1.2px),
    radial-gradient(circle at 11% 27%, rgba(248,250,252,.44) 0 .55px, transparent 1px),
    radial-gradient(circle at 15% 91%, rgba(191,219,254,.56) 0 .8px, transparent 1.3px),
    radial-gradient(circle at 19% 8%, rgba(226,232,255,.35) 0 .5px, transparent .9px),
    radial-gradient(circle at 23% 46%, rgba(167,139,250,.52) 0 1.1px, transparent 1.6px),
    radial-gradient(circle at 28% 81%, rgba(248,250,252,.4) 0 .65px, transparent 1px),
    radial-gradient(circle at 32% 19%, rgba(191,219,254,.64) 0 .85px, transparent 1.3px),
    radial-gradient(circle at 36% 62%, rgba(226,232,255,.38) 0 .5px, transparent .9px),
    radial-gradient(circle at 41% 3%, rgba(167,139,250,.44) 0 .7px, transparent 1.1px),
    radial-gradient(circle at 44% 73%, rgba(248,250,252,.58) 0 1px, transparent 1.5px),
    radial-gradient(circle at 49% 34%, rgba(191,219,254,.38) 0 .55px, transparent 1px),
    radial-gradient(circle at 53% 88%, rgba(226,232,255,.5) 0 .75px, transparent 1.2px),
    radial-gradient(circle at 57% 12%, rgba(167,139,250,.62) 0 1px, transparent 1.5px),
    radial-gradient(circle at 61% 56%, rgba(248,250,252,.34) 0 .5px, transparent .9px),
    radial-gradient(circle at 66% 24%, rgba(191,219,254,.5) 0 .7px, transparent 1.1px),
    radial-gradient(circle at 69% 79%, rgba(226,232,255,.6) 0 1.05px, transparent 1.55px),
    radial-gradient(circle at 73% 5%, rgba(167,139,250,.36) 0 .5px, transparent .9px),
    radial-gradient(circle at 77% 49%, rgba(248,250,252,.5) 0 .8px, transparent 1.25px),
    radial-gradient(circle at 81% 95%, rgba(191,219,254,.4) 0 .55px, transparent 1px),
    radial-gradient(circle at 84% 17%, rgba(226,232,255,.58) 0 .9px, transparent 1.4px),
    radial-gradient(circle at 88% 67%, rgba(167,139,250,.48) 0 .7px, transparent 1.15px),
    radial-gradient(circle at 92% 38%, rgba(248,250,252,.34) 0 .5px, transparent .9px),
    radial-gradient(circle at 96% 84%, rgba(191,219,254,.6) 0 1px, transparent 1.5px),
    radial-gradient(circle at 99% 9%, rgba(226,232,255,.4) 0 .6px, transparent 1px);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  mask-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0.72) 68%, transparent 100%);
}

.hero > .grid-bg::before,
.hero > .grid-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  opacity: 0;
  filter: drop-shadow(0 0 5px rgba(191,219,254,.9));
  pointer-events: none;
}

.hero > .grid-bg::before {
  box-shadow: 12vw 24vh rgba(255,255,255,.9), 58vw 13vh rgba(191,219,254,.85), 86vw 59vh rgba(255,255,255,.8);
  animation: stationary-twinkle 19s ease-in-out -7s infinite;
}

.hero > .grid-bg::after {
  box-shadow: 34vw 68vh rgba(255,255,255,.82), 72vw 37vh rgba(196,181,253,.9);
  animation: stationary-twinkle 23s ease-in-out -16s infinite;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 86%;
  height: 360px;
  left: -28%;
  bottom: -150px;
  background: linear-gradient(105deg, transparent 2%, rgba(37, 99, 235, 0.55) 30%, rgba(124, 58, 237, 0.4) 54%, rgba(34, 197, 94, 0.25) 72%, transparent 94%);
  border-radius: 42% 58% 48% 52%;
  filter: blur(72px);
  opacity: 0.52;
  mix-blend-mode: screen;
  pointer-events: none;
  will-change: transform, opacity;
  animation: hero-wash-left 22s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 82%;
  height: 330px;
  right: -24%;
  top: 8%;
  background: linear-gradient(78deg, transparent 4%, rgba(34, 197, 94, 0.28) 25%, rgba(124, 58, 237, 0.58) 54%, rgba(217, 70, 239, 0.34) 72%, transparent 96%);
  opacity: 0.42;
  border-radius: 58% 42% 54% 46%;
  filter: blur(78px);
  mix-blend-mode: screen;
  pointer-events: none;
  will-change: transform, opacity;
  animation: hero-wash-right 28s ease-in-out -9s infinite alternate;
}

@keyframes hero-wash-left {
  0% {
    transform: translate3d(-6%, 7%, 0) rotate(-11deg) scale(0.94, 0.86);
    opacity: 0.38;
  }

  48% {
    transform: translate3d(18%, -13%, 0) rotate(-3deg) scale(1.14, 1.04);
    opacity: 0.62;
  }

  100% {
    transform: translate3d(5%, -25%, 0) rotate(8deg) scale(1.02, 0.92);
    opacity: 0.46;
  }
}

@keyframes hero-wash-right {
  0% {
    transform: translate3d(10%, 7%, 0) rotate(9deg) scale(1.06, 0.9);
    opacity: 0.3;
  }

  52% {
    transform: translate3d(-17%, 14%, 0) rotate(1deg) scale(0.92, 1.08);
    opacity: 0.54;
  }

  100% {
    transform: translate3d(-5%, 28%, 0) rotate(-8deg) scale(1.14, 0.96);
    opacity: 0.4;
  }
}

.shooting-stars {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.shooting-star {
  position: absolute;
  top: var(--star-top);
  left: -18%;
  width: var(--star-length, 110px);
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(191, 219, 254, 0.32) 48%, rgba(248, 250, 252, 0.92));
  filter: drop-shadow(0 0 4px rgba(147, 197, 253, 0.62));
  opacity: 0;
  transform-origin: right center;
  will-change: transform, opacity;
  animation: shooting-star var(--star-cycle) linear var(--star-delay) infinite;
}

.shooting-star::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 8px rgba(191, 219, 254, 0.9);
  transform: translateY(-50%);
}

.shooting-star:nth-child(1) { --star-top: 17%; --star-angle: 7deg; --star-cycle: 50s; --star-delay: 0s; --star-length: 96px; }
.shooting-star:nth-child(2) { --star-top: 34%; --star-angle: -11deg; --star-cycle: 50s; --star-delay: -9s; --star-length: 128px; }
.shooting-star:nth-child(3) { --star-top: 58%; --star-angle: 15deg; --star-cycle: 50s; --star-delay: -19.5s; --star-length: 82px; }
.shooting-star:nth-child(4) { --star-top: 72%; --star-angle: -6deg; --star-cycle: 50s; --star-delay: -30s; --star-length: 118px; }
.shooting-star:nth-child(5) { --star-top: 43%; --star-angle: 3deg; --star-cycle: 50s; --star-delay: -41.5s; --star-length: 72px; }

@keyframes shooting-star {
  0%, 89% {
    opacity: 0;
    transform: rotate(var(--star-angle)) translate3d(-12vw, 0, 0);
  }

  90% {
    opacity: 0.82;
  }

  93% {
    opacity: 0.55;
  }

  95%, 100% {
    opacity: 0;
    transform: rotate(var(--star-angle)) translate3d(138vw, 0, 0);
  }
}

@keyframes stationary-twinkle {
  0%, 82%, 89%, 100% { opacity: 0; transform: scale(.6); }
  85% { opacity: .9; transform: scale(1.8); }
  87% { opacity: .25; transform: scale(.9); }
}

@keyframes hero-grid-sheen {
  0% {
    transform: translate3d(-115%, 0, 0);
    opacity: 0;
  }

  3% {
    opacity: 0.68;
  }

  42% {
    transform: translate3d(115%, 0, 0);
    opacity: 0.68;
  }

  45%,
  100% {
    transform: translate3d(115%, 0, 0);
    opacity: 0;
  }
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 64px;
  align-items: center;
}

.hero-copy {
  max-width: 680px;
}

.kicker {
  color: rgba(248, 250, 252, 0.72);
  font-size: var(--eyebrow-size);
  font-weight: 750;
  letter-spacing: 0.22em;
  line-height: 1.35;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(2.25rem, 3.55vw, 3.4rem);
  line-height: 1.08;
}

.hero h1 .text-gradient {
  color: var(--signal-blue);
  background: linear-gradient(90deg, var(--conversion-lime) 0%, var(--signal-blue) 50%, var(--content-violet) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accent-gradient {
  display: inline;
  color: var(--signal-blue);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-approach {
  color: var(--white);
  background-image: none;
  -webkit-text-fill-color: currentColor;
}

.accent-strike {
  color: inherit;
  background-repeat: no-repeat;
  background-position: 0 54%;
  background-size: 100% 0.055em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.strike-paths {
  background-image: none;
}

.gradient-platforms {
  background-image: linear-gradient(90deg, #2563eb 0%, #7c3aed 100%);
}

.gradient-process {
  color: var(--white);
  background-image: none;
  -webkit-text-fill-color: currentColor;
}

.hero-sub {
  margin-top: 14px;
  font-size: clamp(0.94rem, 1vw, var(--body-copy-size));
  line-height: 1.58;
  color: rgba(248, 250, 252, 0.72);
  max-width: 620px;
}

.hero-actions {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-primary-action { display: grid; gap: 7px; }
.hero-primary-action small { padding-left: 2px; color: rgba(226, 232, 240, 0.62); font-size: 0.7rem; line-height: 1.35; }

.hero-visual {
  min-height: 480px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.content-system-panel {
  width: min(100%, 450px);
  padding: 16px;
  border-radius: 28px;
  background: rgba(248, 250, 252, 0.06);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transform: translateY(12px);
}

.system-still {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--deep-navy);
}

.system-still img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center 44%;
}

.system-still::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.04), rgba(7, 17, 31, 0.22));
  pointer-events: none;
}

.system-panel-copy {
  padding: 22px 12px 10px;
}

.system-panel-head p {
  color: rgba(248, 250, 252, 0.92);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.45;
}

.system-stages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(248, 250, 252, 0.11);
  border-bottom: 1px solid rgba(248, 250, 252, 0.11);
}

.system-stages > div {
  padding: 0 12px;
}

.system-stages > div:first-child {
  padding-left: 0;
}

.system-stages > div + div {
  border-left: 1px solid rgba(248, 250, 252, 0.11);
}

.system-stages span,
.system-stages strong,
.system-stages small {
  display: block;
}

.system-stages span {
  color: var(--conversion-lime);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.system-stages strong {
  margin-top: 3px;
  color: var(--white);
  font-size: 0.77rem;
}

.system-stages small {
  margin-top: 2px;
  color: rgba(248, 250, 252, 0.58);
  font-size: 0.63rem;
  line-height: 1.35;
}

.label {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(37, 99, 235, 0.1);
  color: var(--signal-blue);
}

.label.lime {
  background: rgba(163, 230, 53, 0.26);
  color: #365314;
}

.label.violet {
  background: rgba(124, 58, 237, 0.13);
  color: var(--content-violet);
}

.label.dark-label {
  color: var(--cloud-white);
  background: rgba(37, 99, 235, 0.72);
}

.section-head {
  max-width: 780px;
  margin-bottom: 48px;
}

.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--eyebrow-rule-gap);
  color: var(--signal-blue);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: var(--eyebrow-size);
  font-weight: 850;
  margin-bottom: 15px;
}

.eyebrow::after {
  content: "";
  width: var(--eyebrow-rule-width);
  height: var(--eyebrow-rule-height);
  border-radius: 99px;
  background: currentColor;
  transform: translateY(var(--eyebrow-rule-baseline-shift));
}

.section-copy {
  margin-top: 20px;
  color: rgba(51, 65, 85, 0.82);
  font-size: var(--body-copy-size);
  max-width: 720px;
}

.center .section-copy {
  margin-left: auto;
  margin-right: auto;
}

.card-grid {
  display: grid;
  gap: 22px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  position: relative;
  min-height: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(203, 213, 225, 0.72);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.06);
}

.card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: var(--radius-md) 0 0 var(--radius-md);
  background: linear-gradient(to bottom, var(--signal-blue), var(--content-violet));
  opacity: 0;
  transition: opacity 160ms ease;
}

.card:hover::before {
  opacity: 1;
}

.card h3 {
  margin-bottom: 14px;
}

.card p {
  color: rgba(51, 65, 85, 0.78);
  font-size: var(--body-copy-size);
}

#problem {
  padding: 120px 0 126px;
  background:
    radial-gradient(circle at 92% 8%, rgba(37, 99, 235, 0.08), transparent 23rem),
    var(--white);
}

#approach {
  background:
    radial-gradient(circle at 8% 18%, rgba(37, 99, 235, 0.09), transparent 24rem),
    radial-gradient(circle at 92% 84%, rgba(124, 58, 237, 0.07), transparent 26rem),
    linear-gradient(180deg, #f4f8ff, #eef4ff);
}

#paths {
  background:
    radial-gradient(circle at 100% 12%, rgba(217, 70, 239, 0.045), transparent 22rem),
    var(--white);
}

#services {
  background:
    radial-gradient(circle at 88% 4%, rgba(124, 58, 237, 0.09), transparent 27rem),
    radial-gradient(circle at 8% 96%, rgba(37, 99, 235, 0.06), transparent 25rem),
    linear-gradient(180deg, #f8f5ff, #f4f7ff);
}

#platforms {
  background:
    radial-gradient(circle at 82% 24%, rgba(124, 58, 237, 0.1), transparent 20rem),
    linear-gradient(135deg, #eff6ff, #faf7ff);
}

#about {
  background:
    radial-gradient(circle at 10% 90%, rgba(37, 99, 235, 0.055), transparent 24rem),
    var(--white);
}

#free-breakdown {
  background:
    radial-gradient(circle at 92% 50%, rgba(217, 70, 239, 0.06), transparent 24rem),
    linear-gradient(135deg, #eef4ff, #f7f3ff);
}

#free-breakdown .btn-primary,
#free-breakdown .btn-primary:hover {
  box-shadow: none;
}

#faq {
  background: var(--white);
}

#problem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(var(--max), calc(100% - 40px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.32), transparent);
}

.problem-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 88px;
  align-items: end;
  margin-bottom: 60px;
}

.problem-intro .section-head {
  max-width: 710px;
  margin: 0;
}

.problem-intro h2 {
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.problem-intro h2 span {
  color: var(--signal-blue);
}

.problem-lead {
  padding: 3px 0 4px 26px;
  border-left: 2px solid var(--signal-blue);
  color: rgba(51, 65, 85, 0.8);
  font-size: var(--body-copy-size);
  line-height: 1.72;
}

.problem-lead p:first-child {
  color: var(--deep-navy);
  font-weight: 400;
}

.problem-lead strong {
  font-weight: 650;
}

.problem-lead p + p {
  margin-top: 12px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(203, 213, 225, 0.82);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
}

.problem-card {
  min-height: 340px;
  padding: 34px 32px 36px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: rgba(248, 250, 252, 0.52);
  transition: background 180ms ease, transform 180ms ease;
}

.problem-card + .problem-card {
  border-left: 1px solid rgba(203, 213, 225, 0.82);
}

.problem-card::before {
  inset: auto 32px 0;
  width: auto;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--signal-blue), var(--content-violet));
}

.problem-card:hover {
  background: var(--white);
}

.problem-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 54px;
}

.problem-number {
  color: var(--signal-blue);
  font-family: "Poppins", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.problem-label {
  color: rgba(100, 116, 139, 0.78);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.problem-card h3 {
  max-width: 290px;
  margin-bottom: 18px;
  font-size: clamp(1.28rem, 1.8vw, 1.62rem);
  line-height: 1.16;
}

.problem-card p {
  line-height: 1.7;
}

.engine-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: center;
}

.engine-card {
  padding: 44px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 105% 102%, rgba(34, 197, 94, 0.25), transparent 38%),
    radial-gradient(circle at 92% 82%, rgba(217, 70, 239, 0.2), transparent 42%),
    radial-gradient(circle at 74% 110%, rgba(37, 99, 235, 0.5), transparent 50%),
    var(--deep-navy);
  color: var(--white);
  min-height: 510px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
}

.engine-card .eyebrow {
  color: #60a5fa;
}

.engine-card h3 {
  font-size: clamp(2rem, 2.65vw, 2.8rem);
  line-height: 1.08;
  max-width: 440px;
  position: relative;
  z-index: 2;
}

.engine-card p {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  color: rgba(248, 250, 252, 0.68);
  font-size: var(--body-copy-size);
  line-height: 1.65;
  max-width: 390px;
}

.engine-inputs {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 40px;
}

.engine-inputs span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(248, 250, 252, 0.16);
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.07);
  color: rgba(248, 250, 252, 0.76);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.engine-flow {
  position: relative;
  display: grid;
  gap: 0;
}

.engine-flow::before {
  content: "";
  position: absolute;
  top: 23px;
  bottom: 23px;
  left: 22px;
  width: 1px;
  background: linear-gradient(to bottom, rgba(37, 99, 235, 0.28), rgba(124, 58, 237, 0.32) 68%, rgba(34, 197, 94, 0.5));
}

.flow-item {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 22px;
  align-items: start;
  padding: 12px 0 24px;
  background: transparent;
}

.flow-item:last-child {
  padding-bottom: 12px;
}

.flow-num {
  position: relative;
  z-index: 1;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 50%;
  background: var(--cloud-white);
  color: var(--signal-blue);
  font-size: 0.72rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}

.flow-item:last-child .flow-num {
  border-color: rgba(34, 197, 94, 0.32);
  background: #ecfdf5;
  color: #15803d;
  box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.05);
}

.flow-item:nth-child(1) .flow-num { color: #2563eb; border-color: rgba(37,99,235,.28); background: #eff6ff; }
.flow-item:nth-child(2) .flow-num { color: #4f46e5; border-color: rgba(79,70,229,.26); background: #eef2ff; }
.flow-item:nth-child(3) .flow-num { color: #7c3aed; border-color: rgba(124,58,237,.26); background: #f5f3ff; }
.flow-item:nth-child(4) .flow-num { color: #c026d3; border-color: rgba(192,38,211,.24); background: #fdf4ff; }

.flow-item h3 {
  font-size: 1.16rem;
  margin-bottom: 6px;
  line-height: 1.2;
}

.flow-item p {
  color: rgba(51, 65, 85, 0.78);
  font-size: 0.92rem;
  line-height: 1.58;
  max-width: 520px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.8);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.07);
}

.path-card {
  position: relative;
  padding: 40px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.07), transparent 17rem),
    rgba(255, 255, 255, 0.9);
}

.path-card + .path-card {
  border-left: 1px solid rgba(203, 213, 225, 0.8);
  background:
    radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.1), transparent 18rem),
    rgba(248, 250, 252, 0.72);
}

.path-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 3px;
  border-radius: 0 0 99px 99px;
  background: linear-gradient(90deg, var(--signal-blue), var(--content-violet));
  opacity: 0.85;
}

.path-card:nth-child(2)::before {
  background: linear-gradient(90deg, var(--content-violet), #d946ef);
}

.path-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}

.path-number {
  color: var(--signal-blue);
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.path-card:nth-child(2) .path-number {
  color: var(--content-violet);
}

.path-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--signal-blue);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.path-card:nth-child(2) .path-tag {
  background: rgba(124, 58, 237, 0.09);
  color: var(--content-violet);
}

.path-card h3 {
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  line-height: 1.1;
}

.path-card p {
  color: rgba(51, 65, 85, 0.78);
  font-size: var(--body-copy-size);
  line-height: 1.68;
  margin: 14px 0 30px;
  max-width: 470px;
}

.path-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(203, 213, 225, 0.68);
}

.mini-title {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--deep-navy);
  margin-bottom: 12px;
}

.clean-list {
  padding-left: 0;
  list-style: none;
  color: rgba(51, 65, 85, 0.78);
  font-size: 0.9rem;
}

.clean-list li {
  position: relative;
  padding-left: 18px;
}

.clean-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal-blue);
  position: absolute;
  left: 0;
  top: 0.68em;
}

.path-card .clean-list li {
  padding-left: 16px;
}

.path-card .clean-list li::before {
  width: 5px;
  height: 5px;
}

.path-card:nth-child(2) .clean-list li::before {
  background: var(--content-violet);
}

.path-note {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  margin: 28px auto 0;
  padding: 0 4px;
  max-width: 900px;
  color: rgba(51, 65, 85, 0.78);
  font-size: 0.74rem;
  line-height: 1.5;
  opacity: 0.82;
}

.path-note span {
  color: var(--deep-navy);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.path-note p {
  padding-left: 18px;
  border-left: 1px solid rgba(124, 58, 237, 0.32);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.homepage-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.services-level-head {
  display: block;
  text-align: center;
  margin: 68px 0 32px;
  padding-top: 42px;
  border-top: 1px solid rgba(124, 58, 237, 0.22);
}

.services-level-head h3 { font-size: 1.3rem; }
.homepage-package-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.homepage-package-grid .package-card { padding: 28px 22px; }
.homepage-package-grid .package-card h3 { font-size: 1.18rem; }
.homepage-package-grid .package-card .clean-list { font-size: 0.8rem; }

.service-card {
  position: relative;
  overflow: hidden;
  padding: 30px 26px 26px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(203, 213, 225, 0.75);
  background: rgba(255, 255, 255, 0.86);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 3px;
  border-radius: 0 0 99px 99px;
  background: var(--signal-blue);
}

.service-card:nth-child(2)::before {
  background: var(--content-violet);
}

.service-card:nth-child(3)::before {
  background: linear-gradient(90deg, var(--signal-blue), var(--content-violet));
}

.service-card.featured::before {
  background: linear-gradient(90deg, var(--conversion-lime), #22c55e);
}

.service-card.featured {
  color: var(--white);
  background:
    radial-gradient(circle at 94% 2%, rgba(217, 70, 239, 0.34), transparent 13rem),
    radial-gradient(circle at 100% 100%, rgba(34, 197, 94, 0.18), transparent 12rem),
    linear-gradient(145deg, var(--deep-navy), #0b1730);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}

.service-card.brandignite-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(196,181,253,.2), transparent 15rem),
    linear-gradient(145deg, #ffffff, #f5f3ff);
  border-color: rgba(124,58,237,.22);
  box-shadow: none;
}

.service-card.brandradar-card {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(22, 163, 74, .22);
  box-shadow: none;
}

.service-card.brandradar-card::before {
  background: linear-gradient(90deg, #65a30d, #22c55e);
}

.service-card.brandradar-card .tier-kicker {
  color: #15803d;
}

.service-card.brandradar-card .clean-list li::before {
  background: #22c55e;
}

.service-card.brandignite-card .clean-list li::before {
  background: var(--content-violet);
}

.service-card h3 {
  margin: 4px 0 8px;
  min-height: 2.15em;
  font-size: clamp(1.25rem, 1.55vw, 1.55rem);
  line-height: 1.08;
}

.tier-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--content-violet);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: none;
}

.service-card.featured .tier-kicker,
.package-card.featured .tier-kicker {
  color: var(--conversion-lime);
}

.review-level-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.review-level-option {
  align-items: flex-start;
  min-height: 148px;
  padding: 20px;
}

.review-level-option span,
.review-level-option strong,
.review-level-option small,
.review-level-option em {
  display: block;
}

.review-level-option strong { color: var(--deep-navy); font-family: "Poppins", sans-serif; font-size: 1.12rem; }
.review-level-option small { margin: 2px 0 8px; color: var(--content-violet); font-weight: 700; }
.review-level-option em { color: var(--muted); font-size: 0.82rem; font-style: normal; line-height: 1.5; }

.pricing-hero { text-align: center; }
.pricing-hero .section-head { max-width: 850px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.pricing-hero h1, .pricing-hero .section-copy { margin-left: auto; margin-right: auto; }
.pricing-entry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 960px; }
.package-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.package-card { display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(203, 213, 225, 0.75); border-radius: var(--radius-md); background: rgba(255,255,255,.88); }
.package-card.featured { color: var(--white); background: linear-gradient(145deg, var(--deep-navy), #0b1730); box-shadow: none; }
.package-card h3 { font-size: 1.45rem; line-height: 1.15; }
.package-card .price { margin: 14px 0; color: var(--signal-blue); font-size: 1.22rem; font-weight: 800; }
.package-card .price-note { margin-left: 5px; color: var(--signal-blue); font-family: "Inter", system-ui, sans-serif; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; vertical-align: middle; }
.package-card.featured .price,
.package-card.featured .price-note { color: #60a5fa; }
.package-card p { color: var(--muted); font-size: .9rem; }
.package-card.featured p, .package-card.featured .clean-list { color: rgba(248,250,252,.78); }
.package-card .clean-list { margin: 20px 0 26px; font-size: .88rem; }
.package-card .btn { width: 100%; margin-top: auto; white-space: nowrap; padding-left: 10px; padding-right: 10px; font-size: .75rem; }
.package-card .btn-secondary { border: 1px solid rgba(37,99,235,.2); background: rgba(37,99,235,.08); color: var(--signal-blue); }
.package-card .btn-secondary:hover { border-color: rgba(37,99,235,.36); background: rgba(37,99,235,.14); }
.package-facts { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.package-facts span { padding: 6px 9px; border-radius: 99px; background: rgba(37,99,235,.08); color: var(--signal-blue); font-size: .68rem; font-weight: 700; }
.package-card.featured .package-facts span { background: rgba(255,255,255,.09); color: #bfdbfe; }
.addon-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.addon-grid article { padding: 24px; border: 1px solid rgba(203,213,225,.75); border-radius: var(--radius-md); background: rgba(255,255,255,.78); }
.addon-grid h3 { margin-bottom: 12px; font-size: 1.1rem; }
.addon-grid p { color: var(--muted); font-size: .86rem; }

.pricing-entry-section {
  border-bottom: 1px solid rgba(37, 99, 235, 0.12);
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(239,246,255,.58));
}

.pricing-monthly-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(124, 58, 237, 0.11), transparent 28rem),
    linear-gradient(180deg, #f5f3ff, var(--cloud-white));
}

.pricing-addons-section {
  border-top: 1px solid rgba(37, 99, 235, 0.2);
  border-bottom: 1px solid rgba(124, 58, 237, 0.2);
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.62), rgba(245, 243, 255, 0.8));
}

.package-card:not(.featured) { border-top: 1px solid rgba(163, 230, 53, 0.72); }
.addon-grid article { border-top: 1px solid rgba(163, 230, 53, 0.7); }
.problem-number, .why-number { color: #4d7c0f; }

.tier-title-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; }
.tier-title-row .tier-kicker { margin-bottom: 0; }
.flagship-badge { display: inline-flex; align-items: center; min-height: 22px; padding: 0 9px; border: 1px solid rgba(236,72,153,.42); border-radius: 999px; background: rgba(217,70,239,.14); color: #f0abfc; font-size: .58rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.btn-primary.btn-no-ambient::before { animation: none; opacity: 0; }
.btn-primary.btn-no-ambient:hover::before { animation: button-sheen 760ms ease forwards; }
.services-intro .section-copy { margin-left: auto; margin-right: auto; }
.services-ad-spend-note { margin: 14px 4px 0; color: rgba(100,116,139,.64); font-size: .68rem; text-align: right; }

#problem .eyebrow, #paths .eyebrow, #platforms .eyebrow, #about .eyebrow, #faq .eyebrow { color: var(--signal-blue); }
#services .eyebrow, #free-breakdown .eyebrow, .pricing-monthly-section .eyebrow { color: var(--content-violet); }
#approach .eyebrow { color: #60a5fa; }
.pricing-addons-section .eyebrow { color: #2563eb; }

.service-card .price {
  font-family: "Inter", system-ui, sans-serif;
  letter-spacing: -0.025em;
  font-size: 1.48rem;
  font-weight: 600;
  color: var(--deep-navy);
  margin: 8px 0 16px;
}

.service-card .price-note {
  margin-left: 5px;
  color: var(--content-violet);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  vertical-align: middle;
}

.service-card.featured .price-note {
  color: var(--conversion-lime);
}

.service-card.featured .price,
.service-card.featured p,
.service-card.featured .clean-list {
  color: rgba(248, 250, 252, 0.82);
}

.service-card p {
  color: rgba(51, 65, 85, 0.78);
  font-size: 0.9rem;
  line-height: 1.62;
}

.service-card .clean-list {
  margin: 22px 0 28px;
  font-size: 0.86rem;
}

.service-card .btn {
  margin-top: auto;
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  font-size: 0.8rem;
  text-align: center;
}

.service-card:not(.featured) .btn-secondary {
  border: 1px solid rgba(37, 99, 235, 0.18);
  background: rgba(37, 99, 235, 0.07);
  color: var(--signal-blue);
}

.service-card:not(.featured) .btn-secondary:hover {
  border-color: rgba(37, 99, 235, 0.3);
  background: rgba(37, 99, 235, 0.12);
}

.service-card.brandignite-card .btn.brandignite-button {
  border-color: rgba(124,58,237,.28);
  background: rgba(124,58,237,.1);
  color: #6d28d9;
  box-shadow: none;
}

.service-card.brandignite-card .btn.brandignite-button:hover {
  border-color: rgba(124,58,237,.42);
  background: rgba(124,58,237,.16);
  color: #5b21b6;
  box-shadow: none;
}

.service-card.brandradar-card .btn.btn-secondary {
  border-color: rgba(22, 163, 74, .28);
  background: rgba(22, 163, 74, .09);
  color: #15803d;
  box-shadow: none;
}

.service-card.brandradar-card .btn.btn-secondary:hover {
  border-color: rgba(22, 163, 74, .42);
  background: rgba(22, 163, 74, .15);
  color: #166534;
  box-shadow: none;
}

.pricing-note {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(320px, 1.2fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 24px;
  padding: 22px 24px;
  border-radius: 18px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  color: var(--soft-slate);
  background: rgba(255, 255, 255, 0.7);
}

.pricing-note span {
  display: block;
  margin-bottom: 6px;
  color: var(--content-violet);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pricing-note h3 {
  font-size: 1.05rem;
  line-height: 1.25;
}

.pricing-note p {
  color: rgba(51, 65, 85, 0.76);
  font-size: 0.84rem;
  line-height: 1.58;
}

.pricing-note .btn {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  background: rgba(37, 99, 235, 0.07);
  color: var(--signal-blue);
  font-size: 0.78rem;
  white-space: nowrap;
}

.pricing-note .btn-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--signal-blue), var(--content-violet));
  color: var(--white);
  box-shadow: none;
}

.pricing-note .btn-primary:hover { box-shadow: none; }

.review-nav-cta {
  background: var(--signal-blue);
  box-shadow: 0 10px 24px rgba(37,99,235,.18);
}

.footer .footer-review-btn {
  border: 1px solid rgba(147,197,253,.3);
  background: rgba(255,255,255,.055);
  color: #bfdbfe;
  box-shadow: none;
}

.footer .footer-review-btn:hover {
  border-color: rgba(163,230,53,.42);
  background: rgba(163,230,53,.08);
  color: #d9f99d;
  box-shadow: none;
}

.platform-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.platform-pill {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid rgba(203, 213, 225, 0.76);
  font-weight: 800;
  color: var(--deep-navy);
}

.platform-pill span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(163, 230, 53, 0.18);
  color: #4d7c0f;
  font-size: 0.78rem;
  font-weight: 900;
}

.platform-note {
  margin-top: 16px;
  color: rgba(100, 116, 139, 0.72);
  font-size: 0.72rem;
  text-align: center;
}

.steps {
  counter-reset: steps;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  padding-top: 8px;
}

.steps::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 23px;
  right: calc(20% - 45px);
  height: 1px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.7), rgba(124, 58, 237, 0.75) 68%, rgba(163, 230, 53, 0.78));
}

.step-card {
  counter-increment: steps;
  position: relative;
  padding: 0;
  background: transparent;
}

.step-card::before {
  content: "0" counter(steps);
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border: 1px solid rgba(96, 165, 250, 0.42);
  border-radius: 50%;
  background: #0b1730;
  color: #93c5fd;
  box-shadow: none;
  font-size: 0.72rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  margin-bottom: 28px;
}

.step-card:last-child::before {
  border-color: rgba(163, 230, 53, 0.55);
  background: #16291d;
  color: var(--conversion-lime);
  box-shadow: 0 0 28px rgba(163, 230, 53, 0.12);
}

.step-card h3 {
  font-size: 1.08rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.step-card p {
  color: rgba(248, 250, 252, 0.6);
  font-size: 0.84rem;
  line-height: 1.6;
}

#how-it-works {
  background:
    radial-gradient(circle at 4% 18%, rgba(37, 99, 235, 0.28), transparent 28rem),
    radial-gradient(circle at 94% 12%, rgba(217, 70, 239, 0.16), transparent 28rem),
    radial-gradient(circle at 86% 100%, rgba(34, 197, 94, 0.12), transparent 24rem),
    linear-gradient(135deg, #050a13 0%, #07111f 58%, #0d1b34 100%);
}

#how-it-works .eyebrow {
  color: #a78bfa;
}

.how-cta {
  justify-content: center;
  margin-top: 46px;
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 78px;
  align-items: center;
}

.why-intro .section-head {
  margin-bottom: 38px;
}

.why-outcome {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--deep-navy);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.why-outcome i {
  width: 20px;
  height: 1px;
  background: linear-gradient(90deg, var(--signal-blue), var(--content-violet));
}

.why-list {
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.06);
}

.why-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 24px;
  padding: 30px 34px;
  background: transparent;
}

.why-card + .why-card {
  border-top: 1px solid rgba(203, 213, 225, 0.72);
}

.why-number {
  color: var(--signal-blue);
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding-top: 0.3em;
}

.why-card:nth-child(2) .why-number {
  color: var(--content-violet);
}

.why-card:nth-child(3) .why-number {
  color: #16a34a;
}

.why-card h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.why-card p {
  color: rgba(51, 65, 85, 0.78);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-top: 8px;
}

.breakdown-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08);
}

.breakdown-copy {
  padding: 52px;
}

.breakdown-copy .section-head {
  margin-bottom: 34px;
}

.breakdown-copy .section-copy {
  max-width: 560px;
}

.breakdown-action {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.breakdown-action > span {
  color: rgba(100, 116, 139, 0.78);
  font-size: 0.74rem;
}

.breakdown-deliverables {
  padding: 42px;
  border-left: 1px solid rgba(203, 213, 225, 0.74);
  background:
    radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.11), transparent 18rem),
    linear-gradient(145deg, #f3f7ff, #f8f5ff);
}

.breakdown-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  color: var(--signal-blue);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.breakdown-summary strong {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(163, 230, 53, 0.24);
  color: #3f6212;
  font-size: 0.64rem;
}

.breakdown-deliverables h3 {
  max-width: 360px;
  font-size: 1.5rem;
  line-height: 1.15;
}

.breakdown-list {
  display: grid;
  gap: 0;
  margin-top: 28px;
}

.breakdown-list > div {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
  padding: 17px 0;
  border-top: 1px solid rgba(203, 213, 225, 0.68);
}

.breakdown-list > div > span {
  color: var(--content-violet);
  font-family: "Poppins", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.breakdown-list p {
  color: rgba(51, 65, 85, 0.76);
  font-size: 0.82rem;
  line-height: 1.55;
}

.breakdown-list p strong {
  display: block;
  margin-bottom: 2px;
  color: var(--deep-navy);
  font-size: 0.9rem;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 18px;
  background: var(--white);
  border: 1px solid rgba(203, 213, 225, 0.76);
  overflow: hidden;
}

.faq-question {
  appearance: none;
  border: 0;
  background: transparent;
  width: 100%;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--deep-navy);
  cursor: pointer;
}

.faq-question span:last-child {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(163, 230, 53, 0.18);
  display: grid;
  place-items: center;
  color: #4d7c0f;
  flex: 0 0 auto;
}

.faq-answer {
  display: none;
  padding: 0 24px 24px;
  color: rgba(51, 65, 85, 0.78);
  font-size: var(--body-copy-size);
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question span:last-child {
  background: #65a30d;
  color: var(--white);
}

.final-cta {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.final-cta p {
  color: rgba(248, 250, 252, 0.68);
  margin: 20px auto 32px;
  max-width: 670px;
  font-size: var(--body-copy-size);
}

.footer {
  padding: 58px 0 34px;
  color: rgba(248, 250, 252, 0.74);
  background: #050a13;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr;
  gap: 40px;
}

.footer .logo {
  color: var(--white);
  margin-bottom: 18px;
}

.footer .logo-text span:last-child {
  color: #6ea0ff;
}

.footer p {
  max-width: 430px;
  font-size: 0.92rem;
}

.footer h4 {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 1rem;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

/* Content breakdown page */
.subpage-hero {
  padding: 150px 0 80px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 12%, rgba(124, 58, 237, 0.52), transparent 30rem),
    linear-gradient(135deg, #050a13, var(--deep-navy));
}

.subpage-hero .section-copy {
  color: rgba(248, 250, 252, 0.78);
}

.subpage-hero .kicker {
  display: inline-flex;
  align-items: center;
  gap: var(--eyebrow-rule-gap);
}

.subpage-hero .kicker::after {
  content: "";
  width: var(--eyebrow-rule-width);
  height: var(--eyebrow-rule-height);
  border-radius: 99px;
  background: currentColor;
  transform: translateY(var(--eyebrow-rule-baseline-shift));
}

.subpage-hero h1 {
  max-width: 680px;
  font-size: clamp(2.25rem, 3.55vw, 3.4rem);
  line-height: 1.08;
}

.success-hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}

.success-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 72px;
  align-items: center;
}

.success-content {
  max-width: 700px;
}

.success-content > p {
  max-width: 660px;
  margin: 22px 0 30px;
  color: rgba(248, 250, 252, 0.74);
  font-size: var(--body-copy-size);
  line-height: 1.72;
}

.success-next-card {
  padding: 30px;
  border: 1px solid rgba(248, 250, 252, 0.14);
  border-radius: var(--radius-md);
  background: rgba(248, 250, 252, 0.055);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.success-next-card .eyebrow {
  color: #93c5fd;
}

.success-next-list {
  display: grid;
  gap: 0;
}

.success-next-list > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(248, 250, 252, 0.1);
}

.success-next-list > div:first-child {
  border-top: 0;
  padding-top: 4px;
}

.success-next-list span {
  color: var(--conversion-lime);
  font-family: "Poppins", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
}

.success-next-list p {
  color: rgba(248, 250, 252, 0.64);
  font-size: 0.84rem;
  line-height: 1.55;
}

.success-next-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 0.9rem;
}

.success-footer-action {
  margin-top: 18px;
}

.subpage-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(400px, 0.82fr);
  gap: 64px;
  align-items: center;
}

.subpage-hero-grid .section-head {
  margin-bottom: 0;
}

.hero-receive-card {
  padding: 30px 32px;
  border: 1px solid rgba(248, 250, 252, 0.14);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.2), transparent 15rem),
    rgba(248, 250, 252, 0.055);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.hero-receive-card .label.lime {
  min-height: 24px;
  padding: 1px 10px 0;
  border: 1px solid rgba(163, 230, 53, 0.24);
  background: rgba(163, 230, 53, 0.16);
  color: #d9f99d;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

.hero-receive-card .hero-receive-list {
  margin-top: 22px;
  color: rgba(248, 250, 252, 0.78);
}

.hero-receive-card .hero-receive-list li::before {
  border-color: rgba(163, 230, 53, 0.36);
  background: rgba(163, 230, 53, 0.1);
  color: var(--conversion-lime);
  box-shadow: 0 0 0 4px rgba(163, 230, 53, 0.035);
}

.breakdown-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  width: min(100% - 40px, 900px);
}

.expect-section {
  position: relative;
  padding: 56px 0 60px;
  border-bottom: 1px solid rgba(203, 213, 225, 0.7);
  background:
    radial-gradient(circle at 86% 10%, rgba(37, 99, 235, 0.07), transparent 24rem),
    rgba(255, 255, 255, 0.82);
}

.intake-section {
  padding-top: 58px;
}

.preform-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 42px;
  align-items: start;
  width: 100%;
}

.preform-copy .eyebrow {
  margin-bottom: 14px;
}

.preform-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 2.4vw, 2.2rem);
  line-height: 1.08;
}

.preform-copy p {
  color: rgba(71, 85, 105, 0.72);
  font-size: 0.9rem;
  line-height: 1.65;
}

.preform-details {
  padding-left: 42px;
  border-left: 1px solid rgba(203, 213, 225, 0.68);
}

.preform-details .privacy-box {
  margin-top: 24px;
  margin-bottom: 0;
  padding: 14px 16px;
  border-radius: 12px;
  color: rgba(113, 63, 18, 0.78);
  font-size: 0.78rem;
  line-height: 1.55;
}

.preform-prep h3 {
  max-width: 420px;
  font-size: 1.28rem;
  line-height: 1.2;
}

.preform-prep p {
  margin-top: 10px;
  color: rgba(71, 85, 105, 0.72);
  font-size: 0.88rem;
  line-height: 1.65;
}

.prep-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.prep-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(37, 99, 235, 0.15);
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.055);
  color: rgba(30, 64, 175, 0.82);
  font-size: 0.7rem;
  font-weight: 700;
}

.check-list {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 14px;
  color: rgba(51, 65, 85, 0.86);
  font-size: 0.9rem;
}

.check-list li {
  min-height: 20px;
  padding-left: 32px;
  position: relative;
  line-height: 1.5;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.1);
  color: #15803d;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.035);
  font-size: 0.65rem;
  font-weight: 900;
}

.intake-form {
  scroll-margin-top: 88px;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(203, 213, 225, 0.78);
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.form-header {
  padding: 28px;
  border-bottom: 1px solid rgba(203, 213, 225, 0.62);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(124, 58, 237, 0.07));
}

.form-header .label {
  gap: 5px;
}

.progress {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin-bottom: 18px;
}

.progress span {
  height: 5px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.34);
}

.progress span.active {
  background-image: linear-gradient(90deg, var(--signal-blue), var(--content-violet));
  background-position: var(--progress-gradient-position, 0%) 50%;
  background-size: 500% 100%;
}

.progress span:nth-child(1) { --progress-gradient-position: 0%; }
.progress span:nth-child(2) { --progress-gradient-position: 25%; }
.progress span:nth-child(3) { --progress-gradient-position: 50%; }
.progress span:nth-child(4) { --progress-gradient-position: 75%; }
.progress span:nth-child(5) { --progress-gradient-position: 100%; }

.form-step {
  display: none;
  padding: 28px;
}

.form-step.active {
  display: block;
}

.form-step h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.form-step > p {
  color: rgba(51, 65, 85, 0.78);
  font-size: var(--body-copy-size);
  margin-bottom: 24px;
}

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

.field {
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  margin-bottom: 18px;
}

.field-label-row {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.upload-limit {
  margin-top: -2px;
  color: rgba(71, 85, 105, 0.68);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.4;
}

input[type="file"][data-file-confirmation] {
  color: transparent;
}

input[type="file"][multiple] {
  color: rgba(100, 116, 139, 0.62);
  font-size: 0.76rem;
}

input[type="file"][multiple]::file-selector-button {
  color: var(--deep-navy);
  font-size: 0.86rem;
}

.upload-selection {
  display: grid;
  gap: 9px;
  margin-top: 4px;
  padding: 12px;
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.075);
}

.upload-selection[hidden] {
  display: none;
}

.upload-selection-count {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #1e40af;
  font-size: 0.74rem;
  font-weight: 800;
}

.upload-selection-count::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--signal-blue);
  color: var(--white);
  font-size: 0.62rem;
}

.upload-selection-multi {
  gap: 7px;
  margin-top: 2px;
  padding: 0;
  border: 0;
  background: transparent;
}

.upload-selection-multi .upload-selection-count {
  display: block;
  color: rgba(30, 64, 175, 0.78);
  font-size: 0.72rem;
  font-weight: 750;
}

.upload-selection-multi .upload-selection-count::before {
  display: none;
}

.upload-selection-multi .upload-file-item {
  min-height: 34px;
  padding: 5px 7px 5px 11px;
  border-color: rgba(37, 99, 235, 0.13);
  background: rgba(37, 99, 235, 0.04);
  box-shadow: none;
}

.upload-selection-multi .upload-file-name {
  color: rgba(51, 65, 85, 0.86);
  font-size: 0.76rem;
  font-weight: 600;
}

.upload-file-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.upload-file-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 6px 7px 6px 12px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 9px;
  background: var(--white);
  box-shadow: 0 5px 14px rgba(30, 64, 175, 0.06);
}

.upload-file-name {
  min-width: 0;
  overflow: hidden;
  color: var(--deep-navy);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-file-remove {
  min-height: 24px;
  padding: 0 7px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(30, 64, 175, 0.76);
  font: 700 0.68rem/1 "Inter", system-ui, sans-serif;
  cursor: pointer;
}

.upload-file-remove:hover,
.upload-file-remove:focus-visible {
  background: rgba(37, 99, 235, 0.09);
  color: #1d4ed8;
}

.file-input-shell {
  position: relative;
  min-width: 0;
}

.file-input-shell > input {
  display: block;
}

.upload-selection-single {
  position: absolute;
  z-index: 2;
  inset: 1px 8px 1px 126px;
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--cloud-white);
  pointer-events: none;
}

.upload-selection-single .upload-selection-count {
  display: none;
}

.upload-selection-single .upload-file-list {
  width: 100%;
  min-width: 0;
}

.upload-selection-single .upload-file-item {
  width: 100%;
  min-height: 34px;
  padding: 0 2px 0 8px;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.upload-selection-single .upload-file-name {
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 700;
}

.upload-selection-single .upload-file-remove {
  color: rgba(30, 64, 175, 0.7);
  pointer-events: auto;
}

.tooltip-wrap {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
}

.tooltip-trigger {
  width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(37, 99, 235, 0.26);
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.07);
  color: rgba(37, 99, 235, 0.8);
  font: 750 0.68rem/1 "Inter", system-ui, sans-serif;
  cursor: help;
}

.tooltip-trigger:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.14);
  outline-offset: 2px;
}

.field-tooltip {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: calc(100% + 9px);
  width: min(270px, 72vw);
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--deep-navy);
  color: rgba(248, 250, 252, 0.9);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.2);
  font-size: 0.78rem;
  font-weight: 450;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.field-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 5px solid transparent;
  border-top-color: var(--deep-navy);
  transform: translateX(-50%);
}

.tooltip-wrap:hover .field-tooltip,
.tooltip-wrap.open .field-tooltip,
.tooltip-trigger:focus + .field-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.field.full {
  grid-column: 1 / -1;
}

label {
  font-weight: 780;
  color: var(--deep-navy);
}

.optional-label {
  margin-left: 6px;
  color: rgba(100, 116, 139, 0.68);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.help {
  color: rgba(100, 116, 139, 0.72);
  font-size: 0.84rem;
  line-height: 1.55;
}

.help.field-tooltip {
  color: rgba(248, 250, 252, 0.9);
  font-size: 0.78rem;
  line-height: 1.5;
}

.group-help {
  margin: 5px 0 12px;
}

input, textarea, select {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.55);
  border-radius: 12px;
  padding: 13px 14px;
  font: inherit;
  color: var(--deep-navy);
  background: var(--cloud-white);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(100, 116, 139, 0.55);
  opacity: 1;
  font-weight: 400;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

input:focus, textarea:focus, select:focus {
  border-color: rgba(37, 99, 235, 0.72);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

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

.option-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  border-radius: 13px;
  background: var(--cloud-white);
  font-weight: 650;
  color: var(--soft-slate);
}

.option-box input {
  width: auto;
  margin-top: 4px;
}

.option-box.disabled {
  opacity: 0.48;
}

.upload-intro {
  margin: 34px 0 4px;
  padding-top: 28px;
  border-top: 1px solid rgba(203, 213, 225, 0.72);
}

.upload-intro h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.upload-intro p {
  color: rgba(51, 65, 85, 0.78);
}

.consent-box {
  margin-top: 8px;
  font-weight: 400;
}

.validation-invalid > input,
.validation-invalid > select,
.validation-invalid > textarea,
.consent-field.validation-invalid .option-box {
  border-color: rgba(150, 63, 120, 0.72);
  background: rgba(150, 63, 120, 0.035);
  box-shadow: 0 0 0 4px rgba(150, 63, 120, 0.09);
}

.checkbox-grid.validation-invalid .option-box {
  border-color: rgba(150, 63, 120, 0.46);
  background: rgba(150, 63, 120, 0.025);
}

.field-error {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 1px 0 0;
  color: var(--validation-plum);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.4;
}

.field-error::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--validation-plum);
  box-shadow: 0 0 0 3px rgba(150, 63, 120, 0.09);
}

.checkbox-grid > .field-error {
  grid-column: 1 / -1;
}

.privacy-box {
  margin: 20px 0;
  padding: 18px;
  border-radius: 16px;
  background: var(--warm-paper);
  border: 1px solid rgba(251, 191, 36, 0.25);
  color: #713f12;
}

.form-step .privacy-box {
  padding: 14px 16px;
  border-radius: 12px;
  color: rgba(113, 63, 18, 0.78);
  font-size: 0.78rem;
  line-height: 1.55;
}

.form-step .privacy-box,
.preform-details .privacy-box {
  font-size: 0.78rem;
  line-height: 1.55;
}

.form-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 28px 28px;
  border-top: 1px solid rgba(203, 213, 225, 0.62);
}

.form-controls [data-next-step],
.form-controls [data-next-step]:hover {
  box-shadow: none;
}

.form-controls [data-next-step] {
  background: var(--signal-blue);
  transition: background-color 180ms ease, color 180ms ease;
}

.form-controls [data-next-step]:hover {
  background: #1d4ed8;
}

.form-controls [data-next-step]::before,
.form-controls [data-next-step]:hover::before {
  display: none;
  animation: none;
}

.form-controls [data-prev-step] {
  border: 1px solid rgba(37, 99, 235, 0.16);
  background: rgba(37, 99, 235, 0.075);
  color: #1d4ed8;
  box-shadow: none;
}

.form-controls [data-prev-step] span {
  font-size: 1.05em;
  line-height: 1;
}

.form-controls [data-submit-form] {
  white-space: nowrap;
  box-shadow: none;
}

.form-controls [data-submit-form]:hover {
  box-shadow: none;
}

.form-controls [data-submit-form]:disabled {
  cursor: wait;
  opacity: 0.72;
}

.submission-status {
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.07);
  color: #1e3a8a;
  font-size: 0.92rem;
  font-weight: 650;
}

.submission-status[data-status="error"] {
  border-color: rgba(185, 28, 28, 0.22);
  background: rgba(254, 226, 226, 0.75);
  color: #991b1b;
}

.form-controls [data-prev-step]:hover {
  background: rgba(37, 99, 235, 0.13);
  color: #1e40af;
  box-shadow: none;
}

.form-disclaimer {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.88rem;
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero::after,
  .hero .grid-bg::after,
  .shooting-star {
    animation: none;
  }

  .btn-primary::before,
  .btn-primary:hover::before {
    animation: none;
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .engine-wrap,
  .breakdown-panel,
  .breakdown-layout,
  .subpage-hero-grid,
  .success-layout {
    grid-template-columns: 1fr;
  }

  .subpage-hero-grid {
    gap: 40px;
  }

  .hero-receive-card {
    max-width: 680px;
  }

  .success-layout {
    gap: 44px;
  }

  .success-next-card {
    max-width: 680px;
  }

  .breakdown-deliverables {
    border-top: 1px solid rgba(203, 213, 225, 0.74);
    border-left: 0;
  }

  .hero-visual {
    display: none;
  }

  .services-grid,
  .package-grid,
  .homepage-package-grid,
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 760px;
    margin: 0 auto;
    padding-top: 0;
  }

  .steps::before {
    top: 23px;
    bottom: 23px;
    left: 23px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(to bottom, rgba(37, 99, 235, 0.7), rgba(124, 58, 237, 0.75) 68%, rgba(163, 230, 53, 0.78));
  }

  .step-card {
    display: grid;
    grid-template-columns: 47px 1fr;
    column-gap: 24px;
    padding-bottom: 32px;
  }

  .step-card:last-child {
    padding-bottom: 0;
  }

  .step-card::before {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .step-card h3,
  .step-card p {
    grid-column: 2;
  }

  .problem-intro {
    gap: 48px;
  }

  .engine-wrap {
    gap: 48px;
  }

  .engine-card {
    min-height: 0;
  }

  .engine-inputs {
    margin-top: 0;
  }

  .pricing-note {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-note .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 860px) {
  .mobile-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 78px;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(203, 213, 225, 0.76);
    box-shadow: var(--card-shadow);
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  body.nav-open .nav-links {
    display: flex;
  }

  .nav-actions .btn {
    display: none;
  }

  .section {
    padding: 82px 0;
  }

  .expect-section {
    padding: 48px 0 52px;
  }

  .intake-section {
    padding-top: 48px;
  }

  .hero {
    padding-top: 128px;
  }

  .hero-grid {
    gap: 42px;
  }

  .path-grid,
  .why-grid,
  .why-layout,
  .grid-3,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .why-layout {
    gap: 46px;
  }

  #problem {
    padding: 88px 0 94px;
  }

  .problem-intro,
  .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-intro {
    gap: 30px;
    margin-bottom: 42px;
  }

  .problem-lead {
    max-width: 650px;
  }

  .problem-card {
    min-height: 0;
  }

  .problem-card + .problem-card {
    border-top: 1px solid rgba(203, 213, 225, 0.82);
    border-left: 0;
  }

  .problem-card-top {
    margin-bottom: 30px;
  }

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

  .path-card + .path-card {
    border-top: 1px solid rgba(203, 213, 225, 0.8);
    border-left: 0;
  }

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

  .field-grid,
  .checkbox-grid {
    grid-template-columns: 1fr;
  }

  .preform-card {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .package-grid,
  .homepage-package-grid,
  .addon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .preform-details {
    padding: 26px 0 0;
    border-top: 1px solid rgba(203, 213, 225, 0.68);
    border-left: 0;
  }

  .breakdown-copy,
  .breakdown-deliverables {
    padding: 36px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .services-grid,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .pricing-entry-grid,
  .package-grid,
  .homepage-offer-grid,
  .homepage-package-grid,
  .addon-grid,
  .review-level-options { grid-template-columns: 1fr; }

  .services-level-head { display: block; }
  .services-level-head h3 { margin-top: 6px; }
  .services-level-head p { margin-top: 6px; }

  .hero-actions,
  .final-cta .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn,
  .final-cta .btn,
  .breakdown-action .btn {
    width: 100%;
  }

  .hero-primary-action { width: 100%; }
  .hero-primary-action small { text-align: center; }

  .card,
  .path-card,
  .service-card,
  .why-card,
  .preform-card,
  .form-header,
  .form-step {
    padding: 24px;
  }

  .expect-section {
    padding: 38px 0 42px;
  }

  .expect-section .preform-card {
    padding: 0;
  }

  .expect-section .preform-details {
    padding-top: 22px;
  }

  .intake-section {
    padding-top: 42px;
  }

  #problem::before {
    width: calc(100% - 28px);
  }

  h2 {
    font-size: clamp(2rem, 8vw, 2.2rem);
  }

  .problem-lead {
    padding-left: 20px;
  }

  .problem-card {
    padding: 28px 24px 30px;
  }

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

  .path-card::before {
    left: 24px;
    right: 24px;
  }

  .path-card-head {
    margin-bottom: 38px;
  }

  .path-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .path-note p {
    padding: 10px 0 0;
    border-top: 1px solid rgba(124, 58, 237, 0.24);
    border-left: 0;
  }

  .why-outcome {
    flex-wrap: wrap;
    gap: 9px;
  }

  .why-card {
    grid-template-columns: 32px 1fr;
    gap: 16px;
  }

  .breakdown-copy,
  .breakdown-deliverables {
    padding: 28px 24px;
  }

  .breakdown-action {
    align-items: stretch;
  }

  .breakdown-action > span {
    text-align: center;
  }

  .engine-card {
    padding: 30px 26px;
  }

  .engine-card h3 {
    font-size: clamp(2rem, 9vw, 2.45rem);
  }

  .engine-inputs {
    padding-top: 32px;
  }

  .flow-item {
    grid-template-columns: 41px 1fr;
    gap: 16px;
  }

  .flow-num {
    width: 41px;
    height: 41px;
  }

  .engine-flow::before {
    left: 20px;
  }

  .pricing-note {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .pricing-note .btn {
    width: 100%;
  }

  .form-controls {
    padding: 20px 24px 24px;
  }
}
