/* caeloryn.net — one stylesheet for every page. Tokens first; each product page swaps --accent*. */

:root {
  --ink: #0e1411; --ink-2: #161d19; --ink-3: #1a231f; --rule-dark: #2c3832;
  --paper: #ffffff; --mist: #f2f4f1; --mist-2: #e8ece7; --line: #e1e5e0; --line-2: #d5dbd4;
  --text-2: #2c3530; --muted: #4c5751; --faint: #58625c; --on-dark-2: #b4beb8; --on-dark-3: #9aa39d;
  --gold: #f2a91c; --gold-text: #8a5a00; --gold-script: #c98a0c; --gold-soft: #fff4d6;
  --accent: #0e1411; --accent-bright: #f2a91c; --accent-script: #c98a0c; --accent-soft: #f2f4f1; --on-accent-2: #d5ecc0;
  --display: "Archivo", "Segoe UI", system-ui, sans-serif;
  --body: "Archivo", "Segoe UI", system-ui, sans-serif;
  --script: "Caveat", "Segoe Script", cursive;
  --gutter: 80px;
  color-scheme: light;
}
.p-grocery { --accent: #245c1a; --accent-bright: #6fb52c; --accent-script: #3f8f23; --accent-soft: #eaf3df; --on-accent-2: #d5ecc0; }
.p-pharmacy { --accent: #1b57c4; --accent-bright: #4f8cf0; --accent-script: #1b57c4; --accent-soft: #e7eefb; --on-accent-2: #d3e0fb; }
html[lang="ar"] { --display: "IBM Plex Sans Arabic", "Segoe UI", sans-serif; --body: "IBM Plex Sans Arabic", "Segoe UI", sans-serif; --script: "Aref Ruqaa", "IBM Plex Sans Arabic", serif; }

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.55; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:hover { color: var(--gold-text); }
button, input, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { max-width: 1440px; margin: 0 auto; padding-inline: var(--gutter); }
.skip { position: absolute; top: -100px; inset-inline-start: 16px; z-index: 50; background: var(--paper); padding: 8px 14px; border-radius: 8px; }
.skip:focus { top: 8px; }

/* type */
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; color: var(--gold-text); text-transform: uppercase; }
html[lang="ar"] .eyebrow { letter-spacing: 0; font-size: 15px; }
.display { margin: 0; font-family: var(--display); font-weight: 850; font-stretch: 72%; text-transform: uppercase; line-height: 0.92; letter-spacing: -0.01em; text-wrap: balance; }
html[lang="ar"] .display { font-weight: 700; font-stretch: 100%; text-transform: none; line-height: 1.2; letter-spacing: 0; }
.script { font-family: var(--script); font-weight: 700; color: var(--gold-script); transform: rotate(-2deg); transform-origin: left; line-height: 1.1; }
html[lang="ar"] .script { transform: rotate(1.5deg); transform-origin: right; }
.h2 { margin: 0; font-size: 44px; line-height: 1.06; font-weight: 800; letter-spacing: -0.02em; text-wrap: balance; }
.h2-light { margin: 0; font-size: 62px; line-height: 1.04; font-weight: 300; letter-spacing: -0.02em; text-wrap: balance; }
html[lang="ar"] .h2, html[lang="ar"] .h2-light { letter-spacing: 0; line-height: 1.3; }
html[lang="ar"] .h2-light { font-weight: 500; }
.lead { margin: 0; font-size: 19px; line-height: 1.55; color: var(--muted); max-width: 36em; }
.nowrap { white-space: nowrap; }

/* buttons & forms */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 52px; padding: 0 26px; border-radius: 999px; border: 0; font-weight: 700; font-size: 17px; text-decoration: none; white-space: nowrap; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #26302b; color: #fff; }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: #ffbb33; color: var(--ink); }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { color: #fff; filter: brightness(1.1); }
.btn-outline { background: transparent; color: inherit; border: 1.5px solid currentColor; }
.btn-sm { height: 44px; padding: 0 20px; font-size: 16px; }
.email-form { display: flex; gap: 10px; }
.email-form input { color: var(--ink); flex: 0 1 340px; min-width: 0; height: 56px; padding: 0 24px; border-radius: 999px; border: 1.5px solid #c9d1cc; background: #fff; font-size: 17px; }
.email-form .btn { height: 56px; }
.email-form.on-dark input { border: 0; }
.fine { font-size: 14px; color: var(--faint); }

/* top strip + nav */
.strip { background: var(--ink); color: #c9d1cc; font-size: 13px; }
.strip .wrap { height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.strip strong { color: #fff; font-weight: 600; }
.strip .right { display: flex; gap: 28px; align-items: center; }
.strip a { color: #fff; text-decoration: none; font-weight: 600; }
.lang-ar { font-family: "IBM Plex Sans Arabic", sans-serif; }
.lang-en { font-family: "Archivo", sans-serif; }
.nav { position: sticky; top: 0; z-index: 30; background: rgba(255, 255, 255, 0.96); backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid var(--line); }
.nav .wrap { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { font-family: "Archivo", sans-serif; font-size: 28px; font-weight: 800; letter-spacing: -0.03em; text-decoration: none; color: var(--ink); direction: ltr; }
.wordmark span { color: var(--gold); }
.wordmark:hover { color: var(--ink); }
.nav-links { display: flex; gap: 36px; align-items: center; font-size: 16px; font-weight: 500; }
.nav-links a, .nav-links button { text-decoration: none; background: none; border: 0; padding: 8px 0; display: inline-flex; gap: 6px; align-items: center; font-weight: inherit; }
.nav-links [aria-current="page"] { font-weight: 700; box-shadow: inset 0 -2px 0 var(--gold); }
.nav-actions { display: flex; gap: 22px; align-items: center; }
.nav-actions .signin { text-decoration: none; font-weight: 500; }
.menu-btn { display: none; width: 48px; height: 48px; border-radius: 999px; border: 1.5px solid var(--line-2); background: #fff; align-items: center; justify-content: center; }
.has-mega { position: relative; }
.mega { position: absolute; top: calc(100% + 22px); left: 50%; transform: translateX(-50%); width: 760px; padding: 26px; border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 40px 80px -30px rgba(14, 20, 17, 0.45); display: none; }
.has-mega:hover .mega, .has-mega:focus-within .mega { display: block; }
.mega::before { content: ""; position: absolute; left: 0; right: 0; top: -24px; height: 24px; }
.mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.mega-item { padding: 20px; border-radius: 18px; background: var(--mist); text-decoration: none; display: flex; flex-direction: column; gap: 10px; }
.mega-item.soon { background: #fff; border: 1px dashed #c9d1cc; }
.mega-item strong { font-size: 18px; font-weight: 800; }
.mega-item span { font-size: 14px; color: var(--faint); line-height: 1.45; }
.mega-foot { display: flex; justify-content: space-between; gap: 16px; padding-top: 16px; margin-top: 18px; border-top: 1px solid var(--line); font-size: 15px; }
.mega-foot a:first-child { font-weight: 700; text-decoration: none; }
.mega-foot span { color: var(--faint); }

/* sections */
section { position: relative; }
.pad { padding-block: 110px; }
.pad-sm { padding-block: 80px; }
.bg-mist { background: var(--mist); }
.bg-dark { background: var(--ink); color: #fff; }
.bg-dark .eyebrow { color: var(--gold); }
.bg-accent { background: var(--accent); color: #fff; }

/* home hero */
.hero { padding-block: 88px 100px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.hero-copy { display: flex; flex-direction: column; gap: 28px; }
.hero-copy .display { font-size: clamp(56px, 7.3vw, 104px); }
.hero-copy .script { font-size: clamp(32px, 3.3vw, 46px); }
.stack-6 { display: flex; flex-direction: column; gap: 6px; }
.stack-12 { display: flex; flex-direction: column; gap: 12px; }
.finder { margin-top: 12px; padding: 32px; border-radius: 28px; background: var(--mist); display: flex; flex-direction: column; gap: 20px; }
.finder h2 { margin: 0; font-size: 20px; font-weight: 800; }
.search { height: 56px; padding: 0 20px; border-radius: 999px; background: #fff; border: 1.5px solid var(--line-2); display: flex; gap: 12px; align-items: center; }
.search input { flex: 1; min-width: 0; border: 0; outline: none; background: transparent; font-size: 16px; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { height: 42px; padding: 0 18px; border-radius: 999px; border: 1.5px solid #c9d1cc; background: #fff; font-size: 15px; font-weight: 600; }
.chip[aria-pressed="true"] { border-color: var(--ink); background: var(--gold-soft); }
.result { padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--line); text-decoration: none; display: flex; flex-direction: column; gap: 10px; }
.result .name { display: flex; gap: 10px; align-items: center; font-size: 22px; font-weight: 800; }
.dot { width: 12px; height: 12px; border-radius: 999px; background: var(--gold); flex: none; }
.result .who { font-size: 15px; color: var(--faint); }
.result .foot { display: flex; justify-content: space-between; gap: 12px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 15px; }
.result .foot strong { font-weight: 700; }

/* facts band */
.facts .wrap { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-block: 56px; }
.fact { display: flex; flex-direction: column; gap: 10px; padding-inline: 48px; border-inline-start: 1px solid var(--line-2); }
.fact:first-child { padding-inline-start: 0; border-inline-start: 0; }
.fact b { font-family: var(--display); font-size: 68px; line-height: 1; font-weight: 850; font-stretch: 72%; white-space: nowrap; }
html[lang="ar"] .fact b { font-size: 52px; font-weight: 700; line-height: 1.2; }
.fact span { font-size: 17px; color: var(--muted); line-height: 1.4; }

/* features on dark */
.features-head { display: flex; flex-direction: column; gap: 18px; margin-bottom: 64px; max-width: 900px; }
.features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 56px; }
.feature { display: flex; flex-direction: column; gap: 14px; padding-top: 24px; border-top: 1px solid var(--rule-dark); }
.feature h3 { margin: 0; font-size: 22px; font-weight: 700; }
.feature p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--on-dark-2); }

/* devices lineup */
.split-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 44px; }
.split-head .h2 { font-size: 52px; max-width: 620px; }
.split-head p { margin: 0; max-width: 420px; font-size: 17px; line-height: 1.6; color: var(--muted); }
.devices { padding: 48px 56px 36px; border-radius: 32px; background: var(--mist); display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; }
.device { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.device figcaption { font-size: 15px; font-weight: 700; text-align: center; }
.monitor { display: flex; flex-direction: column; align-items: center; }
.monitor .screen { padding: 9px; border-radius: 14px; background: #151a17; box-shadow: 0 30px 50px -24px rgba(0, 0, 0, 0.45); }
.monitor .screen img { border-radius: 6px; width: 402px; aspect-ratio: 2520 / 1418; object-fit: cover; }
.monitor .neck { width: 76px; height: 42px; background: #1f2521; clip-path: polygon(22% 0, 78% 0, 100% 100%, 0 100%); }
.monitor .base { width: 150px; height: 9px; border-radius: 6px; background: #1f2521; }
.phone { padding: 7px; border-radius: 26px; background: #0b0d0c; box-shadow: 0 30px 50px -24px rgba(0, 0, 0, 0.45); }
.phone img { width: 114px; height: 245px; border-radius: 20px; object-fit: cover; object-position: top; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 40px; }
.step { display: flex; gap: 20px; align-items: center; }
.step b { font-family: "Archivo", sans-serif; font-size: 72px; line-height: 0.9; font-weight: 850; font-stretch: 72%; color: var(--gold-script); }
.step span { font-size: 22px; font-weight: 700; }

/* dark CTA */
.cta .wrap { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-block: 100px; }
.cta .display { font-size: clamp(48px, 6vw, 84px); }
.cta .script { font-size: 40px; color: var(--gold); }

/* footer */
.footer { background: var(--ink-2); color: #c9d1cc; border-top: 1px solid var(--rule-dark); }
.footer .wrap { padding-block: 72px 40px; display: flex; flex-direction: column; gap: 56px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, minmax(0, 1fr)); gap: 40px; font-size: 15px; }
.footer-grid h2 { margin: 0 0 12px; color: #fff; font-size: 15px; font-weight: 700; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer .wordmark { color: #fff; font-size: 26px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 24px; border-top: 1px solid var(--rule-dark); font-size: 14px; }

/* product pages */
.p-hero { padding-block: 80px 40px; overflow: hidden; }
.p-hero-grid { display: grid; grid-template-columns: minmax(0, 560px) minmax(0, 1fr); gap: 24px; align-items: center; }
.p-hero .display { font-size: clamp(54px, 6.6vw, 96px); }
.p-hero .script { color: var(--accent-script); font-size: clamp(30px, 3.1vw, 44px); }
.p-chip { display: flex; gap: 10px; align-items: center; font-size: 15px; font-weight: 700; color: var(--accent); }
.p-chip .dot { width: 10px; height: 10px; background: var(--accent-bright); }
.p-price { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; font-size: 15px; color: var(--muted); }
.p-price strong { color: var(--ink); }
.sep { width: 4px; height: 4px; border-radius: 999px; background: #9aa39d; }
.stage { position: relative; height: 640px; margin-inline-end: calc(-1 * var(--gutter)); }
.stage .backdrop { position: absolute; inset-inline-start: 70px; inset-inline-end: calc(-1 * var(--gutter)); top: 30px; bottom: 20px; border-radius: 40px 0 0 40px; background: var(--accent-soft); }
html[dir="rtl"] .stage .backdrop { border-radius: 0 40px 40px 0; }
.stage .tilt { position: absolute; inset-inline-start: 20px; top: 90px; width: 680px; perspective: 1800px; }
.stage .tilt > div { transform: rotateY(-14deg) rotateX(4deg); transform-origin: left center; display: flex; flex-direction: column; align-items: center; }
html[dir="rtl"] .stage .tilt > div { transform: rotateY(14deg) rotateX(4deg); transform-origin: right center; }
.stage .screen { width: 660px; padding: 12px; border-radius: 18px; background: #151a17; box-shadow: 0 50px 80px -30px rgba(15, 40, 10, 0.55); }
.stage .screen img { width: 100%; aspect-ratio: 2520 / 1418; border-radius: 8px; object-fit: cover; }
.stage .neck { width: 120px; height: 44px; background: #1f2521; clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%); }
.stage .base { width: 220px; height: 10px; border-radius: 6px; background: #1f2521; }
.stage .phone-lg { position: absolute; inset-inline-start: 540px; top: 230px; width: 200px; padding: 9px; border-radius: 34px; background: #0b0d0c; box-shadow: 0 40px 70px -20px rgba(0, 0, 0, 0.55); transform: rotate(4deg); }
html[dir="rtl"] .stage .phone-lg { transform: rotate(-4deg); }
.stage .phone-lg img { width: 182px; height: 392px; border-radius: 26px; object-fit: cover; object-position: top; }
.stage .metric { position: absolute; inset-inline-start: 40px; top: 520px; width: 250px; padding: 18px 20px; border-radius: 18px; background: #fff; box-shadow: 0 20px 40px -16px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; gap: 4px; }
.metric small { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; color: var(--faint); text-transform: uppercase; }
.metric b { font-size: 34px; font-weight: 850; font-stretch: 80%; white-space: nowrap; }
.metric span { font-size: 13px; color: var(--accent); font-weight: 600; }
.split { display: grid; grid-template-columns: minmax(0, 480px) minmax(0, 1fr); gap: 80px; align-items: center; padding-block: 100px; }
.split.flip { grid-template-columns: minmax(0, 1fr) minmax(0, 480px); }
.split .copy { display: flex; flex-direction: column; gap: 20px; }
.split .copy .eyebrow { color: var(--accent); }
.bg-dark .split .copy .eyebrow { color: var(--gold); }
.shot { border-radius: 20px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.35); }
.shot img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; }
.checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; font-size: 17px; color: var(--text-2); }
.checks li { display: flex; gap: 12px; }
.checks li::before { content: "✓"; color: var(--accent-script); font-weight: 800; flex: none; }
.pills { display: flex; gap: 12px; flex-wrap: wrap; }
.pills span { font-size: 14px; padding: 8px 16px; border-radius: 999px; border: 1px solid #3a4841; }
.owner-stage { position: relative; height: 560px; }
.owner-stage .phone-xl { position: absolute; inset-inline-start: 140px; top: 0; width: 260px; padding: 11px; border-radius: 42px; background: #000; border: 1px solid var(--rule-dark); box-shadow: 0 50px 90px -30px rgba(111, 181, 44, 0.35); }
.owner-stage .phone-xl img { width: 236px; height: 514px; border-radius: 32px; object-fit: cover; object-position: top; }
.owner-stage .tile { position: absolute; padding: 16px 20px; border-radius: 16px; background: var(--ink-3); border: 1px solid var(--rule-dark); display: flex; flex-direction: column; gap: 2px; }
.owner-stage .tile span { font-size: 12px; color: var(--on-dark-3); }
.owner-stage .tile b { font-size: 26px; font-weight: 850; font-stretch: 80%; white-space: nowrap; }
.owner-stage .t1 { inset-inline-start: 0; top: 120px; }
.owner-stage .t2 { inset-inline-start: 380px; top: 320px; }
.owner-stage .note { position: absolute; inset-inline-start: 0; bottom: 0; font-size: 12px; color: #7d8781; }
.included { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; margin-top: 48px; }
.included h3 { margin: 0 0 8px; font-size: 19px; font-weight: 700; }
.included p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--muted); }
.runs .wrap { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-block: 72px; border-bottom: 1px solid var(--line); }
.runs .h2 { font-size: 40px; max-width: 460px; }
.runs ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 16px; flex-wrap: wrap; }
.runs li { height: 64px; padding: 0 24px; border-radius: 999px; border: 1px solid var(--line); display: flex; align-items: center; font-size: 16px; font-weight: 600; }
.price-band .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding-block: 90px; }
.price-band .big { display: flex; align-items: baseline; gap: 12px; }
.price-band .big b { font-family: "Archivo", sans-serif; font-size: 120px; line-height: 0.9; font-weight: 850; font-stretch: 72%; }
.price-band .big span, .price-band .sub { font-size: 19px; color: var(--on-accent-2); }
.price-band .sub strong { color: #fff; }
.price-band ul { list-style: none; margin: 0 0 22px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-size: 16px; }
.price-band li::before { content: "✓ "; }
.price-band .btn-outline { border-color: rgba(255, 255, 255, 0.55); }
.faq { display: grid; grid-template-columns: minmax(0, 420px) minmax(0, 1fr); gap: 80px; }
.faq dl { margin: 0; }
.faq dt { font-size: 19px; font-weight: 700; padding-top: 22px; border-top: 1px solid var(--line); }
.faq dd { margin: 8px 0 0; padding-bottom: 22px; font-size: 16px; line-height: 1.55; color: var(--muted); }
.faq dd:last-child { border-bottom: 1px solid var(--line); }
.notice { padding: 22px 26px; border-radius: 18px; background: var(--accent-soft); display: flex; flex-direction: column; gap: 6px; font-size: 16px; }
.notice strong { font-size: 17px; }

/* pharmacy page: no app screenshots until the Pharmacy design exists */
.facts-stage { position: relative; height: 560px; }
.facts-stage::before { content: ""; position: absolute; inset-inline-start: 70px; inset-inline-end: calc(-1 * var(--gutter)); top: 20px; bottom: 20px; border-radius: 40px 0 0 40px; background: var(--accent-soft); }
html[dir="rtl"] .facts-stage::before { border-radius: 0 40px 40px 0; }
.fact-card { position: absolute; width: 340px; padding: 28px; border-radius: 22px; background: #fff; box-shadow: 0 30px 60px -30px rgba(27, 87, 196, 0.45); display: flex; flex-direction: column; gap: 8px; }
.fact-card .n { font-family: "Archivo", sans-serif; font-size: 44px; line-height: 1; font-weight: 850; font-stretch: 72%; color: var(--accent); }
.fact-card h2 { margin: 0; font-size: 24px; font-weight: 800; }
.fact-card p { margin: 0; font-size: 16px; color: var(--muted); }
.fact-card.c1 { inset-inline-start: 120px; top: 60px; }
.fact-card.c2 { inset-inline-start: 330px; top: 215px; }
.fact-card.c3 { inset-inline-start: 170px; top: 370px; }
.currencies { padding: 36px 40px; border-radius: 28px; background: var(--accent); color: #fff; }
.currencies h3 { margin: 0 0 12px; font-size: 26px; font-weight: 800; }
.currencies ul { list-style: none; margin: 0; padding: 0; }
.currencies li { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, 0.25); }
.currencies b { font-family: "Archivo", sans-serif; font-size: 44px; line-height: 1; font-weight: 850; font-stretch: 72%; }
.currencies span { font-size: 17px; color: var(--on-accent-2); }
.install-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.install-steps li { display: flex; gap: 18px; align-items: center; padding: 20px 24px; border-radius: 18px; background: #fff; font-size: 19px; font-weight: 700; }
.install-steps b { width: 44px; height: 44px; border-radius: 999px; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 18px; flex: none; }
.p-pharmacy .split .copy .btn { align-self: flex-start; }

/* solutions page */
.page-head { padding-block: 88px 40px; display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
.page-head .display { font-size: clamp(56px, 7.3vw, 104px); max-width: 820px; }
.page-head .script { font-size: clamp(32px, 3.2vw, 44px); }
.page-head .lead { margin-top: 48px; max-width: 380px; font-size: 18px; }
.sol-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding-bottom: 60px; }
.sol { border-radius: 28px; overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; }
.sol.soon { border-style: dashed; border-color: #c9d1cc; }
.sol .band { height: 150px; padding: 28px; display: flex; justify-content: space-between; align-items: flex-start; background: var(--accent); color: #fff; }
.sol.soon .band { background: var(--mist); color: #b5532c; }
.sol .band em { font-style: normal; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; padding: 6px 12px; border-radius: 999px; background: #fff; color: #b5532c; }
.sol .body { padding: 28px; display: flex; flex-direction: column; gap: 18px; flex-grow: 1; }
.sol h2 { margin: 0; font-size: 30px; font-weight: 800; }
.sol .who { margin: 0; font-size: 16px; color: var(--faint); }
.sol .foot { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.sol .checks li::before { color: var(--accent); }
.sol.soon .checks li::before { color: #9aa39d; }
.ask { padding: 40px 56px; border-radius: 28px; background: var(--mist); display: flex; justify-content: space-between; align-items: center; gap: 32px; margin-bottom: 110px; }
.ask h2 { margin: 0 0 6px; font-size: 30px; font-weight: 800; }
.ask p { margin: 0; color: var(--muted); }

/* pricing page */
.picker-grid { display: grid; grid-template-columns: minmax(0, 420px) minmax(0, 1fr); gap: 64px; padding-block: 80px; }
.picker h2 { margin: 0 0 14px; font-size: 22px; font-weight: 800; }
.options { display: flex; flex-direction: column; gap: 14px; }
.option { height: 88px; padding: 0 24px; border-radius: 18px; border: 2px solid transparent; background: var(--mist-2); display: flex; gap: 16px; align-items: center; text-align: start; }
.option[aria-pressed="true"] { border-color: var(--ink); background: #fff; }
.option b { display: block; font-size: 19px; font-weight: 700; }
.option small { display: block; font-size: 14px; color: var(--faint); }
.price-card { min-height: 600px; padding: 44px 52px; border-radius: 28px; background: #fff; box-shadow: 0 40px 80px -40px rgba(14, 20, 17, 0.35); display: flex; flex-direction: column; gap: 26px; }
.pc-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.pc-name { display: flex; gap: 12px; align-items: center; font-size: 22px; font-weight: 800; }
.controls { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.stepper { height: 52px; padding-inline: 16px 6px; border-radius: 999px; background: var(--mist-2); display: flex; gap: 8px; align-items: center; font-size: 15px; font-weight: 700; }
.stepper button { width: 40px; height: 40px; border-radius: 999px; border: 0; background: #fff; font-size: 20px; font-weight: 700; }
.stepper output { min-width: 26px; text-align: center; font-size: 19px; font-weight: 800; }
.toggle { height: 52px; padding: 5px; border-radius: 999px; background: var(--mist-2); display: flex; }
.toggle button { height: 42px; padding: 0 18px; border: 0; border-radius: 999px; background: transparent; font-size: 15px; font-weight: 700; white-space: nowrap; }
.toggle button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.pc-price { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.pc-price b { font-family: "Archivo", sans-serif; font-size: 150px; line-height: 0.85; font-weight: 850; font-stretch: 72%; }
.pc-price span { font-size: 22px; color: var(--muted); }
.pc-note { font-size: 17px; color: var(--muted); }
.upsell { align-self: flex-start; height: 44px; padding: 0 20px; border: 0; border-radius: 999px; background: var(--gold-soft); color: var(--gold-text); font-size: 16px; font-weight: 700; }
.pc-included { list-style: none; margin: 0; padding: 22px 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-size: 16px; color: var(--text-2); }
.pc-included li::before { content: "✓ "; }
.pc-cta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.soon-card { display: flex; flex-direction: column; gap: 22px; justify-content: center; flex-grow: 1; }
.soon-card .display { font-size: 72px; }
.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-top: 44px; }
.timeline div { display: flex; flex-direction: column; gap: 10px; padding-top: 20px; border-top: 3px solid var(--ink); }
.timeline small { font-size: 14px; font-weight: 700; color: var(--gold-text); text-transform: uppercase; }
.timeline b { font-size: 19px; }
.timeline p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--muted); }
.paid-by { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-block: 44px; border-top: 1px solid var(--line); font-size: 15px; color: var(--faint); }
.paypal { height: 44px; padding: 0 20px; display: inline-flex; align-items: center; border-radius: 10px; border: 1px solid var(--line); font-size: 18px; font-weight: 800; font-style: italic; color: #1b3a8a; margin-inline-start: 16px; direction: ltr; }

/* legal pages */
.legal { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 64px; padding-block: 72px 110px; }
.legal nav { position: sticky; top: 104px; align-self: start; display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.legal nav a { text-decoration: none; color: var(--muted); }
.legal nav a[aria-current="page"] { color: var(--ink); font-weight: 700; }
.legal article { max-width: 760px; }
.legal article h1 { margin: 0 0 8px; font-size: 52px; line-height: 1.05; font-weight: 800; letter-spacing: -0.02em; }
.legal article h2 { margin: 44px 0 12px; font-size: 24px; font-weight: 800; }
.legal article h3 { margin: 28px 0 8px; font-size: 19px; font-weight: 700; }
.legal article p, .legal article li { font-size: 17px; line-height: 1.7; color: var(--text-2); }
.legal .updated { color: var(--faint); font-size: 15px; }
.legal .lang-note { padding: 14px 18px; border-radius: 12px; background: var(--gold-soft); font-size: 15px; margin-bottom: 24px; }
.legal table { width: 100%; border-collapse: collapse; font-size: 16px; margin: 16px 0; }
.legal th, .legal td { text-align: start; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal th { background: var(--mist); }

/* account pages: sign in, sign up, reset password, your account */
.auth-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 480px); gap: 64px; align-items: start; padding-block: 80px 110px; }
.auth-grid.wide { grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr); }
.auth-copy { display: flex; flex-direction: column; gap: 24px; padding-top: 12px; }
.auth-copy .display { font-size: clamp(48px, 5.6vw, 84px); }
.auth-copy .script { font-size: clamp(28px, 2.8vw, 40px); }
.auth-card { padding: 40px; border-radius: 28px; background: #fff; box-shadow: 0 40px 80px -40px rgba(14, 20, 17, 0.35); display: flex; flex-direction: column; gap: 18px; }
.auth-card h2 { margin: 0; font-size: 26px; font-weight: 800; }
.auth-card p { margin: 0; }
.auth-card .btn { width: 100%; }
.auth-card form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; font-size: 15px; font-weight: 600; }
.field input { height: 52px; padding: 0 18px; border-radius: 14px; border: 1.5px solid var(--line-2); background: #fff; color: var(--ink); font-size: 17px; font-weight: 400; width: 100%; }
.field input:focus { border-color: var(--ink); outline: none; box-shadow: 0 0 0 3px var(--gold-soft); }
.field small { font-weight: 400; color: var(--faint); font-size: 14px; }
.pw { position: relative; }
.pw input { padding-inline-end: 76px; }
.pw button { position: absolute; inset-inline-end: 8px; top: 8px; height: 36px; padding: 0 12px; border: 0; border-radius: 10px; background: var(--mist); font-size: 14px; font-weight: 600; }
.code-input { text-align: center; letter-spacing: 0.4em; font-size: 26px !important; font-weight: 700 !important; }
.btn-google { background: #fff; color: var(--ink); border: 1.5px solid var(--line-2); }
.btn-google:hover { background: var(--mist); color: var(--ink); }
.or { display: flex; align-items: center; gap: 12px; color: var(--faint); font-size: 14px; }
.or::before, .or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--muted); }
.check input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--ink); flex: none; }
.msg { min-height: 22px; font-size: 15px; color: #b3261e; }
.msg.ok { color: #1f6b14; }
.links { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 15px; }
.linkish { padding: 0; border: 0; background: none; font-size: 15px; text-decoration: underline; }
.linkish:disabled { text-decoration: none; color: var(--faint); cursor: default; }
.key { padding: 18px; border-radius: 16px; background: var(--mist); font-family: ui-monospace, Consolas, monospace; font-size: 26px; font-weight: 700; letter-spacing: 0.06em; text-align: center; direction: ltr; }
.app-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.app-choice label { position: relative; padding: 16px; border-radius: 16px; border: 2px solid var(--line); display: flex; flex-direction: column; gap: 8px; font-weight: 700; cursor: pointer; }
.app-choice input { position: absolute; opacity: 0; }
.app-choice label:has(input:checked) { border-color: var(--ink); background: var(--gold-soft); }
.app-choice label:has(input:focus-visible) { outline: 3px solid var(--gold); outline-offset: 2px; }
.shop { padding: 22px; border-radius: 20px; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; }
.shop header { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.shop h3 { margin: 0; font-size: 20px; font-weight: 800; }
.badge { font-size: 13px; font-weight: 700; padding: 5px 10px; border-radius: 999px; background: var(--mist); }
.badge.warn { background: #fdecea; color: #b3261e; }
.shop .row { display: flex; gap: 10px; flex-wrap: wrap; }
.shop .row .btn { width: auto; flex: 1 1 auto; }
.twostep { display: flex; flex-direction: column; gap: 10px; padding-top: 16px; border-top: 1px solid var(--line); }
.twostep h3 { margin: 0; font-size: 19px; font-weight: 800; }
.twostep .row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.twostep .row .btn { width: auto; }
.qr { align-self: center; padding: 8px; border-radius: 14px; border: 1px solid var(--line); background: #fff; }
.totp-key { padding: 9px 12px; border-radius: 10px; border: 1px solid var(--line-2); background: var(--mist); font-family: ui-monospace, Consolas, monospace; font-size: 15px; letter-spacing: 0.06em; word-break: break-all; direction: ltr; }

/* simple centred pages (404) */
.center { min-height: 60vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding-block: 100px; }
.center .display { font-size: clamp(56px, 8vw, 110px); }

/* ---------- tablet ---------- */
@media (max-width: 1180px) {
  :root { --gutter: 40px; }
  .hero-grid, .p-hero-grid { grid-template-columns: minmax(0, 1fr); }
  .finder { max-width: 620px; }
  .stage { height: 560px; max-width: 900px; }
  .features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px; }
  .devices { flex-wrap: wrap; justify-content: center; gap: 40px; }
  .split, .split.flip, .faq, .picker-grid, .legal, .auth-grid, .auth-grid.wide { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .split.flip .shot { order: 2; }
  .included { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sol-grid { grid-template-columns: 1fr; max-width: 640px; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal nav { position: static; flex-direction: row; flex-wrap: wrap; gap: 20px; }
  .mega { width: 640px; }
  .facts-stage { height: auto; display: flex; flex-direction: column; gap: 16px; padding: 28px; border-radius: 32px; background: var(--accent-soft); }
  .facts-stage::before { display: none; }
  .fact-card { position: static; width: auto; }
}

/* ---------- phone ---------- */
@media (max-width: 760px) {
  :root { --gutter: 20px; }
  body { font-size: 16px; }
  .strip .wrap { height: auto; min-height: 40px; padding-block: 8px; flex-wrap: wrap; row-gap: 4px; }
  .strip .trial { display: none; }
  .nav .wrap { height: 68px; }
  .nav-links, .nav-actions .signin, .nav-actions .btn { display: none; }
  .menu-btn { display: inline-flex; }
  .nav.open .nav-links { display: flex; position: absolute; top: 68px; inset-inline: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--gutter) 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 30px 40px -30px rgba(0, 0, 0, 0.3); }
  .nav.open .nav-links > * { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav.open .nav-links .mobile-only { display: flex; }
  .mega { display: none !important; }
  .facts-stage { padding: 16px; }
  .currencies { padding: 24px; }
  .pad { padding-block: 72px; }
  .hero { padding-block: 48px 64px; }
  .finder { padding: 22px; }
  .facts .wrap { grid-template-columns: 1fr; gap: 28px; padding-block: 44px; }
  .fact { padding-inline: 0; border-inline-start: 0; padding-top: 24px; border-top: 1px solid var(--line-2); }
  .fact:first-child { padding-top: 0; border-top: 0; }
  .fact b { font-size: 56px; }
  .features { grid-template-columns: 1fr; gap: 32px; }
  .h2 { font-size: 34px; } .h2-light { font-size: 40px; }
  .split-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .split-head .h2 { font-size: 36px; }
  .devices { padding: 32px 20px; }
  .monitor .screen img { width: 280px; }
  .steps { grid-template-columns: 1fr; gap: 20px; }
  .cta .wrap { flex-direction: column; align-items: flex-start; padding-block: 72px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .stage { height: auto; display: flex; flex-direction: column; gap: 20px; margin-top: 12px; }
  .stage .backdrop, .stage .neck, .stage .base { display: none; }
  .stage .tilt, .stage .phone-lg, .stage .metric { position: static; width: auto; transform: none; }
  .stage .tilt > div { transform: none; }
  .stage .screen { width: 100%; }
  .stage .phone-lg { align-self: center; width: 200px; }
  .stage .metric { width: 100%; }
  .split { padding-block: 64px; }
  .owner-stage { height: 460px; max-width: 360px; }
  .owner-stage .phone-xl { inset-inline-start: 60px; width: 220px; }
  .owner-stage .phone-xl img { width: 198px; height: 430px; }
  .owner-stage .t1 { top: 40px; }
  .owner-stage .t2 { inset-inline-start: 150px; top: 330px; }
  .owner-stage .tile b { font-size: 20px; }
  .included { grid-template-columns: 1fr; gap: 28px; }
  .runs .wrap { flex-direction: column; align-items: flex-start; }
  .runs li { height: 52px; }
  .price-band .wrap { grid-template-columns: 1fr; }
  .price-band ul { grid-template-columns: 1fr; }
  .page-head { flex-direction: column; padding-block: 48px 24px; }
  .page-head .lead { margin-top: 0; }
  .ask { flex-direction: column; align-items: flex-start; padding: 28px 22px; }
  .price-card { padding: 28px 22px; min-height: 0; }
  .pc-price b { font-size: 110px; }
  .pc-included { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .paid-by { flex-direction: column; align-items: flex-start; }
  .legal article h1 { font-size: 38px; }
  .auth-grid, .auth-grid.wide { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-block: 40px 72px; }
  .auth-card .btn { white-space: normal; height: auto; min-height: 52px; padding-block: 12px; text-align: center; }
  .result .foot { flex-direction: column; gap: 6px; }
  .p-price { gap: 4px 14px; }
  .p-price .sep { display: none; }
  .auth-copy .lead, .auth-copy .checks { display: none; }
  .auth-card { padding: 24px 20px; }
  .app-choice { grid-template-columns: 1fr; }
  .email-form { flex-direction: column; align-items: stretch; width: 100%; }
  .email-form input { flex: none; }
}
.nav-links .mobile-only { display: none; }

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