:root {
  --ink: #07152f;
  --ink-soft: #34435f;
  --navy: #071a3f;
  --navy-2: #0b2d6b;
  --blue: #0869f7;
  --blue-bright: #2e8cff;
  --sky: #dcecff;
  --pale: #f2f7ff;
  --paper: #fbfdff;
  --white: #ffffff;
  --line: rgba(19, 55, 112, 0.16);
  --shadow: 0 24px 70px rgba(12, 43, 97, 0.12);
  --sans: "Trebuchet MS", "Segoe UI", sans-serif;
  --display: Georgia, "Times New Roman", serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(66, 145, 255, 0.18), transparent 25rem),
    linear-gradient(180deg, #f7faff 0, #fff 36rem, #f7faff 100%);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--navy);
  border-radius: 999px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.site-shell { width: min(calc(100% - 32px), 1320px); margin: 0 auto; }
.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 108px 0; }
.section-tight { padding-block: 72px; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  width: min(calc(100% - 32px), 1280px);
  min-height: 76px;
  margin: 12px auto 0;
  padding: 12px 16px 12px 20px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 24px;
  background: rgba(250, 253, 255, 0.9);
  box-shadow: 0 14px 45px rgba(9, 40, 95, .1);
  backdrop-filter: blur(18px);
}

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 11px; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: var(--display); font-size: .95rem; }
.brand-copy span { margin-top: 5px; color: #53627d; font-size: .63rem; letter-spacing: .13em; text-transform: uppercase; }

.site-nav { display: flex; justify-content: center; align-items: center; gap: 26px; }
.site-nav a { position: relative; color: #36435a; font-size: .9rem; font-weight: 600; text-decoration: none; }
.site-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; background: var(--blue); transform: scaleX(0); transition: transform 180ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav a[aria-current="page"] { color: var(--ink); }
.site-nav .mobile-cta { display: none; }

.menu-toggle { display: none; min-width: 48px; min-height: 48px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--white); font-weight: 700; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue), var(--blue-bright)); box-shadow: 0 12px 28px rgba(8, 105, 247, .28); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(8, 105, 247, .38); }
.button-secondary { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.84); }
.text-link { color: var(--blue); font-weight: 700; text-underline-offset: 5px; }
:focus-visible { outline: 3px solid #f2ad00; outline-offset: 4px; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(calc(100% - 32px), 1280px);
  min-height: 680px;
  margin: 18px auto 0;
  border-radius: 42px;
  color: var(--white);
  background: linear-gradient(125deg, #061631 0%, #0a2d69 53%, #1677f8 130%);
  box-shadow: var(--shadow);
}
.hero::before, .hero::after { position: absolute; z-index: -1; content: ""; border-radius: 50%; }
.hero::before { width: 680px; height: 680px; right: -200px; bottom: -360px; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 0 0 90px rgba(255,255,255,.035), 0 0 0 180px rgba(255,255,255,.025); }
.hero::after { width: 420px; height: 420px; right: 18%; top: -310px; background: rgba(65,142,255,.35); filter: blur(20px); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 64px; align-items: center; width: min(calc(100% - 84px), 1140px); min-height: 650px; margin: auto; padding: 54px 0; }
.eyebrow { margin: 0 0 22px; color: #bcd8ff; font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 700; line-height: 1.02; letter-spacing: -.04em; }
h1 { max-width: 720px; font-size: clamp(3.3rem, 5.3vw, 5.2rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.8rem); }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #dceaff; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 34px; }
.hero .text-link { color: var(--white); }
.hero-promise { margin: 18px 0 0; color: #bcd4f6; font-size: .92rem; }

.system-visual { position: relative; min-height: 390px; padding: 32px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04)); box-shadow: inset 0 1px rgba(255,255,255,.18); backdrop-filter: blur(12px); }
.system-visual-label { color: #bcd8ff; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.system-path { display: grid; gap: 18px; margin-top: 30px; }
.system-node { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: center; padding: 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(4,20,50,.28); }
.system-node span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: var(--navy); background: #d9eaff; font-family: var(--display); font-weight: 800; }
.system-node strong { display: block; font-family: var(--display); }
.system-node small { color: #bfd2ef; }
.system-line { width: 1px; height: 20px; margin: -18px 0 -18px 39px; background: linear-gradient(var(--blue-bright), transparent); }

.section-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; align-items: end; margin-bottom: 58px; }
.section-kicker { margin: 0; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-intro p:last-child { max-width: 690px; margin: 0; color: var(--ink-soft); font-size: 1.08rem; }

.target-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.target { padding: 34px 32px; }
.target + .target { border-left: 1px solid var(--line); }
.target span { color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.target h3 { margin-top: 12px; }
.target p { margin: 12px 0 0; color: var(--ink-soft); }

.proof-section { overflow: hidden; width: min(calc(100% - 32px), 1280px); margin: 0 auto; border-radius: 42px; color: var(--white); background: var(--navy); }
.proof-inner { width: min(calc(100% - 84px), 1140px); margin: auto; padding: 100px 0; }
.proof-section .section-intro p:last-child { color: #c8d8f3; }
.proof-section .section-kicker { color: #7eb5ff; }
.proof-flow { display: grid; grid-template-columns: 1fr auto 1.1fr auto 1fr; gap: 22px; align-items: stretch; }
.proof-column { padding: 28px; border-top: 1px solid rgba(255,255,255,.2); background: linear-gradient(180deg, rgba(255,255,255,.08), transparent); }
.proof-column.is-system { border-top-color: var(--blue-bright); }
.proof-column span { color: #7eb5ff; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.proof-column h3 { margin: 14px 0 18px; }
.proof-column ul { margin: 0; padding-left: 18px; color: #cbdaf3; }
.proof-arrow { display: grid; place-items: center; color: #7eb5ff; font-size: 1.6rem; }
.proof-note { margin: 28px 0 0; color: #93a9cc; font-size: .86rem; }
.workflow-comparison { margin-top: 64px; border-top: 1px solid rgba(255,255,255,.2); }
.comparison-lane { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 34px; padding: 42px 0; }
.comparison-label span, .comparison-node small, .comparison-shift span { color: #8dbdff; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.comparison-label h3 { margin: 12px 0 10px; font-size: 1.45rem; }
.comparison-label p { margin: 0; color: #aebfda; font-size: .9rem; }
.comparison-track { --steps: 5; display: grid; grid-template-columns: repeat(var(--steps), minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: comparison-step; }
.comparison-node { position: relative; z-index: 1; min-height: 154px; padding: 22px 18px; border: 1px solid rgba(255,255,255,.18); background: rgba(4, 28, 67, .5); counter-increment: comparison-step; }
.comparison-node::before { display: block; margin-bottom: 22px; color: #6f89b0; content: "0" counter(comparison-step); font-family: var(--display); font-size: .85rem; font-weight: 800; }
.comparison-node:not(:last-child)::after { position: absolute; top: 34px; right: -17px; width: 16px; border-top: 1px solid #6b87b2; content: ""; }
.comparison-node strong { display: block; margin: 8px 0 9px; font-family: var(--display); font-size: 1.05rem; line-height: 1.05; }
.comparison-node p { margin: 0; color: #aebfda; font-size: .8rem; line-height: 1.45; }
.comparison-lane.is-before { border-bottom: 1px solid rgba(255,255,255,.12); }
.comparison-lane.is-before .comparison-node { border-style: dashed; opacity: .84; }
.comparison-shift { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 34px; align-items: center; padding: 18px 0; border-block: 1px solid rgba(30,145,255,.45); background: linear-gradient(90deg, rgba(19,115,229,.12), rgba(19,115,229,.03)); }
.comparison-shift span { padding-left: 14px; color: #9dcbff; }
.comparison-shift p { margin: 0; color: #d5e5fb; font-size: .9rem; }
.comparison-lane.is-after .comparison-node { border-color: rgba(76,165,255,.55); background: linear-gradient(180deg, rgba(20,101,201,.34), rgba(5,35,78,.58)); }
.comparison-lane.is-after .comparison-node::before { color: #7eb5ff; }
.comparison-node.is-approval { border-color: #b9dcff; box-shadow: inset 0 0 0 1px rgba(185,220,255,.2), 0 12px 32px rgba(0,0,0,.12); }
.comparison-node.is-approval small { color: #fff; }

.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 90px .8fr 1.2fr auto; gap: 32px; align-items: start; padding: 42px 0; border-bottom: 1px solid var(--line); }
.service-index { color: var(--blue); font-family: var(--display); font-size: 1rem; font-weight: 800; }
.service-row p { margin: 0; color: var(--ink-soft); }
.service-row .text-link { align-self: center; white-space: nowrap; }

.workflow-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.workflow-copy p { color: var(--ink-soft); }
.workflow-card { position: relative; overflow: hidden; min-height: 430px; padding: 44px; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
.workflow-progress { height: 3px; background: #dce7f8; }
.workflow-progress span { display: block; width: 20%; height: 100%; background: var(--blue); transition: width 240ms ease; }
.workflow-step { margin-top: 48px; }
.workflow-step small { color: var(--blue); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.workflow-step h3 { margin-top: 12px; font-size: clamp(2rem, 3vw, 3.2rem); }
.workflow-step p { max-width: 600px; color: var(--ink-soft); }
.workflow-map { display: flex; align-items: center; gap: 8px; margin-top: 44px; }
.workflow-map span { flex: 1; height: 7px; border-radius: 99px; background: #dce7f8; }
.workflow-map span.is-active { background: var(--blue); }
.workflow-side { position: absolute; top: 0; bottom: 0; width: 18%; border: 0; opacity: 0; cursor: pointer; }
.workflow-back { left: 0; }
.workflow-next { right: 0; }
.workflow-controls { display: flex; gap: 12px; margin-top: 24px; }
.workflow-controls button { min-width: 48px; min-height: 48px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink); background: var(--white); cursor: pointer; }
.workflow-controls button.is-active { color: var(--white); background: var(--blue); }

.page-hero { width: min(calc(100% - 32px), 1280px); margin: 18px auto 0; padding: clamp(64px, 7vw, 92px) clamp(32px, 6vw, 80px); border-radius: 42px; color: var(--white); background: linear-gradient(125deg, var(--navy), var(--navy-2) 66%, #145fc4); }
.page-hero > * { position: relative; width: min(100%, 860px); }
.page-hero h1 { width: min(100%, 860px); max-width: 860px; font-size: clamp(3rem, 5vw, 5.2rem); text-wrap: balance; }
.page-hero .hero-lead { width: min(100%, 720px); max-width: 720px; }
.page-hero .hero-actions { margin-top: 30px; }

.editorial-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.editorial-split + .editorial-split { margin-top: 100px; }
.editorial-copy p { color: var(--ink-soft); }
.founder-profile { position: relative; display: grid; grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr); gap: clamp(42px, 7vw, 88px); align-items: center; margin: 108px 0; padding: clamp(28px, 4vw, 52px); overflow: hidden; border: 1px solid rgba(19, 55, 112, .12); border-radius: 36px; background: linear-gradient(135deg, #f5f9ff 0%, #fff 58%, #e8f2ff 100%); box-shadow: 0 24px 70px rgba(12, 43, 97, .09); }
.founder-profile::after { position: absolute; right: -110px; bottom: -150px; width: 330px; height: 330px; border: 1px solid rgba(8, 105, 247, .16); border-radius: 50%; content: ""; }
.founder-portrait { position: relative; z-index: 1; margin: 0; }
.founder-portrait::before { position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border-radius: 28px; background: linear-gradient(145deg, var(--blue), var(--navy-2)); content: ""; }
.founder-portrait img { width: 100%; height: auto; border-radius: 28px; box-shadow: 0 24px 48px rgba(7, 26, 63, .22); }
.founder-story { position: relative; z-index: 1; }
.founder-name { margin: 0 0 3px; color: var(--ink); font-family: var(--display); font-size: 1.35rem; font-weight: 800; line-height: 1.2; }
.founder-name + .section-kicker { margin-top: 0; }
.founder-story h2 { max-width: 650px; margin-bottom: 28px; }
.founder-story p:not(.section-kicker):not(.founder-name) { max-width: 720px; color: var(--ink-soft); line-height: 1.58; }
.founder-story p:not(.section-kicker):not(.founder-name) + p { margin-top: 18px; }
.founder-story p:last-child { margin-bottom: 0; }
.principle-list { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.principle span { color: var(--blue); font-family: var(--display); font-weight: 800; }
.principle h3 { margin-bottom: 8px; }
.principle p { margin: 0; color: var(--ink-soft); }

.process-list { counter-reset: process; }
.process-item { counter-increment: process; display: grid; grid-template-columns: 130px .75fr 1.25fr; gap: 36px; padding: 50px 0; border-top: 1px solid var(--line); }
.process-item::before { content: "0" counter(process); color: var(--blue); font-family: var(--display); font-size: 1.2rem; font-weight: 800; }
.process-item p { margin: 0; color: var(--ink-soft); }
.approval-note { padding: 30px; border-left: 3px solid var(--blue); background: var(--pale); }

.assessment-shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; align-items: start; }
.assessment-value { position: sticky; top: 120px; }
.assessment-value p { color: var(--ink-soft); }
.value-list { margin: 30px 0 0; padding: 0; list-style: none; }
.value-list li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.value-list li::before { content: "✓"; color: var(--blue); font-weight: 900; }
.form-panel { padding: 44px; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
.calendar-embed { min-height: 700px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.calendar-embed iframe { display: block; width: 100%; height: 700px; border: 0; }
.calendar-fallback { margin: 18px 0 0; color: var(--ink-soft); font-size: .92rem; }
.calendar-fallback a { color: var(--blue); font-weight: 800; }
.form-head { margin-bottom: 30px; }
.form-head p { margin: 10px 0 0; color: var(--ink-soft); }
.demo-note { margin: 20px 0 0; padding: 14px 16px; border-radius: 12px; color: #40506d; background: var(--pale); font-size: .86rem; }

.cta-band { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 50px; align-items: center; width: min(calc(100% - 48px), 1120px); margin: 40px auto 0; padding: 42px 0; border-block: 1px solid var(--line); color: var(--ink); background: transparent; }
.cta-band > div { max-width: 720px; }
.cta-band h2 { max-width: 680px; font-size: clamp(2.4rem, 4vw, 3.8rem); }
.cta-band p { max-width: 650px; margin: 16px 0 0; color: var(--ink-soft); }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 40px; width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 70px 0 44px; }
.footer-brand { display: flex; gap: 14px; align-items: flex-start; }
.footer-brand img { width: 35px; }
.footer-brand p { max-width: 450px; margin: 5px 0 0; color: var(--ink-soft); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; align-content: start; }
.footer-links a { color: var(--ink-soft); font-size: .88rem; text-decoration: none; }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 26px; border-top: 1px solid var(--line); color: #68758c; font-size: .8rem; }

[data-reveal].is-visible { animation: reveal 360ms cubic-bezier(.2,.75,.25,1) both; }
@keyframes reveal { from { opacity: .72; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav { display: none; grid-column: 1 / -1; align-items: stretch; padding: 16px 4px 6px; }
  .site-header.is-open { grid-template-rows: auto auto; }
  .site-header.is-open .site-nav { display: grid; gap: 0; }
  .site-nav a { min-height: 48px; padding: 12px; border-bottom: 1px solid var(--line); }
  .site-nav .mobile-cta { display: block; margin-top: 14px; color: var(--white); border: 0; border-radius: 99px; background: var(--blue); text-align: center; }
  .site-nav a::after { display: none; }
  .hero-inner, .workflow-layout, .editorial-split, .founder-profile, .assessment-shell { grid-template-columns: 1fr; }
  .founder-profile { gap: 54px; }
  .founder-portrait { width: min(100%, 440px); }
  .hero-inner { gap: 52px; }
  .section-intro { grid-template-columns: 1fr; gap: 18px; }
  .proof-flow { grid-template-columns: 1fr; }
  .proof-arrow { transform: rotate(90deg); }
  .comparison-lane, .comparison-shift { grid-template-columns: 1fr; gap: 20px; }
  .comparison-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .comparison-node:not(:last-child)::after { display: none; }
  .comparison-shift { padding: 22px; }
  .comparison-shift span { padding-left: 0; }
  .service-row { grid-template-columns: 60px 1fr; }
  .service-row p, .service-row .text-link { grid-column: 2; }
  .process-item { grid-template-columns: 70px 1fr; }
  .process-item p { grid-column: 2; }
  .assessment-value { position: static; }
  .calendar-embed, .calendar-embed iframe { min-height: 760px; height: 760px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .site-shell { width: min(calc(100% - 20px), 1320px); }
  .site-header { top: 8px; width: calc(100% - 20px); margin-top: 8px; padding: 10px 11px 10px 14px; border-radius: 20px; }
  .brand-copy span { display: none; }
  .brand img { width: 30px; height: 36px; }
  .section { width: calc(100% - 36px); padding: 78px 0; }
  .section-tight { padding-block: 54px; }
  .hero, .page-hero, .proof-section { width: calc(100% - 20px); border-radius: 28px; }
  .hero { min-height: auto; }
  .hero-inner { width: calc(100% - 44px); min-height: auto; padding: 64px 0 48px; }
  h1 { font-size: clamp(2.55rem, 12vw, 3rem); overflow-wrap: anywhere; }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .system-visual { min-height: 0; padding: 22px; }
  .hero .system-visual { display: none; }
  .assessment-shell .form-panel { order: -1; }
  .target-strip { grid-template-columns: 1fr; }
  .target + .target { border-top: 1px solid var(--line); border-left: 0; }
  .target { padding: 26px 4px; }
  .proof-inner { width: calc(100% - 44px); padding: 72px 0; }
  .proof-column { padding: 24px 4px; }
  .workflow-comparison { margin-top: 48px; }
  .comparison-lane { padding: 34px 0; }
  .comparison-track { position: relative; grid-template-columns: 1fr; gap: 14px; padding-left: 18px; }
  .comparison-track::before { position: absolute; top: 0; bottom: 0; left: 3px; border-left: 1px solid #5d8cc8; content: ""; }
  .comparison-node { min-height: 0; padding: 20px; }
  .comparison-node::before { position: absolute; top: 22px; left: -21px; width: 12px; height: 12px; margin: 0; overflow: hidden; border: 2px solid var(--navy); border-radius: 50%; color: transparent; background: #73b3ff; }
  .comparison-node strong { font-size: 1.15rem; }
  .service-row { gap: 14px; padding: 32px 0; }
  .workflow-card, .form-panel { padding: 26px; border-radius: 22px; }
  .calendar-embed { margin-inline: -10px; border-radius: 16px; }
  .workflow-card { min-height: 450px; }
  .workflow-side { width: 22%; }
  .page-hero { padding: 64px 24px; }
  .page-hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .founder-profile { gap: 38px; margin: 78px 0; padding: 22px; border-radius: 28px; }
  .founder-portrait::before { inset: 12px -10px -12px 10px; border-radius: 22px; }
  .founder-portrait img { border-radius: 22px; }
  .founder-name { font-size: 1.2rem; }
  .founder-story h2 { margin-bottom: 22px; font-size: clamp(2.1rem, 10vw, 2.65rem); }
  .founder-story p:not(.section-kicker):not(.founder-name) { line-height: 1.55; }
  .process-item { grid-template-columns: 46px 1fr; gap: 18px; }
  .cta-band { grid-template-columns: 1fr; gap: 30px; width: calc(100% - 36px); padding: 40px 0; }
  .cta-band .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; width: calc(100% - 36px); padding-top: 54px; }
  .footer-links { justify-content: flex-start; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
