:root {
  --navy: #102a43;
  --navy-deep: #0a2033;
  --navy-soft: #173f5f;
  --teal: #118c83;
  --teal-dark: #08756d;
  --teal-action: #08756d;
  --teal-action-hover: #065f5a;
  --teal-bright: #43d6c9;
  --mint: #dff6f2;
  --mint-light: #f0fbf9;
  --ink: #1e2936;
  --muted: #667585;
  --line: #dce5e9;
  --soft: #f4f7f8;
  --paper: #ffffff;
  --warm: #f7f5ef;
  --shadow-sm: 0 10px 30px rgba(16, 42, 67, 0.08);
  --shadow-lg: 0 30px 80px rgba(16, 42, 67, 0.16);
  --radius: 24px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI Variable Text", "Segoe UI", Arial, Helvetica, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

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

button {
  cursor: pointer;
}

.skip-link {
  background: var(--paper);
  border-radius: 0 0 8px 8px;
  color: var(--navy);
  font-weight: 700;
  left: 20px;
  padding: 12px 18px;
  position: fixed;
  top: -60px;
  transition: top 160ms ease;
  z-index: 1000;
}

.skip-link:focus {
  top: 0;
}

:focus-visible {
  box-shadow: 0 0 0 6px var(--teal-action);
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

.container {
  margin: 0 auto;
  max-width: calc(var(--container) + 48px);
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.scroll-progress {
  background: transparent;
  height: 3px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}

.scroll-progress span {
  background: var(--teal-bright);
  display: block;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
}

.site-header {
  color: white;
  left: 0;
  padding: 18px 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 220ms ease, box-shadow 220ms ease, padding 220ms ease;
  z-index: 100;
}

.site-header.scrolled,
.site-header.menu-active {
  background: rgba(10, 32, 51, 0.96);
  box-shadow: 0 8px 30px rgba(2, 18, 31, 0.18);
  padding: 11px 0;
}

@supports (backdrop-filter: blur(14px)) {
  .site-header.scrolled:not(.menu-active) {
    backdrop-filter: blur(14px);
    background: rgba(10, 32, 51, 0.86);
  }
}

.nav-shell,
.main-navigation,
.brand {
  align-items: center;
  display: flex;
}

.nav-shell {
  justify-content: space-between;
}

.brand {
  gap: 11px;
  position: relative;
  z-index: 3;
}

.brand-mark {
  display: block;
  flex: 0 0 40px;
  height: 40px;
  position: relative;
  width: 40px;
}

.brand-back {
  background: #15998f;
  border-radius: 4px;
  box-shadow: 2px 3px 0 rgba(1, 13, 23, 0.18);
  height: 27px;
  left: 14px;
  position: absolute;
  top: 8px;
  width: 20px;
}

.brand-sheet {
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 3px 0 rgba(1, 13, 23, 0.2);
  display: block;
  height: 29px;
  left: 7px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  width: 21px;
}

.brand-sheet::before {
  background: #a9e8e2;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  content: "";
  height: 7px;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
}

.brand-sheet::after {
  background: #15998f;
  border-radius: 1px;
  box-shadow: 0 5px 0 rgba(21, 153, 143, 0.72), 0 10px 0 rgba(21, 153, 143, 0.42);
  content: "";
  height: 2px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 8px;
}

.brand-sheet i {
  background: #0c625d;
  height: 1px;
  left: 0;
  position: absolute;
  width: 4px;
}

.brand-sheet i:nth-child(1) { top: 7px; }
.brand-sheet i:nth-child(2) { top: 14px; width: 6px; }
.brand-sheet i:nth-child(3) { top: 21px; }

.brand strong {
  font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.brand strong span {
  color: var(--teal-bright);
}

.main-navigation {
  gap: 34px;
}

.main-navigation > a:not(.nav-cta) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  font-weight: 600;
  position: relative;
  transition: color 160ms ease;
}

.main-navigation > a:not(.nav-cta)::after {
  background: var(--teal-bright);
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
  width: 100%;
}

.main-navigation > a:not(.nav-cta):hover,
.main-navigation > a:not(.nav-cta):focus-visible,
.main-navigation > a:not(.nav-cta).section-active {
  color: white;
}

.main-navigation > a:not(.nav-cta):hover::after,
.main-navigation > a:not(.nav-cta):focus-visible::after,
.main-navigation > a:not(.nav-cta).section-active::after {
  transform: scaleX(1);
}

.nav-cta {
  align-items: center;
  background: var(--teal-action);
  border-radius: 9px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 9px;
  isolation: isolate;
  overflow: hidden;
  padding: 12px 16px;
  position: relative;
  transition: background 160ms ease, transform 160ms ease;
}

.nav-cta:hover {
  background: var(--teal-action-hover);
  transform: translateY(-1px);
}

.menu-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: white;
  display: none;
  gap: 10px;
  padding: 8px 0 8px 12px;
  position: relative;
  z-index: 3;
}

.menu-button-label {
  font-size: 13px;
  font-weight: 700;
}

.menu-lines {
  display: block;
  height: 18px;
  position: relative;
  width: 22px;
}

.menu-lines i {
  background: currentColor;
  height: 2px;
  left: 0;
  position: absolute;
  transition: top 160ms ease, transform 160ms ease;
  width: 22px;
}

.menu-lines i:first-child { top: 5px; }
.menu-lines i:last-child { top: 12px; }
.menu-button[aria-expanded="true"] .menu-lines i:first-child { top: 9px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-lines i:last-child { top: 9px; transform: rotate(-45deg); }

.hero {
  background-color: var(--navy-deep);
  border-bottom: 1px solid rgba(103, 156, 177, 0.16);
  color: white;
  min-height: 100svh;
  overflow: hidden;
  padding: 164px 0 96px;
  position: relative;
}

.hero > .container {
  max-width: calc(1360px + 48px);
}

.hero::before {
  background: transparent;
  border-top: 1px solid rgba(103, 156, 177, 0.1);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-glow {
  background: transparent;
  border: 1px solid rgba(67, 214, 201, 0.13);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.hero-glow-one {
  border-color: rgba(67, 214, 201, 0.14);
  height: 700px;
  right: -130px;
  top: 10px;
  width: 700px;
}

.hero-glow-two {
  border-color: rgba(103, 156, 177, 0.13);
  height: 430px;
  left: -210px;
  top: 260px;
  width: 430px;
}

.hero-grid {
  align-items: center;
  column-gap: 76px;
  display: grid;
  grid-template-areas: "left visual";
  grid-template-columns: 0.82fr 1.18fr;
  grid-template-rows: auto;
  position: relative;
  row-gap: 0;
  z-index: 2;
}

.hero-left {
  align-self: center;
  display: flex;
  flex-direction: column;
  grid-area: left;
  min-width: 0;
}

.hero-copy {
  grid-area: copy;
  min-width: 0;
}

.eyebrow {
  align-items: center;
  color: var(--teal-dark);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.15em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.eyebrow > span {
  background: var(--teal);
  display: inline-block;
  height: 2px;
  width: 24px;
}

.hero .eyebrow,
.eyebrow-light {
  color: var(--teal-bright);
}

.hero .eyebrow > span,
.eyebrow-light > span {
  background: var(--teal-bright);
}

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

h1,
h2,
h3 {
  font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
}

h1 {
  font-size: clamp(48px, 5.15vw, 76px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin-bottom: 28px;
}

h1 em,
h2 em {
  color: var(--teal-bright);
  font-style: normal;
}

.hero-lead {
  color: rgba(232, 242, 246, 0.72);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 34px;
  max-width: 600px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 12px;
  isolation: isolate;
  justify-content: center;
  min-height: 52px;
  overflow: hidden;
  padding: 0 22px;
  position: relative;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button > span {
  position: relative;
  z-index: 1;
}

.button span:last-child {
  font-size: 18px;
  transition: transform 180ms ease;
}

.button:hover span:last-child {
  transform: translateX(3px);
}

.button-primary {
  background: var(--teal-action);
  box-shadow: 0 10px 30px rgba(8, 117, 109, 0.28);
  color: white;
}

.button-primary:hover {
  background: var(--teal-action-hover);
  box-shadow: 0 14px 34px rgba(6, 95, 90, 0.34);
  transform: translateY(-2px);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

.hero-proof {
  align-items: center;
  display: grid;
  gap: 12px 24px;
  grid-area: proof;
  grid-template-columns: repeat(2, max-content);
  justify-content: start;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  position: static;
  width: auto;
}

.hero-proof li {
  color: rgba(230, 241, 245, 0.64);
  font-size: 13px;
}

.hero-proof li span {
  color: var(--teal-bright);
  font-weight: 800;
  margin-right: 5px;
}

.hero-visual {
  grid-area: visual;
  min-height: 0;
  position: relative;
  width: 100%;
  --hero-card-inverse-x: 0px;
  --hero-card-inverse-y: 0px;
  --hero-card-x: 0px;
  --hero-card-y: 0px;
  --hero-tilt-x: 0deg;
  --hero-tilt-y: 0deg;
}

.hero-product-stage {
  padding: 0 88px 52px 0;
  position: relative;
}

.hero-product-browser {
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  box-shadow: 0 40px 90px rgba(0, 12, 23, 0.46);
  position: relative;
  transition: border-color 220ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.hero-product-stage .product-browser-bar {
  gap: 12px;
  grid-template-columns: auto minmax(120px, 1fr);
  min-height: 38px;
  padding: 0 14px;
}

.hero-product-stage .product-browser-address {
  max-width: 250px;
  padding: 5px 10px;
}

.hero-product-stage .product-phone {
  width: 178px;
}

.hero-product-stage .product-phone-shell {
  box-shadow: 0 28px 60px rgba(0, 12, 23, 0.5);
}

.hero-product-phone {
  pointer-events: none;
}

.visual-orbit {
  border: 1px solid rgba(67, 214, 201, 0.14);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.orbit-one {
  height: 500px;
  right: -100px;
  top: -60px;
  width: 500px;
}

.orbit-two {
  height: 340px;
  left: -30px;
  top: 190px;
  width: 340px;
}

.app-window {
  background: #e9eef1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 40px 90px rgba(0, 12, 23, 0.46);
  contain: paint;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  max-width: 780px;
  transition: box-shadow 300ms ease;
  width: 100%;
}

.authentic-app-window {
  aspect-ratio: 16 / 9;
  background: #e7edf0;
  margin: 0;
}

.authentic-app-window img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.hero-image-zoom {
  border-radius: inherit;
  cursor: zoom-in;
  inset: 0;
  position: absolute;
  z-index: 2;
}

.hero-image-zoom:focus-visible {
  box-shadow: inset 0 0 0 3px var(--teal-bright);
  outline: none;
}

.image-lightbox {
  background: transparent;
  border: 0;
  height: 100dvh;
  margin: auto;
  max-height: none;
  max-width: none;
  padding: clamp(12px, 3vw, 42px);
  width: 100vw;
}

.image-lightbox[open] {
  display: grid;
  place-items: center;
}

.image-lightbox::backdrop {
  background: rgba(4, 18, 30, 0.9);
}

.image-lightbox-panel {
  background: #f7f9fa;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(0, 9, 18, 0.54);
  max-width: none;
  overflow: hidden;
  width: min(
    1440px,
    calc(100vw - clamp(24px, 6vw, 84px)),
    calc((100dvh - 140px) * 16 / 9)
  );
}

.image-lightbox-bar {
  align-items: center;
  background: var(--navy);
  color: white;
  display: flex;
  justify-content: space-between;
  min-height: 54px;
  padding: 8px 10px 8px 20px;
}

.image-lightbox-bar h2 {
  font-size: 15px;
  letter-spacing: -0.01em;
  margin: 0;
}

.image-lightbox-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font: 400 24px/1 Arial, sans-serif;
  height: 36px;
  justify-content: center;
  transition: background 160ms ease, border-color 160ms ease;
  width: 36px;
}

.image-lightbox-close:hover,
.image-lightbox-close:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  outline: none;
}

.image-lightbox-media {
  background: #e8edf1;
  display: grid;
  place-items: center;
}

.image-lightbox-media img {
  display: block;
  height: auto;
  max-height: calc(100dvh - 140px);
  object-fit: contain;
  width: 100%;
}

body:has(.image-lightbox[open]) {
  overflow: hidden;
}

.hero-visual.is-pointer-active .app-window,
.hero-visual.is-pointer-active .hero-product-browser {
  border-color: rgba(103, 222, 210, 0.32);
  box-shadow: 0 48px 105px rgba(0, 12, 23, 0.53);
}

.app-topbar {
  align-items: center;
  background: var(--navy);
  color: white;
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding: 0 22px;
}

.mini-brand {
  font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.mini-brand b { color: var(--teal-bright); }

.app-top-actions {
  display: flex;
  gap: 9px;
}

.app-top-actions span {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 13px;
}

.app-top-actions span:last-child { background: var(--teal); border-color: var(--teal); }

.app-body {
  display: grid;
  grid-template-columns: 48% 52%;
  height: 440px;
}

.app-form {
  background: white;
  border-right: 1px solid #d8e0e5;
  padding: 34px 30px;
}

.app-form > small {
  color: #85929d;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  margin-bottom: 9px;
}

.app-form > strong {
  color: var(--navy);
  display: block;
  font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-size: 26px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.mock-steps {
  align-items: center;
  display: flex;
  margin: 25px 0 30px;
}

.mock-steps span {
  align-items: center;
  background: #eef2f4;
  border-radius: 50%;
  color: #8b98a2;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.mock-steps span.active { background: var(--teal); color: white; }
.mock-steps i { background: #dce3e7; height: 2px; width: 34px; }

.mock-field {
  margin-bottom: 20px;
}

.mock-field b {
  color: #677684;
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
}

.mock-field span {
  align-items: center;
  border: 1px solid #d6dfe4;
  border-radius: 7px;
  color: #34485b;
  display: flex;
  font-size: 13px;
  height: 42px;
  overflow: hidden;
  padding: 0 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mock-next {
  align-items: center;
  background: var(--navy);
  border-radius: 7px;
  color: white;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 42px;
  justify-content: space-between;
  margin-top: 24px;
  padding: 0 15px;
  width: 112px;
}

.app-preview {
  align-items: center;
  background-color: #e8edf1;
  box-shadow: inset 0 0 0 1px #dfe5ea;
  display: flex;
  justify-content: center;
  position: relative;
}

.preview-toolbar {
  align-items: center;
  background: white;
  border: 1px solid #d6dee3;
  border-radius: 8px;
  color: #72808d;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  gap: 10px;
  padding: 8px 12px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.paper-sheet {
  aspect-ratio: 227 / 321;
  background: white;
  box-shadow: 0 13px 35px rgba(16, 42, 67, 0.17);
  height: auto;
  max-width: 227px;
  position: relative;
  width: 74%;
}

.fold-mark {
  background: #697782;
  height: 1px;
  left: 0;
  position: absolute;
  width: 5px;
}

.fold-mark.top { top: 28.7%; }
.fold-mark.middle { top: 47%; width: 7px; }
.fold-mark.bottom { top: 65.4%; }

.sender-line,
.date-line,
.subject-line,
.text-lines span,
.signature-line,
.address-lines span {
  background: #cad2d8;
  display: block;
  height: 2px;
}

.sender-line { left: 12.3%; position: absolute; top: 12.1%; width: 43.2%; }
.address-lines { left: 12.3%; position: absolute; top: 16.5%; width: 42%; }
.address-lines span { height: 3px; margin: 0 0 5px; width: 70%; }
.address-lines span:nth-child(2) { width: 57%; }
.address-lines span:nth-child(3) { width: 64%; }
.date-line { position: absolute; right: 12.3%; top: 35.2%; width: 15.9%; }
.subject-line { background: #5b6872; height: 4px; left: 12.3%; position: absolute; top: 41.7%; width: 34.4%; }
.text-lines { left: 12.3%; position: absolute; top: 47.3%; width: 67%; }
.text-lines span { margin-bottom: 6px; width: 100%; }
.text-lines span:nth-child(2) { width: 94%; }
.text-lines span:nth-child(3) { width: 100%; }
.text-lines span:nth-child(4) { margin-top: 10px; width: 92%; }
.text-lines span:nth-child(5) { width: 97%; }
.signature-line {
  background: var(--teal);
  border-radius: 999px;
  height: 2px;
  left: 12.3%;
  position: absolute;
  top: 75.7%;
  transform: none;
  width: 23.8%;
}

.floating-card {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(1, 17, 29, 0.22);
  color: var(--ink);
  display: flex;
  gap: 15px;
  padding: 17px 20px;
  position: absolute;
  z-index: 3;
}

.floating-card strong,
.floating-card small {
  display: block;
}

.floating-card strong { color: var(--navy); font-size: 16px; line-height: 1.25; margin-bottom: 4px; }
.floating-card small { color: var(--muted); font-size: 11px; line-height: 1.4; }

.status-card {
  left: -29px;
  top: -10px;
  transform: translate3d(var(--hero-card-x), var(--hero-card-y), 0);
  transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
}

.status-icon {
  align-items: center;
  background: var(--mint);
  border-radius: 50%;
  color: var(--teal-dark);
  display: flex;
  font-size: 16px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  position: relative;
  width: 42px;
}

.status-icon::after {
  animation: status-pulse 4.2s cubic-bezier(0.22, 0.75, 0.28, 1) infinite;
  border: 1px solid rgba(17, 140, 131, 0.34);
  border-radius: 50%;
  content: "";
  inset: -1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.privacy-card {
  bottom: 17px;
  right: -30px;
  transform: translate3d(var(--hero-card-inverse-x), var(--hero-card-inverse-y), 0);
  transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-visual.is-pointer-active .status-card,
.hero-visual.is-pointer-active .privacy-card {
  transition-duration: 100ms;
}

.lock-icon {
  border: 2px solid currentColor;
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--teal);
  display: inline-block;
  height: 18px;
  position: relative;
  width: 22px;
}

.lock-icon::before {
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  box-sizing: border-box;
  content: "";
  height: 10px;
  left: 4px;
  position: absolute;
  top: -11px;
  width: 10px;
}

.lock-icon::after {
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 3px 0 -0.5px currentColor;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 5px;
  transform: translateX(-50%);
  width: 3px;
}

.privacy-card > .lock-icon {
  background: var(--mint);
  border: 0;
  border-radius: 12px;
  height: 42px;
  width: 42px;
}

.privacy-card > .lock-icon::after {
  background: var(--mint);
  border: 1.5px solid var(--teal);
  border-radius: 3px;
  box-shadow: none;
  content: "";
  height: 13px;
  left: 12px;
  position: absolute;
  top: 16px;
  transform: none;
  width: 15px;
}

.privacy-card > .lock-icon::before {
  border-width: 1.5px;
  height: 8px;
  left: 17px;
  top: 9px;
  width: 8px;
}

@keyframes status-pulse {
  0%, 58%, 100% { opacity: 0; transform: scale(1); }
  68% { opacity: 0.5; }
  86% { opacity: 0; transform: scale(1.42); }
}

.standard-strip {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(232, 242, 246, 0.52);
  display: flex;
  font-size: 14px;
  gap: 22px;
  letter-spacing: 0.03em;
  margin-top: 93px;
  min-height: 84px;
  position: relative;
  z-index: 2;
}

.standard-strip i {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: block;
  height: 3px;
  width: 3px;
}

.section {
  padding: 126px 0;
}

.section-heading {
  margin-bottom: 58px;
  max-width: 730px;
}

.section-heading h2,
.workflow h2,
.privacy h2,
.faq h2,
.final-cta h2 {
  color: var(--navy);
  font-size: clamp(38px, 4.4vw, 60px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin-bottom: 22px;
}

.section-heading h2 em,
.privacy h2 em,
.faq h2 em {
  color: var(--teal);
}

.section-heading > p:last-child,
.faq-heading > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  max-width: 660px;
}

.features {
  background: white;
}

.product-showcase {
  background: #eef8f6;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}

.product-showcase::before {
  border: 1px solid rgba(17, 140, 131, 0.13);
  border-radius: 50%;
  content: "";
  height: 560px;
  pointer-events: none;
  position: absolute;
  right: -250px;
  top: -250px;
  width: 560px;
}

.product-showcase .container {
  position: relative;
  z-index: 1;
}

.product-heading {
  margin-bottom: 66px;
  max-width: 790px;
}

.product-stage {
  padding-bottom: 86px;
  padding-right: 150px;
  position: relative;
}

.product-browser {
  background: var(--paper);
  border: 1px solid rgba(16, 42, 67, 0.13);
  border-radius: 24px;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
}

.product-browser-bar {
  align-items: center;
  background: #f7f9fa;
  border-bottom: 1px solid #e3e9ec;
  color: #7a8792;
  display: grid;
  font-size: 11px;
  gap: 18px;
  grid-template-columns: auto minmax(150px, 1fr);
  min-height: 48px;
  padding: 0 18px;
}

.product-browser-dots {
  display: flex;
  gap: 6px;
}

.product-browser-dots i {
  background: #d4dde1;
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
}

.product-browser-dots i:first-child { background: #63c8bf; }

.product-browser-address {
  background: white;
  border: 1px solid #e1e7ea;
  border-radius: 7px;
  justify-self: center;
  max-width: 330px;
  overflow: hidden;
  padding: 6px 11px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.product-browser-status {
  color: var(--teal-dark);
  font-weight: 700;
  justify-self: end;
}

.product-browser > img {
  background: #edf1f3;
  display: block;
  height: auto;
  width: 100%;
}

.product-browser figcaption {
  align-items: center;
  background: white;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  gap: 11px;
  line-height: 1.5;
  min-height: 58px;
  padding: 12px 20px;
}

.product-browser figcaption strong {
  color: var(--navy);
  margin-right: 5px;
}

.product-live-dot {
  background: var(--teal-action);
  border: 4px solid var(--mint);
  border-radius: 50%;
  flex: 0 0 auto;
  height: 13px;
  width: 13px;
}

.product-phone {
  bottom: 0;
  margin: 0;
  position: absolute;
  right: 0;
  width: 258px;
  z-index: 2;
}

.product-phone-shell {
  background: #081c2e;
  border: 7px solid #081c2e;
  border-radius: 34px;
  box-shadow: none;
  overflow: hidden;
  padding-top: 18px;
  position: relative;
}

.product-phone-speaker {
  background: #506273;
  border-radius: 10px;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 7px;
  transform: translateX(-50%);
  width: 48px;
  z-index: 2;
}

.product-phone img {
  border-radius: 0 0 26px 26px;
  display: block;
  height: auto;
  width: 100%;
}

.product-phone figcaption {
  color: var(--navy);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 4px;
  line-height: 1.45;
  padding: 16px 4px 0 16px;
}

.product-phone figcaption strong {
  font-size: 14px;
}

.product-phone figcaption span {
  color: var(--muted);
}

.product-proof {
  align-items: center;
  border-top: 1px solid rgba(16, 42, 67, 0.12);
  display: flex;
  gap: 30px;
  margin-top: 26px;
  padding-top: 30px;
}

.product-proof ul {
  align-items: center;
  display: flex;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-proof li {
  align-items: center;
  color: var(--navy);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
}

.product-proof li i {
  align-items: center;
  background: rgba(17, 140, 131, 0.11);
  border-radius: 50%;
  color: var(--teal-dark);
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.product-proof .button {
  margin-left: auto;
  min-width: 210px;
}

.features-heading {
  max-width: 790px;
}

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

.feature-card {
  --card-x: 50%;
  --card-y: 50%;
  background: white;
  border: 1px solid rgba(16, 42, 67, 0.09);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  min-height: 338px;
  overflow: hidden;
  padding: 30px 28px;
  position: relative;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.feature-card::before {
  background: rgba(17, 140, 131, 0.055);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 260ms ease;
  z-index: 0;
}

.feature-card.pointer-active::before {
  opacity: 1;
}

.feature-card > * {
  position: relative;
  z-index: 1;
}

.feature-card:hover {
  border-color: rgba(17, 140, 131, 0.25);
  box-shadow: 0 20px 45px rgba(16, 42, 67, 0.09);
  transform: translateY(-3px);
}

.feature-card-large {
  align-items: center;
  background: var(--mint-light);
  display: grid;
  gap: 30px;
  grid-column: span 2;
  grid-template-columns: 0.9fr 1.1fr;
}

.feature-number {
  color: #7c909e;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin: 0;
  position: absolute;
  right: 27px;
  top: 27px;
}

.feature-card-large .feature-number { margin-bottom: 50px; }

.feature-card h3 {
  color: var(--navy);
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin-bottom: 11px;
}

.feature-card p {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.65;
  margin-bottom: 0;
}

.live-preview-graphic {
  align-items: center;
  display: flex;
  min-height: 245px;
  position: relative;
}

.live-inputs {
  background: white;
  border: 1px solid #d9e6e5;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(16, 42, 67, 0.08);
  padding: 18px 13px;
  width: 43%;
}

.live-inputs span {
  border: 1px solid #dce5e8;
  border-radius: 4px;
  display: block;
  height: 24px;
  margin-bottom: 9px;
}

.live-inputs span:last-child { margin-bottom: 0; }
.live-inputs span:first-child { border-color: #87c9c3; box-shadow: 0 0 0 3px rgba(17, 140, 131, 0.08); }

.sync-flow {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 18%;
}

.sync-flow i {
  background: #bdd7d5;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.sync-flow b {
  align-items: center;
  background: var(--teal);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 12px;
  height: 28px;
  justify-content: center;
  position: relative;
  width: 28px;
}

.live-output {
  height: 235px;
  position: relative;
  width: 39%;
}

.live-page {
  background: white;
  box-shadow: 0 14px 34px rgba(16, 42, 67, 0.12);
  height: 190px;
  left: 0;
  padding: 48px 22px 20px;
  position: absolute;
  top: 0;
  width: 82%;
}

.live-page::before {
  background: var(--teal);
  content: "";
  height: 3px;
  left: 22px;
  position: absolute;
  top: 32px;
  width: 45%;
}

.live-page span {
  background: #d5dde1;
  display: block;
  height: 3px;
  margin-bottom: 8px;
  width: 100%;
}

.live-page span:nth-child(2) { width: 91%; }
.live-page span:nth-child(3) { margin-top: 23px; width: 100%; }
.live-page span:nth-child(4) { width: 69%; }

.live-envelope {
  background: white;
  border: 1px solid #d8e3e5;
  border-radius: 3px;
  bottom: 2px;
  box-shadow: 0 12px 28px rgba(16, 42, 67, 0.14);
  height: 72px;
  overflow: hidden;
  position: absolute;
  right: 0;
  transform: rotate(2deg);
  width: 96%;
}

.live-envelope::before,
.live-envelope::after {
  border-top: 1px solid #e0e8ea;
  content: "";
  height: 45px;
  position: absolute;
  top: -21px;
  width: 70%;
}

.live-envelope::before { left: -17px; transform: rotate(30deg); }
.live-envelope::after { right: -17px; transform: rotate(-30deg); }

.live-envelope span {
  background: #f2f6f7;
  border: 1px solid #d8e3e5;
  border-radius: 3px;
  height: 31px;
  position: absolute;
  right: 10px;
  top: 25px;
  width: 54%;
  z-index: 2;
}

.live-envelope span::before,
.live-envelope span::after {
  background: #b9c8ce;
  content: "";
  height: 2px;
  left: 7px;
  position: absolute;
  top: 9px;
  width: 65%;
}

.live-envelope span::after { top: 16px; width: 48%; }

.feature-icon {
  height: 66px;
  margin: 0 0 28px;
  position: relative;
  width: 82px;
}

.feature-icon-tile {
  align-items: center;
  background: var(--mint);
  border: 1px solid rgba(17, 140, 131, 0.15);
  border-radius: 15px;
  color: var(--teal-dark);
  display: flex;
  height: 58px;
  justify-content: center;
  margin-bottom: 28px;
  width: 58px;
}

.feature-icon-tile svg {
  fill: none;
  height: 29px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 29px;
}

.preview-icon,
.security-icon {
  background: var(--mint);
  border: 1px solid rgba(17, 140, 131, 0.16);
  border-radius: 16px;
  width: 66px;
}

.preview-icon span,
.preview-icon i {
  background: white;
  border: 1.5px solid var(--teal);
  border-radius: 4px;
  position: absolute;
}

.preview-icon span {
  height: 38px;
  left: 13px;
  top: 16px;
  width: 22px;
}

.preview-icon i {
  height: 44px;
  right: 10px;
  top: 10px;
  width: 26px;
}

.preview-icon span::before,
.preview-icon i::before {
  background: #9fb2bc;
  box-shadow: 0 7px 0 #c5d1d6, 0 14px 0 #c5d1d6;
  content: "";
  height: 2px;
  left: 5px;
  position: absolute;
  top: 8px;
  width: 11px;
}

.security-icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.security-icon .lock-icon {
  color: var(--teal-dark);
}

.library-icon span,
.library-icon i {
  background: var(--soft);
  border: 2px solid var(--teal);
  border-radius: 6px;
  height: 57px;
  position: absolute;
  top: 5px;
  width: 44px;
}

.library-icon span {
  left: 4px;
  transform: rotate(-6deg);
}

.library-icon i {
  background: white;
  left: 33px;
  transform: rotate(5deg);
}

.library-icon span::before {
  border: 2px solid var(--teal);
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 8px;
  position: absolute;
  top: 9px;
  width: 9px;
}

.library-icon span::after {
  border: 2px solid var(--teal);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
  height: 8px;
  left: 5px;
  position: absolute;
  top: 27px;
  width: 15px;
}

.library-icon i::before {
  background: #aab9c1;
  box-shadow: 0 8px 0 #aab9c1, 0 16px 0 #aab9c1;
  content: "";
  height: 2px;
  left: 8px;
  position: absolute;
  top: 13px;
  width: 24px;
}

.attachment-icon {
  border: 2px solid var(--teal);
  border-radius: 5px;
  height: 60px;
  margin-left: 7px;
  transform: rotate(5deg);
  width: 45px;
}

.attachment-icon::before {
  background: var(--soft);
  border: 2px solid #8fb4b4;
  border-radius: 5px;
  content: "";
  height: 50px;
  left: -9px;
  position: absolute;
  top: 7px;
  transform: rotate(-11deg);
  width: 38px;
  z-index: -1;
}

.attachment-icon i {
  border: 2px solid var(--teal);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  height: 23px;
  left: 17px;
  position: absolute;
  top: 14px;
  transform: rotate(28deg);
  width: 10px;
}

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

.feature-card-dark::before {
  background: rgba(67, 214, 201, 0.07);
}

.feature-card-dark:hover { border-color: #1d526d; }
.feature-card-dark .feature-number { color: var(--teal-bright); margin-bottom: 28px; }
.feature-card-dark h3 { color: white; }
.feature-card-dark p { color: rgba(229, 241, 245, 0.68); }

.privacy-pulse {
  align-items: center;
  background: rgba(67, 214, 201, 0.09);
  border: 1px solid rgba(67, 214, 201, 0.3);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 28px rgba(0, 16, 29, 0.18);
  display: flex;
  height: 68px;
  justify-content: center;
  margin: -2px 0 27px;
  position: relative;
  width: 68px;
}

.privacy-pulse .lock-icon {
  border-radius: 5px;
  border-width: 2px;
  color: var(--teal-bright);
  height: 21px;
  position: relative;
  transform: translateY(4px);
  width: 26px;
  z-index: 2;
}

.privacy-pulse .lock-icon::before {
  border-width: 2px;
  height: 12px;
  left: 5px;
  top: -13px;
  width: 12px;
}

.privacy-pulse .lock-icon::after {
  height: 4px;
  top: 6px;
  width: 4px;
}

.privacy-pulse i {
  display: none;
}

.privacy-pulse i:last-child { display: none; }

.signature-icon span {
  border-bottom: 3px solid var(--teal);
  border-radius: 50%;
  display: block;
  height: 32px;
  left: 3px;
  position: absolute;
  top: 22px;
  transform: rotate(-12deg);
  width: 65px;
}

.signature-icon::before,
.signature-icon::after {
  border: 2px solid var(--teal);
  border-left: 0;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 20px;
  position: absolute;
  top: 8px;
  transform: rotate(18deg);
  width: 17px;
}

.signature-icon::after { height: 32px; left: 34px; top: 16px; transform: rotate(-21deg); }

.print-icon {
  border: 0;
  height: 70px;
  margin: -18px 0 22px;
  width: 82px;
}

.print-icon::before {
  background: white;
  border: 2px solid var(--teal);
  border-radius: 4px 4px 2px 2px;
  content: "";
  height: 42px;
  left: 19px;
  position: absolute;
  top: 2px;
  width: 44px;
}

.print-icon::after {
  background: var(--soft);
  border: 2px solid var(--teal);
  border-radius: 9px;
  content: "";
  height: 35px;
  left: 8px;
  position: absolute;
  top: 26px;
  width: 66px;
}

.print-icon i {
  background: white;
  border: 2px solid var(--teal);
  border-radius: 2px;
  height: 27px;
  left: 21px;
  position: absolute;
  top: 42px;
  width: 40px;
  z-index: 2;
}

.print-icon i::before {
  background: rgba(17, 140, 131, 0.7);
  box-shadow: 0 7px 0 rgba(17, 140, 131, 0.42);
  content: "";
  height: 2px;
  left: 8px;
  position: absolute;
  top: 7px;
  width: 20px;
}

.workflow {
  background: var(--navy-deep);
  color: white;
  overflow: hidden;
  position: relative;
}

.workflow::before {
  background: transparent;
  border-bottom: 1px solid rgba(103, 156, 177, 0.12);
  border-top: 1px solid rgba(103, 156, 177, 0.12);
  content: "";
  inset: 0;
  position: absolute;
}

.workflow-grid {
  display: block;
  position: relative;
}

.workflow-copy {
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
}

.workflow-copy .eyebrow {
  justify-content: center;
}

.workflow h2,
.final-cta h2 {
  color: white;
}

.workflow h2 {
  font-size: clamp(48px, 4.1vw, 64px);
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.workflow h2 em,
.final-cta h2 em {
  color: var(--teal-bright);
}

.workflow-copy > p:not(.eyebrow) {
  color: rgba(231, 241, 245, 0.66);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 660px;
}

.workflow-process {
  margin: 64px auto 0;
  max-width: 1100px;
  width: 100%;
}

.workflow-steps {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.workflow-step {
  background: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: white;
  min-height: 150px;
  padding: 2px 40px 0;
  text-align: left;
  width: 100%;
}

.workflow-step:first-child {
  border-left: 0;
}

.workflow-step-number {
  align-items: center;
  background: rgba(67, 214, 201, 0.08);
  border: 1px solid rgba(67, 214, 201, 0.2);
  border-radius: 999px;
  color: var(--teal-bright);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  letter-spacing: 0.1em;
  margin-bottom: 26px;
  min-width: 52px;
  padding: 0 11px;
}

.workflow-step-copy,
.workflow-step-copy strong,
.workflow-step-copy small {
  display: block;
}

.workflow-step-copy strong {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.workflow-step-copy small {
  color: rgba(231, 241, 245, 0.62);
  font-size: 15px;
  line-height: 1.55;
}

.workflow-demo {
  background: #edf2f4;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 20px;
  box-shadow: 0 35px 80px rgba(0, 12, 23, 0.4);
  min-height: 530px;
  overflow: hidden;
  position: relative;
}

.demo-topbar {
  align-items: center;
  background: white;
  border-bottom: 1px solid #dfe6e9;
  display: flex;
  gap: 6px;
  height: 48px;
  padding: 0 17px;
}

.demo-topbar > span {
  background: #ccd6db;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.demo-topbar > span:first-child { background: #ef9b91; }
.demo-topbar > span:nth-child(2) { background: #eac56c; }
.demo-topbar > span:nth-child(3) { background: #73c7a0; }
.demo-topbar b { color: #6d7b87; font-size: 11px; margin-left: auto; }

.demo-content {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 472px;
}

.demo-panel {
  background: white;
  border-right: 1px solid #dce4e8;
  color: var(--ink);
  padding: 48px 34px;
}

.demo-panel > p {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 9px;
}

.demo-panel h3 {
  color: var(--navy);
  font-size: 25px;
  margin-bottom: 30px;
}

.demo-fields {
  display: grid;
  gap: 12px;
}

.demo-fields span {
  border: 1px solid #d5dfe4;
  border-radius: 6px;
  height: 42px;
  overflow: hidden;
  position: relative;
}

.demo-fields span::before {
  background: #e9eff1;
  border-radius: 3px;
  content: "";
  height: 4px;
  left: 11px;
  position: absolute;
  top: 9px;
  width: 45px;
}

.demo-fields span.filled::after {
  background: #8fa1ad;
  border-radius: 3px;
  bottom: 9px;
  content: "";
  height: 4px;
  left: 11px;
  position: absolute;
  width: 82px;
}

.demo-fields span.filled.short::after { width: 58px; }

.demo-action {
  background: var(--teal-action);
  border-radius: 6px;
  color: white;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 28px;
  padding: 10px 16px;
}

.demo-paper {
  align-self: center;
  background: white;
  box-shadow: 0 18px 48px rgba(16, 42, 67, 0.17);
  height: 345px;
  justify-self: center;
  position: relative;
  transition: transform 260ms ease;
  width: 244px;
}

.workflow-demo.changing .demo-paper { transform: translateY(5px) scale(0.985); }

.demo-paper-number {
  color: #e4eaed;
  font: 800 66px/1 "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  position: absolute;
  right: 17px;
  top: 15px;
  transition: opacity 180ms ease, transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.workflow-demo.changing .demo-paper-number { opacity: 0.35; transform: translateY(4px); }

.demo-line {
  background: #ccd6db;
  display: block;
  height: 3px;
  left: 30px;
  position: absolute;
  transition: background 180ms ease, opacity 180ms ease, width 260ms ease;
}

.demo-line.sender { background: var(--teal); top: 46px; width: 78px; }
.demo-line.address-a { top: 70px; width: 67px; }
.demo-line.address-b { top: 78px; width: 51px; }
.demo-line.address-c { top: 86px; width: 60px; }
.demo-line.subject { background: #566671; height: 4px; top: 140px; width: 90px; }
.demo-line.copy-a { top: 160px; width: 164px; }
.demo-line.copy-b { top: 170px; width: 151px; }
.demo-line.copy-c { top: 180px; width: 158px; }

.workflow-demo[data-active-step="1"] .demo-line.subject,
.workflow-demo[data-active-step="1"] .demo-line.copy-a,
.workflow-demo[data-active-step="1"] .demo-line.copy-b,
.workflow-demo[data-active-step="1"] .demo-line.copy-c { background: var(--teal); }

.workflow-demo[data-active-step="2"] .demo-paper { box-shadow: 0 18px 48px rgba(17, 140, 131, 0.22); }

.demo-progress {
  background: #d8e1e5;
  bottom: 0;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.demo-progress span {
  background: var(--teal);
  display: block;
  height: 100%;
  transition: width 260ms ease;
  width: 33.333%;
}

.workflow-demo.workflow-screenshot {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  min-height: 0;
  overflow: visible;
  width: min(560px, 100%);
}

.workflow-screenshot-viewport {
  background: transparent;
  height: 680px;
  overflow: hidden;
  position: relative;
}

.workflow-focus-panel {
  background: white;
  border: 1px solid rgba(16, 42, 67, 0.11);
  border-radius: 15px;
  box-shadow: 0 24px 60px rgba(0, 12, 23, 0.32);
  inset: 0;
  opacity: 0;
  padding: 27px 28px;
  pointer-events: none;
  position: absolute;
  transform: translateY(6px) scale(0.992);
  transition: opacity 180ms ease, transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1), visibility 0s linear 180ms;
  visibility: hidden;
}

.workflow-focus-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition-delay: 0s;
  visibility: visible;
  z-index: 2;
}

.workflow-demo.changing .workflow-focus-panel.is-active {
  opacity: 0.35;
  transform: translateY(4px) scale(0.992);
}

.workflow-form-panel {
  color: var(--navy);
}

.workflow-ui-heading span {
  color: var(--teal-dark);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.workflow-ui-heading strong {
  display: block;
  font-size: 27px;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.workflow-ui-stepper {
  border-bottom: 1px solid #e3e9ec;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 21px;
}

.workflow-ui-stepper > span {
  align-items: center;
  color: #77848e;
  display: flex;
  font-size: 12px;
  gap: 7px;
  justify-content: center;
  min-width: 0;
  padding: 0 2px 14px;
  white-space: nowrap;
}

.workflow-ui-stepper > span.active {
  border-bottom: 2px solid var(--teal-action);
  color: var(--navy);
  font-weight: 700;
}

.workflow-ui-stepper i {
  align-items: center;
  background: #edf1f3;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 10px;
  font-style: normal;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.workflow-ui-stepper .active i {
  background: var(--navy);
  color: white;
}

.workflow-ui-section-title {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 25px 0 18px;
}

.workflow-ui-section-title > b {
  align-items: center;
  background: var(--navy);
  border-radius: 7px;
  color: white;
  display: flex;
  flex: 0 0 auto;
  font-size: 11px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.workflow-ui-section-title strong,
.workflow-ui-section-title small {
  display: block;
}

.workflow-ui-section-title strong {
  font-size: 18px;
  line-height: 1.2;
}

.workflow-ui-section-title small {
  color: #77848e;
  font-size: 12px;
  margin-top: 3px;
}

.workflow-ui-fields {
  display: grid;
  gap: 14px 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.workflow-ui-field {
  min-width: 0;
}

.workflow-ui-field.wide {
  grid-column: 1 / -1;
}

.workflow-ui-field > span {
  color: #556571;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
}

.workflow-ui-field > b {
  align-items: center;
  background: white;
  border: 1px solid #ccd6db;
  border-radius: 7px;
  color: #263e51;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  min-height: 45px;
  overflow: hidden;
  padding: 10px 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.workflow-ui-section-title.compact {
  margin-bottom: 17px;
  margin-top: 24px;
}

.writing-fields {
  gap: 13px;
  grid-template-columns: 1fr;
}

.date-field {
  grid-column: 1 / -1;
}

.date-field > b {
  justify-content: space-between;
}

.date-field > b i {
  background: #edf2f4;
  border-left: 1px solid #d5dee2;
  font-size: 12px;
  font-style: normal;
  margin: -10px -12px -10px 12px;
  padding: 14px 15px;
}

.editor-field {
  background: white;
  border: 1px solid #ccd6db;
  border-radius: 7px;
  min-height: 255px;
  overflow: hidden;
  position: relative;
}

.editor-field > span {
  margin: 0;
  padding: 0 0 4px;
  position: absolute;
  transform: translateY(-22px);
}

.workflow-editor-toolbar {
  align-items: center;
  background: #f2f5f6;
  border-bottom: 1px solid #d9e1e4;
  color: #324a5c;
  display: flex;
  gap: 19px;
  min-height: 43px;
  padding: 8px 13px;
}

.workflow-editor-toolbar > * {
  font-size: 13px;
  font-style: normal;
}

.editor-field p {
  color: #354b5a;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  padding: 9px 13px 0;
}

.workflow-output-panel {
  background:
    linear-gradient(rgba(16, 42, 67, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 42, 67, 0.045) 1px, transparent 1px),
    #e8eef0;
  background-size: 20px 20px;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.workflow-output-toolbar {
  align-items: center;
  align-self: center;
  background: white;
  border: 1px solid #cdd8dd;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(16, 42, 67, 0.12);
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 40px;
  overflow: hidden;
}

.workflow-output-toolbar > span {
  display: flex;
  height: 40px;
}

.workflow-output-toolbar b {
  align-items: center;
  background: white;
  border: 0;
  border-right: 1px solid #d5dee2;
  color: var(--navy);
  display: flex;
  font-size: 10px;
  justify-content: center;
  min-width: 42px;
  padding: 0 11px;
}

.workflow-preview-tabs b.active {
  background: var(--navy);
  color: white;
}

.workflow-preview-zoom {
  align-items: center;
}

.workflow-preview-zoom i {
  background: #d8e1e5;
  border-radius: 999px;
  display: block;
  height: 4px;
  margin: 0 10px;
  position: relative;
  width: 76px;
}

.workflow-preview-zoom i::before {
  background: white;
  border: 2px solid var(--teal-action);
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

.workflow-preview-zoom strong {
  color: var(--navy);
  font-size: 11px;
  padding: 0 9px;
  white-space: nowrap;
}

.workflow-output-toolbar b.fit {
  border-right: 0;
  color: var(--navy);
  min-width: 82px;
}

.workflow-output-canvas {
  align-items: center;
  background:
    linear-gradient(rgba(16, 42, 67, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 42, 67, 0.035) 1px, transparent 1px),
    #e8eef0;
  background-size: 16px 16px;
  border-radius: 0;
  display: flex;
  flex: 1;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  padding: 8px;
}

.workflow-letter {
  background: white;
  box-shadow: 0 10px 25px rgba(16, 42, 67, 0.16);
  color: #263b4a;
  height: 558px;
  margin: 0;
  padding: 31px 43px;
  position: relative;
  width: 395px;
}

.workflow-letter h3 {
  color: #1e3445;
  font: 600 14px/1.2 Georgia, serif;
  letter-spacing: 0.28em;
  margin: 0 0 58px;
  text-align: center;
}

.workflow-letter-meta {
  display: grid;
  gap: 7px;
  position: absolute;
  right: 38px;
  top: 67px;
}

.workflow-letter-meta span {
  font-size: 8px;
  line-height: 1.35;
}

.workflow-letter-meta b {
  display: block;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.workflow-letter p {
  font-size: 8.5px;
  line-height: 1.45;
  margin: 0 0 10px;
  max-width: 285px;
}

.workflow-letter .workflow-letter-sender {
  font-size: 7px;
  margin-bottom: 20px;
  text-decoration: underline;
}

.workflow-letter h4 {
  font-size: 9px;
  margin: 30px 0 16px;
}

.workflow-signature {
  color: #1268de;
  display: block;
  font: italic 25px/1 "Segoe Script", cursive;
  margin-top: 12px;
}

.workflow-letter .workflow-letter-name {
  font-size: 8px;
  margin: 5px 0 14px;
}

.workflow-letter-attachments {
  display: grid;
  font-size: 8px;
  gap: 4px;
}

.workflow-letter-page {
  bottom: 22px;
  font-size: 7px;
  position: absolute;
  right: 40px;
}

.privacy {
  background: #f3faf8;
  border-bottom: 1px solid #deece9;
  border-top: 1px solid #deece9;
  margin-top: -1px;
  overflow: hidden;
  padding-top: 62px;
}

.privacy-layout {
  display: grid;
  gap: 54px;
}

.privacy-intro {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
}

.privacy-intro h2 {
  margin-bottom: 0;
}

.privacy-intro > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 7px;
  max-width: 570px;
}

.privacy-benefit-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(min(245px, 100%), 1fr));
}

.privacy-benefit {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(16, 42, 67, 0.065);
  min-height: 224px;
  padding: 30px 28px;
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.privacy-benefit:hover {
  border-color: rgba(17, 140, 131, 0.28);
  box-shadow: 0 24px 55px rgba(16, 42, 67, 0.11);
  transform: translateY(-3px);
}

.privacy-benefit-icon {
  align-items: center;
  background: var(--mint);
  border-radius: 50%;
  color: var(--teal-dark);
  display: flex;
  height: 36px;
  justify-content: center;
  margin-bottom: 25px;
  width: 36px;
}

.privacy-benefit-icon svg {
  fill: none;
  height: 19px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 19px;
}

.privacy-benefit h3 {
  color: var(--navy);
  font-size: 19px;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 11px;
}

.privacy-benefit p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 0;
}

.occasions {
  overflow: hidden;
  padding-bottom: 112px;
}

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

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading.centered > p:last-child {
  margin-left: auto;
  margin-right: auto;
}

.occasion-marquee {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin-top: 8px;
}

.occasion-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.occasion-list li {
  align-items: center;
  color: var(--navy);
  display: flex;
  flex: 1 1 300px;
  font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  gap: 18px;
  justify-content: center;
  padding: 24px 34px;
  transition: background 200ms ease, color 200ms ease;
}

.occasion-list li:hover {
  background: var(--mint-light);
  color: var(--teal-dark);
}

.occasion-list li i {
  color: var(--teal);
  font: 700 9px/1 "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.12em;
}

.faq {
  background: var(--warm);
}

.faq-grid {
  align-items: start;
  display: grid;
  gap: 110px;
  grid-template-columns: 0.75fr 1.25fr;
}

.faq-heading {
  position: sticky;
  top: 120px;
}

.faq-heading h2 { margin-bottom: 16px; }

.faq-heading > p {
  font-size: 17px;
  margin-bottom: 27px;
}

.faq-heading > a {
  color: var(--teal-dark);
  font-size: 15px;
  font-weight: 800;
}

.faq-heading > a span { display: inline-block; margin-left: 8px; transition: transform 180ms ease; }
.faq-heading > a:hover span { transform: translateX(4px); }

.faq-list {
  border-top: 1px solid #d9d8d2;
}

.faq-list details {
  border-bottom: 1px solid #d9d8d2;
}

.faq-list summary {
  align-items: center;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
  min-height: 78px;
  padding: 16px 0;
}

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

.faq-list summary span {
  border: 1px solid #bcc8ca;
  border-radius: 50%;
  flex: 0 0 28px;
  height: 28px;
  margin-left: 20px;
  position: relative;
  transition: background 280ms ease, border-color 280ms ease, transform 360ms cubic-bezier(0.2, 0.75, 0.25, 1);
  width: 28px;
}

.faq-list summary span::before,
.faq-list summary span::after {
  background: var(--teal-dark);
  content: "";
  height: 1px;
  left: 8px;
  position: absolute;
  top: 13px;
  width: 10px;
}

.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span { background: var(--teal); border-color: var(--teal); transform: rotate(45deg); }
.faq-list details[open] summary span::before,
.faq-list details[open] summary span::after { background: white; }

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 460ms cubic-bezier(0.2, 0.75, 0.25, 1), opacity 260ms ease;
}

.faq-answer-inner {
  min-height: 0;
  overflow: hidden;
}

.faq-list details[open] .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-list details p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  margin: -3px 50px 26px 0;
  max-width: 650px;
}

.faq-inline-link {
  color: var(--teal-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(17, 140, 131, 0.35);
  text-underline-offset: 3px;
}

.final-cta {
  background: var(--navy-deep);
  color: white;
  overflow: hidden;
  padding: 94px 0;
  position: relative;
}

.final-grid {
  background: transparent;
  border-bottom: 1px solid rgba(103, 156, 177, 0.12);
  border-top: 1px solid rgba(103, 156, 177, 0.12);
  inset: 0;
  position: absolute;
}

.final-cta::after {
  background: transparent;
  border: 1px solid rgba(67, 214, 201, 0.2);
  border-radius: 50%;
  content: "";
  height: 440px;
  position: absolute;
  right: -130px;
  top: -210px;
  width: 440px;
}

.final-cta-inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.final-cta h2 { font-size: clamp(40px, 5vw, 67px); margin-bottom: 0; }

.final-action {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.button-large {
  font-size: 15px;
  min-height: 58px;
  padding: 0 29px;
}

.final-note {
  color: rgba(232, 242, 246, 0.53);
  font-size: 13px;
  margin: 18px 0 0;
}

.site-footer {
  background: #071a2a;
  color: rgba(230, 240, 245, 0.55);
  padding: 56px 0 24px;
}

.legal-page {
  background: var(--warm);
}

.legal-header {
  background: rgba(10, 32, 51, 0.96);
}

.legal-main {
  min-height: 70vh;
}

.legal-hero {
  background-color: var(--navy-deep);
  border-bottom: 1px solid rgba(103, 156, 177, 0.16);
  color: white;
  overflow: hidden;
  padding: 176px 0 105px;
  position: relative;
}

.legal-hero::after {
  background: rgba(17, 140, 131, 0.16);
  border-radius: 50%;
  content: "";
  height: 460px;
  position: absolute;
  right: -130px;
  top: -230px;
  width: 460px;
}

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

.legal-hero h1 {
  color: white;
  font-size: clamp(48px, 6vw, 78px);
  margin-bottom: 22px;
  max-width: 980px;
}

.legal-hero > .container > p:last-child {
  color: rgba(232, 242, 246, 0.7);
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 760px;
}

.legal-content {
  background: var(--warm);
  padding: 100px 0 125px;
}

.legal-layout {
  align-items: start;
  display: grid;
  gap: 100px;
  grid-template-columns: 230px minmax(0, 1fr);
}

.legal-navigation {
  display: grid;
  gap: 5px;
  position: sticky;
  top: 115px;
}

.legal-navigation > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.legal-navigation a {
  border-left: 2px solid #d7dedf;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0 10px 17px;
  transition: border-color 160ms ease, color 160ms ease;
}

.legal-navigation a:hover,
.legal-navigation a.active {
  border-color: var(--teal);
  color: var(--navy);
}

.legal-article {
  max-width: 830px;
  min-width: 0;
}

.legal-notice {
  background: #fff8e8;
  border: 1px solid #ead8aa;
  border-radius: 14px;
  color: #645329;
  margin-bottom: 68px;
  padding: 22px 24px;
}

.legal-notice strong {
  color: #5a461d;
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.legal-notice p {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 0;
}

.legal-article section {
  border-bottom: 1px solid #deded7;
  margin-bottom: 54px;
  padding-bottom: 48px;
  scroll-margin-top: 100px;
}

.legal-article h2 {
  color: var(--navy);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.2;
  margin-bottom: 23px;
}

.legal-article p,
.legal-article address,
.legal-article li,
.legal-data-list {
  color: #536476;
  font-size: 17px;
  line-height: 1.8;
}

.legal-article p {
  margin-bottom: 18px;
}

.legal-article address {
  font-style: normal;
}

.legal-article address strong {
  color: var(--navy);
}

.legal-article a {
  color: var(--teal-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(17, 140, 131, 0.35);
  text-underline-offset: 3px;
}

.legal-article code {
  background: #edf6f4;
  border-radius: 5px;
  color: var(--navy);
  font-size: 0.9em;
  padding: 2px 6px;
}

.legal-step-list {
  counter-reset: legal-step;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0 26px;
  padding: 0;
}

.legal-step-list li {
  background: var(--soft);
  border: 1px solid #e2e9eb;
  border-radius: 13px;
  counter-increment: legal-step;
  padding: 18px 20px 18px 62px;
  position: relative;
}

.legal-step-list li::before {
  align-items: center;
  background: var(--mint);
  border-radius: 50%;
  color: var(--teal-dark);
  content: counter(legal-step);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  left: 18px;
  position: absolute;
  top: 19px;
  width: 30px;
}

.legal-step-list strong {
  color: var(--navy);
  display: block;
  margin-bottom: 3px;
}

.legal-placeholder {
  background: #fff1c9;
  border-radius: 5px;
  box-decoration-break: clone;
  color: #735713;
  font-weight: 700;
  padding: 2px 5px;
  -webkit-box-decoration-break: clone;
}

.legal-data-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
}

.legal-data-list > div {
  border-top: 1px solid #deded7;
  display: grid;
  gap: 20px;
  grid-template-columns: 170px 1fr;
  padding: 18px 0;
}

.legal-data-list > div:last-child {
  border-bottom: 1px solid #deded7;
}

.legal-data-list-plain {
  margin-top: 20px;
}

.legal-data-list-plain > div,
.legal-data-list-plain > div:last-child {
  border-bottom: 0;
  border-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.legal-data-list dt {
  color: var(--navy);
  font-weight: 700;
}

.legal-data-list dd {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.legal-intro p {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.7;
}

.legal-updated {
  color: #788692 !important;
  font-size: 14px !important;
  margin: 10px 0 0 !important;
}

.legal-footer {
  margin-top: 0;
}

.footer-main {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding-bottom: 45px;
}

.footer-main > p {
  font-size: 13px;
  margin: 0 0 0 35px;
}

.footer-main nav {
  display: flex;
  gap: 25px;
  grid-column: -2 / -1;
}

.footer-main nav a {
  font-size: 13px;
  transition: color 160ms ease;
}

.footer-main nav a:hover { color: white; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding-top: 22px;
}

.contact-page {
  background: var(--warm);
}

.contact-main {
  min-height: 70vh;
}

.contact-hero h1 {
  max-width: 760px;
}

.contact-content {
  background: var(--warm);
  padding: 100px 0 125px;
  scroll-margin-top: 80px;
}

.contact-layout {
  align-items: start;
  display: grid;
  gap: clamp(50px, 7vw, 100px);
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
}

.contact-intro {
  position: sticky;
  top: 115px;
}

.contact-intro h2 {
  color: var(--navy);
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -0.045em;
  line-height: 1.06;
  margin: 22px 0 24px;
}

.contact-intro > p:not(.eyebrow) {
  color: #5b6b79;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.contact-direct-card {
  background: #ffffff;
  border: 1px solid #dfe7e9;
  border-radius: 14px;
  display: grid;
  gap: 5px;
  margin-top: 32px;
  padding: 18px 20px;
}

.contact-direct-card span {
  color: #71808d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-direct-card a {
  color: var(--teal-dark);
  font-size: 16px;
  font-weight: 750;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: rgba(17, 140, 131, 0.35);
  text-underline-offset: 3px;
}

.contact-card {
  background: #ffffff;
  border: 1px solid #dde6e9;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(16, 42, 67, 0.1);
  min-width: 0;
  padding: clamp(26px, 4.2vw, 52px);
}

.contact-form {
  display: grid;
  gap: 23px;
  position: relative;
}

.contact-form-heading {
  align-items: end;
  border-bottom: 1px solid #e3e9eb;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-bottom: 4px;
  padding-bottom: 25px;
}

.contact-form-heading > div > span {
  color: var(--teal-dark);
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.contact-form-heading h2 {
  color: var(--navy);
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0;
}

.contact-form-heading > p {
  color: #75828d;
  font-size: 12px;
  margin: 0 0 4px;
  white-space: nowrap;
}

.contact-form-heading > p span,
.contact-field > span b {
  color: #a83737;
}

.contact-form-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.contact-field > span {
  color: var(--navy);
  font-size: 14px;
  font-weight: 750;
}

.contact-field > span b {
  font-size: 13px;
}

.contact-field > span em {
  color: #76848f;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  margin-left: 5px;
}

.contact-field input,
.contact-field textarea {
  background: #fbfcfc;
  border: 1px solid #cbd7dc;
  border-radius: 10px;
  color: var(--ink);
  font: 400 16px/1.5 "Segoe UI Variable Text", "Segoe UI", Arial, Helvetica, sans-serif;
  min-width: 0;
  outline: none;
  padding: 13px 14px;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.contact-field input {
  min-height: 50px;
}

.contact-field textarea {
  min-height: 190px;
  resize: vertical;
}

.contact-field input:hover,
.contact-field textarea:hover {
  border-color: #aebfc6;
}

.contact-field input:focus-visible,
.contact-field textarea:focus-visible {
  background: #ffffff;
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(17, 140, 131, 0.13);
  outline: none;
}

.contact-field input[aria-invalid="true"],
.contact-field textarea[aria-invalid="true"] {
  border-color: #b84b47;
  box-shadow: 0 0 0 3px rgba(184, 75, 71, 0.1);
}

.contact-file-field input[type="file"] {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #5d6c79;
  cursor: pointer;
  font-size: 14px;
  min-height: 38px;
  padding: 0;
}

.contact-file-field input[type="file"]::file-selector-button {
  background: #e8f2f1;
  border: 1px solid #bad2d0;
  border-radius: 8px;
  color: var(--navy);
  cursor: pointer;
  font: 750 13px/1 "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  margin-right: 12px;
  min-height: 36px;
  padding: 0 14px;
}

.contact-field-help {
  color: #71808c;
  font-size: 12px;
  line-height: 1.5;
}

.contact-field-error {
  color: #a43632;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.contact-consent {
  align-items: flex-start;
  background: #f4f8f8;
  border: 1px solid #dce6e7;
  border-radius: 12px;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: 21px minmax(0, 1fr);
  padding: 17px 18px;
}

.contact-consent input {
  accent-color: var(--teal);
  height: 19px;
  margin: 2px 0 0;
  width: 19px;
}

.contact-consent input:focus-visible {
  box-shadow: 0 0 0 4px rgba(17, 140, 131, 0.18);
  outline: 2px solid #ffffff;
  outline-offset: 1px;
}

.contact-consent input[aria-invalid="true"] {
  outline: 2px solid #b84b47;
  outline-offset: 2px;
}

.contact-consent > span {
  color: #536574;
  font-size: 14px;
  line-height: 1.65;
}

.contact-consent a,
.contact-server-error a,
.contact-noscript a {
  color: var(--teal-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-consent-error {
  margin-top: -15px;
}

.contact-form-status {
  background: #fff1ef;
  border: 1px solid #e6bbb6;
  border-radius: 10px;
  color: #8f302c;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
  margin: -5px 0 0;
  padding: 12px 14px;
}

.contact-submit-row {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: flex-start;
}

.contact-submit-row .button {
  background-image: none;
  border: 0;
  box-shadow: none;
  flex: 0 0 auto;
  justify-content: center;
  min-width: 198px;
}

.contact-submit-row .button:hover {
  box-shadow: none;
}

.contact-submit-row .button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.contact-success,
.contact-server-error {
  align-items: flex-start;
  border-radius: 14px;
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
  padding: 18px 20px;
}

.contact-success[hidden],
.contact-server-error[hidden],
.contact-field-error[hidden],
.contact-form-status[hidden] {
  display: none;
}

.contact-success {
  background: #eaf7f3;
  border: 1px solid #b9ded4;
  color: #175f58;
}

.contact-success > span {
  align-items: center;
  background: var(--teal);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 28px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
}

.contact-success strong,
.contact-server-error strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.contact-success p,
.contact-server-error p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.contact-server-error {
  background: #fff1ef;
  border: 1px solid #e6bbb6;
  color: #8f302c;
  display: block;
}

.contact-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.contact-noscript {
  background: #fff8e8;
  border: 1px solid #ead8aa;
  border-radius: 12px;
  color: #645329;
  font-size: 14px;
  line-height: 1.6;
  margin: 22px 0 0;
  padding: 15px 17px;
}

.headline-line {
  display: block;
  margin-bottom: -0.24em;
  overflow: hidden;
  padding-bottom: 0.24em;
}

.headline-line-inner {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}

html.headline-ready .headline-line-inner {
  opacity: 0;
  transform: translateY(108%);
  transition: opacity 500ms ease, transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

html.headline-ready .headline-line:nth-child(2) .headline-line-inner {
  transition-delay: 110ms;
}

html.headline-ready .headline-line:nth-child(3) .headline-line-inner {
  transition-delay: 200ms;
}

html.headline-ready .headline-visible .headline-line-inner {
  opacity: 1;
  transform: translateY(0);
}

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

html.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms cubic-bezier(0.2, 0.75, 0.25, 1), transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

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

html.motion-ready .hero-copy .eyebrow,
html.motion-ready .hero-lead,
html.motion-ready .hero-actions,
html.motion-ready .hero-visual,
html.motion-ready .hero-proof {
  opacity: 0;
  transform: translateY(14px);
}

html.motion-ready .hero-visual {
  transform: translateY(18px) scale(0.985);
}

html.motion-ready.motion-started .hero-copy .eyebrow,
html.motion-ready.motion-started .hero-lead,
html.motion-ready.motion-started .hero-actions,
html.motion-ready.motion-started .hero-visual,
html.motion-ready.motion-started .hero-proof {
  opacity: 1;
  transform: none;
}

html.motion-ready .hero-copy .eyebrow { transition: opacity 650ms 80ms ease, transform 650ms 80ms cubic-bezier(0.16, 1, 0.3, 1); }
html.motion-ready .hero-lead { transition: opacity 700ms 360ms ease, transform 700ms 360ms cubic-bezier(0.16, 1, 0.3, 1); }
html.motion-ready .hero-actions { transition: opacity 700ms 470ms ease, transform 700ms 470ms cubic-bezier(0.16, 1, 0.3, 1); }
html.motion-ready .hero-visual { transition: opacity 900ms 230ms ease, transform 900ms 230ms cubic-bezier(0.16, 1, 0.3, 1); }
html.motion-ready .hero-proof { transition: opacity 700ms 610ms ease, transform 700ms 610ms cubic-bezier(0.16, 1, 0.3, 1); }

@media (min-width: 1441px) {
  .hero > .container { max-width: calc(1450px + 48px); }
  .hero-grid {
    column-gap: 64px;
    grid-template-columns: 0.7fr 1.3fr;
  }
  .hero-product-stage { padding: 0; }
  .hero-product-stage .product-phone { display: none; }
}

@media (min-width: 801px) {
  html.reveal-ready .feature-card.reveal.visible:hover {
    transform: translateY(-5px);
  }
}

.feature-grid .reveal:nth-child(2) { transition-delay: 70ms; }
.feature-grid .reveal:nth-child(3) { transition-delay: 140ms; }
.feature-grid .reveal:nth-child(4) { transition-delay: 60ms; }
.feature-grid .reveal:nth-child(5) { transition-delay: 120ms; }
.feature-grid .reveal:nth-child(6) { transition-delay: 180ms; }

@media (max-width: 1180px) {
  .hero-grid { column-gap: 35px; }
  .hero-product-stage { padding-right: 78px; }
  .hero-product-stage .product-phone { width: 168px; }
  .app-window { margin-left: auto; margin-right: auto; }
  .privacy-card { right: 2px; }
}

@media (max-width: 1020px) {
  .main-navigation { gap: 22px; }
  .hero { padding-top: 145px; }
  .hero-grid {
    gap: 0;
    grid-template-areas:
      "copy"
      "visual"
      "proof";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .hero-left { display: contents; }
  .hero-copy { max-width: 720px; }
  .hero-visual { margin: 54px auto 0; min-height: 0; width: min(760px, 100%); }
  .app-window { margin-left: auto; margin-right: auto; }
  .status-card { left: 0; }
  .standard-strip { margin-top: 84px; overflow-x: auto; white-space: nowrap; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card-large { grid-column: span 2; }
  .product-stage { padding-bottom: 70px; padding-right: 105px; }
  .product-phone { width: 225px; }
  .hero-product-stage { padding-bottom: 58px; padding-right: 96px; }
  .hero-product-stage .product-phone { width: 190px; }
  .workflow-copy { display: block; }
  .workflow-demo,
  .workflow-demo.workflow-screenshot { margin: 10px auto 0; max-width: 680px; width: 100%; }
  .faq-grid { gap: 65px; }
  .legal-layout { gap: 55px; grid-template-columns: 200px minmax(0, 1fr); }
}

@media (max-width: 800px) {
  .site-header { padding: 12px 0; }
  .menu-button { display: flex; }
  .main-navigation {
    align-items: stretch;
    background: var(--navy-deep);
    display: flex;
    flex-direction: column;
    gap: 0;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 90px 24px 35px;
    pointer-events: none;
    position: fixed;
    transform: translateY(-15px);
    transition: opacity 180ms ease, transform 180ms ease;
    visibility: hidden;
  }
  .main-navigation.open { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
  .main-navigation > a:not(.nav-cta) { border-bottom: 1px solid rgba(255, 255, 255, 0.09); font: 600 26px/1.2 "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif; padding: 18px 0; }
  .main-navigation > a:not(.nav-cta)::after { display: none; }
  .nav-cta { font-size: 15px; justify-content: center; margin-top: 25px; min-height: 54px; }
  .section { padding: 94px 0; }
  .product-showcase { padding-bottom: 50px; }
  .privacy { padding-top: 58px; }
  .privacy-intro { align-items: start; gap: 18px; grid-template-columns: 1fr; }
  .privacy-intro > p { margin-bottom: 0; }
  .product-heading { margin-bottom: 50px; }
  .product-stage { padding-bottom: 0; padding-right: 0; }
  .product-browser { border-radius: 18px; }
  .product-phone { margin: -48px auto 0; position: relative; right: auto; width: min(265px, 72vw); }
  .hero-product-stage { padding-bottom: 50px; padding-right: 86px; }
  .hero-product-stage .product-phone { bottom: 0; margin: 0; position: absolute; right: 0; width: 170px; }
  .product-phone figcaption { padding-left: 0; text-align: center; }
  .product-proof { flex-wrap: wrap; justify-content: center; }
  .product-proof ul { flex-wrap: wrap; justify-content: center; }
  .product-proof .button { margin: 4px 0 0; width: 100%; }
  .faq-grid { gap: 48px; grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; gap: 38px; }
  .final-action { align-items: flex-start; }
  .footer-main { gap: 25px; grid-template-columns: 1fr; }
  .footer-main > p { margin-left: 0; }
  .footer-main nav { flex-wrap: wrap; }
  .legal-hero { padding: 145px 0 80px; }
  .legal-content { padding: 72px 0 90px; }
  .legal-layout { gap: 55px; grid-template-columns: 1fr; }
  .legal-navigation { grid-template-columns: 1fr 1fr; position: static; }
  .legal-navigation > span { grid-column: 1 / -1; }
  .legal-navigation a { border-bottom: 2px solid #d7dedf; border-left: 0; padding: 10px 0 12px; }
  .legal-navigation a.active,
  .legal-navigation a:hover { border-bottom-color: var(--teal); }
  .contact-content { padding: 72px 0 90px; }
  .contact-layout { gap: 48px; grid-template-columns: 1fr; }
  .contact-intro { max-width: 720px; position: static; }
  .workflow-process { margin-top: 50px; }
  .workflow-steps { gap: 0; grid-template-columns: 1fr; }
  .workflow-step {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    min-height: 0;
    padding: 28px 8px;
  }
  .workflow-step:first-child { border-top: 0; padding-top: 0; }
  .workflow-step:last-child { padding-bottom: 0; }
  .workflow-step-number { margin-bottom: 18px; }
}

@media (max-width: 650px) {
  .container { padding-left: 19px; padding-right: 19px; }
  .hero { min-height: 0; padding-top: 124px; }
  h1 { font-size: clamp(43px, 13.3vw, 61px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof {
    bottom: auto;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
    justify-content: stretch;
    left: auto;
    margin: 30px 0 0;
    padding: 0;
    position: static;
    width: auto;
  }
  .hero-visual { margin-top: 34px; min-height: 0; }
  .app-window { margin-top: 20px; width: 100%; }
  .app-topbar { height: 56px; padding: 0 16px; }
  .mini-brand { font-size: 12px; }
  .app-top-actions span { font-size: 10px; padding: 7px 10px; }
  .app-body { grid-template-columns: 52% 48%; height: 420px; }
  .app-form { padding: 27px 20px; }
  .app-form > small { font-size: 10px; }
  .app-form > strong { font-size: 23px; }
  .mock-steps { margin: 20px 0 24px; }
  .mock-steps span { font-size: 10px; height: 25px; width: 25px; }
  .mock-steps i { flex: 1; min-width: 8px; width: auto; }
  .mock-field { margin-bottom: 16px; }
  .mock-field b { font-size: 10px; }
  .mock-field span { font-size: 12px; height: 38px; }
  .mock-next { font-size: 11px; height: 38px; margin-top: 19px; width: 102px; }
  .preview-toolbar { font-size: 10px; }
  .floating-card { padding: 14px 16px; }
  .floating-card strong { font-size: 14px; }
  .floating-card small { font-size: 10px; }
  .status-card { left: -8px; top: 5px; }
  .privacy-card { bottom: 12px; right: -6px; }
  .standard-strip { flex-wrap: wrap; gap: 9px 16px; margin-top: 0; min-height: 72px; padding-bottom: 18px; padding-top: 18px; }
  .standard-strip > span:first-child { flex-basis: 100%; }
  .standard-strip i { display: none; }
  .section-heading { margin-bottom: 40px; }
  .privacy-layout { gap: 34px; }
  .privacy-benefit-grid { gap: 12px; }
  .privacy-benefit { min-height: 0; padding: 24px 22px; }
  .privacy-benefit-icon { margin-bottom: 18px; }
  .product-browser-bar { gap: 10px; grid-template-columns: auto 1fr; min-height: 42px; padding: 0 12px; }
  .product-browser-status { display: none; }
  .product-browser figcaption { align-items: flex-start; padding: 11px 14px; }
  .product-browser figcaption > span:last-child { display: flex; flex-direction: column; }
  .product-phone { margin-top: -28px; }
  .hero-product-stage {
    padding: 0 54px 30px 0;
  }
  .hero-product-browser { border-radius: 12px; }
  .hero-product-stage .product-browser-bar {
    gap: 7px;
    grid-template-columns: auto minmax(80px, 1fr);
    min-height: 30px;
    padding: 0 8px;
  }
  .hero-product-stage .product-browser-dots { gap: 4px; }
  .hero-product-stage .product-browser-dots i { height: 5px; width: 5px; }
  .hero-product-stage .product-browser-address {
    font-size: 8px;
    max-width: 150px;
    padding: 3px 6px;
  }
  .hero-product-stage .product-phone {
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 96px;
  }
  .hero-product-stage .product-phone-shell {
    border-width: 4px;
    border-radius: 20px;
    padding-top: 10px;
  }
  .hero-product-stage .product-phone-speaker {
    height: 3px;
    top: 4px;
    width: 28px;
  }
  .hero-product-stage .product-phone img { border-radius: 0 0 14px 14px; }
  .product-proof { align-items: stretch; gap: 12px; justify-content: flex-start; }
  .product-proof ul { align-items: stretch; gap: 12px; justify-content: flex-start; width: 100%; }
  .product-proof li { flex: 1 1 145px; }
  .section-heading h2,
  .workflow h2,
  .privacy h2,
  .faq h2,
  .final-cta h2 { font-size: clamp(35px, 10.5vw, 48px); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-large { grid-column: auto; grid-template-columns: 1fr; }
  .feature-card { min-height: 290px; }
  .feature-number { margin-bottom: 45px; }
  .live-preview-graphic { min-height: 220px; }
  .live-output { height: 220px; }
  .live-page { height: 180px; }
  .live-envelope { height: 66px; }
  .workflow-copy { display: block; }
  .workflow-demo { min-height: 420px; }
  .demo-content { grid-template-columns: 48% 52%; min-height: 372px; }
  .demo-panel { padding: 34px 20px; }
  .demo-panel h3 { font-size: 19px; }
  .demo-fields span { height: 35px; }
  .demo-paper { height: 260px; transform: scale(0.8); width: 184px; }
  .workflow-demo.changing .demo-paper { transform: scale(0.78) translateY(5px); }
  .demo-line.copy-a { width: 120px; }
  .demo-line.copy-b { width: 110px; }
  .demo-line.copy-c { width: 115px; }
  .occasion-list li { flex-basis: 100%; font-size: 19px; justify-content: flex-start; padding: 18px 20px; }
  .faq-list summary { font-size: 15px; }
  .final-cta { padding: 80px 0; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .legal-hero h1 { font-size: clamp(42px, 13vw, 61px); overflow-wrap: anywhere; }
  .legal-hero > .container > p:last-child { font-size: 17px; }
  .legal-notice { padding: 19px; }
  .legal-article section { margin-bottom: 43px; padding-bottom: 38px; }
  .legal-article p,
  .legal-article address,
  .legal-article li,
  .legal-data-list { font-size: 16px; }
  .legal-intro p { font-size: 18px; }
  .legal-data-list > div { gap: 5px; grid-template-columns: 1fr; }
  .contact-card { border-radius: 17px; padding: 25px 19px; }
  .contact-form-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .contact-form-row { grid-template-columns: 1fr; }
  .contact-submit-row { align-items: stretch; flex-direction: column; }
  .contact-submit-row .button { width: 100%; }
  .contact-consent { padding: 15px; }
}

@media (max-width: 520px) {
  .workflow-demo.workflow-screenshot { max-width: 100%; width: 100%; }
  .workflow-screenshot-viewport { height: 690px; }
  .workflow-focus-panel { padding: 22px 17px; }
  .workflow-ui-heading span { font-size: 9px; }
  .workflow-ui-heading strong { font-size: 23px; }
  .workflow-ui-stepper { gap: 2px; margin-top: 17px; }
  .workflow-ui-stepper > span { font-size: 9px; gap: 3px; padding-bottom: 11px; }
  .workflow-ui-stepper i { font-size: 8px; height: 19px; width: 19px; }
  .workflow-ui-section-title,
  .workflow-ui-section-title.compact { margin: 19px 0 15px; }
  .workflow-ui-section-title > b { height: 36px; width: 36px; }
  .workflow-ui-section-title strong { font-size: 16px; }
  .workflow-ui-section-title small { font-size: 10px; }
  .workflow-ui-fields { gap: 11px 9px; }
  .workflow-ui-field > span { font-size: 10px; margin-bottom: 5px; }
  .workflow-ui-field > b { font-size: 11px; min-height: 41px; padding: 8px 9px; }
  .date-field > b i { font-size: 10px; margin: -8px -9px -8px 9px; padding: 12px 10px; }
  .writing-fields { gap: 10px; }
  .editor-field { min-height: 290px; }
  .editor-field > span { transform: translateY(-19px); }
  .workflow-editor-toolbar { gap: 15px; min-height: 39px; padding: 7px 10px; }
  .workflow-editor-toolbar > * { font-size: 11px; }
  .editor-field p { font-size: 10.5px; line-height: 1.5; padding: 8px 10px 0; }
  .workflow-output-panel { padding: 10px; }
  .workflow-output-toolbar { margin-bottom: 10px; min-height: 36px; width: 100%; }
  .workflow-output-toolbar > span { height: 36px; }
  .workflow-output-toolbar b { font-size: 8px; min-width: 29px; padding: 0 6px; }
  .workflow-preview-zoom i { margin: 0 5px; width: 34px; }
  .workflow-preview-zoom strong { font-size: 9px; padding: 0 5px; }
  .workflow-output-toolbar b.fit { min-width: 60px; }
  .workflow-letter { height: 410px; padding: 22px 30px; width: 290px; }
  .workflow-letter h3 { font-size: 11px; margin-bottom: 42px; }
  .workflow-letter-meta { gap: 4px; right: 27px; top: 50px; }
  .workflow-letter-meta span { font-size: 6px; }
  .workflow-letter-meta b { font-size: 5.5px; }
  .workflow-letter p { font-size: 6.5px; margin-bottom: 7px; max-width: 210px; }
  .workflow-letter .workflow-letter-sender { font-size: 5.5px; margin-bottom: 14px; }
  .workflow-letter h4 { font-size: 7px; margin: 20px 0 10px; }
  .workflow-signature { font-size: 18px; margin-top: 8px; }
  .workflow-letter .workflow-letter-name { font-size: 6px; margin-bottom: 9px; }
  .workflow-letter-attachments { font-size: 6px; gap: 2px; }
  .workflow-letter-page { bottom: 15px; font-size: 5.5px; right: 28px; }
}

@media (max-width: 390px) {
  .workflow-screenshot-viewport { height: 720px; }
  .workflow-letter { aspect-ratio: 210 / 297; height: auto; width: min(260px, 100%); }
  .hero-visual { min-height: 0; }
  .app-top-actions span:first-child { display: none; }
  .privacy-card { bottom: 10px; }
  .demo-panel { padding-left: 15px; padding-right: 15px; }
  .demo-paper { transform: scale(0.7); }
  .workflow-demo.changing .demo-paper { transform: scale(0.68) translateY(5px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  html.reveal-ready .reveal { opacity: 1; transform: none; }
  html.headline-ready .headline-line-inner { opacity: 1; transform: none; }
  html.motion-ready .hero-copy .eyebrow,
  html.motion-ready .hero-lead,
  html.motion-ready .hero-actions,
  html.motion-ready .hero-visual,
  html.motion-ready .hero-proof { opacity: 1; transform: none; }
}
