/* ==========================================================================
   Online Food Orders — design system
   Light and warm. Palette sampled from the OFO logo:
     indigo #1C1462 (wordmark, chef)   sky #29ABE3 (spoon arc)
     orange #F7941F (fork arc)         grey #737373 (tagline)
   Bright sky and orange fail as text on white (2.6:1 and 2.3:1), so they are
   used for fills, rings and icons, with darker partners for any text:
     sky-ink #0A6690 (6.3:1)  orange-ink #9A4E00 (6.1:1)
   Orange buttons carry indigo text (7:1). Neutrals lean toward the indigo.
   ========================================================================== */

:root {
  --scale: 1;

  --indigo: #1c1462;
  --ink: #47445f;
  --muted: #5f5c78;
  --line: #e7e5f0;
  --line-2: #d8d5e8;
  --field: #8a86a3;

  --sky: #29abe3;
  --sky-ink: #0a6690;
  --sky-50: #f0f8fd;
  --sky-100: #e1f2fb;
  --sky-200: #c6e7f7;

  --orange: #f7941f;
  --orange-hover: #ffa940;
  --orange-ink: #9a4e00;
  --orange-50: #fff5e9;
  --orange-100: #ffebd3;

  --indigo-50: #f3f2f9;
  --cream: #fffaf3;
  --white: #ffffff;

  --shadow-sm: 0 1px 2px rgba(28, 20, 98, 0.06), 0 4px 14px -6px rgba(28, 20, 98, 0.12);
  --shadow: 0 2px 4px rgba(28, 20, 98, 0.05), 0 18px 40px -18px rgba(28, 20, 98, 0.22);
  --shadow-lg: 0 4px 10px rgba(28, 20, 98, 0.06), 0 40px 80px -32px rgba(28, 20, 98, 0.32);

  --r-xl: 36px;
  --r-lg: 28px;
  --r: 22px;
  --r-sm: 14px;
  --bubble: 50% 50% 50% 14%;

  --wrap: 1200px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --header-h: 80px;

  --font: "Poppins", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-accent: "Lora", Georgia, "Times New Roman", serif;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);

  color-scheme: light;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  font-size: calc(100% * var(--scale));
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
  background: var(--white);
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--sky-ink); text-underline-offset: 0.18em; }
a:hover { color: var(--indigo); }
p { margin: 0 0 1rem; }
h1, h2, h3, h4 { color: var(--indigo); margin: 0; font-weight: 700; letter-spacing: -0.02em; text-wrap: balance; }
.lead { text-wrap: pretty; }
ul, ol { padding: 0; margin: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--indigo); outline-offset: 3px; border-radius: 6px; }
[hidden] { display: none !important; }

.skip-link {
  position: absolute; left: 1rem; top: -100px; z-index: 100;
  background: var(--indigo); color: #fff; padding: 0.75rem 1.1rem; border-radius: 12px; font-weight: 600; text-decoration: none;
}
.skip-link:focus { top: 0.75rem; color: #fff; outline-color: var(--orange); }
.visually-hidden, .hp {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: calc(var(--wrap) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: calc(820px + var(--gutter) * 2); }
.wrap--mid { max-width: calc(980px + var(--gutter) * 2); }
.section { padding-block: clamp(4rem, 8vw, 6.5rem); position: relative; }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section--sky { background: var(--sky-50); }
.section--cream { background: var(--cream); }
.center { text-align: center; }
.hero__grid > *, .page-hero__grid > *, .split > *, .plan-band > *, .contact > *, .duo > *, .journey > *, .tools > *, .features > * { min-width: 0; }
.nowrap { white-space: nowrap; }
.muted { color: var(--muted); }

/* ---------- Type ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem; margin: 0 0 0.9rem;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sky-ink);
}
.eyebrow::before {
  content: ""; width: 0.7rem; height: 0.7rem; border-radius: var(--bubble);
  background: linear-gradient(135deg, var(--orange) 0 50%, var(--sky) 50% 100%);
}
.h1 { font-size: clamp(2.2rem, 4.4vw, 3.5rem); line-height: 1.1; letter-spacing: -0.03em; }
.h2 { font-size: clamp(1.85rem, 3.4vw, 2.75rem); line-height: 1.14; letter-spacing: -0.025em; }
.h3 { font-size: clamp(1.35rem, 2vw, 1.65rem); line-height: 1.25; font-weight: 600; }
.lead { font-size: clamp(1.08rem, 1.35vw, 1.22rem); line-height: 1.65; color: var(--ink); }
.hl {
  font-family: var(--font-accent); font-style: italic; font-weight: 600; font-size: 1.06em; letter-spacing: -0.01em;
  color: var(--indigo); padding: 0 0.1em 0.14em 0.04em;
  /* the orange arc from the logo; clone draws it under each line if the words wrap */
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 18' preserveAspectRatio='none'%3E%3Cpath d='M3 13C50 4 140 1 197 9' fill='none' stroke='%23F7941F' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") left bottom / 100% 0.3em no-repeat;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
}
@media (min-width: 721px) { .hl { white-space: nowrap; } }
.section-head { max-width: 760px; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-head .h2 { margin-bottom: 0.9rem; }
.section-head .lead { margin: 0; }
.section-head--center { text-align: center; margin-inline: auto; }

.link-arrow { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 600; text-decoration: none; min-height: 44px; }
.link-arrow .ico { width: 18px; height: 18px; transition: transform 0.25s var(--ease); }
.link-arrow:hover .ico { transform: translateX(3px); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  min-height: 50px; padding: 0.8rem 1.4rem; border-radius: 999px; border: 2px solid transparent;
  font-weight: 600; font-size: 1rem; line-height: 1.2; text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background-color 0.2s, border-color 0.2s, transform 0.2s var(--ease), box-shadow 0.2s;
}
.btn .ico { width: 20px; height: 20px; flex: none; }
.btn--primary { background: var(--orange); color: var(--indigo); box-shadow: 0 10px 22px -10px rgba(247, 148, 31, 0.8); }
.btn--primary:hover { background: var(--orange-hover); color: var(--indigo); transform: translateY(-1px); }
.btn--secondary { background: var(--white); color: var(--indigo); border-color: var(--line-2); }
.btn--secondary:hover { border-color: var(--indigo); color: var(--indigo); transform: translateY(-1px); }
.btn--lg { min-height: 56px; padding: 0.95rem 1.65rem; font-size: 1.0625rem; }
.btn--sm { min-height: 44px; padding: 0.6rem 1.15rem; font-size: 0.95rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.75rem; }
.btn-row--center { justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color 0.25s, box-shadow 0.25s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px -18px rgba(28, 20, 98, 0.35); }
.site-header__inner { position: relative; display: flex; align-items: center; gap: 1.25rem; height: var(--header-h); }
.brand { display: flex; align-items: center; flex: none; border-radius: 10px; }
.brand img { height: 46px; width: auto; }
.nav { flex: 1; display: flex; justify-content: center; }
.nav__list { display: flex; align-items: center; gap: 0.15rem; list-style: none; }
.nav__link {
  display: inline-flex; align-items: center; gap: 0.3rem; min-height: 44px; padding: 0.55rem 0.95rem; border-radius: 999px;
  color: var(--indigo); font-weight: 500; font-size: 0.98rem; text-decoration: none; background: none; border: 0; cursor: pointer;
  transition: background-color 0.2s;
}
.nav__link:hover { background: var(--indigo-50); color: var(--indigo); }
.nav__link[aria-current] { background: var(--sky-50); color: var(--sky-ink); }
.nav__link .ico { width: 18px; height: 18px; transition: transform 0.25s var(--ease); }
.nav__trigger[aria-expanded="true"] { background: var(--indigo-50); }
.nav__trigger[aria-expanded="true"] .ico { transform: rotate(180deg); }
.nav__trigger { display: none; }
.js .nav__trigger { display: inline-flex; }
.js .nav__tools-link { display: none; }

.menu {
  position: absolute; top: calc(100% - 6px); left: 50%; width: min(1010px, calc(100vw - 2rem));
  transform: translate(-50%, 8px); opacity: 0; visibility: hidden; pointer-events: none;
  display: grid; grid-template-columns: 1fr 220px; gap: 1rem;
  background: var(--white); border: 1px solid var(--line); border-radius: 26px; padding: 1.1rem; box-shadow: var(--shadow-lg);
  transition: opacity 0.2s, transform 0.25s var(--ease), visibility 0.2s;
}
.menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.menu__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
.menu__col ul { list-style: none; }
.menu__label { display: grid; justify-items: start; gap: 0.2rem; margin: 0.35rem 0.6rem 0.6rem; font-size: 0.8rem; font-weight: 500; color: var(--muted); line-height: 1.3; }
.menu__step {
  display: inline-block; padding: 0.1rem 0.55rem; margin-right: 0.2rem; border-radius: 999px;
  background: var(--sky-50); color: var(--sky-ink); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
}
.menu__link {
  display: flex; align-items: center; gap: 0.75rem; padding: 0.55rem 0.6rem; border-radius: 16px;
  text-decoration: none; color: var(--indigo); transition: background-color 0.2s;
}
.menu__link:hover, .menu__link[aria-current] { background: var(--sky-50); color: var(--indigo); }
.menu__ico {
  flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 14px 14px 14px 5px;
  background: var(--sky-50); color: var(--sky-ink);
}
.menu__link:hover .menu__ico { background: var(--white); }
.menu__ico .ico { width: 21px; height: 21px; }
.menu__name { display: block; font-weight: 600; font-size: 0.93rem; line-height: 1.3; }
.menu__price { display: block; font-size: 0.8rem; color: var(--muted); line-height: 1.3; }
.menu__feature {
  display: flex; flex-direction: column; justify-content: flex-end; gap: 0.3rem; padding: 1.25rem; border-radius: 20px;
  background: linear-gradient(160deg, var(--orange-50), var(--orange-100)); color: var(--indigo); text-decoration: none;
  position: relative; overflow: hidden;
}
.menu__feature::before {
  content: ""; position: absolute; width: 120px; height: 120px; right: -34px; top: -34px; border-radius: 50%;
  border: 11px solid; border-color: var(--orange) var(--orange) var(--sky) var(--sky); transform: rotate(-25deg); opacity: 0.9;
}
.menu__feature:hover { color: var(--indigo); box-shadow: inset 0 0 0 2px var(--orange); }
.menu__feature-k { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange-ink); }
.menu__feature-h { font-size: 1.25rem; font-weight: 700; line-height: 1.2; }
.menu__feature-p { font-size: 0.88rem; color: var(--ink); line-height: 1.45; }

.header-cta { display: flex; align-items: center; gap: 1rem; flex: none; }
.header-phone {
  display: inline-flex; align-items: center; gap: 0.4rem; min-height: 44px; color: var(--indigo); font-weight: 600; font-size: 0.95rem;
  text-decoration: none; white-space: nowrap;
}
.header-phone .ico { width: 18px; height: 18px; color: var(--sky-ink); }
.nav-toggle {
  display: none; align-items: center; gap: 0.55rem; min-height: 44px; padding: 0.5rem 1rem; border-radius: 999px;
  border: 2px solid var(--line-2); background: var(--white); color: var(--indigo); font-weight: 600; cursor: pointer;
}
.nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after {
  display: block; width: 16px; height: 2px; border-radius: 2px; background: currentColor; transition: transform 0.25s var(--ease), opacity 0.2s;
}
.nav-toggle__bars { position: relative; }
.nav-toggle__bars::before, .nav-toggle__bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle__bars::before { top: -5px; }
.nav-toggle__bars::after { top: 5px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before { transform: translateY(5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after { transform: translateY(-5px) rotate(-45deg); }

.mnav { display: none; }

/* ---------- Hero (home) ---------- */
.hero {
  position: relative; overflow: hidden;
  padding-block: clamp(2rem, 5vw, 4rem) clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(60% 70% at 88% 30%, var(--sky-100) 0%, rgba(225, 242, 251, 0) 70%),
    radial-gradient(50% 60% at 0% 100%, var(--orange-50) 0%, rgba(255, 245, 233, 0) 70%),
    var(--white);
}
.hero::before, .page-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(28, 20, 98, 0.09) 1px, transparent 1.3px); background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 75%); mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 75%);
}
.hero__grid { position: relative; display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero__h { font-size: clamp(2.6rem, 5.4vw, 4.4rem); line-height: 1.05; letter-spacing: -0.035em; }
.hero__kicker {
  display: table; margin-bottom: 1.25rem; padding: 0.4rem 0.95rem 0.4rem 0.45rem; border-radius: 999px;
  background: var(--white); border: 1px solid var(--sky-200); box-shadow: var(--shadow-sm);
  font-size: clamp(0.85rem, 1.1vw, 0.98rem); font-weight: 600; letter-spacing: 0; line-height: 1.4; color: var(--sky-ink);
}
.hero__kicker::before {
  content: ""; display: inline-block; vertical-align: -0.15em; width: 1.05em; height: 1.05em; margin-right: 0.5rem; border-radius: var(--bubble);
  background: linear-gradient(135deg, var(--orange) 0 50%, var(--sky) 50% 100%);
}
.hero__lead { max-width: 36rem; margin-top: 1.5rem; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 0.5rem 1.4rem; margin-top: 1.6rem; list-style: none; font-weight: 500; color: var(--indigo); font-size: 0.98rem; }
.hero__proof li { display: inline-flex; align-items: center; gap: 0.45rem; }
.hero__proof .ico, .checks .ico, .chips .ico {
  flex: none; width: 22px; height: 22px; padding: 3px; border-radius: 50%; background: var(--sky-100); color: var(--sky-ink); stroke-width: 2.6;
}

.art { position: relative; width: min(100%, 520px); margin-inline: auto; aspect-ratio: 1 / 1.08; }
.art__stage, .art__ring { position: absolute; left: 6%; bottom: 0; width: 88%; aspect-ratio: 1; }
.art__ring { overflow: visible; }
.art__disc { fill: var(--sky-100); }
.art__arc { fill: none; stroke-width: 16; stroke-linecap: round; }
.art__arc--o { stroke: var(--orange); }
.art__arc--b { stroke: var(--sky); }
.art__tail { fill: var(--sky); }
.art__portrait {
  position: absolute; left: 50%; bottom: 4.444%; width: 78.4%;   /* sits exactly inside the ring's circle */
  transform: translateX(-50%); aspect-ratio: 707 / 930; border-radius: 0 0 999px 999px; overflow: hidden;
}
.art__person { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.is-flipped { transform: scaleX(-1); }
.art__notes .note { position: absolute; }
.art__n1 { top: 20%; left: -3%; animation: float 7s ease-in-out infinite; }
.art__n2 { top: 47%; right: -5%; animation: float 7s ease-in-out -2.3s infinite; }
.art__n3 { bottom: 9%; left: 0; animation: float 7s ease-in-out -4.6s infinite; }
.art__badge {
  position: absolute; top: 9%; right: 6%; padding: 0.5rem 0.9rem; border-radius: 999px;
  background: var(--orange); color: var(--indigo); font-weight: 700; font-size: 0.9rem; transform: rotate(6deg); box-shadow: var(--shadow);
}
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* Notification "speech bubbles" */
.note {
  display: inline-flex; align-items: center; gap: 0.7rem; padding: 0.6rem 1rem 0.6rem 0.6rem; max-width: 17rem;
  background: var(--white); border: 1px solid var(--line); border-radius: 18px 18px 18px 6px; box-shadow: var(--shadow);
  text-align: left; line-height: 1.3;
}
.note__ico { flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; background: var(--sky-50); color: var(--sky-ink); }
.note__ico .ico { width: 21px; height: 21px; }
.note--orange .note__ico { background: var(--orange-50); color: var(--orange-ink); }
.note__body { display: grid; }
.note__t { font-weight: 600; font-size: 0.9rem; color: var(--indigo); }
.note__s { font-size: 0.78rem; color: var(--muted); }

/* ---------- Proof band ---------- */
.proof { padding-block: 2.25rem; border-bottom: 1px solid var(--line); background: var(--white); }
.proof__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; list-style: none; text-align: center; }
.proof__list li { display: grid; gap: 0.1rem; }
.proof__big { font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 700; color: var(--indigo); letter-spacing: -0.02em; line-height: 1.2; display: inline-flex; align-items: center; justify-content: center; }
.proof__k { font-size: 0.93rem; color: var(--muted); }
.proof__note { margin: 1.5rem 0 0; text-align: center; font-size: 0.9rem; color: var(--muted); }
.cities { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.55rem; list-style: none; }
.cities li { padding: 0.4rem 0.95rem; border-radius: 999px; background: var(--white); border: 1px solid var(--orange-100); font-size: 0.93rem; font-weight: 500; color: var(--indigo); }
.stars { display: inline-flex; gap: 2px; color: var(--orange); }
.stars--one { margin-left: 0.3rem; }
.stars--one svg { width: 0.8em; height: 0.8em; }

/* ---------- Journey (Attract · Convert · Keep) ---------- */
.journey { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; list-style: none; }
.journey::before {
  content: ""; position: absolute; left: 12%; right: 12%; top: 3.1rem; height: 0; border-top: 3px dashed var(--sky-200); z-index: 0;
}
.stage {
  position: relative; z-index: 1; display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 2rem 1.75rem 1.75rem; box-shadow: var(--shadow-sm);
}
.stage__n {
  display: grid; place-items: center; width: 60px; height: 60px; margin-bottom: 1.1rem; border-radius: var(--bubble);
  font-size: 1.5rem; font-weight: 700; color: var(--indigo); background: var(--sky); box-shadow: 0 0 0 8px var(--sky-50);
}
.stage--convert .stage__n { background: var(--orange); }
.stage--keep .stage__n { background: var(--indigo); color: var(--white); }
.stage__k { margin: 0 0 0.2rem; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sky-ink); }
.stage__h { font-size: 1.4rem; font-weight: 600; margin-bottom: 0.6rem; }
.stage > p { font-size: 0.98rem; }
.stage__tools { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; margin-top: auto; padding-top: 0.5rem; }
.stage__tools a {
  display: inline-flex; align-items: center; gap: 0.4rem; min-height: 40px; padding: 0.4rem 0.85rem 0.4rem 0.6rem; border-radius: 999px;
  background: var(--sky-50); color: var(--indigo); font-size: 0.88rem; font-weight: 600; text-decoration: none; transition: background-color 0.2s;
}
.stage__tools a:hover { background: var(--sky-100); }
.stage__tools .ico { width: 18px; height: 18px; color: var(--sky-ink); }

/* ---------- Split layouts ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split--price { grid-template-columns: 0.85fr 1fr; }
.split__copy .h2 { margin-bottom: 1rem; }
.split__img { width: 100%; border-radius: var(--r-lg); background: var(--white); box-shadow: var(--shadow); }
.split__img--tall { max-height: 560px; object-fit: contain; width: auto; margin-inline: auto; }
.split__media { position: relative; }
.split__media::before {
  content: ""; position: absolute; width: 70%; aspect-ratio: 1; left: -8%; bottom: -8%; border-radius: 50%;
  border: 14px solid; border-color: var(--orange) var(--orange) var(--sky) var(--sky); transform: rotate(-30deg); opacity: 0.35; z-index: -1;
}
.split--media .split__media { isolation: isolate; }

.checks { list-style: none; display: grid; gap: 0.7rem; margin: 1.5rem 0 0; }
.checks li { display: flex; align-items: flex-start; gap: 0.65rem; color: var(--indigo); font-weight: 500; line-height: 1.5; }
.checks .ico { margin-top: 0.1rem; }
.checks--2 { grid-template-columns: 1fr 1fr; gap: 0.65rem 1.25rem; }
.checks--sm li { font-size: 0.93rem; }
.checks--sm .ico { width: 20px; height: 20px; }

/* ---------- Calculator ---------- */
.calc { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: var(--shadow); }
.range { margin-bottom: 1.1rem; }
.range__top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 0.25rem; }
.range label { font-weight: 600; color: var(--indigo); font-size: 0.98rem; }
.range output { font-weight: 700; color: var(--indigo); background: var(--sky-50); border-radius: 999px; padding: 0.15rem 0.75rem; font-size: 1rem; }
.range input[type="range"] { width: 100%; height: 44px; margin: 0; accent-color: var(--sky-ink); cursor: pointer; background: transparent; }
.calc__static { margin: 0 0 0.5rem; color: var(--ink); }
.js .calc__static { display: none; }
html:not(.js) .calc__inputs { display: none; }
.calc__results { display: grid; gap: 0.7rem; margin-top: 0.5rem; }
.calc__row, .calc__save {
  display: grid; grid-template-columns: 1fr auto; grid-template-areas: "k v" "k u"; align-items: center; column-gap: 1rem;
  padding: 0.9rem 1.15rem; border-radius: 18px; background: var(--indigo-50);
}
.calc__row--ofo { background: var(--sky-50); }
.calc__k { grid-area: k; font-size: 0.95rem; color: var(--ink); font-weight: 500; line-height: 1.35; }
.calc__v { grid-area: v; text-align: right; font-size: 1.4rem; font-weight: 700; color: var(--indigo); line-height: 1.2; font-variant-numeric: tabular-nums; }
.calc__u { grid-area: u; text-align: right; font-size: 0.8rem; color: var(--muted); line-height: 1.3; }
.calc__save { background: var(--orange-50); box-shadow: inset 0 0 0 2px var(--orange); }
.calc__save .calc__k { font-weight: 600; color: var(--indigo); }
.calc__save .calc__v { font-size: clamp(1.7rem, 3vw, 2.2rem); }
.calc__note { margin: 1rem 0 0; font-size: 0.82rem; color: var(--muted); line-height: 1.55; }

/* ---------- Tool cards ---------- */
.tools { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; list-style: none; }
.tools--3 { grid-template-columns: repeat(3, 1fr); }
.tool {
  position: relative; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line);
  border-radius: 24px; padding: 1.6rem 1.5rem 1.4rem; box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}
.tool:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--sky-200); }
.tool__ico {
  display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 1.1rem; border-radius: 18px 18px 18px 6px;
  background: var(--sky-50); color: var(--sky-ink);
}
.tool:nth-child(even) .tool__ico { background: var(--orange-50); color: var(--orange-ink); }
.tool__ico .ico { width: 26px; height: 26px; }
.tool__h { font-size: 1.12rem; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 0.45rem; }
.tool__h a { color: var(--indigo); text-decoration: none; }
.tool__h a::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.tool__h a:focus-visible { outline: none; }
.tool:focus-within { outline: 3px solid var(--indigo); outline-offset: 3px; }
.tool > p { font-size: 0.93rem; line-height: 1.6; margin-bottom: 1.1rem; }
.tool__foot { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; margin: auto 0 0; flex-wrap: wrap; }
.tool__price { font-size: 0.84rem; font-weight: 600; color: var(--indigo); background: var(--cream); border: 1px solid var(--orange-100); padding: 0.2rem 0.65rem; border-radius: 999px; }
.tool__more { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.85rem; font-weight: 600; color: var(--sky-ink); }
.tool__more .ico { width: 16px; height: 16px; transition: transform 0.25s var(--ease); }
.tool:hover .tool__more .ico { transform: translateX(3px); }
.tool--bot { background: linear-gradient(160deg, var(--indigo-50), var(--white)); }

/* ---------- Partner Program band ---------- */
.plan-band {
  position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1.02fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center;
  padding: clamp(2rem, 5vw, 4rem); border-radius: var(--r-xl); border: 1px solid var(--orange-100);
  background: linear-gradient(135deg, var(--orange-50) 0%, var(--cream) 50%, var(--sky-50) 100%);
}
.plan-band::before {
  content: ""; position: absolute; width: 340px; aspect-ratio: 1; right: -120px; top: -150px; border-radius: 50%;
  border: 22px solid; border-color: var(--orange) var(--orange) var(--sky) var(--sky); transform: rotate(-35deg); opacity: 0.22;
}
.plan-band__copy { position: relative; }
.plan-band__copy .h2 { margin-bottom: 1rem; }
.plan-band__card { position: relative; background: var(--white); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: var(--shadow); }
.plan-band__price { display: flex; align-items: center; gap: 1rem; margin: 0 0 0.5rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.plan-band__big { font-size: clamp(3.4rem, 6vw, 4.6rem); font-weight: 700; line-height: 1; color: var(--indigo); letter-spacing: -0.04em; }
.plan-band__of { font-size: 0.95rem; font-weight: 600; line-height: 1.4; color: var(--muted); }

/* ---------- Duo: video + test order ---------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.duo__card {
  position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(1.75rem, 3vw, 2.5rem); box-shadow: var(--shadow-sm);
}
.duo__card .h3 { margin-bottom: 0.6rem; }
.duo__card--demo { padding-right: 17rem; min-height: 22rem; }
.duo__phone { position: absolute; right: 1.5rem; top: 2.25rem; width: 272px; transform: rotate(5deg) scale(0.78); transform-origin: top right; }

.watch {
  display: inline-flex; align-items: center; gap: 0.8rem; min-height: 56px; padding: 0.5rem 1.1rem 0.5rem 0.5rem; border-radius: 999px;
  background: var(--white); border: 1px solid var(--line); color: var(--indigo); text-decoration: none; box-shadow: var(--shadow-sm);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}
.watch:hover { color: var(--indigo); transform: translateY(-2px); box-shadow: var(--shadow); }
.watch__play { flex: none; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--orange); color: var(--indigo); }
.watch__play .ico { width: 20px; height: 20px; margin-left: 2px; }
.watch__text { display: grid; line-height: 1.3; text-align: left; }
.watch__label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.watch__title { font-size: 0.95rem; font-weight: 600; }
.watch__dur { font-size: 0.85rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.watch--big {
  display: block; position: relative; margin-top: 1.5rem; aspect-ratio: 16 / 9; padding: 0; border-radius: 22px; overflow: hidden;
  background:
    radial-gradient(70% 90% at 80% 10%, var(--orange-100), rgba(255, 235, 211, 0) 60%),
    radial-gradient(80% 90% at 10% 100%, var(--sky-200), rgba(198, 231, 247, 0) 60%),
    var(--sky-50);
}
.watch--big:hover { transform: translateY(-3px); }
.watch--big .watch__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.watch--big::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28, 20, 98, 0) 45%, rgba(28, 20, 98, 0.35)); }
.watch--big .watch__play {
  position: absolute; left: 50%; top: 45%; width: 76px; height: 76px; transform: translate(-50%, -50%);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7), 0 16px 30px -10px rgba(247, 148, 31, 0.9); transition: transform 0.3s var(--ease);
}
.watch--big:hover .watch__play { transform: translate(-50%, -50%) scale(1.07); }
.watch--big .watch__play .ico { width: 30px; height: 30px; margin-left: 4px; }
.watch--big .watch__text { position: absolute; left: 0.9rem; bottom: 0.9rem; right: 5.5rem; background: var(--white); border-radius: 14px; padding: 0.55rem 0.85rem; }
.watch--big .watch__dur { position: absolute; right: 0.9rem; bottom: 0.9rem; background: var(--white); color: var(--indigo); font-weight: 600; border-radius: 999px; padding: 0.35rem 0.75rem; }
.watch--float { position: absolute; left: 50%; bottom: -1rem; transform: translateX(-50%); white-space: nowrap; }
.watch--float:hover { transform: translate(-50%, -2px); }

/* ---------- Page hero ---------- */
.page-hero {
  position: relative; overflow: hidden; padding-block: 1.25rem clamp(3.5rem, 7vw, 5.5rem);
  background: linear-gradient(180deg, var(--sky-50) 0%, var(--white) 100%);
}
.page-hero > .wrap { position: relative; }
.crumbs-nav { margin-bottom: clamp(1.5rem, 3vw, 2.25rem); }
.crumbs { display: flex; flex-wrap: wrap; gap: 0.35rem 0.55rem; list-style: none; font-size: 0.87rem; color: var(--muted); }
.crumbs li + li::before { content: "/"; margin-right: 0.55rem; color: var(--field); }
.crumbs a { color: var(--sky-ink); }
.page-hero__grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.page-hero__copy .h1 { margin-bottom: 1.25rem; }
.page-hero__copy--center { max-width: 760px; margin-inline: auto; text-align: center; }
.page-hero--simple { padding-bottom: clamp(2rem, 4vw, 3rem); }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; margin-top: 1.25rem; }
.chips li {
  display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.4rem 0.9rem 0.4rem 0.45rem; border-radius: 999px;
  background: var(--white); border: 1px solid var(--line); font-size: 0.9rem; font-weight: 600; color: var(--indigo); box-shadow: var(--shadow-sm);
}

/* ---------- Illustrations ---------- */
.visual { position: relative; }
.visual--mock .visual__stage { position: relative; width: min(100%, 460px); margin-inline: auto; padding-block: 1.5rem; }
.visual--mock .visual__stage::before {
  content: ""; position: absolute; left: 50%; top: 50%; width: 92%; aspect-ratio: 1; transform: translate(-50%, -50%);
  border-radius: 50%; background: radial-gradient(circle, var(--sky-100) 0 64%, transparent 64.5%);
}
.visual--mock .visual__stage::after {
  content: ""; position: absolute; left: 50%; top: 50%; width: 96%; aspect-ratio: 1; transform: translate(-50%, -50%) rotate(-28deg);
  border-radius: 50%; border: 12px solid; border-color: var(--orange) var(--orange) var(--sky) var(--sky); opacity: 0.9;
  -webkit-mask-image: radial-gradient(circle, transparent 0 60%, #000 60.5%); mask-image: radial-gradient(circle, transparent 0 60%, #000 60.5%);
}
.visual__stage > .note { position: absolute; z-index: 2; }
.visual__n1 { top: 70%; left: -17%; animation: float 7s ease-in-out infinite; }
.visual__n2 { top: 9%; right: -15%; animation: float 7s ease-in-out -3.5s infinite; }
.visual--sms .visual__n1 { top: 82%; }
.visual--reviews .visual__n1 { top: 74%; }
.visual--photo { width: min(100%, 540px); margin-inline: auto; padding: 1rem; isolation: isolate; }
.visual--photo::before {
  content: ""; position: absolute; z-index: -1; width: 78%; aspect-ratio: 1; right: -4%; top: -4%; border-radius: 50%;
  background: var(--sky-100);
}
.visual--photo::after {
  content: ""; position: absolute; z-index: -1; width: 46%; aspect-ratio: 1; left: -3%; bottom: -3%; border-radius: 50%;
  border: 12px solid; border-color: var(--orange) var(--orange) var(--sky) var(--sky); transform: rotate(-30deg); opacity: 0.8;
}
.visual__img { width: 100%; border-radius: var(--r-lg); background: var(--white); box-shadow: var(--shadow-lg); }
.visual--maps .visual__img { max-width: 440px; margin-inline: auto; }

.phone {
  position: relative; z-index: 1; width: 272px; margin-inline: auto; aspect-ratio: 9 / 18.6; background: var(--white);
  border: 9px solid var(--indigo); border-radius: 42px; box-shadow: var(--shadow-lg); overflow: hidden;
}
.phone__notch { position: absolute; z-index: 3; top: 7px; left: 50%; width: 84px; height: 20px; transform: translateX(-50%); background: var(--indigo); border-radius: 999px; }
.phone__screen { position: relative; height: 100%; overflow: hidden; background: var(--white); font-size: 12px; line-height: 1.35; }
.scr { height: 100%; position: relative; }
.scr__bar { display: flex; align-items: center; gap: 8px; padding: 36px 14px 10px; border-bottom: 1px solid var(--line); }
.scr__logo { flex: none; width: 26px; height: 26px; border-radius: var(--bubble); background: conic-gradient(from 200deg, var(--sky) 0 50%, var(--orange) 50% 100%); }
.scr__brand { font-weight: 700; font-size: 13px; color: var(--indigo); letter-spacing: -0.01em; }
.scr__hero { margin: 10px; padding: 12px 14px; border-radius: 16px; background: linear-gradient(135deg, var(--orange-50), var(--orange-100)); display: grid; gap: 2px; }
.scr__hero-t { font-weight: 700; font-size: 15px; color: var(--indigo); }
.scr__hero-s { font-size: 11px; color: var(--muted); }
.scr__tabs { display: flex; gap: 6px; margin: 0 10px; }
.scr__tabs span { flex: 1; text-align: center; padding: 6px; border-radius: 999px; background: var(--indigo-50); font-weight: 600; font-size: 11px; color: var(--indigo); }
.scr__tabs .is-on { background: var(--indigo); color: var(--white); }
.scr__list { list-style: none; margin: 6px 10px 0; }
.menu-item { display: grid; grid-template-columns: 42px 1fr auto 24px; gap: 8px; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--line); }
.menu-item__img { width: 42px; height: 42px; border-radius: 12px; }
.menu-item__img--0 { background: radial-gradient(circle at 35% 40%, #c0392b 0 9%, transparent 10%), radial-gradient(circle at 65% 60%, #c0392b 0 9%, transparent 10%), radial-gradient(circle at 60% 30%, #c0392b 0 7%, transparent 8%), radial-gradient(circle, #f6c453 0 55%, #e59a3a 56% 70%, var(--orange-50) 71%); }
.menu-item__img--1 { background: linear-gradient(160deg, #f3c77a, #d9913a); }
.menu-item__img--2 { background: radial-gradient(circle at 40% 40%, #9ccc65 0 30%, transparent 31%), radial-gradient(circle at 65% 60%, #7cb342 0 28%, transparent 29%), #e8f5e9; }
.menu-item__txt { display: grid; min-width: 0; }
.menu-item__n { font-weight: 600; font-size: 12px; color: var(--indigo); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menu-item__d { font-size: 10.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menu-item__p { font-weight: 600; font-size: 12px; color: var(--indigo); }
.menu-item__add { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--orange); color: var(--indigo); font-weight: 700; font-size: 15px; line-height: 1; }
.scr__cart {
  position: absolute; left: 10px; right: 10px; bottom: 12px; display: flex; justify-content: space-between; align-items: center; gap: 6px;
  padding: 9px 9px 9px 14px; border-radius: 16px; background: var(--indigo); color: var(--white); font-weight: 600; font-size: 11.5px;
}
.scr__cart-btn { background: var(--orange); color: var(--indigo); border-radius: 999px; padding: 6px 10px; white-space: nowrap; }
.scr__bar--sms { flex-direction: column; gap: 4px; padding-top: 34px; }
.scr__avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--sky-100); color: var(--sky-ink); font-weight: 700; font-size: 12px; }
.scr__thread { padding: 10px 12px; }
.scr__time { text-align: center; font-size: 10px; color: var(--muted); margin: 0 0 6px; }
.sms { max-width: 84%; padding: 8px 11px; margin: 0 0 7px; border-radius: 16px 16px 16px 5px; background: var(--indigo-50); color: var(--indigo); font-size: 11.5px; line-height: 1.45; }
.sms--out { margin-left: auto; border-radius: 16px 16px 5px 16px; background: var(--sky-ink); color: var(--white); }
.sms-choice { display: flex; gap: 6px; margin: 4px 0 10px; }
.sms-choice__btn { flex: 1; text-align: center; padding: 7px 6px; border-radius: 999px; border: 1.5px solid var(--line-2); font-weight: 600; font-size: 11.5px; color: var(--indigo); }
.sms-choice__btn--good { background: var(--orange); border-color: var(--orange); }
.g-card { display: grid; justify-items: center; gap: 6px; padding: 12px; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); }
.g-card__g { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--orange-50); color: var(--orange-ink); }
.g-card__g .ico { width: 17px; height: 17px; }
.g-card__t { font-weight: 600; font-size: 12px; color: var(--indigo); }
.stars--g svg { width: 20px; height: 20px; }
.g-card__btn { margin-top: 2px; background: var(--sky-ink); color: var(--white); border-radius: 999px; padding: 6px 14px; font-weight: 600; font-size: 11px; }
.loy { margin: 10px 12px; padding: 14px; border-radius: 18px; background: linear-gradient(135deg, var(--sky-50), var(--sky-100)); }
.loy__k { margin: 0; font-size: 10.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sky-ink); }
.loy__big { margin: 2px 0 0; font-size: 30px; font-weight: 700; color: var(--indigo); line-height: 1.1; }
.loy__big span { font-size: 12px; font-weight: 500; color: var(--muted); }
.loy__dots { display: grid; grid-template-columns: repeat(10, 1fr); gap: 4px; margin: 10px 0; }
.loy__dots span { aspect-ratio: 1; border-radius: 50%; background: var(--white); border: 1.5px solid var(--sky-200); }
.loy__dots .on { background: var(--sky); border-color: var(--sky); }
.loy__next { margin: 0; font-size: 11.5px; color: var(--ink); }
.loy__next strong { color: var(--indigo); }
.loy__list { list-style: none; margin: 0 12px; }
.loy__list li { display: flex; align-items: center; gap: 8px; padding: 9px 10px; margin-top: 8px; border: 1px solid var(--line); border-radius: 14px; font-weight: 600; font-size: 12px; color: var(--indigo); }
.loy__ico { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; background: var(--orange-50); color: var(--orange-ink); }
.loy__ico .ico { width: 16px; height: 16px; }
.loy__tag { margin-left: auto; background: var(--orange); color: var(--indigo); font-weight: 700; font-size: 10px; padding: 3px 8px; border-radius: 999px; }
.loy__tag--soft { background: var(--sky-50); color: var(--sky-ink); }

/* ---------- Features ---------- */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.25rem; list-style: none; }
.features--3 { grid-template-columns: repeat(3, 1fr); }
.features--4 { grid-template-columns: repeat(4, 1fr); }
.feature { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem 1.4rem; }
.feature__ico, .otype__ico, .why__ico {
  display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px 16px 16px 5px; background: var(--sky-50); color: var(--sky-ink);
}
.feature:nth-child(3n+2) .feature__ico { background: var(--orange-50); color: var(--orange-ink); }
.feature:nth-child(3n) .feature__ico { background: var(--indigo-50); color: var(--indigo); }
.feature__ico .ico, .otype__ico .ico, .why__ico .ico { width: 24px; height: 24px; }
.feature__h { font-size: 1.06rem; font-weight: 600; letter-spacing: -0.01em; margin: 1rem 0 0.35rem; }
.feature p { font-size: 0.94rem; line-height: 1.6; margin: 0; }

.otypes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; list-style: none; }
.otype { background: var(--white); border-radius: var(--r); padding: 1.6rem 1.4rem; box-shadow: var(--shadow-sm); }
.otype__ico { background: var(--orange-50); color: var(--orange-ink); }
.otype__h { font-size: 1.1rem; font-weight: 600; margin: 1rem 0 0.35rem; }
.otype p { font-size: 0.94rem; margin: 0; }
.groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.group { background: var(--cream); border: 1px solid var(--orange-100); border-radius: var(--r); padding: 1.5rem; }
.group__h { font-size: 1.06rem; font-weight: 600; }
.group .checks { margin-top: 0.9rem; gap: 0.55rem; }
.group .checks li { font-weight: 400; color: var(--ink); }

.whys { list-style: none; display: grid; gap: 1.5rem; margin-top: 1.75rem; }
.why { display: grid; grid-template-columns: 48px 1fr; column-gap: 1rem; }
.why__ico { grid-row: span 2; }
.why__h { font-size: 1.12rem; font-weight: 600; margin-bottom: 0.2rem; }
.why p { margin: 0; font-size: 0.97rem; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; list-style: none; }
.steps--4 { grid-template-columns: repeat(4, 1fr); }
.step { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 1.6rem 1.5rem; }
.step__n {
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: var(--bubble);
  background: var(--orange); color: var(--indigo); font-weight: 700; font-size: 1.1rem;
}
.step:nth-child(even) .step__n { background: var(--sky); }
.step__h { font-size: 1.1rem; font-weight: 600; margin: 1rem 0 0.35rem; }
.step p { margin: 0; font-size: 0.95rem; }

/* ---------- Price card ---------- */
.price { background: var(--white); border: 2px solid var(--sky-100); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: var(--shadow); }
.price__name { display: flex; align-items: center; gap: 0.7rem; margin: 0; font-weight: 600; font-size: 1.12rem; color: var(--indigo); }
.price__name .ico { width: 42px; height: 42px; padding: 9px; border-radius: 14px 14px 14px 5px; background: var(--sky-50); color: var(--sky-ink); }
.price__rows { margin: 1rem 0 0; }
.price__row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 0.95rem 0; border-bottom: 1px dashed var(--line-2); }
.price__row dt { font-size: 0.98rem; color: var(--ink); }
.price__row dd { margin: 0; text-align: right; }
.price__v { display: block; font-size: 1.8rem; font-weight: 700; color: var(--indigo); line-height: 1.15; letter-spacing: -0.02em; }
.price__sub { display: block; font-size: 0.8rem; color: var(--muted); }
.price__note { margin: 1.25rem 0 1.25rem; padding: 0.9rem 1rem; border-radius: var(--r-sm); background: var(--sky-50); font-size: 0.93rem; color: var(--indigo); }

.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; max-width: 1000px; margin-inline: auto; }
.plan { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: var(--shadow-sm); }
.plan--pro { border: 2px solid var(--orange); box-shadow: var(--shadow); }
.plan__k { margin: 0 0 0.25rem; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sky-ink); }
.plan--pro .plan__k { color: var(--orange-ink); }
.plan__h { font-size: 1.35rem; font-weight: 600; }
.plan__price { display: flex; align-items: baseline; gap: 0.3rem; margin: 0.8rem 0 0; color: var(--muted); font-weight: 500; }
.plan__big { font-size: 2.8rem; font-weight: 700; color: var(--indigo); letter-spacing: -0.03em; line-height: 1.1; }
.plan__setup { margin: 0 0 1rem; font-size: 0.9rem; color: var(--muted); }
.plan .checks { margin: 0.25rem 0 1.5rem; }
.plan .checks li { font-weight: 400; color: var(--ink); font-size: 0.95rem; }
.plan .btn { margin-top: auto; align-self: flex-start; }

/* ---------- Pricing page ---------- */
.pcard { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 32px; padding: clamp(1.5rem, 3vw, 2.4rem); box-shadow: var(--shadow-lg); }
.pcard::before {
  content: ""; position: absolute; z-index: -1; width: 70%; aspect-ratio: 1; right: -10%; top: -12%; border-radius: 50%;
  border: 16px solid; border-color: var(--orange) var(--orange) var(--sky) var(--sky); transform: rotate(-25deg); opacity: 0.55;
}
.page-hero__visual { position: relative; isolation: isolate; }
.pcard__k { margin: 0; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange-ink); }
.pcard__price { display: flex; align-items: flex-end; gap: 0.75rem; margin: 0.3rem 0 0.4rem; }
.pcard__big { font-size: clamp(4rem, 8vw, 5.5rem); font-weight: 700; color: var(--indigo); line-height: 0.95; letter-spacing: -0.05em; }
.pcard__of { font-size: 1.05rem; font-weight: 600; color: var(--muted); padding-bottom: 0.5rem; }
.pcard__cap { margin: 0 0 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.pcard__h { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sky-ink); }
.pcard .checks { margin-top: 0.9rem; }
.pcard__tip { margin: 1.4rem 0 0; padding: 1rem 1.1rem; border-radius: 16px; background: var(--orange-50); font-size: 0.93rem; color: var(--indigo); }

.table-wrap { overflow-x: auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); }
.table { width: 100%; min-width: 540px; border-collapse: collapse; }
.table th, .table td { padding: 1rem 1.3rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
.table tbody tr:last-child th, .table tbody tr:last-child td { border-bottom: 0; }
.table thead th { background: var(--sky-50); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sky-ink); }
.table tbody th { font-weight: 600; }
.table tbody th a { color: var(--indigo); }
.table td { font-weight: 600; color: var(--indigo); white-space: nowrap; }
.table__note { display: block; font-size: 0.83rem; font-weight: 400; color: var(--muted); }
.table__foot { margin: 1rem 0 0; text-align: center; font-size: 0.88rem; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 0.75rem; }
.faq__item { background: var(--white); border: 1px solid var(--line); border-radius: 18px; transition: box-shadow 0.25s, border-color 0.25s; }
.faq__item[open] { border-color: var(--sky-200); box-shadow: var(--shadow-sm); }
.faq__item summary {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 60px; padding: 1rem 1.3rem;
  list-style: none; cursor: pointer; font-weight: 600; font-size: 1.04rem; color: var(--indigo); border-radius: 18px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__icon { flex: none; position: relative; width: 30px; height: 30px; border-radius: 50%; background: var(--sky-50); }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--sky-ink); border-radius: 2px; transform: translate(-50%, -50%); transition: transform 0.25s var(--ease); }
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item[open] .faq__icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq__a { padding: 0 1.3rem 1.2rem; }
.faq__a p { margin: 0; }
.section--sky .faq__item, .section--cream .faq__item { border-color: transparent; }

/* ---------- CTA ---------- */
.cta { padding-top: 0; }
.section--cream + .cta, .section--sky + .cta { padding-top: clamp(4rem, 8vw, 6.5rem); }
.cta__card {
  position: relative; overflow: hidden; text-align: center; border-radius: var(--r-xl);
  padding: clamp(2.5rem, 6vw, 4.75rem) clamp(1.25rem, 5vw, 3.5rem);
  background:
    radial-gradient(60% 80% at 100% 0%, var(--sky-100), rgba(225, 242, 251, 0) 70%),
    linear-gradient(135deg, var(--orange-100) 0%, var(--orange-50) 55%, var(--sky-50) 100%);
}
.cta__card > * { position: relative; }
.cta__card .h2 { max-width: 20ch; margin: 0 auto 1rem; }
.cta__card .lead { max-width: 40rem; margin-inline: auto; }
.cta__card::before {
  content: ""; position: absolute; width: 260px; aspect-ratio: 1; right: -90px; top: -110px; border-radius: 50%;
  border: 18px solid; border-color: var(--orange) var(--orange) var(--sky) var(--sky); transform: rotate(-20deg); opacity: 0.55;
}
.cta__card::after {
  content: ""; position: absolute; width: 180px; aspect-ratio: 1; left: -80px; bottom: -90px; border-radius: 50%;
  border: 14px solid; border-color: var(--sky) var(--sky) var(--orange) var(--orange); transform: rotate(-20deg); opacity: 0.35;
}

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1.4fr 0.9fr; gap: 1.75rem; align-items: start; }
.contact__form { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 3.5vw, 2.5rem); box-shadow: var(--shadow); }
.contact__form .h3 { margin-bottom: 0.25rem; }
.form { margin-top: 1.5rem; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; margin-bottom: 0.4rem; font-weight: 600; font-size: 0.95rem; color: var(--indigo); }
.req { font-weight: 400; font-size: 0.84rem; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 0.8rem 1rem; border: 1.5px solid var(--field); border-radius: var(--r-sm);
  background: var(--white); color: var(--indigo); transition: border-color 0.2s, box-shadow 0.2s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 3px solid var(--sky-ink); outline-offset: 1px; border-color: var(--sky-ink); border-radius: var(--r-sm); }
.form .btn { margin-top: 0.4rem; }
.form__fine { margin: 1rem 0 0; font-size: 0.85rem; color: var(--muted); }
.form-error { margin-top: 1rem; padding: 1rem 1.1rem; border-radius: var(--r-sm); background: #fdecec; border: 1px solid #e5a3a3; color: #8a1f1f; }
.form-error a { color: #8a1f1f; }
.info-card { background: var(--sky-50); border-radius: 24px; padding: clamp(1.5rem, 3vw, 2rem); margin-bottom: 1.25rem; }
.info-card--demo { background: var(--orange-50); }
.info-card .h3 { margin-bottom: 0.5rem; }
.info-card__phone { margin: 0.25rem 0 1.25rem; }
.info-card__phone a { display: inline-flex; align-items: center; gap: 0.5rem; min-height: 44px; font-size: 1.45rem; font-weight: 700; color: var(--indigo); text-decoration: none; }
.info-card__phone .ico { width: 24px; height: 24px; color: var(--sky-ink); }
.info-card__h { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sky-ink); margin-bottom: 0.4rem; }
.hours { list-style: none; }
.hours li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.55rem 0; border-bottom: 1px solid var(--sky-200); font-size: 0.95rem; color: var(--indigo); }
.hours li span:first-child { font-weight: 600; }
.info-card__place { display: flex; align-items: center; gap: 0.5rem; margin: 1rem 0 0; color: var(--indigo); font-weight: 500; }
.info-card__place .ico { width: 20px; height: 20px; color: var(--sky-ink); }

.link-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; list-style: none; margin-bottom: 2rem; }
.link-list a {
  display: flex; align-items: center; gap: 0.75rem; min-height: 56px; padding: 0.75rem 1rem; border-radius: 16px; background: var(--white);
  border: 1px solid var(--line); color: var(--indigo); font-weight: 600; text-decoration: none;
}
.link-list a:hover { border-color: var(--sky-200); background: var(--sky-50); }
.link-list .ico { width: 22px; height: 22px; color: var(--sky-ink); }

.prose h2 { font-size: 1.4rem; margin: 2.25rem 0 0.6rem; }
.prose ul { padding-left: 1.25rem; margin-bottom: 1rem; }
.prose li { margin-bottom: 0.5rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--cream); border-top: 1px solid var(--orange-100); padding-block: clamp(3rem, 6vw, 4.5rem) 2rem; }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 2.5rem; }
.footer__brand img { width: 200px; height: auto; margin-bottom: 1.25rem; }
.footer__brand p { font-size: 0.95rem; max-width: 34ch; }
.footer__parent { font-size: 0.9rem !important; color: var(--muted); }
.footer__h { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sky-ink); margin-bottom: 1rem; }
.footer__list { list-style: none; }
.footer__list li { margin-bottom: 0.55rem; }
.footer__list a { color: var(--indigo); text-decoration: none; font-size: 0.96rem; }
.footer__list a:hover { text-decoration: underline; }
.footer__phone { margin: 0 0 0.75rem; }
.footer__phone a { font-size: 1.3rem; font-weight: 700; color: var(--indigo); text-decoration: none; }
.footer__hours { list-style: none; font-size: 0.92rem; }
.footer__hours li { margin-bottom: 0.25rem; }
.footer__hours span { font-weight: 600; color: var(--indigo); }
.footer__place { margin: 0.75rem 0 0; font-size: 0.92rem; }
.footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem 1.5rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--orange-100); font-size: 0.88rem; color: var(--muted); }
.footer__bottom p { margin: 0; }
.callbar { display: none; }

/* ---------- Video lightbox ---------- */
.lightbox { width: min(1100px, 94vw); max-width: none; max-height: 94vh; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(20, 16, 60, 0.72); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.lightbox__panel { background: var(--white); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); }
.lightbox__bar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 0.6rem 0.6rem 0.6rem 1.25rem; }
.lightbox__title { font-size: 1rem; font-weight: 600; letter-spacing: 0; }
.lightbox__close { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--indigo-50); color: var(--indigo); cursor: pointer; }
.lightbox__close:hover { background: var(--sky-100); }
.lightbox__close .ico { width: 22px; height: 22px; }
.lightbox__video { width: 100%; aspect-ratio: 16 / 9; background: #0d0a26; }

/* ---------- Reveal on scroll ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease) var(--d, 0s), transform 0.7s var(--ease) var(--d, 0s); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .header-phone { display: none; }
  .tools { grid-template-columns: repeat(2, 1fr); }
  .features--4 { grid-template-columns: repeat(2, 1fr); }
  .otypes { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1024px) {
  :root { --header-h: 70px; }
  .brand img { height: 40px; }
  .nav, .header-cta { display: none; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .mnav {
    display: block; position: fixed; z-index: 49; inset: var(--header-h) 0 0 0; overflow-y: auto; overscroll-behavior: contain;
    background: var(--white); padding: 0.5rem var(--gutter) calc(2rem + env(safe-area-inset-bottom));
    opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 0.25s, transform 0.3s var(--ease), visibility 0.25s;
  }
  .mnav.is-open { opacity: 1; visibility: visible; transform: none; }
  html:not(.js) .nav-toggle { display: none; }
  html:not(.js) .mnav { position: static; opacity: 1; visibility: visible; transform: none; border-bottom: 1px solid var(--line); }
  .mnav__group { padding-block: 1rem 0.25rem; border-bottom: 1px solid var(--line); }
  .mnav__label { margin: 0 0 0.2rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sky-ink); }
  .mnav__label span { color: var(--muted); letter-spacing: 0; text-transform: none; font-weight: 500; }
  .mnav ul { list-style: none; }
  .mnav__link { display: flex; justify-content: space-between; align-items: center; min-height: 50px; color: var(--indigo); font-weight: 500; font-size: 1.05rem; text-decoration: none; }
  .mnav__link .ico { width: 20px; height: 20px; color: var(--sky-ink); }
  .mnav .btn-row { flex-direction: column; }
  .mnav .btn { width: 100%; }
  body.nav-open { overflow: hidden; }

  .hero__grid, .page-hero__grid, .split, .split--price, .plan-band, .contact { grid-template-columns: 1fr; }
  .hero__copy { text-align: left; }
  .hero__art { max-width: 480px; width: 100%; margin-inline: auto; }
  .journey { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .duo { grid-template-columns: 1fr; }
  .journey::before { display: none; }
  .steps, .steps--4 { grid-template-columns: repeat(2, 1fr); }
  .groups { grid-template-columns: repeat(2, 1fr); }
  .features--3 { grid-template-columns: repeat(2, 1fr); }
  .tools--3 { grid-template-columns: repeat(2, 1fr); }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .split--media .split__media { order: 2; }
  .page-hero__visual { max-width: 560px; width: 100%; margin-inline: auto; }
}

@media (max-width: 720px) {
  .proof__list { grid-template-columns: 1fr 1fr; row-gap: 1.25rem; }
  .duo { grid-template-columns: 1fr; }
  .duo__card--demo { padding-right: clamp(1.75rem, 3vw, 2.5rem); min-height: 0; }
  .duo__phone { display: none; }
  .tools, .tools--3, .features--3, .features--4, .features, .otypes, .groups, .steps, .steps--4, .plans { grid-template-columns: 1fr; }
  .checks--2 { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .link-list { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 2rem; }
  .site-footer { padding-bottom: calc(6rem + env(safe-area-inset-bottom)); }
  /* A floating pill, inset on the left so it clears the accessibility button */
  .callbar {
    display: grid; grid-template-columns: auto 1fr; gap: 0.4rem; position: fixed; z-index: 40;
    left: 80px; right: 8px; bottom: calc(8px + env(safe-area-inset-bottom));
    padding: 5px; border-radius: 999px; background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--line); box-shadow: 0 10px 30px -10px rgba(28, 20, 98, 0.35);
    transform: translateY(150%); transition: transform 0.3s var(--ease);
  }
  .callbar.is-shown { transform: none; }
  html:not(.js) .callbar { position: static; transform: none; margin: 2rem var(--gutter) 0; background: none; border: 0; box-shadow: none; padding: 0; }
  .callbar .btn { min-height: 44px; padding-inline: 10px; font-size: 0.92rem; white-space: nowrap; }
  .note { max-width: 14rem; padding: 0.45rem 0.8rem 0.45rem 0.45rem; gap: 0.5rem; }
  .note__ico { width: 34px; height: 34px; border-radius: 11px; }
  .note__ico .ico { width: 18px; height: 18px; }
  .note__t { font-size: 0.82rem; }
  .note__s { font-size: 0.72rem; }
  .art__n1 { left: 0; top: 16%; }
  .art__n2 { right: 0; }
  .art__n3 { left: 2%; }
  .visual__n1 { left: 0; top: auto; bottom: 8%; }
  .visual__n2 { display: none; }
  .art__badge { font-size: 0.8rem; }
  .watch--float { position: relative; left: auto; bottom: auto; transform: none; margin: 1rem auto 0; display: flex; width: fit-content; max-width: 100%; white-space: normal; }
  .watch--float:hover { transform: translateY(-2px); }
  .table td { white-space: normal; }
  .cta__card::before { width: 150px; right: -80px; top: -80px; border-width: 12px; }
  .cta__card::after { width: 110px; left: -60px; bottom: -60px; border-width: 10px; }
  .plan-band::before { width: 180px; right: -90px; top: -100px; border-width: 14px; }
  .watch--big .watch__label { display: none; }
  .watch--big .watch__play { top: 40%; width: 60px; height: 60px; box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7); }
  .watch--big .watch__play .ico { width: 24px; height: 24px; }
  .watch--big .watch__title { font-size: 0.88rem; }
}

@media (max-width: 420px) {
  .calc__row, .calc__save { padding: 0.7rem 0.75rem; column-gap: 0.5rem; }
  .calc__k { font-size: 0.9rem; }
  .calc__v { font-size: 1.2rem; }
  .calc__save .calc__v { font-size: 1.45rem; }
  .hero__proof { gap: 0.4rem 1rem; }
  .btn-row .btn { width: 100%; }
  .btn { white-space: normal; text-align: center; }
  .phone { width: 240px; }
  .note { max-width: 12.5rem; }
  .brand img { height: 36px; }
  .nav-toggle { padding-inline: 0.8rem; }
  .plan-band__price { flex-wrap: wrap; }
}

/* ---------- Preferences ---------- */
@media (max-width: 360px) {
  .brand img { height: 32px; }
  .nav-toggle { width: 48px; justify-content: center; padding: 0; }
  .nav-toggle__text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media (forced-colors: active) {
  .btn, .nav-toggle, .note, .tool, .stage, .feature, .step, .price, .plan, .calc, .faq__item, .pcard, .info-card, .chips li { border: 2px solid CanvasText; }
  .art__ring, .visual--mock .visual__stage::before, .visual--mock .visual__stage::after, .cta__card::before, .cta__card::after { display: none; }
  .skip-link:focus { outline: 2px solid CanvasText; }
}

@media print {
  .site-header, .mnav, .callbar, .cta, .lightbox, .art__notes { display: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
