/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
/*! ─────────────────────────────────────────────────────────────
    VetCare landing page — THE SOURCE.

    **Edit this file, never `public/landing/style.css`.** That one is
    built from this by `npm run build` (see vite.landing.config.js) and
    is overwritten every time, so a change made there survives until the
    next build and then vanishes without a word.

    It is built rather than hand-written so that the page and the
    application share one Tailwind: one version, one default theme,
    one palette. The palette below used to be fifteen hex
    values copied out of Tailwind by hand, under a comment claiming
    "the palette is the application's own" — a claim nothing enforced
    and which drifts the first time either side is re-toned. They are
    Tailwind's own `--color-*` variables now, so the claim is checked
    by the build.

    The page keeps its own class names rather than being rewritten into
    utilities, and that is deliberate: most of what is here — the crop
    system's `calc()`, the gradients, the perspective on the hero, the
    scroll reveal — has no utility equivalent and would come straight
    back as `@layer components` in a worse form. What the layers below
    buy instead is that a utility **wins** over these rules, so the next
    edit to the page can write `class="btn btn-primary mt-8"` and have
    `mt-8` take effect.

    The page exists in two languages — Latvian at `/`, English under
    `/en/` — and **neither of them is written by hand**. Both are
    rendered by `resources/landing/build.mjs` from one template and
    one dictionary per language, and that is what makes the pair safe:
    the earlier attempt was two hand-edited HTML files and was deleted
    after a day, because one argument maintained twice becomes two
    arguments the moment either is edited. Nobody edits these. This
    stylesheet is shared by both and is built once.

    The markup lives in `resources/landing/page.html` and the words in
    `resources/landing/lang/*.json`.
    ───────────────────────────────────────────────────────────── */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-amber-700: oklch(55.5% .163 48.998);
    --color-teal-50: oklch(98.4% .014 180.72);
    --color-teal-600: oklch(60% .118 184.704);
    --color-blue-50: oklch(97% .014 254.604);
    --color-blue-600: oklch(54.6% .245 262.881);
    --color-blue-700: oklch(48.8% .243 264.376);
    --color-slate-50: oklch(98.4% .003 247.858);
    --color-slate-100: oklch(96.8% .007 247.896);
    --color-slate-200: oklch(92.9% .013 255.508);
    --color-slate-500: oklch(55.4% .046 257.417);
    --color-slate-600: oklch(44.6% .043 257.281);
    --color-slate-800: oklch(27.9% .041 260.031);
    --color-slate-900: oklch(20.8% .042 265.755);
    --color-gray-200: oklch(92.8% .006 264.531);
    --color-white: #fff;
    --radius-lg: .5rem;
    --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --shadow-xl: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  *, :after, :before, ::backdrop {
    border-color: var(--color-gray-200, currentcolor);
  }

  ::file-selector-button {
    border-color: var(--color-gray-200, currentcolor);
  }

  :root {
    --ink: var(--color-slate-900);
    --ink-2: var(--color-slate-800);
    --body: var(--color-slate-600);
    --muted: var(--color-slate-500);
    --line: var(--color-slate-200);
    --line-soft: var(--color-slate-100);
    --bg: var(--color-white);
    --bg-soft: var(--color-slate-50);
    --bg-deep: #0b1220;
    --brand: var(--color-blue-600);
    --brand-dark: var(--color-blue-700);
    --brand-soft: var(--color-blue-50);
    --accent: var(--color-teal-600);
    --accent-soft: var(--color-teal-50);
    --amber: var(--color-amber-700);
    --radius: 14px;
    --radius-lg: 20px;
    --shadow-sm: 0 1px 2px #0f172a0f,0 1px 3px #0f172a0f;
    --shadow-md: 0 10px 30px -12px #0f172a40;
    --shadow-xl: 0 40px 80px -24px #0f172a73,0 0 0 1px #0f172a0f;
    --maxw: 1160px;
    --sans: var(--font-sans);
    --mono: ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  }

  html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
  }

  body {
    background: var(--bg);
    color: var(--body);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-size: 17px;
    line-height: 1.65;
  }

  a {
    color: var(--brand);
    text-decoration: none;
  }

  h1, h2, h3, h4 {
    color: var(--ink);
    letter-spacing: -.022em;
    font-weight: 700;
    line-height: 1.15;
  }

  h1 {
    letter-spacing: -.035em;
    font-size: clamp(2.2rem, 5vw, 3.7rem);
  }

  h2 {
    letter-spacing: -.03em;
    font-size: clamp(1.7rem, 3.3vw, 2.5rem);
  }

  h3 {
    letter-spacing: -.015em;
    font-size: 1.2rem;
  }
}

@layer components {
  .wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 24px;
  }

  .eyebrow {
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 14px;
    font-size: .78rem;
    font-weight: 700;
  }

  .eyebrow.teal {
    color: var(--accent);
  }

  .lede {
    color: var(--body);
    max-width: 62ch;
    font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  }

  .sr-only {
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .btn {
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #0000;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    gap: .55rem;
    padding: .8rem 1.35rem;
    font-size: .98rem;
    font-weight: 600;
    transition: all .16s;
    display: inline-flex;
  }

  .btn-primary {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 1px 2px #2563eb59, 0 8px 20px -8px #2563eb99;
  }

  .btn-primary:hover {
    background: var(--brand-dark);
    transform: translateY(-1px);
  }

  .btn-ghost {
    color: var(--ink);
    border-color: var(--line);
    box-shadow: var(--shadow-sm);
    background: #fff;
  }

  .btn-ghost:hover {
    background: var(--bg-soft);
    border-color: #cbd5e1;
  }

  .btn-onDark {
    color: #fff;
    background: #ffffff1a;
    border-color: #ffffff38;
  }

  .btn-onDark:hover {
    background: #ffffff2e;
  }

  .btn-lg {
    padding: .95rem 1.7rem;
    font-size: 1.02rem;
  }

  .status-strip {
    background: var(--bg-soft);
    border-bottom: 1px solid var(--line);
  }

  .status-strip-inner {
    text-align: center;
    padding: 1.1rem 24px;
  }

  .status-strip-text {
    letter-spacing: -.01em;
    color: var(--brand);
    font-size: 1.05rem;
    font-weight: 700;
  }

  @media (max-width: 640px) {
    .status-strip-text {
      font-size: .95rem;
    }
  }

  header {
    z-index: 50;
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
    background: #ffffffd1;
    border-bottom: 1px solid #0000;
    transition: border-color .2s, box-shadow .2s;
    position: sticky;
    top: 0;
  }

  header.scrolled {
    border-bottom-color: var(--line);
    box-shadow: 0 1px 3px #0f172a0a;
  }

  .nav {
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    height: 68px;
    display: flex;
  }

  .brand {
    color: var(--ink);
    letter-spacing: -.02em;
    align-items: center;
    gap: .65rem;
    font-size: 1.12rem;
    font-weight: 700;
    display: flex;
  }

  .brand-mark {
    background: linear-gradient(140deg,var(--brand),#4f46e5);
    color: #fff;
    border-radius: 9px;
    flex: none;
    place-items: center;
    width: 34px;
    height: 34px;
    display: grid;
  }

  .brand-mark svg {
    width: 19px;
    height: 19px;
  }

  .nav-links {
    gap: clamp(.95rem, 1.8vw, 1.7rem);
    font-size: .95rem;
    font-weight: 500;
    display: flex;
  }

  .nav-links a {
    color: var(--body);
  }

  .nav-links a:hover {
    color: var(--ink);
  }

  .nav-cta {
    align-items: center;
    gap: .7rem;
    display: flex;
  }

  @media (max-width: 1060px) {
    .nav-links {
      display: none;
    }
  }

  @media (max-width: 560px) {
    .nav-cta .btn-ghost {
      display: none;
    }

    .nav-cta .btn {
      padding: .62rem 1rem;
      font-size: .9rem;
    }

    .nav {
      gap: .75rem;
    }
  }

  .lang-switcher {
    border: 1px solid var(--line);
    background: var(--bg-soft);
    border-radius: 999px;
    align-items: center;
    padding: 2px;
    display: inline-flex;
  }

  .lang-seg {
    letter-spacing: .04em;
    min-width: 2.1rem;
    color: var(--muted);
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    padding: .26rem .5rem;
    font-size: .78rem;
    font-weight: 700;
    transition: color .15s, background .15s, box-shadow .15s;
    display: inline-flex;
  }

  .lang-seg.is-on {
    color: var(--ink);
    box-shadow: var(--shadow-sm);
    cursor: default;
    background: #fff;
  }

  a.lang-seg:hover {
    color: var(--ink);
  }

  a.lang-seg:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 2px;
  }

  .hero {
    padding: 76px 0 0;
    position: relative;
    overflow: hidden;
  }

  .hero:before {
    content: "";
    z-index: -1;
    background: radial-gradient(48rem 30rem at 18% 12%, #2563eb1a, #0000 62%), radial-gradient(40rem 26rem at 82% 4%, #0d94881a, #0000 60%);
    height: 820px;
    position: absolute;
    inset: -40% 0 auto -10%;
  }

  .hero-grid {
    text-align: center;
    justify-items: center;
    gap: 2.5rem;
    display: grid;
  }

  .pill {
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    color: var(--ink-2);
    background: #fff;
    border-radius: 999px;
    align-items: center;
    gap: .5rem;
    padding: .42rem .85rem;
    font-size: .83rem;
    font-weight: 600;
    display: inline-flex;
  }

  .pill .dot {
    background: var(--accent);
    border-radius: 50%;
    flex: none;
    width: 7px;
    height: 7px;
  }

  .hero h1 {
    max-width: 17ch;
  }

  .hero h1 .grad {
    background: linear-gradient(120deg,var(--brand),#4f46e5 55%,var(--accent));
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .hero .lede {
    margin-inline: auto;
    font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  }

  .hero-actions {
    flex-wrap: wrap;
    justify-content: center;
    gap: .85rem;
    display: flex;
  }

  .hero-note {
    color: var(--muted);
    max-width: 54ch;
    font-size: .87rem;
  }

  .shot {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    background: #fff;
    border: 1px solid #0f172a14;
    overflow: hidden;
  }

  :root {
    --shot-left: .178;
  }

  .shot-crop {
    background: var(--bg-soft);
    aspect-ratio: calc(1.6 * (1 - var(--shot-left)));
    position: relative;
    overflow: hidden;
  }

  .shot-crop img {
    max-width: none;
    height: auto;
    width: calc(100% / (1 - var(--shot-left)));
    transform: translateX(calc(var(--shot-left) * -100%));
    position: absolute;
    top: 0;
    left: 0;
  }

  .hero-shot {
    transform-origin: top;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    transform: perspective(1800px) rotateX(6deg);
  }

  .hero-shot:after {
    content: "";
    filter: blur(28px);
    z-index: -1;
    background: #0f172a29;
    border-radius: 50%;
    height: 44px;
    position: absolute;
    bottom: -26px;
    left: 6%;
    right: 6%;
  }

  .hero-fade {
    padding-bottom: 96px;
  }

  section {
    padding: 88px 0;
  }

  .section-head {
    max-width: 66ch;
    margin-bottom: 52px;
  }

  .section-head.center {
    text-align: center;
    margin-inline: auto;
  }

  .section-head p {
    margin-top: 1rem;
  }

  .ticks {
    gap: .85rem;
    margin: 1.8rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
  }

  .ticks li {
    align-items: flex-start;
    gap: .75rem;
    font-size: .97rem;
    display: flex;
  }

  .ticks svg {
    width: 19px;
    height: 19px;
    color: var(--accent);
    flex: none;
    margin-top: .22rem;
  }

  .ticks b {
    color: var(--ink);
    font-weight: 600;
  }

  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 22px;
    display: grid;
  }

  .gallery figure {
    margin: 0;
  }

  .gallery .shot {
    box-shadow: var(--shadow-md);
  }

  .gallery figcaption {
    color: var(--muted);
    margin-top: .85rem;
    font-size: .9rem;
  }

  .gallery figcaption b {
    color: var(--ink);
    font-size: .97rem;
    font-weight: 600;
    display: block;
  }

  .band {
    background: var(--bg-deep);
    color: #cbd5e1;
    position: relative;
    overflow: hidden;
  }

  .band:before {
    content: "";
    background: radial-gradient(38rem 22rem, #2563eb47, #0000 65%);
    height: 620px;
    position: absolute;
    inset: auto -10% -60% 30%;
  }

  .band > * {
    position: relative;
  }

  .band h2, .band h3 {
    color: #fff;
  }

  .band .eyebrow {
    color: #7dd3fc;
  }

  .band .lede {
    color: #94a3b8;
  }

  .band-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 36px;
    margin-top: 52px;
    display: grid;
  }

  .band-grid h3 {
    margin-bottom: .55rem;
    font-size: 1.05rem;
  }

  .band-grid p {
    color: #94a3b8;
    font-size: .93rem;
  }

  .band-grid .k {
    color: #7dd3fc;
    background: #7dd3fc1f;
    border-radius: 9px;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    display: grid;
  }

  .band-grid .k svg {
    width: 18px;
    height: 18px;
  }

  .problems {
    grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
    gap: 16px;
    display: grid;
  }

  .problem {
    border: 1px solid var(--line);
    background: var(--bg-soft);
    border-radius: 14px;
    padding: 20px 22px;
  }

  .problem b {
    color: var(--ink);
    letter-spacing: -.011em;
    margin-bottom: .4rem;
    font-size: .99rem;
    font-weight: 650;
    display: block;
  }

  .problem p {
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.6;
  }

  .problem-close {
    text-align: center;
    max-width: 62ch;
    color: var(--ink);
    margin: 40px auto 0;
    font-size: 1.03rem;
    line-height: 1.65;
  }

  .branch-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 4.5rem);
    display: grid;
  }

  @media (max-width: 900px) {
    .branch-split {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
  }

  .branch-map {
    text-align: center;
  }

  .bm-root {
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    color: var(--ink);
    background: #fff;
    border-radius: 999px;
    align-items: center;
    gap: .55rem;
    padding: .7rem 1.25rem;
    font-size: .93rem;
    font-weight: 650;
    display: inline-flex;
  }

  .bm-root svg {
    width: 17px;
    height: 17px;
    color: var(--brand);
  }

  .bm-kids {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 46px;
    display: grid;
    position: relative;
  }

  .bm-kids:before {
    content: "";
    background: var(--line);
    width: 1px;
    height: 24px;
    position: absolute;
    top: -46px;
    left: 50%;
  }

  .bm-kids:after {
    content: "";
    background: var(--line);
    height: 1px;
    position: absolute;
    top: -22px;
    left: 16.66%;
    right: 16.66%;
  }

  .bm-kid {
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    background: #fff;
    border-radius: 12px;
    padding: 14px 12px;
    position: relative;
  }

  .bm-kid:before {
    content: "";
    background: var(--line);
    width: 1px;
    height: 22px;
    position: absolute;
    top: -22px;
    left: 50%;
  }

  .bm-kid b {
    color: var(--ink);
    font-size: .95rem;
    font-weight: 650;
    display: block;
  }

  .bm-cap {
    text-align: center;
    color: var(--muted);
    margin-top: 1.6rem;
    max-width: 44ch;
    margin-inline: auto;
    font-size: .88rem;
  }

  @media (max-width: 560px) {
    .bm-kids {
      grid-template-columns: 1fr;
      margin-top: 26px;
    }

    .bm-kids:before, .bm-kids:after, .bm-kid:before {
      display: none;
    }
  }

  .pricing {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: stretch;
    gap: clamp(1.25rem, 3vw, 2rem);
    display: grid;
  }

  @media (max-width: 860px) {
    .pricing {
      grid-template-columns: 1fr;
    }
  }

  .plan {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    background: #fff;
    flex-direction: column;
    padding: 28px 26px;
    display: flex;
    position: relative;
  }

  .plan h3 {
    font-size: 1.05rem;
  }

  .plan .who {
    color: var(--muted);
    margin-top: .3rem;
    font-size: .86rem;
    line-height: 1.45;
  }

  .plan .price {
    align-items: baseline;
    gap: .4rem;
    margin: 1.4rem 0 .25rem;
    display: flex;
  }

  .plan .price .amt {
    color: var(--ink);
    letter-spacing: -.045em;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
  }

  .plan .price .per {
    color: var(--muted);
    font-size: .95rem;
  }

  .plan .btn {
    justify-content: center;
    width: 100%;
    margin-top: 1.5rem;
  }

  .plan-foot {
    color: var(--muted);
    margin-top: 1rem;
    font-size: .82rem;
    line-height: 1.6;
  }

  .price-included {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    background: #fff;
    padding: 26px 28px;
  }

  .price-included-head {
    color: var(--ink);
    margin-bottom: .9rem;
    font-size: .9rem;
    font-weight: 600;
  }

  .price-included .ticks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem 1.6rem;
    margin: 0;
    display: grid;
  }

  @media (max-width: 700px) {
    .price-included .ticks {
      grid-template-columns: 1fr;
    }
  }

  .price-basis-note {
    color: var(--muted);
    text-align: center;
    margin-top: 18px;
    font-size: .88rem;
    line-height: 1.6;
  }

  .price-extras {
    grid-template-columns: repeat(auto-fit, minmax(clamp(240px, 26vw, 320px), 1fr));
    align-items: start;
    gap: 1rem;
    margin-top: clamp(1.5rem, 3vw, 2.4rem);
    display: grid;
  }

  .price-extra {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 20px 22px;
  }

  .price-extra-name {
    color: var(--ink);
    font-size: .9rem;
    font-weight: 600;
  }

  .price-extra-figure {
    letter-spacing: -.02em;
    color: var(--ink);
    margin: .25rem 0 .5rem;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .price-extra p {
    color: var(--body);
    font-size: .88rem;
    line-height: 1.6;
  }

  .price-note {
    color: var(--muted);
    text-align: center;
    margin-top: 26px;
    font-size: .87rem;
    line-height: 1.65;
  }

  .cta {
    border-radius: var(--radius-lg);
    text-align: center;
    color: #fff;
    box-shadow: var(--shadow-md);
    background: linear-gradient(135deg, #1e3a8a, #2563eb 48%, #0f766e);
    padding: clamp(40px, 6vw, 68px);
  }

  .cta h2 {
    color: #fff;
  }

  .cta p {
    color: #ffffffdb;
    max-width: 56ch;
    margin: 1rem auto 0;
  }

  .cta-actions {
    flex-wrap: wrap;
    justify-content: center;
    gap: .85rem;
    margin-top: 2rem;
    display: flex;
  }

  .cta .btn-ghost {
    color: var(--brand-dark);
    background: #fff;
    border-color: #0000;
  }

  .cta-note {
    color: #ffffffb3;
    max-width: 60ch;
    margin: 1.4rem auto 0;
    font-size: .86rem;
    line-height: 1.6;
  }

  .enquiry {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: start;
    gap: clamp(2rem, 5vw, 4rem);
    display: grid;
  }

  @media (max-width: 880px) {
    .enquiry {
      grid-template-columns: 1fr;
    }
  }

  .form {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    background: #fff;
    gap: 1rem;
    padding: clamp(24px, 3vw, 34px);
    display: grid;
    position: relative;
  }

  .field {
    gap: .35rem;
    display: grid;
  }

  .field label {
    color: var(--ink);
    font-size: .85rem;
    font-weight: 600;
  }

  .field input, .field select, .field textarea {
    font: inherit;
    color: var(--ink);
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 10px;
    width: 100%;
    padding: .65rem .8rem;
    font-size: .95rem;
  }

  .field textarea {
    resize: vertical;
    min-height: 92px;
  }

  .field input:focus, .field select:focus, .field textarea:focus {
    outline: 2px solid var(--brand);
    outline-offset: 1px;
    border-color: var(--brand);
  }

  .field-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
    display: grid;
  }

  @media (max-width: 560px) {
    .field-row {
      grid-template-columns: 1fr;
    }
  }

  .hp {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -9999px;
    overflow: hidden;
  }

  .form-status {
    text-align: center;
    margin-top: .6rem;
    font-size: .88rem;
    line-height: 1.55;
  }

  .form-ok {
    color: var(--accent);
    font-weight: 600;
  }

  .form-bad {
    color: #b91c1c;
  }

  .form .btn {
    width: 100%;
    margin-top: .3rem;
  }

  .notes {
    grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
    gap: 26px;
    display: grid;
  }

  .notes h4 {
    margin-bottom: .4rem;
    font-size: .97rem;
  }

  .notes p {
    font-size: .9rem;
    line-height: 1.6;
  }

  .flow {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: clamp(1.75rem, 4vw, 3.25rem);
    display: grid;
  }

  @media (max-width: 940px) {
    .flow {
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }

  .flow-steps {
    gap: .4rem;
    margin: 0;
    padding: 0;
    display: grid;
  }

  .flow-step {
    text-align: left;
    cursor: pointer;
    width: 100%;
    font: inherit;
    color: var(--body);
    background: none;
    border: 1px solid #0000;
    border-radius: 12px;
    grid-template-columns: 30px 1fr;
    align-items: start;
    gap: .85rem;
    padding: .85rem 1.05rem 1.05rem;
    transition: background .18s, border-color .18s, box-shadow .18s;
    display: grid;
    position: relative;
  }

  .flow-step:hover {
    background: var(--bg-soft);
  }

  .flow-step:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 2px;
  }

  .flow-step[aria-selected="true"] {
    border-color: var(--line);
    box-shadow: var(--shadow-sm);
    background: #fff;
  }

  .flow-step .n {
    background: var(--line-soft);
    width: 30px;
    height: 30px;
    color: var(--muted);
    border: 1px solid var(--line);
    border-radius: 50%;
    place-items: center;
    font-size: .82rem;
    font-weight: 700;
    transition: background .2s, color .2s, border-color .2s;
    display: grid;
  }

  .flow-step[aria-selected="true"] .n {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
  }

  .flow-step b {
    color: var(--ink);
    letter-spacing: -.012em;
    font-size: 1rem;
    font-weight: 650;
    display: block;
  }

  .flow-step .d {
    color: var(--muted);
    margin-top: .22rem;
    font-size: .9rem;
    line-height: 1.55;
    display: block;
  }

  .flow-step[aria-selected="true"] .d {
    color: var(--body);
  }

  .flow-bar {
    background: var(--line);
    opacity: 0;
    border-radius: 2px;
    height: 2px;
    transition: opacity .2s;
    position: absolute;
    bottom: .5rem;
    left: 1.05rem;
    right: 1.05rem;
    overflow: hidden;
  }

  .flow-step[aria-selected="true"] .flow-bar {
    opacity: 1;
  }

  .flow-bar i {
    background: var(--brand);
    transform-origin: 0;
    height: 100%;
    display: block;
    transform: scaleX(0);
  }

  .flow-media {
    position: sticky;
    top: 96px;
  }

  @media (max-width: 940px) {
    .flow-media {
      position: static;
    }
  }

  .flow-frame {
    background: var(--bg-soft);
    aspect-ratio: calc(1.6 * (1 - var(--shot-left)));
    position: relative;
    overflow: hidden;
  }

  .flow-frame img {
    max-width: none;
    height: auto;
    width: calc(100% / (1 - var(--shot-left)));
    transform: translateX(calc(var(--shot-left) * -100%));
    opacity: 0;
    transition: opacity .45s;
    position: absolute;
    top: 0;
    left: 0;
  }

  .flow-frame img.on {
    opacity: 1;
  }

  .flow-cap {
    color: var(--muted);
    align-items: flex-start;
    gap: .65rem;
    margin-top: 1.15rem;
    font-size: .92rem;
    line-height: 1.6;
    display: flex;
  }

  .flow-cap svg {
    width: 17px;
    height: 17px;
    color: var(--accent);
    flex: none;
    margin-top: .24rem;
  }

  .flow-cap b {
    color: var(--ink-2);
    font-weight: 600;
  }

  .flow-hint {
    color: #94a3b8;
    margin-top: .9rem;
    font-size: .82rem;
  }

  footer {
    border-top: 1px solid var(--line);
    background: var(--bg-soft);
    padding: 44px 0;
  }

  .foot {
    color: var(--muted);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    font-size: .9rem;
    display: flex;
  }

  .foot-links {
    flex-wrap: wrap;
    gap: 1.5rem;
    display: flex;
  }

  .foot-who {
    text-align: right;
    gap: .3rem;
    line-height: 1.55;
    display: grid;
  }

  .foot-who a {
    color: inherit;
    font-weight: 600;
  }

  .foot-who a:hover {
    color: var(--brand);
  }

  @media (max-width: 720px) {
    .foot-who {
      text-align: left;
    }
  }

  .reveal {
    opacity: 0;
    transition: opacity .6s cubic-bezier(.2, .6, .2, 1), transform .6s cubic-bezier(.2, .6, .2, 1);
    transform: translateY(18px);
  }

  .reveal.in {
    opacity: 1;
    transform: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .reveal {
      opacity: 1;
      transition: none;
      transform: none;
    }

    html {
      scroll-behavior: auto;
    }

    .hero-shot {
      transform: none;
    }
  }

  .consent {
    z-index: 80;
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
    border-top: 1px solid var(--line);
    background: #fffffff7;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -8px 30px -18px #0f172a66;
  }

  .consent[hidden] {
    display: none;
  }

  .consent-inner {
    max-width: var(--maxw);
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    margin: 0 auto;
    padding: 18px 24px;
    display: flex;
  }

  .consent-text {
    color: var(--body);
    flex: 380px;
    margin: 0;
    font-size: .88rem;
    line-height: 1.6;
  }

  .consent-text b {
    color: var(--ink);
    font-weight: 600;
  }

  .consent-actions {
    flex-wrap: wrap;
    gap: .65rem;
    margin-left: auto;
    display: flex;
  }

  .consent-actions .btn {
    padding: .6rem 1.15rem;
    font-size: .9rem;
  }

  @media (max-width: 640px) {
    .consent-inner {
      gap: 1rem;
      padding: 16px 20px;
    }

    .consent-actions {
      width: 100%;
      margin-left: 0;
    }

    .consent-actions .btn {
      flex: 1;
    }
  }

  .benefits-strip {
    background: var(--bg-soft);
    border-bottom: 1px solid var(--line);
    padding-block: clamp(2.4rem, 5vw, 3.4rem);
  }

  .benefits-head {
    text-align: center;
    color: var(--ink);
    letter-spacing: -.015em;
    margin-bottom: clamp(1.4rem, 3vw, 2.1rem);
    font-size: 1.05rem;
    font-weight: 700;
  }

  .benefits {
    grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
    gap: clamp(1.25rem, 2.6vw, 2rem);
    display: grid;
  }

  .benefit .k {
    background: var(--brand-soft);
    width: 36px;
    height: 36px;
    color: var(--brand);
    border-radius: 10px;
    place-items: center;
    margin-bottom: .8rem;
    display: grid;
  }

  .benefit .k svg {
    width: 18px;
    height: 18px;
  }

  .benefit b {
    color: var(--ink);
    letter-spacing: -.012em;
    margin-bottom: .28rem;
    font-size: 1rem;
    font-weight: 650;
    display: block;
  }

  .benefit p {
    font-size: .92rem;
    line-height: 1.6;
  }

  .modules {
    grid-template-columns: repeat(auto-fit, minmax(286px, 1fr));
    gap: 18px;
    display: grid;
  }

  .module {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    background: #fff;
    padding: 26px 26px 28px;
    transition: box-shadow .18s, transform .18s, border-color .18s;
  }

  .module:hover {
    box-shadow: var(--shadow-md);
    border-color: #cbd5e1;
    transform: translateY(-2px);
  }

  .module .k {
    background: var(--brand-soft);
    width: 38px;
    height: 38px;
    color: var(--brand);
    border-radius: 10px;
    place-items: center;
    margin-bottom: 1rem;
    display: grid;
  }

  .module .k svg {
    width: 19px;
    height: 19px;
  }

  .module h3 {
    margin-bottom: .45rem;
    font-size: 1.05rem;
  }

  .module p {
    font-size: .93rem;
    line-height: 1.6;
  }

  .glance {
    grid-template-columns: minmax(0, 1.32fr) minmax(0, .68fr);
    align-items: center;
    gap: clamp(1.75rem, 4vw, 3rem);
    display: grid;
  }

  @media (max-width: 940px) {
    .glance {
      grid-template-columns: 1fr;
    }
  }

  .glance .shot {
    box-shadow: var(--shadow-md);
  }

  .glance .ticks {
    margin-top: 0;
  }

  .sec-grid {
    grid-template-columns: repeat(auto-fit, minmax(228px, 1fr));
    gap: clamp(1.5rem, 3vw, 2.25rem);
    margin-top: clamp(2rem, 4vw, 3rem);
    display: grid;
  }

  .sec-grid b {
    color: #fff;
    letter-spacing: -.012em;
    margin-bottom: .35rem;
    font-size: .98rem;
    font-weight: 650;
    display: block;
  }

  .sec-grid p {
    color: #94a3b8;
    font-size: .9rem;
    line-height: 1.6;
  }

  section.trusted {
    border-block: 1px solid var(--line);
    background: var(--bg-soft);
    padding-block: clamp(2.5rem, 5vw, 3.5rem);
  }

  .trusted-row {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem 2.5rem;
    display: flex;
  }

  .trusted-copy .eyebrow {
    margin-bottom: .5rem;
  }

  .trusted-copy h2 {
    font-size: clamp(1.3rem, 2.4vw, 1.65rem);
  }

  .partner {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    color: var(--ink);
    background: #fff;
    flex: 0 460px;
    align-items: center;
    gap: 1rem;
    padding: 18px 22px;
    transition: border-color .2s, transform .2s;
    display: flex;
  }

  .partner:hover {
    border-color: var(--brand);
    transform: translateY(-1px);
  }

  .partner:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 2px;
  }

  .partner-mark {
    background: #fff;
    border-radius: 50%;
    flex: none;
    width: 46px;
    height: 46px;
    display: block;
  }

  .partner-body {
    gap: .15rem;
    min-width: 0;
    display: grid;
  }

  .partner-body b {
    letter-spacing: -.01em;
    font-size: 1.05rem;
  }

  .partner-body span {
    color: var(--muted);
    font-size: .88rem;
    line-height: 1.45;
  }

  .partner-site {
    color: var(--brand);
    white-space: nowrap;
    margin-left: auto;
    font-size: .83rem;
    font-weight: 600;
  }

  @media (max-width: 520px) {
    .partner-site {
      display: none;
    }
  }

  .why-grid {
    grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
    gap: clamp(1.5rem, 3vw, 2.5rem);
    display: grid;
  }

  .why-grid .n {
    letter-spacing: .08em;
    color: var(--brand);
    font-variant-numeric: tabular-nums;
    margin-bottom: .55rem;
    font-size: .8rem;
    font-weight: 700;
    display: block;
  }

  .why-grid h3 {
    margin-bottom: .4rem;
    font-size: 1.05rem;
  }

  .why-grid p {
    font-size: .93rem;
    line-height: 1.6;
  }

  .compare {
    grid-template-columns: repeat(auto-fit, minmax(318px, 1fr));
    align-items: start;
    gap: 20px;
    display: grid;
  }

  .compare-col {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    background: #fff;
    padding: 26px 28px;
  }

  .compare-col.is-out {
    background: var(--bg-soft);
    box-shadow: none;
  }

  .compare-head {
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.1rem;
    padding-bottom: .9rem;
    font-size: .92rem;
    font-weight: 700;
    display: flex;
  }

  .compare-head svg {
    flex: none;
    width: 18px;
    height: 18px;
  }

  .is-in .compare-head svg {
    color: var(--accent);
  }

  .is-out .compare-head svg {
    color: var(--muted);
  }

  .compare-col ul {
    gap: .7rem;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
  }

  .is-in li {
    padding-left: 1.4rem;
    font-size: .93rem;
    line-height: 1.55;
    position: relative;
  }

  .is-in li:before {
    content: "";
    background: var(--accent);
    border-radius: 50%;
    width: 7px;
    height: 7px;
    position: absolute;
    top: .6em;
    left: 0;
  }

  .is-out li {
    gap: .16rem;
    display: grid;
  }

  .is-out li b {
    color: var(--ink);
    font-size: .95rem;
    font-weight: 650;
  }

  .is-out li span {
    color: var(--muted);
    font-size: .88rem;
    line-height: 1.6;
  }

  .compare-close {
    text-align: center;
    color: var(--muted);
    margin-top: 1.7rem;
    max-width: 66ch;
    margin-inline: auto;
    font-size: .9rem;
    line-height: 1.6;
  }
}

@layer utilities {
  .fixed {
    position: fixed;
  }

  .static {
    position: static;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

  .grow {
    flex-grow: 1;
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}

@keyframes flowfill {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
