/* MetaClean — metacleanai.com. Light, clean, teal; hero modelled on a rounded gradient panel with a demo conveyor. */
@font-face { font-family: "Archivo"; src: url(/fonts/archivo.woff2) format("woff2-variations"); font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; }
@font-face { font-family: "Manrope"; src: url(/fonts/manrope.woff2) format("woff2-variations"); font-weight: 200 800; font-display: swap; }

:root {
  --ink: #0d1b22; --ink-2: #33444d; --muted: #5f7079; --line: rgba(13, 27, 34, .08); --line-2: rgba(13, 27, 34, .14);
  --bg: #ffffff; --panel: #f3f8f9; --panel-2: #e9f5f6;
  --teal: #08b8b8; --teal-2: #00969a; --teal-d: #013f4e; --aqua: #48e8d8; --ok: #0a9d6e;
  --grad: linear-gradient(270deg, #48e8d8, #10c0c0 32%, #0a8f97 58%, #4a7de0);
  --snap: cubic-bezier(.9, 0, .1, 1);            /* the hard in-out used by the conveyor */
  --out: cubic-bezier(.16, 1, .3, 1);
  --display: "Archivo", "Arial Narrow", system-ui, sans-serif;
  --body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --gutter: clamp(16px, 4vw, 40px);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body { background: var(--bg); color: var(--ink); font: 16px/1.6 var(--body); letter-spacing: .01em; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
code { font: .92em ui-monospace, SFMono-Regular, Menlo, monospace; background: var(--panel-2); padding: 1px 6px; border-radius: 5px; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; font-stretch: 92%; letter-spacing: -.01em; word-spacing: .05em; line-height: 1.04; color: var(--ink); }
h2 { font-size: clamp(34px, 4.2vw, 56px); max-width: 18ch; }
h3 { font-size: 22px; font-weight: 800; font-stretch: 92%; line-height: 1.15; }
.wrap { max-width: 1220px; margin: 0 auto; padding: 0 var(--gutter); }
.wrap.narrow { max-width: 860px; }
.section { padding: clamp(80px, 11vw, 140px) 0 0; }
.intro { max-width: 60ch; margin-top: 20px; font-size: 18px; color: var(--ink-2); }
.eyebrow { margin-bottom: 16px; font: 700 13px/1.2 var(--body); letter-spacing: .14em; text-transform: uppercase; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.spark-ico { display: inline-block; margin-right: 8px; transform: rotate(-10deg); }
.micro { margin-top: 14px; font-size: 13px; color: var(--muted); }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; border-radius: 10px; font: 700 16px/1 var(--body); text-decoration: none; transition: background .2s, transform .2s var(--out), box-shadow .2s; }
.btn svg { width: 18px; height: 18px; }
.btn-dark { background: var(--ink); color: #fff; box-shadow: 0 10px 30px -12px rgba(13, 27, 34, .55); }
.btn-dark:hover { background: #1e3440; transform: translateY(-1px); }
.btn-ghost { background: #fff; color: var(--ink); border: 1px solid var(--line-2); }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal-2); }

/* nav */
.nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 28px; padding: 12px var(--gutter); background: rgba(255, 255, 255, .86); -webkit-backdrop-filter: saturate(1.4) blur(12px); backdrop-filter: saturate(1.4) blur(12px); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font: 900 21px/1 var(--display); font-stretch: 90%; }
.brand img { border-radius: 8px; }
.nav-links { display: flex; gap: 6px; margin: 0 auto; }
.nav-links a { padding: 8px 12px; border-radius: 8px; font-weight: 700; font-size: 15px; color: var(--ink-2); text-decoration: none; transition: background .2s, color .2s; }
.nav-links a:hover { background: var(--panel); color: var(--ink); }
.nav-cta { padding: 11px 20px; font-size: 15px; }

/* ---------- HERO ---------- */
.hero { padding: 0 8px; }
.hero-panel { position: relative; overflow: hidden; border-radius: 40px; border: 1px solid var(--line);
  background:
    radial-gradient(60% 70% at 85% 18%, rgba(72, 232, 216, .30), transparent 70%),
    radial-gradient(50% 60% at 8% 95%, rgba(74, 125, 224, .12), transparent 70%),
    radial-gradient(40% 40% at 55% 60%, rgba(16, 192, 192, .10), transparent 70%),
    linear-gradient(180deg, #eaf8f8, #fbfefe 70%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 24px; max-width: 1360px; margin: 0 auto; padding: clamp(40px, 6vw, 84px) clamp(20px, 4vw, 64px) 20px; }
.hero h1 { font-size: clamp(40px, 4.3vw, 66px); font-weight: 800; font-stretch: 94%; line-height: 1.02; letter-spacing: -.015em; word-spacing: .06em; max-width: 16ch; text-wrap: balance; }
.h1-kicker { display: block; margin-bottom: 18px; font: 800 14px/1.2 var(--body); letter-spacing: .16em; word-spacing: 0; text-transform: uppercase; }
.lede { margin-top: 22px; max-width: 46ch; font-size: 18px; color: var(--ink-2); }
.lede b { color: var(--ink); }
.ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-bot { max-width: 1360px; margin: 0 auto; padding: 8px clamp(20px, 4vw, 64px) 36px; }
.hero-bot .eyebrow { margin-bottom: 12px; }
.platforms { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 4px 0 14px; }
/* platform cards: brand icon, name, and the platform's own label getting struck out */
.platforms li { display: flex; align-items: center; gap: 12px; padding: 11px 16px 11px 11px; border-radius: 16px; background: #fff;
  box-shadow: 0 14px 34px -20px rgba(1, 63, 78, .45), 0 0 0 1px var(--line); transition: transform .5s var(--spring), box-shadow .5s var(--spring); }
/* entrance: dealt in one by one from below, alternating tilt, landing with a spring overshoot */
.platforms li { opacity: 0; transform: translateY(28px) rotate(var(--r, -6deg)) scale(.86);
  transition: opacity .45s ease, transform .85s cubic-bezier(.34, 1.56, .64, 1), box-shadow .5s var(--spring); }
.platforms li:nth-child(even) { --r: 5deg; }
.platforms li:nth-child(3n) { --r: -3deg; }
.platforms li.landed { opacity: 1; transform: none; }
.platforms li.landed:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -20px rgba(1, 63, 78, .5), 0 0 0 1px var(--line-2); transition-duration: .3s; }
.no-anim .platforms li { opacity: 1; transform: none; }
.p-ico { display: grid; place-items: center; width: 42px; height: 42px; flex: none; border-radius: 12px; background: var(--c); color: #fff; }
.p-ico svg { width: 22px; height: 22px; fill: currentColor; }
.p-ico.ig { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.li-in { font: 900 21px/1 Arial, sans-serif; letter-spacing: -.04em; margin-top: 1px; }
.p-txt { display: grid; gap: 4px; text-align: left; justify-items: start; }
.p-txt b { font: 800 16px/1.1 var(--display); font-stretch: 94%; color: var(--ink); }
.p-label { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.lbl { position: relative; padding: 3px 9px; border-radius: 999px; background: #eef1f3; color: #34434b; font: 700 12px/1.2 var(--body); transition: color .4s, background .4s; }
.lbl::after { content: ""; position: absolute; left: 6px; right: 6px; top: 50%; height: 2px; margin-top: -1px; border-radius: 2px; background: #e5484d; transform: scaleX(0); transform-origin: left; transition: transform .5s var(--spring); }
.p-label em { font: 800 12px/1 var(--body); font-style: normal; color: var(--ok); opacity: 0; transform: translateX(-6px); transition: opacity .35s .25s, transform .5s var(--spring) .25s; }
.p-label em::before { content: "✓ "; }
.cleared .lbl { color: #9aa6ab; background: #f4f6f7; }
.cleared .lbl::after { transform: scaleX(1); }
.cleared .p-label em { opacity: 1; transform: none; }

/* hero demo: a 600x300 stage scaled to the column (main.js sets --s) */
.demo { position: relative; width: 100%; aspect-ratio: 2 / 1.02; }
.demo-stage { position: absolute; left: 0; top: 0; width: 600px; height: 306px; transform-origin: 0 0; transform: scale(var(--s, 1)); }
.spark { position: absolute; z-index: 6; fill: var(--aqua); filter: drop-shadow(0 0 6px rgba(72, 232, 216, .6)); animation: twinkle 3.2s var(--d, 0s) infinite ease-in-out; }
.spark.back { z-index: 0; fill: #9fe9ee; }
@keyframes twinkle { 0%, 100% { opacity: 0; transform: scale(.4) rotate(0); } 45%, 60% { opacity: 1; transform: scale(1) rotate(45deg); } }

.lane { position: absolute; inset: 0; z-index: 2; }
.lane-in { clip-path: inset(0 300px 0 -40px); }
.lane-out { clip-path: inset(0 -40px 0 300px); }
.mcard { position: absolute; left: 0; top: 68px; width: 156px; border-radius: 14px; background: #fff; overflow: hidden; opacity: 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset, 0 18px 40px -18px rgba(13, 50, 60, .45), 0 0 0 1px var(--line); will-change: transform, opacity; }
.mcard-thumb { position: relative; height: 88px; }
.mcard-thumb svg { width: 100%; height: 100%; }
.pill { position: absolute; left: 7px; top: 7px; display: inline-flex; align-items: center; gap: 4px; padding: 3px 8px 3px 6px; border-radius: 999px; font: 800 10.5px/1.2 var(--body); }
.pill svg { width: 11px; height: 11px; }
.pill-ai { background: rgba(20, 22, 26, .78); color: #fff; }
.pill-clean { left: auto; right: 7px; background: var(--ok); color: #fff; box-shadow: 0 4px 14px -4px rgba(10, 157, 110, .7); }
.mcard-foot { display: grid; padding: 6px 9px 8px; }
.mcard-foot b { font: 800 12px/1.3 var(--body); color: var(--ink); }
.mcard-foot span { font-size: 10.5px; color: var(--muted); }
.is-dirty .mcard-foot span { color: #b0541f; }
.is-clean .mcard-foot span { color: var(--ok); font-weight: 700; }

.laptop { position: absolute; z-index: 4; left: 164px; top: 34px; width: 272px; }
.screen { position: relative; height: 178px; padding: 9px 9px 10px; border-radius: 14px 14px 6px 6px; background: linear-gradient(180deg, #1b2a31, #0e1a20);
  box-shadow: 0 30px 60px -28px rgba(1, 63, 78, .6), 0 0 0 1px rgba(255, 255, 255, .06) inset; }
.screen::before { content: ""; position: absolute; left: 50%; top: 3px; width: 4px; height: 4px; margin-left: -2px; border-radius: 50%; background: #34464e; }
.scr-bar { display: flex; align-items: center; gap: 5px; height: 16px; padding: 0 7px; border-radius: 6px 6px 0 0; background: #eef3f4; font: 700 8px/1 var(--body); color: #4a5a62; }
.scr-bar img { border-radius: 3px; }
.scr-body { position: relative; height: 143px; border-radius: 0 0 6px 6px; overflow: hidden; background: linear-gradient(180deg, #f8fcfc, #ecf7f7); }
.scr-body > div { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 7px; text-align: center; opacity: 0; transition: opacity .35s; }
.scr-idle img { border-radius: 10px; }
.scr-idle span, .scr-step { font: 700 9.5px/1.2 var(--body); color: var(--muted); }
.scr-file { font: 800 11px/1.2 var(--body); color: var(--ink); }
.scr-step { color: var(--teal-2); }
.scr-bar-track { position: relative; width: 120px; height: 5px; border-radius: 5px; background: #d7eced; overflow: hidden; }
.scr-bar-track i { position: absolute; inset: 0 auto 0 0; width: 0; border-radius: 5px; background: linear-gradient(90deg, var(--teal), var(--aqua)); }
.scr-done { color: var(--ok); }
.scr-done svg { width: 26px; height: 26px; padding: 5px; border-radius: 50%; background: rgba(10, 157, 110, .12); }
.scr-done span { font: 800 11px/1.2 var(--body); }
.scr-scan { position: absolute; left: 0; right: 0; top: -30%; height: 30%; opacity: 0; background: linear-gradient(180deg, transparent, rgba(72, 232, 216, .35) 70%, rgba(72, 232, 216, .8)); }
[data-screen][data-state="idle"] .scr-idle, [data-screen][data-state="work"] .scr-work, [data-screen][data-state="done"] .scr-done { opacity: 1; }
[data-screen][data-state="work"] .scr-scan { opacity: 1; animation: scan .9s linear infinite; }
[data-screen][data-state="work"] .scr-bar-track i { animation: fill .9s var(--out) forwards; }
@keyframes scan { to { top: 100%; } }
@keyframes fill { to { width: 100%; } }
.deck { position: relative; left: -28px; width: 328px; height: 13px; border-radius: 2px 2px 12px 12px; background: linear-gradient(180deg, #dfe7ea, #b9c6cb); box-shadow: 0 16px 30px -14px rgba(13, 27, 34, .5); }
.deck::before { content: ""; position: absolute; left: 50%; top: 0; width: 56px; height: 5px; margin-left: -28px; border-radius: 0 0 6px 6px; background: #a9b7bd; }

.badges { position: absolute; inset: 0; z-index: 5; pointer-events: none; }
.badge-set .badge { position: absolute; display: inline-flex; align-items: center; gap: 6px; padding: 6px 11px 6px 7px; border-radius: 999px; white-space: nowrap;
  background: #fff; color: var(--ink); font: 800 11.5px/1 var(--body); box-shadow: 0 10px 26px -12px rgba(13, 50, 60, .45), 0 0 0 1px var(--line);
  opacity: 0; transform: translateY(8px) scale(.7); transition: opacity .25s, transform .55s cubic-bezier(.34, 1.56, .64, 1); }
.badge svg { width: 16px; height: 16px; padding: 3px; border-radius: 50%; background: var(--ok); color: #fff; }
.badge.kept svg { background: var(--teal); }
.badge.b0 { right: 8px; top: 16px; }
.badge.b1 { right: 30px; top: 198px; transition-delay: .12s; }
.badge.b2 { right: 0; top: 232px; transition-delay: .24s; }
.badge-set.show .badge { opacity: 1; transform: none; }
.privacy-chip { position: absolute; z-index: 5; left: 300px; top: 262px; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: 999px; white-space: nowrap;
  background: var(--teal-d); color: #e6fbf9; font: 800 12px/1 var(--body); box-shadow: 0 12px 30px -14px rgba(1, 63, 78, .8); }
.privacy-chip svg { width: 13px; height: 13px; color: var(--aqua); }

/* compact stage for narrow screens: 440 wide, cards tucked against the laptop, so it scales ~0.8 instead of ~0.58 */
.demo.compact { aspect-ratio: 440 / 306; }
.demo.compact .demo-stage { width: 440px; }
.demo.compact .laptop { left: 84px; transform: scale(.82); transform-origin: 50% 0; }
.demo.compact .lane-in { clip-path: inset(0 220px 0 -60px); }
.demo.compact .lane-out { clip-path: inset(0 -60px 0 220px); }
.demo.compact .privacy-chip { left: 220px; top: 270px; }
.demo.compact .badge.b0 { top: 4px; }

/* ---------- sections ---------- */
.why-steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.why-steps li, .how li, .find { padding: 28px; border-radius: 24px; background: var(--panel); border: 1px solid var(--line); }
.n { display: inline-grid; place-items: center; min-width: 40px; height: 40px; margin-bottom: 18px; padding: 0 10px; border-radius: 12px; background: #fff; box-shadow: 0 0 0 1px var(--line); font: 900 16px/1 var(--display); color: var(--teal-2); }
.why-steps p, .how p, .find p { margin-top: 10px; color: var(--ink-2); }

.privacy-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; padding: clamp(28px, 5vw, 64px); border-radius: 40px; color: #e6fbf9;
  background: radial-gradient(60% 80% at 90% 10%, rgba(72, 232, 216, .22), transparent 70%), linear-gradient(160deg, #03303b, #011f27); }
.privacy-card h2 { color: #fff; }
.privacy-card .intro { color: #b9dcdc; }
.ticks { list-style: none; display: grid; gap: 10px; margin-top: 24px; }
.ticks li { position: relative; padding-left: 30px; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4 8.5 2.6 2.6L12 5.5' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat; }
.vs table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 15px; }
.vs th, .vs td { padding: 15px 14px; text-align: left; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.vs thead th { font: 700 12px/1.2 var(--body); letter-spacing: .1em; text-transform: uppercase; color: #8fb5b8; }
.vs tbody th { font-weight: 600; color: #cfe8e8; }
.vs td { color: #8fa9ac; }
.vs .us { color: #fff; font-weight: 800; background: rgba(72, 232, 216, .08); }
.vs thead .us { color: var(--aqua); border-radius: 12px 12px 0 0; }
.vs tbody tr:last-child .us { border-radius: 0 0 12px 12px; }

.how { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.how b { color: var(--ink); }
.finds { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 44px; }
.find { padding: 24px; border-radius: 20px; }
.find h3 { font-size: 19px; }
.find p { font-size: 15px; }

.price-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: clamp(28px, 5vw, 64px); border-radius: 40px; border: 1px solid var(--line);
  background: radial-gradient(60% 80% at 100% 0%, rgba(72, 232, 216, .22), transparent 70%), linear-gradient(180deg, #eef9f9, #fff); }
.price-card .ticks li::before { background-color: var(--teal-2); }
.dl { display: grid; gap: 12px; }
.dl-btn { display: flex; align-items: center; gap: 16px; padding: 18px 22px; border-radius: 16px; background: var(--ink); color: #fff; text-decoration: none; transition: transform .2s var(--out), background .2s; }
.dl-btn:hover { background: #1e3440; transform: translateY(-2px); }
.dl-btn svg { width: 30px; height: 30px; flex: none; }
.dl-btn span { display: grid; }
.dl-btn b { font: 800 18px/1.2 var(--body); }
.dl-btn small { font-size: 13px; color: #9fb4ba; }

.note { padding: 28px 32px; border-radius: 20px; background: #fffaf2; border: 1px solid #f2e3c9; }
.note h3 { font-size: 20px; }
.note p { margin-top: 10px; color: var(--ink-2); }

.faq { margin-top: 36px; border-top: 1px solid var(--line-2); }
.faq details { border-bottom: 1px solid var(--line-2); }
.faq summary { position: relative; padding: 22px 48px 22px 0; list-style: none; cursor: pointer; font: 800 19px/1.3 var(--body); }
.faq summary::-webkit-details-marker { display: none; }
.faq details { border-radius: 12px; transition: background-color .6s var(--spring), box-shadow .6s var(--spring); }
.faq details.is-open { background: var(--panel-2); box-shadow: 0 0 0 12px var(--panel-2); }
.faq summary { transition: color .3s; }
.faq summary:hover { color: var(--teal-2); }
.faq summary::before, .faq summary::after { content: ""; position: absolute; right: 12px; top: 50%; width: 2.5px; height: 16px; margin-top: -8px; border-radius: 2px; background: var(--teal-2); transition: transform .9s var(--spring); }
.faq summary::after { transform: rotate(90deg); }
.faq details.is-open summary::before { transform: rotate(90deg); }
.faq-a p { padding: 0 0 22px; color: var(--ink-2); max-width: 70ch; transition: opacity .5s var(--spring), transform 1s var(--spring); }
.faq details:not(.is-open) .faq-a p { opacity: 0; transform: translateY(-8px); }

.final { padding-bottom: clamp(60px, 8vw, 100px); }
.final-card { display: grid; justify-items: center; gap: 24px; padding: clamp(48px, 7vw, 90px) 24px; border-radius: 40px; text-align: center;
  background: radial-gradient(50% 70% at 50% 0%, rgba(72, 232, 216, .28), transparent 70%), linear-gradient(180deg, #eaf8f8, #fff); border: 1px solid var(--line); }
.final-card img { border-radius: 18px; box-shadow: 0 20px 40px -18px rgba(1, 63, 78, .6); }
.final-card h2 { max-width: none; }

.footer { border-top: 1px solid var(--line); padding: 40px 0 48px; }
.footer-in { display: grid; grid-template-columns: 1.2fr 1fr; gap: 20px 40px; }
.footer-brand { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 4px 10px; }
.footer-brand img { border-radius: 7px; }
.footer-brand b { font: 900 19px/1 var(--display); font-stretch: 90%; }
.footer-brand span { grid-column: 1 / -1; color: var(--muted); font-size: 14px; max-width: 42ch; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 22px; align-content: start; justify-content: flex-end; }
.footer-links a { color: var(--ink-2); text-decoration: none; font-weight: 600; font-size: 14px; }
.footer-links a:hover { color: var(--teal-2); }
.fineprint { grid-column: 1 / -1; font-size: 12.5px; color: var(--muted); }

/* reveal */
[data-rise] { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--out) var(--d, 0s), transform .9s var(--out) var(--d, 0s); }
[data-rise].in, .no-js [data-rise] { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; }
  /* stacked: headline, then the laptop animation as the hook, then the text and buttons */
  .hero-grid { justify-items: center; text-align: center; gap: 0; }
  .hero-copy { display: contents; }
  .hero-copy h1 { order: 1; }
  .hero-grid > .demo { order: 2; }
  .hero-copy .lede { order: 3; }
  .hero-copy .ctas { order: 4; }
  .hero-copy .micro { order: 5; }
  .ctas { justify-content: center; }
  .hero h1 { max-width: 14ch; }
  .demo { max-width: 680px; margin: 18px auto 4px; }
  .how, .finds { grid-template-columns: repeat(2, 1fr); }
  .privacy-card, .price-card { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav { justify-content: space-between; }
  .hero-bot { text-align: center; }
  .platforms { justify-content: center; }
}
@media (max-width: 680px) {
  .hero { padding: 0 6px; }
  .hero-panel { border-radius: 26px; }
  .lede { font-size: 17px; }
  .why-steps, .how, .finds { grid-template-columns: 1fr; }
  .privacy-card, .price-card, .final-card { border-radius: 26px; }
  .vs th, .vs td { padding: 12px 8px; font-size: 14px; }
  .footer-in { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-rise] { opacity: 1; transform: none; transition: none; }
  .spark { animation: none; opacity: .8; }
}
.privacy-card .eyebrow.grad { background: none; color: var(--aqua); }

/* ================= effects (ported from the retrotmux site) ================= */
/* critically damped spring as a CSS curve (hydradb/Framer {bounce:0}) */
:root { --spring: cubic-bezier(.16, 1, .3, 1); }
@supports (transition-timing-function: linear(0, 1)) { :root { --spring: linear(0.0000 0%, 0.0285 4%, 0.0963 8%, 0.1840 12%, 0.2790 16%, 0.3732 20%, 0.4621 24%, 0.5431 28%, 0.6152 32%, 0.6783 36%, 0.7326 40%, 0.7789 44%, 0.8181 48%, 0.8509 52%, 0.8782 56%, 0.9008 60%, 0.9195 64%, 0.9348 68%, 0.9473 72%, 0.9575 76%, 0.9658 80%, 0.9725 84%, 0.9780 88%, 0.9823 92%, 0.9859 96%, 1 100%); } }
html.lenis, html.lenis body { height: auto; }
html.lenis { scroll-behavior: auto !important; }
[data-rise] { transition: opacity .8s var(--spring) var(--d, 0s), transform 1s var(--spring) var(--d, 0s); }

/* headings rise word by word */
[data-words] .w { display: inline-block; opacity: 0; transform: translateY(.42em); filter: blur(6px);
  transition: opacity .7s var(--spring), transform .9s var(--spring), filter .7s var(--spring); transition-delay: calc(var(--i) * 45ms); }
[data-words].in .w { opacity: 1; transform: none; filter: none; }

/* platforms: tiles on desktop, a marquee on phones */
.platforms .dup { display: none; }

/* inspector panel (what it finds) */
.finds-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.inspector { border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 30px 70px -40px rgba(1, 63, 78, .45); overflow: hidden; }
.insp-head { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--panel); }
.insp-head img { border-radius: 6px; }
.insp-head b { font-size: 15px; }
.insp-count { margin-left: auto; font: 700 12px/1 var(--body); color: var(--muted); }
.insp-rows { list-style: none; }
.insp-rows li { display: flex; align-items: center; gap: 14px; padding: 11px 18px; border-bottom: 1px solid var(--line); }
.insp-t { display: grid; flex: 1; min-width: 0; }
.insp-t b { font-size: 15px; }
.insp-t span { justify-self: start; max-width: 100%; font-size: 13px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color .4s; position: relative; }
.insp-t span::after { content: ""; position: absolute; left: 0; top: 55%; height: 1.5px; width: 0; background: #c2583c; transition: width .45s var(--spring); }
.insp-s { position: relative; width: 84px; height: 24px; flex: none; }
.insp-s > span { position: absolute; inset: 0; display: grid; place-items: center; border-radius: 999px; font: 800 11.5px/1 var(--body); transition: opacity .3s, transform .45s cubic-bezier(.34, 1.56, .64, 1); }
.s-found { background: #fff1e8; color: #b0541f; }
.s-done { background: #e3f6ee; color: var(--ok); opacity: 0; transform: scale(.6); }
.keep .s-done { background: #e2f4f5; color: var(--teal-2); }
.insp-rows li.done .s-found { opacity: 0; transform: scale(.6); }
.insp-rows li.done .s-done { opacity: 1; transform: none; }
.insp-rows li.done:not(.keep) .insp-t span { color: #9aa6ab; }
.insp-rows li.done:not(.keep) .insp-t span::after { width: 100%; }
.insp-foot { display: flex; align-items: center; gap: 8px; padding: 14px 18px; font: 800 14px/1 var(--body); color: var(--ok); opacity: .25; transition: opacity .5s; }
.insp-foot svg { width: 20px; height: 20px; padding: 3px; border-radius: 50%; background: var(--ok); color: #fff; }
.inspector.all-done .insp-foot { opacity: 1; }

/* privacy flow: where does your photo go? */
.flow { grid-column: 1 / -1; display: grid; gap: 14px; padding-top: 8px; }
.flow-q { font: 700 13px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: #8fb5b8; }
.flow-row { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 18px; }
.flow-label { font: 800 15px/1.2 var(--body); color: #cfe8e8; }
.good .flow-label { color: var(--aqua); }
.flow-track { position: relative; display: flex; align-items: center; padding: 16px 18px; border-radius: 18px; background: rgba(255, 255, 255, .04); border: 1px dashed rgba(255, 255, 255, .12); }
.flow-track.device { border: 1.5px solid rgba(72, 232, 216, .5); background: rgba(72, 232, 216, .06); }
.device-tag { position: absolute; left: 16px; top: -10px; padding: 2px 8px; border-radius: 6px; background: #022a33; color: var(--aqua); font: 800 11px/1.3 var(--body); }
.node { display: grid; justify-items: center; gap: 6px; flex: none; width: 88px; }
.node svg, .node img { width: 44px; height: 44px; padding: 10px; border-radius: 14px; background: rgba(255, 255, 255, .08); color: #cfe8e8; }
.node img { padding: 6px; background: rgba(255, 255, 255, .95); }
.node em { font: 700 12px/1.2 var(--body); font-style: normal; color: #a8c6c8; text-align: center; }
.node.warn svg { color: #ffb38a; background: rgba(255, 140, 90, .14); }
.node.ok svg { color: #fff; background: var(--ok); }
.wire { position: relative; flex: 1; height: 2px; margin: 0 4px 22px; background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .25) 0 6px, transparent 6px 11px); }
.good .wire { background: rgba(72, 232, 216, .45); }
.wire i { position: absolute; top: 50%; left: 0; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; background: #ffb38a; box-shadow: 0 0 12px #ff8c5a; opacity: 0;
  animation: hop 4.2s linear infinite; animation-delay: calc(var(--w, 0) * 1.4s); }
.good .wire i { background: var(--aqua); box-shadow: 0 0 12px var(--aqua); animation-duration: 2.8s; }
@keyframes hop { 0% { left: 0; opacity: 0; } 4% { opacity: 1; } 30% { left: 100%; opacity: 1; } 34%, 100% { left: 100%; opacity: 0; } }
.good .wire i { animation-name: hop2; }
@keyframes hop2 { 0% { left: 0; opacity: 0; } 5% { opacity: 1; } 45% { left: 100%; opacity: 1; } 50%, 100% { left: 100%; opacity: 0; } }

/* carousel dots (phones) */
.dots { display: none; justify-content: center; gap: 7px; margin-top: 18px; }
.dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 99px; background: #cfdde0; cursor: pointer; transition: width .5s var(--spring), background .3s; }
.dots button[aria-current="true"] { width: 26px; background: var(--teal-2); }

@media (max-width: 1080px) {
  .finds-grid { grid-template-columns: 1fr; }
  .flow-row { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 680px) {
  /* marquee */
  .plat-wrap { margin: 0 calc(-1 * clamp(20px, 4vw, 64px)); overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
  .platforms { flex-wrap: nowrap; width: max-content; justify-content: flex-start; animation: marquee 26s linear infinite; }
  .platforms .dup { display: flex; }
  .platforms li { flex: none; }
  @keyframes marquee { to { transform: translateX(-50%); } }

  /* swipe carousels */
  [data-carousel] { display: flex; gap: 12px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; touch-action: pan-x pan-y; scroll-snap-type: x mandatory; scroll-padding: 0 var(--gutter); margin: 36px calc(-1 * var(--gutter)) 0; padding: 0 var(--gutter) 4px; scrollbar-width: none; }
  [data-carousel]::-webkit-scrollbar { display: none; }
  [data-carousel] > li { flex: 0 0 84%; scroll-snap-align: start; }
  .dots { display: flex; }

  .insp-rows li { padding: 10px 14px; gap: 10px; }
  .insp-t b { font-size: 14px; }
  .insp-s { width: 74px; }
  .node { width: 62px; }
  .node svg, .node img { width: 38px; height: 38px; padding: 8px; }
  .node em { font-size: 10.5px; }
  .flow-track { padding: 16px 10px 12px; }
  .wire { margin: 0 2px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  [data-words] .w { opacity: 1; transform: none; filter: none; transition: none; }
  .platforms { animation: none; }
  .platforms li { opacity: 1; transform: none; transition: none; }
  .wire i { animation: none; }
}

/* ================= text pages (privacy, contact) ================= */
.doc { padding: clamp(48px, 7vw, 90px) 0 clamp(70px, 9vw, 120px); }
.doc h1 { font-size: clamp(40px, 5vw, 64px); max-width: 16ch; }
.doc h2 { margin-top: 44px; font-size: 26px; max-width: none; }
.doc p, .doc-list li { margin-top: 12px; color: var(--ink-2); font-size: 17px; }
.doc a { color: var(--teal-2); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.doc-lede { font-size: 20px !important; max-width: 48ch; }
.doc-date { font-size: 14px !important; color: var(--muted) !important; }
.doc-list { padding-left: 22px; }
.doc-tldr { margin-top: 36px; padding: 26px 30px 30px; border-radius: 22px; background: var(--panel); border: 1px solid var(--line); }
.doc-tldr h2 { margin-top: 0; font-size: 22px; }
.doc-tldr .ticks li { margin-top: 0; color: var(--ink); }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 80px); align-items: start; }
.contact-notes { list-style: none; display: grid; gap: 14px; margin-top: 30px; }
.contact-notes li { padding: 16px 18px; border-radius: 16px; background: var(--panel); border: 1px solid var(--line); color: var(--ink-2); font-size: 15.5px; }
.contact-notes b { display: block; color: var(--ink); }
.cform { position: relative; display: grid; gap: 18px; padding: clamp(24px, 4vw, 36px); border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: 0 30px 70px -40px rgba(1, 63, 78, .45); }
.cf { display: grid; gap: 7px; }
.cf > span, .cf-set legend { font: 800 14px/1.2 var(--body); color: var(--ink); }
.cf em { font-style: normal; font-weight: 600; color: var(--muted); }
.cf input, .cf textarea { width: 100%; padding: 13px 14px; border-radius: 12px; border: 1px solid var(--line-2); background: #fbfdfd; font: 16px/1.4 var(--body); color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.cf textarea { resize: vertical; min-height: 140px; }
.cf input:focus, .cf textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(8, 184, 184, .15); }
.cf-set { border: 0; display: grid; gap: 10px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: inline-block; padding: 9px 14px; border-radius: 999px; border: 1px solid var(--line-2); font: 700 14px/1 var(--body); color: var(--ink-2); cursor: pointer; transition: all .2s; }
.chip input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; }
.chip input:focus-visible + span { box-shadow: 0 0 0 3px rgba(8, 184, 184, .4); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; }
.cf-err { padding: 10px 14px; border-radius: 10px; background: #fff1ef; color: #b3261e; font-weight: 700; font-size: 14px; }
.cf-send { justify-content: center; width: 100%; }
.cf-send[disabled] { opacity: .6; }
.cform .micro a { color: var(--teal-2); }
.cf-done { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 10px; padding: 30px; text-align: center; border-radius: 28px; background: #fff; }
.cf-done[hidden] { display: none; }
.cf-done svg { width: 54px; height: 54px; padding: 12px; border-radius: 50%; background: var(--ok); color: #fff; }
.cf-done h2 { margin: 6px 0 0; font-size: 30px; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.fineprint a, .dl .micro a { color: var(--teal-2); }

/* ================= thanks page ================= */
.thanks-card { display: grid; justify-items: center; gap: 14px; padding: clamp(32px, 6vw, 64px); border-radius: 32px; text-align: center;
  background: radial-gradient(50% 70% at 50% 0%, rgba(72, 232, 216, .25), transparent 70%), linear-gradient(180deg, #eef9f9, #fff); border: 1px solid var(--line); }
.thanks-card img { border-radius: 18px; box-shadow: 0 20px 40px -18px rgba(1, 63, 78, .6); }
.thanks-card h1 { max-width: 18ch; }
.tk-state { width: 100%; }
.tk-wait { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.spin { width: 18px; height: 18px; border-radius: 50%; border: 2.5px solid #cfe8e8; border-top-color: var(--teal); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.key-box { display: flex; gap: 10px; align-items: center; justify-content: center; flex-wrap: wrap; margin: 12px auto; padding: 12px; border-radius: 16px; background: #fff; border: 1px dashed var(--teal); max-width: 620px; }
.key-box code { background: none; font-size: clamp(14px, 2.2vw, 18px); font-weight: 700; letter-spacing: .04em; color: var(--ink); word-break: break-all; }
.tk-steps { list-style: none; counter-reset: s; display: grid; gap: 10px; margin: 18px 0 4px; text-align: left; }
.tk-steps li { counter-increment: s; position: relative; padding-left: 40px; color: var(--ink-2); }
.tk-steps li::before { content: counter(s); position: absolute; left: 0; top: -2px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; background: var(--ink); color: #fff; font: 800 14px/1 var(--body); }
.buy-btn { background: linear-gradient(135deg, #0a9d9f, #08b8b8) !important; }
.buy-btn small { color: #d8fbf8 !important; }
.dl-note { margin-top: 2px; }

/* ================= articles ================= */
.art-hero { padding: clamp(36px, 6vw, 72px) 0 clamp(28px, 4vw, 44px); background: radial-gradient(50% 80% at 90% 0%, rgba(72, 232, 216, .22), transparent 70%), linear-gradient(180deg, #eef9f9, #fff); border-bottom: 1px solid var(--line); }
.art-hero .wrap { max-width: 900px; }
.crumbs { display: flex; gap: 8px; margin-bottom: 18px; font-size: 14px; color: var(--muted); }
.crumbs a { color: var(--teal-2); text-decoration: none; }
.art-hero h1 { font-size: clamp(34px, 5vw, 60px); line-height: 1.04; max-width: 21ch; text-wrap: balance; }
.nw { white-space: nowrap; }
.guide-card h2 { text-wrap: balance; }
.art-lede { margin-top: 18px; max-width: 62ch; font-size: 19px; color: var(--ink-2); }
.answer { margin-top: 28px; padding: 22px 26px 22px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: 0 20px 50px -34px rgba(1, 63, 78, .5); }
.answer-k { font: 800 13px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--teal-2); margin-bottom: 12px; }
.answer ol { padding-left: 22px; display: grid; gap: 8px; color: var(--ink-2); }
.answer b { color: var(--ink); }

.art-grid { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: clamp(28px, 5vw, 64px); justify-content: center; padding-top: 44px; }
.toc { position: sticky; top: 90px; align-self: start; font-size: 14.5px; }
.toc-k { font: 800 12px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.toc ol { list-style: none; display: grid; gap: 2px; border-left: 2px solid var(--line); }
.toc a { display: block; padding: 6px 12px; margin-left: -2px; border-left: 2px solid transparent; color: var(--ink-2); text-decoration: none; transition: color .2s, border-color .2s; }
.toc a:hover, .toc a.on { color: var(--teal-2); border-color: var(--teal); }
.toc-cta { margin-top: 20px; padding: 12px 18px; font-size: 15px; }
.toc a.toc-cta, .toc a.toc-cta:hover { display: flex; margin-left: 0; border-left: 0; color: #fff; }
.art-body section { padding-bottom: 18px; scroll-margin-top: 90px; }
.art-body h2 { margin: 44px 0 14px; font-size: clamp(28px, 3.2vw, 38px); max-width: 24ch; }
.art-body section:first-child h2 { margin-top: 0; }
.art-body h3 { margin: 26px 0 8px; font-size: 21px; }
.art-body p { margin-top: 12px; font-size: 17.5px; line-height: 1.7; color: var(--ink-2); }
.art-body b { color: var(--ink); }
.art-body .ticks { margin-top: 16px; }
.art-body .ticks li { font-size: 17px; line-height: 1.6; color: var(--ink-2); }
.ticks.tight { gap: 8px; }

.fig { margin: 30px 0 10px; }
.fig figcaption { margin-top: 12px; font-size: 14.5px; color: var(--muted); text-align: center; }
.fig.shot img { width: 100%; height: auto; border-radius: 16px; border: 1px solid var(--line); box-shadow: 0 30px 70px -40px rgba(1, 63, 78, .5); }

/* instagram mock */
.ig-pair { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 26px; border-radius: 24px; background: var(--panel); border: 1px solid var(--line); }
.ig-post { width: 250px; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 44px -26px rgba(13, 27, 34, .45); border: 1px solid var(--line); font-size: 12px; }
.ig-top { display: flex; align-items: center; gap: 9px; padding: 10px 12px; }
.ig-av { width: 30px; height: 30px; flex: none; border-radius: 50%; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%); box-shadow: inset 0 0 0 2px #fff; }
.ig-user { display: grid; line-height: 1.2; }
.ig-user b { font-size: 12.5px; }
.ig-label, .ig-ok { display: inline-flex; align-items: center; gap: 3px; font-size: 11px; color: #56656d; }
.ig-label svg, .ig-ok svg { width: 11px; height: 11px; }
.ig-ok { color: var(--ok); font-weight: 700; }
.ig-dots { margin-left: auto; color: #8a979d; letter-spacing: 1px; }
.ig-img { aspect-ratio: 1; }
.ig-img svg { width: 100%; height: 100%; }
.ig-bar { display: flex; gap: 10px; padding: 9px 12px 2px; }
.ig-bar span { width: 18px; height: 18px; border-radius: 5px; border: 2px solid #26343b; }
.ig-cap { margin: 0 !important; padding: 4px 12px 12px; font-size: 12px !important; line-height: 1.45 !important; color: #26343b !important; }
.ig-arrow { font: 900 30px/1 var(--display); color: var(--teal); }

/* file anatomy */
.anatomy { padding: 26px; border-radius: 24px; background: #0f1c21; }
.an-file { display: grid; grid-template-columns: 200px 1fr; gap: 18px; align-items: stretch; }
.an-name { grid-column: 1 / -1; font: 800 13px/1 ui-monospace, Menlo, monospace; color: #9fd9d6 !important; margin: 0 !important; }
.an-pixels { position: relative; border-radius: 14px; overflow: hidden; min-height: 180px; }
.an-pixels svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.an-pixels span { position: absolute; left: 8px; bottom: 8px; padding: 3px 8px; border-radius: 6px; background: rgba(0, 0, 0, .55); color: #fff; font: 700 11.5px/1.2 var(--body); }
.an-meta { display: grid; gap: 7px; align-content: start; }
.an-k { margin: 0 0 4px !important; font: 800 12px/1 var(--body) !important; letter-spacing: .12em; text-transform: uppercase; color: #8fb5b8 !important; }
.an-row { display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; background: rgba(255, 255, 255, .06); color: #cfe3e4; font-size: 14px; }
.an-row b { color: #fff; font: 800 12px/1 ui-monospace, Menlo, monospace; }
.an-row em { font-style: normal; color: #fff; }
.an-row i { font: 800 10.5px/1 var(--body); font-style: normal; text-transform: uppercase; letter-spacing: .08em; padding: 4px 7px; border-radius: 6px; background: #e5484d; color: #fff; }
.an-row.hot { background: rgba(229, 72, 77, .14); box-shadow: inset 0 0 0 1px rgba(229, 72, 77, .5); }

/* tables */
.tbl-wrap { margin-top: 18px; overflow-x: auto; border-radius: 16px; border: 1px solid var(--line); }
.tbl { width: 100%; border-collapse: collapse; font-size: 15.5px; min-width: 520px; }
.tbl th, .tbl td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.tbl thead th { background: var(--panel); font: 800 12.5px/1.2 var(--body); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.tbl tbody tr:last-child td, .tbl tbody tr:last-child th { border-bottom: 0; }
.tbl tbody th { font-weight: 700; color: var(--ink); }
.tbl td { color: var(--ink-2); }
.vs-light .us { background: #eaf8f8; color: var(--ink); font-weight: 700; }
.vs-light thead .us { color: var(--teal-2); }

/* how-to steps */
.howto { list-style: none; display: grid; gap: 14px; margin-top: 22px; }
.howto li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 20px 22px; border-radius: 18px; background: var(--panel); border: 1px solid var(--line); }
.hn { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--ink); color: #fff; font: 900 18px/1 var(--display); }
.howto h3 { margin: 6px 0 0 !important; font-size: 19px !important; }
.howto p { margin-top: 6px !important; font-size: 16px !important; }

.cards3, .cards2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.cards2 { grid-template-columns: repeat(2, 1fr); }
.c3 { padding: 20px; border-radius: 18px; background: var(--panel); border: 1px solid var(--line); }
.c3 h3 { margin: 0 !important; font-size: 18px !important; }
.c3 p { font-size: 15.5px !important; margin-top: 8px !important; }
.note-teal { margin-top: 34px; padding: 26px 28px; border-radius: 22px; color: #e6fbf9; background: radial-gradient(60% 80% at 90% 10%, rgba(72, 232, 216, .22), transparent 70%), linear-gradient(160deg, #03303b, #011f27); }
.note-teal h2 { margin: 0 0 6px !important; color: #fff; font-size: 26px !important; }
.note-teal p { color: #b9dcdc !important; }
.note-teal a { color: var(--aqua); }
.inspector.static .insp-rows li { pointer-events: none; }
.art .faq { margin-top: 10px; border-top: 0; }
.art .faq h2 { margin-bottom: 18px; }
.art .final { padding-top: clamp(50px, 7vw, 90px); }
.art .final .intro { margin: 0 auto; text-align: center; }

@media (max-width: 1080px) {
  .art-grid { grid-template-columns: minmax(0, 760px); }
  .toc { position: static; padding: 18px 20px; border-radius: 16px; background: var(--panel); border: 1px solid var(--line); }
  .toc a.toc-cta { display: none; }
}
@media (max-width: 680px) {
  .ig-pair { gap: 6px; padding: 12px 8px; align-items: stretch; }
  .ig-post { flex: 1 1 0; min-width: 0; width: auto; border-radius: 12px; font-size: 10px; }
  .ig-arrow { align-self: center; font-size: 18px; }
  .ig-top { gap: 6px; padding: 7px 8px; }
  .ig-av { width: 22px; height: 22px; }
  .ig-user { min-width: 0; }
  .ig-user b { font-size: 10.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .ig-label, .ig-ok { font-size: 9.5px; }
  .ig-label svg, .ig-ok svg { width: 9px; height: 9px; }
  .ig-dots { display: none; }
  .ig-bar { gap: 6px; padding: 7px 8px 2px; }
  .ig-bar span { width: 13px; height: 13px; border-radius: 4px; }
  .ig-cap { padding: 3px 8px 9px; font-size: 10px !important; }
  .an-file { grid-template-columns: 1fr; }
  .an-pixels { min-height: 150px; }
  .an-row { grid-template-columns: 48px 1fr; }
  .an-row i { grid-column: 2; justify-self: start; }
  .cards3, .cards2 { grid-template-columns: 1fr; }
  .howto li { grid-template-columns: 1fr; gap: 8px; padding: 18px; }
  .art-body p { font-size: 17px; }
}
.art-body a { color: var(--teal-2); text-underline-offset: 3px; }
.inline-link { color: var(--teal-2); font-weight: 700; text-decoration: none; white-space: nowrap; } .inline-link:hover { text-decoration: underline; }

/* article explainer video */
.fig-video { margin: 8px 0 44px; }
.fig-video video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; border-radius: 20px; background: #e8f7f7; box-shadow: 0 30px 70px -40px rgba(1, 63, 78, .6); border: 1px solid var(--line); }
/* the labelled post turns red: same "evil" wash as the video */
.ig-post.evil { border-color: rgba(229, 72, 77, .55); box-shadow: 0 0 0 2px rgba(229, 72, 77, .45), 0 20px 50px -20px rgba(229, 72, 77, .55); }
.ig-post.evil .ig-img { position: relative; }
.ig-post.evil .ig-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 40, 60, .55), rgba(120, 0, 25, .72)); mix-blend-mode: multiply; }
.ig-post.evil .ig-label { color: #c62f35; font-weight: 700; }
.art-body code { overflow-wrap: anywhere; }

/* ---- Facebook article ---- */
.fb-pair { display: flex; gap: 16px; justify-content: center; padding: 22px; border-radius: 24px; background: var(--panel); border: 1px solid var(--line); }
.fb-pair.single .fb-col { max-width: 320px; }
.fb-col { flex: 1 1 0; min-width: 0; max-width: 330px; display: grid; gap: 10px; align-content: start; }
.fb-k { margin: 0 !important; font: 800 13px/1.3 var(--body) !important; text-align: center; color: #c62f35 !important; }
.fb-k.ok { color: var(--ok) !important; }
.fb-post { position: relative; background: #fff; border-radius: 14px; border: 1px solid var(--line); box-shadow: 0 20px 44px -26px rgba(13, 27, 34, .45); font-size: 12px; color: #1c2b33; }
.fb-top { display: flex; align-items: center; gap: 9px; padding: 11px 12px 6px; }
.fb-av { width: 34px; height: 34px; flex: none; border-radius: 50%; background: linear-gradient(135deg, #6aa8ff, #1877f2); }
.fb-who { display: grid; line-height: 1.25; min-width: 0; }
.fb-who b { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fb-who span { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; color: #65737a; }
.fb-who svg { width: 11px; height: 11px; }
.fb-menu { position: relative; margin-left: auto; padding: 2px 6px; border-radius: 8px; color: #65737a; letter-spacing: 1px; }
.fb-menu.open { background: #eef1f3; color: #1c2b33; }
.fb-pop { position: absolute; right: -4px; top: 30px; z-index: 2; display: grid; grid-template-columns: 14px 1fr; column-gap: 6px; align-items: center; width: 190px; padding: 10px 12px; border-radius: 12px; background: #fff; box-shadow: 0 16px 40px -12px rgba(13, 27, 34, .45), 0 0 0 1px var(--line); letter-spacing: 0; font: 700 12.5px/1.3 var(--body); color: #c62f35; }
.fb-pop svg { width: 14px; height: 14px; }
.fb-pop small { grid-column: 2; font: 500 11px/1.35 var(--body); color: #65737a; }
.fb-text { margin: 0 !important; padding: 2px 12px 10px; font-size: 13px !important; line-height: 1.4 !important; color: #1c2b33 !important; }
.fb-img { position: relative; aspect-ratio: 400 / 260; overflow: hidden; }
.fb-img svg { display: block; width: 100%; height: 100%; }
.fb-post.evil .fb-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 40, 60, .55), rgba(120, 0, 25, .72)); mix-blend-mode: multiply; }
.fb-post.evil { border-color: rgba(229, 72, 77, .55); box-shadow: 0 0 0 2px rgba(229, 72, 77, .4), 0 20px 50px -20px rgba(229, 72, 77, .55); }
.fb-tag { position: absolute; z-index: 1; left: 10px; top: 10px; display: inline-flex; align-items: center; gap: 5px; padding: 5px 10px; border-radius: 999px; background: rgba(13, 27, 34, .85); color: #fff; font: 700 11.5px/1 var(--body); }
.fb-tag svg { width: 12px; height: 12px; }
.fb-tag.ok { background: var(--ok); }
.fb-acts { display: flex; justify-content: space-around; padding: 9px 8px; border-top: 1px solid var(--line); font: 700 11.5px/1 var(--body); color: #65737a; }

.tl { list-style: none; margin-top: 16px; display: grid; gap: 0; padding-left: 2px; }
.tl li::after { content: ""; position: absolute; left: -2px; top: 12px; bottom: -6px; width: 2px; background: var(--line-2); }
.tl li:last-child::after { display: none; }
.tl li { position: relative; display: grid; gap: 4px; padding: 0 0 18px 22px; }
.tl li::before { content: ""; position: absolute; z-index: 1; left: -7px; top: 5px; width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 2.5px solid var(--teal); }
.tl li:last-child::before { background: var(--teal); }
.tl b { font: 800 14px/1.2 var(--body); letter-spacing: .04em; text-transform: uppercase; color: var(--teal-2); }
.tl span { font-size: 16.5px; line-height: 1.6; color: var(--ink-2); }
.tbl.causes { min-width: 640px; }
.tbl.causes tbody th { font-weight: 600; width: 38%; }
.tbl.causes td:last-child { color: var(--ok); font-weight: 700; }
.cards2.phone ol { margin-top: 10px; padding-left: 20px; display: grid; gap: 6px; font-size: 15.5px; line-height: 1.55; color: var(--ink-2); }
.cards3.five { grid-template-columns: repeat(6, 1fr); }
.cards3.five .c3 { grid-column: span 2; }
.cards3.five .c3:nth-child(4) { grid-column: 2 / span 2; }
@media (max-width: 680px) {
  .fb-pair { gap: 8px; padding: 12px 8px; }
  .fb-post { font-size: 10px; border-radius: 11px; }
  .fb-top { gap: 6px; padding: 8px 8px 4px; }
  .fb-av { width: 24px; height: 24px; }
  .fb-who b { font-size: 10.5px; }
  .fb-who span { font-size: 9px; }
  .fb-text { padding: 0 8px 7px; font-size: 10.5px !important; }
  .fb-tag { left: 6px; top: 6px; padding: 4px 7px; font-size: 9.5px; }
  .fb-pop { width: 138px; right: -2px; top: 24px; padding: 7px 8px; font-size: 10.5px; grid-template-columns: 11px 1fr; }
  .fb-pop svg { width: 11px; height: 11px; }
  .fb-pop small { font-size: 9px; }
  .fb-acts { padding: 7px 4px; font-size: 9.5px; }
  .fb-k { font-size: 11px !important; }
  .cards3.five { grid-template-columns: 1fr; }
  .cards3.five .c3, .cards3.five .c3:nth-child(4) { grid-column: auto; }
}

/* guides hub */
.guides { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px; padding-top: 40px; padding-bottom: 80px; }
.guide-card { display: grid; gap: 10px; align-content: start; padding: 26px; border-radius: 22px; background: var(--panel); border: 1px solid var(--line); color: inherit; text-decoration: none; transition: transform .35s var(--out), box-shadow .35s var(--out), border-color .35s; }
.guide-card:hover { transform: translateY(-3px); border-color: var(--pc); box-shadow: 0 24px 50px -30px rgba(1, 63, 78, .5); }
.guide-k { display: inline-flex; align-items: center; gap: 8px; font: 800 12.5px/1 var(--body); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.guide-k i { width: 10px; height: 10px; border-radius: 50%; background: var(--pc); }
.guide-card h2 { font-size: 24px; line-height: 1.15; }
.guide-card p { color: var(--ink-2); }
.guide-go { margin-top: 6px; font-weight: 800; color: var(--teal-2); }

/* ================= article spice ================= */
.art-hero .wrap { max-width: 1180px; }
.art-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(28px, 5vw, 70px); align-items: center; }
.art-hero .answer { max-width: 900px; }
.art-hero h1 .grad { padding-right: .04em; }

/* hero demo: labelled post → scan → clean */
.ad { position: relative; justify-self: center; width: min(100%, 360px); padding: 22px 0 30px; }
.ad-post { position: relative; background: #fff; border-radius: 18px; border: 1px solid var(--line); box-shadow: 0 40px 80px -40px rgba(1, 63, 78, .55); overflow: hidden; transform: rotate(-2deg); transition: box-shadow .8s var(--spring), transform 1s var(--spring); }
.ad-top { display: flex; align-items: center; gap: 10px; padding: 12px 14px; }
.ad-av { width: 34px; height: 34px; border-radius: 50%; flex: none; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%); box-shadow: inset 0 0 0 2px #fff; }
.ad-facebook .ad-av { background: linear-gradient(135deg, #6aa8ff, #1877f2); box-shadow: none; }
.ad-who { display: grid; line-height: 1.2; font-size: 13px; }
.ad-who span { font-size: 11.5px; color: var(--muted); }
.ad-dots { margin-left: auto; color: var(--muted); letter-spacing: 1px; }
.ad-text { margin: 0 !important; padding: 0 14px 10px; font-size: 13.5px; }
.ad-img { position: relative; aspect-ratio: 1; overflow: hidden; }
.ad-facebook .ad-img { aspect-ratio: 4 / 3; }
.ad-img svg { display: block; width: 100%; height: 100%; }
.ad-evil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 40, 60, .55), rgba(120, 0, 25, .72)); mix-blend-mode: multiply; opacity: 0; transition: opacity .7s var(--spring); }
.ad-scan { position: absolute; left: 0; right: 0; top: -30%; height: 30%; background: linear-gradient(180deg, transparent, rgba(72, 232, 216, .55) 70%, #48e8d8); box-shadow: 0 6px 20px rgba(72, 232, 216, .6); opacity: 0; }
.ad-lbl, .ad-ok { position: absolute; left: 12px; top: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; font: 800 13px/1 var(--body); transition: opacity .5s var(--spring), transform .8s var(--spring); }
.ad-lbl svg, .ad-ok svg { width: 14px; height: 14px; }
.ad-lbl { background: rgba(13, 27, 34, .88); color: #fff; opacity: 0; transform: scale(.6); }
.ad-lbl::after { content: ""; position: absolute; left: 10px; right: 10px; top: 50%; height: 2.5px; margin-top: -1px; border-radius: 2px; background: #e5484d; transform: scaleX(0); transform-origin: left; transition: transform .5s var(--spring); }
.ad-ok { background: var(--ok); color: #fff; opacity: 0; transform: translateY(8px) scale(.8); }
.ad-foot { display: flex; gap: 10px; padding: 11px 14px; font: 700 12px/1 var(--body); color: var(--muted); }
.ad-facebook .ad-foot { justify-content: space-around; border-top: 1px solid var(--line); }
.ad-foot i { width: 18px; height: 18px; border-radius: 5px; border: 2px solid #26343b; }
.ad-chip { position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 12px; background: #fff; box-shadow: 0 18px 40px -18px rgba(1, 63, 78, .55), 0 0 0 1px var(--line); font: 700 13px/1 var(--body); white-space: nowrap; opacity: 0; transition: opacity .5s var(--spring), transform .8s var(--spring); }
.ad-chip img { border-radius: 5px; }
.ad-chip svg { width: 15px; height: 15px; color: var(--ok); }
.ad-chip-a { left: -26px; top: 42%; transform: translateX(-12px); }
.ad-chip-b { right: -22px; top: 30%; transform: translateX(12px); color: var(--ok); }
.ad-chip-c { right: -8px; bottom: 16px; transform: translateY(10px); color: var(--ok); }
.ad[data-s="bad"] .ad-evil, .ad[data-s="scan"] .ad-evil { opacity: 1; }
.ad[data-s="bad"] .ad-lbl, .ad[data-s="scan"] .ad-lbl { opacity: 1; transform: none; }
.ad[data-s="bad"] .ad-post, .ad[data-s="scan"] .ad-post { box-shadow: 0 0 0 2px rgba(229, 72, 77, .55), 0 40px 80px -30px rgba(229, 72, 77, .6); }
.ad[data-s="scan"] .ad-scan { opacity: 1; animation: ad-scan 1.4s var(--out) forwards; }
.ad[data-s="scan"] .ad-chip-a { opacity: 1; transform: none; }
@keyframes ad-scan { to { top: 100%; } }
.ad[data-s="clean"] .ad-lbl { opacity: 0; transform: scale(.9); }
.ad[data-s="clean"] .ad-ok { opacity: 1; transform: none; transition-delay: .15s; }
.ad[data-s="clean"] .ad-post { transform: rotate(0); box-shadow: 0 0 0 2px rgba(10, 157, 110, .45), 0 40px 80px -34px rgba(10, 157, 110, .55); }
.ad[data-s="clean"] .ad-chip-b { opacity: 1; transform: none; }
.ad[data-s="clean"] .ad-chip-c { opacity: 1; transform: none; transition-delay: .25s; }
.ad[data-s="scan"] .ad-lbl::after { transform: scaleX(1); transition-delay: .9s; }

/* numbered section kickers + reading progress */
.sec-k { display: flex; align-items: center; gap: 12px; margin: 56px 0 -30px !important; font: 900 15px/1 var(--display) !important; letter-spacing: .08em; }
.art-body section:first-of-type .sec-k, .art-body .fig-video + section .sec-k { margin-top: 8px !important; }
.sec-k i { width: 48px; height: 2px; border-radius: 2px; background: var(--grad); }
.read-bar { position: fixed; left: 0; right: 0; top: 0; z-index: 60; height: 3px; background: var(--grad); transform: scaleX(0); transform-origin: left; pointer-events: none; }

/* big gradient callout */
.callout { margin: 38px 0 10px; padding: 30px 0 28px; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.callout p { margin: 0 !important; font: 900 clamp(30px, 4.2vw, 50px)/1.02 var(--display) !important; font-stretch: 90%; letter-spacing: -.01em; color: var(--ink) !important; }
.callout p span { display: block; }
.callout small { display: block; margin-top: 12px; font-size: 15px; color: var(--muted); }

/* how-to: joined steps, gradient numbers */
.howto { position: relative; }
.howto::before { content: ""; position: absolute; left: 43px; top: 30px; bottom: 30px; width: 2px; background: linear-gradient(180deg, var(--teal), rgba(8, 184, 184, .1)); }
.howto li { position: relative; transition: transform .4s var(--out), box-shadow .4s var(--out), border-color .4s; }
.howto li:hover { transform: translateX(4px); border-color: rgba(8, 184, 184, .45); box-shadow: 0 18px 40px -28px rgba(1, 63, 78, .45); }
.hn { background: linear-gradient(135deg, #0d1b22, #03404d); box-shadow: 0 0 0 4px var(--panel), 0 10px 20px -10px rgba(1, 63, 78, .8); }

/* cards and tables react */
.c3 { position: relative; overflow: hidden; transition: transform .45s var(--out), box-shadow .45s var(--out), border-color .45s; }
.c3:hover { transform: translateY(-4px); border-color: rgba(8, 184, 184, .35); box-shadow: 0 24px 50px -32px rgba(1, 63, 78, .5); }
.tbl tbody tr { transition: background .25s; }
.tbl tbody tr:hover { background: #f5fbfb; }

/* before/after figures play in */
.ig-pair .ig-post, .fb-pair:not(.single) .fb-col { transition: transform 1s var(--spring), opacity .7s var(--spring); }
.ig-pair:not(.play) .ig-post.clean, .fb-pair:not(.play) .fb-col + .fb-col { opacity: 0; transform: translateX(30px) scale(.96); }
.ig-pair:not(.play) .ig-post.evil, .fb-pair:not(.play) .fb-col:first-child { transform: translateX(-10px) rotate(-1.5deg); }
.ig-pair .ig-post.clean { transition-delay: .45s; }
.fb-pair .fb-col + .fb-col { transition-delay: .35s; }
.ig-arrow { transition: transform .8s var(--spring) .3s, opacity .5s .3s; }
.ig-pair:not(.play) .ig-arrow { opacity: 0; transform: translateX(-12px); }
.ig-pair.play .ig-arrow { animation: nudge 2.4s ease-in-out 1.4s infinite; }
@keyframes nudge { 0%, 100% { translate: 0; } 50% { translate: 5px; } }
.ig-post.evil .ig-img::after, .fb-post.evil .fb-img::after { transition: opacity 1s var(--spring) .2s; }
.ig-pair:not(.play) .ig-post.evil .ig-img::after, .fb-pair:not(.play) .fb-post.evil .fb-img::after { opacity: 0; }
.anatomy .an-row.hot { transition: background .6s var(--spring), box-shadow .6s var(--spring); }
.anatomy:not(.play) .an-row.hot { background: rgba(255, 255, 255, .06); box-shadow: none; }
.anatomy .an-row i { transition: opacity .4s, transform .7s var(--spring); }
.anatomy:not(.play) .an-row i { opacity: 0; transform: scale(.6); }
.anatomy.play .an-row.hot:nth-of-type(3), .anatomy.play .an-row.hot:nth-of-type(3) i { transition-delay: .5s; }
.anatomy.play .an-row.hot:nth-of-type(4), .anatomy.play .an-row.hot:nth-of-type(4) i { transition-delay: .8s; }

/* timeline: dots light up as it rises */
.tl li::before { transition: background .5s var(--spring) .3s, transform .7s var(--spring) .2s; }
.tl li[data-rise]:not(.in)::before { transform: scale(.4); }

@media (max-width: 1080px) {
  .art-hero-grid { grid-template-columns: 1fr; }
  .ad { width: min(86%, 330px); padding-bottom: 36px; }
}
@media (max-width: 680px) {
  .ad { width: min(74%, 270px); padding: 14px 0 26px; }
  .ad-text { font-size: 12px; }
  .ad-chip-a { left: -30px; } .ad-chip-b { right: -30px; } .ad-chip-c { right: -24px; }
  .ad-chip { font-size: 11.5px; padding: 7px 10px; }
  .howto::before { left: 41px; }
  .callout p { font-size: clamp(28px, 8vw, 36px) !important; }
}
@media (prefers-reduced-motion: reduce) {
  .ad-scan { display: none; }
  .ig-pair .ig-post, .fb-pair .fb-col, .ig-arrow { opacity: 1 !important; transform: none !important; animation: none !important; }
}

/* typography guards: no lonely last words, room between heavy words */
h1, h2, h3, .callout p span, .answer-k, .sec-k, figcaption, .faq summary, .guide-card h2 { text-wrap: balance; }
p, li, td, .faq-a p { text-wrap: pretty; }
.callout p { word-spacing: .1em; letter-spacing: 0; }
.art-body h2 { word-spacing: .06em; }
.fineprint { text-wrap: balance; }

/* "Watch how it works" button + video lightbox */
.btn-play { gap: 10px; padding-left: 12px; }
.btn-play small { font: 700 12.5px/1 var(--body); color: var(--muted); }
.play-dot { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--grad); color: #fff; box-shadow: 0 6px 16px -6px rgba(8, 184, 184, .8); transition: transform .5s var(--spring); }
.play-dot svg { width: 14px; height: 14px; margin-left: 2px; }
.btn-play:hover .play-dot { transform: scale(1.12); }
.play-dot { position: relative; }
.play-dot::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid rgba(8, 184, 184, .5); animation: ping 2.2s var(--out) infinite; }
@keyframes ping { 0% { transform: scale(.8); opacity: 1; } 80%, 100% { transform: scale(1.5); opacity: 0; } }
.vbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: clamp(16px, 4vw, 48px); border: 0; background: transparent; display: grid; place-items: center; }
.vbox::backdrop { background: rgba(4, 16, 20, 0); backdrop-filter: blur(0); transition: background .4s, backdrop-filter .4s; }
.vbox.open::backdrop { background: rgba(4, 16, 20, .78); backdrop-filter: blur(8px); }
.vbox-in { position: relative; width: min(1100px, 100%); opacity: 0; transform: translateY(24px) scale(.94); transition: opacity .35s var(--out), transform .7s var(--spring); }
.vbox.open .vbox-in { opacity: 1; transform: none; }
.vbox video { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 18px; background: #0d1b22; box-shadow: 0 40px 100px -30px rgba(0, 0, 0, .7); }
.vbox-x { position: absolute; right: -8px; top: -52px; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; transition: transform .4s var(--spring); }
.vbox-x:hover { transform: rotate(90deg); }
.vbox-x svg { width: 16px; height: 16px; }
@media (max-width: 680px) { .vbox-x { right: 0; } .vbox video { border-radius: 12px; } }
@media (prefers-reduced-motion: reduce) { .play-dot::after { animation: none; } .vbox-in, .vbox::backdrop { transition: none; } }
