:root {
  --navy-950: #050a18;
  --navy-900: #0a1430;
  --navy-800: #0f1d48;
  --blue-700: #1a56db;
  --blue-500: #3b82f6;
  --blue-300: #93c5fd;
  --cyan-500: #06b6d4;
  --cyan-400: #22d3ee;
  --cyan-300: #67e8f9;
  --slate-50: #f8fafc;
  --slate-100: #eef2f7;
  --slate-200: #dce3ea;
  --slate-300: #cbd5e1;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-900: #0f172a;
  --teal-800: #064e47;
  --teal-700: #0b5c56;
  --teal-600: #0f766e;
  --amber-500: #f59e0b;
  --danger: #b91c1c;
  --success: #10b981;
  --white: #ffffff;
  --font-display: "Manrope", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --content-max: 1200px;
  --content-narrow: 840px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-xl: 20px;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 3px rgba(10, 20, 48, 0.08), 0 1px 2px rgba(10, 20, 48, 0.04);
  --shadow-md: 0 4px 14px rgba(10, 20, 48, 0.08), 0 1px 3px rgba(10, 20, 48, 0.04);
  --shadow-lg: 0 20px 45px rgba(10, 20, 48, 0.14);
  --glow-blue: 0 0 58px rgba(59, 130, 246, 0.38);
  --glow-cyan: 0 0 42px rgba(34, 211, 238, 0.32);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--slate-900);
  background: var(--slate-50);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 200;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--navy-900);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.container.narrow {
  width: min(100% - 48px, var(--content-narrow));
}

.centered {
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 72px;
  background: rgba(248, 250, 252, 0.9);
  border-bottom: 1px solid rgba(220, 227, 234, 0.95);
  backdrop-filter: blur(14px);
}

.header-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-link img {
  width: 180px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 650;
}

.main-nav a {
  color: var(--slate-600);
  text-decoration: none;
  transition: color 180ms var(--ease), border-color 180ms var(--ease), background 180ms var(--ease);
}

.main-nav a:hover {
  color: var(--navy-900);
}

.main-nav .nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--teal-600);
  border-radius: var(--radius-pill);
  color: var(--teal-700);
  background: rgba(15, 118, 110, 0.08);
}

.main-nav .nav-cta:hover {
  background: rgba(15, 118, 110, 0.13);
}

.brand-section {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(59, 130, 246, 0.14), rgba(5, 10, 24, 0)),
    linear-gradient(135deg, var(--navy-900), var(--navy-950));
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.brand-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(147, 197, 253, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 197, 253, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 75% at 50% 40%, #000 34%, transparent 78%);
  pointer-events: none;
  z-index: -1;
}

.hero-section {
  padding: 96px 0 84px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: 64px;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--teal-600);
}

.brand-section .eyebrow {
  color: var(--cyan-300);
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: 64px;
  font-weight: 850;
}

h2 {
  font-size: 44px;
  font-weight: 820;
  color: var(--navy-900);
}

h3 {
  font-size: 22px;
  font-weight: 780;
  color: var(--navy-900);
}

.brand-section h2,
.brand-section h3 {
  color: var(--white);
}

p {
  margin: 0;
}

.hero-lead {
  max-width: 650px;
  margin-top: 24px;
  color: #c6d0e4;
  font-size: 20px;
}

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

.centered-actions {
  justify-content: center;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 750;
  transition: transform 180ms var(--ease), background 180ms var(--ease), color 180ms var(--ease), border-color 180ms var(--ease), box-shadow 180ms var(--ease);
}

.btn:active {
  transform: scale(0.98);
}

.btn-pill {
  min-height: 56px;
  padding: 0 30px;
  border-radius: var(--radius-pill);
  color: var(--white);
  background: linear-gradient(180deg, var(--blue-500), var(--blue-700));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), var(--glow-blue);
}

.btn-pill:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 0 68px rgba(59, 130, 246, 0.5);
}

.btn-outline-dark {
  min-height: 56px;
  padding: 0 26px;
  border: 1px solid rgba(147, 197, 253, 0.38);
  border-radius: var(--radius-pill);
  color: var(--white);
  background: transparent;
}

.btn-outline-dark:hover {
  border-color: var(--cyan-300);
  background: rgba(255, 255, 255, 0.07);
}

.btn-primary {
  padding: 0 24px;
  border-radius: var(--radius-md);
  background: var(--teal-600);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--teal-700);
}

.hero-proof {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
  color: #9fb0d0;
  font-size: 13px;
}

.hero-proof span {
  padding: 7px 12px;
  border: 1px solid rgba(147, 197, 253, 0.22);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.04);
}

.system-visual {
  min-height: 520px;
  border: 1px solid rgba(147, 197, 253, 0.2);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(10, 20, 48, 0.92);
  box-shadow: 0 42px 90px rgba(5, 10, 24, 0.54), var(--glow-cyan);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.visual-topline,
.live-dot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.visual-topline {
  color: #dce8ff;
  font-family: var(--font-mono);
  font-size: 12px;
}

.live-dot {
  color: var(--cyan-300);
}

.live-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan-400);
  box-shadow: 0 0 10px var(--cyan-400);
}

.kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.kpi-row div,
.visual-panel,
.dark-card-grid article {
  border: 1px solid rgba(147, 197, 253, 0.17);
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
}

.kpi-row div {
  padding: 16px;
}

.kpi-row strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1;
}

.kpi-row span {
  display: block;
  margin-top: 7px;
  color: #9fb0d0;
  font-size: 12px;
}

.flow-map {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  position: relative;
}

.flow-map::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.6), transparent);
}

.flow-map span {
  min-height: 78px;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid rgba(103, 232, 249, 0.2);
  border-radius: var(--radius-lg);
  background: rgba(6, 182, 212, 0.08);
  color: #dff8ff;
  font-size: 13px;
  text-align: center;
}

.visual-panel {
  flex: 1;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 190px;
  align-items: end;
  gap: 22px;
}

.panel-line {
  height: 12px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, rgba(103, 232, 249, 0.95), rgba(59, 130, 246, 0.35));
  box-shadow: var(--glow-cyan);
}

.panel-line.long {
  align-self: start;
  margin-top: 30px;
}

.panel-line.mid {
  width: 68%;
  align-self: center;
}

.panel-bars {
  height: 210px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.panel-bars span {
  flex: 1;
  min-width: 20px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--cyan-300), var(--blue-700));
  box-shadow: 0 0 20px rgba(34, 211, 238, 0.22);
}

.trust-strip {
  padding: 26px 0;
  background: var(--white);
  border-bottom: 1px solid var(--slate-200);
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.trust-strip-grid div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.trust-strip-grid strong {
  color: var(--navy-900);
  font-family: var(--font-display);
  font-size: 19px;
}

.trust-strip-grid span {
  color: var(--slate-600);
  font-size: 14px;
}

.section {
  padding: 96px 0;
}

.section-alt {
  background: var(--slate-100);
}

.compact {
  padding: 86px 0;
}

.section-heading {
  max-width: 780px;
  text-align: center;
  margin-bottom: 46px;
}

.section-heading p:last-child,
.split-grid p,
.offer-layout p,
.form-intro p {
  color: var(--slate-600);
  font-size: 18px;
}

.brand-section .split-grid p,
.brand-section .offer-layout p {
  color: #c6d0e4;
}

.split-grid,
.offer-layout,
.form-layout,
.fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: start;
}

.card-list,
.pain-grid,
.dark-card-grid {
  display: grid;
  gap: 18px;
}

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

.info-card,
.fit-card,
.offer-card,
.lead-form {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.info-card {
  padding: 28px;
}

.info-card > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--teal-700);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 750;
}

.info-card h3 {
  margin-bottom: 10px;
}

.info-card p {
  color: var(--slate-600);
  font-size: 15px;
}

.offer-layout {
  align-items: center;
}

.check-list,
.x-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 13px;
}

.check-list li,
.x-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: var(--slate-700);
}

.check-list li span {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--success);
  position: relative;
}

.check-list li span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 7px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.x-list li::before {
  content: "×";
  color: var(--danger);
  font-weight: 800;
  margin-top: -1px;
}

.offer-card {
  padding: 34px;
  border-color: rgba(15, 118, 110, 0.5);
  box-shadow: 0 14px 34px rgba(15, 118, 110, 0.14);
}

.offer-stage {
  color: var(--teal-700);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.offer-card h3 {
  margin-top: 8px;
  font-size: 30px;
}

.offer-card p:not(.offer-stage) {
  margin-top: 14px;
}

.offer-price {
  display: inline-flex;
  margin: 24px 0;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: var(--slate-100);
  color: var(--navy-900);
  font-family: var(--font-mono);
  font-weight: 700;
}

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

.dark-card-grid article {
  padding: 24px;
}

.dark-card-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--cyan-300);
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
}

.dark-card-grid p {
  color: #d8e3f7;
  font-size: 15px;
}

.fit-card {
  padding: 32px;
}

.fit-card.muted {
  background: var(--slate-100);
}

.form-layout {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.form-intro {
  position: sticky;
  top: 104px;
}

.form-note {
  margin-top: 26px;
  padding: 20px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.form-note strong,
.form-note span {
  display: block;
}

.form-note span {
  margin-top: 6px;
  color: var(--slate-600);
  font-size: 14px;
}

.lead-form {
  padding: 30px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.lead-form label,
.problem-fieldset {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
}

.lead-form label > span,
.problem-fieldset legend {
  color: var(--navy-900);
  font-weight: 750;
  font-size: 14px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--slate-300);
  border-radius: var(--radius-md);
  padding: 11px 13px;
  color: var(--slate-900);
  background: var(--white);
  outline: none;
  transition: border-color 180ms var(--ease), box-shadow 180ms var(--ease);
}

.lead-form textarea {
  resize: vertical;
  min-height: 132px;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--teal-600);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.problem-fieldset {
  border: 0;
  padding: 0;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.problem-grid label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  background: var(--slate-50);
  cursor: pointer;
}

.problem-grid input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--teal-600);
}

.problem-grid span {
  font-size: 14px;
  color: var(--slate-700);
  font-weight: 650;
}

.privacy-check {
  display: flex;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: var(--radius-md);
  background: var(--slate-50);
}

.privacy-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
  accent-color: var(--teal-600);
}

.privacy-check a {
  color: var(--teal-700);
  font-weight: 750;
}

.form-submit {
  width: 100%;
  min-height: 54px;
  margin-top: 8px;
}

.form-submit:disabled {
  cursor: wait;
  background: var(--teal-800);
}

.form-fineprint {
  margin-top: 14px;
  color: var(--slate-500);
  font-size: 13px;
}

.form-alert {
  margin-bottom: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(185, 28, 28, 0.22);
  border-radius: var(--radius-md);
  background: #fff5f5;
  color: #7f1d1d;
}

.form-alert ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.website-confirm {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.thank-you-section {
  min-height: 64vh;
  display: grid;
  place-items: center;
}

.legal-hero {
  padding: 82px 0;
}

.legal-hero h1 {
  font-size: 52px;
}

.legal-hero p:last-child {
  max-width: 680px;
  margin-top: 18px;
  color: #c6d0e4;
}

.legal-section {
  background: var(--white);
}

.legal-content {
  color: var(--slate-700);
}

.legal-content h2 {
  margin: 34px 0 12px;
  font-size: 26px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  margin-bottom: 14px;
}

.legal-content a {
  color: var(--teal-700);
  font-weight: 700;
}

.site-footer {
  padding: 58px 0 28px;
  background: var(--navy-950);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
}

.footer-logo img {
  width: 170px;
  height: auto;
}

.site-footer p {
  max-width: 360px;
  margin-top: 18px;
  color: #aebbd5;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 14px;
  text-transform: uppercase;
}

.site-footer a,
.footer-consent {
  display: block;
  padding: 5px 0;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
}

.site-footer a:hover,
.footer-consent:hover {
  color: var(--white);
}

.footer-consent {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #94a3b8;
  font-size: 13px;
}

.cc-window,
.cc-revoke {
  position: fixed;
  z-index: 9999;
  font-family: var(--font-sans);
}

.cc-window {
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid rgba(147, 197, 253, 0.22);
  border-radius: var(--radius-lg);
  background: rgba(10, 20, 48, 0.96);
  color: var(--white);
  box-shadow: 0 24px 70px rgba(5, 10, 24, 0.48);
}

.cc-message {
  color: #d9e4f7;
  font-size: 14px;
  line-height: 1.5;
}

.cc-link {
  color: var(--cyan-300);
  font-weight: 750;
}

.cc-compliance {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.cc-btn {
  min-height: 42px;
  padding: 0 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(147, 197, 253, 0.28);
  cursor: pointer;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 750;
}

.cc-ALLOW {
  border-color: transparent;
  background: var(--teal-600);
}

.cc-DENY:hover,
.cc-ALLOW:hover {
  filter: brightness(1.08);
}

.cc-revoke {
  right: 18px;
  bottom: 0;
  padding: 8px 12px;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  background: var(--navy-900);
  color: var(--white);
  font-size: 12px;
  cursor: pointer;
}

@media (max-width: 980px) {
  .main-nav a:not(.nav-cta) {
    display: none;
  }

  .hero-grid,
  .split-grid,
  .offer-layout,
  .form-layout,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .form-intro {
    position: static;
  }

  .system-visual {
    min-height: auto;
  }

  .pain-grid,
  .dark-card-grid,
  .trust-strip-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container,
  .container.narrow {
    width: min(100% - 32px, var(--content-max));
  }

  .site-header,
  .header-inner {
    height: 66px;
  }

  .brand-link img {
    width: 148px;
  }

  .main-nav {
    gap: 10px;
  }

  .main-nav .nav-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero-section,
  .section {
    padding: 72px 0;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .legal-hero h1 {
    font-size: 40px;
  }

  .hero-lead,
  .section-heading p:last-child,
  .split-grid p,
  .offer-layout p,
  .form-intro p {
    font-size: 17px;
  }

  .hero-actions,
  .centered-actions {
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .kpi-row,
  .flow-map,
  .visual-panel,
  .form-grid,
  .problem-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .visual-panel {
    align-items: stretch;
  }

  .panel-line.mid {
    width: 100%;
  }

  .panel-bars {
    height: 150px;
  }

  .lead-form {
    padding: 22px;
  }

  .privacy-check {
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .cc-window {
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: grid;
  }

  .cc-compliance {
    display: grid;
  }
}
