:root {
  /* ============================================================
     BRAND GREEN — canonical #04AB70 (sampled from the real logo
     square; the PNG reads #03aa6f–#04ab6f). #04AB70 is the EXACT
     brand color: it fills the logo badge, primary buttons, the
     hero accent word, the 30-day-trial chip, key gradients & large
     display. It is 2.97:1 on white — fine for FILLS and LARGE
     display, but FAILS AA for small text — so small brand-colored
     TEXT on white uses the derived darker --brand-label / -700 /
     -800. Those two are now the MINIMUM-darkened shades that still
     clear AA (--brand-700 #047d52 = 5.2:1, --brand-800 #036e48 =
     6.3:1) AND stay in the SAME green hue family as the button —
     no more dull/teal-leaning greens. Never set small body/caption
     text to --brand-green directly. */
  --brand-green: #04AB70;  /* EXACT logo green — fills/badges/large display */
  --brand-50:  #ecfdf5;
  --brand-100: #d3f5e6;
  --brand-200: #a6ecd0;
  --brand-300: #62dca9;
  --brand-400: #1fc488;
  --brand-500: #04AB70;   /* core = exact brand green */
  --brand-600: #04AB70;   /* logo square = exact brand green */
  --brand-700: #047d52;   /* AA text shade — same hue family, ~4.6:1 on white */
  --brand-800: #036e48;   /* AA label shade — same hue family, ~5.4:1 on white */
  --brand-900: #04AB70;   /* unified: deep-green slot now resolves to brand green */
  --brand-ink: #036e48;   /* on-tint text — same green family, AA on brand-50 */

  /* ============================================================
     ONE GREEN — the canonical hero CTA gradient. EVERY solid-green
     fill / button / chip / badge / active state on the page uses this
     SAME gradient (#1FC488 → #04AB70) so the whole page reads as a
     single green that matches the hero "Start free trial" button.
     Dark CTA bands use --brand-grad-deep, a slightly deeper version of
     the SAME hue (still #04AB70 family) for white text contrast. */
  --brand-grad:      linear-gradient(180deg, #1FC488, #04AB70);
  --brand-grad-135:  linear-gradient(135deg, #1FC488, #04AB70);
  --brand-grad-deep: linear-gradient(155deg, #04AB70, #037a50 88%);

  /* Cool neutral ramp — slightly green-tinted greys, never pure */
  --n-0:   #ffffff;
  --n-25:  #fbfcfc;       /* alternating section wash */
  --n-50:  #f6f8f8;
  --n-100: #eef2f1;
  --n-150: #e6ebea;
  --n-200: #dde4e2;
  --n-300: #c4cecb;
  --n-400: #8a9692;   /* decorative hairlines / placeholder glyphs */
  --n-500: #586763;   /* AA caption/meta on white AND on --bg-wash (≈5.2:1) */
  --n-600: #4e5a56;
  --n-700: #38423f;
  --n-800: #232b29;
  --n-900: #131817;       /* near-black ink */
  --ink:   #101513;

  /* Semantic surfaces */
  --bg:            var(--n-0);
  --bg-wash:       var(--n-25);
  --surface:       var(--n-0);
  --surface-2:     var(--n-50);
  --border:        var(--n-200);
  --border-soft:   var(--n-100);
  --text:          var(--ink);
  --text-soft:     var(--n-600);
  --text-mute:     var(--n-500);
  --brand-label:   var(--brand-800);   /* AA-safe brand text on white & brand-50 (eyebrows, pills) */
  --wordmark:      var(--n-500);        /* AA-safe trade wordmarks (was decorative n-400) */

  /* Type */
  --font-display: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
  --font-body:    "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --font-mono:    "Space Grotesk", ui-monospace, "SF Mono", Menlo, monospace;

  /* Modular type scale (1.0 = 16px base) */
  --t-xs:   0.75rem;    /* 12 */
  --t-sm:   0.8125rem;  /* 13 */
  --t-base: 0.9375rem;  /* 15 */
  --t-md:   1.0625rem;  /* 17 */
  --t-lg:   1.25rem;    /* 20 */
  --t-xl:   1.5rem;     /* 24 */
  --t-2xl:  2rem;       /* 32 */
  --t-3xl:  2.75rem;    /* 44 */
  --t-4xl:  3.75rem;    /* 60 */
  --t-5xl:  4.75rem;    /* 76 */

  /* 8pt spacing scale */
  --s-1: 0.25rem;  --s-2: 0.5rem;  --s-3: 0.75rem;  --s-4: 1rem;
  --s-5: 1.5rem;   --s-6: 2rem;    --s-7: 2.5rem;    --s-8: 3rem;
  --s-9: 4rem;     --s-10: 5rem;   --s-12: 7rem;     --s-14: 9rem;

  /* Radii */
  --r-xs: 6px;  --r-sm: 10px;  --r-md: 14px;  --r-lg: 20px;
  --r-xl: 28px; --r-2xl: 36px; --r-pill: 999px;

  /* LAYERED, surface-tinted elevation (never flat black) */
  --e-1: 0 1px 2px rgba(16,40,33,0.04),
         0 1px 1px rgba(16,40,33,0.05);
  --e-2: 0 2px 4px rgba(16,40,33,0.04),
         0 4px 10px rgba(16,40,33,0.05),
         0 1px 0 rgba(255,255,255,0.6) inset;
  --e-3: 0 1px 3px rgba(16,40,33,0.05),
         0 8px 18px rgba(16,40,33,0.06),
         0 24px 48px -16px rgba(11,87,56,0.14);
  --e-4: 0 1px 3px rgba(16,40,33,0.05),
         0 14px 30px -8px rgba(16,40,33,0.10),
         0 40px 80px -28px rgba(11,87,56,0.22);
  --e-brand: 0 1px 2px rgba(4,120,74,0.30),
             0 8px 20px -6px rgba(4,171,112,0.42),
             0 2px 0 rgba(255,255,255,0.18) inset;

  --ring: 0 0 0 3px var(--n-0), 0 0 0 5.5px var(--brand-400);

  /* ============================================================
     CREWTRON LOGO WATERMARK
     A large, very-faint logo motif in ONE premium spot, plus a small
     corner badge on the big "day in the life" photos. Subtle, on-brand,
     never hurts contrast. */
  --wm-url: url("assets/crewtron-logo.png");

  /* ============================================================
     LAYOUT WIDTH SYSTEM — "modern-wide" (Linear/Vercel feel)
     --maxw       : default content container (sections, footer, grids)
     --maxw-wide  : key bands (hero, day carousel, feature rows) run a
                    touch wider on big screens — fills wide monitors
                    without going edge-to-edge or hurting readability.
     --maxw-nav   : the sticky nav inner — full-width through 1920 so the
                    logo hugs the LEFT and the CTAs hug the RIGHT at BOTH
                    1440 and 1920 (brand-left / CTA-right sit at the
                    --gutter, ~56px there). The 1920 cap keeps it from
                    sprawling on ultra-wide (2560), where it centers.
     --gutter     : symmetric responsive side padding for the nav (and
                    a responsive floor for .wrap), replacing fixed 32px
                    boxed-in gutters. */
  --maxw:      1320px;
  --maxw-wide: 1400px;
  --maxw-nav:  1920px;
  --gutter:    clamp(20px, 4vw, 56px);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);

  /* Inline check glyph (used as a mask so it inherits brand color) */
  --check-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
}

/* ============================================================ RESET */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  font-size: var(--t-base);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }

:focus-visible {
  outline: none;
  border-radius: var(--r-xs);
  box-shadow: var(--ring);
}

/* ============================================================ LAYOUT */
/* Content container: widened 1200 → 1320. Side padding stays at the
   32px (--s-6) baseline on roomy viewports but clamps down gracefully
   on narrow ones so nothing ever overflows. */
.wrap {
  width: 100%; max-width: var(--maxw); margin-inline: auto;
  padding-inline: clamp(var(--s-5), 4vw, var(--s-6));
}
/* Key bands run a touch wider on big screens (hero, day carousel,
   product showcase / feature rows). Body-copy measure is still capped
   per-element (~44–70ch), so widening the band fills wide monitors
   without stretching prose. */
.wrap--wide { max-width: var(--maxw-wide); }
.section { padding-block: var(--s-12); position: relative; }
.section--wash { background: var(--bg-wash); }
.eyebrow {
  display: inline-flex; align-items: center; gap: var(--s-2);
  font-family: var(--font-body);
  font-size: var(--t-xs); font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brand-label);
}
.eyebrow::before {
  content: ""; width: 18px; height: 1.5px; background: var(--brand-500);
  display: inline-block; border-radius: 2px;
}
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.02em; color: var(--text); }
.lede { color: var(--text-soft); font-size: var(--t-md); line-height: 1.62; max-width: 46ch; }
.lede em { font-style: normal; font-weight: 700; color: var(--brand-800); }

/* ============================================================ BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s-2);
  font-weight: 600; font-size: var(--t-base);
  padding: 0.72rem 1.25rem; border-radius: var(--r-pill);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease),
              background .25s var(--ease), border-color .25s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; }
.btn--primary {
  /* THE canonical green: #1FC488 → #04AB70 — the exact hero CTA gradient
     that every other green on the page now matches. */
  background: var(--brand-grad);
  color: #fff; box-shadow: var(--e-brand);
}
.btn--primary:hover { transform: translateY(-1.5px); box-shadow: 0 4px 8px rgba(4,120,74,.30), 0 14px 28px -8px rgba(4,171,112,.5); }
.btn--primary:active { transform: translateY(0); }
.btn--ghost {
  background: var(--surface); color: var(--text);
  border: 1px solid var(--border); box-shadow: var(--e-1);
}
.btn--ghost:hover { border-color: var(--n-300); background: var(--n-25); transform: translateY(-1.5px); box-shadow: var(--e-2); }
.btn--lg { padding: 0.92rem 1.6rem; font-size: var(--t-md); }
.btn--block { width: 100%; }

/* ============================================================ NAV */
.nav {
  position: sticky; top: 0; z-index: 100;
  transition: background .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(255,255,255,0.72);
  backdrop-filter: saturate(1.6) blur(14px);
  -webkit-backdrop-filter: saturate(1.6) blur(14px);
  border-bottom-color: var(--border-soft);
}
/* Full-width sticky nav: the inner content spans the full viewport through
   1920 (capped at --maxw-nav so it doesn't sprawl on ultra-wide 2560+) with
   symmetric --gutter padding instead of the 1320 content cap — so the logo
   hugs the LEFT edge and "Sign in" + "Start free trial" hug the RIGHT at
   BOTH 1440 and 1920 (brand-left / CTA-right ≈ the --gutter, ~56px).
   These override the .wrap defaults the same element also carries. */
.nav__inner {
  display: flex; align-items: center; gap: var(--s-6); height: 72px;
  max-width: var(--maxw-nav);
  padding-inline: var(--gutter);
}
.brand { display: inline-flex; align-items: center; gap: var(--s-3); flex-shrink: 0; }
.brand__badge {
  width: 34px; height: 34px; border-radius: 9px; overflow: hidden;
  box-shadow: 0 1px 2px rgba(10,110,70,.25), 0 4px 12px -3px rgba(15,169,104,.4);
}
.brand__badge img { width: 100%; height: 100%; object-fit: cover; }
.brand__name { font-family: var(--font-display); font-weight: 600; font-size: 1.18rem; letter-spacing: -0.02em; }
.nav__links { display: flex; align-items: center; gap: var(--s-1); margin-left: var(--s-4); }
.nav__link {
  padding: 0.45rem 0.8rem; border-radius: var(--r-sm);
  color: var(--text-soft); font-weight: 500; font-size: var(--t-base);
  transition: color .2s var(--ease), background .2s var(--ease);
}
.nav__link:hover { color: var(--text); background: var(--n-50); }
.nav__cta { margin-left: auto; display: flex; align-items: center; gap: var(--s-3); }
.nav__signin { color: var(--text-soft); font-weight: 600; padding: 0.5rem 0.6rem; border-radius: var(--r-sm); transition: color .2s; }
.nav__signin:hover { color: var(--text); }
.nav__burger { display: none; width: 42px; height: 42px; border-radius: var(--r-sm); border: 1px solid var(--border); align-items: center; justify-content: center; }
.nav__burger svg { width: 20px; height: 20px; }

/* ---- Nav dropdowns / mega-menus (Jobber-style, hover desktop / focus a11y) ---- */
.nav__item { position: relative; }
.nav__btn {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 0.45rem 0.8rem; border-radius: var(--r-sm);
  color: var(--text-soft); font-weight: 500; font-size: var(--t-base);
  transition: color .2s var(--ease), background .2s var(--ease);
}
.nav__btn:hover,
.nav__item.is-open .nav__btn { color: var(--text); background: var(--n-50); }
.nav__btn svg { width: 14px; height: 14px; transition: transform .25s var(--ease); }
/* caret rotates only when the menu is actually open (JS-driven) */
.nav__item.is-open .nav__btn svg { transform: rotate(180deg); }
/* ---- MEGA-MENU: large, polished, multi-column panel with a featured/promo
   side. Full-white, generous padding, layered tinted shadow.
   Interaction is fully JS-driven via the `.is-open` class on .nav__item
   (pointerenter, click, Enter/Space, focus open it; pointerleave-with-grace,
   outside-pointerdown, Escape, scroll, and any panel-link click close it).
   Hidden by DEFAULT — never stuck visible. ---- */
.nav__panel {
  position: absolute; top: 100%; left: 0; z-index: 120;
  margin-top: 10px;                 /* visual gap, but NOT a dead hover zone */
  background: var(--surface); border: 1px solid var(--border-soft);
  border-radius: var(--r-lg);
  box-shadow:
    0 1px 3px rgba(16,40,33,0.06),
    0 16px 34px -10px rgba(16,40,33,0.16),
    0 40px 80px -32px rgba(4,120,74,0.26);
  opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-6px);
  transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s var(--ease);
  padding: var(--s-4);
}
/* Transparent bridge fills the 10px gap so the cursor can travel from the
   trigger into the panel without crossing dead space (which would fire
   pointerleave and close the menu). */
.nav__panel::before {
  content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px;
}
.nav__item.is-open .nav__panel {
  opacity: 1; visibility: visible; pointer-events: auto; transform: none;
}

/* Simple single-column panel (Pricing / Resources) */
.nav__panel--simple { min-width: 230px; padding: var(--s-3); }

/* right-anchor panels that belong to right-side nav items (avoid overflow) */
.nav__panel--end { left: auto; right: 0; }

/* Mega panel: a content column (one or two item columns) + a featured promo */
.nav__panel--mega { display: grid; grid-template-columns: minmax(420px, 540px) 230px; gap: var(--s-4); }
.nav__panel--mega.nav__panel--mega-1 { grid-template-columns: 300px 220px; }
/* The right-anchored single-column mega (Pricing / Resources) sits left of
   the right-side nav cluster; trim its columns a touch so its LEFT edge stays
   inside the viewport at 1440 (right edge still aligns to its trigger). */
.nav__panel--mega-1.nav__panel--end { grid-template-columns: 282px 210px; }
.megacol { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; align-content: start; }
.nav__panel--mega-1 .megacol { grid-template-columns: 1fr; }

/* Mega item: icon badge + title + one-line description */
.megaitem {
  display: grid; grid-template-columns: 38px 1fr; gap: var(--s-3); align-items: start;
  padding: var(--s-3); border-radius: var(--r-md);
  transition: background .18s var(--ease);
}
.megaitem:hover { background: var(--brand-50); }
.megaitem__ico {
  width: 38px; height: 38px; border-radius: var(--r-sm); background: var(--brand-50);
  display: grid; place-items: center; color: var(--brand-600); flex-shrink: 0;
  transition: background .18s var(--ease), color .18s var(--ease);
}
.megaitem:hover .megaitem__ico { background: var(--brand-green); color: #fff; }
.megaitem__ico svg { width: 19px; height: 19px; }
.megaitem__t b { display: block; font-family: var(--font-display); font-weight: 600; font-size: var(--t-sm); color: var(--text); letter-spacing: -0.01em; }
.megaitem__t span { display: block; font-size: var(--t-xs); color: var(--text-mute); line-height: 1.4; margin-top: 2px; }

/* Featured / promo side panel */
.megapromo {
  position: relative; overflow: hidden; border-radius: var(--r-md);
  padding: var(--s-5); display: flex; flex-direction: column; justify-content: flex-end;
  background: var(--brand-grad-deep);
  min-height: 188px; color: #fff;
}
.megapromo::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 80% at 80% 0%, rgba(255,255,255,0.16), transparent 60%); }
.megapromo > * { position: relative; }
.megapromo__ey { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.8); }
.megapromo__h { font-family: var(--font-display); font-weight: 600; font-size: var(--t-md); letter-spacing: -0.02em; margin-top: var(--s-2); line-height: 1.2; }
.megapromo__p { font-size: var(--t-xs); color: rgba(255,255,255,0.82); margin-top: var(--s-2); line-height: 1.45; }
.megapromo__cta { display: inline-flex; align-items: center; gap: 6px; margin-top: var(--s-4); font-weight: 700; font-size: var(--t-sm); color: #fff; }
.megapromo__cta svg { width: 15px; height: 15px; transition: transform .2s var(--ease); }
.megapromo:hover .megapromo__cta svg { transform: translateX(3px); }
/* a real photo promo variant */
.megapromo--photo { padding: 0; min-height: 200px; }
.megapromo--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.megapromo--photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,66,51,0.10) 30%, rgba(4,40,24,0.82) 100%); }
.megapromo--photo .megapromo__body { position: relative; z-index: 2; margin-top: auto; padding: var(--s-5); }

/* Simple panel list links */
.nav__panel--simple a {
  display: flex; align-items: center; gap: var(--s-3);
  padding: 0.55rem 0.7rem; border-radius: var(--r-sm);
  color: var(--text-soft); font-size: var(--t-sm); font-weight: 500;
  transition: color .18s var(--ease), background .18s var(--ease);
}
.nav__panel--simple a:hover { color: var(--brand-800); background: var(--brand-50); }
.nav__panel--simple a svg { width: 16px; height: 16px; color: var(--brand-600); flex-shrink: 0; }

/* Mobile-sheet disclosure groups reuse the panel links inline */
.msheet__group { border-bottom: 1px solid var(--border-soft); }
.msheet__group > .nav__btn { width: 100%; justify-content: space-between; font-size: var(--t-lg); color: var(--text); padding: var(--s-3) 0; }
.msheet__sub { display: none; padding: 0 0 var(--s-3) var(--s-3); }
.msheet__group.is-open .msheet__sub { display: block; }
.msheet__group.is-open > .nav__btn svg { transform: rotate(180deg); }
.msheet__sub a { display: block; color: var(--text-soft); font-size: var(--t-base); padding: 6px 0; }


/* ============================================================ FOOTER */
.footer { padding-block: var(--s-10) var(--s-8); border-top: 1px solid var(--border-soft); }
.footer__grid { display: grid; grid-template-columns: 1.7fr repeat(4, 1fr); gap: var(--s-7); }
.footer__brand .brand { margin-bottom: var(--s-4); }
.footer__tag { color: var(--text-soft); font-size: var(--t-sm); max-width: 30ch; line-height: 1.6; }
.footer__badges { display: flex; gap: var(--s-3); margin-top: var(--s-5); flex-wrap: wrap; }
.footer__badges .store-badge img { height: 48px; }
.footer__col h4 { font-size: var(--t-xs); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-mute); margin-bottom: var(--s-4); }
.footer__col a { display: block; color: var(--text-soft); font-size: var(--t-base); padding: 5px 0; transition: color .2s; }
.footer__col a:hover { color: var(--brand-700); }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: var(--s-4); margin-top: var(--s-9); padding-top: var(--s-5); border-top: 1px solid var(--border-soft); flex-wrap: wrap; }
.footer__copy { color: var(--text-mute); font-size: var(--t-sm); }
.footer__social { display: flex; gap: var(--s-2); }
.footer__social a { width: 38px; height: 38px; border-radius: var(--r-sm); border: 1px solid var(--border); display: grid; place-items: center; color: var(--text-soft); transition: all .2s var(--ease); }
.footer__social a:hover { color: var(--brand-700); border-color: var(--brand-300); background: var(--brand-50); transform: translateY(-1.5px); }
.footer__social svg { width: 17px; height: 17px; }
/* ---- Official COLOR social brand badges (Instagram brand gradient, LinkedIn
   blue). The tile holds the full-color glyph; hover keeps the brand look. ---- */
.footer__social a.is-brand { border: none; overflow: hidden; padding: 0; }
.footer__social a.is-brand:hover { background: none; }
.footer__social .social-badge { width: 38px; height: 38px; border-radius: var(--r-sm); display: grid; place-items: center; }
.footer__social .social-badge svg { width: 20px; height: 20px; }
/* Instagram: the camera glyph on its pink→purple→orange brand gradient */
.footer__social .social-badge--ig {
  background:
    radial-gradient(120% 120% at 28% 108%, #FEDA75 0%, #FA7E1E 24%, #D62976 52%, #962FBF 78%, #4F5BD5 100%);
}
.footer__social .social-badge--ig svg { color: #fff; }
/* LinkedIn: white "in" on LinkedIn blue */
.footer__social .social-badge--li { background: #0A66C2; }
.footer__social .social-badge--li svg { color: #fff; }
/* Subtle lift on hover, keeping the brand fill */
.footer__social a.is-brand:hover .social-badge { box-shadow: 0 2px 6px rgba(16,40,33,0.14), 0 8px 18px -8px rgba(11,87,56,0.30); }


/* Mobile breakpoint */
@media (max-width: 1024px) {
  .nav__links { display: none; }
  .nav__burger { display: inline-flex; }
  .nav__signin { display: none; }
}

/* Mobile sheet */
.msheet { position: fixed; inset: 0; z-index: 200; display: none; }
.msheet.is-open { display: block; }
.msheet__scrim { position: absolute; inset: 0; background: rgba(16,24,21,0.4); backdrop-filter: blur(2px); opacity: 0; transition: opacity .3s var(--ease); }
.msheet.is-open .msheet__scrim { opacity: 1; }
.msheet__panel { position: absolute; right: 0; top: 0; bottom: 0; width: min(85vw, 380px); background: var(--surface); padding: var(--s-6); overflow-y: auto; transform: translateX(100%); transition: transform .35s var(--ease); }
.msheet.is-open .msheet__panel { transform: none; }
.msheet__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--s-6); }
.msheet__close { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border); background: var(--surface); display: grid; place-items: center; cursor: pointer; color: var(--text); }
.msheet__close svg { width: 20px; height: 20px; }
.msheet a.nav__link { display: block; font-size: var(--t-lg); padding: var(--s-3) 0; color: var(--text); }
.msheet .btn { margin-top: var(--s-4); }
.soon-tag {
  display: inline-block; margin-left: 6px; vertical-align: middle;
  font-size: 9px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 2px 6px; border-radius: var(--r-pill);
  background: var(--brand-50); color: var(--brand-800); border: 1px solid var(--brand-200);
}

/* ============================================================ FOOTER RESPONSIVE
   The footer grid collapses exactly like the homepage so every page matches.
   (Base .footer / .footer__grid and the .footer__badges height override live in
   the FOOTER block above.) */
@media (max-width: 1024px) {
  .footer__grid { grid-template-columns: repeat(4, 1fr); }
  .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { justify-content: center; text-align: center; }
}

/* ============================================================ STORE / WEB BADGES
   App Store + Google Play store art plus the crafted "Web App" badge — ported
   verbatim from the homepage so the footer renders identically on every page. */
.store-badges { display: flex; align-items: center; gap: var(--s-3); flex-wrap: wrap; }
.store-badge {
  display: inline-flex; border-radius: 11px; overflow: hidden;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), opacity .2s var(--ease);
  box-shadow: 0 1px 2px rgba(16,40,33,0.10), 0 6px 16px -8px rgba(11,87,56,0.30);
}
.store-badge:hover { transform: translateY(-1.5px); box-shadow: 0 2px 4px rgba(16,40,33,0.12), 0 10px 22px -8px rgba(11,87,56,0.38); }
.store-badge img { display: block; height: 52px; width: auto; }
.web-badge {
  display: inline-flex; align-items: center; gap: 9px;
  height: 52px; padding: 0 16px 0 13px;
  background: #000; color: #fff; border-radius: 11px;
  box-shadow: 0 1px 2px rgba(16,40,33,0.10), 0 6px 16px -8px rgba(11,87,56,0.30);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.web-badge:hover { transform: translateY(-1.5px); box-shadow: 0 2px 4px rgba(16,40,33,0.12), 0 10px 22px -8px rgba(11,87,56,0.38); }
.web-badge__ico { width: 24px; height: 24px; flex-shrink: 0; color: #fff; }
.web-badge__txt { display: flex; flex-direction: column; line-height: 1; text-align: left; }
.web-badge__top { font-size: 10px; font-weight: 500; letter-spacing: 0.02em; opacity: 0.92; }
.web-badge__btm { font-family: var(--font-display); font-size: 19px; font-weight: 600; letter-spacing: -0.01em; margin-top: 3px; }
.footer__badges .web-badge { height: 48px; padding: 0 14px 0 12px; }
.footer__badges .web-badge__btm { font-size: 17px; }

/* ============================================================ PAGE HEADER
   Compact interior-page hero. Mirrors the homepage's eyebrow → display heading →
   lede rhythm on a soft wash band. */
.page-head { padding-block: var(--s-10) var(--s-8); background: var(--bg-wash); border-bottom: 1px solid var(--border-soft); }
.page-head__inner { max-width: 820px; }
.page-head h1 { font-size: clamp(var(--t-2xl), 5vw, var(--t-4xl)); line-height: 1.05; margin-top: var(--s-4); }
.page-head__lede { color: var(--text-soft); font-size: var(--t-md); line-height: 1.6; max-width: 58ch; margin-top: var(--s-4); }

/* ============================================================ SECTION HEADER */
.section-head { text-align: center; max-width: 62ch; margin: 0 auto var(--s-8); }
.section-head .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(var(--t-xl), 3.5vw, var(--t-3xl)); line-height: 1.1; margin-top: var(--s-3); }
.section-head p { color: var(--text-soft); font-size: var(--t-md); margin-top: var(--s-3); }

/* ============================================================ CARDS */
.cards { display: grid; gap: var(--s-5); }
.cards--2 { grid-template-columns: repeat(2, 1fr); }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--surface); border: 1px solid var(--border-soft);
  border-radius: var(--r-lg); padding: var(--s-6); box-shadow: var(--e-1);
}
.card h3 { font-size: var(--t-lg); letter-spacing: -0.01em; }
.card p { color: var(--text-soft); margin-top: var(--s-3); line-height: 1.65; }
.card--prose p + p { margin-top: var(--s-4); }

/* Icon-led, centered feature card (About → "Our approach") */
.feature-card { text-align: center; }
.feature-card__ico {
  width: 52px; height: 52px; margin: 0 auto var(--s-4);
  border-radius: var(--r-md); background: var(--brand-50);
  display: grid; place-items: center; color: var(--brand-600);
}
.feature-card__ico svg { width: 24px; height: 24px; }
.feature-card h3 { font-size: var(--t-lg); }
.feature-card p { color: var(--text-soft); margin-top: var(--s-2); line-height: 1.6; }

/* ============================================================ CTA BAND
   Shared green callout used at the foot of interior marketing pages. */
.cta-band { position: relative; overflow: hidden; border-radius: var(--r-2xl); padding: var(--s-12) var(--s-8); text-align: center; background: var(--brand-grad-deep); box-shadow: var(--e-4); }
.cta-band::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(50% 80% at 80% 0%, rgba(255,255,255,0.14), transparent 60%),
              radial-gradient(40% 60% at 10% 100%, rgba(255,255,255,0.08), transparent 60%); }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: var(--t-3xl); letter-spacing: -0.03em; line-height: 1.08; max-width: 18ch; margin-inline: auto; }
.cta-band p { color: rgba(255,255,255,0.82); margin-top: var(--s-4); font-size: var(--t-md); max-width: 50ch; margin-inline: auto; }
.cta-band__actions { display: flex; gap: var(--s-3); justify-content: center; margin-top: var(--s-7); flex-wrap: wrap; }
.btn--onbrand { background: #fff; color: var(--brand-800);
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 2px 6px -2px rgba(4,40,24,0.30), 0 10px 26px -8px rgba(4,40,24,0.42); }
.btn--onbrand:hover { transform: translateY(-1.5px); background: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 4px 10px -2px rgba(4,40,24,0.34), 0 16px 36px -8px rgba(4,40,24,0.48); }
.btn--onbrand:active { transform: translateY(0); }

/* ============================================================ PROSE / LEGAL
   Long-form policy / terms / delete-account copy, rendered in the site type
   system. Tokens only — no hardcoded colors. */
.legal { max-width: 800px; margin-inline: auto; }
.legal__updated { color: var(--text-mute); font-size: var(--t-sm); margin-bottom: var(--s-6); }
.legal > p:first-of-type { font-size: var(--t-md); }
.legal h2 { font-size: var(--t-xl); margin-top: var(--s-8); margin-bottom: var(--s-4); }
.legal h3 { font-size: var(--t-lg); margin-top: var(--s-6); margin-bottom: var(--s-3); }
.legal p, .legal ul, .legal ol { color: var(--text-soft); line-height: 1.75; margin-bottom: var(--s-4); }
.legal ul, .legal ol { padding-left: var(--s-6); }
.legal li { margin-bottom: var(--s-2); }
.legal strong { color: var(--text); font-weight: 700; }
.legal a { color: var(--brand-700); text-decoration: underline; text-underline-offset: 2px; }
.legal a:hover { color: var(--brand-800); }
.legal__callout {
  margin-top: var(--s-8); padding: var(--s-6);
  background: var(--brand-50); border-radius: var(--r-md);
  border-left: 4px solid var(--brand-500);
}
.legal__callout p { color: var(--text-soft); margin-bottom: 0; }
.legal__callout p + p { margin-top: var(--s-2); }
.legal__callout strong { color: var(--text); }
.legal__step {
  background: var(--surface-2); border: 1px solid var(--border-soft);
  border-radius: var(--r-md); padding: var(--s-5) var(--s-6); margin: var(--s-5) 0;
}
.legal__step ol { margin-bottom: 0; }
.legal__step li:last-child { margin-bottom: 0; }

/* ============================================================ CONTACT */
.contact-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: var(--s-6); align-items: start; }
.field { margin-bottom: var(--s-5); }
.field label { display: block; font-size: var(--t-sm); font-weight: 600; color: var(--text); margin-bottom: var(--s-2); }
.field input, .field textarea {
  width: 100%; font: inherit; font-size: var(--t-base); color: var(--text);
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-sm); padding: 0.8rem 0.9rem;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--text-mute); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--brand-400); box-shadow: 0 0 0 3px rgba(31,196,136,0.18); }
.field textarea { resize: vertical; min-height: 130px; }
.form-note { display: none; margin-top: var(--s-4); padding: var(--s-3) var(--s-4); border-radius: var(--r-sm); background: var(--brand-50); color: var(--brand-800); font-size: var(--t-sm); }
.form-note.is-visible { display: block; }
.info-row { margin-bottom: var(--s-5); }
.info-row h4 { font-size: var(--t-xs); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-mute); margin-bottom: var(--s-1); }
.info-row a { color: var(--brand-700); font-size: var(--t-md); font-weight: 600; }
.info-row a:hover { color: var(--brand-800); }

/* ============================================================ INTERIOR RESPONSIVE */
@media (max-width: 860px) {
  .cards--3, .cards--4 { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .cards--2, .cards--3, .cards--4 { grid-template-columns: 1fr; }
  .cta-band { padding: var(--s-8) var(--s-5); }
  .cta-band h2 { font-size: var(--t-2xl); }
}
