:root {
  color-scheme: light;
  --paper: #f7f8fb;
  --paper-rgb: 247 248 251;
  --panel: #ffffff;
  --ink: #111218;
  --muted: #626774;
  --soft: #edf0f6;
  --line: rgb(17 18 24 / 0.12);
  --blue: #1386f4;
  --blue-dark: #1768d3;
  --violet: #6357e8;
  --green: #228b62;
  --radius: 14px;
  --shadow: 0 30px 80px rgb(49 67 107 / 0.14);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--paper);
}

a {
  color: inherit;
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: 92px;
  font-weight: 790;
  line-height: 0.94;
}

h2 {
  max-width: 940px;
  font-size: 72px;
  font-weight: 760;
  line-height: 0.98;
}

h3 {
  font-size: 32px;
  line-height: 1.08;
}

p {
  color: var(--muted);
  line-height: 1.6;
}

.site-shell {
  position: relative;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 70px;
  padding: 13px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid var(--line);
  background: rgb(var(--paper-rgb) / 0.86);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}

.brand,
.site-header nav,
.footer-nav {
  display: flex;
  align-items: center;
}

.brand,
.site-header a,
.footer-nav a {
  text-decoration: none;
}

.brand .brand-logo {
  width: 132px;
  height: auto;
  border-radius: 0;
}

.brand-logo-still {
  display: none;
}

.site-header nav {
  gap: clamp(16px, 2.5vw, 32px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.site-header nav a,
.footer-nav a,
.text-link {
  transition: color 180ms ease;
}

.site-header nav a:hover,
.footer-nav a:hover,
.text-link:hover {
  color: var(--blue-dark);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.78fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: center;
  min-height: calc(100dvh - 70px);
  padding: clamp(60px, 8vw, 120px) clamp(18px, 6vw, 90px);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgb(19 134 244 / 0.06), transparent 42%),
    linear-gradient(25deg, rgb(99 87 232 / 0.05), transparent 46%),
    #ffffff;
}

.hero::after {
  content: "";
  position: absolute;
  right: -11%;
  bottom: -28%;
  width: 55vw;
  height: 55vw;
  border: 1px solid rgb(19 134 244 / 0.13);
  border-radius: 50%;
  pointer-events: none;
}

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

.eyebrow,
.section-kicker,
.metric-label {
  margin: 0 0 20px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lede {
  max-width: 650px;
  margin: 26px 0 0;
  font-size: 22px;
  line-height: 1.48;
}

.text-link {
  display: inline-flex;
  gap: 9px;
  margin-top: 28px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 780;
  text-decoration: none;
}

.text-link span {
  color: var(--blue);
}

.document-journey {
  position: relative;
  z-index: 2;
  min-height: 650px;
}

.paper-stack {
  position: absolute;
  inset: 8% 6% 8% 10%;
  perspective: 1200px;
}

.paper {
  position: absolute;
  inset: 3% 7% 3% 5%;
  border: 1px solid rgb(17 18 24 / 0.1);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.paper-back {
  background: #e9edf6;
  transform: translate(22px, 18px) rotate(4deg);
  box-shadow: none;
}

.paper-main {
  z-index: 2;
  padding: clamp(28px, 4vw, 48px);
  transform: rotate(-3deg);
  transform-origin: center;
}

.paper-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 2px solid var(--ink);
}

.paper-title span:first-child {
  width: 42%;
  height: 12px;
  background: var(--ink);
}

.paper-title span:last-child {
  width: 17%;
  height: 7px;
  background: var(--soft);
}

.paper-copy {
  display: grid;
  gap: 10px;
  margin: 24px 0 32px;
}

.paper-copy i {
  display: block;
  width: 100%;
  height: 7px;
  border-radius: 2px;
  background: #e7e9ee;
}

.paper-copy i:nth-child(2),
.paper-copy i:nth-child(5) {
  width: 88%;
}

.paper-copy i:nth-child(3) {
  width: 95%;
}

.paper-copy.short {
  margin-top: 34px;
}

.fill-line,
.signature-line {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: end;
  margin-top: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #9ea5b2;
  font-size: 12px;
}

.signing-row {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(82px, 0.62fr);
  gap: 18px;
  align-items: end;
  margin-top: 40px;
}

.signing-row .fill-line,
.signing-row .signature-line {
  grid-template-columns: 1fr;
  gap: 5px;
  margin-top: 0;
}

.fill-line span,
.signature-line span {
  color: var(--muted);
  font-weight: 700;
}

.fill-line b,
.signature-line b {
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
  opacity: 0;
}

.signature-line {
  margin-top: 24px;
}

.signature-line b {
  color: var(--blue-dark);
  font-family: "Snell Roundhand", "Apple Chancery", "Bradley Hand", cursive;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 0.85;
  white-space: nowrap;
}

.scan-pulse {
  position: absolute;
  z-index: 3;
  top: 14%;
  left: 5%;
  right: 7%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  box-shadow: 0 0 16px rgb(19 134 244 / 0.65);
}

.journey-label {
  position: absolute;
  z-index: 5;
  color: #7d8390;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.label-in {
  top: 2%;
  left: 2%;
}

.label-out {
  right: 0;
  bottom: 2%;
  color: var(--green);
  opacity: 0;
}

.journey-status {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.9);
  box-shadow: 0 14px 36px rgb(49 67 107 / 0.14);
  color: var(--ink);
  font-size: 13px;
  font-weight: 780;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
}

.journey-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgb(19 134 244 / 0.12);
}

.status-fill {
  top: 20%;
  right: 0;
}

.status-done {
  right: 1%;
  bottom: 8%;
}

.status-done span {
  background: var(--green);
  box-shadow: 0 0 0 5px rgb(34 139 98 / 0.12);
}

.value-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100% - 36px, 1220px);
  margin: 24px auto 0;
  overflow: hidden;
  border: 1px solid rgb(19 134 244 / 0.14);
  border-radius: var(--radius);
  background: #eef7ff;
}

.value-ribbon div {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  border-right: 1px solid rgb(19 134 244 / 0.14);
}

.value-ribbon div:last-child {
  border-right: 0;
}

.value-ribbon strong {
  color: var(--ink);
  font-size: 27px;
}

.value-ribbon span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: clamp(88px, 11vw, 160px) clamp(18px, 5vw, 72px);
}

.section-inner {
  width: min(100%, 1220px);
  margin: 0 auto;
}

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

.savings-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: end;
}

.savings-head p {
  margin: 0 0 4px;
  font-size: 20px;
}

.savings-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 16px;
  margin-top: 52px;
}

.savings-grid article {
  position: relative;
  min-height: 420px;
  padding: clamp(28px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.savings-grid strong {
  display: block;
  max-width: 680px;
  color: var(--ink);
  font-size: 48px;
  line-height: 1.04;
}

.savings-grid p {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: 17px;
}

.saving-time {
  background: linear-gradient(135deg, #ffffff, #eef7ff) !important;
}

.time-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 58px;
  border-top: 2px solid rgb(19 134 244 / 0.2);
}

.time-track i {
  position: relative;
  padding-top: 22px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.time-track i::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgb(19 134 244 / 0.12);
}

.saving-money {
  background: #eaf4ff !important;
}

.saving-money .metric-label {
  color: var(--blue-dark);
}

.saving-money strong {
  color: var(--ink);
  font-size: 38px;
}

.premium-mark {
  display: grid;
  gap: 4px;
  margin: 28px 0 42px;
  padding: 22px 0;
  border-top: 1px solid rgb(19 134 244 / 0.22);
  border-bottom: 1px solid rgb(19 134 244 / 0.22);
}

.premium-mark span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

.premium-mark strong {
  color: var(--blue-dark);
  font-size: 52px;
  line-height: 1;
}

.intelligence-section {
  background: #ffffff;
}

.intelligence-layout,
.fast-layout,
.identity-layout,
.privacy-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.7fr);
  gap: clamp(42px, 8vw, 124px);
  align-items: center;
}

.intelligence-copy > p:not(.section-kicker),
.fast-copy > p:not(.section-kicker),
.identity-copy > p:not(.section-kicker),
.privacy-copy > p:not(.section-kicker),
.property-heading > p:not(.section-kicker) {
  max-width: 720px;
  margin: 26px 0 0;
  font-size: 21px;
}

.outcome-list {
  display: grid;
  gap: 0;
  margin: 34px 0 24px;
  padding: 0;
  list-style: none;
}

.outcome-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: center;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

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

.outcome-list span,
.feature-lines span,
.property-flow article > span {
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 850;
}

.outcome-list strong {
  color: var(--ink);
  font-size: 16px;
}

.intelligence-copy small {
  display: block;
  max-width: 620px;
  color: #838895;
  font-size: 12px;
  line-height: 1.5;
}

.intelligence-copy .summary-disclaimer {
  margin-top: 12px;
  padding-left: 12px;
  border-left: 2px solid rgb(19 134 244 / 0.3);
}

.summary-disclaimer a {
  color: var(--blue-dark);
  font-weight: 800;
}

.intelligence-visual,
.fast-visual {
  position: relative;
  margin: 0;
}

.phone-crop {
  position: relative;
  width: min(100%, 440px);
  margin: 0 auto;
  aspect-ratio: 0.55;
  overflow: hidden;
  border: 9px solid #17181c;
  border-radius: 46px;
  background: #f1f2f6;
  box-shadow: var(--shadow);
}

.phone-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.intelligence-visual::before {
  content: "LOCAL AI";
  position: absolute;
  z-index: 4;
  top: 13%;
  left: -8%;
  padding: 12px 16px;
  border: 1px solid rgb(19 134 244 / 0.2);
  border-radius: 999px;
  background: #eef7ff;
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  box-shadow: 0 12px 30px rgb(49 67 107 / 0.12);
}

.intelligence-visual figcaption {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.fast-section {
  background: linear-gradient(180deg, #eef7ff, var(--paper));
}

.fast-layout {
  grid-template-columns: minmax(340px, 0.68fr) minmax(0, 0.92fr);
}

.fast-visual .phone-crop {
  width: min(100%, 390px);
}

.field-count {
  position: absolute;
  z-index: 3;
  left: 50%;
  right: auto;
  bottom: 8%;
  width: min(92%, 360px);
  min-height: 132px;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 48px rgb(49 67 107 / 0.16);
  transform: translateX(-50%);
}

.field-count strong,
.field-count span {
  display: block;
}

.field-count strong {
  color: var(--blue-dark);
  font-size: 24px;
  line-height: 1.05;
}

.field-count span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.feature-lines {
  margin-top: 42px;
}

.feature-lines div {
  display: grid;
  grid-template-columns: 40px minmax(140px, 0.55fr) 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.feature-lines div:last-child {
  border-bottom: 1px solid var(--line);
}

.feature-lines strong {
  color: var(--ink);
  font-size: 16px;
}

.feature-lines p {
  margin: 0;
  font-size: 14px;
}

.property-section {
  color: #ffffff;
  background: #171a22;
}

.property-section h2,
.property-section strong {
  color: #ffffff;
}

.property-section .section-kicker {
  color: #8fc9ff;
}

.property-section p {
  color: rgb(255 255 255 / 0.68);
}

.property-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.38fr);
  gap: clamp(30px, 7vw, 100px);
  align-items: end;
}

.property-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -8px;
}

.property-heading > p:not(.section-kicker) {
  margin-bottom: 4px;
}

.property-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 62px;
  border-top: 1px solid rgb(255 255 255 / 0.18);
  border-bottom: 1px solid rgb(255 255 255 / 0.18);
}

.property-flow article {
  min-height: 300px;
  padding: 26px;
  border-right: 1px solid rgb(255 255 255 / 0.18);
}

.property-flow article:last-child {
  border-right: 0;
}

.property-flow article > span {
  color: #8fc9ff;
}

.property-flow strong {
  display: block;
  margin-top: 64px;
  font-size: 30px;
}

.property-flow p {
  margin-bottom: 0;
  font-size: 15px;
}

.identity-section {
  background: #ffffff;
}

.identity-switcher {
  display: grid;
  gap: 10px;
}

.identity-switcher > div {
  display: grid;
  grid-template-columns: minmax(80px, 0.4fr) 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 19px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.identity-switcher .identity-active {
  border-color: rgb(19 134 244 / 0.3);
  background: #eef7ff;
  box-shadow: 0 14px 36px rgb(49 67 107 / 0.1);
}

.identity-switcher span,
.identity-switcher small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.identity-switcher strong {
  color: var(--ink);
  font-size: 16px;
}

.privacy-section {
  overflow: hidden;
  background: #eef7ff;
}

.privacy-orbit {
  position: relative;
  min-height: 470px;
}

.privacy-orbit::before,
.privacy-orbit::after {
  content: "";
  position: absolute;
  inset: 9% 5%;
  border: 1px solid rgb(19 134 244 / 0.2);
  border-radius: 50%;
}

.privacy-orbit::after {
  inset: 23% 18%;
}

.device-core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 154px;
  height: 154px;
  border: 1px solid rgb(19 134 244 / 0.2);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: var(--shadow);
  transform: translate(-50%, -50%);
}

.device-core img {
  width: 64px;
  border-radius: 15px;
}

.device-core strong {
  margin-top: -18px;
  color: var(--ink);
  font-size: 12px;
}

.orbit-item {
  position: absolute;
  z-index: 4;
  padding: 10px 13px;
  border: 1px solid rgb(19 134 244 / 0.18);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.86);
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 780;
  box-shadow: 0 10px 24px rgb(49 67 107 / 0.1);
  backdrop-filter: blur(12px);
}

.orbit-doc { left: 5%; top: 20%; }
.orbit-sign { right: 2%; top: 28%; }
.orbit-id { left: 8%; bottom: 16%; }
.orbit-ai { right: 6%; bottom: 15%; }

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

.faq-layout {
  grid-template-columns: minmax(0, 0.65fr) minmax(340px, 0.75fr);
  align-items: start;
}

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

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

summary {
  cursor: pointer;
  padding: 21px 22px;
  color: var(--ink);
  font-weight: 790;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  font-size: 15px;
}

.download-section {
  padding-top: 30px;
  background: var(--paper);
}

.download-panel {
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: clamp(44px, 7vw, 92px);
  overflow: hidden;
  border: 1px solid rgb(19 134 244 / 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(140deg, rgb(19 134 244 / 0.12), transparent 42%),
    linear-gradient(320deg, rgb(99 87 232 / 0.1), transparent 46%),
    #ffffff;
  text-align: center;
}

.download-icon {
  width: 92px;
  height: 92px;
  aspect-ratio: 1;
  margin: 0 auto 28px;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgb(19 134 244 / 0.22);
  object-fit: cover;
}

.download-panel .section-kicker,
.download-panel h2,
.download-panel p {
  margin-right: auto;
  margin-left: auto;
}

.download-panel h2 {
  max-width: 900px;
}

.download-panel > p:not(.section-kicker) {
  max-width: 720px;
  margin-top: 24px;
  font-size: 20px;
}

.app-store-link {
  display: inline-flex;
  width: 200px;
  max-width: 100%;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 16px 42px rgb(19 134 244 / 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.app-store-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgb(19 134 244 / 0.23);
}

.app-store-link:active {
  transform: translateY(1px);
}

.app-store-static {
  margin-top: 56px;
  margin-bottom: -26px;
  box-shadow: none;
  cursor: default;
}

.app-store-static:hover,
.app-store-static:active {
  transform: none;
  box-shadow: none;
}

.app-store-link img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.release-note {
  margin: 54px 0 -18px !important;
  color: var(--blue-dark) !important;
  font-size: 14px !important;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px clamp(18px, 4vw, 58px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.footer-nav {
  gap: clamp(16px, 2.8vw, 30px);
}

.site-footer > div {
  max-width: 880px;
}

.site-footer > div > p:first-child {
  margin-top: 0;
}

.trademark-notice {
  margin: 6px 0 0;
  color: #7c8290;
  font-size: 11px;
  line-height: 1.45;
}

.content-page {
  padding-bottom: clamp(72px, 9vw, 128px);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 132px) clamp(18px, 5vw, 72px) clamp(56px, 7vw, 96px);
  border-bottom: 1px solid rgb(19 134 244 / 0.18);
  background:
    linear-gradient(120deg, rgb(19 134 244 / 0.11), transparent 46%),
    linear-gradient(300deg, rgb(99 87 232 / 0.08), transparent 42%),
    #fbfdff;
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -9vw;
  bottom: 18%;
  width: clamp(420px, 54vw, 780px);
  height: 120px;
  border-top: 2px solid rgb(19 134 244 / 0.14);
  border-radius: 50%;
  transform: rotate(-8deg);
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(52px, 7vw, 96px);
}

.page-hero .page-lede {
  max-width: 720px;
  margin: 24px 0 0;
  color: #4f5667;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.proof-row span {
  padding: 9px 13px;
  border: 1px solid rgb(19 134 244 / 0.2);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.72);
  color: #36516f;
  font-size: 13px;
  font-weight: 760;
}

.document-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  gap: clamp(42px, 7vw, 96px);
  width: min(100% - 36px, 1120px);
  margin: clamp(54px, 7vw, 92px) auto 0;
  align-items: start;
}

.document-index {
  position: sticky;
  top: 102px;
  padding-top: 8px;
}

.document-index > strong {
  display: block;
  margin-bottom: 15px;
  color: var(--ink);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.document-index a {
  display: block;
  padding: 8px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 690;
  line-height: 1.35;
  text-decoration: none;
}

.document-index a:hover {
  color: var(--blue-dark);
}

.document-copy {
  min-width: 0;
}

.document-copy section {
  padding: 0 0 34px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 104px;
}

.document-copy section + section {
  padding-top: 38px;
}

.document-copy h2 {
  font-size: clamp(29px, 3vw, 39px);
  line-height: 1.08;
}

.document-copy h3 {
  margin-top: 25px;
  font-size: 21px;
}

.document-copy p,
.document-copy li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.document-copy p {
  margin: 16px 0 0;
}

.document-copy ul {
  margin: 16px 0 0;
  padding-left: 22px;
}

.document-copy li + li {
  margin-top: 9px;
}

.document-copy a,
.support-page a {
  color: var(--blue-dark);
  font-weight: 780;
}

.document-copy strong {
  color: var(--ink);
}

.legal-emphasis,
.privacy-promise {
  margin-top: 22px;
  padding: 22px 24px;
  border-left: 4px solid var(--blue);
  background: #eef7ff;
  color: var(--ink) !important;
  font-size: 14px !important;
  font-weight: 720;
  line-height: 1.65 !important;
}

.support-shell {
  width: min(100% - 36px, 1120px);
  margin: clamp(54px, 7vw, 92px) auto 0;
}

.support-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgb(19 134 244 / 0.2);
  border-radius: 12px;
  background: #eef7ff;
}

.support-contact h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.support-contact p {
  max-width: 690px;
  margin: 12px 0 0;
  font-size: 17px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 64px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.support-grid article {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.support-grid article:last-child {
  border-right: 0;
}

.support-grid .step-number {
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 840;
}

.support-grid h2 {
  margin-top: 42px;
  font-size: 25px;
}

.support-grid p {
  margin: 12px 0 0;
  font-size: 15px;
}

.support-faq {
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(40px, 7vw, 90px);
  margin-top: clamp(72px, 9vw, 120px);
}

.support-faq > div:first-child h2 {
  font-size: clamp(40px, 5vw, 64px);
}

.support-faq > div:first-child p {
  font-size: 16px;
}

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

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

.support-faq summary {
  position: relative;
  padding: 23px 44px 23px 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 780;
  cursor: pointer;
  list-style: none;
}

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

.support-faq summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  color: var(--blue-dark);
  font-size: 27px;
  font-weight: 450;
  line-height: 0.8;
}

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

.support-faq details p {
  margin: -5px 0 23px;
  font-size: 16px;
}

.not-found {
  min-height: calc(100vh - 190px);
}

.hero-reveal {
  animation: heroRise 820ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.document-journey.hero-reveal {
  animation-delay: 100ms;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms cubic-bezier(0.16, 1, 0.3, 1), transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

@media (prefers-reduced-motion: no-preference) {
  .scan-pulse {
    animation: scanDocument 6.8s ease-in-out infinite;
  }

  .fill-line b,
  .signature-line b {
    animation: fillText 6.8s ease-in-out infinite;
  }

  .fill-two b { animation-delay: 260ms; }
  .signature-line b { animation-delay: 520ms; }
  .status-fill { animation: showFillStatus 6.8s ease-in-out infinite; }
  .status-done { animation: showDoneStatus 6.8s ease-in-out infinite; }
  .label-out { animation: showDoneStatus 6.8s ease-in-out infinite; }
  .paper-main { animation: finishPaper 6.8s ease-in-out infinite; }
  .privacy-orbit::before { animation: orbitTurn 22s linear infinite; }
  .privacy-orbit::after { animation: orbitTurn 17s linear infinite reverse; }
}

@keyframes heroRise {
  from { opacity: 0; transform: translateY(28px); }
}

@keyframes scanDocument {
  0%, 10% { opacity: 0; transform: translateY(0); }
  15% { opacity: 1; }
  38% { opacity: 1; transform: translateY(380px); }
  43%, 100% { opacity: 0; transform: translateY(380px); }
}

@keyframes fillText {
  0%, 39% { opacity: 0; transform: translateY(5px); }
  47%, 88% { opacity: 1; transform: translateY(0); }
  94%, 100% { opacity: 0; }
}

@keyframes showFillStatus {
  0%, 24%, 83%, 100% { opacity: 0; transform: translateY(8px); }
  31%, 72% { opacity: 1; transform: translateY(0); }
}

@keyframes showDoneStatus {
  0%, 56%, 96%, 100% { opacity: 0; transform: translateY(8px); }
  64%, 88% { opacity: 1; transform: translateY(0); }
}

@keyframes finishPaper {
  0%, 58% { transform: rotate(-3deg); }
  68%, 88% { transform: rotate(0deg) translate(8px, -5px); box-shadow: 0 38px 100px rgb(34 139 98 / 0.18); }
  100% { transform: rotate(-3deg); }
}

@keyframes orbitTurn {
  to { transform: rotate(360deg); }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .fill-line b,
  .signature-line b,
  .status-done,
  .label-out {
    opacity: 1;
  }

  .brand-logo-motion {
    display: none;
  }

  .brand-logo-still {
    display: block;
  }
}

@media (max-width: 1060px) {
  h1 {
    font-size: 76px;
  }

  h2 {
    font-size: 60px;
  }

  .hero,
  .savings-head,
  .intelligence-layout,
  .fast-layout,
  .property-heading,
  .identity-layout,
  .privacy-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .document-journey {
    width: min(100%, 680px);
    min-height: 650px;
    margin: 0 auto;
  }

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

  .property-heading .section-kicker {
    grid-column: auto;
    margin-bottom: 0;
  }

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

  .property-flow article:nth-child(2) {
    border-right: 0;
  }

  .property-flow article:nth-child(-n + 2) {
    border-bottom: 1px solid rgb(255 255 255 / 0.18);
  }

  .privacy-orbit {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .document-shell {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 42px;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .site-header nav {
    width: 100%;
    overflow-x: auto;
    gap: 22px;
    padding-bottom: 3px;
    font-size: 12px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .site-header nav::-webkit-scrollbar {
    display: none;
  }

  .brand .brand-logo {
    width: 118px;
  }

  h1 {
    font-size: 52px;
    line-height: 0.98;
  }

  h2 {
    font-size: 48px;
  }

  .hero {
    gap: 26px;
    padding-top: 52px;
  }

  .lede {
    font-size: 17px;
  }

  .document-journey {
    min-height: 530px;
  }

  .paper-stack {
    inset: 9% 2% 8% 4%;
  }

  .paper-main {
    padding: 28px;
  }

  @keyframes scanDocument {
    0%, 10% { opacity: 0; transform: translateY(0); }
    15% { opacity: 1; }
    38% { opacity: 1; transform: translateY(300px); }
    43%, 100% { opacity: 0; transform: translateY(300px); }
  }

  .journey-status {
    font-size: 11px;
  }

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

  .value-ribbon div:nth-child(2) {
    border-right: 0;
  }

  .value-ribbon div:nth-child(-n + 2) {
    border-bottom: 1px solid rgb(19 134 244 / 0.14);
  }

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

  .savings-grid article {
    min-height: 360px;
  }

  .time-track {
    margin-top: 48px;
  }

  .phone-crop {
    width: min(88vw, 390px);
    border-width: 7px;
    border-radius: 38px;
  }

  .intelligence-visual::before {
    left: 0;
  }

  .field-count {
    right: auto;
  }

  .feature-lines div {
    grid-template-columns: 34px 1fr;
  }

  .feature-lines p {
    grid-column: 2;
  }

  .property-flow {
    grid-template-columns: 1fr;
  }

  .property-flow article,
  .property-flow article:nth-child(2) {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 0.18);
  }

  .property-flow article:last-child {
    border-bottom: 0;
  }

  .property-flow strong {
    margin-top: 38px;
  }

  .identity-switcher > div {
    grid-template-columns: 1fr auto;
  }

  .identity-switcher span {
    grid-column: 1 / -1;
  }

  .privacy-orbit {
    min-height: 400px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-hero {
    padding-top: 58px;
  }

  .page-hero::after {
    right: -260px;
    bottom: 13%;
  }

  .document-shell,
  .support-faq {
    grid-template-columns: 1fr;
  }

  .document-index {
    position: static;
    display: flex;
    overflow-x: auto;
    gap: 18px;
    padding: 0 0 13px;
    border-bottom: 1px solid var(--line);
    white-space: nowrap;
    scrollbar-width: none;
  }

  .document-index::-webkit-scrollbar {
    display: none;
  }

  .document-index > strong {
    display: none;
  }

  .document-index a {
    flex: 0 0 auto;
  }

  .support-contact {
    grid-template-columns: 1fr;
  }

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

  .support-grid article {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .support-grid article:last-child {
    border-bottom: 0;
  }

  .support-grid h2 {
    margin-top: 28px;
  }
}

@media (max-width: 430px) {
  .document-journey {
    min-height: 500px;
  }

  .paper-main {
    padding: 23px;
  }

  .fill-line,
  .signature-line {
    grid-template-columns: 58px 1fr;
  }

  .signing-row {
    grid-template-columns: minmax(0, 1.7fr) minmax(76px, 0.62fr);
    gap: 12px;
  }

  .signing-row .fill-line,
  .signing-row .signature-line {
    grid-template-columns: 1fr;
  }

  .status-fill {
    right: -2%;
  }

  .value-ribbon div {
    min-height: 88px;
    padding: 17px;
  }

  .privacy-orbit {
    min-height: 340px;
  }

  .device-core {
    width: 124px;
    height: 124px;
  }

  .device-core img {
    width: 52px;
  }

  .orbit-item {
    font-size: 10px;
  }
}
