@font-face {
  font-family: "Mynos Sans";
  src: url("assets/fonts/NotoSans-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-sans: "Mynos Sans", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --ink: #142023;
  --ink-soft: #2b3e42;
  --muted: #68787c;
  --line: #dbe4e5;
  --line-strong: #c8d5d6;
  --paper: #ffffff;
  --warm: #f6f4ef;
  --mist: #f1f6f5;
  --mint: #e4f2ed;
  --mint-soft: #f0f8f5;
  --green: #0b755f;
  --green-dark: #075846;
  --shadow: 0 28px 70px rgba(24, 48, 49, 0.11), 0 4px 16px rgba(24, 48, 49, 0.05);
  --shadow-soft: 0 16px 44px rgba(24, 48, 49, 0.08);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: light;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 78% 9%, rgba(202, 232, 222, 0.28), transparent 30rem);
}

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

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

img {
  max-width: 100%;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-shell {
  width: min(1240px, calc(100% - 3rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px) saturate(150%);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(219, 228, 229, 0.9);
  box-shadow: 0 8px 28px rgba(24, 48, 49, 0.05);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  width: min(1380px, calc(100% - 3rem));
  min-height: 4.6rem;
  margin-inline: auto;
}

.brand,
.site-nav,
.header-actions,
.button-row,
.platform-list > div,
.footer-top,
.footer-top nav,
.footer-bottom {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.7rem;
  font-size: 1rem;
  font-weight: 720;
  letter-spacing: -0.02em;
}

.brand-icon {
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 auto;
  border-radius: 0.65rem;
}

.site-nav {
  justify-content: center;
  gap: clamp(1rem, 2.4vw, 2.25rem);
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 560;
}

.site-nav a,
.sign-in-link,
.footer-top nav a {
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.sign-in-link:hover,
.sign-in-link:focus-visible,
.footer-top nav a:hover,
.footer-top nav a:focus-visible {
  color: var(--green);
  outline: none;
}

.header-actions {
  gap: 1.25rem;
  font-size: 0.9rem;
  font-weight: 620;
}

.nav-download {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1rem;
  color: #fff;
  border: 1px solid var(--green-dark);
  border-radius: 0.45rem;
  background: var(--green-dark);
  transition: background 160ms ease, transform 160ms ease;
}

.nav-download:hover,
.nav-download:focus-visible {
  background: var(--green);
  outline: none;
  transform: translateY(-1px);
}

.hero {
  display: grid;
  justify-items: center;
  gap: clamp(3.5rem, 7vw, 6rem);
  padding: clamp(5.5rem, 10vw, 9rem) 0 clamp(7rem, 12vw, 11rem);
  text-align: center;
}

.hero-copy {
  display: grid;
  justify-items: center;
  max-width: 1100px;
}

.eyebrow,
.section-index {
  margin: 0 0 1.35rem;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.15em;
}

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

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 11.5ch;
  margin-bottom: 1.8rem;
  font-size: clamp(4rem, 8.8vw, 8rem);
  line-height: 0.94;
}

.hero-app-lockup {
  display: grid;
  justify-items: center;
  margin-bottom: 1.8rem;
}

.hero-app-icon {
  display: block;
  width: clamp(10rem, 18vw, 14.5rem);
  height: auto;
  filter: drop-shadow(0 24px 34px rgba(7, 70, 60, 0.16));
}

.hero-app-lockup h1 {
  max-width: none;
  margin: 0.45rem 0 0;
  font-size: clamp(4.6rem, 8vw, 7.25rem);
  line-height: 0.92;
}

h2 {
  margin-bottom: 1.4rem;
  font-size: clamp(3.1rem, 6.4vw, 6.2rem);
  line-height: 0.98;
}

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

.hero-subtitle {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.6;
}

.button-row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.88rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  outline: none;
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--green-dark);
  box-shadow: 0 12px 28px rgba(7, 88, 70, 0.14);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--green);
  box-shadow: 0 16px 34px rgba(7, 88, 70, 0.2);
}

.button-secondary {
  color: var(--ink);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.92);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: #99bbb0;
  background: var(--mint-soft);
}

.trust-line {
  margin: 1.15rem 0 0;
  color: #778380;
  font-size: 0.85rem;
  font-weight: 560;
}

.trust-line span {
  margin-inline: 0.4rem;
  color: #a6b1ae;
}

.product-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(188, 205, 205, 0.86);
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 18px 44px rgba(20, 42, 43, 0.1);
}

.product-frame picture {
  display: block;
}

.product-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.media-pan:focus-visible {
  outline: 2px solid rgba(11, 117, 95, 0.52);
  outline-offset: 0.3rem;
}

.shot-stage {
  isolation: isolate;
  overflow: hidden;
  border: 0;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 255, 255, 0.9), transparent 32%),
    linear-gradient(145deg, #dceee9 0%, #e8edf0 48%, #f3eee4 100%);
  box-shadow: none;
}

.shot-stage::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(120deg, rgba(11, 117, 95, 0.08), transparent 42%, rgba(102, 115, 172, 0.07));
  pointer-events: none;
}

.hero-shot {
  height: clamp(32rem, 55vw, 43rem);
  width: 100%;
  padding: clamp(3rem, 6vw, 5rem) 0 0 clamp(2.25rem, 6vw, 5rem);
  overflow: hidden;
  border: 0;
  border-radius: 2.25rem;
  box-shadow: none;
}

.desktop-window {
  position: relative;
  width: 112%;
  max-width: none;
  overflow: hidden;
  border: 1px solid rgba(176, 193, 195, 0.92);
  border-radius: 1.35rem 0 0 0;
  background: #fff;
  box-shadow: 0 34px 80px rgba(18, 38, 42, 0.18);
}

.window-controls-overlay {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.48rem;
}

.window-control {
  width: 0.72rem;
  height: 0.72rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}

.window-close {
  background: #ff5f57;
}

.window-minimize {
  background: #febc2e;
}

.window-maximize {
  background: #28c840;
}

.hero-shot picture {
  display: block;
  width: 100%;
}

.product-intro {
  display: grid;
  justify-items: center;
  padding-bottom: clamp(8rem, 15vw, 15rem);
  text-align: center;
}

.product-intro h2 {
  max-width: 14ch;
}

.product-intro > p:last-child {
  max-width: 690px;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7.5rem);
  padding-block: clamp(7rem, 12vw, 12rem);
}

.story-reverse {
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
}

.story-copy h2 {
  font-size: clamp(3.2rem, 5.7vw, 5.6rem);
}

.story-copy > p:not(.section-index) {
  max-width: 33rem;
  margin-bottom: 0;
  font-size: 1.05rem;
}

.story-copy .supporting-copy,
.supporting-copy {
  margin-top: 1.4rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 620;
}

.visual-cluster {
  position: relative;
  height: clamp(35rem, 48vw, 40rem);
  min-width: 0;
  padding: 0;
}

.cluster-main {
  position: absolute;
  top: clamp(2.5rem, 5vw, 4rem);
  left: clamp(2.5rem, 5vw, 4rem);
  width: 94%;
  box-shadow: 0 24px 60px rgba(22, 44, 46, 0.14);
}

.cluster-detail {
  position: absolute;
  right: auto;
  bottom: clamp(1.5rem, 4vw, 3rem);
  left: clamp(1.5rem, 4vw, 3rem);
  width: min(47%, 360px);
  box-shadow: 0 24px 54px rgba(20, 42, 43, 0.18);
}

.story-wash {
  background: var(--warm);
}

.note-cluster {
  height: clamp(38rem, 52vw, 43rem);
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.94), transparent 30%),
    linear-gradient(145deg, #d8ece7, #ebeaf0 60%, #f3eadf);
}

.note-cluster .cluster-main {
  top: clamp(2rem, 4vw, 3.5rem);
  right: clamp(-5rem, -5vw, -2rem);
  left: auto;
  width: 96%;
}

.note-cluster .cluster-detail {
  right: auto;
  bottom: clamp(1.5rem, 3vw, 2.5rem);
  left: clamp(1.5rem, 4vw, 3rem);
  width: 78%;
}

.financial-story {
  padding-block: clamp(8rem, 13vw, 13rem);
}

.wide-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 7rem);
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.wide-heading h2 {
  max-width: 12ch;
  margin-bottom: 0;
}

.wide-heading > p {
  max-width: 32rem;
  margin-bottom: 0.5rem;
  font-size: 1.04rem;
}

.financial-visuals {
  position: relative;
  height: clamp(37rem, 52vw, 43rem);
  padding: 0;
}

.financial-main {
  position: absolute;
  top: clamp(2.5rem, 5vw, 4rem);
  left: clamp(3rem, 7vw, 6rem);
  width: 86%;
  box-shadow: 0 28px 70px rgba(20, 42, 43, 0.15);
}

.survivor-detail {
  position: absolute;
  right: clamp(2rem, 6vw, 5rem);
  bottom: clamp(1.5rem, 4vw, 3rem);
  width: 61%;
  box-shadow: 0 24px 54px rgba(20, 42, 43, 0.17);
}

.coverage-stack {
  position: relative;
  display: block;
  height: clamp(35rem, 47vw, 40rem);
  min-width: 0;
  padding: 0;
}

.coverage-stack figure {
  position: absolute;
  box-shadow: 0 24px 60px rgba(20, 42, 43, 0.15);
}

.coverage-stack figure:first-child {
  top: clamp(2rem, 4vw, 3rem);
  left: clamp(1.5rem, 3vw, 2.5rem);
  width: 104%;
}

.document-wash {
  background: linear-gradient(180deg, #f6f4ef, #f4f7f6);
}

.document-composition {
  display: grid;
  min-height: 38rem;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  place-items: center;
}

.pdf-frame {
  position: relative;
  width: 100%;
  height: 33rem;
  overflow: hidden;
  border: 1px solid rgba(42, 65, 68, 0.22);
  border-radius: 1rem;
  background: #d8dddd;
  box-shadow: 0 24px 54px rgba(20, 42, 43, 0.17);
}

.pdf-window-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 2.45rem;
  padding: 0 0.75rem;
  color: #46585c;
  border-bottom: 1px solid rgba(42, 65, 68, 0.18);
  background: linear-gradient(180deg, #fbfcfc, #eef1f1);
  font-size: 0.66rem;
  font-weight: 700;
}

.pdf-window-controls {
  display: flex;
  gap: 0.36rem;
  justify-self: start;
}

.pdf-window-controls i {
  display: block;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(34, 43, 44, 0.12);
}

.pdf-window-controls i:nth-child(1) { background: #ff5f57; }
.pdf-window-controls i:nth-child(2) { background: #febc2e; }
.pdf-window-controls i:nth-child(3) { background: #28c840; }

.pdf-window-title {
  max-width: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdf-window-toolbar {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  min-height: 1.85rem;
  padding-top: 0.47rem;
  color: #66777b;
  border-bottom: 1px solid rgba(42, 65, 68, 0.14);
  background: #f5f7f7;
  font-size: 0.58rem;
  font-weight: 700;
}

.pdf-document-canvas {
  display: block;
  height: calc(100% - 4.3rem);
  overflow: hidden;
  padding: 1.15rem 1rem 0;
  background: linear-gradient(135deg, #cbd2d2, #e2e5e4);
}

.pdf-document-canvas picture {
  display: block;
  width: 108%;
  margin: 0 0 0 -4%;
}

.pdf-document-canvas img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(34, 50, 53, 0.12);
  background: #fff;
  box-shadow: 0 12px 28px rgba(29, 43, 45, 0.2);
}

.review-note {
  width: fit-content;
  margin-top: 1.6rem;
  padding: 0.8rem 1rem;
  color: var(--green-dark) !important;
  border-left: 3px solid var(--green);
  background: var(--mint-soft);
  font-weight: 650;
}

.ai-composition {
  position: relative;
  min-height: 43rem;
  padding: 0;
}

.ai-main {
  position: absolute;
  top: clamp(2rem, 4vw, 3rem);
  left: clamp(2rem, 5vw, 4rem);
  width: 72%;
  z-index: 2;
  border: 0;
  background: transparent;
  box-shadow: 0 28px 64px rgba(20, 42, 43, 0.18);
}

.ai-settings {
  position: absolute;
  right: clamp(-5rem, -5vw, -2rem);
  bottom: clamp(2rem, 5vw, 4rem);
  width: 92%;
  border: 0;
  background: transparent;
  box-shadow: 0 22px 54px rgba(20, 42, 43, 0.13);
}

.security-section {
  padding-block: clamp(8rem, 13vw, 13rem);
  background: var(--mint-soft);
}

.security-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.security-copy h2 {
  font-size: clamp(3.5rem, 6.4vw, 6.4rem);
}

.security-copy > p:not(.section-index) {
  font-size: 1.04rem;
}

.security-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 2rem 0;
  border-top: 1px solid #cfe1da;
  list-style: none;
}

.security-points li {
  padding: 0.9rem 0.25rem 0.9rem 0;
  border-bottom: 1px solid #cfe1da;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 650;
}

.security-points li:nth-child(even) {
  padding-left: 0.75rem;
}

.legal-note {
  color: #73817e;
  font-size: 0.78rem !important;
}

.security-shot {
  height: clamp(34rem, 45vw, 39rem);
  padding: clamp(3rem, 6vw, 5rem) 0 0 clamp(2.5rem, 6vw, 5rem);
  border: 0;
  box-shadow: none;
}

.security-shot picture {
  display: block;
  width: 112%;
  max-width: none;
  overflow: hidden;
  border: 1px solid rgba(181, 198, 198, 0.9);
  border-radius: 1.2rem 0 0 0;
  background: #fff;
  box-shadow: 0 28px 64px rgba(20, 42, 43, 0.14);
}

.platform-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  padding-block: clamp(8rem, 13vw, 13rem);
}

.platform-copy h2 {
  max-width: 13ch;
}

.platform-copy > p:not(.section-index) {
  max-width: 35rem;
  font-size: 1.04rem;
}

.platform-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.platform-list > div {
  gap: 1.2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}

.platform-list svg,
.platform-list .brand-icon {
  width: 3.6rem;
  height: 3.6rem;
  flex: 0 0 auto;
}

.platform-list svg {
  padding: 0.9rem;
  fill: var(--green-dark);
  border: 1px solid #cce0d9;
  border-radius: 0.9rem;
  background: var(--mint-soft);
}

.platform-list .brand-icon {
  padding: 0;
  border: 0;
  border-radius: 0.9rem;
  background: transparent;
}

.platform-list span {
  display: grid;
  gap: 0.2rem;
}

.platform-list strong {
  font-size: 1.02rem;
}

.platform-list small {
  color: var(--muted);
}

.pricing-section {
  padding-block: clamp(8rem, 13vw, 13rem);
  border-top: 1px solid var(--line);
}

.centered-heading {
  display: grid;
  justify-items: center;
  max-width: 820px;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  text-align: center;
}

.centered-heading h2 {
  max-width: 13ch;
}

.centered-heading > p:last-child {
  max-width: 580px;
  margin-bottom: 0;
  font-size: 1.04rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 960px;
  margin-inline: auto;
}

.pricing-card {
  display: grid;
  align-content: start;
  min-height: 34rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--line-strong);
  border-radius: 1.25rem;
  background: #fff;
}

.pricing-featured {
  border-color: #a8c9bf;
  background: linear-gradient(180deg, #f8fcfa, #edf7f3);
}

.price-heading {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--line);
}

.price-heading p {
  margin-bottom: 0.6rem;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-heading h3 {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.7rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.price-heading h3 small {
  font-family: var(--font-sans);
  font-size: clamp(0.84rem, 1.2vw, 1rem);
  font-weight: 560;
  letter-spacing: 0;
}

.price-heading span {
  color: var(--muted);
  font-size: 0.86rem;
}

.pricing-card ul {
  display: grid;
  gap: 0.8rem;
  padding: 1.7rem 0;
  margin: 0;
  list-style: none;
}

.plan-note {
  margin: -0.35rem 0 1.1rem;
  color: #74817e;
  font-size: 0.78rem;
}

.plan-legal {
  margin: 0 0 0.65rem;
  color: #667572;
  font-size: 0.72rem;
  line-height: 1.55;
}

.plan-legal a,
.footer-bottom a {
  color: var(--green-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pricing-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

.pricing-card li .icon {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.16rem;
  color: var(--green);
  stroke-width: 2.4;
}

.pricing-card .button {
  align-self: end;
  width: fit-content;
  margin-top: auto;
}

.tax-note {
  margin: 1.25rem 0 0;
  color: #788583;
  font-size: 0.8rem;
  text-align: center;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.6fr) minmax(0, 1.4fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
  padding-bottom: clamp(8rem, 13vw, 13rem);
}

.faq-heading {
  position: sticky;
  top: 7rem;
}

.faq-heading h2 {
  font-size: clamp(3.3rem, 6vw, 5.5rem);
}

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

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

.faq-list summary {
  position: relative;
  padding: 1.35rem 3rem 1.35rem 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 650;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 1.2rem;
  content: "+";
  color: var(--green);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}

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

.faq-list summary:focus-visible {
  color: var(--green);
  outline: none;
}

.faq-list details p {
  max-width: 44rem;
  margin: -0.25rem 0 1.4rem;
  font-size: 0.94rem;
}

.final-cta {
  display: grid;
  justify-items: center;
  margin-bottom: clamp(7rem, 11vw, 10rem);
  padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 6vw, 5rem);
  border: 1px solid #c6dfd6;
  border-radius: 2rem;
  background: linear-gradient(145deg, #e6f4ef, #f7f5ef);
  text-align: center;
}

.final-cta h2 {
  max-width: 13ch;
}

.final-cta > p:not(.eyebrow) {
  max-width: 540px;
  margin-bottom: 0;
  font-size: 1.04rem;
}

.site-footer {
  width: min(1380px, calc(100% - 3rem));
  margin-inline: auto;
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
}

.footer-top {
  justify-content: space-between;
  gap: 2rem;
}

.footer-top nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.35rem;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 560;
}

.footer-top .footer-legal {
  display: grid;
  justify-items: start;
  gap: 0.35rem;
}

.footer-legal strong {
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom {
  flex-wrap: wrap;
  gap: 0.65rem 1.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: #7d8987;
  font-size: 0.72rem;
}

.footer-bottom p {
  margin: 0;
  color: inherit;
  line-height: 1.5;
}

.footer-bottom span {
  margin-left: auto;
}

.subscription-result-legal {
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 1.2rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.subscription-result-legal a {
  color: var(--green-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.subscription-result-legal strong { color: var(--ink); }

.image-missing {
  min-height: 16rem;
  background: repeating-linear-gradient(135deg, #f3f6f5, #f3f6f5 16px, #eaf0ee 16px, #eaf0ee 32px);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 720ms cubic-bezier(0.2, 0.65, 0.2, 1), transform 720ms cubic-bezier(0.2, 0.65, 0.2, 1);
}

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

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: auto auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    order: 3;
    overflow-x: auto;
    padding-bottom: 0.7rem;
    scrollbar-width: none;
  }

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

  .header-actions {
    justify-self: end;
  }

  .story-section,
  .story-reverse,
  .security-grid,
  .platform-section {
    grid-template-columns: 1fr;
  }

  .story-reverse .visual-cluster,
  .story-reverse .document-composition {
    order: 2;
  }

  .story-reverse .story-copy {
    order: 1;
  }

  .story-copy > p:not(.section-index),
  .platform-copy > p:not(.section-index) {
    max-width: 44rem;
  }

  .ai-composition {
    min-height: 44rem;
  }

  .security-copy {
    max-width: 720px;
  }

  .security-shot {
    max-width: 940px;
  }

  .faq-section {
    grid-template-columns: 1fr;
  }

  .faq-heading {
    position: static;
  }
}

@media (max-width: 760px) {
  .section-shell,
  .header-inner,
  .site-footer {
    width: min(100% - 1.5rem, 1240px);
  }

  .header-inner {
    gap: 0.75rem 1rem;
  }

  .sign-in-link {
    display: none;
  }

  .nav-download {
    padding: 0.65rem 0.8rem;
  }

  h1 {
    font-size: clamp(3.3rem, 16vw, 5rem);
  }

  .hero-app-icon {
    width: clamp(9rem, 42vw, 12rem);
  }

  .hero-app-lockup h1 {
    font-size: clamp(4rem, 18vw, 5.4rem);
  }

  h2,
  .story-copy h2 {
    font-size: clamp(2.75rem, 12vw, 4rem);
  }

  .hero {
    gap: 3rem;
    padding-top: 4.5rem;
  }

  .product-intro,
  .story-section,
  .financial-story,
  .security-section,
  .platform-section,
  .pricing-section {
    padding-block: 6.5rem;
  }

  .wide-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .pricing-card {
    min-height: 0;
  }

  .pricing-card .button {
    margin-top: 1rem;
  }

  .footer-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-top nav {
    justify-content: flex-start;
  }

  .footer-bottom span {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .site-nav {
    gap: 1.15rem;
    font-size: 0.8rem;
  }

  .button-row {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .trust-line span {
    display: none;
  }

  .trust-line {
    display: grid;
    gap: 0.15rem;
  }

  .hero-shot,
  .visual-cluster,
  .financial-visuals,
  .coverage-stack,
  .document-composition,
  .ai-composition,
  .final-cta {
    border-radius: 1.25rem;
  }

  .mobile-zoom {
    min-height: 20rem;
    overflow: hidden;
  }

  .mobile-zoom picture {
    width: 620px;
    max-width: none;
  }

  .mobile-focus-left picture {
    transform: translateX(0);
  }

  .mobile-focus-center picture {
    transform: translateX(-29%);
  }

  .mobile-focus-right picture {
    transform: translateX(-42%);
  }

  .hero-shot {
    min-height: 28rem;
  }

  .hero-shot picture {
    width: 100%;
    transform: none;
  }

  .hero-shot .desktop-window {
    width: 760px;
    transform: translateX(-29%);
  }

  .visual-cluster {
    display: grid;
    gap: 1rem;
    padding: 0.75rem;
  }

  .cluster-main,
  .note-cluster .cluster-main,
  .cluster-detail,
  .note-cluster .cluster-detail {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .profile-cluster .cluster-detail {
    max-height: 22rem;
  }

  .financial-visuals {
    display: grid;
    gap: 1rem;
    padding: 0.75rem;
  }

  .financial-main,
  .survivor-detail {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .media-pan {
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .media-pan picture {
    width: 720px;
    max-width: none;
    scroll-snap-align: start;
  }

  .survivor-detail {
    min-height: 10rem;
  }

  .document-composition,
  .ai-composition {
    display: grid;
    gap: 1rem;
    min-height: 0;
    padding: 0.75rem;
  }

  .pdf-frame,
  .ai-main,
  .ai-settings {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .pdf-frame {
    height: 28rem;
    margin-left: 0;
  }

  .pdf-document-canvas picture {
    width: min(78%, 18rem);
    margin: 0 auto;
  }

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

  .security-points li:nth-child(even) {
    padding-left: 0;
  }

  .platform-list > div {
    padding: 1.2rem 0;
  }

  .faq-list summary {
    padding-block: 1.15rem;
  }

  .final-cta {
    margin-bottom: 5rem;
    padding: 3.5rem 1rem;
  }
}

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

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
