:root {
  --color-bg: #ffffff;
  --color-surface: #fbfcff;
  --color-surface-strong: #f4f7fb;
  --color-text: #111827;
  --color-muted: #5f6b7a;
  --color-muted-2: #7a8797;
  --color-border: #e7edf5;
  --color-blue: #2563eb;
  --color-blue-dark: #1d4ed8;
  --color-orange: #f97316;
  --color-purple: #7c3aed;
  --color-teal: #14b8a6;
  --color-warm: #fff7ed;
  --color-success: #047857;
  --color-error: #b91c1c;
  --shadow-soft: 0 18px 55px rgba(17, 24, 39, 0.08);
  --shadow-card: 0 12px 35px rgba(17, 24, 39, 0.07);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  --container: 1180px;
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--color-text);
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 99, 235, 0.07), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(249, 115, 22, 0.08), transparent 24rem),
    var(--color-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

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

.section {
  padding: 92px 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 16px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--color-text);
  color: white;
}

.skip-link:focus {
  left: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(231, 237, 245, 0.8);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: white;
  font-size: 0.82rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--color-blue), var(--color-purple) 50%, var(--color-orange));
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.22);
}

.brand-text {
  font-size: 1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.94rem;
  font-weight: 650;
  color: #263244;
}

.nav-links a:not(.nav-cta) {
  transition: color 180ms ease;
}

.nav-links a:not(.nav-cta):hover,
.nav-links a:not(.nav-cta):focus-visible {
  color: var(--color-blue);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #111827;
  color: white;
  box-shadow: 0 12px 25px rgba(17, 24, 39, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.18);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: white;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 10px;
  background: var(--color-text);
}

.hero {
  padding-top: 104px;
  padding-bottom: 96px;
  overflow: hidden;
}

.hero-grid,
.split-grid,
.audit-grid,
.fit-grid,
.mechanism-grid,
.form-grid,
.faq-grid,
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}

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

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--color-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--color-teal);
  box-shadow: 0 0 0 7px rgba(20, 184, 166, 0.12);
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.055em;
  line-height: 1.04;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  max-width: 760px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4vw, 4rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
}

h4 {
  margin-bottom: 4px;
  font-size: 1rem;
  letter-spacing: -0.025em;
}

p {
  color: var(--color-muted);
}

.hero-subtitle,
.large-text {
  font-size: 1.18rem;
  line-height: 1.75;
  color: #485466;
}

.hero-subtitle {
  max-width: 630px;
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -0.015em;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button-primary {
  background: linear-gradient(135deg, var(--color-blue), var(--color-purple));
  color: white;
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(37, 99, 235, 0.28);
}

.button-secondary {
  background: white;
  color: var(--color-text);
  border: 1px solid var(--color-border);
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.06);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.1);
}

.button-light {
  background: white;
  color: var(--color-blue-dark);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.full-width {
  width: 100%;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-strip span,
.mechanism-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #344255;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.04);
}

.hero-visual {
  position: relative;
  min-height: 540px;
}

.system-map {
  position: relative;
  width: min(100%, 560px);
  min-height: 520px;
  margin-left: auto;
  border: 1px solid rgba(231, 237, 245, 0.88);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(251, 252, 255, 0.96)),
    radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.09), transparent 11rem),
    radial-gradient(circle at 80% 70%, rgba(20, 184, 166, 0.1), transparent 12rem);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.map-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.map-lines path {
  fill: none;
  stroke: url(#lineGradient);
  stroke-width: 2;
  stroke-linecap: round;
  opacity: 0.35;
}

.map-glow {
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  filter: blur(32px);
  opacity: 0.23;
}

.glow-one {
  top: 70px;
  left: 40px;
  background: var(--color-blue);
}

.glow-two {
  right: 20px;
  bottom: 50px;
  background: var(--color-orange);
}

.map-node {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 92px;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid rgba(231, 237, 245, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
  color: #243044;
  font-size: 0.88rem;
  font-weight: 800;
}

.node-core {
  left: 50%;
  top: 50%;
  width: 172px;
  min-height: 116px;
  transform: translate(-50%, -50%);
  border: 0;
  color: white;
  background: linear-gradient(135deg, #111827, #25324a);
}

.node-label,
.node-metric {
  display: block;
  text-align: center;
}

.node-label {
  font-size: 1rem;
}

.node-metric {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 650;
}

.node-icp { left: 43%; top: 52px; }
.node-data { left: 72px; top: 138px; }
.node-crm { right: 64px; top: 116px; }
.node-signals { left: 32px; top: 244px; }
.node-outbound { right: 32px; top: 234px; }
.node-routing { left: 86px; bottom: 120px; }
.node-follow { right: 86px; bottom: 92px; }
.node-reporting { left: 39%; bottom: 38px; }

.problem-section,
.implementation-section,
.mechanism-section {
  background: linear-gradient(180deg, rgba(251, 252, 255, 0.2), rgba(244, 247, 251, 0.72));
  border-block: 1px solid rgba(231, 237, 245, 0.75);
}

.symptom-card,
.output-panel,
.leak-card,
.step-card,
.fit-card,
.audit-form,
.contact-card,
.faq-list details {
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.symptom-card {
  padding: 34px;
}

.check-list,
.x-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.x-list li {
  position: relative;
  padding-left: 30px;
  margin: 14px 0;
  color: #344255;
}

.check-list li::before,
.x-list li::before {
  position: absolute;
  left: 0;
  top: 0.05rem;
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
}

.check-list li::before {
  content: "✓";
  background: rgba(20, 184, 166, 0.12);
  color: var(--color-success);
}

.x-list li::before {
  content: "×";
  background: rgba(249, 115, 22, 0.12);
  color: #c2410c;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 46px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.narrow {
  max-width: 690px;
}

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

.leak-card {
  position: relative;
  min-height: 246px;
  padding: 28px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.leak-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -70px auto;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.05);
}

.leak-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 20px 52px rgba(17, 24, 39, 0.09);
}

.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  border-radius: 16px;
  color: white;
  font-weight: 900;
  font-size: 0.82rem;
}

.icon-blue { background: linear-gradient(135deg, var(--color-blue), #60a5fa); }
.icon-orange { background: linear-gradient(135deg, var(--color-orange), #facc15); }
.icon-purple { background: linear-gradient(135deg, var(--color-purple), #c084fc); }
.icon-teal { background: linear-gradient(135deg, var(--color-teal), #2dd4bf); }

.audit-section {
  position: relative;
  overflow: hidden;
}

.audit-section::before {
  content: "";
  position: absolute;
  inset: 8% auto auto -120px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.08);
  filter: blur(20px);
}

.audit-copy {
  position: relative;
}

.audit-copy .button {
  margin-top: 12px;
}

.output-panel {
  position: relative;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 252, 255, 0.98)),
    radial-gradient(circle at 100% 0, rgba(249, 115, 22, 0.12), transparent 15rem);
}

.output-list {
  display: grid;
  gap: 16px;
}

.output-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(231, 237, 245, 0.9);
}

.output-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: var(--color-warm);
  color: var(--color-orange);
  font-weight: 900;
}

.output-item p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.step-card {
  position: relative;
  padding: 34px;
  min-height: 250px;
}

.step-number {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--color-blue);
  font-weight: 900;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-step {
  color: white;
  background: linear-gradient(135deg, #111827, #1f2a44 60%, #312e81);
  transform: translateY(-10px);
}

.featured-step p,
.featured-step .step-number {
  color: rgba(255, 255, 255, 0.78);
}

.comparison-table {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: var(--shadow-soft);
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.comparison-row > div {
  padding: 20px 24px;
  border-bottom: 1px solid var(--color-border);
  color: #344255;
}

.comparison-row > div:first-child {
  border-right: 1px solid var(--color-border);
  background: rgba(244, 247, 251, 0.5);
}

.comparison-row > div:last-child {
  background: linear-gradient(90deg, rgba(20, 184, 166, 0.06), rgba(37, 99, 235, 0.04));
  color: #182235;
  font-weight: 700;
}

.comparison-row:last-child > div {
  border-bottom: 0;
}

.comparison-header > div {
  color: var(--color-text) !important;
  font-weight: 900;
  background: #fff !important;
}

.fit-grid {
  align-items: stretch;
}

.fit-card {
  padding: 36px;
}

.good-fit {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 90% 0, rgba(20, 184, 166, 0.15), transparent 15rem);
}

.bad-fit {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 90% 0, rgba(249, 115, 22, 0.13), transparent 15rem);
}

.mechanism-grid {
  align-items: start;
}

.mechanism-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.75);
}

.cta-section {
  padding: 70px 0;
}

.cta-panel {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 48px;
  border-radius: var(--radius-xl);
  color: white;
  background:
    radial-gradient(circle at 10% 10%, rgba(20, 184, 166, 0.45), transparent 19rem),
    radial-gradient(circle at 90% 0, rgba(249, 115, 22, 0.42), transparent 18rem),
    linear-gradient(135deg, #111827, #1e3a8a 58%, #5b21b6);
  box-shadow: 0 30px 70px rgba(17, 24, 39, 0.22);
}

.cta-panel .section-kicker,
.cta-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.cta-panel h2 {
  max-width: 700px;
  margin-bottom: 12px;
}

.faq-grid {
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 110px;
}

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

.faq-list details {
  padding: 0;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.05);
}

.faq-list summary {
  list-style: none;
  position: relative;
  padding: 22px 56px 22px 24px;
  cursor: pointer;
  color: var(--color-text);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--color-surface-strong);
  color: var(--color-blue);
  font-size: 1.1rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: -6px 24px 22px;
}

.form-section {
  background: linear-gradient(180deg, rgba(244, 247, 251, 0.78), rgba(255, 255, 255, 1));
  border-top: 1px solid var(--color-border);
}

.form-grid {
  align-items: start;
}

.form-copy {
  position: sticky;
  top: 110px;
}

.contact-card {
  display: inline-grid;
  gap: 4px;
  margin-top: 18px;
  padding: 18px 20px;
}

.contact-label {
  color: var(--color-muted-2);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-card a {
  color: var(--color-blue-dark);
  font-weight: 900;
}

.audit-form {
  padding: 34px;
}

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

.field-row {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

label {
  color: #273348;
  font-size: 0.91rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #dfe7f0;
  border-radius: 15px;
  background: white;
  color: var(--color-text);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input,
select {
  min-height: 50px;
  padding: 0 14px;
}

textarea {
  resize: vertical;
  min-height: 96px;
  padding: 13px 14px;
}

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

input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: rgba(185, 28, 28, 0.72);
}

.form-note {
  margin: 14px 0 0;
  font-size: 0.86rem;
  text-align: center;
}

.form-status {
  display: none;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 700;
}

.form-status.is-success {
  display: block;
  background: rgba(4, 120, 87, 0.1);
  color: var(--color-success);
}

.form-status.is-error {
  display: block;
  background: rgba(185, 28, 28, 0.1);
  color: var(--color-error);
}

.honeypot {
  position: absolute !important;
  left: -5000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.site-footer {
  padding: 38px 0;
  border-top: 1px solid var(--color-border);
  background: white;
}

.footer-grid {
  align-items: center;
}

.footer-brand {
  margin-bottom: 12px;
}

.footer-grid p {
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
  color: #344255;
  font-weight: 750;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--color-blue);
}

@media (max-width: 1060px) {
  .hero-grid,
  .split-grid,
  .audit-grid,
  .fit-grid,
  .mechanism-grid,
  .form-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: none;
  }

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

  .system-map {
    margin-inline: auto;
  }

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

  .faq-intro,
  .form-copy {
    position: static;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .nav-toggle {
    display: inline-block;
  }

  .nav-links {
    position: fixed;
    inset: 78px 20px auto 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 18px;
    border: 1px solid var(--color-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-soft);
  }

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

  .nav-links a {
    padding: 12px 14px;
    border-radius: 14px;
  }

  .nav-cta {
    margin-top: 4px;
  }

  .section {
    padding: 70px 0;
  }

  .hero {
    padding-top: 80px;
  }

  h1 {
    font-size: clamp(3rem, 12vw, 4.4rem);
  }

  .system-map {
    min-height: 480px;
  }

  .map-node {
    min-width: 76px;
    min-height: 42px;
    padding: 8px 10px;
    font-size: 0.78rem;
  }

  .node-core {
    width: 150px;
    min-height: 100px;
  }

  .node-data { left: 38px; }
  .node-crm { right: 38px; }
  .node-signals { left: 18px; }
  .node-outbound { right: 18px; }
  .node-routing { left: 44px; }
  .node-follow { right: 44px; }

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

  .featured-step {
    transform: none;
  }

  .comparison-row {
    grid-template-columns: 1fr;
  }

  .comparison-row > div:first-child {
    border-right: 0;
  }

  .comparison-row > div:last-child {
    border-bottom: 1px solid var(--color-border);
  }

  .field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cta-panel {
    display: grid;
    padding: 34px;
  }
}

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

  .brand-text {
    max-width: 178px;
    line-height: 1.15;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    padding-inline: 18px;
  }

  .system-map {
    min-height: 410px;
    border-radius: 28px;
  }

  .map-lines {
    opacity: 0.75;
  }

  .node-core {
    width: 132px;
    min-height: 88px;
  }

  .node-label {
    font-size: 0.86rem;
  }

  .node-icp { left: 37%; top: 34px; }
  .node-data { left: 18px; top: 115px; }
  .node-crm { right: 18px; top: 94px; }
  .node-signals { left: 10px; top: 205px; }
  .node-outbound { right: 10px; top: 204px; }
  .node-routing { left: 26px; bottom: 92px; }
  .node-follow { right: 26px; bottom: 80px; }
  .node-reporting { left: 34%; bottom: 24px; }

  .symptom-card,
  .output-panel,
  .leak-card,
  .step-card,
  .fit-card,
  .audit-form,
  .mechanism-cloud {
    padding: 24px;
  }

  .cta-panel {
    padding: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
