/* Figtree (SIL Open Font License), self-hosted so the page loads nothing from
   a third party. Variable weight 300–900 in one file per subset. */
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 400 900; font-display: swap; src: url("/assets/fonts/figtree-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 400 900; font-display: swap; src: url("/assets/fonts/figtree-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* trysimplypdf.com — the landing page.
   One committed visual world: the Signet dark palette from the app's design
   system (Packages/DesignSystem/Tokens.swift), with the document itself as
   the only light object on the stage. Every colour here is a token; nothing
   is inherited from the host. */

:root {
  --stage: #0F0D17;
  --paper: #14121C;
  --surface: #1E1B2A;
  --line: #2C2839;
  --line-2: #3A3550;
  --line-3: #66607F;
  --section: 6rem;
  --ink: #F0EEF7;
  --mute: #A49DBA;
  --accent: #A98CFF;
  --accent-deep: #6C4BD8;
  --on-accent: #16112B;
  --sheet: #FFFFFF;
  --sheet-ink: #1D1A26;
  --sheet-mute: #6C6680;
  --sheet-line: #C3BCD6;
  --sheet-bar: #3A3550;
  --ok: #55B98B;
  --on-ok: #0B1A12;
  --warn: #F2808F;
  --font: "Figtree", ui-rounded, -apple-system, BlinkMacSystemFont, "SF Pro Rounded", system-ui, sans-serif;
  --r: 16px;
  --r-lg: 28px;
  --wrap: 72rem;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --d1: .2s;
  --d2: .45s;
  --d3: .8s;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --spring: cubic-bezier(.34, 1.4, .64, 1);
  --i: 0;
  color-scheme: dark;
}

*, ::before, ::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 4.5rem; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--stage);
  color: var(--ink);
  font: 400 1.0625rem/1.6 var(--font);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 1rem; top: -3rem; z-index: 200; background: var(--accent); color: var(--on-accent); padding: .5rem .9rem; border-radius: 999px; font-weight: 700; text-decoration: none; }
.skip:focus { top: 1rem; }

/* ---- type scale ---- */
.display { font-size: clamp(2.75rem, 7.2vw, 5.375rem); line-height: .98; letter-spacing: -.035em; font-weight: 800; }
h2, .h2 { font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.06; letter-spacing: -.03em; font-weight: 800; }
h3 { font-size: 1.25rem; line-height: 1.25; letter-spacing: -.015em; font-weight: 700; }
.eyebrow { font-size: .8125rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
.lede { font-size: clamp(1.125rem, 2vw, 1.375rem); line-height: 1.45; color: var(--mute); max-width: 32rem; margin-top: 1.5rem; }
.section-lede { color: var(--mute); max-width: 36rem; margin-top: 1rem; font-size: 1.125rem; }
.section-head { max-width: 42rem; margin-bottom: 3rem; }
.accent { color: var(--accent); }

/* ---- reveal primitives ---- */
/* The hero's words and blocks arrive by transform and blur only, never from
   opacity 0: an invisible element is not a Largest Contentful Paint candidate,
   so a faded-in headline or phone would move the LCP to the end of its own
   animation. Below the fold, where LCP is settled, reveals may fade. */
.rise { animation: rise var(--d3) var(--ease-out) both; animation-delay: calc(var(--i) * 70ms); }
.w { display: inline-block; animation: rise var(--d3) var(--ease-out) both; animation-delay: calc(var(--i) * 70ms); }
@keyframes rise {
  from { transform: translateY(.55em); filter: blur(7px); }
  to { transform: none; filter: blur(0); }
}
.section-head, .qa, .get-inner { transition: opacity var(--d3) var(--ease-out), transform var(--d3) var(--ease-out); }
.section-head.in, .qa.in, .get-inner.in { opacity: 1; transform: none; }

/* EVERY HIDDEN-UNTIL-REVEALED START STATE LIVES HERE, gated on the .js class
   the script sets on <html> as its first act. Without the script nothing is
   hidden and nothing waits: the page is at rest and complete. The .in rules
   further down are later in the file at equal specificity, so they win. */
.js .section-head, .js .qa, .js .get-inner { opacity: 0; transform: translateY(20px); }
.js .tile { opacity: 0; transform: translateY(24px); }
.js .plan { opacity: 0; transform: translateY(20px); }
.js .pledge-list li { opacity: 0; transform: translateX(-14px); }
.js .ver li { opacity: 0; transform: translateY(8px); }
.js .v-text { opacity: 0; }
.js .v-sig { stroke-dashoffset: 1; opacity: 0; }
.js .scan-page { transform: rotateX(40deg) rotateZ(-10deg) translateY(12px) scale(1.06); }
.js .scan-chip { opacity: 0; transform: translateY(6px); }
.js .r-bar { transform: scaleX(0); opacity: 1; }
.js .r-target { opacity: 1; }
.js .r-cap { opacity: 0; }
.js .s-tray, .js .s-verb { opacity: 0; }
/* The reveal for the three above must beat the hide REGARDLESS OF ORDER: at
   equal specificity the later rule wins, and this block sits after their
   reveal, which on 2026-09-09 hid every section heading, the questions and
   the final call to action on the live site. One more class settles it. */
.js .section-head.in, .js .qa.in, .js .get-inner.in { opacity: 1; transform: none; }

/* ---- controls ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  height: 3rem; padding: 0 1.4rem; border-radius: 999px; border: 0; cursor: pointer;
  background: var(--accent); color: var(--on-accent);
  font: 700 1rem/1 var(--font); text-decoration: none; white-space: nowrap;
  box-shadow: 0 10px 30px -12px rgba(169, 140, 255, .65);
  transition: transform var(--d1) var(--ease-out), box-shadow var(--d1) var(--ease-out), background var(--d1);
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 14px 34px -10px rgba(169, 140, 255, .8); background: #B79EFF; }
.btn:active { transform: translateY(0) scale(.985); }
.btn:disabled { opacity: .6; cursor: default; transform: none; }
.btn.small { height: 2.5rem; padding: 0 1rem; font-size: .9375rem; }
.btn.badge { background: none; box-shadow: none; padding: 0; height: auto; border-radius: 8px; }

.notify { display: flex; flex-wrap: wrap; gap: .5rem; width: min(100%, 30rem); }
.notify input[type="email"] {
  flex: 1 1 13rem; height: 3rem; min-width: 0; padding: 0 1.1rem; border: 0; border-radius: 999px;
  background: var(--surface); color: var(--ink); font: 500 1rem var(--font);
  box-shadow: inset 0 0 0 1px var(--line-3);
  transition: box-shadow var(--d1);
}
.notify input[type="email"]::placeholder { color: var(--mute); }
.notify input[type="email"]:focus { outline: 0; box-shadow: inset 0 0 0 2px var(--accent); }
.notify-note { flex-basis: 100%; font-size: .875rem; color: var(--mute); margin-top: .1rem; text-wrap: balance; }
.notify-note:focus { outline: 0; }
.notify.done input, .notify.done button { display: none; }
.notify.done .notify-note { color: var(--ok); font-weight: 600; font-size: 1rem; }
.hp { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); opacity: 0; pointer-events: none; }
.link-arrow { color: var(--accent); font-weight: 600; text-decoration: none; text-underline-offset: 4px; }
.link-arrow:hover { text-decoration: underline; }

/* ---- top bar ---- */
.top {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 1.5rem;
  height: 4rem; padding: 0 var(--gutter);
  background: color-mix(in srgb, var(--stage) 72%, transparent);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  backdrop-filter: saturate(160%) blur(16px);
  transition: box-shadow var(--d2);
}
.top.scrolled { box-shadow: 0 1px 0 var(--line); }
.brand { display: inline-flex; align-items: center; gap: .6rem; color: var(--ink); text-decoration: none; font-weight: 800; letter-spacing: -.02em; font-size: 1.125rem; margin-right: auto; }
.brand img { border-radius: 8px; }
.top-nav { display: flex; gap: 1.5rem; }
.top-nav a { color: var(--mute); text-decoration: none; font-weight: 600; font-size: .9375rem; transition: color var(--d1); }
.top-nav a:hover { color: var(--ink); }

/* ---- hero ---- */
.hero {
  position: relative; max-width: var(--wrap); margin: 0 auto; overflow-x: clip;
  padding: clamp(2rem, 6vh, 5rem) var(--gutter) 2rem;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: center;
  min-height: calc(100svh - 4rem);
}
.hero-copy { position: relative; z-index: 1; }
.cta { display: flex; flex-direction: column; align-items: flex-start; gap: .9rem; margin-top: 1.75rem; }
.hero-pledges { display: flex; flex-wrap: wrap; gap: .4rem 1.25rem; list-style: none; margin-top: 1.75rem; color: var(--mute); font-size: .9375rem; font-weight: 500; }
.hero-pledges li { display: inline-flex; align-items: center; gap: .5rem; }
.hero-pledges li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 10px var(--ok); }

.hero-visual { position: relative; display: grid; place-items: center; animation: float 7s ease-in-out 3 alternate; }
@keyframes float { from { transform: translateY(0); } to { transform: translateY(-12px); } }
.spot {
  position: absolute; inset: -18%; pointer-events: none;
  background: radial-gradient(closest-side, rgba(169, 140, 255, .42), rgba(108, 75, 216, .18) 45%, transparent 72%);
  filter: blur(40px);
  --dx: 0px; --dy: 0px;
  animation: breathe 9s ease-in-out 3 alternate both;
}
@keyframes breathe { from { opacity: .7; transform: translate(var(--dx), var(--dy)) scale(.94); } to { opacity: 1; transform: translate(var(--dx), var(--dy)) scale(1.06); } }

.phone {
  --pw: min(19.5rem, 100%, calc((100svh - 12rem) * .46));
  position: relative; width: var(--pw); margin: 0; padding: calc(var(--pw) * .028);
  background: #0B0A10; border-radius: calc(var(--pw) * .16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), inset 0 0 0 3px #1a1822,
    0 60px 120px -40px rgba(0, 0, 0, .9), 0 0 100px -30px rgba(169, 140, 255, .45);
  animation: phone-in 1.1s var(--spring) .35s both;
}
@keyframes phone-in { from { transform: translateY(48px) rotate(-2deg) scale(.94); } }
/* The screen carries the iPhone 16 Pro display ratio and the body wraps it,
   so the real capture is never cropped. */
.phone-screen {
  position: relative; aspect-ratio: 1206 / 2622; overflow: hidden;
  border-radius: calc(var(--pw) * .146); background: #FAF9FC;
}
.phone-screen img { width: 100%; height: 100%; object-fit: cover; }
.island {
  position: absolute; top: calc(var(--pw) * .054); left: 50%; transform: translateX(-50%);
  width: calc(var(--pw) * .30); height: calc(var(--pw) * .087); border-radius: 999px; background: #000;
}

/* ---- the film ---- */
.film { position: relative; padding: 5rem 0; }
.film-stage {
  position: relative; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter);
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
}
.film-sheet { --sheet-w: min(100%, 26rem); position: relative; width: var(--sheet-w); margin: 0 auto; }
.film[data-film="live"] .film-sheet { --sheet-w: min(100%, 26rem, calc((100svh - 9rem) * .75)); }
.sheet { width: 100%; height: auto; filter: drop-shadow(0 40px 60px rgba(0, 0, 0, .65)) drop-shadow(0 0 60px rgba(169, 140, 255, .12)); font-family: var(--font); }
.paper { fill: var(--sheet); }
.t-title { font-size: 20px; font-weight: 800; fill: var(--sheet-ink); letter-spacing: -.02em; }
.t-small, .t-label { font-size: 9px; font-weight: 600; fill: var(--sheet-mute); }
.t-num { font-weight: 800; fill: var(--sheet-ink); }
.t-tiny { font-size: 7.5px; fill: var(--sheet-mute); }
.t-bar { font-size: 9px; font-weight: 700; fill: #fff; }
.t-sign { font-size: 13px; font-weight: 800; fill: var(--sheet-ink); }
.t-typed { font-size: 15px; font-weight: 500; fill: var(--sheet-ink); }
.t-date { font-size: 9px; font-weight: 500; fill: var(--sheet-ink); }
.bar { fill: var(--sheet-bar); }
.rule { stroke: var(--sheet-line); stroke-width: 1; }
.rule.strong { stroke: var(--sheet-ink); stroke-width: 1.5; }
.box, .tin rect { fill: none; stroke: var(--sheet-line); stroke-width: 1; }
/* A dash of length zero still paints its round caps as a dot, so every
   undrawn signature is transparent as well as fully offset. */
.sig { fill: none; stroke: var(--sheet-ink); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; }
.caret { fill: var(--accent-deep); }
.caret-g { transform-box: view-box; }
.tap-ring { fill: none; stroke: var(--accent-deep); stroke-width: 1.5; opacity: 0; transform-box: fill-box; transform-origin: center; }
.tap-dot { fill: var(--accent-deep); opacity: 0; }
.flash { fill: #fff; opacity: 0; pointer-events: none; }
/* The typed name is revealed by a paper-coloured cover sliding off it: a plain
   rect with a plain transform, because Safari does not honour CSS transforms
   on clipPath children. */
.cover { fill: var(--sheet); }

/* At rest (no JavaScript, reduced motion, short viewports): the finished
   document and the four captions in a column. */
.sig { stroke-dashoffset: 0; }
.cover { transform: translateX(96px); }
.caret-g { transform: translate(-28px, 19px); }
.caret { opacity: 0; }
.t-date { opacity: 1; }
.sent-pill { display: none; }
.film-progress { display: none; }
.chapters { list-style: none; display: grid; gap: 2.25rem; }
.chapter-k { font-size: .8125rem; font-weight: 700; color: var(--accent); letter-spacing: .08em; font-variant-numeric: tabular-nums; margin-bottom: .5rem; }
.chapter h3 { font-size: clamp(1.75rem, 3.4vw, 2.5rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; }
.chapter p:last-child { color: var(--mute); margin-top: .75rem; max-width: 28rem; font-size: 1.125rem; }

/* Live: sticky stage, scrubbed by scroll. */
.film[data-film="live"] { height: 460svh; padding: 0; }
.film[data-film="live"] .film-stage { position: sticky; top: 0; height: 100svh; }
.film[data-film="live"] .chapters { position: relative; min-height: 15rem; display: block; }
.film[data-film="live"] .chapter {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; opacity: 0; transform: translateY(16px);
  transition: opacity var(--d2) var(--ease-out), transform var(--d2) var(--ease-out);
  pointer-events: none;
}
.film[data-film="live"] [data-chapter="0"] .chapter[data-n="1"],
.film[data-film="live"] [data-chapter="1"] .chapter[data-n="1"],
.film[data-film="live"] [data-chapter="2"] .chapter[data-n="2"],
.film[data-film="live"] [data-chapter="3"] .chapter[data-n="3"],
.film[data-film="live"] [data-chapter="4"] .chapter[data-n="4"] { opacity: 1; transform: none; pointer-events: auto; }
.film[data-film="live"] .film-progress {
  display: block; position: absolute; left: var(--gutter); right: var(--gutter); bottom: 1.5rem;
  height: 2px; background: var(--line); border-radius: 1px; overflow: hidden;
}
.film[data-film="live"] .film-progress span { display: block; height: 100%; width: calc(var(--p, 0) * 100%); background: var(--accent); }

/* live: initial state of the document */
.film[data-film="live"] .sig { stroke-dashoffset: 1; opacity: 0; }
.film[data-film="live"] .cover { transform: none; }
.film[data-film="live"] .caret-g { transform: none; }
.film[data-film="live"] .t-date { opacity: 0; }
.film[data-film="live"] .sent-pill {
  display: inline-flex; align-items: center; gap: .5rem;
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  background: var(--ok); color: var(--on-ok); font-weight: 800; font-size: 1rem; white-space: nowrap;
  padding: .7rem 1.1rem; border-radius: 999px; box-shadow: 0 20px 60px -20px rgba(85, 185, 139, .8);
  opacity: 0; pointer-events: none;
}

/* chapter 1: the tap */
.film[data-film="live"] .c1 .tap-ring { animation: ring 1s var(--ease-out) both; }
.film[data-film="live"] .c1 .tap-dot { animation: fade .25s .1s both; }
.film[data-film="live"] .c1 .caret { opacity: 1; animation: blink 1s steps(2, jump-none) .5s infinite; }
@keyframes ring { 0% { opacity: 0; transform: scale(.3); } 25% { opacity: 1; } 100% { opacity: 0; transform: scale(2); } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes blink { from { opacity: 1; } to { opacity: 0; } }

/* chapter 2: the snap, then the words */
.film[data-film="live"] .c2 .tap-dot { animation: none; opacity: 0; transition: opacity .2s; }
.film[data-film="live"] .c2 .caret-g { animation: snap .6s var(--spring) both; }
.film[data-film="live"] .c2 .cover { animation: type 1.1s steps(12, end) .55s both; }
.film[data-film="live"] .c2 .caret { animation: type-caret 1.1s steps(12, end) .55s both, blink .9s steps(2, jump-none) 1.7s infinite; }
@keyframes snap { to { transform: translate(-28px, 19px); } }
@keyframes type { to { transform: translateX(96px); } }
@keyframes type-caret { to { transform: translateX(91px); } }

/* chapter 3: the signature */
.film[data-film="live"] .c3 .caret { animation: type-caret 0s both; opacity: 0; }
.film[data-film="live"] .c3 .sig { animation: draw 1.4s ease-in-out .15s both; }
.film[data-film="live"] .c3 .t-date { animation: fade .4s 1.4s both; }
@keyframes draw { from { stroke-dashoffset: 1; opacity: 0; } 3% { opacity: 1; } to { stroke-dashoffset: 0; opacity: 1; } }

/* chapter 4: flatten and send */
.film[data-film="live"] .c4 .flash { animation: flash .7s ease-out both; }
.film[data-film="live"] .c4 .sheet { animation: lift 1s var(--ease-out) .35s both; }
.film[data-film="live"] .c4 .sent-pill { animation: pill .7s var(--spring) .75s both; }
@keyframes flash { 0% { opacity: 0; } 20% { opacity: .85; } 100% { opacity: 0; } }
@keyframes lift { to { transform: translateY(-28px) scale(.94); opacity: .28; filter: drop-shadow(0 40px 60px rgba(0, 0, 0, .65)) drop-shadow(0 0 60px rgba(169, 140, 255, .12)) blur(1px); } }
@keyframes pill { from { opacity: 0; transform: translate(-50%, -30%) scale(.8); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }

/* ---- the screens ---- */
.shots { max-width: var(--wrap); margin: 0 auto; padding: var(--section) var(--gutter) calc(var(--section) - 1.5rem); }
.shots .section-head { margin-bottom: 2rem; }
.strip {
  list-style: none; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(13.5rem, 1fr); gap: 1.25rem;
  overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory;
  --bleed: max(var(--gutter), calc(50vw - var(--wrap) / 2 + var(--gutter)));
  margin-inline: calc(50% - 50vw); padding: 1rem var(--bleed) 1.5rem; scroll-padding-inline: var(--bleed);
  scrollbar-width: thin; scrollbar-color: var(--line-2) transparent;
}
.strip:focus-visible { outline-offset: -3px; }
.strip li { scroll-snap-align: start; }
.strip figure { margin: 0; }
.mini {
  position: relative; margin: 0; aspect-ratio: 1206 / 2622; background: #0B0A10; border-radius: 16% / 7.36%; overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), 0 30px 60px -30px rgba(0, 0, 0, .9);
  padding: 2.6%;
}
.mini img { width: 100%; height: 100%; object-fit: cover; border-radius: 10%/4.6%; }
.strip figcaption { margin-top: .9rem; font-size: .9375rem; font-weight: 600; color: var(--mute); }

/* ---- feature tiles ---- */
.pillars { max-width: var(--wrap); margin: 0 auto; padding: var(--section) var(--gutter); }
.tiles { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); gap: 1rem; }
.tile {
  background: var(--surface); border-radius: var(--r-lg); padding: 1.25rem 1.25rem 1.5rem;
  box-shadow: inset 0 0 0 1px var(--line), 0 30px 60px -40px rgba(0, 0, 0, .9);
  transition: opacity var(--d3) var(--ease-out), transform var(--d3) var(--ease-out), box-shadow var(--d2);
  transition-delay: calc(var(--i) * 80ms);
}
.tile.in { opacity: 1; transform: none; }
.tile:hover { box-shadow: inset 0 0 0 1px var(--line-2), 0 30px 60px -36px rgba(108, 75, 216, .5); }
.tile h3 { margin-top: 1.25rem; }
.tile p { color: var(--mute); margin-top: .5rem; font-size: 1rem; }
.vig { position: relative; aspect-ratio: 16 / 10; border-radius: var(--r); background: var(--paper); overflow: hidden; display: grid; place-items: center; }
.vig svg { width: 100%; height: 100%; font-family: var(--font); }
.v-paper { fill: var(--sheet); }
.v-rule { stroke: var(--sheet-line); stroke-width: 1.5; }
.v-field { fill: rgba(108, 75, 216, .1); }
.v-text { font-size: 10px; font-weight: 500; fill: var(--sheet-ink); }
.v-cap { font-size: 8px; font-weight: 700; fill: var(--sheet-mute); letter-spacing: .06em; text-transform: uppercase; }
.v-line { font-size: 10.5px; font-weight: 500; fill: var(--sheet-ink); }
.v-sig { fill: none; stroke: var(--sheet-ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 0; }

.in .vig-fill .f1 { animation: field .5s .2s both; }
.in .vig-fill .f2 { animation: field .5s .8s both; }
.in .vig-fill .f3 { animation: field .5s 1.2s both; }
.in .vig-fill .f4 { animation: field .5s 1.7s both; }
.in .vig-fill .t1 { animation: fade .3s .4s both; }
.in .vig-fill .t2 { animation: fade .3s 1s both; }
.in .vig-fill .t3 { animation: fade .3s 1.4s both; }
.in .vig-fill .t4 { animation: fade .3s 1.9s both; }
@keyframes field { 0% { fill: rgba(108, 75, 216, .1); } 40% { fill: rgba(108, 75, 216, .32); } 100% { fill: rgba(108, 75, 216, .06); } }

.in .vig-sign .v-sig { animation: draw 1.3s ease-in-out .3s both; }

.vig-scan { perspective: 600px; }
.scan-page {
  width: 46%; aspect-ratio: 3 / 4; background: var(--sheet); border-radius: 4px;
  display: grid; align-content: start; gap: 9%; padding: 12%;
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .8);
  transition: transform 1s var(--ease-out) .2s, box-shadow 1s var(--ease-out) .2s;
}
.scan-page span { height: 6px; background: var(--sheet-line); border-radius: 3px; }
.scan-page span:nth-child(2) { width: 70%; }
.scan-page span:nth-child(4) { width: 85%; }
.scan-page span:nth-child(5) { width: 55%; }
.in .scan-page { transform: none; box-shadow: 0 30px 50px -24px rgba(0, 0, 0, .9); }
.scan-chip {
  position: absolute; right: 9%; bottom: 10%;
  background: var(--ok); color: var(--on-ok); font-size: .75rem; font-weight: 800; letter-spacing: .04em;
  padding: .3rem .65rem; border-radius: 999px;
  transition: opacity .4s 1.15s, transform .4s var(--ease-out) 1.15s;
}
.in .scan-chip { opacity: 1; transform: none; }

/* At rest the redaction has happened: the bar has come and gone, the line is gone, the caption stands. */
.r-bar { fill: #111015; transform-box: fill-box; transform-origin: left center; transform: scaleX(1); opacity: 0; }
.r-target { opacity: 0; }
.in .vig-redact .r-bar { animation: wipe .5s var(--ease-out) .5s both, unveil .4s ease-out 1.5s both; }
.in .vig-redact .r-target { animation: vanish .01s 1s both; }
.in .vig-redact .r-cap { animation: fade .4s 1.7s both; }
@keyframes wipe { to { transform: scaleX(1); } }
@keyframes vanish { to { opacity: 0; } }
@keyframes unveil { to { opacity: 0; } }

.s-tray { fill: var(--surface); stroke: var(--line-2); stroke-width: 1; }
.s-icon { rx: 3; }
.s-verb { font-size: 9px; font-weight: 700; fill: var(--ink); }
.s-sheet { transform-box: fill-box; transform-origin: center; }
.in .vig-send .s-sheet { animation: send-lift 1.1s var(--ease-out) .3s both; }
.in .vig-send .s-tray, .in .vig-send .s-verb, .in .vig-send .s-icon { animation: tray .6s var(--ease-out) .5s both; }
.js .s-icon { opacity: 0; }
@keyframes send-lift { to { transform: translateY(-12px) scale(.92); opacity: .92; filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .45)); } }
@keyframes tray { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

.ver { list-style: none; width: 100%; padding: 0 1.1rem; display: grid; gap: .45rem; }
.ver li {
  display: flex; gap: .75rem; align-items: baseline;
  background: var(--surface); border-radius: 10px; padding: .5rem .75rem; font-size: .8125rem;
  box-shadow: inset 0 0 0 1px var(--line);
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.ver b { color: var(--accent); font-variant-numeric: tabular-nums; min-width: 4.6rem; font-weight: 700; }
.ver span { color: var(--mute); }
.in .ver li { opacity: 1; transform: none; }
.in .ver li:nth-child(1) { transition-delay: .2s; }
.in .ver li:nth-child(2) { transition-delay: .45s; }
.in .ver li:nth-child(3) { transition-delay: .7s; }

.also { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.75rem; }
.also li { font-size: .875rem; font-weight: 500; color: var(--mute); padding: .45rem .85rem; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line); }

/* ---- pledges ---- */
.pledges { background: var(--paper); padding: var(--section) 0; }
.pledges > * { max-width: var(--wrap); margin-left: auto; margin-right: auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.pledge-list { list-style: none; }
.pledge-list li { max-width: 50rem; }
.pledge-list li {
  position: relative; padding: 1.5rem 0 1.5rem 3.25rem; box-shadow: 0 -1px 0 var(--line);
  transition: opacity var(--d3) var(--ease-out), transform var(--d3) var(--ease-out);
  transition-delay: calc(var(--i) * 90ms);
}
.pledge-list.in li { opacity: 1; transform: none; }
.pledge-list li::before {
  content: ""; position: absolute; left: 0; top: 1.7rem; width: 1.75rem; height: 1.75rem; border-radius: 50%;
  background: rgba(242, 128, 143, .14) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 5l6 6M11 5l-6 6' stroke='%23F2808F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / 14px no-repeat;
}
.pledge-list h3 { font-size: 1.375rem; font-weight: 800; }
.pledge-list p { color: var(--mute); margin-top: .35rem; max-width: 40rem; }

/* ---- pricing ---- */
.pricing { max-width: var(--wrap); margin: 0 auto; padding: var(--section) var(--gutter); }
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: 1rem; }
.plan {
  position: relative; background: var(--surface); border-radius: var(--r-lg); padding: 1.75rem;
  box-shadow: inset 0 0 0 1px var(--line);
  transition: opacity var(--d3) var(--ease-out), transform var(--d3) var(--ease-out);
  transition-delay: calc(var(--i) * 90ms);
}
.plan.in { opacity: 1; transform: none; }
.plan.featured { box-shadow: inset 0 0 0 1.5px var(--accent), 0 40px 80px -40px rgba(169, 140, 255, .55); }
.plan-flag { position: absolute; top: -.85rem; left: 1.5rem; background: var(--accent); color: var(--on-accent); font-size: .75rem; font-weight: 800; letter-spacing: .04em; padding: .35rem .75rem; border-radius: 999px; }
.plan h3 { font-size: 1rem; font-weight: 700; color: var(--mute); letter-spacing: .04em; text-transform: uppercase; }
.price { margin-top: .5rem; display: flex; align-items: baseline; gap: .5rem; }
.price .num { font-size: 2.75rem; font-weight: 800; letter-spacing: -.035em; line-height: 1; font-variant-numeric: tabular-nums; }
.price .per { color: var(--mute); font-weight: 500; font-size: 1rem; }
.alt { color: var(--mute); font-size: .875rem; margin-top: .35rem; }
.plan ul { list-style: none; margin-top: 1.25rem; display: grid; gap: .55rem; }
.plan li { display: flex; gap: .6rem; align-items: flex-start; font-size: 1rem; }
.plan li::before {
  content: ""; flex: 0 0 auto; width: 1.1rem; height: 1.1rem; margin-top: .2rem; border-radius: 50%;
  background: rgba(85, 185, 139, .15) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' fill='none' stroke='%2355B98B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.fine { color: var(--mute); font-size: .875rem; max-width: 42rem; margin-top: 1.5rem; }

/* ---- questions ---- */
.faq { max-width: var(--wrap); margin: 0 auto; padding: var(--section) var(--gutter); }
.qa { max-width: 46rem; }
.qa details { border-top: 1px solid var(--line); }
.qa details:last-child { border-bottom: 1px solid var(--line); }
.qa summary { position: relative; cursor: pointer; list-style: none; padding: 1.1rem 2.75rem 1.1rem 0; font-weight: 700; font-size: 1.125rem; letter-spacing: -.01em; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: ""; position: absolute; right: .5rem; top: 50%; width: .7rem; height: .7rem;
  border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent);
  transform: translateY(-70%) rotate(45deg); transition: transform var(--d2) var(--ease-out);
}
.qa details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.qa details > div { color: var(--mute); padding: 0 0 1.25rem; max-width: 40rem; }
.qa details[open] > div { animation: qa-in .4s var(--ease-out); }
@keyframes qa-in { from { opacity: 0; transform: translateY(-6px); } }

/* ---- final call ---- */
.get { position: relative; padding: var(--section) var(--gutter) calc(var(--section) + 1rem); text-align: center; overflow: hidden; }
.get::before {
  content: ""; position: absolute; left: 50%; top: 0; width: 60rem; height: 60rem; transform: translate(-50%, -55%);
  background: radial-gradient(closest-side, rgba(108, 75, 216, .28), transparent 70%); pointer-events: none;
}
.get-inner { position: relative; max-width: 44rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.get-icon { border-radius: 22%; box-shadow: 0 30px 70px -20px rgba(169, 140, 255, .75), inset 0 0 0 1px rgba(255, 255, 255, .1); margin-bottom: 1.75rem; }
.get .cta { align-items: center; }
.get .notify { justify-content: center; }
.get .notify-note { text-align: center; }

/* ---- footer ---- */
.foot {
  max-width: var(--wrap); margin: 0 auto; padding: 2.25rem var(--gutter) 3.5rem;
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 2rem;
  color: var(--mute); font-size: .875rem;
}
.foot::before { content: ""; order: -1; flex-basis: 100%; height: 1px; background: var(--line); margin-bottom: .5rem; }
.foot-brand { display: inline-flex; align-items: center; gap: .55rem; font-weight: 800; color: var(--ink); margin-right: auto; }
.foot-brand img { border-radius: 6px; }
.foot-nav { display: flex; gap: 1.25rem; }
.foot-nav a { color: var(--mute); text-decoration: none; font-weight: 600; }
.foot-nav a:hover { color: var(--ink); }
.foot-legal { flex-basis: 100%; }

/* ---- narrower ---- */
@media (max-width: 56rem) {
  .top-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-bottom: 4rem; }
  .hero-visual { margin-top: 3rem; }
  .phone { --pw: min(18rem, 72vw); }
  .film-stage { grid-template-columns: 1fr; gap: 2rem; }
  .film[data-film="live"] .film-stage { grid-template-rows: auto auto; align-content: start; align-items: start; padding-top: 5.5rem; gap: 2.25rem; }
  .film[data-film="live"] .film-sheet { --sheet-w: min(16rem, calc(42svh * .75)); }
  .film[data-film="live"] .chapters { min-height: 12rem; }
  .chapter h3 { font-size: 1.75rem; }
  .chapter p:last-child { font-size: 1rem; }
  :root { --section: 4rem; }
}
@media (max-width: 30rem) {
  .display { font-size: clamp(2.5rem, 13vw, 3.25rem); }
  .notify input[type="email"], .notify .btn { width: 100%; }
}

/* ---- reduced motion: everything at rest ---- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { animation-duration: .001s !important; animation-delay: 0s !important; transition-duration: .001s !important; transition-delay: 0s !important; }
  .hero-visual, .spot { animation: none; }
  .js .tile, .js .plan, .js .pledge-list li, .js .section-head, .js .qa, .js .get-inner, .js .ver li, .js .scan-chip { opacity: 1; transform: none; }
  .js .scan-page { transform: none; }
  .js .v-text, .js .r-cap, .js .s-tray, .js .s-verb, .js .s-icon { opacity: 1; }
  .js .v-sig { stroke-dashoffset: 0; opacity: 1; }
  .js .r-bar { transform: scaleX(1); opacity: 0; }
  .js .r-target { opacity: 0; }
}
