@font-face {
  font-family: "Inter Tight";
  src: url("assets/fonts/InterTight-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light dark;
  --bg: #ffffff;
  --surface: #f4f4f5;
  --gallery: #e7e7e8;
  --gallery-deep: #d6d6d7;
  --text: #131416;
  --muted: #575b62;
  --rule: #d8dade;
  --blue: #2367da;
  --brand-blue: #377ff5;
  --action-blue: #2367da;
  --button-text: #fff;
  --header-bg: #ffffff;
  --page-gutter: clamp(1.25rem, 3.2vw, 4rem);
  --header-height: 88px;
  --ease: cubic-bezier(.22,.68,.18,1);
  --accent-color: var(--blue);
  --glass-border: var(--rule);
  --border-radius-sm: 0px;
  --border-radius-md: 0px;
  --transition-smooth: 220ms ease;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0b0c0e;
    --surface: #151618;
    --gallery: #222326;
    --gallery-deep: #303135;
    --text: #f4f4f5;
    --muted: #a8acb4;
    --rule: #32343a;
    --blue: #6a9fff;
    --header-bg: #0b0c0e;
  }
}
* { box-sizing: border-box; }
html { scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Inter Tight", Arial, sans-serif; font-size: 1.0625rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
figure, p { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
::selection { background: var(--brand-blue); color: #fff; }
h1, h2, h3, h4 { margin: 0; font-weight: 650; line-height: 1.06; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(3.4rem, 6.3vw, 7rem); }
h2 { font-size: clamp(2.6rem, 4.4vw, 4.9rem); }
h3 { font-size: clamp(2rem, 3.3vw, 3.8rem); }
h4 { font-size: 1.3rem; letter-spacing: -.02em; line-height: 1.3; }
h1, h2, h3, h4, p, a { overflow-wrap: break-word; }
em { font-style: normal; }
.accent { color: var(--blue); }
.container, .section-container {
  width: calc(100% - var(--page-gutter) * 2);
  margin-inline: auto;
}
.icon { width: 24px; height: 24px; flex: 0 0 auto; }
.eyebrow, .page-kicker { font-size: .875rem; font-weight: 550; letter-spacing: .045em; margin-bottom: 1.75rem; }
.lead { font-size: clamp(1.2rem, 1.65vw, 1.5rem); line-height: 1.55; color: var(--muted); max-width: 36ch; }
.text-link { display: inline-flex; align-items: center; gap: .8rem; font-size: 1rem; font-weight: 600; min-height: 44px; text-decoration: underline; text-underline-offset: .35em; text-decoration-color: var(--rule); transition: color .2s, text-decoration-color .2s; }
.text-link:hover { color: var(--blue); text-decoration-color: currentColor; }
.text-link .icon { width: 20px; height: 20px; }
.button, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .9rem 1.4rem; border: 1px solid var(--rule); border-radius: 0; min-height: 48px; font-size: 1rem; font-weight: 600; transition: background .2s, color .2s; }
.button-primary, .btn-primary { background: var(--action-blue); color: var(--button-text); border-color: var(--action-blue); }
.button-primary:hover, .btn-primary:hover { background: #1958bc; }
.actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 2.3rem; }
.play-link { display: block; flex-shrink: 0; }
.play-link img { width: 176px; height: auto; }
.origin { margin-top: 2rem; color: var(--muted); font-size: .875rem; }
.skip-link { position: fixed; z-index: 110; inset: .5rem auto auto var(--page-gutter); background: var(--text); color: var(--bg); padding: .6rem 1rem; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); background: var(--header-bg); border-bottom: 1px solid var(--rule); }
.header-inner { width: calc(100% - var(--page-gutter) * 2); margin-inline: auto; height: 100%; display: flex; align-items: center; gap: 2rem; }
.brand { display: block; flex-shrink: 0; }
.brand img { width: 214px; height: auto; }
.site-nav { display: flex; gap: clamp(1.3rem, 2.4vw, 2.7rem); align-items: center; margin-left: auto; }
.site-nav a { position: relative; display: flex; align-items: center; min-height: 48px; font-size: 1rem; font-weight: 550; color: var(--muted); white-space: nowrap; transition: color .2s; }
.site-nav a::after { content: ""; position: absolute; height: 2px; bottom: 5px; inset-inline: 0; background: var(--blue); opacity: 0; transition: opacity .2s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--text); }
.site-nav a[aria-current="page"]::after { opacity: 1; }
.nav-cta { display: inline-flex; justify-content: center; align-items: center; gap: 1rem; flex: 0 0 auto; border: 1px solid var(--rule); border-radius: 0; min-height: 46px; padding: .6rem 1rem; font-size: 1rem; font-weight: 600; transition: background .2s, color .2s; }
.nav-cta:hover, .nav-cta[aria-current="page"] { color: var(--bg); background: var(--text); border-color: var(--text); }
.menu-toggle { display: none; width: 44px; height: 44px; color: inherit; background: transparent; border: 0; padding: 10px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: currentColor; margin-block: 6px; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.product-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(2.5rem, 5vh, 5rem); min-height: calc(100svh - var(--header-height)); }
.hero-copy { padding: 2rem clamp(0rem, 1.8vw, 2.5rem); min-width: 0; text-align: center; }
.hero-copy .lead { margin-inline: auto; }
.hero-copy .actions { justify-content: center; }
.hero-copy h1 { margin-bottom: 2rem; }
.hero-visual { position: relative; min-width: 0; height: clamp(520px, 74svh, 850px); background: var(--gallery); display: grid; place-items: center; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: var(--brand-blue); }
.hero-phone { width: clamp(180px, min(19vw, 30svh), 340px); border: 5px solid #18191b; border-radius: 29px; box-shadow: 0 24px 60px #0002; overflow: hidden; transform: translateY(var(--hero-y, 0px)) rotate(-3deg); will-change: transform; }
.hero-phone picture, .hero-phone img { display: block; width: 100%; }
.feature-tag { position: absolute; display: flex; align-items: center; gap: .7rem; padding: .85rem 1rem; background: var(--bg); border: 1px solid var(--rule); font-size: .9375rem; box-shadow: 0 10px 25px #0001; transform: translateY(calc(var(--hero-y, 0px) * -.6)); }
.feature-tag .icon { color: var(--blue); }
.tag-duplicates { top: 18%; left: 5%; }
.tag-people { bottom: 17%; right: 5%; }
.brand-statement { padding-block: clamp(4rem, 7vw, 7rem); border-block: 1px solid var(--rule); }
.brand-statement h2 { text-align: center; font-size: clamp(2.1rem, 4.35vw, 4.6rem); line-height: 1.2; }
.brand-definition { max-width: 64ch; margin: 2rem auto 0; color: var(--muted); text-align: center; font-size: clamp(1.05rem, 1.45vw, 1.25rem); }
.section-heading { text-align: center; padding-block: clamp(5rem, 8vw, 8rem) 3rem; }
.demo-section { background: var(--surface); }
.demo-layout { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.demo-step { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; padding-block: 3rem; }
.step-copy { max-width: 34rem; }
.step-icon { color: var(--blue); display: inline-flex; margin-bottom: 1.7rem; }
.step-icon .icon { width: 36px; height: 36px; }
.demo-step h3 { margin-bottom: 1.5rem; }
.demo-step p { max-width: 36ch; font-size: 1.1875rem; color: var(--muted); }
.demo-step .text-link { margin-top: 1.2rem; }
.step-media { margin-top: 2.5rem; }
.step-media img { width: min(240px, 75%); border-radius: 22px; }
.step-media figcaption { margin-top: 1rem; font-size: .8125rem; color: var(--muted); }
.demo-stage { display: none; }
.demo-caption { min-height: 1.5em; text-align: center; font-size: .8125rem; color: var(--muted); margin-top: .9rem; }
.cloud-sequence { border-block: 1px solid var(--rule); }
.cloud-sticky { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(5rem, 9vw, 9rem); }
.cloud-copy h1, .cloud-copy h2 { margin-bottom: 1.8rem; }
.cloud-copy .text-link { margin-top: 2rem; }
.cloud-intent { margin-top: 1.5rem; color: var(--muted); max-width: 36ch; }
.status-dot { display: inline-block; vertical-align: middle; width: 7px; height: 7px; background: var(--blue); margin-right: .7rem; }
.cloud-diagram { background: var(--surface); border: 1px solid var(--rule); position: relative; padding: 4rem 1rem 2rem; }
.cloud-route { position: relative; width: calc(100% - 6rem); height: 54px; margin-inline: auto; }
.route-line { position: absolute; top: 50%; left: 0; right: 0; height: 2px; background: var(--rule); }
.route-line::after { content: ""; display: block; width: calc(var(--cloud-progress, .5) * 100%); height: 100%; background: var(--blue); }
.cloud-packet { position: absolute; left: calc(var(--cloud-progress, .5) * 100%); top: 50%; transform: translate(-50%, -50%); color: var(--blue); background: var(--bg); padding: .7rem; border: 1px solid var(--blue); }
.cloud-packet .icon { width: 26px; height: 26px; }
.cloud-nodes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; padding: 0; margin: 2.5rem 0 0; gap: 1rem; }
.cloud-nodes li { display: flex; flex-direction: column; align-items: center; text-align: center; }
.cloud-nodes .icon { width: 36px; height: 36px; color: var(--muted); margin-bottom: 1rem; transition: color .3s, transform .5s var(--ease); }
.cloud-nodes li.is-active .icon { color: var(--blue); transform: translateY(-6px); }
.cloud-nodes strong { font-size: .9375rem; font-weight: 600; }
.cloud-nodes span { font-size: .8125rem; color: var(--muted); margin-top: .35rem; }
.cloud-diagram-note { font-size: .9375rem; color: var(--muted); border-top: 1px solid var(--rule); margin: 2.5rem 1rem 0; padding-top: 1.5rem; text-align: left; }
.origin-section { padding-block: clamp(5rem, 9vw, 9rem); text-align: center; }
.page-intro { text-align: center; padding-block: clamp(4rem, 7vw, 7rem); }
.page-intro .actions { justify-content: center; }
.page-intro h1 { max-width: 20ch; margin-inline: auto; }
.page-intro .lead { margin: 2rem auto 0; max-width: 46ch; }
.page-gallery { background: var(--gallery); }
.page-gallery .hero-visual { background: var(--gallery-deep); }
.page-gallery .brand-statement { background: var(--bg); }
.page-gallery .demo-section { background: var(--gallery); }
.spec-section { padding-block: clamp(5rem, 8vw, 8rem); background: var(--bg); }
.spec-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem; margin-top: 3.5rem; }
.spec-grid article { border-top: 1px solid var(--rule); padding-top: 1.7rem; }
.spec-grid h3 { font-size: 1.5rem; line-height: 1.2; letter-spacing: -.02em; margin-bottom: 1rem; }
.spec-grid p { color: var(--muted); }
.gallery-download { padding-block: clamp(5rem, 8vw, 8rem); background: var(--surface); }
.gallery-download h2 { margin-bottom: 2rem; }
.product-facts { background: var(--bg); border-block: 1px solid var(--rule); }
.fact-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.fact-strip li { min-width: 0; padding: 1.55rem clamp(1rem, 2vw, 2rem); }
.fact-strip li + li { border-left: 1px solid var(--rule); }
.fact-strip span, .fact-strip strong { display: block; }
.fact-strip span { margin-bottom: .45rem; color: var(--muted); font-size: .75rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.fact-strip strong { font-size: clamp(.95rem, 1.2vw, 1.125rem); font-weight: 600; line-height: 1.35; }
.product-answers { padding-block: clamp(5rem, 8vw, 8rem); background: var(--gallery); }
.product-answers h2 { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.answer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-block: 1px solid var(--rule); }
.answer-grid article { padding: clamp(1.6rem, 3vw, 3rem); }
.answer-grid article:nth-child(even) { border-left: 1px solid var(--rule); }
.answer-grid article:nth-child(n + 3) { border-top: 1px solid var(--rule); }
.answer-grid h3 { margin-bottom: 1rem; font-size: clamp(1.35rem, 2.1vw, 2.15rem); line-height: 1.15; letter-spacing: -.025em; }
.answer-grid p { max-width: 48ch; color: var(--muted); }
.product-meta { margin: -1rem auto 2rem; color: var(--muted); }
.value-section { background: var(--surface); padding-block: clamp(4rem, 7vw, 7rem); }
.social-section { padding-block: clamp(4rem, 7vw, 7rem); }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.social-grid a { padding: 2.5rem; transition: background .2s; }
.social-grid a + a { border-left: 1px solid var(--rule); }
.social-grid a:hover { background: var(--surface); }
.social-grid h3 { font-size: 2rem; margin-bottom: 1rem; }
.social-grid p { color: var(--muted); }
.cloud-facts { padding-block: clamp(4rem, 7vw, 7rem); background: var(--surface); }
.cloud-facts .spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cloud-facts .text-link { font-weight: 500; margin-top: .7rem; }
.cloud-next { padding-block: clamp(4rem, 7vw, 7rem); }
.cloud-next h2 { margin-bottom: 2rem; }
.cloud-next p { color: var(--muted); max-width: 55ch; }
.cloud-next .text-link { margin-top: 1.5rem; }
.app-entry { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); padding-block: 4rem 6rem; border-top: 1px solid var(--rule); align-items: center; }
.app-entry-visual { padding: 3rem; background: var(--gallery); }
.app-entry-visual img { width: 240px; max-height: 540px; object-fit: contain; margin: auto; border-radius: 24px; }
.app-entry h2 { margin-bottom: 1.5rem; }
.app-entry p { color: var(--muted); max-width: 40ch; }
.app-entry .text-link { margin-top: 1.5rem; }
.page-contact .section-container { padding-block: clamp(4rem, 7vw, 7rem); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.contact-copy h1 { margin-bottom: 2rem; }
.contact-copy > p:last-child { max-width: 36ch; color: var(--muted); font-size: 1.2rem; }
.contact-form { border-top: 1px solid var(--rule); padding-top: 2rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-size: 1rem; font-weight: 550; margin-bottom: .65rem; }
.form-control { display: block; width: 100%; min-height: 50px; padding: .85rem 1rem; color: var(--text); background: var(--surface); border: 1px solid var(--rule); border-radius: 0; }
.form-status { margin-bottom: 1.5rem; padding: 1rem; border: 1px solid currentColor; text-align: center; }
.form-status[hidden] { display: none; }
.form-status-success { color: #11825b; background: rgba(17, 130, 91, .08); }
.form-status-error { color: #b52b35; background: rgba(181, 43, 53, .08); }
.form-privacy-note { margin: -.15rem 0 1rem; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.form-privacy-note a { color: var(--text); text-decoration: underline; text-underline-offset: .18em; }
.form-submit { width: 100%; margin-top: .5rem; }
.form-submit:disabled { cursor: wait; opacity: .66; }
.form-control::placeholder { color: var(--muted); opacity: 1; }
textarea.form-control { resize: vertical; min-height: 150px; }
.page-legal .section-container { padding-block: clamp(3rem, 6vw, 6rem); }
.page-legal h1 { max-width: 25ch; font-size: clamp(2.4rem, 4.7vw, 4.5rem); hyphens: auto; overflow-wrap: anywhere; line-height: 1.15; }
.page-legal .glass-panel { background: transparent; padding: 3rem 0 0 !important; margin-top: 2.5rem !important; border-top: 1px solid var(--rule); max-width: 80ch; line-height: 1.8; border-radius: 0; }
.page-legal h2, .page-legal h3 { font-size: clamp(1.4rem, 2.3vw, 2rem); line-height: 1.3; letter-spacing: -.025em; margin-block: 2rem 1rem; hyphens: auto; }
.page-legal h4 { margin-block: 1.8rem .75rem; }
.page-legal p { margin-block: 1rem; }
.page-legal a:not(.brand,.nav-cta,.site-nav a,.site-footer a) { color: var(--blue); text-decoration: underline; text-underline-offset: .2em; overflow-wrap: anywhere; }
.page-legal ul, .page-legal ol { padding-left: 1.4rem; }
.page-legal li { margin-block: .5rem; }
.page-legal .step-container { grid-template-columns: 1fr; }
.page-legal .delete-step { display: grid; grid-template-columns: 1fr minmax(180px, 270px); align-items: start; padding-block: 1rem 2rem; }
.page-legal .screenshot-container { margin: 0; padding: 0; box-shadow: none; }
.page-legal .screenshot-container:hover { transform: none; }
.page-error .page-intro { min-height: 65svh; }
.site-footer { background: var(--surface); border-top: 1px solid var(--rule); padding-top: 4rem; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.footer-brand img { width: 214px; }
.footer-brand p { font-size: 1.0625rem; color: var(--muted); margin-top: 1.5rem; }
.footer-top nav { display: flex; flex-direction: column; align-items: start; gap: .75rem; font-size: .9375rem; }
.site-footer a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding-block: 1.5rem; border-top: 1px solid var(--rule); font-size: .875rem; color: var(--muted); }
.footer-bottom div { display: flex; gap: 1.5rem; }
.mt-4 { margin-top: 1.5rem; }
.badge { font-size: .9375rem; color: var(--muted); margin-bottom: 1.5rem; }
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  .motion-ready .demo-layout { grid-template-columns: 1fr 1fr; }
  .motion-ready .demo-step { min-height: 62svh; display: flex; align-items: center; padding-block: 4rem; }
  .motion-ready .demo-full .demo-step { min-height: 85svh; }
  .motion-ready .step-media { display: none; }
  .motion-ready .demo-stage { display: flex; position: sticky; top: calc(var(--header-height) + 20px); height: calc(100svh - var(--header-height) - 40px); max-height: 820px; min-height: 420px; flex-direction: column; align-items: center; justify-content: center; background: var(--gallery); padding: 1.5rem; }
  .motion-ready .demo-phone { position: relative; height: calc(100% - 124px); max-height: 600px; aspect-ratio: 720 / 1600; border: 4px solid #1b1c1e; border-radius: 25px; overflow: hidden; background: #121212; box-shadow: 0 18px 35px #0002; }
  .demo-screen { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: translateX(105%); transition: transform .7s var(--ease), opacity .55s; }
  .demo-screen.is-before { transform: translateX(-105%); }
  .demo-screen.is-active { transform: translateX(0); opacity: 1; }
  .demo-controls { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 4px; width: min(100%, 355px); background: var(--gallery-deep); padding: 5px; margin-top: 1.3rem; }
  .demo-controls button { display: flex; flex-direction: column; align-items: center; gap: .25rem; min-height: 60px; padding: .55rem .4rem; border: 0; color: var(--muted); background: transparent; font-size: .875rem; transition: background .3s, color .3s; }
  .demo-controls button[aria-pressed="true"] { background: var(--bg); color: var(--text); }
  .demo-controls .icon { transition: transform .4s var(--ease); }
  .demo-controls button[aria-pressed="true"] .icon { transform: translateY(-2px); color: var(--blue); }
  .motion-ready .cloud-sequence { min-height: 145svh; }
  .motion-ready .cloud-sequence-full { min-height: 180svh; }
  .motion-ready .cloud-sticky { position: sticky; top: var(--header-height); min-height: calc(100svh - var(--header-height)); padding-block: 4rem; }
  .motion-ready [data-reveal] { transition: opacity .65s var(--ease), transform .65s var(--ease); }
  .motion-ready [data-reveal].will-reveal { opacity: 0; transform: translateY(20px); }
}
@media (max-width: 1100px) {
  .header-inner { gap: 1.5rem; }
  .brand img { width: 180px; }
  .product-hero { gap: 2.5rem; }
  .tag-duplicates { left: 3%; }
  .tag-people { right: 3%; }
}
@media (max-width: 900px) {
  :root { --header-height: 72px; }
  .header-inner { gap: .65rem; }
  .brand { margin-right: auto; }
  .brand img { width: 174px; }
  .nav-cta { font-size: .9375rem; min-height: 42px; padding: .55rem .8rem; gap: .55rem; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; inset: var(--header-height) 0 auto; margin: 0; background: var(--bg); padding: 1.5rem var(--page-gutter) 2rem; border-bottom: 1px solid var(--rule); }
  .site-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: .3rem; max-height: calc(100dvh - var(--header-height)); overflow: auto; }
  .site-nav a { min-height: 52px; font-size: 1.1875rem; }
  .site-nav a::after { inset-inline-end: auto; width: 30px; }
  html:not(.js) .site-header { height: auto; position: static; }
  html:not(.js) .header-inner { min-height: var(--header-height); flex-wrap: wrap; padding-block: 1rem; }
  html:not(.js) .site-nav { display: flex; position: static; order: 4; width: 100%; padding: 0; flex-wrap: wrap; gap: 1.25rem; border: 0; }
  html:not(.js) .menu-toggle { display: none; }
  .product-hero { min-height: 0; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  h1 { font-size: clamp(3rem, 7vw, 4.7rem); }
  .hero-visual { height: 490px; }
  .hero-phone { width: 205px; }
  .feature-tag { font-size: .8125rem; gap: .45rem; padding: .65rem; }
  .demo-layout { grid-template-columns: 1fr; }
  .demo-step { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 2rem; border-top: 1px solid var(--rule); }
  .step-media { margin: 0; justify-self: center; }
  .step-media img { width: 220px; max-width: 100%; }
  .cloud-sticky { grid-template-columns: 1fr; gap: 3rem; }
  .cloud-diagram { max-width: 720px; width: 100%; }
  .cloud-copy .lead { max-width: 48ch; }
  .cloud-nodes li.is-active .icon { transform: none; }
  .spec-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-top { grid-template-columns: 1.5fr 1fr; }
  .footer-top > nav:last-child { grid-column: 2; }
}
@media (max-width: 620px) {
  .product-hero { grid-template-columns: 1fr; padding-block: 1.5rem 2rem; }
  .hero-copy { padding-block: 1.2rem 1rem; }
  h1 { font-size: clamp(3.1rem, 12vw, 4.8rem); }
  .hero-copy h1 { margin-bottom: 1.5rem; }
  .eyebrow, .page-kicker { margin-bottom: 1.3rem; }
  .hero-visual { height: 440px; }
  .hero-phone { width: 182px; border-width: 4px; border-radius: 24px; }
  .feature-tag { font-size: .875rem; }
  .tag-duplicates { top: 16%; left: 3%; }
  .tag-people { bottom: 13%; right: 3%; }
  .hero-phone { transform: rotate(-3deg); }
  .feature-tag { transform: none; }
  .lead { max-width: 100%; }
  .actions { gap: 1rem; margin-top: 1.7rem; }
  .play-link img { width: 160px; }
  .brand-statement h2 { font-size: clamp(1.9rem, 7.7vw, 2.8rem); }
  .section-heading { padding-block: 3.5rem 2.5rem; }
  .demo-step { grid-template-columns: 1fr; padding-block: 2.7rem; gap: 2rem; }
  .step-media { justify-self: start; width: 100%; padding: 2rem; background: var(--gallery-deep); }
  .step-media img { width: min(210px, 90%); margin-inline: auto; }
  .step-media figcaption { text-align: center; }
  .step-icon { margin-bottom: 1.2rem; }
  .demo-step p { font-size: 1.125rem; }
  .cloud-diagram { padding-inline: .65rem; }
  .cloud-route { width: calc(100% - 4.2rem); }
  .cloud-nodes { gap: .45rem; }
  .cloud-nodes strong { font-size: .875rem; }
  .cloud-nodes span { font-size: .8125rem; }
  .cloud-diagram-note { margin-inline: .5rem; }
  .spec-grid, .cloud-facts .spec-grid, .social-grid, .app-entry, .contact-layout { grid-template-columns: 1fr; }
  .fact-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fact-strip li:nth-child(3) { border-left: 0; }
  .fact-strip li:nth-child(n + 3) { border-top: 1px solid var(--rule); }
  .answer-grid { grid-template-columns: 1fr; }
  .answer-grid article:nth-child(even) { border-left: 0; }
  .answer-grid article + article { border-top: 1px solid var(--rule); }
  .social-grid a { padding: 1.75rem; }
  .social-grid a + a { border-left: 0; border-top: 1px solid var(--rule); }
  .app-entry-visual { padding: 2rem; }
  .page-legal .delete-step { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem 1rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-top > nav:last-child { grid-column: auto; }
  .footer-top nav { font-size: .875rem; }
  .footer-bottom div { gap: 1rem; }
}
@media (max-width: 380px) {
  .brand img { width: 145px; }
  .nav-cta { padding-inline: .6rem; }
  .nav-cta span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .hero-phone { transform: none; }
  .feature-tag { transform: none; }
}
@media print {
  .site-header, .site-footer, .menu-toggle, .demo-stage { display: none; }
  body { color: #000; background: #fff; }
  .container, .section-container { width: 100%; }
  .product-hero, .cloud-sticky, .demo-layout { display: block; }
}

.download-note { color: var(--muted); max-width: 50ch; margin-top: 2rem; }
.download-note .text-link { margin-top: .5rem; }

/* Galerie comparison: scoped to this section only. */
.gallery-comparison { padding-block: clamp(4rem, 7vw, 7rem); background: var(--bg); border-top: 1px solid var(--rule); }
.gallery-comparison h2 { text-align: center; margin-bottom: 3rem; }
.comparison-scroll { overflow-x: auto; border-block: 1px solid var(--rule); }
.comparison-table { width: 100%; min-width: 800px; border-collapse: collapse; table-layout: fixed; font-size: 1rem; line-height: 1.6; }
.comparison-table caption { text-align: left; padding-block: 1rem; color: var(--muted); font-size: .9375rem; }
.comparison-table th, .comparison-table td { text-align: left; vertical-align: top; padding: clamp(1rem, 2vw, 2rem); border-bottom: 1px solid var(--rule); overflow-wrap: break-word; }
.comparison-table thead th { font-size: 1.125rem; font-weight: 600; }
.comparison-table tbody th { font-weight: 550; }
.comparison-table td { color: var(--muted); }
.comparison-table tr > :nth-child(2) { background: var(--surface); color: var(--text); }
.comparison-table thead tr > :nth-child(2) { border-top: 3px solid var(--blue); }
.comparison-table tbody tr:last-child > * { border-bottom: 0; }
.comparison-brand { display: flex; align-items: center; gap: .7rem; color: var(--blue); }
.comparison-brand img { flex: 0 0 28px; width: 28px; height: 28px; object-fit: contain; }
.comparison-reviewed { margin-top: 1.5rem; font-size: .9375rem; font-weight: 600; }
.comparison-note { margin-top: 1.5rem; max-width: 100ch; color: var(--muted); font-size: .9375rem; }
.comparison-reviewed + .comparison-note { margin-top: .65rem; }
.comparison-sources { margin-top: 1.25rem; color: var(--muted); font-size: .875rem; }
.comparison-sources summary { cursor: pointer; min-height: 44px; padding-block: .6rem; width: fit-content; }
.comparison-sources p { margin-block: .5rem 1rem; }
.comparison-sources ul { margin: 0; padding-left: 1.25rem; }
.comparison-sources li { margin-block: .5rem; }
.comparison-sources a { text-decoration: underline; text-underline-offset: .2em; }
.comparison-sources a:hover { color: var(--blue); }

/* Full-width compositions; prose and form controls keep readable line lengths. */
.cloud-copy { text-align: center; }
.cloud-copy .lead, .cloud-intent { margin-inline: auto; }
.spec-section > .container > h2, .spec-section > .container > .eyebrow,
.cloud-facts > .container > h2, .cloud-facts > .container > .eyebrow,
.value-section > .container > h2, .value-section > .container > .eyebrow { text-align: center; }
.gallery-download { text-align: center; }
.gallery-download .play-link img, .download-note { margin-inline: auto; }
.story-opening { min-height: 68svh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.story-opening h1 { font-size: clamp(3.1rem, 6.5vw, 8rem); }
.story-jump { margin-top: 2.5rem; }
.reading-section { background: var(--surface); }
.reading-stage { padding-block: clamp(4rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.reading-copy { width: min(100%, 1180px); margin-inline: auto; }
.read-line { text-align: center; font-size: clamp(1.6rem, 3.1vw, 3.75rem); font-weight: 550; line-height: 1.35; letter-spacing: -.03em; text-wrap: balance; }
.read-line + .read-line { margin-top: clamp(1.5rem, 3vw, 3rem); }
.read-word { display: inline-block; color: var(--text); }
.read-word-accent { --read-ink: var(--blue); color: var(--blue); }
.reading-meter { display: none; width: 150px; height: 2px; background: var(--rule); margin: 3rem auto 0; }
.reading-meter span { display: block; height: 100%; background: var(--blue); transform: scaleX(0); transform-origin: left; }
.reading-inline .reading-copy { max-width: 980px; margin-block: 2.5rem 1.75rem; }
.reading-inline .read-line { font-size: clamp(1.5rem, 2.4vw, 2.75rem); }
.story-today { text-align: center; padding-block: clamp(4rem, 8vw, 8rem); }
.story-today .lead { max-width: 45ch; margin: 2rem auto 1.5rem; }
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .motion-ready .read-word {
    background-image: linear-gradient(90deg, var(--read-ink, var(--text)) var(--word-fill, 0%), var(--muted) var(--word-fill, 0%));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
}
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  .reading-section.is-reading-sticky { min-height: 210svh; }
  .is-reading-sticky .reading-stage { position: sticky; top: var(--header-height); min-height: calc(100svh - var(--header-height)); padding-block: 2rem; }
  .is-reading-sticky .reading-meter { display: block; }
}
@media (max-width: 620px) {
  .hero-copy { padding-inline: 0; }
  .story-opening { min-height: 58svh; }
  .reading-stage { padding-block: 3.5rem; }
  .read-line { font-size: clamp(1.55rem, 6vw, 2rem); }
  .reading-inline .reading-copy { margin-top: 2rem; }
}
@media (forced-colors: active) {
  .motion-ready .read-word { background: none; color: CanvasText; }
}
@media print {
  .reading-section.is-reading-sticky { min-height: 0; }
  .is-reading-sticky .reading-stage { position: static; min-height: 0; }
  .motion-ready .read-word { background: none; color: #000; }
}
