:root {
  --paper: #f6f3eb;
  --paper-deep: #ebe5d9;
  --white: #fffefd;
  --ink: #102d40;
  --navy: #173b5b;
  --navy-deep: #0b263a;
  --slate: #718594;
  --slate-light: #afbdc5;
  --teal: #397b72;
  --teal-light: #cde1d9;
  --line: rgba(23, 59, 91, 0.15);
  --shadow: 0 24px 70px rgba(16, 45, 64, 0.12);
  --radius: 22px;
  --shell: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(rgba(23, 59, 91, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 59, 91, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  pointer-events: none;
}

img {
  max-width: 100%;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(57, 123, 114, 0.35);
  outline-offset: 3px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--navy-deep);
  color: white;
  transform: translateY(-150%);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(23, 59, 91, 0.08);
  background: rgba(246, 243, 235, 0.88);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 710;
  letter-spacing: -0.04em;
}

.brand img {
  display: block;
}

.beta-pill {
  padding: 2px 8px;
  border: 1px solid rgba(57, 123, 114, 0.35);
  border-radius: 999px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.8;
  text-transform: uppercase;
}

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

.site-nav > a:not(.nav-cta) {
  position: relative;
}

.site-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: var(--navy);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-nav > a:hover::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--navy);
  color: white;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
}

.nav-toggle span:not(.sr-only) {
  position: absolute;
  width: 22px;
  height: 2px;
  background: var(--ink);
  transition: transform 180ms ease;
}

.nav-toggle span:last-child {
  transform: translateY(6px);
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 90px 0 96px;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: -12%;
  bottom: -42%;
  z-index: -1;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 123, 114, 0.12), transparent 68%);
  content: "";
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(23, 59, 91, 0.09);
  border-radius: 50%;
}

.orbit-one {
  top: 90px;
  right: -190px;
  width: 760px;
  height: 760px;
}

.orbit-two {
  top: 190px;
  right: -88px;
  width: 555px;
  height: 555px;
}

.hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(48px, 7vw, 100px);
}

.eyebrow,
.kicker {
  margin: 0 0 20px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 26px;
  height: 1px;
  background: var(--teal);
}

.hero h1,
.section-heading h2,
.security-copy h2,
.enterprise-copy h2,
.download-copy h2,
.pilot-section h2,
.faq-section h2 {
  margin: 0;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 650px;
  font-size: clamp(65px, 7vw, 104px);
}

.hero h1 em {
  color: var(--teal);
  font-weight: 500;
}

.hero-lede {
  max-width: 610px;
  margin: 30px 0 24px;
  color: #476273;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.58;
}

.audience-switch {
  display: inline-flex;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
}

.audience-switch button {
  padding: 8px 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--slate);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.audience-switch button.active {
  background: var(--navy);
  color: white;
}

.audience-copy {
  max-width: 570px;
  min-height: 50px;
  margin: 14px 0 0;
  color: #5d7280;
  font-size: 14px;
}

.hero-actions,
.download-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--navy);
  box-shadow: 0 12px 30px rgba(23, 59, 91, 0.18);
  color: white;
}

.button-primary:hover {
  background: var(--navy-deep);
  box-shadow: 0 16px 36px rgba(23, 59, 91, 0.24);
}

.button-quiet {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.42);
}

.button-outline {
  width: 100%;
  border-color: var(--line);
  background: transparent;
}

.button-light {
  background: white;
  color: var(--navy-deep);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 0;
  margin: 28px 0 0;
  color: #587080;
  font-size: 12px;
  list-style: none;
}

.fact-mark {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-light);
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
}

.product-stage {
  position: relative;
  min-height: 530px;
}

.stage-glow {
  position: absolute;
  inset: 8% 2% 0 4%;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(113, 133, 148, 0.17), transparent 66%);
  filter: blur(8px);
}

.editor-window {
  position: absolute;
  top: 28px;
  right: 0;
  width: 88%;
  overflow: hidden;
  border: 1px solid rgba(23, 59, 91, 0.13);
  border-radius: 18px;
  background: rgba(255, 254, 253, 0.88);
  box-shadow: var(--shadow);
  transform: rotate(1.4deg);
}

.window-bar {
  display: grid;
  min-height: 52px;
  align-items: center;
  padding: 0 18px;
  border-bottom: 1px solid rgba(23, 59, 91, 0.1);
  color: var(--slate);
  font-size: 11px;
  grid-template-columns: 1fr auto 1fr;
}

.traffic-lights {
  display: flex;
  gap: 6px;
}

.traffic-lights span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d9c7bc;
}

.traffic-lights span:nth-child(2) { background: #decf9e; }
.traffic-lights span:nth-child(3) { background: #aac9ba; }

.window-private {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 6px;
}

.window-private i,
.panel-foot i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5c9b82;
  box-shadow: 0 0 0 4px rgba(92, 155, 130, 0.12);
}

.editor-body {
  min-height: 290px;
  padding: 45px 50px 60px;
  color: #536a78;
  font-family: Iowan Old Style, Georgia, serif;
  font-size: 19px;
  line-height: 1.9;
}

.selection {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background: #cbdde8;
  color: var(--navy-deep);
}

.selection::after {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 2px;
  background: #4b82a4;
  content: "";
}

.rewrite-panel {
  position: absolute;
  right: 9%;
  bottom: 0;
  width: min(400px, 90%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(11, 38, 58, 0.97);
  box-shadow: 0 28px 70px rgba(11, 38, 58, 0.35);
  color: white;
}

.panel-head,
.panel-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 750;
}

.mini-brand img {
  filter: brightness(0) invert(1);
}

.shortcut {
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: #b9c8d1;
  font-size: 10px;
}

.mode-grid {
  display: grid;
  margin: 16px 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.mode-grid button {
  min-width: 0;
  padding: 8px 4px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
  color: #a9bdca;
  cursor: pointer;
  font-size: 9px;
}

.mode-grid button.active,
.mode-grid button:hover {
  border-color: rgba(205, 225, 217, 0.3);
  background: var(--teal);
  color: white;
}

.rewrite-result {
  min-height: 116px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.rewrite-result span {
  color: #8da4b2;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rewrite-result p {
  margin: 8px 0 0;
  font-family: Iowan Old Style, Georgia, serif;
  font-size: 16px;
  line-height: 1.45;
}

.result-flash {
  animation: result-flash 420ms ease;
}

@keyframes result-flash {
  from { opacity: 0.25; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.panel-foot {
  margin-top: 13px;
  color: #8fa5b2;
  font-size: 9px;
}

.panel-foot span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}

.proof-bar {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.36);
}

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

.proof-grid > div {
  padding: 27px 25px;
  border-right: 1px solid var(--line);
}

.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong,
.proof-grid span { display: block; }
.proof-grid strong { margin-bottom: 3px; font-size: 13px; }
.proof-grid span { color: var(--slate); font-size: 11px; }

.section {
  padding: 120px 0;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 56px;
}

.section-heading.compact {
  max-width: 760px;
}

.section-heading h2,
.security-copy h2,
.enterprise-copy h2,
.download-copy h2,
.pilot-section h2,
.faq-section h2 {
  font-size: clamp(44px, 5vw, 70px);
}

.section-heading > p:last-child,
.enterprise-copy > p,
.security-copy > p,
.pilot-section .pilot-grid > div > p:last-child {
  max-width: 670px;
  margin: 24px 0 0;
  color: #5b7180;
  font-size: 17px;
}

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

.feature-card {
  position: relative;
  min-height: 380px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 254, 253, 0.72);
}

.feature-card::after {
  position: absolute;
  right: -65px;
  bottom: -105px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(23, 59, 91, 0.07);
  border-radius: 50%;
  content: "";
}

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

.feature-card.feature-dark p,
.feature-card.feature-dark .feature-index {
  color: #aabdc8;
}

.feature-index {
  color: var(--slate);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}

.feature-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 45px 0 30px;
  place-items: center;
  border-radius: 15px;
  background: var(--teal-light);
  color: var(--teal);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 800;
}

.feature-dark .feature-icon {
  background: rgba(205, 225, 217, 0.13);
  color: #bdd9cf;
}

.feature-card h3,
.steps h3,
.price-card h3 {
  margin: 0;
  font-size: 23px;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.feature-card > p {
  max-width: 500px;
  margin: 14px 0 28px;
  color: #637885;
  font-size: 14px;
}

.shortcut-demo {
  display: flex;
  align-items: center;
  gap: 7px;
}

kbd {
  display: grid;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-bottom-width: 3px;
  border-radius: 7px;
  background: var(--white);
  font-weight: 700;
}

.shortcut-demo span {
  margin-left: 7px;
  color: var(--slate);
  font-size: 11px;
}

.feature-card code {
  display: inline-block;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--navy);
  font-size: 11px;
}

.boundary-pills,
.guard-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.boundary-pills span,
.guard-flow span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
}

.guard-flow {
  align-items: center;
}

.guard-flow span {
  border-color: rgba(255, 255, 255, 0.12);
  color: white;
}

.guard-flow b { color: #758f9f; font-weight: 400; }

.security-section {
  position: relative;
  background: var(--navy-deep);
  color: white;
}

.security-section::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 15% 20%, rgba(57, 123, 114, 0.26), transparent 30%), linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  content: "";
}

.security-grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(60px, 10vw, 130px);
}

.kicker.light { color: #91bdb0; }

.security-copy > p {
  color: #9fb2bd;
}

.check-list {
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
}

.check-list li {
  display: grid;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  grid-template-columns: 42px 1fr;
}

.check-list li > span {
  color: #6e8a99;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

.check-list strong,
.check-list p { display: block; }
.check-list strong { font-size: 14px; }
.check-list p { margin: 3px 0 0; color: #8fa5b1; font-size: 12px; }

.boundary-map {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.map-label {
  color: #7f98a6;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.map-client {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  margin: 34px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.07);
}

.map-client img { filter: brightness(0) invert(1); }
.map-client strong,
.map-client span { display: block; }
.map-client strong { font-size: 13px; }
.map-client span { color: #8fa6b4; font-size: 9px; }

.map-line {
  display: grid;
  width: 72%;
  height: 84px;
  margin: auto;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}

.map-line span {
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.map-line i {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #849ca9;
  font-size: 8px;
  font-style: normal;
}

.map-targets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.target {
  padding: 17px 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  text-align: center;
}

.target.active {
  border-color: rgba(145, 189, 176, 0.35);
  background: rgba(57, 123, 114, 0.16);
}

.target-icon,
.target strong,
.target small { display: block; }
.target-icon { margin-bottom: 9px; color: #a4cabf; font-size: 18px; }
.target strong { font-size: 10px; }
.target small { color: #7d96a3; font-size: 8px; }

.map-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 22px 0 0;
  color: #7893a1;
  font-size: 9px;
}

.map-note span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #67a78f;
}

.enterprise-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.07fr 0.93fr;
  gap: clamp(60px, 9vw, 120px);
}

.enterprise-visual {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow);
}

.org-card,
.gateway-card,
.model-row span {
  border: 1px solid var(--line);
  background: var(--white);
}

.org-card {
  display: grid;
  max-width: 320px;
  align-items: center;
  padding: 13px;
  margin: auto;
  border-radius: 12px;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
}

.org-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 9px;
  background: var(--navy);
  color: white;
  font-size: 10px;
  font-weight: 800;
}

.org-card strong,
.org-card small { display: block; }
.org-card strong { font-size: 11px; }
.org-card small { color: var(--slate); font-size: 8px; }
.org-card b { color: var(--teal); font-size: 11px; }

.org-connector {
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.org-connector span {
  width: 1px;
  height: 100%;
  background: var(--line);
}

.org-connector em {
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--teal-light);
  color: var(--teal);
  font-size: 8px;
  font-style: normal;
  font-weight: 750;
}

.org-connector.short { height: 50px; }

.gateway-card {
  padding: 18px;
  border-radius: 15px;
}

.gateway-head,
.gateway-log {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gateway-head { font-size: 11px; font-weight: 750; }
.gateway-head i { padding: 3px 6px; border-radius: 4px; background: var(--teal-light); color: var(--teal); font-size: 7px; font-style: normal; }

.gateway-controls {
  display: grid;
  margin: 15px 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.gateway-controls span {
  padding: 8px 4px;
  border-radius: 6px;
  background: var(--paper);
  color: #607684;
  font-size: 7px;
  text-align: center;
}

.gateway-log {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--slate);
  font-size: 7px;
}

.gateway-log span { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.gateway-log code { font-size: 7px; }
.gateway-log b { color: var(--teal); font-size: 7px; }

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

.model-row span {
  padding: 11px 4px;
  border-radius: 8px;
  color: #607684;
  font-size: 8px;
  text-align: center;
}

.enterprise-copy > p { max-width: 540px; }

.enterprise-list {
  margin: 38px 0 30px;
}

.enterprise-list > div {
  display: grid;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 42px 1fr;
}

.enterprise-list span {
  color: var(--slate);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

.enterprise-list p {
  margin: 0;
  color: #647a87;
  font-size: 13px;
}

.enterprise-list strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 750;
}

.how-section {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.28);
}

.steps {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  list-style: none;
}

.steps > li {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 254, 253, 0.72);
}

.steps > li > span {
  position: absolute;
  top: 15px;
  right: 18px;
  color: #a6b3ba;
  font-family: Iowan Old Style, Georgia, serif;
  font-size: 30px;
}

.step-visual {
  display: flex;
  height: 160px;
  align-items: center;
  justify-content: center;
  padding: 22px;
  margin-bottom: 24px;
  border-radius: 12px;
  background: var(--paper);
}

.select-visual p { color: #697d88; font-family: Georgia, serif; font-size: 13px; }
.select-visual mark { padding: 2px; background: #cbdde8; color: var(--ink); }
.choose-visual { flex-wrap: wrap; gap: 6px; align-content: center; }
.choose-visual b { padding: 7px 9px; border: 1px solid var(--line); border-radius: 7px; background: white; font-size: 9px; }
.choose-visual b:first-child { background: var(--navy); color: white; }
.replace-visual { flex-direction: column; text-align: center; }
.replace-visual i { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--teal-light); color: var(--teal); font-style: normal; }
.replace-visual p { color: #55707b; font-family: Georgia, serif; font-size: 12px; }
.steps > li > p { margin: 10px 0 0; color: var(--slate); font-size: 13px; }

.pricing-section {
  background: var(--paper-deep);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.price-card {
  display: flex;
  min-height: 500px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 254, 253, 0.68);
  flex-direction: column;
}

.price-card.featured {
  border-color: var(--navy);
  background: var(--white);
  box-shadow: var(--shadow);
  transform: translateY(-12px);
}

.price-label {
  margin: 0 0 32px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price {
  min-height: 90px;
  padding: 25px 0;
  margin: 22px 0;
  border-block: 1px solid var(--line);
}

.price strong,
.price span { display: block; }
.price strong { font-family: Iowan Old Style, Georgia, serif; font-size: 32px; font-weight: 500; letter-spacing: -0.04em; }
.price span { color: var(--slate); font-size: 10px; }

.price-card ul {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.price-card li {
  position: relative;
  padding: 7px 0 7px 20px;
  color: #5e7481;
  font-size: 12px;
}

.price-card li::before {
  position: absolute;
  left: 0;
  color: var(--teal);
  content: "✓";
  font-weight: 900;
}

.price-card .button { margin-top: auto; }

.download-section {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: var(--navy);
  color: white;
}

.download-section::before {
  position: absolute;
  top: -230px;
  right: -150px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 90px rgba(255, 255, 255, 0.02), 0 0 0 180px rgba(255, 255, 255, 0.016);
}

.download-grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
}

.download-copy p:not(.kicker) {
  max-width: 640px;
  color: #b6c6cf;
  font-size: 17px;
}

.download-actions > span {
  color: #9db0bb;
  font-size: 10px;
}

.download-copy > code {
  display: inline-block;
  margin-top: 18px;
  color: #849daa;
  font-size: 9px;
}

.download-card {
  display: grid;
  max-width: 430px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  grid-template-columns: auto 1fr;
  gap: 22px;
}

.download-card > img {
  padding: 8px;
  border-radius: 22px;
  background: white;
}

.download-card > div:nth-child(2) strong,
.download-card > div:nth-child(2) span { display: block; }
.download-card > div:nth-child(2) strong { font-size: 18px; }
.download-card > div:nth-child(2) span { color: #a7bac5; font-size: 10px; }

.notary-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  grid-column: 1 / -1;
}

.notary-badge i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(145, 189, 176, 0.18);
  color: #a8d1c5;
  font-style: normal;
}

.notary-badge span { color: #91a7b3; font-size: 9px; line-height: 1.2; }
.notary-badge strong { color: white; font-size: 11px; }

.pilot-grid {
  display: grid;
  align-items: end;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}

.pilot-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.5);
}

.pilot-form label {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 750;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.pilot-form input,
.pilot-form select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
}

.pilot-form select {
  margin-top: 9px;
  color: #5d7481;
  font-size: 12px;
}

.form-note {
  margin: 10px 0 0;
  color: var(--slate);
  font-size: 9px;
}

.form-note.success { color: var(--teal); }

.faq-section {
  padding: 100px 0 120px;
  border-top: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  padding: 21px 0;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font-size: 20px; font-weight: 400; transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -5px 0 22px; color: var(--slate); font-size: 13px; }

.site-footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  background: var(--paper-deep);
}

.footer-grid {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto auto;
  gap: 34px;
}

.footer-brand { font-size: 18px; }
.footer-grid > p { margin: 0; color: var(--slate); font-size: 11px; }
.footer-grid nav { display: flex; gap: 20px; font-size: 11px; font-weight: 700; }

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-one { transition-delay: 100ms; }
.delay-two { transition-delay: 200ms; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .site-nav { gap: 18px; }
  .hero { padding-top: 65px; }
  .hero-grid,
  .security-grid,
  .enterprise-grid,
  .download-grid,
  .pilot-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .product-stage { min-height: 560px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .proof-grid > div:first-child { padding-left: 25px; }
  .security-grid,
  .enterprise-grid { gap: 70px; }
  .enterprise-visual { order: 2; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .price-card.featured { transform: none; }
  .download-card { margin-inline: auto; }
  .pilot-grid,
  .faq-grid { gap: 45px; }
  .footer-grid { grid-template-columns: auto 1fr auto; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 620px); }
  .nav-shell { min-height: 66px; }
  .nav-toggle { display: flex; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
  .site-nav {
    position: absolute;
    top: 66px;
    right: 14px;
    left: 14px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 254, 253, 0.98);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 8px; }
  .site-nav .nav-cta { text-align: center; }
  .hero { min-height: auto; padding: 55px 0 70px; }
  .hero h1 { font-size: clamp(55px, 17vw, 78px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .product-stage { min-height: 500px; margin-top: 20px; }
  .editor-window { width: 100%; }
  .editor-body { min-height: 260px; padding: 35px 25px 50px; font-size: 16px; }
  .rewrite-panel { right: 0; width: 95%; }
  .mode-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-grid,
  .feature-grid,
  .steps { grid-template-columns: 1fr; }
  .proof-grid > div { padding-left: 10px !important; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2,
  .security-copy h2,
  .enterprise-copy h2,
  .download-copy h2,
  .pilot-section h2,
  .faq-section h2 { font-size: clamp(40px, 13vw, 58px); }
  .feature-card { min-height: 345px; padding: 25px; }
  .feature-icon { margin-top: 35px; }
  .boundary-map,
  .enterprise-visual { padding: 18px; }
  .map-line { width: 90%; }
  .map-targets { grid-template-columns: 1fr; }
  .target { display: grid; align-items: center; grid-template-columns: 30px 1fr; text-align: left; }
  .target-icon { margin: 0; grid-row: span 2; }
  .target small { grid-column: 2; }
  .gateway-controls { grid-template-columns: 1fr 1fr; }
  .gateway-log code { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .download-section { padding: 80px 0; }
  .download-actions { align-items: stretch; flex-direction: column; }
  .download-card { grid-template-columns: 80px 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .pilot-form { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .footer-grid nav { flex-wrap: wrap; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
