/* ==========================================================================
   Silver Canopy Global — Design System
   No build step, no external requests. Edit tokens below to restyle the site.
   ========================================================================== */

/* ==========================================================================
   PALETTE — Green & Silver  (ACTIVE)

   Built from the logo itself: Leaf Green #1C4425 and the three canopy greys.
   Trunk Black #141414 carries body text. Gold stays as the small kicker accent.

   TO SWITCH TO NAVY & GOLD: comment out this whole block (from ":root {" down
   to the end of the ":root[data-theme=\"dark\"]" rule), then uncomment the
   alternate block below it. Nothing else in the file or in any page changes.
   ========================================================================== */
:root {
  --brand-900: #0e2013;
  --brand-800: #142f1b;
  --brand-700: #1c4425;
  --brand-600: #245730;
  --brand-500: #2e6b3c;
  --brand-400: #5a9268;
  --brand-300: #9ac0a4;
  --brand-100: #d9e7dd;
  --brand-050: #eff5f1;

  --silver-700: #5f6560;
  --silver-500: #8f8f8f;
  --silver-300: #a6a6a6;
  --silver-100: #c9c9c9;

  --leaf: #1c4425;

  --accent: #8a6d3b;
  --accent-100: #e3d3a8;
  --accent-050: #fdf8ec;
  --surface-tint: #f3f5f3;

  /* Semantic */
  --bg: #ffffff;
  --bg-alt: #f3f5f3;
  --surface: #ffffff;
  --surface-2: #f3f5f3;
  --ink: #141414;
  --ink-2: #333333;
  --muted: #6b6f6c;
  --line: #e2e6e3;
  --line-strong: #c9cfcb;

  --header-bg: rgba(255, 255, 255, 0.92);
  --hero-ink: #ffffff;
  --heading: #1c4425;

  /* Type */
  --font-display: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua",
    Georgia, "Times New Roman", serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif;

  --step--1: clamp(0.83rem, 0.8rem + 0.15vw, 0.9rem);
  --step-0: clamp(1rem, 0.96rem + 0.2vw, 1.075rem);
  --step-1: clamp(1.2rem, 1.12rem + 0.4vw, 1.4rem);
  --step-2: clamp(1.45rem, 1.3rem + 0.75vw, 1.85rem);
  --step-3: clamp(1.75rem, 1.5rem + 1.25vw, 2.5rem);
  --step-4: clamp(2.1rem, 1.65rem + 2.2vw, 3.4rem);

  /* Space & shape */
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 3rem;
  --sp-8: 4.5rem;
  --sp-9: 6.5rem;

  --radius: 10px;
  --radius-lg: 16px;
  --container: 1140px;
  --container-narrow: 760px;

  --shadow-sm: 0 1px 2px rgba(20, 20, 20, 0.06), 0 1px 3px rgba(20, 20, 20, 0.05);
  --shadow-md: 0 4px 12px rgba(20, 20, 20, 0.07), 0 2px 4px rgba(20, 20, 20, 0.04);
  --shadow-lg: 0 18px 40px rgba(14, 32, 19, 0.14);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #0b0f0c;
    --bg-alt: #111714;
    --surface: #141a16;
    --surface-2: #1a221d;
    --ink: #edf1ee;
    --ink-2: #d3dbd6;
    --muted: #9aa39d;
    --line: #26302a;
    --line-strong: #35413a;
    --header-bg: rgba(11, 15, 12, 0.9);
    --heading: #b9d3c1;
    --brand-100: #1e3626;
    --brand-050: #16241b;
    --accent: #c2a26a;
    --accent-100: #453820;
    --accent-050: #221c10;
    --surface-tint: #111714;
    --silver-100: #1f2822;
    --shadow-lg: 0 18px 40px rgba(0, 0, 0, 0.5);
  }
}

:root[data-theme="dark"] {
  --bg: #0b0f0c;
  --bg-alt: #111714;
  --surface: #141a16;
  --surface-2: #1a221d;
  --ink: #edf1ee;
  --ink-2: #d3dbd6;
  --muted: #9aa39d;
  --line: #26302a;
  --line-strong: #35413a;
  --header-bg: rgba(11, 15, 12, 0.9);
  --heading: #b9d3c1;
  --brand-100: #1e3626;
  --brand-050: #16241b;
  --accent: #c2a26a;
  --accent-100: #453820;
  --accent-050: #221c10;
  --surface-tint: #111714;
  --silver-100: #1f2822;
  --shadow-lg: 0 18px 40px rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
   ALTERNATE PALETTE - Navy & Gold  (INACTIVE)
   Uncomment everything between the markers below, and comment out the Green &
   Silver block above, to switch the whole site over.
   Note: no inline comments inside this block, because CSS comments cannot nest.
   -- BEGIN NAVY -------------------------------------------------------------
:root {
  --brand-900: #142545;
  --brand-800: #182c52;
  --brand-700: #1f3864;
  --brand-600: #2a4879;
  --brand-500: #35558c;
  --brand-400: #6b84b3;
  --brand-300: #a7b6d2;
  --brand-100: #dbe2ee;
  --brand-050: #eef2f8;
  --silver-700: #6b7280;
  --silver-500: #8f8f8f;
  --silver-300: #a6a6a6;
  --silver-100: #c9c9c9;
  --leaf: #1c4425;
  --accent: #8a6d3b;
  --accent-100: #e9d9a0;
  --accent-050: #fff7e0;
  --surface-tint: #f7f5ef;
  --bg: #ffffff;
  --bg-alt: #f7f5ef;
  --surface: #ffffff;
  --surface-2: #f7f5ef;
  --ink: #141414;
  --ink-2: #333333;
  --muted: #6b7280;
  --line: #e5e1d6;
  --line-strong: #c9d2e3;
  --header-bg: rgba(255, 255, 255, 0.92);
  --hero-ink: #ffffff;
  --heading: #1f3864;
  --shadow-lg: 0 18px 40px rgba(20, 37, 69, 0.14);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #0d1119;
    --bg-alt: #131926;
    --surface: #161d2c;
    --surface-2: #1b2334;
    --ink: #eef1f6;
    --ink-2: #d2d9e5;
    --muted: #9aa4b8;
    --line: #27314a;
    --line-strong: #36425f;
    --header-bg: rgba(13, 17, 25, 0.9);
    --heading: #cdd8ec;
    --brand-100: #24314f;
    --brand-050: #1a2438;
    --accent: #c9a86a;
    --accent-100: #4a3d21;
    --accent-050: #241d10;
    --surface-tint: #131926;
    --silver-100: #1f2738;
    --shadow-lg: 0 18px 40px rgba(0, 0, 0, 0.5);
  }
}
:root[data-theme="dark"] {
  --bg: #0d1119;
  --bg-alt: #131926;
  --surface: #161d2c;
  --surface-2: #1b2334;
  --ink: #eef1f6;
  --ink-2: #d2d9e5;
  --muted: #9aa4b8;
  --line: #27314a;
  --line-strong: #36425f;
  --header-bg: rgba(13, 17, 25, 0.9);
  --heading: #cdd8ec;
  --brand-100: #24314f;
  --brand-050: #1a2438;
  --accent: #c9a86a;
  --accent-100: #4a3d21;
  --accent-050: #241d10;
  --surface-tint: #131926;
  --silver-100: #1f2738;
  --shadow-lg: 0 18px 40px rgba(0, 0, 0, 0.5);
}
   -- END NAVY ---------------------------------------------------------------
   ========================================================================== */

/* --------------------------------------------------------------------------
   2. Base
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  color: var(--heading);
  margin: 0 0 var(--sp-4);
  letter-spacing: -0.01em;
}

h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); }
h4 { font-size: var(--step-0); }

p { margin: 0 0 var(--sp-4); }

a {
  color: var(--brand-600);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover { color: var(--brand-500); }

img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: var(--sp-7) 0;
}

:focus-visible {
  outline: 3px solid var(--brand-400);
  outline-offset: 2px;
  border-radius: 3px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--brand-700);
  color: #fff;
  padding: var(--sp-3) var(--sp-4);
  z-index: 200;
  border-radius: 0 0 var(--radius) 0;
}

.skip-link:focus {
  left: 0;
}

/* --------------------------------------------------------------------------
   3. Layout
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--sp-5);
}

.container--narrow { max-width: var(--container-narrow); }

.section {
  padding-block: var(--sp-8);
}

.section--tight { padding-block: var(--sp-7); }

.section--alt {
  background: var(--bg-alt);
  border-block: 1px solid var(--line);
}

.section__head {
  max-width: 62ch;
  margin-bottom: var(--sp-6);
}

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

.eyebrow {
  display: inline-block;
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--sp-3);
  font-family: var(--font-body);
}

.lede {
  font-size: var(--step-1);
  color: var(--muted);
  line-height: 1.55;
}

.grid {
  display: grid;
  gap: var(--sp-5);
}

.grid--2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }

.split {
  display: grid;
  gap: var(--sp-7);
  align-items: start;
  grid-template-columns: 1fr;
}

@media (min-width: 860px) {
  .split { grid-template-columns: 1.05fr 0.95fr; gap: var(--sp-8); }
  .split--sticky > :last-child { position: sticky; top: 6rem; }
}

/* --------------------------------------------------------------------------
   4. Header & navigation
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--header-bg);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  min-height: 68px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  text-decoration: none;
  color: var(--ink);
  flex-shrink: 0;
}

.brand__mark {
  width: auto;
  height: 38px;
  flex-shrink: 0;
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand__name {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.brand__tag {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.nav {
  display: flex;
  align-items: center;
  gap: var(--sp-5);
}

.nav__list {
  display: flex;
  align-items: center;
  gap: var(--sp-5);
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__link {
  color: var(--ink-2);
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 500;
  padding: var(--sp-2) 0;
  position: relative;
  white-space: nowrap;
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--brand-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s var(--ease);
}

.nav__link:hover::after,
.nav__link[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav__link[aria-current="page"] { color: var(--brand-600); }

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 0.45rem 0.6rem;
  cursor: pointer;
  color: var(--ink);
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
}

.nav-toggle__bars {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  position: relative;
}

.nav-toggle__bars::before,
.nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.nav-toggle__bars::before { top: -6px; }
.nav-toggle__bars::after { top: 6px; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }

  .nav {
    position: fixed;
    inset: 68px 0 auto 0;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: var(--sp-4) var(--sp-5) var(--sp-6);
    box-shadow: var(--shadow-lg);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s var(--ease), transform 0.18s var(--ease),
      visibility 0.18s;
    max-height: calc(100vh - 68px);
    overflow-y: auto;
  }

  .nav[data-open="true"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav__link {
    padding: var(--sp-4) 0;
    border-bottom: 1px solid var(--line);
    font-size: 1.05rem;
  }

  .nav__link::after { display: none; }

  .nav .btn { margin-top: var(--sp-4); justify-content: center; }
}

/* --------------------------------------------------------------------------
   5. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.72rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s var(--ease), border-color 0.18s var(--ease),
    transform 0.12s var(--ease), color 0.18s var(--ease);
  line-height: 1.3;
}

.btn:active { transform: translateY(1px); }

.btn--primary {
  background: var(--brand-700);
  color: #fff;
  border-color: var(--brand-700);
}

.btn--primary:hover {
  background: var(--brand-600);
  border-color: var(--brand-600);
  color: #fff;
}

.btn--secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}

.btn--secondary:hover {
  border-color: var(--brand-500);
  color: var(--brand-600);
}

.btn--ghost-light {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: #fff;
  color: #fff;
}

.btn--lg { padding: 0.9rem 1.7rem; font-size: 1rem; }
.btn--block { width: 100%; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
}

/* --------------------------------------------------------------------------
   6. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  background:
    radial-gradient(1000px 500px at 82% -10%, rgba(90, 146, 104, 0.34), transparent 62%),
    linear-gradient(160deg, var(--brand-700) 0%, var(--brand-800) 48%, var(--brand-900) 100%);
  color: var(--hero-ink);
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(circle at 30% 25%, #000 5%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at 30% 25%, #000 5%, transparent 72%);
  z-index: -1;
  pointer-events: none;
}

.hero__inner {
  padding-block: var(--sp-9) var(--sp-8);
  max-width: 44rem;
}

.hero--compact .hero__inner {
  padding-block: var(--sp-8) var(--sp-7);
}

.hero h1 {
  color: #fff;
  margin-bottom: var(--sp-5);
}

.hero__lede {
  font-size: var(--step-1);
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: var(--sp-6);
  max-width: 40rem;
}

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

/* On the dark hero the standard green primary button has too little contrast,
   so it inverts to white — same treatment as the CTA band. */
.hero .btn--primary {
  background: #fff;
  color: var(--brand-800);
  border-color: #fff;
}

.hero .btn--primary:hover {
  background: var(--brand-050);
  border-color: var(--brand-050);
  color: var(--brand-900);
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2) var(--sp-5);
  margin-top: var(--sp-7);
  padding-top: var(--sp-5);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: var(--step--1);
  color: rgba(255, 255, 255, 0.72);
}

.hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero__meta span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-300);
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   7. Cards
   -------------------------------------------------------------------------- */
.card {
  background: var(--surface-tint);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--sp-5);
  transition: border-color 0.2s var(--ease), transform 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
  display: flex;
  flex-direction: column;
}

.card--link:hover {
  border-color: var(--brand-300);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.card h3 { margin-bottom: var(--sp-2); }

.card p {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: var(--sp-3);
}

.card > :last-child { margin-bottom: 0; }

.card__icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  background: var(--brand-050);
  border: 1px solid var(--brand-100);
  display: grid;
  place-items: center;
  margin-bottom: var(--sp-4);
  color: var(--brand-600);
  flex-shrink: 0;
}

.card__icon svg { width: 21px; height: 21px; }

.card__link {
  margin-top: auto;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.card__link::after {
  content: "→";
  transition: transform 0.18s var(--ease);
}

.card--link:hover .card__link::after { transform: translateX(3px); }

/* Sector card with tag list */
.tag-list {
  list-style: none;
  margin: 0 0 var(--sp-4);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
}

.tag {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.25rem 0.6rem;
  border-radius: 100px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  color: var(--muted);
}

.tag--brand {
  background: var(--accent-050);
  border-color: var(--accent-100);
  color: var(--accent);
}

/* --------------------------------------------------------------------------
   8. Numbered process steps
   -------------------------------------------------------------------------- */
.steps {
  list-style: none;
  counter-reset: step;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--sp-5);
}

.steps__item {
  counter-increment: step;
  position: relative;
  padding-left: 3.6rem;
}

.steps__item::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--brand-050);
  border: 1px solid var(--brand-100);
  color: var(--brand-600);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
}

.steps__item h3 {
  font-size: 1.05rem;
  margin-bottom: var(--sp-1);
}

.steps__item p {
  color: var(--muted);
  font-size: 0.94rem;
  margin: 0;
}

/* --------------------------------------------------------------------------
   9. Feature list with check marks
   -------------------------------------------------------------------------- */
.check-list {
  list-style: none;
  margin: 0 0 var(--sp-5);
  padding: 0;
  display: grid;
  gap: var(--sp-3);
}

.check-list li {
  position: relative;
  padding-left: 1.9rem;
  color: var(--ink-2);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: var(--brand-050);
  border: 1px solid var(--brand-300);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c4425' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 0.7rem;
  background-position: center;
  background-repeat: no-repeat;
}

/* --------------------------------------------------------------------------
   10. Stat / figure band
   -------------------------------------------------------------------------- */
.stats {
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.stat {
  border-left: 3px solid var(--brand-300);
  padding-left: var(--sp-4);
}

.stat__value {
  font-family: var(--font-display);
  font-size: var(--step-2);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
  display: block;
  margin-bottom: var(--sp-1);
}

.stat__label {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
}

/* --------------------------------------------------------------------------
   11. Call-to-action band
   -------------------------------------------------------------------------- */
.cta-band {
  background: linear-gradient(140deg, var(--brand-800), var(--brand-600));
  color: #fff;
  border-radius: var(--radius-lg);
  padding: var(--sp-7);
  text-align: center;
}

.cta-band h2 { color: #fff; }

.cta-band p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 52ch;
  margin-inline: auto;
  margin-bottom: var(--sp-5);
}

.cta-band .btn-row { justify-content: center; }

.cta-band .btn--primary {
  background: #fff;
  color: var(--brand-800);
  border-color: #fff;
}

.cta-band .btn--primary:hover {
  background: var(--brand-050);
  color: var(--brand-900);
}

/* --------------------------------------------------------------------------
   12. Forms
   -------------------------------------------------------------------------- */
.form {
  display: grid;
  gap: var(--sp-4);
}

.form__row {
  display: grid;
  gap: var(--sp-4);
  grid-template-columns: 1fr;
}

@media (min-width: 620px) {
  .form__row--2 { grid-template-columns: 1fr 1fr; }
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

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

.field .req { color: var(--brand-500); }

.field__hint {
  font-size: 0.8rem;
  color: var(--muted);
}

.input,
.select,
.textarea {
  width: 100%;
  font: inherit;
  font-size: 0.95rem;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 0.68rem 0.85rem;
  transition: border-color 0.16s var(--ease), box-shadow 0.16s var(--ease);
}

.textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 1rem;
  padding-right: 2.4rem;
}

.input:focus,
.select:focus,
.textarea:focus {
  outline: none;
  border-color: var(--brand-500);
  box-shadow: 0 0 0 3px rgba(28, 68, 37, 0.16);
}

.input:user-invalid,
.textarea:user-invalid {
  border-color: #c0392b;
}

/* Honeypot — hidden from humans, catches naive bots */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form__note {
  font-size: 0.83rem;
  color: var(--muted);
  margin: 0;
}

.form-status {
  padding: var(--sp-4);
  border-radius: var(--radius);
  font-size: 0.93rem;
  display: none;
}

.form-status[data-state="success"] {
  display: block;
  background: var(--brand-050);
  border: 1px solid var(--brand-300);
  color: var(--brand-700);
}

.form-status[data-state="error"] {
  display: block;
  background: #fdf0ee;
  border: 1px solid #e8b4ac;
  color: #8e2f21;
}

/* --------------------------------------------------------------------------
   13. Contact detail blocks
   -------------------------------------------------------------------------- */
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--sp-4);
}

.contact-list a { font-weight: 600; }

.contact-item__label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.panel {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--sp-5);
}

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

/* --------------------------------------------------------------------------
   14. Accordion (FAQ)
   -------------------------------------------------------------------------- */
.faq {
  display: grid;
  gap: var(--sp-3);
}

.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
}

.faq summary {
  cursor: pointer;
  padding: var(--sp-4) var(--sp-5);
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--sp-4);
  color: var(--ink);
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--brand-500);
  line-height: 1;
  flex-shrink: 0;
}

.faq details[open] summary::after { content: "−"; }

.faq details[open] summary { border-bottom: 1px solid var(--line); }

.faq__body {
  padding: var(--sp-4) var(--sp-5);
  color: var(--muted);
  font-size: 0.95rem;
}

.faq__body > :last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   15. Footer
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--brand-900);
  color: rgba(255, 255, 255, 0.72);
  padding-block: var(--sp-7) var(--sp-5);
  margin-top: var(--sp-8);
  font-size: 0.92rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-grid {
  display: grid;
  gap: var(--sp-6);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding-bottom: var(--sp-6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid > div:first-child { grid-column: span 1; }

@media (min-width: 900px) {
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1.2fr; }
}

.footer__brand-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: var(--sp-2);
}

.footer h4 {
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: var(--sp-3);
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--sp-2);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--sp-3);
  padding-top: var(--sp-5);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

.footer-bottom a { color: rgba(255, 255, 255, 0.65); }

/* --------------------------------------------------------------------------
   16. WhatsApp floating action
   -------------------------------------------------------------------------- */
.wa-float {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 90;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.18s var(--ease);
}

.wa-float:hover { transform: scale(1.07); color: #fff; }
.wa-float svg { width: 27px; height: 27px; }

@media print {
  .wa-float,
  .site-header,
  .nav-toggle { display: none !important; }
}

/* --------------------------------------------------------------------------
   17. Utilities
   -------------------------------------------------------------------------- */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.mt-5 { margin-top: var(--sp-5); }
.mt-6 { margin-top: var(--sp-6); }

.prose > h2 { margin-top: var(--sp-7); }
.prose > h3 { margin-top: var(--sp-6); }
.prose > :first-child { margin-top: 0; }

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.93rem;
  min-width: 480px;
}

th,
td {
  text-align: left;
  padding: var(--sp-3) var(--sp-4);
  border-bottom: 1px solid var(--line);
}

th {
  background: var(--surface-2);
  font-weight: 700;
  color: var(--ink-2);
}

tr:last-child td { border-bottom: 0; }
