@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter-Medium.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter-SemiBold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700 900;
}

:root {
  --ink: #f8fbff;
  --muted: #b8c2d6;
  --soft: #dce6ff;
  --line: rgba(255, 255, 255, 0.14);
  --panel: rgba(10, 18, 34, 0.76);
  --panel-strong: rgba(14, 24, 44, 0.95);
  --canvas: #07111f;
  --navy: #0b1020;
  --blue: #2563eb;
  --blue-bright: #155dfc;
  --cyan: #06b6d4;
  --violet: #7c3aed;
  --violet-soft: #8b5cf6;
  --amber: #f59e0b;
  --green: #34d399;
  --red: #ef4444;
  --shadow: 0 24px 80px rgba(3, 7, 18, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--canvas);
}

body {
  margin: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 14% 4%, rgba(6, 182, 212, 0.22), transparent 30%),
    radial-gradient(circle at 86% 2%, rgba(124, 58, 237, 0.24), transparent 28%),
    linear-gradient(180deg, #07111f 0%, #0b1020 48%, #07111f 100%);
  background-size: 32px 32px, 32px 32px, auto, auto, auto;
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  color: var(--cyan);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(6, 182, 212, 0.7);
  outline-offset: 3px;
}

.site-header,
.site-footer {
  backdrop-filter: blur(20px);
  background: rgba(7, 17, 31, 0.82);
  border-color: var(--line);
  border-style: solid;
  border-width: 0 0 1px;
  position: relative;
  z-index: 5;
}

.site-footer {
  border-width: 1px 0 0;
}

.nav,
.footer-inner,
.section {
  margin: 0 auto;
  max-width: 1240px;
  padding: 22px;
}

.nav {
  align-items: center;
  display: flex;
  gap: clamp(22px, 4vw, 64px);
  justify-content: space-between;
  max-width: 1600px;
  padding-left: clamp(22px, 4vw, 56px);
  padding-right: clamp(22px, 4vw, 56px);
}

.brand {
  align-items: center;
  display: inline-flex;
  min-height: 76px;
}

.brand-logo {
  display: block;
  height: auto;
  max-height: 96px;
  object-fit: contain;
  width: clamp(150px, 12vw, 185px);
}

.brand-text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
}

.nav-links,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 14px;
  justify-content: flex-end;
}

.nav-links a,
.footer-links a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.nav-links a:hover,
.footer-links a:hover {
  color: #ffffff;
}

.hero {
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  position: relative;
}

.hero::before {
  background:
    radial-gradient(circle, rgba(6, 182, 212, 0.26) 0, rgba(6, 182, 212, 0) 64%),
    radial-gradient(circle, rgba(124, 58, 237, 0.26) 0, rgba(124, 58, 237, 0) 66%);
  content: "";
  filter: blur(8px);
  height: 520px;
  position: absolute;
  right: -140px;
  top: 30px;
  width: 560px;
}

.hero .section {
  padding-bottom: 92px;
  padding-top: 84px;
  position: relative;
  z-index: 1;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.24fr) minmax(340px, 0.82fr);
}

.home-hero .section {
  max-width: 1500px;
  padding-left: clamp(22px, 4vw, 56px);
  padding-right: clamp(22px, 4vw, 56px);
}

.home-hero .hero-grid {
  gap: clamp(32px, 4vw, 64px);
  grid-template-columns: minmax(700px, 1fr) minmax(420px, 0.72fr);
}

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

.hero-logo {
  height: 62px;
  margin-bottom: 34px;
  max-width: 360px;
  object-fit: contain;
}

.eyebrow {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
.display-heading {
  color: #ffffff;
  font-size: clamp(46px, 5.8vw, 82px);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  max-width: 980px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

h2 {
  color: #ffffff;
  font-size: clamp(32px, 4.2vw, 56px);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 0 18px;
  text-transform: uppercase;
}

h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.15;
  margin: 0 0 10px;
  text-transform: uppercase;
}

p {
  margin: 0 0 16px;
}

ul {
  margin: 0;
  padding-left: 20px;
}

li {
  margin: 7px 0;
}

.lead {
  color: var(--soft);
  font-size: clamp(18px, 2.2vw, 23px);
  margin-top: 26px;
  max-width: 790px;
}

.sublead,
.section-heading p,
.split-content p {
  color: var(--muted);
  font-size: 17px;
  max-width: 760px;
}

.trust-line {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  margin-top: 18px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button,
button.button {
  align-items: center;
  background: linear-gradient(135deg, var(--blue-bright), var(--violet));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.28);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 11px 22px;
}

.button:hover {
  filter: brightness(1.08);
  text-decoration: none;
  transform: translateY(-1px);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  box-shadow: none;
  color: #ffffff;
}

.nav-cta {
  min-height: 40px;
  padding: 9px 18px;
}

.highlight {
  border-radius: 8px;
  box-decoration-break: clone;
  color: #ffffff;
  display: inline;
  padding: 0 0.13em 0.05em;
  -webkit-box-decoration-break: clone;
}

.highlight-block {
  border-radius: 8px;
  color: #ffffff;
  display: inline-block;
  overflow-wrap: normal;
  padding: 0 0.18em 0.08em;
  transform: skew(-2deg);
  word-break: keep-all;
}

.highlight-blue {
  background: linear-gradient(135deg, var(--blue-bright), var(--blue));
}

.highlight-cyan {
  background: linear-gradient(135deg, var(--cyan), var(--blue));
}

.highlight-violet {
  background: linear-gradient(135deg, var(--violet), var(--violet-soft));
}

.highlight-amber {
  background: linear-gradient(135deg, var(--amber), #b45309);
}

.grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.grid.two {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid.four {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 26px;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.card:hover {
  background: rgba(14, 24, 44, 0.88);
  border-color: rgba(6, 182, 212, 0.46);
  transform: translateY(-3px);
}

.card p,
.card li,
.page-copy {
  color: var(--muted);
}

.support-topic-grid {
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.support-card {
  min-width: 0;
}

.support-card h2 {
  font-size: clamp(1.25rem, 1.55vw, 1.55rem);
  line-height: 1.02;
  margin-bottom: 14px;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.support-card p {
  overflow-wrap: anywhere;
}

.support-page .card {
  min-width: 0;
}

.support-page .card h2,
.support-page .callout-row h2 {
  font-size: clamp(1.55rem, 2.35vw, 2.25rem);
  line-height: 1.04;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.support-page .grid.two {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.support-page .callout-row {
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1.15fr);
}

.support-page .callout-row > * {
  min-width: 0;
}

.feature-card {
  border-top: 4px solid var(--blue);
}

.feature-card:nth-child(2n) {
  border-top-color: var(--cyan);
}

.feature-card:nth-child(3n) {
  border-top-color: var(--violet);
}

.feature-card:nth-child(4n) {
  border-top-color: var(--amber);
}

.audience-section,
.feature-section,
.companion-section,
.content-section {
  padding-bottom: 72px;
  padding-top: 72px;
}

.editorial-hero .section {
  padding-bottom: 112px;
  padding-top: 96px;
}

.editorial-hero h1 {
  line-height: 1.03;
  max-width: 1060px;
}

.home-hero h1 {
  font-size: clamp(48px, 4.7vw, 72px);
  max-width: 900px;
}

.home-hero .highlight-block {
  white-space: nowrap;
}

.editorial-band {
  background: rgba(248, 251, 255, 0.96);
  color: #07111f;
  border-bottom: 1px solid rgba(7, 17, 31, 0.14);
  border-top: 1px solid rgba(7, 17, 31, 0.14);
}

.editorial-band .section {
  padding-bottom: 84px;
  padding-top: 84px;
}

.editorial-band h2,
.editorial-band h3 {
  color: #07111f;
}

.editorial-band .section-heading p,
.editorial-band p {
  color: #334155;
}

.wide-heading {
  max-width: 1050px;
}

.proof-list {
  border-top: 1px solid rgba(148, 163, 184, 0.42);
  display: grid;
  margin-top: 34px;
}

.proof-row {
  align-items: start;
  border-bottom: 1px solid rgba(148, 163, 184, 0.42);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(210px, 0.38fr) minmax(0, 1fr);
  padding: 22px 0;
}

.proof-row strong {
  color: inherit;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.05;
}

.proof-row p {
  font-size: 18px;
  margin: 0;
}

.home-proof-card-row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.home-proof-card {
  background: #090e1c;
  border: 3px solid var(--cyan);
  color: #ffffff;
  min-height: 240px;
  padding: clamp(24px, 3vw, 32px);
  position: relative;
}

.home-proof-card-pink {
  border-color: #ff2d7d;
}

.home-proof-card-cyan {
  border-color: #06d8ff;
}

.home-proof-card-gold {
  border-color: #facc15;
}

.home-proof-card span {
  color: rgba(255, 255, 255, 0.32);
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  right: 26px;
  top: 28px;
}

.home-proof-card strong {
  display: block;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.05;
  max-width: 82%;
  text-transform: uppercase;
}

.home-proof-card p {
  color: #aeb9cc;
  font-size: 17px;
  margin: 18px 0 0;
}

.feature-matrix,
.text-matrix {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-matrix div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 10px;
  min-height: 132px;
  padding: 24px 24px 24px 0;
}

.feature-matrix div:nth-child(2n) {
  border-left: 1px solid var(--line);
  padding-left: 24px;
}

.feature-matrix strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.1;
}

.feature-matrix span {
  color: var(--muted);
  font-size: 16px;
}

.screenshot-band {
  background: rgba(5, 8, 20, 0.54);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.screenshot-band .section {
  padding-bottom: 90px;
  padding-top: 90px;
}

.screenshot-copy {
  margin-bottom: 28px;
}

.audience-panels {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.audience-panels article {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 8px;
  color: #07111f;
  min-height: 300px;
  padding: clamp(28px, 4vw, 48px);
}

.audience-panels article:nth-child(2) {
  background: linear-gradient(135deg, rgba(21, 93, 252, 0.94), rgba(124, 58, 237, 0.94));
  color: #ffffff;
}

.audience-panels h2 {
  color: inherit;
  font-size: clamp(30px, 4vw, 50px);
}

.inline-strip {
  background: transparent;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.inline-strip span {
  background: #07111f;
  border-radius: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  padding: 10px 12px;
  text-transform: uppercase;
}

.value-strip.inline-strip {
  background: transparent;
  border: 0;
}

.narrative-section {
  display: grid;
  gap: 30px;
  padding-bottom: 84px;
  padding-top: 84px;
}

.narrative-copy {
  max-width: 900px;
}

.narrative-copy p {
  color: var(--muted);
  font-size: 19px;
}

.text-only-section {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.75fr);
}

.compact-proof {
  align-self: end;
  margin-top: 0;
}

.compact-proof .proof-row {
  grid-template-columns: 1fr;
}

.compact-proof .proof-row strong,
.compact-proof .proof-row p {
  color: var(--ink);
}

.virtual-mail-visual-stack {
  align-self: start;
  display: grid;
  gap: 20px;
  min-width: 0;
}

.virtual-mail-section {
  display: grid;
  gap: 28px;
  padding-bottom: 84px;
  padding-top: 84px;
}

.virtual-mail-showcase {
  align-items: center;
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
}

.virtual-mail-proof-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.virtual-mail-proof-row .proof-row {
  padding: 24px 28px 24px 0;
}

.virtual-mail-proof-row .proof-row + .proof-row {
  border-left: 1px solid rgba(148, 163, 184, 0.42);
  padding-left: 28px;
}

.virtual-mail-intake-frame img {
  aspect-ratio: 1740 / 904;
  object-fit: contain;
  object-position: center;
}

.split-proof {
  align-items: center;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1fr);
}

.text-matrix {
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.text-matrix span {
  border-bottom: 1px solid var(--line);
  color: var(--soft);
  font-weight: 800;
  padding: 16px 18px 16px 0;
}

.trust-band {
  align-items: start;
  background: rgba(248, 251, 255, 0.96);
  border-radius: 0;
  color: #07111f;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1fr);
  margin-bottom: 80px;
  margin-top: 80px;
}

.trust-band h2,
.trust-band p {
  color: #07111f;
}

.trust-band > p {
  color: #334155;
  font-size: 19px;
}

.final-cta {
  padding-bottom: 100px;
  padding-top: 20px;
}

.final-cta h2 {
  max-width: 980px;
}

.audience-card {
  min-height: 250px;
}

.accent-violet {
  border-top: 4px solid var(--violet);
}

.text-link {
  color: #ffffff;
  display: inline-flex;
  font-weight: 900;
  margin-top: 8px;
}

.value-strip {
  background: linear-gradient(90deg, rgba(21, 93, 252, 0.92), rgba(6, 182, 212, 0.86), rgba(124, 58, 237, 0.92));
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.strip-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  padding-bottom: 18px;
  padding-top: 18px;
}

.strip-grid span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading {
  margin-bottom: 30px;
  max-width: 900px;
}

.split-content {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1fr);
}

.product-frame {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36), 0 0 60px rgba(37, 99, 235, 0.2);
  margin: 0;
  overflow: hidden;
  padding: 10px;
}

.product-frame img {
  border-radius: 12px;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.hero-visual img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: left top;
}

.product-carousel {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  padding: 0;
  position: relative;
}

.carousel-viewport {
  aspect-ratio: 16 / 9.4;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  position: relative;
}

.carousel-slide {
  border-radius: 12px;
  filter: saturate(0.82) brightness(0.9);
  left: 50%;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.52);
  transition: opacity 620ms ease, transform 620ms ease, filter 620ms ease;
  width: 76%;
  z-index: 1;
}

.carousel-slide.is-active {
  opacity: 1;
  filter: saturate(1) brightness(1);
  transform: translate(-50%, -50%) scale(1);
  width: 108%;
  z-index: 5;
}

.carousel-slide-tall.is-active {
  width: 86%;
}

.carousel-slide.is-previous,
.carousel-slide.is-next {
  opacity: 0.34;
  z-index: 2;
}

.carousel-slide.is-previous {
  transform: translate(-96%, -50%) scale(0.54);
}

.carousel-slide.is-next {
  transform: translate(-4%, -50%) scale(0.54);
}

.carousel-slide.is-dormant {
  pointer-events: none;
}

.carousel-slide img {
  aspect-ratio: auto;
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 16px 52px rgba(0, 0, 0, 0.34);
  display: block;
  height: auto;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.carousel-slide figcaption {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.carousel-slide.is-active figcaption {
  opacity: 0;
  transform: none;
}

.carousel-controls {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  bottom: -4px;
  display: flex;
  gap: 10px;
  justify-content: center;
  left: 50%;
  margin-top: 0;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 8;
}

.carousel-button,
.carousel-dot {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--line);
  color: #ffffff;
  cursor: pointer;
}

.carousel-button {
  border-radius: 999px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  min-height: 34px;
  padding: 7px 14px;
  text-transform: uppercase;
}

.carousel-dots {
  align-items: center;
  display: flex;
  gap: 7px;
}

.carousel-dot {
  border-radius: 999px;
  height: 10px;
  padding: 0;
  width: 10px;
}

.carousel-dot.is-active {
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  border-color: rgba(255, 255, 255, 0.7);
}

.carousel-button:hover,
.carousel-button:focus-visible,
.carousel-dot:hover,
.carousel-dot:focus-visible {
  border-color: rgba(6, 182, 212, 0.72);
}

@media (prefers-reduced-motion: reduce) {
  .carousel-slide {
    transition: none;
  }
}

.phone-visual {
  background: rgba(255, 255, 255, 0.94);
}

.phone-visual img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
}

.business-hero .section {
  max-width: 1440px;
  padding-left: clamp(22px, 4vw, 56px);
  padding-right: clamp(22px, 4vw, 56px);
}

.business-hero .hero-grid {
  gap: clamp(40px, 5vw, 80px);
  grid-template-columns: minmax(600px, 1.02fr) minmax(500px, 0.98fr);
}

.business-hero h1 {
  font-size: clamp(52px, 5.8vw, 84px);
  max-width: 760px;
}

.business-hero .highlight-block {
  white-space: nowrap;
}

.business-hero-visual {
  justify-self: stretch;
  margin: 0;
  min-width: 0;
  overflow: visible;
}

.business-hero-visual img {
  background: transparent;
  display: block;
  filter: drop-shadow(0 30px 55px rgba(0, 0, 0, 0.36));
  height: auto;
  margin-left: auto;
  max-width: min(100%, 640px);
  object-fit: contain;
  width: 100%;
}

.customer-hero .section {
  padding-bottom: 96px;
  padding-top: 88px;
}

.customer-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.customer-hero-copy h1 {
  line-height: 1.04;
  max-width: 920px;
}

.customer-hero-copy .highlight-block {
  margin-top: 0.05em;
}

.customer-hero-visual {
  background: transparent;
  margin: 0;
  overflow: visible;
  padding: 0;
}

.customer-hero-visual img {
  background: transparent;
  border-radius: 14px;
  display: block;
  filter: drop-shadow(0 30px 55px rgba(0, 0, 0, 0.36));
  height: auto;
  margin-left: auto;
  max-height: 650px;
  max-width: min(100%, 520px);
  object-fit: contain;
  width: 100%;
}

.customer-preview-section {
  padding-bottom: 86px;
  padding-top: 72px;
}

.customer-preview-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.customer-preview-list li {
  border-bottom: 1px solid var(--line);
  color: var(--soft);
  font-size: 18px;
  font-weight: 750;
  margin: 0;
  padding: 18px 20px 18px 0;
}

.wide-frame img {
  aspect-ratio: 16 / 8.4;
  object-fit: cover;
  object-position: center top;
}

.small-frame img {
  aspect-ratio: 16 / 9.4;
  object-fit: cover;
  object-position: left top;
}

.image-card {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
}

.report-grid {
  margin-top: 22px;
}

.page-hero {
  padding-bottom: 46px;
  padding-top: 62px;
}

.page-hero .lead {
  max-width: 900px;
}

.optin-hero h1 {
  font-size: clamp(34px, 4.2vw, 54px);
  max-width: 900px;
  overflow-wrap: normal;
  word-break: normal;
}

.faq-hero {
  padding-bottom: 46px;
  padding-top: 72px;
  text-align: center;
}

.faq-hero .eyebrow,
.faq-hero h1 {
  margin-left: auto;
  margin-right: auto;
}

.faq-hero h1 {
  font-size: clamp(42px, 5.2vw, 72px);
}

.faq-hero .lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.faq-section {
  padding-bottom: 96px;
  padding-top: 24px;
}

.faq-section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 30px auto 0;
  max-width: 980px;
}

.faq-section-nav a {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 900;
  padding: 10px 14px;
  text-transform: uppercase;
}

.faq-section-nav a:hover,
.faq-section-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(6, 182, 212, 0.62);
  color: #ffffff;
  text-decoration: none;
}

.faq-group {
  margin: 0 auto 72px;
  max-width: 960px;
  scroll-margin-top: 24px;
}

.faq-group:last-child {
  margin-bottom: 0;
}

.faq-group-heading {
  margin-bottom: 18px;
  max-width: 900px;
}

.faq-group-heading h2 {
  font-size: clamp(28px, 3.5vw, 46px);
}

.faq-list {
  margin: 0;
  max-width: 100%;
}

.faq-item {
  border-bottom: 1px solid var(--line);
  color: var(--soft);
}

.faq-item:first-child {
  border-top: 1px solid var(--line);
}

.faq-item summary {
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  display: grid;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 900;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 18px;
  letter-spacing: 0;
  line-height: 1.2;
  list-style: none;
  padding: 24px 0;
  text-transform: uppercase;
}

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

.faq-item summary::after {
  color: rgba(220, 230, 255, 0.42);
  content: "+";
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: transform 0.18s ease, color 0.18s ease;
}

.faq-item[open] summary::after {
  color: var(--cyan);
  content: "-";
  transform: translateY(-1px);
}

.faq-answer p {
  color: rgba(220, 230, 255, 0.62);
  font-size: clamp(16px, 1.45vw, 18px);
  font-weight: 500;
  line-height: 1.65;
  margin: -8px 44px 24px 0;
}

.faq-answer strong {
  color: rgba(248, 251, 255, 0.86);
}

.walkthrough-hero {
  max-width: 1080px;
}

.walkthrough-section {
  padding-bottom: 96px;
  padding-top: 18px;
}

.walkthrough-form {
  background: rgba(10, 18, 34, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 24px;
  margin: 0 auto;
  max-width: 1020px;
  padding: clamp(22px, 4vw, 42px);
}

.walkthrough-form fieldset {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
  min-width: 0;
  padding: 28px 0 0;
}

.walkthrough-form fieldset:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.walkthrough-form legend {
  color: #ffffff;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.form-grid {
  display: grid;
  gap: 18px;
  min-width: 0;
}

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

.walkthrough-form label,
.checkbox-group p {
  color: var(--soft);
  display: grid;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0;
}

.walkthrough-form input,
.walkthrough-form select,
.walkthrough-form textarea {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.5);
  border-radius: 8px;
  color: #07111f;
  font: inherit;
  font-size: 16px;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.walkthrough-form textarea {
  min-height: 150px;
  resize: vertical;
}

.span-two {
  grid-column: 1 / -1;
}

.checkbox-group {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
  padding: 18px;
}

.checkbox-group p {
  color: #ffffff;
  grid-column: 1 / -1;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.checkbox-group p span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.checkbox-group label,
.consent-row {
  align-items: start;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: var(--soft);
  display: grid;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  grid-template-columns: 18px minmax(0, 1fr);
  line-height: 1.35;
  padding: 12px;
}

.checkbox-group input,
.consent-row input {
  height: 18px;
  margin: 1px 0 0;
  min-height: 18px;
  padding: 0;
  width: 18px;
}

.required-group[data-invalid="true"] {
  border-color: rgba(239, 68, 68, 0.75);
}

.consent-row {
  margin-top: 20px;
}

.form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-actions .safe-note {
  flex: 1 1 320px;
  margin: 0;
}

.form-status {
  border-radius: 8px;
  color: var(--soft);
  font-weight: 800;
  margin: 0;
  min-height: 0;
}

.form-status:not(:empty) {
  border: 1px solid var(--line);
  padding: 14px 16px;
}

.form-status[data-kind="success"] {
  background: rgba(52, 211, 153, 0.14);
  border-color: rgba(52, 211, 153, 0.4);
  color: #d1fae5;
}

.form-status[data-kind="error"] {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.45);
  color: #fecaca;
}

.form-status[data-kind="pending"] {
  background: rgba(6, 182, 212, 0.12);
  border-color: rgba(6, 182, 212, 0.38);
}

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

.legal-page {
  display: grid;
  gap: 0;
  max-width: 980px;
}

.legal-section {
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.legal-section h2 {
  font-size: clamp(22px, 2.6vw, 34px);
}

.callout-row {
  background: linear-gradient(135deg, rgba(21, 93, 252, 0.24), rgba(6, 182, 212, 0.14));
  border: 1px solid rgba(6, 182, 212, 0.36);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
  padding: 26px;
  min-width: 0;
}

.layer-list {
  counter-reset: security-layer;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.layer-list li {
  align-items: start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px 18px;
  grid-template-columns: 54px minmax(190px, 0.34fr) minmax(0, 1fr);
  margin: 0;
  padding: 14px;
  min-width: 0;
}

.layer-list li::before {
  align-items: center;
  background: linear-gradient(135deg, var(--blue-bright), var(--violet));
  border-radius: 8px;
  color: #ffffff;
  content: counter(security-layer);
  counter-increment: security-layer;
  display: inline-flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.layer-list strong {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  min-width: 0;
}

.layer-list span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
  min-width: 0;
}

.process-list {
  display: grid;
  gap: 14px;
}

.security-editorial {
  align-items: start;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  padding: 34px 0;
}

.security-editorial h2 {
  margin-bottom: 0;
}

.security-editorial p {
  color: var(--muted);
  font-size: 18px;
}

.trust-list {
  gap: 0;
}

.trust-list .process-item {
  border-bottom: 1px solid var(--line);
  padding-bottom: 26px;
  padding-top: 26px;
}

.process-item {
  border-left: 4px solid var(--cyan);
  padding-left: 18px;
}

.process-item:nth-child(2n) {
  border-left-color: var(--violet);
}

.process-item:nth-child(3n) {
  border-left-color: var(--amber);
}

.metric-card {
  background: rgba(248, 251, 255, 0.96);
  color: #07111f;
}

.metric-card h3 {
  color: #07111f;
  font-size: 28px;
}

.metric-card p {
  color: #334155;
}

.notice {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.32);
  border-radius: 8px;
  color: #fff1ba;
  padding: 16px;
}

.legal-draft {
  background: rgba(6, 182, 212, 0.12);
  border: 1px solid rgba(6, 182, 212, 0.32);
  border-radius: 8px;
  color: #dff6ff;
  font-weight: 700;
  padding: 16px;
}

.band {
  border-top: 1px solid var(--line);
}

.auth-shell {
  align-items: center;
  display: flex;
  min-height: 100vh;
  padding: 28px;
}

.auth-panel {
  background: var(--panel-strong);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 640px;
  padding: 36px;
  width: 100%;
}

.auth-panel h1 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.05;
  max-width: 100%;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.auth-logo {
  height: 50px;
  margin-bottom: 26px;
  max-width: 300px;
  object-fit: contain;
}

.auth-status {
  color: var(--muted);
  margin-top: 16px;
}

.field {
  margin-top: 16px;
}

.field label {
  color: var(--soft);
  display: block;
  font-size: 13px;
  font-weight: 750;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.field input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #ffffff;
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.hidden {
  display: none !important;
}

.safe-note {
  color: var(--muted);
  font-size: 13px;
  margin-top: 18px;
}

.status-error {
  color: var(--red);
  font-weight: 700;
}

.status-success {
  color: var(--green);
  font-weight: 700;
}

code {
  color: #dbeafe;
  word-break: break-word;
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-grid,
  .split-content,
  .image-card,
  .customer-hero-grid,
  .virtual-mail-showcase,
  .text-only-section,
  .split-proof,
  .trust-band {
    grid-template-columns: 1fr;
  }

  .business-hero .hero-grid {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .business-hero h1 {
    font-size: clamp(40px, 11.5vw, 46px);
  }

  .home-hero .hero-grid {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .carousel-slide.is-active {
    width: 100%;
  }

  .carousel-slide.is-previous,
  .carousel-slide.is-next {
    opacity: 0;
  }

  .layer-list li {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .layer-list span {
    grid-column: 2;
  }

  .business-hero-visual img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .callout-row {
    grid-template-columns: 1fr;
  }

  .security-editorial {
    grid-template-columns: 1fr;
  }

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

  .hero::before {
    opacity: 0.5;
    right: -260px;
  }

  .nav-cta {
    display: none;
  }

  .proof-row,
  .home-proof-card-row,
  .virtual-mail-proof-row,
  .form-grid.two,
  .checkbox-group,
  .feature-matrix,
  .text-matrix,
  .audience-panels,
  .customer-preview-list {
    grid-template-columns: 1fr;
  }

  .virtual-mail-proof-row .proof-row + .proof-row {
    border-left: 0;
    padding-left: 0;
  }

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

  .feature-matrix div:nth-child(2n) {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 620px) {
  .nav,
  .footer-inner,
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero .section {
    padding-bottom: 56px;
  }

  .actions,
  .button {
    width: 100%;
  }

  .product-frame {
    border-radius: 12px;
    padding: 6px;
  }

  .card {
    padding: 22px;
  }

  .auth-shell {
    padding: 18px;
  }

  .auth-panel {
    padding: 28px;
  }

  .auth-panel h1 {
    font-size: clamp(32px, 10vw, 42px);
  }
}
