/*
Theme Name: RETA Landing
Theme URI: https://retapp.ai/
Author: RETA
Description: A self-contained, privacy-first landing site for the RETA Multi Retailer Chrome extension.
Version: 3.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: reta-landing
*/

:root {
  --cream: #f5f1e8;
  --cream-2: #fbf9f4;
  --paper: #fffefb;
  --ink: #102a20;
  --ink-2: #264438;
  --muted: #64746d;
  --muted-2: #87938e;
  --line: #dcd7cc;
  --line-dark: rgba(16, 42, 32, .14);
  --green: #2f664d;
  --green-2: #1d513b;
  --green-3: #dfece5;
  --green-4: #b9d2c4;
  --sky: #dff3f8;
  --sky-2: #bfe3ec;
  --blue: #1c78a6;
  --violet: #7058e8;
  --violet-soft: #eeeafd;
  --gold: #d69725;
  --gold-soft: #fff3d8;
  --danger-soft: #f8e6e2;
  --danger: #9f4636;
  --shadow-sm: 0 8px 24px rgba(20, 42, 33, .08);
  --shadow: 0 22px 70px rgba(20, 42, 33, .13);
  --shadow-lg: 0 38px 110px rgba(20, 42, 33, .18);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", Georgia, serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--cream-2);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--green-3); color: var(--ink); }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus { transform: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  margin-bottom: .45em;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.045em;
}
h1 { font-size: clamp(3.35rem, 6.8vw, 6.55rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
h3 {
  margin-bottom: .45em;
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: -.025em;
}
p { margin-bottom: 1em; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--green-2);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(47, 102, 77, .12);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(28, 120, 166, .35);
  outline-offset: 3px;
}
.button--primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 32px rgba(47, 102, 77, .28);
}
.button--primary:hover { background: var(--green-2); box-shadow: 0 16px 38px rgba(47, 102, 77, .33); }
.button--primary svg { width: 19px; height: 19px; fill: currentColor; }
.button--primary > span {
  padding-left: 9px;
  border-left: 1px solid rgba(255, 255, 255, .28);
  font-size: .78em;
  letter-spacing: .03em;
}
.button--quiet { border-color: var(--line-dark); background: rgba(255, 255, 255, .55); color: var(--ink); }
.button--quiet:hover { border-color: rgba(16, 42, 32, .3); background: #fff; }
.button--light { background: #fff; color: var(--ink); box-shadow: 0 10px 28px rgba(0, 0, 0, .16); }
.button--light:hover { box-shadow: 0 14px 35px rgba(0, 0, 0, .22); }
.button--large { min-height: 58px; padding: 16px 25px; font-size: 1rem; }
.button--small { min-height: 40px; padding: 10px 18px; }
.text-link { color: var(--green-2); font-weight: 800; text-decoration: none; }
.text-link span { display: inline-block; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(251, 249, 244, .9);
  backdrop-filter: blur(16px);
  transition: box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.site-header.is-scrolled { border-color: var(--line); background: rgba(251, 249, 244, .97); box-shadow: 0 8px 26px rgba(16, 42, 32, .06); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green-2); text-decoration: none; }
.brand__mark { display: grid; width: 42px; height: 42px; place-items: center; }
.brand__mark img { width: 42px; height: 42px; object-fit: contain; }
.brand__name { font-family: var(--serif); font-size: 1.78rem; font-weight: 700; letter-spacing: .05em; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a:not(.button) { position: relative; color: var(--ink-2); font-size: .88rem; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: var(--green); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .18s ease; }
.site-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }

/* Release strip */
.release-strip { border-bottom: 1px solid rgba(112, 88, 232, .17); background: linear-gradient(90deg, #f0ecff, #e9f5f7 52%, #f1edff); }
.release-strip__inner { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 42px; color: #3d3a56; font-size: .82rem; }
.release-strip__badge { padding: 4px 8px; border-radius: 999px; background: var(--violet); color: #fff; font-size: .64rem; font-weight: 900; letter-spacing: .08em; }
.release-strip a { color: var(--violet); font-weight: 800; text-decoration: none; white-space: nowrap; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 82px 0 96px; background: var(--cream); }
.hero::before {
  position: absolute;
  top: -220px;
  right: -180px;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(190, 227, 236, .9), rgba(190, 227, 236, .13) 54%, transparent 70%);
  content: "";
}
.hero::after {
  position: absolute;
  bottom: -260px;
  left: -220px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(185, 210, 196, .5), transparent 66%);
  content: "";
}
.hero__wash { position: absolute; inset: 0; opacity: .26; background-image: radial-gradient(rgba(16, 42, 32, .22) .6px, transparent .6px); background-size: 18px 18px; mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 65%, transparent); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr); gap: 70px; align-items: center; }
.hero__copy { position: relative; z-index: 2; }
.hero h1 em { color: var(--green); font-style: italic; font-weight: 500; white-space: nowrap; }
.hero__lead { max-width: 620px; margin: 27px 0 28px; color: var(--muted); font-size: 1.14rem; line-height: 1.72; }
.hero__lead strong { color: var(--ink-2); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 24px; color: var(--ink-2); font-size: .84rem; font-weight: 700; }
.hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero__trust i { display: inline-grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--green-3); color: var(--green-2); font-size: .7rem; font-style: normal; }
.desktop-note { max-width: 540px; margin-top: 18px; color: var(--muted-2); font-size: .76rem; }

.hero-product { position: relative; min-height: 615px; }
.hero-product__glow { position: absolute; inset: 90px 20px 10px 40px; border-radius: 46%; background: rgba(255, 255, 255, .55); filter: blur(35px); }
.browser-window { overflow: hidden; border: 1px solid rgba(16, 42, 32, .14); border-radius: 20px; background: #fff; box-shadow: var(--shadow-lg); }
.browser-window--hero { position: absolute; top: 34px; right: 0; width: 90%; transform: rotate(1.1deg); }
.browser-bar { display: grid; grid-template-columns: 58px 1fr 24px; gap: 12px; align-items: center; height: 45px; padding: 0 15px; border-bottom: 1px solid #e6e9ea; background: #f4f6f6; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots span { width: 9px; height: 9px; border-radius: 50%; background: #c8cecc; }
.browser-dots span:first-child { background: #f1a399; }
.browser-dots span:nth-child(2) { background: #ecc66c; }
.browser-dots span:nth-child(3) { background: #8bc59d; }
.browser-address { overflow: hidden; padding: 6px 13px; border: 1px solid #e1e5e4; border-radius: 999px; background: #fff; color: #77837e; font-size: .67rem; text-overflow: ellipsis; white-space: nowrap; }
.lock-dot { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #6ca581; }
.browser-menu { color: #8c9591; font-weight: 700; letter-spacing: 2px; }
.retailer-scene { position: relative; min-height: 445px; background: #fff; }
.retailer-scene__top { display: flex; align-items: center; gap: 24px; padding: 22px 26px; border-bottom: 1px solid #edf0ef; background: linear-gradient(90deg, #f7fafc, #fff); }
.retailer-word { color: #1872cc; font-size: 1.25rem; font-weight: 900; letter-spacing: -.04em; }
.fake-search { display: flex; flex: 1; align-items: center; justify-content: space-between; padding: 10px 15px; border: 1px solid #b9d2df; border-radius: 999px; color: #5f6b67; font-size: .76rem; }
.fake-search span { color: #1478ad; font-size: 1rem; }
.retailer-scene__body { display: grid; grid-template-columns: .8fr 1.2fr; gap: 25px; padding: 38px 36px 92px; }
.fake-photo { position: relative; display: flex; min-height: 225px; align-items: flex-end; justify-content: center; border-radius: 16px; background: linear-gradient(140deg, #eef5f7, #f8fbfb); }
.roll { position: relative; width: 53px; height: 145px; margin: 0 -4px; border: 1px solid #e1e5e4; border-radius: 25px 25px 14px 14px; background: repeating-linear-gradient(90deg, #fff 0 7px, #f6f3ed 7px 9px); box-shadow: 0 8px 18px rgba(16, 42, 32, .08); }
.roll::before { position: absolute; top: -3px; left: 7px; width: 37px; height: 12px; border: 1px solid #e2e2df; border-radius: 50%; background: #fff; content: ""; }
.roll--1 { height: 134px; transform: rotate(-5deg); }
.roll--2 { z-index: 2; }
.roll--3 { height: 130px; transform: rotate(6deg); }
.photo-label { position: absolute; right: 14px; bottom: 13px; display: grid; width: 60px; height: 60px; place-items: center; border-radius: 50%; background: #2878be; color: #fff; font-size: 1.1rem; font-weight: 900; line-height: .82; text-align: center; box-shadow: 0 8px 20px rgba(39, 120, 190, .25); }
.photo-label small { font-size: .48rem; font-weight: 700; }
.fake-details { display: flex; flex-direction: column; align-items: flex-start; padding-top: 6px; }
.fake-kicker { margin-bottom: 8px; padding: 3px 9px; border-radius: 4px; background: #eaf5ea; color: #28713e; font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.fake-details > strong { max-width: 250px; color: #232b28; font-size: 1.04rem; line-height: 1.3; }
.fake-rating { margin-top: 12px; color: #e49a15; font-size: .72rem; letter-spacing: .06em; }
.fake-rating small { color: #75807b; letter-spacing: 0; }
.fake-price { margin-top: 16px; color: #111a17; font-size: 1.58rem; font-weight: 800; letter-spacing: -.04em; }
.fake-delivery { margin-top: 4px; color: #268341; font-size: .7rem; font-weight: 700; }
.compare-pill { position: absolute; right: 18px; bottom: 18px; display: flex; width: min(390px, calc(100% - 36px)); min-height: 64px; align-items: center; gap: 11px; padding: 10px 15px 10px 10px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 17px; background: #161c2a; color: #fff; box-shadow: 0 14px 35px rgba(12, 18, 29, .28); }
.compare-pill__dismiss { position: absolute; top: -8px; right: -8px; display: grid; width: 23px; height: 23px; padding: 0; place-items: center; border: 2px solid #fff; border-radius: 50%; background: #30394a; color: #fff; font-size: .8rem; line-height: 1; }
.compare-pill__mark { display: grid; flex: 0 0 auto; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: var(--violet); font-family: var(--serif); font-size: 1.2rem; font-weight: 700; }
.compare-pill__copy { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.compare-pill__copy strong { overflow: hidden; font-size: .82rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.compare-pill__copy small { overflow: hidden; margin-top: 4px; color: #b8c0d0; font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
.compare-pill__arrow { color: #ced4e1; font-size: 1rem; }
.comparison-flyout { position: absolute; z-index: 5; bottom: 0; left: 0; width: 68%; padding: 17px; border: 1px solid rgba(16, 42, 32, .13); border-radius: 18px; background: rgba(255, 254, 251, .98); box-shadow: var(--shadow); transform: rotate(-2deg); }
.comparison-flyout__head { display: flex; align-items: center; justify-content: space-between; }
.mini-brand { display: flex; align-items: center; gap: 7px; color: var(--ink); font-size: .78rem; font-weight: 900; }
.mini-brand img { width: 25px; height: 25px; object-fit: contain; }
.status-pill { display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 999px; background: var(--green-3); color: var(--green-2); font-size: .56rem; font-weight: 900; text-transform: uppercase; }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: #26965b; }
.comparison-flyout__query { margin: 9px 0 10px; color: var(--muted); font-size: .64rem; }
.mini-result { display: grid; grid-template-columns: 1fr auto auto; gap: 8px; align-items: center; margin-top: 7px; padding: 9px 10px; border: 1px solid #e3e7e5; border-radius: 10px; background: #fff; }
.mini-result--best { border-color: #79bad7; background: #eef9fc; }
.mini-result__store { font-size: .76rem; font-weight: 900; }
.mini-result__info { display: flex; flex-direction: column; align-items: flex-end; }
.mini-result__info strong { font-family: var(--mono); font-size: .72rem; }
.mini-result__info small { color: #348159; font-size: .54rem; }
.mini-result__label { padding: 3px 5px; border-radius: 4px; background: #dff4fb; color: #1674a0; font-size: .45rem; font-weight: 900; text-transform: uppercase; }
.comparison-flyout__foot { display: flex; justify-content: space-between; margin-top: 10px; color: var(--muted); font-size: .56rem; font-weight: 700; }
.handoff-toast { position: absolute; z-index: 7; right: -18px; bottom: 86px; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .62rem; font-weight: 700; box-shadow: var(--shadow-sm); animation: floatToast 4s ease-in-out infinite; }
.handoff-toast span { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #49a56d; font-size: .55rem; }
@keyframes floatToast { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* Retailer strip */
.store-band { padding: 24px 0 26px; border-block: 1px solid var(--line); background: #fff; }
.store-band p { margin: 0 0 15px; color: var(--muted-2); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.store-row { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 9px; }
.store-badge { display: flex; min-width: 0; align-items: center; justify-content: center; gap: 8px; padding: 10px 8px; border-radius: 12px; color: var(--ink-2); font-size: .75rem; font-weight: 800; }
.store-badge img { width: 29px; height: 29px; object-fit: contain; }

/* Shared sections */
.section { position: relative; padding: 112px 0; }
.section--intro { background: var(--paper); }
.section--tint { overflow: hidden; background: linear-gradient(135deg, #edf7f5 0%, #e5f3f7 51%, #f1eefb 100%); }
.section--tint::before { position: absolute; top: -250px; right: -250px; width: 620px; height: 620px; border: 1px solid rgba(112, 88, 232, .16); border-radius: 50%; content: ""; box-shadow: 0 0 0 60px rgba(255, 255, 255, .1), 0 0 0 120px rgba(255, 255, 255, .07); }
.section--watch { overflow: hidden; background: #fffaf0; }
.section--ai { overflow: hidden; background: #f0f6f8; }
.section--screens { background: var(--cream); }
.section-heading { margin-bottom: 48px; }
.section-heading--split { display: grid; grid-template-columns: 1.05fr .78fr; gap: 80px; align-items: end; }
.section-heading--split h2 { margin-bottom: 0; }
.section-heading--split > p { margin-bottom: 6px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.section-heading--center { max-width: 780px; margin-inline: auto; text-align: center; }
.section-heading--center p { max-width: 680px; margin: 20px auto 0; color: var(--muted); font-size: 1.02rem; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 310px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 36px rgba(16, 42, 32, .04); transition: transform .2s ease, box-shadow .2s ease; }
.step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.step-card__number { position: absolute; top: 22px; right: 24px; color: #b6c0bc; font-family: var(--mono); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.step-card h3 { margin-top: 34px; font-size: 1.4rem; }
.step-card p { color: var(--muted); font-size: .91rem; }
.step-icon { position: relative; display: grid; width: 72px; height: 72px; place-items: center; border-radius: 22px; background: var(--green-3); }
.step-icon--search span { width: 28px; height: 28px; border: 3px solid var(--green); border-radius: 50%; }
.step-icon--search span::after { position: absolute; width: 14px; height: 3px; border-radius: 2px; background: var(--green); content: ""; transform: translate(22px, 23px) rotate(45deg); }
.step-icon--compare { display: flex; flex-direction: column; gap: 5px; padding: 15px; }
.step-icon--compare span { width: 100%; height: 9px; border: 2px solid var(--green); border-radius: 4px; background: rgba(255, 255, 255, .55); }
.step-icon--compare span:first-child { border-color: var(--blue); }
.step-icon--open span { font-size: 2rem; font-weight: 300; }
.safety-note { display: flex; align-items: center; gap: 14px; margin-top: 22px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream-2); }
.safety-note__icon { display: grid; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--green-3); color: var(--green); font-weight: 900; }
.safety-note p { margin: 0; color: var(--muted); font-size: .86rem; }
.safety-note strong { color: var(--ink); }

/* Split feature sections */
.split-feature { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 88px; align-items: center; }
.split-feature--reverse { grid-template-columns: .9fr 1.1fr; }
.split-feature--reverse .split-feature__copy { order: 1; }
.split-feature--reverse .split-feature__visual { order: 2; }
.split-feature__copy { position: relative; z-index: 2; }
.split-feature__copy h2 { margin: 18px 0 24px; font-size: clamp(2.8rem, 4.5vw, 4.5rem); }
.split-feature__lead { color: var(--muted); font-size: 1.06rem; line-height: 1.75; }
.feature-tag { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.feature-tag--violet { background: var(--violet-soft); color: #5b45c7; }
.feature-tag--gold { background: var(--gold-soft); color: #8e5b0c; }
.feature-tag--blue { background: #dceff5; color: #276c8b; }
.feature-tag--light { background: rgba(255, 255, 255, .13); color: #d8eadf; }
.check-list { display: grid; gap: 17px; margin-top: 28px; }
.check-list > div { display: grid; grid-template-columns: 27px 1fr; gap: 12px; align-items: start; }
.check-list > div > span { display: grid; width: 24px; height: 24px; margin-top: 2px; place-items: center; border-radius: 50%; background: rgba(112, 88, 232, .12); color: var(--violet); font-size: .68rem; font-weight: 900; }
.check-list p { margin: 0; color: var(--muted); font-size: .91rem; }
.check-list strong { color: var(--ink); }
.fine-print { margin: 25px 0 0; padding-top: 16px; border-top: 1px solid rgba(16, 42, 32, .12); color: var(--muted-2); font-size: .74rem; }

.split-feature__visual { position: relative; min-height: 520px; }
.retailer-card-demo { position: absolute; top: 20px; left: 0; width: 74%; min-height: 365px; overflow: hidden; border: 1px solid rgba(16, 42, 32, .12); border-radius: 18px; background: #fff; box-shadow: var(--shadow); transform: rotate(-2deg); }
.retailer-card-demo__nav { display: flex; align-items: center; gap: 17px; padding: 14px 17px; background: #142038; color: #fff; }
.retailer-card-demo__brand { color: #fff; font-size: .9rem; font-weight: 900; }
.retailer-card-demo__brand::after { color: #f2a21a; content: "⌣"; }
.retailer-card-demo__nav div { flex: 1; padding: 6px 11px; border-radius: 5px; background: #fff; color: #6b7370; font-size: .65rem; }
.retailer-card-demo__content { display: grid; grid-template-columns: 42% 58%; gap: 15px; padding: 31px 24px 92px; }
.demo-product-img { display: flex; min-height: 160px; align-items: flex-end; justify-content: center; border-radius: 11px; background: #f1f5f5; }
.demo-product-img span { width: 36px; height: 105px; margin: 0 -3px; border-radius: 17px 17px 8px 8px; background: linear-gradient(90deg, #fff, #efede7, #fff); box-shadow: 0 5px 10px rgba(0, 0, 0, .07); }
.demo-product-img span:nth-child(2) { height: 120px; z-index: 2; }
.demo-product-copy { display: flex; flex-direction: column; align-items: flex-start; padding-top: 5px; }
.demo-product-copy b { font-size: .77rem; line-height: 1.4; }
.demo-product-copy span { margin-top: 12px; color: #e29918; font-size: .58rem; }
.demo-product-copy strong { margin-top: 18px; font-size: 1.25rem; }
.compare-pill--demo { right: 14px; bottom: 14px; width: calc(100% - 28px); min-height: 59px; }
.route-line { position: absolute; z-index: 2; top: 305px; left: 58%; width: 24%; height: 125px; border-right: 2px dashed rgba(112, 88, 232, .52); border-bottom: 2px dashed rgba(112, 88, 232, .52); border-radius: 0 0 30px 0; }
.route-line span { position: absolute; right: -5px; bottom: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 5px rgba(112, 88, 232, .13); }
.reta-route-card { position: absolute; z-index: 3; right: 0; bottom: 0; width: 58%; min-height: 203px; padding: 18px; border: 1px solid rgba(16, 42, 32, .15); border-radius: 18px; background: #fffefb; box-shadow: var(--shadow); transform: rotate(2deg); }
.reta-route-card__head { display: flex; align-items: center; gap: 7px; }
.reta-route-card__head img { width: 26px; height: 26px; object-fit: contain; }
.reta-route-card__head b { font-family: var(--serif); letter-spacing: .04em; }
.reta-route-card__head span { margin-left: auto; padding: 3px 7px; border-radius: 999px; background: var(--green-3); color: var(--green-2); font-size: .5rem; font-weight: 900; text-transform: uppercase; }
.reta-route-card__search { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; padding: 10px 11px; border: 1px solid #ccd7d3; border-radius: 9px; color: var(--muted); font-size: .61rem; }
.reta-route-card__search i { color: var(--green); font-style: normal; }
.reta-route-card__toast { margin-top: 14px; padding: 10px; border-radius: 9px; background: var(--ink); color: #fff; font-size: .54rem; }

.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 30px 0 23px; }
.metric-row div { padding: 17px 10px; border: 1px solid #eadabb; border-radius: 13px; background: rgba(255, 255, 255, .66); text-align: center; }
.metric-row strong { display: block; color: #7f5612; font-family: var(--serif); font-size: 1.55rem; line-height: 1; }
.metric-row span { display: block; margin-top: 7px; color: #826e4e; font-size: .6rem; line-height: 1.3; }
.honesty-card { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 16px; border: 1px solid #ead6ad; border-radius: 14px; background: rgba(255, 255, 255, .65); }
.honesty-card > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--gold-soft); color: #9b6710; font-weight: 900; }
.honesty-card p { margin: 0; color: #796b54; font-size: .8rem; }
.honesty-card strong { color: #4a3c25; }
.watch-visual { min-height: 485px; }
.watch-window { position: absolute; top: 25px; right: 0; width: 94%; overflow: hidden; border: 1px solid #ead9b6; border-radius: 22px; background: #fff; box-shadow: var(--shadow); transform: rotate(1deg); }
.watch-window__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid #eee5d2; background: #fffdf8; }
.watch-window__head > div { display: grid; grid-template-columns: auto auto; column-gap: 8px; align-items: center; }
.watch-window__head strong { font-size: .92rem; }
.watch-window__head small { grid-column: 2; color: #8c8170; font-size: .54rem; }
.watch-star { grid-row: 1 / 3; display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; background: var(--gold-soft); color: var(--gold); }
.watch-window__head button, .watch-window__action { padding: 7px 10px; border: 1px solid #dbc79e; border-radius: 8px; background: #fff; color: #775b27; font-size: .57rem; font-weight: 800; }
.watch-row { display: grid; grid-template-columns: 47px 1fr auto; gap: 12px; align-items: center; margin: 0 16px; padding: 17px 3px; border-bottom: 1px solid #efeae0; }
.watch-thumb { width: 46px; height: 46px; border-radius: 9px; background: #f1f4f4; }
.watch-thumb--paper { background: repeating-linear-gradient(90deg, #f8f6f0 0 8px, #fff 8px 15px); box-shadow: inset 0 0 0 7px #edf2f2; }
.watch-thumb--drill { position: relative; background: #edf3f6; }
.watch-thumb--drill::before { position: absolute; top: 12px; left: 8px; width: 29px; height: 13px; border-radius: 4px 9px 4px 4px; background: #d44b37; content: ""; transform: rotate(-7deg); }
.watch-thumb--drill::after { position: absolute; top: 23px; left: 19px; width: 9px; height: 17px; border-radius: 2px 2px 5px 5px; background: #293236; content: ""; transform: rotate(-7deg); }
.watch-thumb--coffee { background: radial-gradient(ellipse at 35% 40%, #5c3824 0 10%, transparent 11%), radial-gradient(ellipse at 65% 30%, #784b2d 0 11%, transparent 12%), radial-gradient(ellipse at 56% 68%, #4b2d1c 0 10%, transparent 11%), #e7ddd2; }
.watch-copy { display: flex; min-width: 0; flex-direction: column; }
.watch-copy strong { overflow: hidden; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.watch-copy span { overflow: hidden; margin-top: 4px; color: #8a8172; font-size: .51rem; text-overflow: ellipsis; white-space: nowrap; }
.watch-price { display: flex; align-items: flex-end; flex-direction: column; }
.watch-price strong { font-family: var(--mono); font-size: .78rem; }
.watch-price span { margin-top: 3px; color: #20844b; font-size: .52rem; font-weight: 900; }
.watch-price__same { color: #8b8170 !important; }
.watch-price__stale { padding: 2px 5px; border-radius: 4px; background: var(--danger-soft); color: var(--danger) !important; }
.watch-row--drop { margin-top: 4px; border-radius: 12px; background: #f3fbf6; }
.watch-row--stale { opacity: .75; }
.watch-window__foot { display: flex; align-items: center; justify-content: space-between; padding: 13px 20px; background: #faf8f2; color: #877b67; font-size: .53rem; }
.watch-window__foot span:first-child { color: #32744e; font-weight: 800; }
.watch-window__foot i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #4aa56c; }
.watch-badge-pop { position: absolute; right: -9px; bottom: 16px; display: flex; align-items: center; gap: 7px; padding: 9px 13px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .62rem; font-weight: 800; box-shadow: var(--shadow-sm); }
.watch-badge-pop span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--gold); }

/* Bento features */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(225px, auto); gap: 17px; }
.bento-card { position: relative; overflow: hidden; grid-column: span 4; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.bento-card--large { grid-column: span 7; }
.bento-card--eta { grid-column: span 5; }
.bento-card--history { grid-column: span 7; }
.bento-card--unit { grid-column: span 5; }
.bento-card h3 { max-width: 420px; margin-top: 10px; font-size: 1.35rem; }
.bento-card p { position: relative; z-index: 2; max-width: 430px; margin-bottom: 0; color: var(--muted); font-size: .86rem; }
.bento-kicker { color: var(--muted-2); font-size: .61rem; font-weight: 900; letter-spacing: .11em; }
.bento-icon { display: grid; width: 42px; height: 42px; margin-bottom: 19px; place-items: center; border-radius: 13px; background: var(--green-3); color: var(--green-2); font-family: var(--serif); font-size: 1.2rem; font-weight: 800; }
.bento-card--search { min-height: 300px; background: linear-gradient(145deg, #f6fbf8, #fff); }
.bento-card--search::after { position: absolute; right: -65px; bottom: -95px; width: 290px; height: 290px; border: 1px solid var(--green-4); border-radius: 50%; content: ""; box-shadow: 0 0 0 35px rgba(185, 210, 196, .18), 0 0 0 70px rgba(185, 210, 196, .10); }
.retailer-mini-stack { position: absolute; z-index: 2; right: 25px; bottom: 24px; display: flex; }
.retailer-mini-stack img, .retailer-mini-stack span { display: grid; width: 43px; height: 43px; margin-left: -8px; place-items: center; border: 3px solid #fff; border-radius: 50%; background: #eef5f2; object-fit: cover; box-shadow: 0 5px 16px rgba(16, 42, 32, .13); }
.retailer-mini-stack span { background: var(--ink); color: #fff; font-size: .66rem; font-weight: 900; }
.bento-card--eta { background: linear-gradient(140deg, #eff9fc, #fff); }
.chip-cloud { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 23px; }
.chip-cloud span { padding: 5px 9px; border: 1px solid #bfe1d0; border-radius: 999px; background: #e9f8ef; color: #27734a; font-size: .6rem; font-weight: 800; }
.chip-cloud span:nth-child(2) { border-color: #b7d7e6; background: #edf7fb; color: #2a6d8c; }
.chip-cloud span:nth-child(3) { border-color: #ddd5c5; background: #faf7ef; color: #756b59; }
.unit-demo { display: flex; align-items: baseline; gap: 11px; margin-top: 25px; }
.unit-demo span { color: var(--ink); font-family: var(--mono); font-size: 1.6rem; font-weight: 800; }
.unit-demo strong { padding: 5px 9px; border-radius: 999px; background: #f2eee3; color: var(--muted); font-size: .61rem; }
.bento-card--history { min-height: 300px; background: linear-gradient(150deg, #fbf9f2, #fff); }
.history-demo { position: absolute; right: 24px; bottom: 21px; width: 45%; padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255, 255, 255, .85); box-shadow: var(--shadow-sm); }
.history-demo > span { display: grid; grid-template-columns: 24px 1fr auto; gap: 8px; align-items: center; padding: 7px 0; border-bottom: 1px solid #eeeae1; }
.history-demo i { width: 22px; height: 22px; border-radius: 6px; background: var(--green-3); }
.history-demo b { overflow: hidden; font-size: .56rem; text-overflow: ellipsis; white-space: nowrap; }
.history-demo em { font-family: var(--mono); font-size: .52rem; font-style: normal; }
.history-demo small { display: block; margin-top: 8px; color: var(--green); font-size: .52rem; font-weight: 800; text-align: right; }
.bento-card--session { background: #f7f8fb; }
.bento-card--checkout { background: var(--ink); color: #fff; }
.bento-card--checkout .bento-icon { background: rgba(255, 255, 255, .12); color: #fff; }
.bento-card--checkout .bento-kicker { color: #a9c1b6; }
.bento-card--checkout h3 { color: #fff; }
.bento-card--checkout p { color: #b7c5bf; }
.bento-card--checkout a { position: absolute; right: 25px; bottom: 24px; color: #dce9e3; font-size: .68rem; font-weight: 800; text-decoration: none; }

/* AI */
.ai-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 76px; align-items: center; }
.ai-copy h2 { margin: 18px 0 23px; }
.ai-copy p { color: var(--muted); }
.ai-choice { display: grid; gap: 16px; }
.ai-option { position: relative; overflow: hidden; padding: 23px; border: 1px solid #cfdde1; border-radius: var(--radius); background: rgba(255, 255, 255, .9); box-shadow: 0 14px 40px rgba(28, 78, 93, .08); }
.ai-option::after { position: absolute; top: -90px; right: -90px; width: 190px; height: 190px; border-radius: 50%; background: rgba(191, 227, 236, .28); content: ""; }
.ai-option--cloud { border-color: #d9d1f2; background: linear-gradient(135deg, #fff, #f7f4ff); }
.ai-option--cloud::after { background: rgba(112, 88, 232, .08); }
.ai-option__head { position: relative; z-index: 2; display: grid; grid-template-columns: 43px 1fr auto; gap: 12px; align-items: center; }
.ai-symbol { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; background: #ddf0e5; color: var(--green-2); font-size: 1.2rem; font-weight: 900; }
.ai-option--cloud .ai-symbol { background: var(--violet-soft); color: var(--violet); }
.ai-option__head > div { display: flex; flex-direction: column; }
.ai-option__head strong { font-size: .92rem; }
.ai-option__head small { color: var(--muted); font-size: .58rem; }
.ai-state { padding: 5px 8px; border-radius: 999px; background: #e8f5ed; color: #28724a; font-size: .53rem; font-weight: 900; text-transform: uppercase; }
.ai-state--choice { background: var(--violet-soft); color: #5a43c8; }
.ai-option > p { position: relative; z-index: 2; margin: 17px 0; color: var(--muted); font-size: .82rem; }
.data-flow { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 7px; padding: 10px 12px; border: 1px solid #dce5e3; border-radius: 10px; background: #f9fbfa; color: var(--muted); font-size: .55rem; }
.data-flow i { color: var(--green); font-style: normal; }
.data-flow strong { color: var(--ink); }
.ai-option--cloud .data-flow { border-color: #e1dcf1; background: #fbfaff; }
.ai-option--cloud .data-flow i { color: var(--violet); }

/* Screens */
.screens-grid { display: grid; grid-template-columns: minmax(0, 2.05fr) minmax(250px, .78fr); grid-template-areas: "screen-one screen-panel" "screen-two screen-panel"; gap: 16px; align-items: start; }
.screen-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 14px 45px rgba(16, 42, 32, .08); }
.screen-card--wide:first-child { grid-area: screen-one; }
.screen-card--wide:nth-child(2) { grid-area: screen-two; }
.screen-card--tall { grid-area: screen-panel; }
.screen-card__bar { display: flex; align-items: center; gap: 6px; height: 36px; padding: 0 13px; border-bottom: 1px solid #e6e8e7; background: #f2f4f3; }
.screen-card__bar span { width: 7px; height: 7px; border-radius: 50%; background: #c7cecb; }
.screen-card__bar span:first-child { background: #ed9b8e; }
.screen-card__bar span:nth-child(2) { background: #e8c26c; }
.screen-card__bar span:nth-child(3) { background: #8bc49d; }
.screen-card__bar b { margin-left: 7px; color: #69746f; font-size: .58rem; }
.screen-card img { width: 100%; height: auto; }
.screen-card--tall img { width: 100%; height: auto; object-fit: cover; object-position: top; }
.screen-card figcaption { padding: 13px 15px 15px; color: var(--muted); font-size: .7rem; }

/* Privacy */
.section--privacy { overflow: hidden; background: #0f2a20; color: #fff; }
.section--privacy h2 { color: #fff; }
.privacy-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.privacy-orb--one { top: -280px; right: -190px; width: 650px; height: 650px; border: 1px solid rgba(197, 229, 212, .12); box-shadow: 0 0 0 65px rgba(197, 229, 212, .025), 0 0 0 130px rgba(197, 229, 212, .018); }
.privacy-orb--two { bottom: -330px; left: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(64, 120, 91, .28), transparent 65%); }
.privacy-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 85px; align-items: center; }
.privacy-copy p { max-width: 560px; color: #b7c9c0; font-size: 1.02rem; }
.privacy-links { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.privacy-links > a:not(.button) { color: #c9ddd3; font-size: .8rem; font-weight: 800; text-decoration: none; }
.privacy-architecture { position: relative; padding: 28px; border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .045); box-shadow: inset 0 1px rgba(255, 255, 255, .06); }
.architecture-node { position: relative; display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 14px; background: rgba(255, 255, 255, .065); }
.architecture-node > span { display: grid; flex: 0 0 auto; width: 30px; height: 30px; place-items: center; border-radius: 9px; background: rgba(190, 227, 205, .13); color: #d7eadf; font-family: var(--mono); font-size: .66rem; font-weight: 800; }
.architecture-node > div { display: flex; min-width: 0; flex-direction: column; }
.architecture-node strong { color: #fff; font-size: .78rem; }
.architecture-node small { color: #9eb5aa; font-size: .58rem; }
.architecture-node--browser { padding: 18px; border-color: rgba(143, 201, 170, .4); background: rgba(58, 116, 84, .18); }
.architecture-branch { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 42px; }
.architecture-line { position: absolute; top: -29px; left: 25%; width: 50%; height: 29px; border-top: 1px solid rgba(184, 214, 199, .35); border-right: 1px solid rgba(184, 214, 199, .35); border-left: 1px solid rgba(184, 214, 199, .35); border-radius: 9px 9px 0 0; }
.architecture-node--optional em { position: absolute; top: -9px; right: 9px; padding: 2px 6px; border-radius: 999px; background: var(--violet); color: #fff; font-size: .46rem; font-style: normal; font-weight: 900; text-transform: uppercase; }
.no-server { display: flex; align-items: center; gap: 13px; margin-top: 19px; padding: 13px 15px; border: 1px dashed rgba(255, 255, 255, .2); border-radius: 13px; background: rgba(0, 0, 0, .1); }
.no-server i { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: rgba(219, 124, 104, .13); color: #e9a395; font-size: 1rem; font-style: normal; }
.no-server div { display: flex; flex-direction: column; }
.no-server strong { font-size: .7rem; }
.no-server small { color: #92aaa0; font-size: .55rem; }
.privacy-pillars { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 65px; }
.privacy-pillars article { padding: 22px; border-top: 1px solid rgba(255, 255, 255, .17); }
.privacy-pillars span { color: #82b59b; font-family: var(--mono); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.privacy-pillars h3 { margin: 13px 0 9px; color: #fff; font-size: 1.05rem; }
.privacy-pillars p { margin: 0; color: #9eb3a9; font-size: .75rem; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 115px; }
.faq-intro h2 { font-size: clamp(2.6rem, 4vw, 4rem); }
.faq-intro p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 23px 2px; cursor: pointer; font-size: .98rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { display: grid; flex: 0 0 auto; width: 28px; height: 28px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); content: "+"; font-family: var(--mono); font-size: 1rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; margin: -4px 44px 24px 2px; color: var(--muted); font-size: .87rem; }

/* Final CTA */
.final-cta { position: relative; overflow: hidden; padding: 108px 0 112px; background: var(--cream); text-align: center; }
.final-cta__pattern { position: absolute; inset: 0; opacity: .45; background: radial-gradient(circle at 50% 0, rgba(191, 227, 236, .72), transparent 45%), radial-gradient(circle at 0 100%, rgba(185, 210, 196, .52), transparent 37%); }
.final-cta__inner { position: relative; z-index: 2; max-width: 850px; }
.final-cta__inner > img { width: 78px; height: 78px; margin: 0 auto 17px; object-fit: contain; }
.final-cta h2 { font-size: clamp(2.8rem, 5.5vw, 5rem); }
.final-cta p { max-width: 680px; margin: 0 auto 29px; color: var(--muted); font-size: 1rem; }
.final-cta small { display: block; margin-top: 15px; color: var(--muted-2); font-size: .67rem; }

/* Footer */
.site-footer { padding: 65px 0 20px; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1fr; gap: 55px; }
.brand--footer { margin-bottom: 15px; }
.brand--footer .brand__mark, .brand--footer .brand__mark img { width: 38px; height: 38px; }
.brand--footer .brand__name { font-size: 1.5rem; }
.footer-intro p { max-width: 360px; color: var(--muted); font-size: .8rem; }
.footer-column { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; }
.footer-column strong { margin-bottom: 6px; color: var(--ink); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a { color: var(--muted); font-size: .78rem; text-decoration: none; }
.footer-column a:hover { color: var(--green); }
.footer-column p { margin: 1px 0 0; color: var(--muted-2); font-size: .68rem; }
.footer-bottom { margin-top: 44px; padding-top: 18px; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; color: var(--muted-2); font-size: .61rem; }
.mobile-install { display: none; }

/* Inner pages */
.page-hero { padding: 74px 0 42px; border-bottom: 1px solid var(--line); background: var(--cream); }
.page-hero__inner { max-width: 820px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.4rem); }
.page-hero p { max-width: 700px; color: var(--muted); font-size: 1.04rem; }
.page-hero .updated { display: block; margin-top: 17px; color: var(--muted-2); font-family: var(--mono); font-size: .69rem; }
.legal-page { padding: 68px 0 100px; background: #fff; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 112px; display: flex; flex-direction: column; gap: 8px; }
.legal-nav strong { margin-bottom: 7px; color: var(--muted-2); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.legal-nav a { padding: 7px 9px; border-radius: 7px; color: var(--muted); font-size: .72rem; font-weight: 700; text-decoration: none; }
.legal-nav a:hover { background: var(--green-3); color: var(--green-2); }
.legal-content h2 { margin: 43px 0 14px; font-family: var(--sans); font-size: 1.45rem; font-weight: 800; letter-spacing: -.025em; line-height: 1.2; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin-top: 28px; font-size: 1.03rem; }
.legal-content p, .legal-content li { color: var(--muted); font-size: .9rem; }
.legal-content strong { color: var(--ink); }
.legal-content ul, .legal-content ol { padding-left: 21px; }
.legal-content li { margin-bottom: 8px; }
.legal-note { margin: 24px 0; padding: 17px 18px; border-left: 3px solid var(--green); border-radius: 0 10px 10px 0; background: var(--cream-2); }
.legal-note p { margin: 0; }
.data-table { overflow: hidden; margin: 22px 0; border: 1px solid var(--line); border-radius: 14px; }
.data-table__row { display: grid; grid-template-columns: 180px 1fr; border-bottom: 1px solid var(--line); }
.data-table__row:last-child { border-bottom: 0; }
.data-table__row > strong, .data-table__row > div { padding: 13px 15px; }
.data-table__row > strong { background: var(--cream-2); font-size: .72rem; }
.data-table__row > div { color: var(--muted); font-size: .78rem; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 26px 0; }
.support-card { padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream-2); }
.support-card h3 { font-size: 1rem; }
.support-card p { margin-bottom: 0; font-size: .78rem; }
.contact-box { margin-top: 42px; padding: 25px; border-radius: 18px; background: var(--ink); color: #fff; }
.contact-box h2 { margin-top: 0; color: #fff; }
.contact-box p { color: #b6c8bf; }
.contact-box a { color: #fff; font-weight: 800; }
.default-page { min-height: 55vh; padding: 80px 0 100px; background: #fff; }
.default-page .shell { max-width: 820px; }
.default-page h1 { font-size: clamp(2.8rem, 5vw, 4.7rem); }
.default-page .entry-content { color: var(--muted); }

/* Reveal animation */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2, .8, .2, 1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1120px) {
  .hero__grid { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .hero-product { transform: scale(.92); transform-origin: center right; }
  .split-feature { gap: 55px; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 980px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .site-nav { gap: 20px; }
  .hero { padding-top: 62px; }
  .hero__grid { grid-template-columns: 1fr; gap: 26px; }
  .hero__copy { max-width: 720px; }
  .hero h1 em { white-space: normal; }
  .hero-product { width: min(730px, 100%); min-height: 590px; margin: 0 auto; transform: none; }
  .browser-window--hero { right: 2%; width: 88%; }
  .comparison-flyout { left: 1%; }
  .store-row { grid-template-columns: repeat(4, 1fr); }
  .section { padding: 88px 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 20px; }
  .section-heading--split > p { max-width: 700px; }
  .split-feature, .split-feature--reverse { grid-template-columns: 1fr; gap: 30px; }
  .split-feature--reverse .split-feature__copy { order: 2; }
  .split-feature--reverse .split-feature__visual { order: 1; }
  .split-feature__visual { width: min(700px, 100%); margin: 0 auto; }
  .split-feature__copy { max-width: 740px; }
  .bento-card--large, .bento-card--eta, .bento-card--history, .bento-card--unit { grid-column: span 6; }
  .bento-card { grid-column: span 6; }
  .history-demo { position: static; width: 100%; margin-top: 24px; }
  .ai-grid { grid-template-columns: 1fr; gap: 35px; }
  .ai-copy { max-width: 730px; }
  .screens-grid { grid-template-columns: minmax(0, 1.7fr) minmax(230px, .72fr); }
  .privacy-grid { grid-template-columns: 1fr; gap: 45px; }
  .privacy-copy { max-width: 730px; }
  .privacy-architecture { max-width: 700px; }
  .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .faq-intro { position: static; max-width: 650px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / 4; }
  .legal-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 40px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 69px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header__inner { min-height: 68px; }
  .brand__mark, .brand__mark img { width: 37px; height: 37px; }
  .brand__name { font-size: 1.5rem; }
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    display: flex;
    max-height: 0;
    overflow: hidden;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid transparent;
    background: rgba(251, 249, 244, .99);
    opacity: 0;
    pointer-events: none;
    transition: max-height .25s ease, opacity .2s ease, border-color .2s ease;
  }
  .site-nav.is-open { max-height: calc(100vh - 68px); padding: 12px 18px 24px; border-color: var(--line); opacity: 1; pointer-events: auto; }
  .site-nav > a:not(.button) { padding: 13px 10px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .site-nav > a:not(.button)::after { display: none; }
  .site-nav .button { margin-top: 14px; }
  .release-strip__inner { min-height: 48px; gap: 8px; justify-content: flex-start; overflow-x: auto; font-size: .69rem; white-space: nowrap; scrollbar-width: none; }
  .release-strip__inner::-webkit-scrollbar { display: none; }
  .release-strip a { display: none; }
  .release-strip__badge { font-size: .55rem; }
  .hero { padding: 53px 0 62px; }
  .hero::before { top: -130px; right: -320px; }
  h1 { font-size: clamp(3rem, 15vw, 4.45rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.55rem); }
  .hero__lead { margin-top: 22px; font-size: 1rem; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .button { width: 100%; }
  .hero__trust { gap: 8px 14px; }
  .desktop-note { font-size: .7rem; }
  .hero-product { min-height: 480px; margin-top: 18px; }
  .browser-window--hero { top: 15px; right: 0; width: 100%; transform: rotate(.6deg); }
  .browser-bar { grid-template-columns: 50px 1fr 18px; height: 38px; padding: 0 10px; }
  .browser-address { font-size: .53rem; }
  .retailer-scene { min-height: 345px; }
  .retailer-scene__top { gap: 10px; padding: 14px; }
  .retailer-word { font-size: .9rem; }
  .fake-search { padding: 7px 10px; font-size: .55rem; }
  .retailer-scene__body { grid-template-columns: .9fr 1.1fr; gap: 12px; padding: 22px 16px 83px; }
  .fake-photo { min-height: 165px; }
  .roll { width: 36px; height: 105px; }
  .roll--1 { height: 96px; }
  .roll--2 { height: 112px; }
  .roll--3 { height: 94px; }
  .roll::before { left: 5px; width: 24px; height: 8px; }
  .photo-label { width: 43px; height: 43px; font-size: .78rem; }
  .fake-details > strong { font-size: .72rem; }
  .fake-kicker, .fake-rating, .fake-delivery { font-size: .48rem; }
  .fake-price { margin-top: 10px; font-size: 1.13rem; }
  .compare-pill { right: 9px; bottom: 10px; width: calc(100% - 18px); min-height: 57px; border-radius: 14px; }
  .compare-pill__mark { width: 36px; height: 36px; border-radius: 10px; }
  .compare-pill__copy strong { font-size: .7rem; }
  .compare-pill__copy small { font-size: .55rem; }
  .comparison-flyout { bottom: -5px; left: -2px; width: 72%; padding: 12px; }
  .mini-result { padding: 6px 7px; }
  .mini-result__store { font-size: .6rem; }
  .mini-result__info strong { font-size: .57rem; }
  .mini-result__info small { font-size: .43rem; }
  .mini-result__label { display: none; }
  .handoff-toast { right: -4px; bottom: 58px; }
  .store-row { grid-template-columns: repeat(2, 1fr); gap: 3px; }
  .store-badge { justify-content: flex-start; padding-inline: 18px; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 35px; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: 260px; }
  .split-feature__copy h2 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .split-feature__visual { min-height: 430px; }
  .retailer-card-demo { width: 82%; }
  .reta-route-card { width: 63%; }
  .route-line { left: 60%; }
  .watch-visual { min-height: 395px; }
  .watch-window { top: 10px; width: 100%; }
  .watch-row { grid-template-columns: 38px 1fr auto; gap: 9px; margin-inline: 10px; padding: 13px 2px; }
  .watch-thumb { width: 38px; height: 38px; }
  .watch-copy strong { font-size: .58rem; }
  .watch-copy span { font-size: .45rem; }
  .watch-price strong { font-size: .64rem; }
  .metric-row { gap: 6px; }
  .metric-row strong { font-size: 1.25rem; }
  .bento { display: block; }
  .bento-card { min-height: 0; margin-bottom: 14px; }
  .bento-card--search, .bento-card--history { min-height: 300px; }
  .retailer-mini-stack { right: 22px; bottom: 20px; }
  .history-demo { width: 100%; }
  .ai-option__head { grid-template-columns: 39px 1fr; }
  .ai-state { grid-column: 2; justify-self: start; }
  .data-flow { flex-wrap: wrap; justify-content: flex-start; }
  .screens-grid { grid-template-columns: 1fr; grid-template-areas: "screen-one" "screen-two" "screen-panel"; }
  .screen-card--tall img { display: block; width: auto; max-height: 620px; margin: 0 auto; }
  .privacy-architecture { padding: 18px; }
  .architecture-branch { grid-template-columns: 1fr; margin-top: 23px; }
  .architecture-line { display: none; }
  .privacy-pillars { grid-template-columns: 1fr; margin-top: 38px; }
  .privacy-pillars article { padding-inline: 0; }
  .privacy-links { align-items: flex-start; flex-direction: column; }
  .faq-list summary { font-size: .9rem; }
  .final-cta { padding: 82px 0 86px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 24px; }
  .footer-intro { grid-column: span 2; }
  .footer-contact { grid-column: span 2; }
  .mobile-install { position: fixed; z-index: 200; right: 10px; bottom: 10px; left: 10px; display: flex; min-height: 49px; align-items: center; justify-content: center; border-radius: 999px; background: var(--green); color: #fff; font-size: .86rem; font-weight: 900; text-decoration: none; box-shadow: 0 14px 36px rgba(16, 42, 32, .35); opacity: 0; pointer-events: none; transform: translateY(18px); transition: opacity .2s ease, transform .2s ease; }
  .mobile-install.is-visible { opacity: 1; pointer-events: auto; transform: none; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; display: none; }
  .support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero-product { min-height: 435px; }
  .comparison-flyout { width: 78%; }
  .comparison-flyout__head .status-pill { display: none; }
  .mini-result:nth-of-type(4) { display: none; }
  .handoff-toast { display: none; }
  .retailer-card-demo { width: 90%; }
  .reta-route-card { width: 70%; }
  .route-line { display: none; }
  .compare-pill--demo .compare-pill__copy strong { font-size: .61rem; }
  .watch-window__head button, .watch-window__action { display: none; }
  .watch-row:nth-child(3) { display: none; }
  .watch-copy span { max-width: 170px; }
  .metric-row { grid-template-columns: 1fr; }
  .metric-row div { display: flex; align-items: center; justify-content: space-between; padding-inline: 15px; text-align: left; }
  .metric-row span { margin: 0; }
  .store-badge { padding-inline: 8px; font-size: .68rem; }
  .store-badge img { width: 25px; height: 25px; }
  .data-table__row { grid-template-columns: 1fr; }
  .data-table__row > strong { padding-bottom: 4px; }
  .data-table__row > div { padding-top: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* ========================================================================
   RETA 3.1 conversion and navigation hardening
   ======================================================================== */
html { scroll-padding-top: 96px; }
body { overflow-x: hidden; }

.site-header {
  z-index: 500;
  isolation: isolate;
}
.site-header__inner { position: relative; }
.site-header a,
.site-header button,
.site-nav { pointer-events: auto; }
.site-nav { position: relative; z-index: 2; gap: clamp(18px, 2.1vw, 30px); }
.site-nav > a { cursor: pointer; }
.site-nav > a:not(.button).is-active { color: var(--green-2); }
.site-nav > a:not(.button).is-active::after { transform: scaleX(1); transform-origin: left; }
.site-nav .button--primary { color: #fff; }
.nav-toggle { position: relative; z-index: 3; cursor: pointer; }

.hero::before,
.hero::after,
.hero__wash,
.hero-product__glow,
.final-cta__pattern,
.privacy-orb { pointer-events: none; }

/* Paid-traffic hook: the value proposition appears before the hero. */
.conversion-strip {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: #0f3428;
  color: #f7fbf8;
}
.conversion-strip__inner {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: .82rem;
  line-height: 1.3;
}
.conversion-strip__badge {
  flex: 0 0 auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e9f4ee;
  color: var(--green-2);
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1;
}
.conversion-strip__message strong { font-weight: 900; }
.conversion-strip a {
  flex: 0 0 auto;
  color: #d6eee1;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.conversion-strip a:hover { color: #fff; }
.conversion-strip a span { display: inline-block; transition: transform .18s ease; }
.conversion-strip a:hover span { transform: translateX(4px); }

.hero {
  padding: 66px 0 82px;
  background: linear-gradient(112deg, #f7f3ea 0%, #f7f3ea 45%, #e0f3f6 100%);
}
.hero__grid {
  grid-template-columns: minmax(0, .96fr) minmax(500px, 1.04fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: center;
}
.hero__copy { max-width: 590px; }
.hero h1 {
  max-width: 590px;
  margin-bottom: 0;
  font-size: clamp(3.65rem, 5.35vw, 4.95rem);
  line-height: 1.01;
}
.hero h1 em {
  display: inline;
  color: #347457;
  white-space: normal;
}
.hero__lead {
  max-width: 580px;
  margin: 27px 0 20px;
  color: #6a7b74;
  font-size: 1.08rem;
  line-height: 1.72;
}
.hero-promise {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  max-width: 580px;
  padding: 13px 15px;
  border: 1px solid rgba(16, 42, 32, .14);
  border-radius: 15px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 8px 26px rgba(16, 42, 32, .05);
}
.hero-promise__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: var(--green);
  color: #fff;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
}
.hero-promise p {
  margin: 0;
  color: #75857e;
  font-size: .79rem;
  line-height: 1.48;
}
.hero-promise strong,
.hero-promise b { color: var(--ink-2); }
.hero__actions { margin-top: 20px; }
.hero__actions .button--quiet { background: rgba(255, 255, 255, .72); }
.hero__proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 580px;
  margin-top: 23px;
  padding: 14px 0;
  border-top: 1px solid rgba(16, 42, 32, .13);
  border-bottom: 1px solid rgba(16, 42, 32, .13);
}
.hero__proof > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 0 14px;
  border-left: 1px solid rgba(16, 42, 32, .13);
}
.hero__proof > span:first-child { padding-left: 0; border-left: 0; }
.hero__proof strong {
  color: var(--ink-2);
  font-size: .75rem;
  line-height: 1.3;
}
.hero__proof small {
  margin-top: 2px;
  color: #8a9691;
  font-size: .62rem;
  line-height: 1.3;
}
.desktop-note {
  margin-top: 12px;
  color: #8a9691;
  font-size: .69rem;
}
.hero-product { min-height: 625px; }

/* Reveal animations enhance the page but never gate its content. */
[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2, .8, .2, 1);
}
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .hero__grid { grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); gap: 30px; }
  .hero h1 { font-size: clamp(3.25rem, 5.6vw, 4.25rem); }
  .hero-product { min-height: 590px; }
}

@media (max-width: 900px) and (min-width: 761px) {
  .site-nav { gap: 17px; }
  .site-nav > a:not(.button) { font-size: .79rem; }
  .site-nav .button { padding-inline: 16px; }
}

@media (max-width: 980px) {
  .hero { padding: 62px 0 74px; }
  .hero__grid { grid-template-columns: 1fr; gap: 34px; }
  .hero__copy { max-width: 720px; }
  .hero h1 { max-width: 700px; font-size: clamp(3.6rem, 8.8vw, 5.1rem); }
  .hero__lead,
  .hero-promise,
  .hero__proof { max-width: 650px; }
  .hero-product { width: min(720px, 100%); min-height: 570px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  .site-header { background: #fbf9f4; backdrop-filter: none; }
  .site-nav {
    z-index: 520;
    background: #fbf9f4;
    box-shadow: 0 22px 40px rgba(16, 42, 32, .13);
  }
  .site-nav.is-open { overflow-y: auto; }
  .conversion-strip__inner {
    min-height: 49px;
    padding: 7px 0 8px;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }
  .conversion-strip__badge,
  .conversion-strip a { display: none; }
  .conversion-strip__message {
    max-width: 330px;
    font-size: .7rem;
    line-height: 1.35;
  }
  .hero { padding: 45px 0 58px; }
  .hero::before { top: -160px; right: -340px; }
  .hero__grid { gap: 27px; }
  .hero .eyebrow { margin-bottom: 16px; font-size: .71rem; }
  .hero h1 { font-size: clamp(3.05rem, 15vw, 4.45rem); line-height: 1.02; }
  .hero__lead { margin: 22px 0 18px; font-size: 1rem; line-height: 1.66; }
  .hero-promise { grid-template-columns: 36px minmax(0, 1fr); gap: 10px; padding: 12px 13px; }
  .hero-promise__mark { width: 36px; height: 36px; }
  .hero-promise p { font-size: .72rem; }
  .hero__actions { margin-top: 18px; }
  .hero__proof { margin-top: 20px; padding: 12px 0; }
  .hero__proof > span { padding-inline: 9px; }
  .hero__proof strong { font-size: .69rem; }
  .hero__proof small { font-size: .56rem; }
  .desktop-note { margin-top: 10px; font-size: .64rem; }
  .hero-product { min-height: 480px; margin-top: 8px; }
}

@media (max-width: 480px) {
  .conversion-strip__message { max-width: 300px; }
  .hero { padding-top: 43px; }
  .hero .eyebrow { max-width: 300px; }
  .hero h1 { font-size: clamp(2.95rem, 15.2vw, 4rem); }
  .hero-promise { align-items: start; }
  .hero__proof { grid-template-columns: 1fr 1fr 1fr; }
}

@media (max-width: 350px) {
  .hero h1 { font-size: 2.82rem; }
  .hero__lead { font-size: .97rem; }
  .hero-promise p { font-size: .69rem; }
  .hero__proof { display: none; }
  .desktop-note { display: none; }
}

/* Reserve the tall screenshot's space before its lazy-loaded image arrives.
   This prevents deep links such as Privacy from moving after navigation. */
@media (max-width: 760px) {
  .screen-card--tall img {
    display: block;
    width: min(100%, 253px);
    height: auto;
    aspect-ratio: 347 / 849;
    max-height: 620px;
    margin: 0 auto;
    object-fit: cover;
    object-position: top;
  }
}

@media (max-width: 760px) {
  .site-nav {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    width: auto;
  }
}

/* Keep all copy readable even if the enhancement script is delayed or blocked. */
.js [data-reveal],
.js [data-reveal].is-visible { opacity: 1; transform: none; }

/* Native fallback for mobile browsers with JavaScript disabled. */
@media (max-width: 760px) {
  html:not(.js) .site-header__inner { flex-wrap: wrap; padding-bottom: 10px; }
  html:not(.js) .nav-toggle { display: none; }
  html:not(.js) .site-nav {
    position: static;
    display: flex;
    width: 100%;
    max-height: none;
    padding: 8px 0 0;
    overflow: visible;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
  }
  html:not(.js) .site-nav > a:not(.button) { padding: 7px 0; border: 0; font-size: .78rem; }
  html:not(.js) .site-nav .button { width: 100%; margin-top: 5px; }
}
