/* ==========================================================================
   BigCarOS — Marketing Site
   Brand mark, colours and type taken from the product repo:
   packages/ui/BigSidebar.js (logo), packages/tokens/theme.css, design-bible.
   ========================================================================== */

/* Self-hosted webfonts — no request leaves our origin (see css/fonts.css). */
@import url('fonts.css');

:root {
  --paper:      #ffffff;
  --paper-alt:  #f5f5f7;
  --ink:        #1d1d1f;
  --ink-2:      #6e6e73;
  --ink-3:      #86868b;
  --hair:       #d2d2d7;

  --bg-0: #07070f;
  --bg-1: #0d0d1a;
  --bg-2: #141426;
  --bg-3: #1a1a2e;
  --dark-text:  #f6f8fb;
  --dark-body:  #d9e0ea;
  --dark-muted: #8f9daf;
  --dark-faint: #657287;

  /* Brand gradient — exactly the logo's stops */
  --accent:     #7b4dff;
  --accent-2:   #9d73ff;
  --accent-3:   #c7b3ff;

  --ok:    #64d9a5;
  --warn:  #f8c66a;
  --crit:  #ff3d57;
  --info:  #79b8ff;

  --m-flow: #8bf0d2; --m-customers: #f7b267; --m-vehicles: #8bf0d2;
  --m-call: #c8a2ff; --m-mail: #6dd5ed; --m-docs: #f5d76e;
  --m-ai: #ff8fc7; --m-analytics: #7ee8fa;

  --w: 980px;
  --w-wide: 1240px;
  --font: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
  --ease: cubic-bezier(.2,.8,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font); background: var(--paper); color: var(--ink);
  font-size: 17px; line-height: 1.47; letter-spacing: -.012em;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ---- Layout -------------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--w); margin: 0 auto; padding: 0 22px; }
.wrap-wide { width: 100%; max-width: var(--w-wide); margin: 0 auto; padding: 0 22px; }
.sec { padding: 110px 0; }
.sec-sm { padding: 76px 0; }
.center { text-align: center; }
.dark { background: var(--bg-0); color: var(--dark-text); }
.dark .lead, .dark .body { color: var(--dark-muted); }
.paper-alt { background: var(--paper-alt); }

/* ---- Typography ---------------------------------------------------------- */
.display { font-size: clamp(44px, 7.2vw, 88px); line-height: 1.04; font-weight: 600; letter-spacing: -.035em; }
.h1 { font-size: clamp(36px, 5.2vw, 64px); line-height: 1.07; font-weight: 600; letter-spacing: -.032em; }
.h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.09; font-weight: 600; letter-spacing: -.028em; }
.lead { font-size: clamp(19px, 2.1vw, 26px); line-height: 1.36; color: var(--ink-2); letter-spacing: -.016em; }
.body { font-size: 17px; line-height: 1.53; color: var(--ink-2); }
.small { font-size: 14px; line-height: 1.45; color: var(--ink-3); }
.kicker { font-size: 15px; font-weight: 600; color: var(--accent); }
.measure { max-width: 700px; }
.mx { margin-left: auto; margin-right: auto; }
.grad { background: linear-gradient(120deg,#c7b3ff,#9d73ff 50%,#7b4dff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ---- Buttons ------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 23px; border-radius: 980px; font-size: 17px; font-weight: 500;
  border: 1px solid transparent; cursor: pointer;
  transition: background .2s, transform .2s var(--ease), color .2s;
}
.btn-fill { background: var(--accent); color: #fff; }
.btn-fill:hover { background: #6a3ded; }
.btn-line { border-color: var(--accent); color: var(--accent); }
.btn-line:hover { background: var(--accent); color: #fff; }
.dark .btn-line { border-color: var(--accent-2); color: var(--accent-2); }
.dark .btn-line:hover { background: var(--accent-2); color: #08080f; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-row.center { justify-content: center; }
.btn-block { width: 100%; }

/* ---- Nav ----------------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 100; height: 54px;
  background: rgba(255,255,255,.72); backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.nav-in { max-width: var(--w-wide); margin: 0 auto; padding: 0 22px; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.nav-links { display: flex; gap: 27px; align-items: center; }
.nav-links a { font-size: 13px; color: rgba(29,29,31,.86); transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-right { display: flex; align-items: center; gap: 20px; }
.nav-login { font-size: 13px; color: rgba(29,29,31,.86); }
.nav-login:hover { color: var(--ink); }
.nav-cta { font-size: 13px; font-weight: 500; color: var(--accent); }
.nav-burger { display: none; background: none; border: 0; padding: 6px; }

/* ---- Brand lockup — the real BigCarOS mark -------------------------------- */
.mark { display: inline-flex; align-items: center; gap: 10px; }
.mark img { width: 34px; height: 28px; flex-shrink: 0; filter: drop-shadow(0 0 12px rgba(123,77,255,.32)); }
.mark .wm { display: flex; flex-direction: column; line-height: 1; }
.mark .wm b { font-size: 18px; font-weight: 800; letter-spacing: -.005em; color: var(--ink); }
.mark .wm b i { font-style: normal; color: var(--accent); }
.mark .wm small { font-size: 8px; letter-spacing: .085em; text-transform: uppercase; color: var(--ink-3); margin-top: 4px; font-weight: 500; }
.dark .mark .wm b { color: #fff; }
.dark .mark .wm b i { color: var(--accent-2); }
.dark .mark .wm small { color: var(--dark-faint); }
.mark--lg img { width: 46px; height: 38px; }
.mark--lg .wm b { font-size: 24px; }
.mark--lg .wm small { font-size: 9px; }

/* ---- Hero ---------------------------------------------------------------- */
.hero { padding: 84px 0 0; text-align: center; }
.hero .display { max-width: 15ch; margin: 0 auto; }
.hero .lead { margin: 20px auto 0; max-width: 640px; }
.hero .btn-row { margin-top: 30px; }
.stage { margin-top: 56px; padding-bottom: 110px; }

/* ---- Product screenshots (real app images) -------------------------------- */
.shot {
  border-radius: 20px; overflow: hidden; background: var(--bg-0);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 40px 100px -30px rgba(20,10,60,.45), 0 8px 30px rgba(0,0,0,.12);
}
.shot img { width: 100%; height: auto; }
.dark .shot { box-shadow: 0 40px 110px -40px rgba(123,77,255,.45); }
.shot-cap { margin-top: 14px; text-align: center; font-size: 13px; color: var(--ink-3); }
.dark .shot-cap { color: var(--dark-faint); }

/* ---- Statement / quote --------------------------------------------------- */
.statement { padding: 130px 0; }
.statement p { font-size: clamp(28px,4.2vw,54px); line-height: 1.14; font-weight: 600; letter-spacing: -.03em; }
.statement .sub { font-size: clamp(17px,1.7vw,21px); font-weight: 400; color: var(--ink-3); margin-top: 24px; letter-spacing: -.01em; }
.dark .statement .sub { color: var(--dark-faint); }
.quote { padding: 120px 0; text-align: center; }
.quote .not { font-size: clamp(20px,2.4vw,28px); color: var(--dark-faint); text-decoration: line-through; }
.quote .is { font-size: clamp(30px,4.6vw,56px); font-weight: 600; letter-spacing: -.03em; line-height: 1.1; margin-top: 18px; }

/* ---- Feature rows -------------------------------------------------------- */
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.row.flip .row-media { order: -1; }
.row-copy .h2 { margin-bottom: 18px; }
.row-copy .body { font-size: 19px; line-height: 1.5; }
.dark .row-copy .body { color: var(--dark-body); }
.blist { margin-top: 28px; display: grid; gap: 14px; }
.blist li { display: flex; gap: 13px; align-items: flex-start; font-size: 17px; }
.blist .tick { width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; margin-top: 2px; background: rgba(123,77,255,.12); color: var(--accent); display: grid; place-items: center; }
.dark .blist .tick { background: rgba(157,115,255,.18); color: var(--accent-2); }
.blist .tick svg { width: 11px; height: 11px; }

/* ---- Benefits ------------------------------------------------------------ */
.bens { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.ben {
  background: #fff; border-radius: 20px; padding: 32px 30px;
  box-shadow: 0 8px 20px rgba(23,31,48,.06); border: 1px solid rgba(23,31,48,.05);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.ben:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(23,31,48,.1); }
.ben .ic { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 18px; background: linear-gradient(140deg, rgba(157,115,255,.16), rgba(123,77,255,.08)); color: var(--accent); }
.ben .ic svg { width: 22px; height: 22px; }
.ben h3 { font-size: 22px; font-weight: 600; letter-spacing: -.022em; line-height: 1.2; }
.ben p { font-size: 16px; color: var(--ink-2); margin-top: 10px; line-height: 1.52; }
.ben .proof { display: inline-block; margin-top: 16px; font-size: 13.5px; font-weight: 500; color: var(--accent); }

.outcomes { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; text-align: center; }
.outcome .n { font-size: clamp(30px,3.6vw,44px); font-weight: 600; letter-spacing: -.03em; line-height: 1.05; }
.outcome p { font-size: 14.5px; color: var(--ink-3); margin-top: 10px; line-height: 1.4; }
.dark .outcome p { color: var(--dark-faint); }

/* ---- Workspace tiles ------------------------------------------------------ */
.mods { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.mod {
  background: var(--bg-2); border: 1px solid rgba(255,255,255,.08); border-radius: 16px;
  padding: 18px 20px; transition: transform .3s var(--ease), border-color .3s, background .3s;
}
.mod:hover { transform: translateY(-3px); background: var(--bg-3); border-color: rgba(157,115,255,.4); }
.mod-hd { display: flex; align-items: center; gap: 12px; }
.mod .ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: rgba(255,255,255,.06); flex-shrink: 0; }
.mod .ic svg { width: 17px; height: 17px; }
.mod h4 { font-size: 16px; font-weight: 600; color: var(--dark-text); letter-spacing: -.015em; flex: 1; }
.mod .badge { min-width: 22px; height: 22px; border-radius: 11px; background: var(--crit); color: #fff; font-size: 11px; font-weight: 600; display: grid; place-items: center; padding: 0 7px; flex-shrink: 0; }
.mod p { font-size: 14px; color: var(--dark-muted); margin-top: 12px; line-height: 1.5; }
.mod.on { background: linear-gradient(135deg, rgba(123,77,255,.92), rgba(157,115,255,.6)); border-color: transparent; }
.mod.on .ic { background: rgba(255,255,255,.2); color: #fff; }
.mod.on h4 { color: #fff; }
.mod.on p { color: rgba(255,255,255,.86); }
.mod.on .badge { background: rgba(255,255,255,.28); }

/* ---- Pricing ------------------------------------------------------------- */
.bill { display: inline-flex; align-items: center; gap: 14px; font-size: 15px; color: var(--ink-2); }
.sw { position: relative; width: 50px; height: 28px; flex-shrink: 0; }
.sw input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; z-index: 2; }
.sw .tr { position: absolute; inset: 0; background: #d8d8de; border-radius: 999px; transition: background .25s; }
.sw .th { position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.25); transition: transform .25s var(--ease); }
.sw input:checked ~ .tr { background: var(--accent); }
.sw input:checked ~ .tr .th { transform: translateX(22px); }
.bill .save { color: var(--accent); font-weight: 600; }

/* Launch offer band */
.offer {
  position: relative; overflow: hidden; border-radius: 22px;
  padding: 30px 34px; margin-bottom: 40px; text-align: center;
  background: linear-gradient(135deg, #2b2352 0%, #1a1437 55%, #120e28 100%);
  border: 1px solid rgba(157,115,255,.34);
  box-shadow: 0 26px 60px -30px rgba(123,77,255,.7);
}
.offer::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(70% 130% at 50% -10%, rgba(199,179,255,.24), transparent 62%);
}
.offer .tag {
  display: inline-block; position: relative; font-size: 11px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--accent-3);
  border: 1px solid rgba(199,179,255,.34); border-radius: 999px; padding: 6px 14px;
}
.offer h3 {
  position: relative; margin-top: 16px; color: #fff;
  font-size: clamp(24px, 3vw, 34px); font-weight: 600; letter-spacing: -.026em; line-height: 1.14;
}
.offer h3 em { font-style: normal; color: var(--accent-3); }
.offer p { position: relative; margin: 12px auto 0; max-width: 560px; font-size: 16px; color: var(--dark-muted); line-height: 1.5; }

.plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.plan {
  background: #fff; border: 1px solid var(--hair); border-radius: 22px; padding: 32px 28px;
  display: flex; flex-direction: column; position: relative;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.plan:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(23,31,48,.1); }
.plan.pop { border-color: var(--accent); box-shadow: 0 20px 50px -18px rgba(123,77,255,.4); }
.plan .flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff; font-size: 12px; font-weight: 600;
  padding: 5px 14px; border-radius: 999px; white-space: nowrap;
}
.plan h3 { font-size: 20px; font-weight: 600; letter-spacing: -.02em; }
.plan .who { font-size: 14.5px; color: var(--ink-3); margin-top: 5px; min-height: 42px; }
.plan .amt { display: flex; align-items: baseline; gap: 5px; margin: 16px 0 5px; }
.plan .amt .v { font-size: 44px; font-weight: 600; letter-spacing: -.035em; }
.plan .amt .p { font-size: 15px; color: var(--ink-3); }
.plan .billed { font-size: 13.5px; color: var(--ink-2); min-height: 20px; }
.plan .billed b { color: var(--ink); font-weight: 600; }
.plan .vat { font-size: 12.5px; color: var(--ink-3); margin-top: 3px; }
/* one-off setup fee */
.plan .setup {
  display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
  margin: 18px 0 22px; padding: 12px 14px; border-radius: 12px;
  background: var(--paper-alt); border: 1px solid rgba(23,31,48,.06);
}
.plan.pop .setup { background: rgba(123,77,255,.07); border-color: rgba(123,77,255,.16); }
.plan .setup .k { font-size: 13px; color: var(--ink-2); }
.plan .setup .n { font-size: 15px; font-weight: 600; letter-spacing: -.015em; white-space: nowrap; }
/* pilot-partner price */
.plan .pilot {
  display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap;
  margin-top: 10px; padding: 10px 13px; border-radius: 11px;
  background: linear-gradient(135deg, rgba(123,77,255,.11), rgba(157,115,255,.05));
  border: 1px dashed rgba(123,77,255,.34);
  font-size: 13.5px; color: var(--ink-2);
}
.plan .pilot b { font-size: 17px; font-weight: 600; color: var(--accent); letter-spacing: -.02em; }
.plan .btn { margin-bottom: 24px; }
.plan ul { display: grid; gap: 12px; }
.plan li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.plan li svg { width: 15px; height: 15px; color: var(--accent); flex-shrink: 0; margin-top: 4px; }
.price-note { text-align: center; margin-top: 34px; }

/* ---- Team — editorial / luxury treatment --------------------------------- */
.team-sec { position: relative; overflow: hidden; }
.team-sec::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(760px 420px at 18% 12%, rgba(157,115,255,.16), transparent 62%),
    radial-gradient(680px 460px at 84% 78%, rgba(123,77,255,.12), transparent 60%);
}
.team { display: grid; grid-template-columns: repeat(2,1fr); gap: 56px; max-width: 900px; margin: 0 auto; position: relative; }
.person { text-align: center; }
.portrait {
  position: relative; width: 100%; max-width: 320px; margin: 0 auto 28px;
  border-radius: 26px; padding: 1px;
  background: linear-gradient(150deg, rgba(199,179,255,.75), rgba(123,77,255,.28) 45%, rgba(255,255,255,.06));
  box-shadow: 0 34px 70px -28px rgba(123,77,255,.55), 0 10px 30px rgba(0,0,0,.35);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.person:hover .portrait { transform: translateY(-6px); box-shadow: 0 44px 90px -30px rgba(123,77,255,.7), 0 12px 34px rgba(0,0,0,.4); }
/* Studio backdrop. The portraits are transparent cutouts, so the whole look
   lives here: a soft key light behind the head, falling off into a deep
   indigo with a corner vignette — photographic rather than a flat gradient. */
.portrait span {
  display: block; border-radius: 25px; overflow: hidden;
  background:
    /* key light behind the subject */
    radial-gradient(64% 48% at 50% 20%, rgba(220,208,255,.44), rgba(146,116,232,.15) 46%, transparent 73%),
    /* corner vignette */
    radial-gradient(118% 96% at 50% 46%, transparent 42%, rgba(6,5,16,.58) 100%),
    /* base */
    linear-gradient(172deg, #272149 0%, #191434 54%, #0d0a1e 100%);
}
.portrait img { width: 100%; height: auto; display: block; aspect-ratio: 1 / 1.1; object-fit: cover; object-position: 50% 10%; }
/* grounds the figure so it doesn't float on the backdrop */
.portrait::after {
  content: ""; position: absolute; inset: 1px; border-radius: 25px; pointer-events: none;
  background: linear-gradient(to bottom, transparent 74%, rgba(9,7,22,.55) 100%);
}
.person h3 { font-size: 26px; font-weight: 600; letter-spacing: -.025em; color: var(--dark-text); }
.person .role {
  display: block; margin-top: 8px; font-size: 11px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--accent-3);
}
.person .rule { width: 34px; height: 1px; margin: 20px auto; background: linear-gradient(90deg, transparent, rgba(199,179,255,.7), transparent); }
.person p { font-size: 16px; color: var(--dark-muted); line-height: 1.6; max-width: 340px; margin: 0 auto; }
/* direct contact */
.person .pmail {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 24px;
  padding: 11px 20px; border-radius: 999px; font-size: 14.5px; font-weight: 500;
  color: var(--accent-3); border: 1px solid rgba(199,179,255,.26);
  background: rgba(199,179,255,.05);
  transition: background .25s var(--ease), border-color .25s, color .25s, transform .25s var(--ease), box-shadow .25s var(--ease);
}
.person .pmail svg { width: 15px; height: 15px; flex-shrink: 0; }
.person .pmail:hover {
  background: var(--accent); border-color: var(--accent); color: #fff;
  transform: translateY(-2px); box-shadow: 0 12px 26px -10px rgba(123,77,255,.8);
}
.person .pmail:focus-visible { outline: 2px solid var(--accent-3); outline-offset: 3px; }
.team-note { margin-top: 64px; text-align: center; position: relative; }
.team-note p {
  font-size: clamp(19px, 2.2vw, 26px); line-height: 1.42; font-weight: 500;
  letter-spacing: -.018em; color: var(--dark-body); max-width: 720px; margin: 0 auto;
}
.team-note cite { display: block; margin-top: 18px; font-style: normal; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--dark-faint); }

/* ---- Trust --------------------------------------------------------------- */
.trust { display: grid; grid-template-columns: repeat(2,1fr); gap: 34px 56px; }
.trust-item h4 { font-size: 18px; font-weight: 600; letter-spacing: -.015em; display: flex; align-items: center; gap: 10px; }
.trust-item h4 svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; }
.dark .trust-item h4 svg { color: var(--accent-2); }
.trust-item p { font-size: 15.5px; color: var(--ink-2); margin-top: 9px; line-height: 1.5; }
.dark .trust-item p { color: var(--dark-muted); }

/* ---- CTA ----------------------------------------------------------------- */
.cta { padding: 130px 0; text-align: center; }
.cta .h1 { max-width: 16ch; margin: 0 auto; }
.cta .lead { margin: 18px auto 0; max-width: 560px; }

/* ---- Contact section ------------------------------------------------------ */
.contact { display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; align-items: start; }
.contact-copy .h2 { margin-bottom: 18px; }
.contact-copy .lead { color: var(--dark-muted); font-size: 20px; }

.steps { margin-top: 34px; display: grid; gap: 20px; }
.step { display: flex; gap: 15px; align-items: flex-start; }
.step .no {
  width: 27px; height: 27px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center;
  font-size: 13px; font-weight: 600; color: var(--accent-3);
  background: rgba(157,115,255,.14); border: 1px solid rgba(157,115,255,.3);
}
.step b { display: block; font-size: 16px; font-weight: 600; color: var(--dark-text); }
.step span { display: block; font-size: 15px; color: var(--dark-muted); margin-top: 3px; line-height: 1.5; }

.direct { margin-top: 38px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.09); }
.direct p { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--dark-faint); margin-bottom: 14px; }
.direct a { display: inline-flex; align-items: center; gap: 9px; font-size: 15.5px; color: var(--dark-body); margin-right: 22px; margin-bottom: 8px; transition: color .2s; }
.direct a:hover { color: var(--accent-3); }
.direct a svg { width: 15px; height: 15px; color: var(--accent-2); flex-shrink: 0; }

/* Form card */
.form-card {
  background: #fff; border-radius: 22px; padding: 34px 32px;
  box-shadow: 0 30px 70px -30px rgba(0,0,0,.6);
}
.form-card h3 { font-size: 21px; font-weight: 600; letter-spacing: -.02em; margin-bottom: 6px; }
.form-card .hint { font-size: 14.5px; color: var(--ink-3); margin-bottom: 24px; }
.f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.f { margin-bottom: 15px; }
.f label { display: block; font-size: 13.5px; font-weight: 500; color: var(--ink-2); margin-bottom: 6px; }
.f label .req { color: var(--accent); }
.f input, .f select, .f textarea {
  width: 100%; padding: 12px 14px; border-radius: 11px; border: 1px solid var(--hair);
  background: #fff; font-family: inherit; font-size: 16px; color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.f textarea { min-height: 104px; resize: vertical; }
.f select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%236e6e73' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.f input:focus, .f select:focus, .f textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(123,77,255,.15); }
.f input[aria-invalid="true"], .f textarea[aria-invalid="true"] { border-color: var(--crit); }
.f .err { display: none; font-size: 13px; color: var(--crit); margin-top: 5px; }
.f.bad .err { display: block; }

.check { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; font-size: 14.5px; color: var(--ink-2); line-height: 1.45; }
.check input { width: auto; margin-top: 3px; flex-shrink: 0; }
.check a { color: var(--accent); }
/* spam honeypot — hidden from humans, visible to naive bots */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-note2 { font-size: 13px; color: var(--ink-3); text-align: center; margin-top: 14px; }
.form-msg { display: none; border-radius: 12px; padding: 14px 16px; font-size: 15px; margin-bottom: 18px; }
.form-msg.ok { display: block; background: rgba(100,217,165,.14); border: 1px solid rgba(100,217,165,.4); color: #1d6b4c; }
.form-msg.no { display: block; background: rgba(255,61,87,.1); border: 1px solid rgba(255,61,87,.35); color: #9b1c2e; }

.booking { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--hair); text-align: center; }
.booking p { font-size: 14.5px; color: var(--ink-2); margin-bottom: 12px; }

@media (max-width: 900px) {
  .contact { grid-template-columns: 1fr; gap: 40px; }
  .f2 { grid-template-columns: 1fr; gap: 0; }
}

/* ---- Login --------------------------------------------------------------- */
.auth { min-height: calc(100vh - 54px); display: grid; place-items: center; padding: 60px 22px; background: var(--paper-alt); }
.auth-card { width: 100%; max-width: 400px; background: #fff; border-radius: 22px; padding: 40px 36px; box-shadow: 0 14px 40px rgba(23,31,48,.09); border: 1px solid rgba(23,31,48,.05); }
.auth-card .mark { justify-content: center; width: 100%; margin-bottom: 24px; }
.auth-card h1 { font-size: 26px; font-weight: 600; letter-spacing: -.025em; text-align: center; }
.auth-card .sub { font-size: 15px; color: var(--ink-2); text-align: center; margin-top: 7px; margin-bottom: 26px; }
.fld { margin-bottom: 14px; }
.fld label { display: block; font-size: 13px; font-weight: 500; color: var(--ink-2); margin-bottom: 6px; }
.fld input {
  width: 100%; padding: 12px 14px; border-radius: 11px; border: 1px solid var(--hair);
  background: #fff; font-family: inherit; font-size: 16px; color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.fld input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(123,77,255,.15); }
.auth-meta { display: flex; justify-content: space-between; align-items: center; font-size: 13.5px; margin: 6px 0 20px; color: var(--ink-2); }
.auth-meta a { color: var(--accent); }
.cbx { display: flex; align-items: center; gap: 7px; }
.cbx input { width: auto; }
.auth-foot { text-align: center; font-size: 14px; color: var(--ink-2); margin-top: 20px; }
.auth-foot a { color: var(--accent); font-weight: 500; }
.auth-side { text-align: center; font-size: 12.5px; color: var(--ink-3); margin-top: 26px; }

/* ---- Legal pages --------------------------------------------------------- */
.legal { padding: 76px 0 100px; }
.legal .inner { max-width: 720px; margin: 0 auto; }
.legal h1 { font-size: clamp(34px, 4.4vw, 52px); font-weight: 600; letter-spacing: -.03em; line-height: 1.08; }
.legal .sub { font-size: 18px; color: var(--ink-2); margin-top: 14px; }
.legal h2 { font-size: 22px; font-weight: 600; letter-spacing: -.02em; margin: 46px 0 12px; }
.legal h3 { font-size: 17px; font-weight: 600; letter-spacing: -.015em; margin: 26px 0 8px; }
.legal p, .legal li { font-size: 16.5px; color: var(--ink-2); line-height: 1.62; margin-bottom: 12px; }
.legal ul { padding-left: 22px; list-style: disc; margin-bottom: 14px; }
.legal li { margin-bottom: 7px; }
.legal a { color: var(--accent); }
.legal a:hover { text-decoration: underline; }
.legal address { font-style: normal; }
.legal strong { color: var(--ink); font-weight: 600; }
.legal hr { border: 0; border-top: 1px solid var(--hair); margin: 46px 0; }
.legal .note {
  background: var(--paper-alt); border-left: 3px solid var(--accent);
  border-radius: 0 12px 12px 0; padding: 18px 22px; margin: 26px 0;
}
.legal .note p:last-child { margin-bottom: 0; }

/* Placeholder that must be filled in before going live */
.todo {
  background: #fff4c9; border-bottom: 1px dashed #b58900;
  padding: 1px 6px; border-radius: 4px; color: #6b5200; font-weight: 600; white-space: nowrap;
}
.fillme {
  background: #fff8e1; border: 1px solid #f0d488; border-radius: 14px;
  padding: 20px 24px; margin-bottom: 44px;
}
.fillme h2 { margin: 0 0 8px; font-size: 18px; color: #6b5200; }
.fillme p, .fillme li { color: #7a6320; font-size: 15px; margin-bottom: 6px; }
.fillme ul { margin-bottom: 0; }

/* ---- Footer -------------------------------------------------------------- */
.foot { background: var(--paper-alt); padding: 46px 0 34px; font-size: 12px; color: var(--ink-3); }
.foot-cols { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; padding-bottom: 26px; border-bottom: 1px solid var(--hair); }
.foot h5 { font-size: 12px; font-weight: 600; color: var(--ink); margin-bottom: 11px; }
.foot a { display: block; color: var(--ink-3); margin-bottom: 8px; transition: color .2s; }
.foot a:hover { color: var(--ink); }
.foot-bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ---- Scroll reveal ------------------------------------------------------- */
.rv { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .08s } .rv-d2 { transition-delay: .16s } .rv-d3 { transition-delay: .24s }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---- Responsive ---------------------------------------------------------- */
@media (max-width: 900px) {
  .row { grid-template-columns: 1fr; gap: 40px; }
  .row.flip .row-media { order: 0; }
  .mods, .plans { grid-template-columns: 1fr; }
  .bens { grid-template-columns: 1fr; }
  .outcomes { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .trust { grid-template-columns: 1fr; gap: 28px; }
  .foot-cols { grid-template-columns: 1fr 1fr; }
  .sec { padding: 80px 0; }
  .statement, .quote, .cta { padding: 90px 0; }
}
@media (max-width: 640px) {
  .nav-links, .nav-login { display: none; }
  .nav-burger { display: block; }
  .team { grid-template-columns: 1fr; }
  .outcomes { grid-template-columns: 1fr 1fr; }
  .mark .wm small { display: none; }
}
