/* Mod Foto: palette pulled from the app icon (weathered teal camera body,
   amber nameplate, rust) plus the in-app Transform gradient (blue to green). */
:root {
  --ink: #0b1113;
  --ink-2: #121b1e;
  --ink-3: #182327;
  --line: rgb(255 255 255 / 0.08);
  --steel: #4f7179;          /* icon camera body */
  --steel-lite: #9cc0c6;
  --amber: #ffc93c;          /* icon nameplate */
  --amber-deep: #f0a91e;
  --rust: #b8683a;
  --ai-blue: #3399ff;        /* app Transform gradient start */
  --ai-green: #33cc80;       /* app accent */
  --ai: linear-gradient(90deg, var(--ai-blue), var(--ai-green));
  --text: #eef3f2;
  --text-dim: #a3b3b3;
  --paper: #f3eee4;          /* photo-print paper */
  --paper-ink: #1b1714;
  --paper-dim: #625a52;
  --radius: 20px;
  --wrap: 1160px;
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-mono: "DM Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .55 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font: 400 17px/1.6 var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--font-display); margin: 0; line-height: 1.05; letter-spacing: -0.025em; }
h2 { font-size: clamp(32px, 4.6vw, 50px); font-weight: 800; margin-bottom: 36px; text-wrap: balance; }
p { margin: 0; }
svg { display: block; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 16px; }
@media (min-width: 720px) { .wrap { padding: 0 32px; } }

.eyebrow {
  font: 500 13px/1 var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--amber);
  margin-bottom: 16px;
}
.eyebrow::before { content: "● "; color: var(--rust); }
.eyebrow--dark { color: var(--rust); }
.eyebrow--dark::before { color: var(--amber-deep); }

:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 6px; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 10;
  background: rgb(11 17 19 / 0.74);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; gap: 24px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font: 800 20px/1 var(--font-display); letter-spacing: -0.02em; white-space: nowrap; }
.brand img { border-radius: 9px; }
.nav__links { display: none; gap: 28px; margin-left: auto; }
.nav__links a { text-decoration: none; color: var(--text-dim); font-size: 15px; font-weight: 500; transition: color .2s; }
.nav__links a:hover { color: var(--text); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--amber); color: #1b1408; text-decoration: none;
  font: 700 15px/1 var(--font-display);
  border-radius: 999px; padding: 14px 22px;
  box-shadow: inset 0 -2px 0 rgb(0 0 0 / 0.14);
  transition: background .2s, transform .2s;
  white-space: nowrap;
}
.btn:hover { background: #ffd666; transform: translateY(-1px); }
.btn--small { padding: 10px 16px; font-size: 14px; margin-left: auto; }
@media (min-width: 800px) {
  .nav__links { display: flex; }
  .btn--small { margin-left: 8px; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(55% 45% at 78% 55%, rgb(79 113 121 / 0.55), transparent 70%),
    radial-gradient(40% 35% at 95% 100%, rgb(255 201 60 / 0.16), transparent 70%),
    radial-gradient(45% 40% at 0% 0%, rgb(184 104 58 / 0.16), transparent 70%),
    linear-gradient(180deg, var(--ink) 0%, #0f1b1e 60%, #15282c 100%);
  padding: 56px 0 72px;
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: var(--grain); opacity: .07; mix-blend-mode: overlay;
}
.hero__grid { display: grid; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(44px, 7.4vw, 82px); font-weight: 800; margin-bottom: 24px; text-wrap: balance; }
.plate {
  display: inline-block;
  background: linear-gradient(180deg, #ffd766, var(--amber) 55%, var(--amber-deep));
  color: #1b1408;
  padding: 0.02em 0.22em 0.08em;
  margin-top: 0.08em;
  border-radius: 0.14em;
  box-shadow:
    inset 0 0 0 0.045em rgb(120 70 10 / 0.45),
    inset 0 -0.06em 0 rgb(0 0 0 / 0.12),
    0 0.08em 0 #6b5a3e, 0 0.14em 0.35em rgb(0 0 0 / 0.45);
  transform: rotate(-1.5deg);
}
.lede { font-size: clamp(17px, 1.6vw, 19px); color: var(--text-dim); max-width: 33em; margin-bottom: 32px; text-wrap: pretty; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.appstore { display: inline-block; border-radius: 12px; transition: transform .2s; }
.appstore:hover { transform: translateY(-2px); }
.appstore img { height: 56px; width: auto; }
.meta { color: var(--text-dim); font-size: 14px; }

.hero__demo { display: flex; flex-direction: column; align-items: center; gap: 18px; }
@media (min-width: 900px) {
  .hero { padding: 72px 0 96px; }
  .hero__grid { grid-template-columns: 1.1fr 0.9fr; gap: 56px; }
}

/* ---------- Phone demo (mirrors the app's dark UI) ---------- */
.phone {
  --w: 300px;
  width: var(--w); aspect-ratio: 300 / 620;
  padding: 10px;
  border-radius: 50px;
  background: linear-gradient(145deg, #2c3336, #0b0e0f 40%, #20272a);
  box-shadow:
    0 0 0 1.5px #3a4447 inset,
    0 40px 80px -20px rgb(0 0 0 / 0.75),
    0 0 100px -10px rgb(79 113 121 / 0.7);
  transform: rotate(2deg);
}
@media (max-width: 359px) { .phone { --w: 272px; } }
@media (min-width: 1100px) { .phone { --w: 322px; } }
.phone__screen {
  position: relative; height: 100%;
  border-radius: 40px; overflow: hidden;
  background: #000; color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
  display: flex; flex-direction: column;
}
.phone svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.phone svg .fill { fill: currentColor; stroke: none; }
.status { display: flex; align-items: center; justify-content: space-between; padding: 12px 26px 0; height: 40px; font-size: 13px; font-weight: 600; flex: none; }
.island { width: 84px; height: 24px; border-radius: 20px; background: #111; box-shadow: 0 0 0 1px #222; }
.status__icons { width: 38px; height: 10px; border-radius: 3px; background: linear-gradient(90deg, #fff 0 60%, transparent 60%); box-shadow: 0 0 0 1px #fff6 inset; }

.bar { display: flex; align-items: center; gap: 13px; padding: 8px 16px 6px; background: #1f1f26; flex: none; }
.bar__title { font-size: 17px; font-weight: 700; margin-right: auto; letter-spacing: -0.01em; }
.bar__btn { width: 17px; height: 17px; color: #fff; transition: opacity .3s, transform .15s; }
.bar__btn.is-off { opacity: .3; }
.bar__btn.press { transform: scale(.75); }

.shot { position: relative; flex: 1; min-height: 0; margin: 10px 12px; border-radius: 10px; overflow: hidden; background: #111; }
.shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; transition: opacity .3s; }
.shot__after { clip-path: inset(0 0 100% 0); }
.shot__scan {
  position: absolute; left: 0; right: 0; top: 0; height: 3px; opacity: 0;
  background: var(--ai);
  box-shadow: 0 0 14px 3px rgb(51 204 128 / 0.65), 0 0 36px 8px rgb(51 153 255 / 0.35);
}
.shot__scan.run { animation: scan 1.25s cubic-bezier(.65,0,.35,1) forwards; }
@keyframes scan {
  0% { top: 0; opacity: 1; }
  92% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}
.shot__busy {
  position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 14px;
  background: rgb(0 0 0 / 0.66); font-size: 14px; font-weight: 600;
  opacity: 0; transition: opacity .3s;
}
.shot__busy.show { opacity: 1; }
.spinner {
  width: 28px; height: 28px; border-radius: 50%;
  border: 3px solid rgb(51 204 128 / 0.25); border-top-color: var(--ai-green);
  animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.panel { flex: none; background: #1f1f26; border-radius: 16px 16px 0 0; padding: 12px 12px 18px; display: flex; flex-direction: column; gap: 8px; }
.panel__head { display: flex; justify-content: space-between; align-items: center; font-size: 9.5px; font-weight: 800; color: var(--ai-green); letter-spacing: .02em; padding: 0 2px; }
.credits { display: inline-flex; align-items: center; gap: 3px; font-size: 11px; transition: transform .25s; }
.credits svg { width: 15px; height: 15px; }
.credits.pulse { animation: pulse .6s ease-in-out 2; }
@keyframes pulse { 50% { transform: scale(1.25); } }
.field {
  position: relative; height: 38px; border-radius: 8px; background: #2b2b33;
  display: flex; align-items: center; padding: 0 10px; font-size: 13px;
  white-space: nowrap; overflow: hidden;
}
.field__text { flex: none; }
.caret { flex: none; }
.caret { width: 1.5px; margin-right: 10px; height: 15px; background: var(--ai-blue); margin-left: 1px; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.field__ph { position: absolute; left: 12px; color: #6d6d75; pointer-events: none; white-space: nowrap; }
.field.has-text .field__ph { display: none; }
.panel__hint { font-size: 9.5px; color: #8e8e93; text-align: center; }
.go, .save {
  height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 12px; font-weight: 700; letter-spacing: .02em;
  transition: transform .15s, opacity .35s, background .35s;
}
.go svg, .save svg { width: 14px; height: 14px; }
.go { background: rgb(142 142 147 / 0.5); color: rgb(255 255 255 / 0.9); }
.go.is-ready { background: var(--ai); box-shadow: 0 2px 10px rgb(51 204 128 / 0.45); }
.go.press, .save.press { transform: scale(.95); }
.save { background: #4dcc66; opacity: 0; }
.save.show { opacity: 1; }

.cap {
  font-size: 14px; color: var(--text-dim); text-align: center;
  background: rgb(255 255 255 / 0.06); border: 1px solid rgb(255 255 255 / 0.1);
  padding: 8px 16px; border-radius: 999px; min-height: 38px; max-width: 100%;
}
.cap b { color: var(--text); font-weight: 600; }
.cap em { font-style: normal; font-weight: 600; color: var(--ai-green); white-space: nowrap; margin-left: 4px; }

/* ---------- How ---------- */
.how { background: var(--paper); color: var(--paper-ink); padding: 88px 0; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
@media (min-width: 860px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step {
  position: relative; background: #fffdf8; border-radius: 6px; padding: 18px 18px 26px;
  box-shadow: 0 1px 0 rgb(27 23 20 / 0.06), 0 14px 30px -18px rgb(60 40 20 / 0.45);
}
.step:nth-child(1) { rotate: -0.6deg; }
.step:nth-child(3) { rotate: 0.6deg; }
.step__num {
  position: absolute; top: 28px; right: 28px; z-index: 1;
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  background: var(--amber); color: #1b1408; font: 800 14px/1 var(--font-display);
  box-shadow: 0 0 0 3px #fffdf8;
}
.step__art {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px;
  min-height: 132px; margin-bottom: 22px; padding: 20px 14px; border-radius: 4px;
  background: linear-gradient(160deg, #1c2a2e, #0d1416);
}
.step h3 { font-size: 23px; font-weight: 800; margin: 0 6px 8px; }
.step p { color: var(--paper-dim); font-size: 16px; margin: 0 6px; }
.chip-btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: #1f1f26; color: #fff; border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 999px; padding: 9px 14px; font: 600 14px/1 var(--font-body);
}
.chip-btn svg, .tile__icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.chip-btn--save { background: #4dcc66; border-color: transparent; }
.chip-btn--icon { padding: 9px; }
.prompt-mock {
  display: inline-flex; align-items: center;
  background: #2b2b33; color: #fff; border-radius: 10px; padding: 11px 13px;
  font: 500 14px/1.3 var(--font-mono); max-width: 100%;
  box-shadow: 0 0 0 1.5px rgb(51 153 255 / 0.55), 0 0 22px -4px rgb(51 153 255 / 0.6);
}
.prompt-mock i { display: inline-block; width: 2px; height: 16px; margin-left: 2px; background: var(--ai-blue); animation: blink 1s steps(1) infinite; }

/* ---------- Ideas ---------- */
.ideas {
  padding: 96px 0;
  background: radial-gradient(50% 60% at 100% 0%, rgb(79 113 121 / 0.28), transparent 70%), var(--ink);
}
.ideas__grid { display: grid; gap: 20px; }
@media (min-width: 860px) { .ideas__grid { grid-template-columns: 1fr 1fr; } }
.idea-card {
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 22px;
}
.idea-card h3 { font-size: 28px; font-weight: 800; margin-bottom: 6px; color: var(--amber); }
.idea-card--weird h3 {
  background: var(--ai); -webkit-background-clip: text; background-clip: text; color: transparent;
  width: fit-content;
}
.idea-card > p { color: var(--text-dim); font-size: 15px; margin-bottom: 20px; }
.prompts { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.prompts li {
  font: 400 14px/1.3 var(--font-mono);
  padding: 9px 13px; border-radius: 10px;
  background: rgb(255 201 60 / 0.06); border: 1px solid rgb(255 201 60 / 0.35); color: #fbe7b5;
}
.prompts li::before { content: "“"; color: var(--amber); }
.prompts li::after { content: "”"; color: var(--amber); }
.idea-card--weird .prompts li { background: rgb(51 204 128 / 0.06); border-color: rgb(51 204 128 / 0.35); color: #cdeee0; }
.idea-card--weird .prompts li::before, .idea-card--weird .prompts li::after { color: var(--ai-green); }
.note { color: var(--text-dim); font-size: 14px; margin-top: 20px; }

/* ---------- Real edit / compare ---------- */
.real { padding: 24px 0 96px; background: var(--ink); }
.real__grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 860px) { .real__grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
.real h2 { font-size: clamp(40px, 6vw, 68px); margin-bottom: 18px; }
.real .lede { margin-bottom: 24px; }
.real__prompt {
  display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap;
  font: 500 16px/1.3 var(--font-mono); color: var(--text);
  background: #1f1f26; border-radius: 12px; padding: 12px 16px;
  box-shadow: 0 0 0 1.5px rgb(51 153 255 / 0.5);
}
.real__prompt span {
  font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--ai-green);
}
.real .note { margin-top: 14px; }

.compare {
  --pos: 50%;
  position: relative; width: 100%; max-width: 440px; justify-self: center;
  aspect-ratio: 4 / 5; border-radius: 22px; overflow: hidden;
  box-shadow: 0 30px 70px -24px rgb(0 0 0 / 0.8), 0 0 0 1px var(--line);
  touch-action: pan-y;
  cursor: ew-resize;
  user-select: none; -webkit-user-select: none;
}
.compare img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  pointer-events: none; -webkit-user-drag: none; user-select: none;
}
.compare__after { clip-path: inset(0 0 0 var(--pos)); }
.compare__handle {
  position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px; translate: -50% 0;
  background: var(--ai); pointer-events: none;
  box-shadow: 0 0 16px 2px rgb(51 204 128 / 0.5);
}
.compare__handle::after {
  content: ""; position: absolute; top: 50%; left: 50%; translate: -50% -50%;
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b1113' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 7-5 5 5 5M15 7l5 5-5 5'/%3E%3C/svg%3E") center / 22px no-repeat;
  box-shadow: 0 4px 14px rgb(0 0 0 / 0.4);
}
.compare input {
  position: absolute; inset: 0; width: 100%; height: 100%; margin: 0;
  opacity: 0; cursor: ew-resize; -webkit-appearance: none; appearance: none;
}
.compare:has(input:focus-visible) { outline: 3px solid var(--amber); outline-offset: 4px; }
.compare__tag {
  position: absolute; top: 14px; font: 500 11px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .1em;
  padding: 7px 10px; border-radius: 999px; background: rgb(0 0 0 / 0.55); color: #fff;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); pointer-events: none;
}
.compare__tag--before { left: 14px; }
.compare__tag--after { right: 14px; color: #1b1408; background: var(--amber); }

/* ---------- Features ---------- */
.features {
  padding: 96px 0;
  background: radial-gradient(50% 60% at 0% 100%, rgb(184 104 58 / 0.16), transparent 70%), var(--ink-3);
}
.bento { display: grid; gap: 16px; }
@media (min-width: 640px) { .bento { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .bento { grid-template-columns: repeat(4, 1fr); } }
.tile {
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px;
}
.tile h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.tile p { color: var(--text-dim); font-size: 15px; }
.tile__icon {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 18px;
  background: rgb(79 113 121 / 0.25); color: var(--steel-lite); border: 1px solid rgb(156 192 198 / 0.18);
}
.tile__icon svg { width: 20px; height: 20px; }
.tile--wide {
  display: grid; gap: 24px; align-items: center;
  background:
    radial-gradient(80% 120% at 100% 0%, rgb(255 201 60 / 0.14), transparent 60%),
    linear-gradient(150deg, #22363b, #152125);
  border-color: rgb(156 192 198 / 0.2);
  padding: 30px 24px;
}
.tile--wide h3 { font-size: clamp(24px, 2.6vw, 30px); font-weight: 800; }
.tile--wide p { font-size: 16px; max-width: 30em; }
@media (min-width: 640px) { .tile--wide { grid-column: 1 / -1; } }
@media (min-width: 860px) { .tile--wide { grid-template-columns: 1fr 1fr; padding: 36px 36px; } }
.path { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; counter-reset: p; }
.path li {
  counter-increment: p;
  display: flex; align-items: center; gap: 14px;
  background: rgb(0 0 0 / 0.28); border: 1px solid var(--line); border-radius: 12px;
  padding: 11px 14px; font-weight: 600; font-size: 15px;
}
.path li::before {
  content: counter(p); flex: none;
  width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
  background: var(--amber); color: #1b1408; font: 800 13px/1 var(--font-display);
}
.path li:last-child { box-shadow: 0 0 0 1.5px rgb(255 201 60 / 0.55); }
.dots { letter-spacing: .1em; color: var(--steel-lite); }

/* ---------- Pricing ---------- */
.pricing { background: var(--paper); color: var(--paper-ink); padding: 96px 0; }
.pricing h2 { margin-bottom: 14px; }
.pricing__lede { font-size: 18px; color: var(--paper-dim); margin-bottom: 36px; max-width: 34em; }
.pricing__lede b { color: var(--paper-ink); }
.packs { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
@media (min-width: 760px) { .packs { grid-template-columns: repeat(3, 1fr); } }
.pack {
  position: relative; background: #fffdf8; border-radius: var(--radius); padding: 26px 24px;
  display: grid; grid-template-columns: auto 1fr; grid-template-areas: "n price" "label per"; column-gap: 12px; align-items: end;
  box-shadow: 0 1px 0 rgb(27 23 20 / 0.06), 0 14px 30px -18px rgb(60 40 20 / 0.45);
}
.pack__n { grid-area: n; font: 800 52px/0.9 var(--font-display); letter-spacing: -0.04em; }
.pack__label { grid-area: label; font: 500 12px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .1em; color: var(--paper-dim); margin-top: 8px; }
.pack__price { grid-area: price; justify-self: end; font: 800 26px/1 var(--font-display); }
.pack__per { grid-area: per; justify-self: end; font-size: 13px; color: var(--paper-dim); }
.pack--best { background: linear-gradient(160deg, #1d2d31, #0f191b); color: var(--text); box-shadow: 0 20px 40px -20px rgb(15 25 27 / 0.8); }
.pack--best .pack__label, .pack--best .pack__per { color: var(--text-dim); }
.pack--best .pack__n { color: var(--amber); }
.pack__flag {
  position: absolute; top: -11px; right: 20px;
  background: var(--amber); color: #1b1408; font: 700 11px/1 var(--font-mono); text-transform: uppercase; letter-spacing: .08em;
  padding: 6px 10px; border-radius: 999px;
}
.fine { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 28px; color: var(--paper-dim); font-size: 15px; }
.fine li::before { content: "✓"; color: #2a9d63; font-weight: 700; margin-right: 8px; }

/* ---------- Screens ---------- */
.screens { padding: 96px 0 104px; background: linear-gradient(180deg, var(--ink), var(--ink-3)); }
.screens h2 { margin-bottom: 40px; }
.gallery {
  display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 4px max(16px, calc((100vw - var(--wrap)) / 2 + 32px)) 20px;
  scroll-padding: 0 16px;
  scrollbar-width: thin; scrollbar-color: var(--steel) transparent;
}
.gallery img {
  flex: 0 0 auto; width: clamp(210px, 24vw, 264px);
  border-radius: 24px; scroll-snap-align: center;
  box-shadow: 0 20px 50px -20px rgb(0 0 0 / 0.8);
}

/* ---------- FAQ ---------- */
.faq { padding: 24px 0 96px; background: var(--ink-3); }
.faq__wrap { max-width: 820px; }
.faq h2 { margin-bottom: 28px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 2px; font: 700 19px/1.3 var(--font-display);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex: none; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  background: rgb(255 201 60 / 0.12); color: var(--amber); font: 500 20px/1 var(--font-mono);
  transition: transform .25s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--text-dim); padding: 0 2px 22px; max-width: 40em; }

/* ---------- Final CTA ---------- */
.final { padding: 0 0 96px; background: var(--ink-3); }
.final__card {
  position: relative; isolation: isolate; overflow: hidden;
  text-align: center; border-radius: 32px; padding: 64px 24px;
  background:
    radial-gradient(60% 80% at 50% 0%, rgb(255 201 60 / 0.26), transparent 60%),
    radial-gradient(50% 70% at 100% 100%, rgb(184 104 58 / 0.35), transparent 70%),
    linear-gradient(165deg, #3d6770, #2a4a51 55%, #1c3136);
  display: flex; flex-direction: column; align-items: center;
}
.final__card::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: var(--grain); opacity: .12; mix-blend-mode: overlay;
}
.final__icon { border-radius: 22px; margin-bottom: 28px; box-shadow: 0 16px 40px -12px rgb(0 0 0 / 0.6); }
.final__card h2 { margin-bottom: 12px; max-width: 14em; }
.final__card p { color: rgb(255 255 255 / 0.85); margin-bottom: 28px; font-size: 18px; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); border-top: 1px solid var(--line); padding: 28px 0; font-size: 14px; color: var(--text-dim); }
.footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; }
.footer nav { display: flex; gap: 22px; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--text); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
