/* Generated by tools/build-chrome.mjs from index.html — do not edit.
   index.html keeps this same CSS inline; change it there and re-run. */
.nav-outer, .nav-outer *, footer, footer * { box-sizing: border-box; }
/* :where() so these carry no specificity of their own - a plain
   .nav-outer a rule would outrank .btn-pill and paint the call-to-action's
   label black on its black pill. */
.nav-outer :where(a), footer :where(a) { color: inherit; text-decoration: none; }
.nav-outer :where(ul), footer :where(ul) { list-style: none; margin: 0; padding: 0; }
.nav-outer, footer { font-family: 'Inter', system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; }
.nav-outer button, footer button { font-family: inherit; }
:root { --black: #0a0a0a; --white: #ffffff; --g200: #e8e8e8; --g400: #a0a0a0; --g600: #666666; }

/* ════════════════════════════════
   NAV
════════════════════════════════ */
.nav-outer {
  position: fixed; top: 20px; left: 50%; transform: translateX(-50%);
  z-index: 200; width: calc(100% - 48px); max-width: 960px;
}
nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 15px; gap: 12px;
  background: rgba(255,255,255,0.92); border: 1px solid var(--g200);
  border-radius: 100px; backdrop-filter: blur(12px); position: relative;
}
.nav-logo { display: flex; align-items: center; flex-shrink: 0; margin-left: 14px; }
.nav-links {
  display: flex; align-items: center; gap: 30px;
  list-style: none; flex: 1; justify-content: center;
}
.nav-links a { font-size: 18px; font-weight: 500; color: var(--black); transition: opacity .2s; white-space: nowrap; }
.nav-links a:hover { opacity: .5; }
.nav-chip {
  display: inline-flex; align-items: center;
  padding: 15px 30px; border: 1px solid #CACACA; border-radius: 100px;
  font-size: 18px; font-weight: 500; transition: opacity .2s;
}
.nav-chip:hover { opacity: .5; }
/* ── LANGUAGE DROPDOWN ── */
.lang-globe { display: block; opacity: .7; flex-shrink: 0; }
.lang-wrap { position: relative; flex-shrink: 0; }
.lang-btn {
  display: flex; align-items: center; gap: 5px;
  background: none; border: 1px solid var(--g200); border-radius: 100px;
  padding: 8px 12px; font-size: 13px; font-weight: 600; cursor: pointer;
  font-family: inherit; color: var(--black);
  transition: opacity .2s, border-color .2s; letter-spacing: .06em;
}
.lang-btn:hover { opacity: .6; }
.lang-chevron { font-size: 9px; opacity: .6; transition: transform .2s; display: inline-block; }
.lang-btn.open .lang-chevron { transform: rotate(180deg); }
.lang-dd {
  position: absolute; top: calc(100% + 8px); right: 0;
  background: var(--white); border: 1px solid var(--g200);
  border-radius: 14px; padding: 5px; min-width: 130px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.09);
  opacity: 0; transform: translateY(-6px); pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease; z-index: 300;
}
.lang-dd.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.lang-dd-btn {
  display: block; width: 100%; text-align: left;
  background: none; border: none; padding: 9px 13px; border-radius: 9px;
  font-family: inherit; font-size: 14px; font-weight: 500;
  cursor: pointer; color: var(--black); transition: background .12s; white-space: nowrap;
}
.lang-dd-btn:hover { opacity: .55; }
.lang-dd-btn.is-active { font-weight: 700; }
/* Mobile-only lang switch inside hamburger dropdown */
.nav-lang-mob { display: none !important; }
.lang-mob-row { display: flex; gap: 8px; }
.lang-mob-opt {
  flex: 1; background: none; border: 1px solid var(--g200); border-radius: 10px;
  padding: 9px 10px; font-family: inherit; font-size: 15px; font-weight: 500;
  cursor: pointer; color: var(--g600); transition: border-color .2s, color .2s;
  text-align: center;
}
.lang-mob-opt.is-active { border-color: var(--black); color: var(--black); font-weight: 600; }
.btn-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--black); color: var(--white); border: none;
  padding: 10px 22px; border-radius: 100px;
  font-family: inherit; font-size: 14px; font-weight: 500;
  cursor: pointer; white-space: nowrap;
  transition: transform .5s cubic-bezier(0.22,1,0.36,1), opacity .5s cubic-bezier(0.22,1,0.36,1);
  text-decoration: none; will-change: transform;
}
.btn-pill:hover { opacity: .9; transform: scale(1.03); }
.btn-pill:active { transform: scale(.965); transition: transform .12s cubic-bezier(0.22,1,0.36,1), opacity .12s ease; }
@media (hover: none) {
.btn-pill:hover { opacity: 1; transform: none; }
}
.nav-cta { padding: 15px 30px; font-size: 15px; margin-right: 4px; }
.nav-toggle {
  display: none; flex-direction: column; gap: 6px;
  cursor: pointer; padding: 4px; background: none; border: none; margin-right: 8px;
}
.nav-toggle span { display: block; width: 20px; height: 1.5px; background: var(--black); }
@keyframes menuOpen {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}
.bk-submit-row .btn-pill:disabled { opacity: .4; cursor: default; transform: none; }
/* ════════════════════════════════
   FOOTER
════════════════════════════════ */
/* One inverted card, inset from the page like the store/FAQ panels, so the
   site ends on a deliberate block rather than trailing off into a thin rule.
   Everything inside is expressed against the card, not the page: the greys are
   white at low alpha rather than --g400/--g600, because those were mixed for a
   white background and go muddy on black. */
/* The card is full-bleed rather than sitting inside .wrap: the inset is the
   same on the left, the right and the bottom, so it reads as one block set
   into the page instead of a centred column with the page showing past it. */
footer { --ft-gap: 28px; padding: 0 var(--ft-gap) var(--ft-gap); }
.ft-card {
  background: var(--black); color: #fff;
  border-radius: 36px; padding: 44px 48px 26px;
}
/* ── top row: identity, language, promise, the one action ── */
.ft-top {
  display: flex; align-items: center; gap: 26px;
  padding-bottom: 44px;
}
.ft-logo { display: flex; flex-shrink: 0; }
.ft-logo svg path { fill: #fff; }
.ft-rule { width: 1px; height: 26px; background: rgba(255,255,255,.16); flex-shrink: 0; }
.ft-langs { display: flex; gap: 2px; padding: 3px; border-radius: 100px; background: rgba(255,255,255,.08); flex-shrink: 0; }
.ft-lang {
  font-family: inherit; font-size: 12px; font-weight: 500; letter-spacing: .04em;
  padding: 6px 12px; border: 0; border-radius: 100px; cursor: pointer;
  background: none; color: rgba(255,255,255,.55); transition: color .2s, background .2s;
}
.ft-lang:hover { color: #fff; }
.ft-lang.is-active { background: #fff; color: var(--black); }
.ft-tagline { font-size: 15px; color: rgba(255,255,255,.62); line-height: 1.5; }
/* the mail chip is the inverse of the black pill used everywhere else */
.ft-mail {
  margin-left: auto; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; color: var(--black);
  border-radius: 100px; padding: 14px 30px;
  font-size: 15px; font-weight: 500; text-decoration: none;
  transition: transform .25s cubic-bezier(.22,1,.36,1), opacity .2s;
}
.ft-mail:hover { transform: translateY(-2px); opacity: .92; }
/* ── link columns ── */
.ft-cols {
  display: grid; grid-template-columns: 1.1fr 1.5fr 1.2fr 1fr;
  gap: 40px; padding: 40px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.ft-h {
  font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin-bottom: 22px;
}
.ft-col a {
  display: block; font-size: 15px; color: rgba(255,255,255,.72);
  text-decoration: none; margin-bottom: 15px; transition: color .2s;
  width: fit-content;
}
.ft-col a:hover { color: #fff; }
.ft-tag {
  display: inline-block; margin-left: 8px; padding: 2px 7px;
  font-size: 10px; font-weight: 600; letter-spacing: .06em;
  border: 1px solid rgba(255,255,255,.25); border-radius: 6px;
  color: rgba(255,255,255,.75); vertical-align: 2px;
}
/* ── compliance plaques ─────────────────────────────────────────────────────
   These were two filled squares, one flat green and one flat white, sitting
   side by side in a narrow column - which read as app-store buttons rather than
   as a compliance statement, and at that width neither had room for more than
   an acronym.

   Stacked and set as plaques instead: full column width, a hairline border and
   a barely-there surface, a mark on the left and the statement set in small
   letterspaced caps to the right. Two details do most of the work - the rule
   between the glyph and the text, which is what makes a label read as issued
   rather than decorative, and lining the two plaques up so the marks and the
   sub-lines share a baseline down the column.

   Deliberately NOT dressed as a third-party seal: no wreath, no ribbon, no
   invented certificate number or issuing body. There is no such thing as a GDPR
   certificate, and a badge that implies one is worth less to a buyer who knows
   that than a precise claim is. */
.ft-badges { display: flex; flex-direction: column; gap: 8px; }
.ft-badge {
  display: flex; align-items: center; gap: 11px;
  padding: 11px 13px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.045);
  color: #fff;
}
.ft-badge-ico {
  display: flex; flex-shrink: 0; color: #4ade80;
  /* the rule is the "issued" cue - it separates the mark from the statement the
     way a stamp is separated from the text it certifies */
  padding-right: 11px; border-right: 1px solid rgba(255,255,255,.15);
}
.ft-badge-ico svg { display: block; }
.ft-badge-txt { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.ft-badge-mark { font-size: 14px; font-weight: 650; letter-spacing: -.01em; line-height: 1.1; }
.ft-badge-sub {
  font-size: 9.5px; font-weight: 600; letter-spacing: .13em;
  text-transform: uppercase; color: rgba(255,255,255,.55); line-height: 1.2;
}
.ft-status { display: flex; align-items: center; gap: 9px; margin-top: 18px; font-size: 13px; color: rgba(255,255,255,.72); }
.ft-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.2); flex-shrink: 0; }
/* ── bottom rule ── */
.ft-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);
  font-size: 13px; color: rgba(255,255,255,.45);
}
.ft-bottom a { color: rgba(255,255,255,.45); text-decoration: none; transition: color .2s; }
.ft-bottom a:hover { color: #fff; }
@media (max-width: 1100px) {
.ft-cols { grid-template-columns: 1fr 1fr; gap: 36px 40px; }
.ft-top { flex-wrap: wrap; }
.ft-tagline { order: 3; flex-basis: 100%; }
.ft-mail { margin-left: auto; }
}
@media (max-width: 700px) {
footer { --ft-gap: 16px; }
.ft-card { padding: 34px 26px 22px; border-radius: 28px; }
.ft-top { gap: 16px; padding-bottom: 32px; }
.ft-mail { width: 100%; margin-left: 0; order: 4; justify-content: center; }
.ft-cols { grid-template-columns: 1fr 1fr; gap: 32px 24px; padding: 32px 0; }
.ft-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
}
@media (max-width: 440px) {
.ft-cols { grid-template-columns: 1fr; gap: 26px; }
.ft-h { margin-bottom: 14px; }
.ft-col a { margin-bottom: 12px; }
.ft-badges { max-width: 250px; }
.ft-status { margin-top: 14px; }
}
@media (max-width: 900px) {
.nav-outer { width: calc(100% - 32px); top: 14px; }
nav {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 12px; border-radius: 100px; gap: 0; position: relative;
  }
.nav-logo { margin-left: 4px; }
.btn-pill.nav-cta {
    position: absolute; left: 50%; transform: translateX(-50%);
    padding: 10px 18px; font-size: 13px; margin-right: 0;
  }
.btn-pill.nav-cta:hover { transform: translateX(-50%) scale(1.04); }
.lang-wrap { display: none; }
.nav-links { display: none; }
.nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: calc(100% + 10px); left: 0; right: 0;
    background: rgba(255,255,255,0.97); border: 1px solid var(--g200);
    border-radius: 20px; padding: 20px 24px; gap: 20px;
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    z-index: 10; animation: menuOpen 0.28s cubic-bezier(0.16,1,0.3,1) both;
  }
.nav-lang-mob { display: list-item !important; }
.nav-toggle { display: flex; margin-right: 4px; }
.footer-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 809px) {
.nav-outer { top: 16px; }
/* content-box + a fixed 67 px row: 67 + 2 px border = the required 69 px,
     and the content box stays 67 px however far the menu pushes padding-bottom,
     so row 1 never moves. */
  nav { box-sizing: content-box; height: 67px; padding-top: 0; padding-bottom: 0; }
}
@media (max-width: 900px) {
nav {
    position: relative; overflow: hidden;
    /* padding-bottom, not height: padding sits OUTSIDE the content box, so the
       pill grows downward while row 1 keeps its own box and stays exactly where
       it is. Animating height instead re-centres the logo/CTA/burger inside the
       taller pill, which is why the row slid to the middle. */
    transition: padding-bottom .46s cubic-bezier(.16, 1, .3, 1);
    /* Radius pinned to half the CLOSED height, and it never animates. The old
       100px was being clamped down to half the height while the pill was short,
       so the *effective* radius kept changing as the pill grew and the corners
       visibly popped on the first frames. A fixed value renders identically to
       today when closed and stays seamless all the way open. */
    border-radius: 28px;
  }
/* the burger is a plain <button>: kill the platform tap flash so nothing
     grey ever paints behind it. Keyboard :focus-visible is left intact. */
  .nav-toggle {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none; appearance: none;
    background: none; border: 0; outline: none;
    touch-action: manipulation;
    -webkit-user-select: none; user-select: none;
  }
.nav-toggle:hover, .nav-toggle:active, .nav-toggle:focus {
    background: none; outline: none; box-shadow: none;
  }
.nav-links {
    display: flex; flex-direction: column; align-items: flex-start; gap: 20px;
    position: absolute; left: 0; right: 0; top: var(--navrow, 100%); bottom: auto;
    padding: 4px 22px 24px; margin: 0; z-index: 1;
    background: none; border: 0; border-radius: 0; box-shadow: none;
    backdrop-filter: none; -webkit-backdrop-filter: none; animation: none;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .2s ease, visibility 0s linear .2s;
  }
nav.is-open .nav-links {
    opacity: 1; visibility: visible; pointer-events: auto;
    transition: opacity .34s ease .08s, visibility 0s linear 0s;
  }
/* two bars -> X. The bars are 1.5 px with a 6 px gap, so each sits exactly
     3.75 px from the midpoint between them: that is the travel to the centre,
     where they cross. Same easing and duration the three-bar version had. */
  .nav-toggle span {
    transform-origin: 50% 50%;
    transition: transform .38s cubic-bezier(.16, 1, .3, 1), opacity .18s ease;
  }
nav.is-open .nav-toggle span:nth-child(1) { transform: translateY(3.75px) rotate(45deg); }
nav.is-open .nav-toggle span:nth-child(2) { transform: translateY(-3.75px) rotate(-45deg); }
}
@media (max-width: 809px) {
nav { border-radius: 34.5px; }
}
@media (max-width: 900px) {
.btn-pill.nav-cta {
    justify-content: center;      /* so the narrow box clips the label evenly */
    overflow: hidden;
    max-width: calc(var(--cta-w, 160px) * .58);
    opacity: 0; filter: blur(10px);
    pointer-events: none;
    /* opacity is the fastest channel on purpose: the opening should be what
       you notice, not a slow wash-in */
    transition: max-width .72s cubic-bezier(.2, .96, .26, 1),
                opacity .32s ease-out,
                filter .52s ease-out,
                transform .5s cubic-bezier(.22, 1, .36, 1);
  }
nav.cta-live .btn-pill.nav-cta {
    max-width: var(--cta-w, 160px);
    opacity: 1; filter: blur(0);
    pointer-events: auto;
  }
/* never let the label shrink to fit - it has to keep its natural width and
     be clipped, otherwise the type would compress as the pill narrows */
  .nav-cta-label { flex: none; }
/* closing: quick, no overshoot */
  nav:not(.cta-live) .btn-pill.nav-cta {
    transition: max-width .3s cubic-bezier(.5, 0, .75, 0),
                opacity .22s ease-in,
                filter .24s ease-in;
  }
}
@media (prefers-reduced-motion: reduce) {
.btn-pill.nav-cta { transition: none !important; }
}
