:root {
  color-scheme: light;
  --ink: #20242a;
  --muted: #697078;
  --line: #e1e4e6;
  --paper: #f7f8f8;
  --surface: #ffffff;
  --coral: #e36054;
  --coral-dark: #a83f36;
  --coral-soft: #fff0ed;
  --mint: #dce7df;
  --green: #516a59;
  --hero: #23282e;
  --header-height: 68px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid #f2a49c;
  outline-offset: 4px;
  border-radius: 4px;
}

h1,
h2,
h3,
p,
blockquote,
dl,
dd,
ul {
  margin-top: 0;
}

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--header-height);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

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

.brand {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 760;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 7px;
  color: #ffffff;
  background: var(--coral);
  font-size: 18px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #59616a;
  font-size: 14px;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--coral-dark);
}

.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 720;
  line-height: 1.2;
  text-decoration: none;
}

.button[aria-disabled="true"] {
  cursor: default;
}

.button-dark {
  color: #ffffff;
  background: var(--ink);
}

.button-coral {
  color: #ffffff;
  background: var(--coral);
}

.hero {
  min-height: 660px;
  overflow: hidden;
  color: #ffffff;
  background: var(--hero);
}

.hero-layout {
  display: grid;
  min-height: 660px;
  grid-template-columns: minmax(440px, 0.9fr) minmax(470px, 1.1fr);
  align-items: center;
  gap: 36px;
  padding: 78px 0 64px;
}

.eyebrow,
.section-kicker {
  margin-bottom: 14px;
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 760;
}

.hero .eyebrow {
  color: #f29a91;
}

.hero h1 {
  max-width: 580px;
  margin-bottom: 22px;
  font-size: 58px;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
}

.hero-copy {
  max-width: 510px;
  margin-bottom: 30px;
  color: #c9ced3;
  font-size: 18px;
}

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

.platform-note {
  color: #c7ccd1;
  font-size: 14px;
}

.trust-list {
  display: flex;
  gap: 22px;
  margin: 28px 0 0;
  padding: 0;
  color: #9aa2aa;
  font-size: 12px;
  list-style: none;
}

.phone-stage {
  position: relative;
  height: 500px;
  min-width: 0;
}

.phone {
  position: absolute;
  bottom: 0;
  width: 208px;
  height: 414px;
  overflow: hidden;
  padding: 14px 12px;
  border: 7px solid #11151a;
  border-radius: 34px 34px 20px 20px;
  color: #242a30;
  background: #ffffff;
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.34);
}

.phone-left {
  left: 3%;
  bottom: 18px;
  z-index: 1;
  transform: rotate(-7deg) scale(0.88);
  opacity: 0.9;
}

.phone-center {
  left: 34%;
  z-index: 3;
}

.phone-right {
  right: 0;
  bottom: 17px;
  z-index: 2;
  transform: rotate(7deg) scale(0.9);
  opacity: 0.92;
}

.notch {
  width: 65px;
  height: 8px;
  margin: 0 auto 10px;
  border-radius: 8px;
  background: #11151a;
}

.phone-step {
  margin-bottom: 1px;
  color: #a2a8ad;
  font-size: 9px;
  font-weight: 760;
}

.phone h2 {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.3;
}

.scenario {
  margin-bottom: 9px;
  padding: 11px;
  border: 1px solid #e3e6e8;
  border-radius: 7px;
  font-size: 12px;
}

.scenario.active {
  border-color: #efc3bd;
  background: var(--coral-soft);
}

.scenario strong,
.scenario span,
.due-state strong,
.due-state span {
  display: block;
}

.scenario span,
.due-state span {
  color: #858d95;
  font-size: 10px;
}

.document-preview {
  display: grid;
  height: 92px;
  margin-bottom: 11px;
  place-items: center;
  border: 1px solid #d5d9dc;
  border-radius: 7px;
  color: #7e878f;
  background: #e2e5e7;
  font-size: 11px;
}

.field-list {
  margin-bottom: 0;
}

.field-list div {
  margin-bottom: 6px;
}

.field-list dt {
  color: #717981;
  font-size: 9px;
}

.field-list dd {
  min-height: 18px;
  margin: 0;
  border-bottom: 1px solid #d9dde0;
  color: #353b41;
  font-size: 10px;
}

.mock-save {
  margin-top: 10px;
  padding: 8px;
  border-radius: 6px;
  color: #ffffff;
  background: var(--coral);
  font-size: 10px;
  font-weight: 720;
  text-align: center;
}

.due-state {
  margin-bottom: 11px;
  padding: 13px;
  border-left: 3px solid var(--coral);
  background: var(--coral-soft);
}

.due-state strong {
  color: var(--coral-dark);
  font-size: 15px;
}

.reminder-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reminder-list li {
  margin-bottom: 7px;
  padding: 10px;
  border-radius: 5px;
  color: #5f6870;
  background: #f2f4f5;
  font-size: 10px;
}

.section {
  padding: 90px 0;
}

.section-white {
  background: #ffffff;
}

.centered {
  text-align: center;
}

.section-title {
  max-width: 780px;
  margin: 0 auto 18px;
  font-size: 46px;
  line-height: 1.18;
  letter-spacing: 0;
}

.section-title.align-left {
  margin-left: 0;
}

.section-copy {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
}

.steps {
  display: grid;
  margin-top: 56px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  text-align: left;
}

.steps article {
  min-height: 210px;
  padding: 30px;
  background: #ffffff;
}

.steps span {
  display: block;
  margin-bottom: 28px;
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 760;
}

.steps h3,
.scene-list h3,
.privacy-points h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.35;
}

.steps p,
.scene-list p,
.privacy-points p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.scene-band {
  background: var(--mint);
}

.scene-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
  gap: 52px;
}

.scene-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(32, 36, 42, 0.22);
}

.scene-list article {
  min-height: 124px;
  padding: 24px 12px 24px 0;
  border-bottom: 1px solid rgba(32, 36, 42, 0.22);
}

.scene-list article:nth-child(even) {
  padding-left: 24px;
}

.scene-grid blockquote {
  margin-bottom: 0;
  padding: 36px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(48, 68, 56, 0.1);
  font-size: 26px;
  line-height: 1.45;
}

.scene-grid cite {
  display: block;
  margin-top: 26px;
  color: #78837b;
  font-size: 13px;
  font-style: normal;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 72px;
}

.privacy-icon {
  display: grid;
  width: 108px;
  height: 108px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  font-size: 32px;
  font-weight: 760;
}

.privacy-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 22px;
}

.privacy-points article {
  padding-top: 15px;
  border-top: 2px solid var(--ink);
}

.download-band {
  color: #ffffff;
  background: var(--coral);
}

.download-band .section-kicker,
.download-band p {
  color: #fff1ef;
}

.download-band p {
  margin-bottom: 28px;
}

.site-footer {
  padding: 38px 0;
  color: #c5c9cd;
  background: #1f242a;
}

.footer-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
}

.site-footer p {
  margin-bottom: 4px;
  font-size: 13px;
}

.site-footer .footer-brand {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 760;
}

.filing-status {
  margin-top: 11px;
  color: #8d959d;
  font-size: 12px;
}

.site-footer nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
}

.site-footer a {
  text-decoration: none;
}

.document-page {
  min-height: calc(100vh - var(--header-height));
  padding: 64px 0 88px;
  background: var(--paper);
}

.document-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: start;
  gap: 36px;
}

.document-content {
  min-width: 0;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.document-eyebrow {
  margin-bottom: 8px;
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 760;
}

.document-content h1 {
  margin-bottom: 12px;
  font-size: 42px;
  line-height: 1.18;
}

.document-lede {
  max-width: 720px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 17px;
}

.effective-date {
  margin-bottom: 36px;
  color: var(--muted);
  font-size: 13px;
}

.document-section {
  padding: 28px 0 4px;
  border-top: 1px solid var(--line);
}

.document-section h2 {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.35;
}

.document-section h3 {
  margin: 22px 0 8px;
  font-size: 17px;
}

.document-section p,
.document-section li {
  color: #4f5761;
}

.document-section ul {
  padding-left: 1.25rem;
}

.document-aside {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  padding: 24px;
  border: 1px solid #f0c9c4;
  border-radius: 8px;
  background: var(--coral-soft);
}

.document-aside h2 {
  margin-bottom: 8px;
  font-size: 19px;
}

.document-aside p {
  color: #69504d;
  font-size: 14px;
}

.contact-link {
  display: inline-flex;
  max-width: 100%;
  min-height: 44px;
  align-items: center;
  padding: 10px 14px;
  overflow-wrap: anywhere;
  border-radius: 6px;
  color: #ffffff;
  background: var(--coral);
  font-weight: 720;
  text-decoration: none;
}

.contact-address {
  margin: 14px 0 0;
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 900px) {
  .site-nav {
    gap: 16px;
  }

  .hero-layout {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 58px;
  }

  .hero h1 {
    max-width: 720px;
    font-size: 54px;
  }

  .phone-stage {
    width: min(680px, 100%);
    height: 410px;
    margin: 0 auto;
  }

  .phone {
    width: 180px;
    height: 360px;
    border-width: 6px;
  }

  .phone-left {
    left: 4%;
  }

  .phone-center {
    left: calc(50% - 90px);
  }

  .phone-right {
    right: 4%;
  }

  .steps,
  .scene-grid,
  .privacy-grid,
  .document-layout {
    grid-template-columns: 1fr;
  }

  .steps article {
    min-height: 0;
  }

  .document-aside {
    position: static;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 60px;
  }

  .wrap {
    width: min(100% - 28px, 560px);
  }

  .site-nav > a {
    display: none;
  }

  .site-nav .button {
    min-height: 40px;
    padding: 9px 12px;
  }

  .hero-layout {
    gap: 14px;
    padding: 38px 0 22px;
  }

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

  .hero-copy {
    font-size: 16px;
  }

  .trust-list {
    gap: 10px 18px;
    flex-wrap: wrap;
  }

  .phone-stage {
    width: calc(100% + 28px);
    height: 330px;
    margin-left: -14px;
  }

  .phone {
    width: 145px;
    height: 300px;
    padding: 10px 8px;
    border-width: 5px;
    border-radius: 27px 27px 14px 14px;
  }

  .phone-left {
    left: -11%;
  }

  .phone-center {
    left: calc(50% - 72px);
  }

  .phone-right {
    right: -11%;
  }

  .notch {
    width: 50px;
    height: 6px;
    margin-bottom: 7px;
  }

  .phone h2 {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .scenario {
    margin-bottom: 6px;
    padding: 7px;
    font-size: 10px;
  }

  .scenario span,
  .field-list dt,
  .field-list dd,
  .reminder-list li,
  .mock-save {
    font-size: 8px;
  }

  .document-preview {
    height: 66px;
    font-size: 9px;
  }

  .field-list div {
    margin-bottom: 3px;
  }

  .field-list dd {
    min-height: 14px;
  }

  .mock-save {
    margin-top: 6px;
    padding: 6px;
  }

  .due-state {
    padding: 9px;
  }

  .due-state strong {
    font-size: 12px;
  }

  .reminder-list li {
    margin-bottom: 5px;
    padding: 7px;
  }

  .section {
    padding: 68px 0;
  }

  .section-title {
    font-size: 32px;
  }

  .steps {
    margin-top: 40px;
  }

  .scene-list,
  .privacy-points {
    grid-template-columns: 1fr;
  }

  .scene-list article:nth-child(even) {
    padding-left: 0;
  }

  .scene-grid blockquote {
    padding: 28px;
    font-size: 22px;
  }

  .footer-layout {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    gap: 12px 18px;
  }

  .document-page {
    padding: 32px 0 64px;
  }

  .document-content {
    padding: 24px 20px;
  }

  .document-content h1 {
    font-size: 34px;
  }
}

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

@media print {
  .site-header,
  .site-footer,
  .document-aside {
    display: none;
  }

  .document-page,
  .document-content {
    padding: 0;
    border: 0;
    background: #ffffff;
  }
}
