/* Every visual decision is a variable, so the design panel (tuner.js) can change it live. */
:root {
  --font-head: "Onest", ui-sans-serif, system-ui, sans-serif;
  --font-body: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --font-chat: -apple-system, ui-sans-serif, system-ui, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --head-weight: 700;
  --head-track: -0.035em;
  --head-scale: 1;
  --body-size: 16px;
  --line: 1.55;

  --page: #FFFFFF;
  --soft: #F5F7F9;
  --ink: #0E1318;
  --muted: #5D6975;
  --rule: #E8ECEF;
  --accent: #2AABEE;
  --accent-strong: #1672B5;
  --on-accent: #FFFFFF;
  --wall: #DFE8EF;
  --bubble-out: #E1F2FC;
  --bubble-in: #FFFFFF;
  --tg-logo: #26A5E4;

  --c-flights: #3A9EEA;
  --c-apartments: #EF7D3C;
  --c-cars: #2FA36B;

  --r-bubble: 16px;
  --r-card: 24px;
  --r-button: 999px;
  --shadow-k: 1;
  --maxw: 1180px;
  --space-k: 1;
  --phone-scale: 1;
  --pattern: 1;

  --shadow: 0 1px 2px rgba(16, 35, 60, calc(.10 * var(--shadow-k)));
  --shadow-md: 0 8px 24px -12px rgba(16, 35, 60, calc(.22 * var(--shadow-k))), 0 1px 2px rgba(16, 35, 60, calc(.06 * var(--shadow-k)));
  --shadow-phone: 0 50px 80px -40px rgba(16, 35, 60, calc(.45 * var(--shadow-k))), 0 18px 30px -18px rgba(16, 35, 60, calc(.25 * var(--shadow-k)));
  --meta: color-mix(in srgb, var(--muted) 78%, var(--page));
  --sec: calc(clamp(72px, 10vw, 136px) * var(--space-k));
  --ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--page); color: var(--ink); font: var(--body-size)/var(--line) var(--font-body); -webkit-font-smoothing: antialiased; }
::selection { background: color-mix(in srgb, var(--accent) 28%, transparent); }
:focus-visible { outline: 2.5px solid var(--accent); outline-offset: 2px; border-radius: 10px; }
a { color: var(--accent-strong); text-underline-offset: 3px; }
svg, img { display: block; }
.wrap { width: min(var(--maxw), 100% - 40px); margin-inline: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.ic { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.logo { fill: currentColor; stroke: none; flex: none; }
h1, h2, h3 { font-family: var(--font-head); font-weight: var(--head-weight); letter-spacing: var(--head-track); text-wrap: balance; margin: 0; }
p { text-wrap: pretty; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--accent-strong); color: var(--on-accent);
  font: 600 15px/1 var(--font-body); text-decoration: none; white-space: nowrap;
  padding: 13px 20px; border-radius: var(--r-button); border: 0; cursor: pointer;
  transition: transform .25s var(--ease), filter .2s, background .2s;
}
.btn:hover { filter: brightness(1.08); }
.btn:active { transform: scale(.97); }
.btn.ghost { background: var(--soft); color: var(--ink); }
.btn.ghost:hover { filter: none; background: color-mix(in srgb, var(--ink) 8%, var(--page)); }
.btn .ic { width: 18px; height: 18px; }

/* header */
.top { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--page) 86%, transparent); -webkit-backdrop-filter: saturate(1.6) blur(14px); backdrop-filter: saturate(1.6) blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s; }
.top.scrolled { border-bottom-color: var(--rule); }
.top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font: var(--head-weight) 19px/1 var(--font-head); color: var(--ink); text-decoration: none; letter-spacing: -.01em; }
.brand svg { width: 30px; height: 30px; }
.cats { position: relative; display: flex; gap: 2px; padding: 4px; background: var(--soft); border-radius: 999px; }
.cats a { position: relative; z-index: 1; display: flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: 999px; color: var(--muted); text-decoration: none; font-size: 14.5px; font-weight: 550; transition: color .25s; }
.cats a .dot { width: 8px; height: 8px; border-radius: 50%; }
.cats a.on { color: var(--ink); }
.cats .pill { position: absolute; z-index: 0; top: 4px; bottom: 4px; left: 0; width: 0; border-radius: 999px; background: var(--page); box-shadow: var(--shadow-md); opacity: 0; transition: transform .45s var(--ease), width .45s var(--ease), opacity .3s; }

/* hero */
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 96px); align-items: center; padding-block: calc(clamp(40px, 7vw, 96px) * var(--space-k)) var(--sec); }
h1 { font-size: calc(clamp(42px, 5.6vw, 76px) * var(--head-scale)); line-height: 1.01; margin-bottom: 22px; }
h1 .tg { display: inline-flex; vertical-align: -.08em; width: .82em; height: .82em; color: var(--tg-logo); margin-left: .06em; }
.lede { font-size: calc(var(--body-size) * 1.2); color: var(--muted); max-width: 32ch; margin: 0 0 32px; }
.cta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.facts { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--muted); font-size: 14.5px; }
.facts li { display: flex; align-items: center; gap: 8px; }
.facts .ic { width: 18px; height: 18px; color: var(--accent-strong); }

/* phone (shared) */
.phone {
  --w: calc(330px * var(--phone-scale));
  position: relative; width: var(--w); height: calc(var(--w) * 2.1); flex: none;
  padding: calc(var(--w) * .03); border-radius: calc(var(--w) * .16);
  background: #111417; box-shadow: inset 0 0 0 1.5px #2B2F34, inset 0 0 0 5px #0B0D0F, var(--shadow-phone);
}
.phone::before { content: ""; position: absolute; right: -2px; top: 26%; width: 3px; height: 14%; border-radius: 0 3px 3px 0; background: #1E2226; }
.screen { position: relative; height: 100%; border-radius: calc(var(--w) * .13); overflow: hidden; display: flex; flex-direction: column; background: var(--wall); isolation: isolate; font-family: var(--font-chat); }
.island { position: absolute; z-index: 5; top: calc(var(--w) * .03); left: 50%; translate: -50% 0; width: 30%; height: calc(var(--w) * .085); border-radius: 99px; background: #000; }
.status { position: relative; z-index: 4; flex: none; height: calc(var(--w) * .15); display: flex; align-items: center; justify-content: space-between; padding: calc(var(--w) * .02) calc(var(--w) * .085) 0; font: 600 14px/1 var(--font-chat); color: var(--ink); }
.status .icons { display: flex; gap: 5px; align-items: center; }
.status .ic { width: 16px; height: 16px; stroke-width: 2.2; }

/* hero lock screen */
.lock { position: relative; }
.lock .screen { background: radial-gradient(120% 70% at 20% 0%, #CFE6FA 0%, transparent 60%), radial-gradient(90% 60% at 100% 100%, #FBE3D2 0%, transparent 60%), #EEF3F8; }
.lock .status { color: #1B2530; }
.clock { text-align: center; color: #1B2530; margin-top: 4px; }
.clock .d { font: 600 16px/1 var(--font-chat); opacity: .75; }
.clock .t { font: 700 calc(var(--w) * .235)/1 var(--font-chat); letter-spacing: -.02em; margin-top: 6px; }
.stack { position: absolute; left: 0; right: 0; top: calc(var(--w) * .66); padding: 0 calc(var(--w) * .035); display: grid; }
.note {
  position: relative; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 10px; align-items: start;
  padding: 11px 12px; border-radius: 20px; color: #0E1318; text-decoration: none;
  background: rgba(255,255,255,.72); -webkit-backdrop-filter: blur(22px) saturate(1.8); backdrop-filter: blur(22px) saturate(1.8);
  box-shadow: 0 8px 20px -12px rgba(16,35,60,.35);
  transform-origin: top center;
  transition: margin-top .55s var(--ease), transform .55s var(--ease), opacity .4s;
}
.note + .note { margin-top: 8px; }
.note .app { width: 34px; height: 34px; border-radius: 50%; background: #fff; display: grid; place-items: center; }
.note .app .logo { width: 34px; height: 34px; color: var(--tg-logo); }
.n-top { display: flex; justify-content: space-between; gap: 8px; font-size: 13.5px; line-height: 1.2; }
.n-top b { font-weight: 650; }
.n-top time { color: rgba(14,19,24,.5); font-size: 12.5px; white-space: nowrap; }
.n-body { font-size: 13.5px; line-height: 1.3; margin-top: 2px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.note img { width: 40px; height: 40px; border-radius: 8px; object-fit: cover; grid-column: 3; grid-row: 1; margin-top: 1px; }
.note.has-img { grid-template-columns: 34px minmax(0, 1fr) 40px; }
.lock .dock { position: absolute; bottom: calc(var(--w) * .05); left: 50%; translate: -50% 0; width: 36%; height: 5px; border-radius: 9px; background: rgba(14,19,24,.75); }
.stack-hint { text-align: center; margin-top: 18px; font-size: 13.5px; color: var(--muted); }

/* category nav (mobile fallback) */
.catnav { display: none; }

/* category sections */
.cat { padding-block: var(--sec); border-top: 1px solid var(--rule); }
.cat .grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 96px); align-items: center; }
.cat.flip .stage { order: -1; }
.badge-ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: var(--c); margin-bottom: 22px; }
.badge-ic .ic { width: 26px; height: 26px; }
.head-card { padding: clamp(24px, 3vw, 36px); border-radius: calc(var(--r-card) + 8px); background: color-mix(in srgb, var(--c) 9%, var(--page)); margin-bottom: 28px; }
.cat .head-card .intro { margin: 0; }
.cat h2 { font-size: calc(clamp(32px, 3.8vw, 50px) * var(--head-scale)); line-height: 1.06; margin-bottom: 16px; }
.cat .intro { font-size: calc(var(--body-size) * 1.125); color: var(--muted); margin: 0 0 28px; max-width: 42ch; }
.specs { margin: 0 0 26px; display: grid; }
.specs > div { display: grid; grid-template-columns: 136px minmax(0, 1fr); gap: 16px; padding: 12px 0; border-top: 1px solid var(--rule); }
.specs > div:last-child { border-bottom: 1px solid var(--rule); }
.specs dt { color: var(--muted); font-size: 14.5px; }
.specs dd { margin: 0; font-size: 15px; }
.specs dd:has(.src-logo), .specs dd:has(.airlines) { display: flex; align-items: center; }
.src-logo { height: 22px; width: auto; color: var(--ink); fill: currentColor; }
.ss-pill { display: inline-flex; align-items: center; padding: 7px 13px; border-radius: 999px; background: #3FBC58; }
.ss-pill svg { display: block; width: 72px; height: 16px; fill: #fff; overflow: visible; }
.specs dd:has(.ss-pill) { display: flex; align-items: center; }
.airlines { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }
.airlines img { height: 30px; width: auto; }
.m .carrier { display: flex; align-items: center; gap: 8px; margin: 3px 0; }
.m .carrier .al { height: 26px; width: auto; margin-left: -4px; }
.specs dd.sources { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; }
.c24-pill { display: inline-flex; align-items: center; padding: 7px 13px; border-radius: 999px; background: #FD9800; }
.c24-pill img { display: block; width: 68px; height: 16px; }
.mm-logo { display: block; width: 92px; height: 23px; }
.examples { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 30px; padding: 0; list-style: none; }
.examples li { font-size: 14px; padding: 7px 12px; border-radius: 999px; background: color-mix(in srgb, var(--c) 10%, var(--page)); color: color-mix(in srgb, var(--c) 45%, var(--ink)); }
.buy { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.buy .price { font: var(--head-weight) 26px/1 var(--font-head); letter-spacing: -.02em; }
.buy .price small { font: 500 14px/1 var(--font-body); color: var(--muted); letter-spacing: 0; margin-left: 4px; }

.stage { position: relative; display: grid; justify-items: center; padding: clamp(32px, 5vw, 56px) 16px; border-radius: calc(var(--r-card) + 8px); background: color-mix(in srgb, var(--c) 9%, var(--page)); overflow: hidden; }

/* telegram chat inside the phone */
.tg-head { position: relative; z-index: 3; flex: none; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 2px 10px 8px; background: color-mix(in srgb, var(--page) 90%, transparent); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border-bottom: 1px solid color-mix(in srgb, var(--ink) 8%, transparent); }
.tg-back { display: flex; align-items: center; color: var(--accent-strong); font-size: 15px; }
.tg-back .ic { width: 22px; height: 22px; stroke-width: 2.2; margin-right: -2px; }
.tg-back span { background: var(--accent-strong); color: #fff; font-size: 12px; font-weight: 600; border-radius: 99px; padding: 1px 6px; margin-left: 4px; }
.tg-title { text-align: center; line-height: 1.15; }
.tg-title b { display: block; font-size: 15px; font-weight: 650; }
.tg-title small { font-size: 12.5px; color: var(--muted); }
.tg-av { justify-self: end; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--c); }
.tg-av .ic { width: 19px; height: 19px; }
.feed { flex: 1; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; gap: 6px; padding: 8px 8px 6px; position: relative; }
.feed::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--doodles); background-size: 230px 230px; opacity: var(--pattern); }
.tg-input { flex: none; display: flex; align-items: center; gap: 8px; padding: 7px 10px 18px; background: color-mix(in srgb, var(--page) 92%, transparent); border-top: 1px solid color-mix(in srgb, var(--ink) 8%, transparent); color: var(--meta); }
.tg-input .ic { width: 22px; height: 22px; }
.tg-input span { flex: 1; font-size: 14px; padding: 6px 12px; border-radius: 99px; border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent); background: var(--page); }

.m { max-width: 90%; align-self: flex-start; display: grid; gap: 4px; font-size: 13.5px; line-height: 1.35; }
.m.in-view { animation: pop .6s var(--ease) both; }
.m .b { background: var(--bubble-in); border-radius: var(--r-bubble); border-bottom-left-radius: min(5px, var(--r-bubble)); padding: 6px 9px 5px; box-shadow: var(--shadow); overflow-wrap: anywhere; }
.m .b p { margin: 0; }
.m .b p + p { margin-top: 3px; }
.m .t { float: right; font-size: 11px; color: var(--meta); margin: 6px 0 -3px 8px; }
.m .big { font-weight: 700; font-size: 15px; }
.m .dim { color: var(--muted); }
.prev { display: grid; gap: 1px; margin: 2px 0 5px; padding: 5px 8px 7px; border-radius: 6px; border-left: 3px solid var(--c); background: color-mix(in srgb, var(--c) 9%, var(--bubble-in)); }
.prev .site { color: color-mix(in srgb, var(--c) 70%, var(--ink)); font-weight: 650; font-size: 12.5px; }
.prev b { font-size: 13px; }
.prev img { width: 100%; aspect-ratio: 16 / 10.5; object-fit: cover; border-radius: 6px; margin-top: 5px; background: color-mix(in srgb, var(--c) 14%, var(--page)); }
.m .k { display: flex; align-items: center; justify-content: center; gap: 4px; padding: 7px 10px; border-radius: min(9px, var(--r-bubble)); background: rgba(255,255,255,.72); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: var(--accent-strong); font-weight: 600; font-size: 13px; text-decoration: none; box-shadow: var(--shadow); }
.m .k .ic { width: 14px; height: 14px; stroke-width: 2.2; }
@keyframes pop { from { opacity: 0; transform: translateY(18px) scale(.96); } to { opacity: 1; transform: none; } }
.pending { opacity: 0; }


/* bento: three cards per bot, edges aligned */
.cat { padding-block: clamp(20px, 2.5vw, 32px); border-top: 0; }
.cat:first-of-type { padding-top: var(--sec); }
.cat .grid { gap: 16px; align-items: stretch; }
.cat .col { display: grid; grid-template-rows: auto 1fr; gap: 16px; min-width: 0; }
.cat .head-card { margin: 0; }
.nw { white-space: nowrap; }
.h-icon { display: inline-block; width: .78em; height: .78em; margin-left: .26em; vertical-align: -.06em; fill: var(--c); }
.info-card { display: flex; flex-direction: column; padding: clamp(24px, 3vw, 36px); border-radius: calc(var(--r-card) + 8px); background: var(--soft); }
.info-card .specs { margin-bottom: 24px; }
.info-card .specs > div:first-child { border-top: 0; padding-top: 0; }
.info-card .specs > div:last-child { border-bottom: 0; }
.info-card .specs > div { border-color: color-mix(in srgb, var(--ink) 8%, transparent); }
.info-card .examples { margin-bottom: 28px; }
.info-card .examples li { background: var(--page); }
.info-card .buy { margin-top: auto; padding-top: 22px; border-top: 1px solid color-mix(in srgb, var(--ink) 8%, transparent); }
.cat .stage { align-content: center; background-size: cover; background-position: center; }  /* 2:3 photos (600x900, 2x 1200x1800); the dog peeks out right of the phone */
#flights .stage { background-image: image-set(url("img/flights.webp") type("image/webp") 1x, url("img/flights-2x.webp") type("image/webp") 2x, url("img/flights.jpg") type("image/jpeg") 1x); }
#apartments .stage { background-image: image-set(url("img/apartments.webp") type("image/webp") 1x, url("img/apartments-2x.webp") type("image/webp") 2x, url("img/apartments.jpg") type("image/jpeg") 1x); }
#cars .stage { background-image: image-set(url("img/cars.webp") type("image/webp") 1x, url("img/cars-2x.webp") type("image/webp") 2x, url("img/cars.jpg") type("image/jpeg") 1x); }


/* "Real ..." pill on the photo cards */
.rp-wrap { width: calc(330px * var(--phone-scale)); max-width: 100%; display: flex; justify-content: flex-end; margin-bottom: 6px; position: relative; z-index: 2; }
.rp-col { display: inline-flex; flex-direction: column; align-items: center; }
.rp-arrow { width: 18px; height: 30px; margin-top: 6px; fill: none; stroke: var(--c); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .6)); }
.rp-arrow path { stroke-dasharray: 40; stroke-dashoffset: 40; }
.real-pill.is-in + .rp-arrow .rp-stem { animation: rp-draw .6s .9s var(--ease) forwards; }
.real-pill.is-in + .rp-arrow .rp-head { animation: rp-draw .45s 1.3s var(--ease) forwards; }
.real-pill.is-in + .rp-arrow { animation: rp-bob 1.8s 2s ease-in-out infinite; }
@keyframes rp-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
.real-pill {
  position: relative;
  display: inline-flex; align-items: center; gap: 8px; max-width: none;
  padding: 6px 14px 6px 6px; border-radius: 999px; overflow: hidden; isolation: isolate;
  background: rgba(255, 255, 255, .7); -webkit-backdrop-filter: blur(14px) saturate(1.7); backdrop-filter: blur(14px) saturate(1.7);
  box-shadow: 0 8px 22px -12px rgba(16, 35, 60, .45), inset 0 0 0 1px rgba(255, 255, 255, .65);
  font: 600 13.5px/1 var(--font-body); color: var(--ink); white-space: nowrap; cursor: default;
  opacity: 0; transform: translateY(-6px) scale(.96);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.real-pill.is-in { opacity: 1; transform: none; }
.real-pill::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, .85) 50%, transparent 70%);
  transform: translateX(-120%);
}
.real-pill.is-in::before { animation: rp-shine 5.5s 1.4s ease-in-out infinite; }
.rp-icon { position: relative; width: 22px; height: 22px; border-radius: 50%; background: var(--c); display: grid; place-items: center; flex: none; }
.rp-icon::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--c); opacity: 0; }
.real-pill.is-in .rp-icon::after { animation: rp-ping 2.8s 1.2s cubic-bezier(.2, .6, .3, 1) infinite; }
.rp-icon svg { width: 14px; height: 14px; fill: none; stroke: #fff; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.rp-check { stroke-dasharray: 16; stroke-dashoffset: 16; }
.real-pill.is-in .rp-check { animation: rp-draw .7s .35s var(--ease) forwards; }
.rp-more { display: inline-flex; gap: 6px; max-width: 0; opacity: 0; overflow: hidden; color: var(--muted); font-weight: 500; transition: max-width .55s var(--ease), opacity .35s; }
.real-pill:hover .rp-more, .real-pill:focus-visible .rp-more, .real-pill.open .rp-more { max-width: 360px; opacity: 1; }
.real-pill:focus-visible { outline: 2px solid var(--c); outline-offset: 2px; }
@keyframes rp-draw { to { stroke-dashoffset: 0; } }
@keyframes rp-ping { 0% { transform: scale(1); opacity: .55; } 70%, 100% { transform: scale(2.1); opacity: 0; } }
@keyframes rp-shine { 0% { transform: translateX(-120%); } 30%, 100% { transform: translateX(120%); } }
@media (prefers-reduced-motion: reduce) { .real-pill { opacity: 1; transform: none; } .rp-check, .rp-arrow path { stroke-dashoffset: 0; } }

/* how, faq, request */
section.plain { padding-block: var(--sec); border-top: 1px solid var(--rule); }
.plain h2 { font-size: calc(clamp(30px, 3.4vw, 44px) * var(--head-scale)); line-height: 1.1; margin-bottom: 12px; }
.sub { color: var(--muted); font-size: calc(var(--body-size) * 1.0625); margin: 0; max-width: 46ch; }
.split { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 40px); margin-top: 44px; }
.step { display: grid; gap: 10px; align-content: start; }
.step .n { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--soft); color: var(--accent-strong); margin-bottom: 4px; }
.step .n.dog, .step .n.dogs { background: none; overflow: visible; }
.step .n img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; display: block; box-shadow: 0 0 0 2px var(--page); }
.step .n.dogs { display: flex; width: auto; }  /* home: the three dogs overlapping */
.step .n.dogs img + img { margin-left: -12px; }
.step h3 { font-size: calc(21px * var(--head-scale)); line-height: 1.25; }
.step p { margin: 0; color: var(--muted); }
.paylogos { display: inline-flex; gap: 14px; align-items: center; color: var(--muted); margin-top: 4px; }
.paylogos .logo { height: 26px; width: 26px; }
.star { width: 20px; height: 20px; color: #F5A623; fill: currentColor; stroke: none; }
.step .tgl { color: var(--tg-logo); width: 24px; height: 24px; }
.faq details { border-bottom: 1px solid var(--rule); }
.faq details:first-child { border-top: 1px solid var(--rule); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 2px; font-weight: 600; font-size: calc(var(--body-size) * 1.0625); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ic { transition: transform .35s var(--ease); color: var(--muted); }
.faq details[open] summary .ic { transform: rotate(45deg); }
.faq details p { margin: -4px 2px 20px; color: var(--muted); max-width: 62ch; }
.request { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: end; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.chip { border: 1px solid var(--rule); background: var(--page); color: var(--ink); font: 500 14.5px/1 var(--font-body); padding: 10px 14px; border-radius: 999px; cursor: pointer; transition: background .15s, border-color .15s; }
.chip:hover, .chip[aria-pressed="true"] { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 9%, transparent); }
.field { display: grid; gap: 10px; }
.field label { font-weight: 600; font-size: 15px; }
.field-row { display: flex; gap: 6px; border: 1px solid var(--rule); border-radius: var(--r-button); padding: 5px 5px 5px 16px; background: var(--page); }
.field-row:focus-within { border-color: var(--accent); }
.field-row input { flex: 1; min-width: 0; border: 0; background: none; font: 16px var(--font-body); color: var(--ink); }
.field-row input:focus { outline: none; }
.field-row input::placeholder { color: var(--meta); }
.note-line { font-size: 14px; color: var(--muted); margin: 12px 0 0; min-height: 1.4em; }
footer { padding-block: 32px 48px; color: var(--muted); font-size: 14px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; border-top: 1px solid var(--rule); }
footer a { color: var(--muted); }

/* ---------- multi-page additions ---------- */
.top-actions { display: flex; align-items: center; gap: 10px; }
.lang {
  display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 10px; border-radius: 999px;
  color: var(--ink); text-decoration: none; font: 600 14px/1 var(--font-body); letter-spacing: .02em;
  background: var(--soft); transition: background .2s;
}
.lang:hover { background: color-mix(in srgb, var(--ink) 8%, var(--page)); }

.bots-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 36px; }
.bots-grid.bots-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bot-card {
  display: flex; flex-direction: column; border-radius: calc(var(--r-card) + 8px); overflow: hidden;
  background: color-mix(in srgb, var(--c) 9%, var(--page)); color: var(--ink); text-decoration: none;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.bot-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.bc-img { display: block; aspect-ratio: 16 / 10; background-size: cover; background-position: center; transition: transform .8s var(--ease); }
.bot-card:hover .bc-img { transform: scale(1.03); }
.bc-body { display: flex; flex-direction: column; gap: 10px; padding: clamp(20px, 2.4vw, 28px); flex: 1; }
.bc-title { font: var(--head-weight) calc(24px * var(--head-scale))/1.15 var(--font-head); letter-spacing: -.02em; }
.bc-text { color: var(--muted); }
.bc-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 14px; border-top: 1px solid color-mix(in srgb, var(--ink) 8%, transparent); }
.bc-foot .price { font: var(--head-weight) 20px/1 var(--font-head); }
.bc-foot .price small { font: 500 13px/1 var(--font-body); color: var(--muted); margin-left: 4px; }
.bc-more { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 15px; color: var(--accent-strong); }
.bc-more .ic { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.bot-card:hover .bc-more .ic { transform: translate(2px, -2px); }

footer { display: grid; gap: 14px; }
.f-links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.f-links a { color: var(--ink); text-decoration: none; font-weight: 500; }
.f-links a:hover { color: var(--accent-strong); }
.f-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; }

/* ---------- bot pages: the dog photo lives in the headline card, on every screen (Markuss, 2026-09-22) ----------
   Title and intro sit on a light wash over the photo's own sky colour; the scene fills the bottom edge to edge in its
   own shape (1200x670) and fades in at the top. The phone beside or below it gets a plain tint. */
#flights { --sky: #4690CB; --head-img: image-set(url("img/flights-card.webp") type("image/webp"), url("img/flights-card.jpg") type("image/jpeg")); }
#apartments { --sky: #6C90BC; --head-img: image-set(url("img/apartments-card.webp") type("image/webp"), url("img/apartments-card.jpg") type("image/jpeg")); }
#cars { --sky: #437FB8; --head-img: image-set(url("img/cars-card.webp") type("image/webp"), url("img/cars-card.jpg") type("image/jpeg")); }
.cat .head-card { --pad: clamp(24px, 3vw, 36px); position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; padding: var(--pad) var(--pad) 0; background: var(--sky); }
.cat .head-card::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.93) 0%, rgba(255,255,255,.84) 45%, rgba(255,255,255,.35) 75%, rgba(255,255,255,0) 100%); }
.cat .head-card .head-img { display: block; margin: 8px calc(-1 * var(--pad)) 0; margin-top: auto; aspect-ratio: 1200 / 670; background: var(--head-img) center / cover no-repeat;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%); mask-image: linear-gradient(180deg, transparent 0%, #000 30%); }
.cat .head-card .intro { margin-bottom: 0; }
#flights .stage, #apartments .stage, #cars .stage { background: color-mix(in srgb, var(--c) 9%, var(--page)); }  /* the dog is already in the card */

/* ---------- tablet and phone layout (restored 2026-09-22: lost with the setup drawer in 9a5bc80) ---------- */
@media (max-width: 1080px) {
  .top .cats { display: none; }
}
@media (max-width: 960px) {
  .hero, .cat .grid, .split, .request { grid-template-columns: minmax(0, 1fr); }
  .hero { text-align: left; }
  .lock-wrap { justify-self: center; }
  .cat .col { display: contents; }
  .cat .head-card { order: 1; }
  .cat .stage, .cat.flip .stage { order: 2; }
  .cat .info-card { order: 3; }
  .steps { grid-template-columns: minmax(0, 1fr); }
  .catnav { display: flex; position: sticky; top: 68px; z-index: 40; gap: 6px; overflow-x: auto; padding: 10px 20px; margin-inline: -20px; background: color-mix(in srgb, var(--page) 90%, transparent); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); scrollbar-width: none; }
  .catnav a { flex: none; display: flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px; background: var(--soft); color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 550; }
  .catnav .dot { width: 8px; height: 8px; border-radius: 50%; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 32px); }
  .top .btn { padding: 11px 15px; font-size: 14px; }
  .phone { --w: min(310px, calc(100vw - 64px)); }
  .rp-wrap { width: min(310px, calc(100vw - 64px)); }
  .specs > div { grid-template-columns: minmax(0, 1fr); gap: 4px; }
    .field-row { flex-direction: column; border-radius: 16px; padding: 6px; }
  .field-row input { padding: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .pending { opacity: 1; }
}

@media (max-width: 960px) {
  .bots-grid, .bots-grid.bots-2 { grid-template-columns: minmax(0, 1fr); }
  .catnav a.on { background: var(--ink); color: var(--page); }
}
@media (max-width: 560px) {
  .lang { min-width: 36px; height: 36px; font-size: 13px; }
  .top .brand { font-size: 17px; }
  .catnav { margin-inline: -16px; padding-inline: 16px; }  /* match the 16px phone margin, or the page scrolls sideways */
}

/* ?shot (review screenshots only): skip every animation to its end state */
html.shot *, html.shot *::before, html.shot *::after { animation-duration: 0s !important; animation-delay: 0s !important; transition: none !important; }

/* bot pages: the bento section is the top of the page, its headline is the h1 */
.cat .head-card h1 { font-size: calc(clamp(32px, 3.8vw, 50px) * var(--head-scale)); line-height: 1.06; margin-bottom: 16px; }
.cat.cat-top { padding-top: calc(clamp(20px, 3vw, 40px) * var(--space-k)); }

/* ---------- how it works: sliding highlight card + animated phone ---------- */
.steps { position: relative; isolation: isolate; gap: 12px; }
.steps .step {
  position: relative; z-index: 1; text-align: left; font: inherit; color: inherit; background: none; border: 0; cursor: pointer;
  padding: clamp(18px, 2.2vw, 28px); border-radius: calc(var(--r-card) + 4px);
  opacity: .5; transition: opacity .5s var(--ease);
}
.steps .step:hover { opacity: .8; }
.steps .step.on { opacity: 1; }
.steps .step:focus-visible { outline-offset: -2px; }
.step-hl {
  position: absolute; z-index: 0; left: 0; top: 0; width: 0; height: 0; border-radius: calc(var(--r-card) + 4px);
  background: color-mix(in srgb, var(--accent) 7%, var(--page)); box-shadow: var(--shadow-md);
  transition: transform .7s var(--ease), width .7s var(--ease), height .7s var(--ease); overflow: hidden; pointer-events: none;
}
.step-hl i { position: absolute; left: 22px; right: 22px; bottom: 12px; height: 3px; border-radius: 3px; background: color-mix(in srgb, var(--accent) 18%, transparent); overflow: hidden; }
.step-hl i::after { content: ""; position: absolute; inset: 0; background: var(--accent-strong); transform-origin: left; transform: scaleX(var(--p, 0)); }
.how-demo { display: grid; justify-items: center; margin-top: clamp(28px, 4vw, 48px); padding: clamp(28px, 4vw, 48px) 16px; border-radius: calc(var(--r-card) + 8px);
  background: radial-gradient(90% 70% at 50% 0%, color-mix(in srgb, var(--accent) 10%, var(--page)), var(--soft)); }
.demo-phone { --w: calc(300px * var(--phone-scale)); }
.demo-phone .screen { position: relative; }
.d-feed { gap: 5px; }
.d-msg { max-width: 82%; animation: pop .45s var(--ease) both; font-size: 13px; line-height: 1.35; }
.d-msg.in { align-self: flex-start; }
.d-msg.out { align-self: flex-end; }
.d-msg .b { background: var(--bubble-in); border-radius: 14px; border-bottom-left-radius: 4px; padding: 6px 9px; box-shadow: var(--shadow); }
.d-msg.out .b { background: var(--bubble-out); border-radius: 14px; border-bottom-right-radius: 4px; }
.d-keys { display: grid; grid-template-columns: repeat(var(--n, 2), 1fr); gap: 4px; margin-top: 4px; }
.d-key { display: grid; place-items: center; min-height: 30px; border-radius: 8px; background: rgba(255,255,255,.8); color: var(--accent-strong); font-weight: 600; font-size: 12px; box-shadow: var(--shadow); transition: background .2s, transform .2s; }
.d-key.hit { background: var(--accent-strong); color: #fff; transform: scale(.96); }
.d-sum { background: var(--bubble-in); border-radius: 14px; border-bottom-left-radius: 4px; padding: 9px; box-shadow: var(--shadow); display: grid; gap: 7px; width: 100%; }
.d-sum b { font-size: 13px; }
.d-chips { display: flex; flex-wrap: wrap; gap: 4px; }
.d-chips span { background: var(--soft); border-radius: 7px; padding: 4px 7px; font-size: 11.5px; font-weight: 600; }
.d-fit { display: flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 600; background: #EAF7EF; border-radius: 8px; padding: 6px 8px; }
.d-fit::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #2FA36B; }
.d-sheet { position: absolute; inset: 0; z-index: 6; display: flex; align-items: flex-end; background: rgba(10, 16, 24, 0); pointer-events: none; transition: background .45s; }
.d-sheet.open { background: rgba(10, 16, 24, .35); }
.d-sheet .sh { width: 100%; background: var(--page); border-radius: 22px 22px 0 0; padding: 14px 14px 26px; display: grid; gap: 10px; justify-items: center; text-align: center; transform: translateY(105%); transition: transform .55s var(--ease); }
.d-sheet.open .sh { transform: none; }
.d-sheet .grab { width: 36px; height: 4px; border-radius: 4px; background: var(--rule); }

.d-sheet .sh b { font-size: 15px; }
.d-sheet .sh small { color: var(--muted); font-size: 12px; }
.d-sheet .price { font: 700 22px/1 var(--font-head); }
.d-pay { width: 100%; min-height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; gap: 6px; background: var(--accent-strong); color: #fff; font-weight: 600; font-size: 14px; transition: background .35s, transform .2s; }
.d-pay.hit { transform: scale(.97); }
.d-pay.paid { background: #2FA36B; }
.d-pay .ic { width: 18px; height: 18px; stroke-width: 2.6; }
.d-sheet .paylogos .logo { width: 16px; height: 16px; }
.d-banner { position: absolute; z-index: 7; left: 8px; right: 8px; top: calc(var(--w) * .03); display: grid; grid-template-columns: 30px minmax(0, 1fr) 36px; gap: 8px; align-items: center;
  padding: 9px 10px; border-radius: 16px; background: rgba(255,255,255,.86); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); box-shadow: 0 10px 24px -10px rgba(16,35,60,.4);
  font-size: 11.5px; line-height: 1.3; transform: translateY(-140%); opacity: 0; transition: transform .6s var(--ease), opacity .4s; }
.d-banner.show { transform: none; opacity: 1; }
.d-banner .app { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; }
.d-banner .app .logo { width: 30px; height: 30px; color: var(--tg-logo); }
.d-banner b { display: block; font-size: 12px; }
.d-banner img { width: 36px; height: 36px; border-radius: 7px; object-fit: cover; }
.d-alert .prev img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; margin-top: 4px; }
.d-alert .k { margin-top: 4px; }
.d-tap { position: absolute; z-index: 9; width: 30px; height: 30px; margin: -15px 0 0 -15px; border-radius: 50%; background: rgba(22, 114, 181, .28); box-shadow: 0 0 0 2px rgba(255,255,255,.8);
  opacity: 0; transform: scale(.5); transition: left .45s var(--ease), top .45s var(--ease), opacity .2s, transform .2s; pointer-events: none; }
.d-tap.show { opacity: 1; transform: scale(1); }
.d-tap.press { transform: scale(.7); }
@media (max-width: 960px) {
  .steps { gap: 8px; }
}
@media (prefers-reduced-motion: reduce) { .step-hl i { display: none; } }
.d-msg.d-wide { max-width: 92%; width: 92%; }
.d-msg .k { display: flex; align-items: center; justify-content: center; gap: 4px; margin-top: 4px; min-height: 28px; border-radius: 8px; background: rgba(255,255,255,.8); color: var(--accent-strong); font-weight: 600; font-size: 12px; box-shadow: var(--shadow); }
.d-msg .k .ic { width: 13px; height: 13px; }
.d-alert .prev { display: grid; gap: 1px; padding: 4px 7px 6px; border-left: 3px solid var(--c-apartments); border-radius: 6px; background: color-mix(in srgb, var(--c-apartments) 9%, var(--bubble-in)); }
.d-alert .site { color: color-mix(in srgb, var(--c-apartments) 70%, var(--ink)); font-weight: 650; font-size: 11.5px; }
.d-alert p { margin: 3px 0 0; }
.d-alert .big { font-weight: 700; }
.d-alert .dim { color: var(--muted); }
.d-sheet .sh > .star { width: 34px; height: 34px; }
.d-sheet .d-pay .star { width: 16px; height: 16px; color: #FFD66B; }

/* how it works: phone left, steps stacked on the right */
.how-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: center; margin-top: 40px; }
.how-grid .how-demo { margin-top: 0; }
.how-grid .steps { grid-template-columns: minmax(0, 1fr); margin-top: 0; gap: 10px; }
.how-grid .step-hl i { left: 28px; right: 28px; }
@media (max-width: 960px) {
  .how-grid { grid-template-columns: minmax(0, 1fr); }
}
.d-key { padding: 0 4px; white-space: nowrap; font-size: 11.5px; }

/* ---------- hero inside an inset photo card ---------- */
.hero-card {
  position: relative; isolation: isolate; overflow: hidden;
  margin: 4px calc(50% - (100vw - var(--panel-w, 0px)) / 2 + 16px) 0; border-radius: calc(var(--r-card) + 12px);
  background: var(--soft) var(--hero-img) var(--hero-pos, 100%) center / cover no-repeat;  /* the dog sits at the far right, beside the phone */
}
.hero-card::before {  /* soft light wash on the text side so the headline stays readable on any photo */
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.55) 38%, rgba(255,255,255,0) 68%);
  opacity: var(--hero-wash, 1);
}
.hero-card .hero { width: min(var(--maxw), 100% - 48px); margin-inline: auto; padding-block: calc(clamp(40px, 6vw, 88px) * var(--space-k)); }
.hero-card .stack-hint { color: color-mix(in srgb, var(--ink) 70%, transparent); }
main > .hero-card + * { margin-top: 0; }
@media (max-width: 960px) {
  .hero-card::before { background: linear-gradient(180deg, rgba(255,255,255,.85) 0%, rgba(255,255,255,.6) 45%, rgba(255,255,255,.1) 75%); }
  /* stacked hero: the whole photo sits at the bottom, under the phone, so the dog is never behind the text;
     above it the card is the photo's own sky blue */
  .hero-card { background: #2D7CB5 var(--hero-img-m, var(--hero-img)) center bottom / 100% auto no-repeat; }  /* hero-m: 1280 px, enough for any phone */
  .hero-card .hero { padding-bottom: 44vw; }
}
@media (max-width: 560px) {
  .hero-card { margin-inline: calc(50% - (100vw - var(--panel-w, 0px)) / 2 + 10px); border-radius: calc(var(--r-card) + 4px); }
  .hero-card .hero { width: calc(100% - 32px); }
}

/* how it works: phone stands on its own, no background card */
.how-demo { background: none; padding: 0; }
.hero-card .stack-hint { display: table; margin: 18px auto 0; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.72); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); color: var(--muted); }

/* =====================================================================
   Telegram for iPhone, one-to-one (Telegram 12 "glass" design, default day theme, iPhone 15 Pro)
   Every size is in iPhone points: calc(N * var(--u)). Values from Telegram-iOS:
   text 17pt, bubble corners 16/8pt, text insets 6/11pt, photo inset 2pt, time 11pt,
   inline buttons 42pt high with 2pt gaps, input controls 40pt, Menu button #0088FF.
   ===================================================================== */
.phone { --u: calc(var(--w) * .94 / 393); height: calc(var(--w) * .94 * 852 / 393 + var(--w) * .06); }
.phone .screen { border-radius: calc(55 * var(--u)); clip-path: inset(0 round calc(55 * var(--u))); }  /* clip-path also clips the backdrop blurs */
.phone .island { top: calc(11 * var(--u)); width: calc(125 * var(--u)); height: calc(37 * var(--u)); }
.ios-status { position: absolute; z-index: 8; top: 0; left: 0; right: 0; height: calc(54 * var(--u)); display: flex; align-items: center; justify-content: space-between;
  padding: calc(3 * var(--u)) calc(33 * var(--u)) 0 calc(52 * var(--u)); color: #000; font: 600 calc(17 * var(--u))/1 -apple-system, "SF Pro Text", system-ui, sans-serif; letter-spacing: -.01em; pointer-events: none; }
.ios-time { min-width: calc(40 * var(--u)); text-align: center; }
.ios-icons { display: flex; align-items: center; gap: calc(6 * var(--u)); }
.ios-icons svg { fill: currentColor; display: block; }
.i-sig { width: calc(18 * var(--u)); height: calc(12 * var(--u)); }
.i-wifi { width: calc(16 * var(--u)); height: calc(12 * var(--u)); }
.i-bat { width: calc(27 * var(--u)); height: calc(13 * var(--u)); }
.ios-home { position: absolute; z-index: 9; left: 50%; bottom: calc(8 * var(--u)); translate: -50% 0; width: calc(139 * var(--u)); height: calc(5 * var(--u)); border-radius: 9px; background: #000; pointer-events: none; }

/* chat screen: wallpaper everywhere, glass controls float over it */
.screen.tg {
  display: block; position: relative; color: #000;
  font: 400 calc(17 * var(--u))/calc(22 * var(--u)) -apple-system, "SF Pro Text", system-ui, "Helvetica Neue", sans-serif; letter-spacing: -.01em;
  background:  /* Telegram's default wallpaper: 4-colour gradient #DBDDBB, #6BA587, #D5D88D, #88B884 */
    radial-gradient(70% 50% at 10% 10%, #DBDDBB 0%, transparent 72%),
    radial-gradient(65% 50% at 95% 30%, #6BA587 0%, transparent 72%),
    radial-gradient(70% 50% at 15% 75%, #D5D88D 0%, transparent 72%),
    radial-gradient(65% 55% at 90% 95%, #88B884 0%, transparent 72%),
    #A9C79A;
}
.screen.tg::before { content: ""; position: absolute; inset: 0; background-image: var(--doodles-tg); background-size: calc(260 * var(--u)) calc(260 * var(--u)); opacity: .12; pointer-events: none; }
.tg-feed { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: calc(10 * var(--u));
  padding: calc(140 * var(--u)) 0 calc(80 * var(--u)); overflow: hidden; }
/* soft blur where content slides under the floating header and input (Telegram's edge effect) */
.tg-edge { position: absolute; z-index: 3; left: 0; right: 0; pointer-events: none; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.tg-edge.top { top: 0; height: calc(128 * var(--u)); background: linear-gradient(rgba(214, 222, 186, .92) 35%, rgba(214, 222, 186, 0)); -webkit-mask: linear-gradient(#000 60%, transparent); mask: linear-gradient(#000 60%, transparent); }
.tg-edge.bottom { bottom: 0; height: calc(84 * var(--u)); -webkit-mask: linear-gradient(transparent, #000 55%); mask: linear-gradient(transparent, #000 55%); }

/* glass: translucent white, bright rim, soft shadow */
.glass { background: rgba(255, 255, 255, .66); -webkit-backdrop-filter: blur(18px) saturate(1.8); backdrop-filter: blur(18px) saturate(1.8);
  box-shadow: inset 0 0 0 calc(.7 * var(--u)) rgba(255, 255, 255, .85), inset 0 calc(1 * var(--u)) calc(1 * var(--u)) rgba(255, 255, 255, .7), 0 calc(1 * var(--u)) calc(3 * var(--u)) rgba(0, 0, 0, .08), 0 calc(6 * var(--u)) calc(16 * var(--u)) rgba(0, 0, 0, .06); }

/* header: back + unread, title pill, avatar */
.tg-top { position: absolute; z-index: 6; top: calc(56 * var(--u)); left: calc(16 * var(--u)); right: calc(16 * var(--u)); height: calc(44 * var(--u)); display: flex; align-items: center; justify-content: space-between; }
.tg-backb { height: calc(44 * var(--u)); border-radius: 99px; display: flex; align-items: center; gap: calc(5 * var(--u)); padding: 0 calc(9 * var(--u)) 0 calc(14 * var(--u)); color: #000; }
.i-chev { width: calc(11 * var(--u)); height: calc(19 * var(--u)); }
.tg-unread { min-width: calc(22 * var(--u)); height: calc(22 * var(--u)); padding: 0 calc(6.5 * var(--u)); border-radius: 99px; display: grid; place-items: center; background: rgba(0, 0, 0, .78); color: #fff; font: 600 calc(14 * var(--u))/1 -apple-system, system-ui, sans-serif; }
.tg-titlep { position: absolute; left: 50%; translate: -50% 0; width: max-content; height: calc(44 * var(--u)); max-width: calc(210 * var(--u)); border-radius: 99px; padding: 0 calc(18 * var(--u)); display: grid; place-content: center; text-align: center; white-space: nowrap; }
.tg-titlep b { font-size: calc(17 * var(--u)); line-height: calc(20 * var(--u)); font-weight: 600; letter-spacing: -.02em; overflow: hidden; text-overflow: ellipsis; }
.tg-titlep small { font-size: calc(13 * var(--u)); line-height: calc(16 * var(--u)); color: rgba(0, 0, 0, .5); }
.tg-ava { width: calc(44 * var(--u)); height: calc(44 * var(--u)); border-radius: 50%; display: grid; place-items: center; color: #fff; flex: none;
  background: linear-gradient(180deg, color-mix(in srgb, var(--c) 72%, #fff), var(--c)); box-shadow: 0 0 0 calc(1.5 * var(--u)) rgba(255, 255, 255, .7), 0 calc(2 * var(--u)) calc(8 * var(--u)) rgba(0, 0, 0, .1); }
.tg-ava .ic { width: 50%; height: 50%; stroke-width: 2; }
.tg-ava img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; }
.tg-date { position: absolute; z-index: 5; top: calc(110 * var(--u)); left: 50%; translate: -50% 0; padding: calc(2.5 * var(--u)) calc(8 * var(--u)); border-radius: 99px;
  background: rgba(58, 92, 50, .3); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); color: #fff; font: 600 calc(13 * var(--u))/calc(16 * var(--u)) -apple-system, system-ui, sans-serif; }

/* input: bot Menu button, attach, message field with sticker icon, microphone */
.tg-bottom { position: absolute; z-index: 6; left: calc(12 * var(--u)); right: calc(12 * var(--u)); bottom: calc(26 * var(--u)); display: flex; align-items: center; gap: calc(6 * var(--u)); color: rgba(0, 0, 0, .78); }
.tg-menub { flex: none; height: calc(40 * var(--u)); border-radius: 99px; display: flex; align-items: center; gap: calc(3 * var(--u)); padding: 0 calc(14 * var(--u)) 0 calc(7 * var(--u));
  background: #0088FF; color: #fff; font: 600 calc(16 * var(--u))/1 -apple-system, system-ui, sans-serif; box-shadow: inset 0 0 0 calc(.7 * var(--u)) rgba(255, 255, 255, .35), 0 calc(2 * var(--u)) calc(8 * var(--u)) rgba(0, 80, 160, .25); }
.i-menu { width: calc(26 * var(--u)); height: calc(26 * var(--u)); }
.tg-round { flex: none; width: calc(40 * var(--u)); height: calc(40 * var(--u)); border-radius: 50%; display: grid; place-items: center; }
.tg-round svg { width: calc(24 * var(--u)); height: calc(24 * var(--u)); }
.tg-fieldp { flex: 1; min-width: 0; height: calc(40 * var(--u)); border-radius: 99px; display: flex; align-items: center; justify-content: space-between; padding: 0 calc(9 * var(--u)) 0 calc(15 * var(--u)); color: rgba(60, 60, 67, .55); background: rgba(255, 255, 255, .8); }
.tg-fieldp svg { width: calc(24 * var(--u)); height: calc(24 * var(--u)); color: rgba(0, 0, 0, .5); flex: none; }
.screen.tg.fresh .tg-bottom { opacity: 0; }
.tg-start { position: absolute; z-index: 6; left: calc(16 * var(--u)); right: calc(16 * var(--u)); bottom: calc(26 * var(--u)); height: calc(50 * var(--u)); border-radius: 99px; display: grid; place-items: center;
  color: #0088FF; font: 600 calc(17 * var(--u))/1 -apple-system, system-ui, sans-serif; opacity: 0; pointer-events: none; transition: opacity .3s, transform .2s; }
.screen.tg.fresh .tg-start { opacity: 1; }
.tg-start.hit { transform: scale(.97); }

/* messages */
.tg-msg { position: relative; display: flex; flex-direction: column; gap: calc(2 * var(--u)); }
.tg-msg.in { align-self: flex-start; margin-left: calc(9 * var(--u)); width: min(calc(306 * var(--u)), calc(100% - 50 * var(--u))); }
.tg-msg.out { align-self: flex-end; margin-right: calc(9 * var(--u)); max-width: calc(300 * var(--u)); }
.tg-msg.pending { opacity: 0; }
.tg-msg.arrive { animation: tg-in .45s var(--ease) both; }
@keyframes tg-in { from { opacity: 0; transform: translateY(calc(18 * var(--u))) scale(.98); } }
.tg-bub { position: relative; background: #fff; border-radius: calc(16 * var(--u)); filter: drop-shadow(0 calc(.5 * var(--u)) calc(.4 * var(--u)) rgba(0, 0, 0, .16)); }
.tg-msg.in .tg-bub { border-bottom-left-radius: 0; width: fit-content; max-width: 100%; }
.tg-msg.in .tg-bub.has-photo { width: 100%; }
.tg-msg.out .tg-bub { background: #E1FFC7; border-bottom-right-radius: 0; }
/* the tail: Telegram's shape (ChatMessageBubbleImages), 4.75 x 8.5pt at the bottom corner */
.tg-bub::after { content: ""; position: absolute; bottom: 0; width: calc(4.75 * var(--u)); height: calc(8.5 * var(--u)); background: inherit; }
.tg-msg.in .tg-bub::after { left: calc(-4.7 * var(--u)); clip-path: polygon(100% 0, 91.6% 32.1%, 83.4% 45.1%, 74.9% 54.7%, 66.7% 62.6%, 58.3% 69.3%, 50.1% 75.2%, 41.7% 80.5%, 33.3% 85.2%, 25.1% 89.4%, 16.6% 93.3%, 8.4% 96.8%, 0 100%, 100% 100%); }
.tg-msg.out .tg-bub::after { right: calc(-4.7 * var(--u)); clip-path: polygon(0 0, 8.4% 32.1%, 16.6% 45.1%, 25.1% 54.7%, 33.3% 62.6%, 41.7% 69.3%, 49.9% 75.2%, 58.3% 80.5%, 66.7% 85.2%, 74.9% 89.4%, 83.4% 93.3%, 91.6% 96.8%, 100% 100%, 0 100%); }
/* grouping, like Telegram: bubbles in a row from the same sender get 8pt corners where they meet; only the last one has a tail.
   A message with inline buttons has no tail: the buttons are its bottom edge. */
.tg-msg.in + .tg-msg.in { margin-top: calc(-8 * var(--u)); }
.tg-msg.in + .tg-msg.in .tg-bub { border-top-left-radius: calc(8 * var(--u)); }
.tg-msg.in:has(+ .tg-msg.in) .tg-bub, .tg-msg.in:has(.tg-kbd) .tg-bub { border-bottom-left-radius: calc(8 * var(--u)); }
.tg-msg.in:has(+ .tg-msg.in) .tg-bub::after, .tg-msg.in:has(.tg-kbd) .tg-bub::after { display: none; }
.tg-msg.in:has(.tg-kbd) .tg-bub { border-bottom-right-radius: calc(8 * var(--u)); }
/* symbol emoji (⏸ ✈ ⚙): force the colour emoji font, as Telegram does; digits and text stay in the system font */
.emo { font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif; }
.tg-photo { display: block; width: calc(100% - 4 * var(--u)); margin: calc(2 * var(--u)) calc(2 * var(--u)) 0; aspect-ratio: 1000 / 523; object-fit: cover; border-radius: calc(14 * var(--u)) calc(14 * var(--u)) 0 0; background: #E8ECF0; }
.tg-text { padding: calc(6 * var(--u)) calc(11 * var(--u)) calc(6 * var(--u)); overflow-wrap: anywhere; }
.tg-text b { font-weight: 600; }
.tg-text .tl { color: #004BAD; }
/* the time sits in the bottom-right corner; an invisible spacer of its width ends the text, so a full last line pushes it onto its own line */
.tg-text { position: relative; }
.tg-sp { display: inline-block; width: calc(42 * var(--u)); height: 1px; }
.tg-msg.out .tg-sp { width: calc(60 * var(--u)); }
.tg-time { position: absolute; right: calc(11 * var(--u)); bottom: calc(5 * var(--u)); display: inline-flex; align-items: center; gap: calc(2 * var(--u));
  font: 400 calc(11 * var(--u))/calc(13 * var(--u)) -apple-system, system-ui, sans-serif; color: rgba(82, 82, 82, .6); font-variant-numeric: tabular-nums; letter-spacing: 0; }
.tg-msg.out .tg-time { color: rgba(0, 140, 9, .8); }
.i-chk { width: calc(17 * var(--u)); height: calc(11 * var(--u)); }
/* inline keyboard: 42pt rows, 2pt gaps, 8pt corners, the last row rounds to the bubble's 16pt */
.tg-kbd { display: grid; gap: calc(2 * var(--u)); }
.tg-row { display: flex; gap: calc(2 * var(--u)); }
.tg-key { position: relative; flex: 1; min-width: 0; height: calc(42 * var(--u)); display: grid; place-items: center; text-align: center; padding: 0 calc(16 * var(--u)); border-radius: calc(8 * var(--u));
  background: rgba(58, 92, 50, .3); -webkit-backdrop-filter: blur(10px) saturate(1.3); backdrop-filter: blur(10px) saturate(1.3);
  color: #fff; font: 500 calc(16 * var(--u))/1.1 -apple-system, system-ui, sans-serif; letter-spacing: -.01em; text-decoration: none; }
.tg-key > span { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tg-row:last-child .tg-key { border-bottom-left-radius: calc(16 * var(--u)); border-bottom-right-radius: calc(16 * var(--u)); }
.i-arr { position: absolute; top: calc(4 * var(--u)); right: calc(4 * var(--u)); width: calc(12 * var(--u)); height: calc(12 * var(--u)); }
a.tg-key:hover { background: rgba(58, 92, 50, .42); }

/* in-app notification banner (how it works, step 3) */
.d-banner { left: calc(8 * var(--u)); right: calc(8 * var(--u)); top: calc(56 * var(--u)); grid-template-columns: calc(38 * var(--u)) minmax(0, 1fr) calc(38 * var(--u)); gap: calc(10 * var(--u));
  padding: calc(12 * var(--u)) calc(14 * var(--u)); border-radius: calc(24 * var(--u)); background: rgba(255, 255, 255, .72); -webkit-backdrop-filter: blur(20px) saturate(1.8); backdrop-filter: blur(20px) saturate(1.8);
  font: 400 calc(15 * var(--u))/calc(19 * var(--u)) -apple-system, system-ui, sans-serif; color: #000; }
.d-banner .tg-ava { width: calc(38 * var(--u)); height: calc(38 * var(--u)); box-shadow: none; }
.d-banner b { display: block; font-size: calc(15 * var(--u)); font-weight: 600; }
.d-banner > span:nth-child(2) { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.d-banner img { width: calc(38 * var(--u)); height: calc(38 * var(--u)); border-radius: calc(6 * var(--u)); }
.d-tap { z-index: 10; }

/* ---------- iOS lock screen ---------- */
.lock .screen { display: block; }
.lock .ios-status { color: #1B2530; }
.clock { position: absolute; left: 0; right: 0; top: calc(66 * var(--u)); margin: 0; text-align: center; color: rgba(22, 32, 44, .88); }
.clock .d { font: 600 calc(21 * var(--u))/1.2 -apple-system, "SF Pro Display", system-ui, sans-serif; opacity: 1; }
.clock .t { font: 700 calc(104 * var(--u))/1 -apple-system, "SF Pro Display", system-ui, sans-serif; letter-spacing: -.035em; margin-top: calc(2 * var(--u)); }
.stack { top: calc(262 * var(--u)); padding: 0 calc(12 * var(--u)); }
.note { grid-template-columns: calc(38 * var(--u)) minmax(0, 1fr) auto; gap: calc(10 * var(--u)); padding: calc(13 * var(--u)) calc(14 * var(--u));
  border-radius: calc(24 * var(--u)); background: rgba(255, 255, 255, .6); -webkit-backdrop-filter: blur(24px) saturate(1.8); backdrop-filter: blur(24px) saturate(1.8);
  box-shadow: 0 calc(4 * var(--u)) calc(16 * var(--u)) rgba(20, 30, 50, .08); color: #000; font-family: -apple-system, "SF Pro Text", system-ui, sans-serif; }
.note + .note { margin-top: calc(8 * var(--u)); }
.n-ava { position: relative; width: calc(38 * var(--u)); height: calc(38 * var(--u)); }
.n-ava .tg-ava { width: 100%; height: 100%; box-shadow: none; }
.n-app { position: absolute; right: calc(-3 * var(--u)); bottom: calc(-3 * var(--u)); width: calc(17 * var(--u)); height: calc(17 * var(--u)); border-radius: 50%; background: #fff; display: grid; place-items: center; }
.n-app .logo { width: calc(17 * var(--u)); height: calc(17 * var(--u)); color: var(--tg-logo); }
.n-main { min-width: 0; }
.n-top { display: flex; justify-content: space-between; gap: calc(8 * var(--u)); font-size: calc(15 * var(--u)); line-height: calc(20 * var(--u)); }
.n-top b { font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.n-top time { color: rgba(60, 60, 67, .6); font-size: calc(13 * var(--u)); white-space: nowrap; }
.n-body { font-size: calc(15 * var(--u)); line-height: calc(20 * var(--u)); margin-top: 0; -webkit-line-clamp: 4; }
.note .n-img { width: calc(38 * var(--u)); height: calc(38 * var(--u)); border-radius: calc(6 * var(--u)); object-fit: cover; grid-column: 3; grid-row: 1; align-self: center; margin: 0; }
.lock-btn { position: absolute; z-index: 4; bottom: calc(48 * var(--u)); width: calc(50 * var(--u)); height: calc(50 * var(--u)); border-radius: 50%; display: grid; place-items: center; color: #fff;
  background: rgba(30, 40, 50, .22); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.lock-btn.l { left: calc(46 * var(--u)); } .lock-btn.r { right: calc(46 * var(--u)); }
.lock-btn svg { width: calc(22 * var(--u)); height: calc(22 * var(--u)); }
.lock .dock { display: none; }

/* Telegram Stars subscription sheet */
.d-sheet .sh { gap: 8px; padding: 10px 16px 24px; border-radius: 14px 14px 0 0; }
.sh-top { width: 100%; display: flex; justify-content: space-between; align-items: center; color: rgba(60, 60, 67, .6); font-size: 11.5px; }
.sh-x .ic { width: 20px; height: 20px; }
.sh-bal { display: grid; justify-items: end; line-height: 1.15; }
.sh-bal b { display: inline-flex; align-items: center; gap: 2px; color: #000; font-size: 12.5px; }
.sh-bal .star { width: 13px; height: 13px; }
.sh-av { position: relative; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(180deg, #FFA968, #EF7D3C); margin-top: 2px; }
.sh-av .ic { width: 28px; height: 28px; }
.sh-av i { position: absolute; right: -4px; bottom: -3px; width: 24px; height: 24px; border-radius: 50%; background: #fff; display: grid; place-items: center; }
.sh-av i .star { width: 18px; height: 18px; }
.d-sheet .sh-title { font-size: 15.5px; font-weight: 700; color: #000; }
.d-sheet .sh small { font-size: 12px; line-height: 1.35; max-width: 32ch; }
.d-sheet .d-pay { background: #007AFF; border-radius: 11px; min-height: 42px; font-size: 13.5px; }
.d-sheet .d-pay .star { width: 15px; height: 15px; color: #FFD66B; }
.d-sheet .sh-terms { font-size: 10.5px !important; color: rgba(60, 60, 67, .5); }
.d-toast { position: absolute; z-index: 8; left: 10px; right: 10px; top: calc(var(--w) * .17); display: flex; gap: 10px; align-items: center; padding: 10px 12px; border-radius: 14px; background: rgba(30, 30, 30, .82); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); color: #fff; font-size: 12px; line-height: 1.3; transform: translateY(-12px); opacity: 0; transition: transform .45s var(--ease), opacity .35s; }
.d-toast.show { transform: none; opacity: 1; }
.d-toast .star { width: 24px; height: 24px; flex: none; }
.d-toast b { display: block; font-size: 12.5px; }

/* hero lock screen: alerts arrive from the top and the oldest slides out */
.stack { gap: 0; }
.note { transition: margin-top .45s var(--ease), transform .45s var(--ease), opacity .35s; }
.note.arriving { opacity: 0; transform: translateY(-14px) scale(.96); }
.note.leaving { opacity: 0; transform: scale(.94); }

/* ---------- the phone is the bot: type into it (site/phone.js) ---------- */
.tg-in { flex: 1; min-width: 0; height: 100%; border: 0; background: transparent; padding: 0; color: #000; font: 400 calc(17 * var(--u))/1.2 -apple-system, "SF Pro Text", system-ui, sans-serif; letter-spacing: -.01em; outline: none; }
.tg-in::placeholder { color: rgba(60, 60, 67, .55); }
.tg-fieldp:focus-within { box-shadow: inset 0 0 0 calc(.7 * var(--u)) rgba(255, 255, 255, .85), 0 0 0 calc(2 * var(--u)) rgba(0, 136, 255, .35); }
.tg-send { display: none; flex: none; width: calc(40 * var(--u)); height: calc(40 * var(--u)); border: 0; padding: 0; border-radius: 50%; background: #0088FF; color: #fff; place-items: center; cursor: pointer; box-shadow: 0 calc(2 * var(--u)) calc(8 * var(--u)) rgba(0, 80, 160, .3); }
.tg-send svg { width: calc(22 * var(--u)); height: calc(22 * var(--u)); }
.phone.has-text .tg-send { display: grid; }
.phone.has-text .tg-bottom > .tg-round:last-of-type { display: none; }
.phone.chatting .tg-feed { overflow-y: auto; justify-content: flex-start; scrollbar-width: none; overscroll-behavior: contain; padding-top: calc(146 * var(--u)); padding-bottom: calc(82 * var(--u)); }
.phone.chatting .tg-feed::-webkit-scrollbar { display: none; }
.phone.chatting .tg-feed > :first-child { margin-top: auto; }
.phone .tg-key[role="button"], .phone a.tg-key { cursor: pointer; }
.phone .tg-key[role="button"]:hover { background: rgba(58, 92, 50, .42); }
.phone .tg-key.wait { opacity: .55; }
.tg-titlep small.typing { color: #0088FF; }
.tg-text a.tl { color: #004BAD; text-decoration: none; }
/* "type what you're looking for": floats over the idle phone */
.try-hint { position: absolute; z-index: 12; left: 50%; bottom: calc(92 * var(--u) + var(--w) * .03); translate: -50% 0; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  padding: 9px 14px 9px 12px; border: 0; border-radius: 999px; background: #0088FF; color: #fff; font: 600 13.5px/1 var(--font-body); cursor: pointer;
  box-shadow: 0 8px 20px -6px rgba(0, 80, 160, .5); animation: hint-bob 2.4s var(--ease) infinite; }
.try-hint svg { width: 14px; height: 14px; flex: none; }
@keyframes hint-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4px); } }
@media (prefers-reduced-motion: reduce) { .try-hint { animation: none; } }
.examples li[role="button"] { cursor: pointer; transition: background .2s, transform .2s var(--ease); }
.examples li[role="button"]:hover { background: color-mix(in srgb, var(--c) 18%, var(--page)); transform: translateY(-1px); }
/* on phones the chat opens full screen, like opening the chat in Telegram */
.phone.full { position: fixed; z-index: 1000; left: 0; top: 0; width: 100vw; height: 100dvh; margin: 0; padding: 0; border-radius: 0; box-shadow: none; --w: calc(100vw / .94); background: #A9C79A; }
.phone.full::before, .phone.full .island, .phone.full .ios-status, .phone.full .ios-home, .phone.full .try-hint { display: none; }
.phone.full .screen { border-radius: 0; clip-path: none; height: 100%; }
.phone.full .tg-top { top: calc(env(safe-area-inset-top, 0px) + 8px); }
.phone.full .tg-date { top: calc(env(safe-area-inset-top, 0px) + 62px); }
.phone.full .tg-edge.top { height: calc(env(safe-area-inset-top, 0px) + 80px); }
.phone.full .tg-feed { padding-top: calc(env(safe-area-inset-top, 0px) + 92px); padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 64px); }
.phone.full .tg-bottom { bottom: calc(env(safe-area-inset-bottom, 0px) + 8px); }
.phone.full .tg-in { font-size: max(16px, calc(17 * var(--u))); }  /* 16px+ or iOS zooms the page when typing */
html.phone-full, html.phone-full body { overflow: hidden; }
/* guided questions: calendar, weekday labels and blanks (not tappable), multi-pick keyboards */
.tg-key.dim { background: rgba(58, 92, 50, .14); color: rgba(255, 255, 255, .85); cursor: default; }
.tg-key.wide { flex: 5; }
.tg-msg.cal .tg-key { height: calc(36 * var(--u)); padding: 0; font-size: calc(15 * var(--u)); border-radius: calc(6 * var(--u)); }
.tg-msg.cal .tg-row:last-child .tg-key { height: calc(42 * var(--u)); font-size: calc(16 * var(--u)); }
.tg-msg .tg-kbd .tg-row:has(> .tg-key:nth-child(3)) .tg-key { padding: 0 calc(6 * var(--u)); }
/* bot pages: the step cards beside the bot phone follow the conversation (no timer bar) */
.steps.static .step-hl i { display: none; }
/* a date between messages, like Telegram's ("29. septembris") */
.tg-sep { align-self: center; display: flex; justify-content: center; }
.tg-sep span { padding: calc(2.5 * var(--u)) calc(8 * var(--u)); border-radius: 99px; background: rgba(58, 92, 50, .3); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); color: #fff; font: 600 calc(13 * var(--u))/calc(16 * var(--u)) -apple-system, system-ui, sans-serif; }

/* privacy policy */
.legal { max-width: 720px; }
.legal h1 { font-size: calc(clamp(32px, 3.8vw, 46px) * var(--head-scale)); margin-bottom: 8px; }
.legal h2 { font-size: 21px; margin: 32px 0 8px; }
.legal p { color: var(--muted); margin: 0 0 10px; }
.legal mark.tbd { background: #FFE8A3; color: var(--ink); border-radius: 4px; padding: 0 4px; }
