/* ═══════════════════════════════════════════════════════════════════
 * Apple design system — tokens.css :root (pasted verbatim)
 * ═══════════════════════════════════════════════════════════════════ */
:root {
  /* ─── BCG-inspired palette: clean white + teal-green accents ─────────
   * Inspired by Boston Consulting Group. Clean white backgrounds dominate
   * (90%+ of page), with teal-green used sparingly for logo, links, and
   * minimal accents. Professional, authoritative, modern. */
  --bg: #ffffff;
  --surface: #f0f7f4;
  --surface-warm: #e8f5e9;
  --fg: #1a1a1a;
  --fg-2: #4a4a4a;
  --muted: #6e6e6e;
  --meta: #8c8c8c;
  --border: #d4e8e0;
  --border-soft: #e8f5f0;
  --accent: #8BC34A;
  --accent-on: #1a1a1a;
  --accent-hover: #7CB342;
  --accent-active: #689F38;
  --cta: #8BC34A;
  --cta-hover: #7CB342;
  --cta-active: #689F38;
  --bg-dark: #1B5E20;
  --bg-dark-2: #2E7D32;
  --text-on-dark: #ffffff;
  --text-on-dark-2: #C8E6C9;
  --success: #8BC34A;
  --warn:    #D4A843;
  --danger:  #C0392B;
  /* Type stacks —
     --font-display (SERIF): Noto Serif SC (思源宋体, Adobe+Google, OFL 1.1)
       for headings only. Serif headings convey institutional authority —
       the same serif-display strategy McKinsey & BCG use (see competitor
       research). Latin headings fall through to a serif-safe stack.
     --font-body (SANS): Inter (OFL) + Noto Sans SC (思源黑体) for CJK body,
       nav, buttons, forms, and numerals.
     All self-hosted, all OFL-licensed for commercial use — replacing the
     proprietary Apple SF Pro / PingFang which cannot be embedded. */
  --font-display:
    "Noto Serif SC", "Source Han Serif SC", "Songti SC", "SimSun", "Times New Roman", Georgia, serif;
  --font-body:
    "Inter", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono:
    ui-monospace, "JetBrains Mono", Menlo, Monaco, Consolas, monospace;
  --text-xs:   12px;
  --text-sm:   14px;
  --text-base: 17px;
  --text-lg:   21px;
  --text-xl:   28px;
  --text-2xl:  40px;
  --text-3xl:  56px;
  --text-4xl:  80px;
  --leading-body:  1.47;
  --leading-tight: 1.05;
  --tracking-display: -0.015em;
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-8:  32px;
  --space-12: 48px;
  --section-y-desktop: 100px;
  --section-y-tablet:  64px;
  --section-y-phone:   40px;
  --radius-sm:   8px;
  --radius-md:  12px;
  --radius-lg:  18px;
  --radius-pill: 980px;
  --elev-flat:   none;
  --elev-ring:   0 0 0 1px var(--border);
  --elev-raised: 0 12px 32px rgba(0, 0, 0, 0.08);
  --focus-ring: 0 0 0 4px color-mix(in oklab, #1B5E20, transparent 65%);
  --motion-fast:   150ms;
  --motion-base:   220ms;
  --ease-standard: cubic-bezier(0.28, 0, 0.22, 1);
  --container-max:            1200px;
  --container-gutter-desktop: 22px;
  --container-gutter-tablet:  18px;
  --container-gutter-phone:   16px;
}

/* ─── Reset & base ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 64px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--fg);
  line-height: 1.75;            /* CJK body leading */
  letter-spacing: 0;            /* CJK: no negative tracking */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }

/* ─── Latin numeral / label clarity ──────────────────────────────────
 * Inter woff2 files are not currently bundled; the body font stack
 * (Noto Sans SC → system sans) handles Latin glyphs adequately.
 * The .lat utility class adds subtle positive tracking for Latin/
 * numeral runs inside CJK text, improving visual crispness. */
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

/* Latin/number runs inside CJK keep crisp — only for explicit latin-only utility */
.lat { letter-spacing: 0.01em; }

/* ─── Layout primitives ────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--container-gutter-desktop);
  padding-right: var(--container-gutter-desktop);
}
.section { padding-top: var(--section-y-desktop); padding-bottom: var(--section-y-desktop); }
.section--gray { background: #FAFAFA; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; }
.section--dark { background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%); color: #1B5E20; }
.eyebrow {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.08em;       /* ALL-CAPS-ish latin label, positive tracking */
  text-transform: uppercase;
  color: var(--fg-2);           /* neutral kicker; accent reserved for focal CTAs */
  margin-bottom: var(--space-4);
}
/* Brand-color micro rule — a 40×3px accent bar used sparingly as a visual
   anchor above key kickers (cf. Accenture's purple hairline). One of the
   few sanctioned accent touches; do not sprinkle on every section. */
.accent-rule {
  display: block;
  width: 40px; height: 3px;
  background: #8BC34A;
  border-radius: 2px;
  margin-bottom: var(--space-4);
}
.hero .accent-rule { background: #1B5E20; }

/* ─── Typography (CJK-tuned) ───────────────────────────────────────── */
/* serif only at display scale (Hero + section titles) — editorial authority.
   h3/h4 (card, step, advantage titles) stay sans for clean UI, per the
   McKinsey/BCG precedent of serif-for-big-titles-only. */
h1, h2 { font-family: var(--font-display); font-weight: 600; letter-spacing: 0; }
h3, h4 { font-family: var(--font-body); font-weight: 600; letter-spacing: 0; }
.display {            /* hero headline — serif, bold, oversized */
  font-size: clamp(40px, 6.2vw, 64px);
  line-height: 1.3;            /* CJK display leading floor */
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;          /* even line breaks, no orphan glyphs */
}
.h2 { font-size: clamp(30px, 4.6vw, 44px); line-height: 1.3; font-weight: 700; letter-spacing: 0; }
.h3 { font-size: var(--text-xl); line-height: 1.35; font-weight: 600; }
.lead { font-size: var(--text-lg); line-height: 1.6; color: var(--muted); }
.section--dark .lead { color: #33691E; }
.body-muted { color: var(--muted); line-height: 1.7; }
.section--dark .body-muted { color: #558B2F; }

/* ─── Buttons ──────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2);
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 400;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  transition: background var(--motion-fast) var(--ease-standard),
              color var(--motion-fast) var(--ease-standard),
              transform var(--motion-fast) var(--ease-standard),
              box-shadow var(--motion-fast) var(--ease-standard);
  min-height: 44px;
  white-space: nowrap;
}
.btn:focus-visible { outline: none; box-shadow: var(--focus-ring); }
.btn--primary {
  background: #1B5E20;
  color: #ffffff;
  font-weight: 600;
}
.btn--primary:hover { background: #2E7D32; color: #ffffff; }
.btn--primary:active { background: #1B5E20; color: #ffffff; transform: scale(0.98); }
/* ghost on dark */
.btn--nav-cta {
  background: #8BC34A;
  color: #1a1a1a;
  font-weight: 600;
  border: none;
  box-shadow: 0 2px 8px rgba(139,195,74,0.3);
}
.btn--nav-cta:hover {
  background: #7CB342;
  color: #1a1a1a;
  box-shadow: 0 4px 16px rgba(139,195,74,0.4);
}
.btn--ghost-dark {
  color: #1B5E20;
  box-shadow: inset 0 0 0 1.5px #1B5E20;
  font-weight: 600;
}
.btn--ghost-dark:hover { background: #1B5E20; color: #ffffff; }
.btn--ghost-dark:active { transform: scale(0.98); }
/* ghost on light */
.btn--ghost {
  color: #1B5E20;
  box-shadow: inset 0 0 0 1px var(--border);
}
.btn--ghost:hover { background: var(--surface); color: #1B5E20; }
.text-link {
  color: #1B5E20;
  font-weight: 500;
  transition: color var(--motion-fast) var(--ease-standard);
}
.text-link:hover { color: #33691E; text-decoration: underline; }
.section--dark .text-link { color: #1B5E20; }
.section--dark .text-link:hover { color: #C8E6C9; }

/* ═══ NAV ═══════════════════════════════════════════════════════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: 56px;
  background: #faf8f3;                     /* cream/off-white background */
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid #e8e4dc;
  transition: background var(--motion-base) var(--ease-standard),
              border-color var(--motion-base) var(--ease-standard),
              backdrop-filter var(--motion-base) var(--ease-standard),
              box-shadow var(--motion-base) var(--ease-standard);
}
/* scrolled: slightly more opaque cream with subtle shadow */
.nav.nav--solid {
  background: rgba(250,248,243,0.95);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom-color: #e8e4dc;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.nav-inner {
  max-width: 1040px; margin: 0 auto;
  height: 100%;
  padding: 0 var(--container-gutter-desktop);
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--space-6);
}
.nav-brand {
  display: flex; align-items: center; gap: 10px;
  color: var(--fg);
  font-family: var(--font-body);
  font-weight: 600; font-size: 17px; letter-spacing: 0;
}
.nav-brand .mark {
  width: 26px; height: 26px; border-radius: 7px;
  background: #8BC34A;
  display: grid; place-items: center;
  color: #fff; font-size: 13px; font-weight: 700;
  font-family: var(--font-body);
  flex-shrink: 0;
}
.nav-links { display: flex; align-items: center; gap: var(--space-6); }
.nav-links a {
  color: var(--fg-2); font-size: 14px; font-weight: 400;
  transition: color var(--motion-fast) var(--ease-standard);
  line-height: 1;
}
.nav-links a:hover { color: #1B5E20; }
.nav-cta { display: flex; align-items: center; gap: var(--space-3); }
.nav-cta .btn { padding: 8px 18px; font-size: 14px; min-height: 36px; }
.nav-toggle {
  display: none;
  color: var(--fg);
  padding: 6px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.nav-toggle svg { width: 24px; height: 24px; }

/* ═══ HERO ══════════════════════════════════════════════════════════ */
.hero {
  background: #ffffff;
  padding: 80px 0 60px;
  overflow: hidden;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
  align-items: center;
}
.hero-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #1B5E20;
  aspect-ratio: 21 / 9;
  min-height: 480px;
}
.hero-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.25) 100%);
  pointer-events: none;
}
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px;
  padding-top: 50px;
  z-index: 2;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero .eyebrow {
  color: #C8E6C9;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hero h1 {
  color: #ffffff;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 14em;
  margin-bottom: 20px;
}
.hero .hero-sub {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  max-width: 36em;
  margin-bottom: 32px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.hero-meta {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.5;
}
.hero-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-meta-item svg {
  width: 16px;
  height: 16px;
  color: rgba(255,255,255,0.6);
  flex-shrink: 0;
}

/* ═══ TRUST STRIP ═══════════════════════════════════════════════════ */
.trust {
  background: var(--surface);
  border-bottom: 1px solid var(--border-soft);
  padding-top: var(--space-12); padding-bottom: var(--space-12);
}
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-4);
}
.trust-cell { padding: var(--space-4); }
.trust-cell .num {
  font-family: var(--font-body);
  font-size: var(--text-3xl); font-weight: 700; line-height: 1.1;
  color: #1B5E20; letter-spacing: -0.02em;
}
.trust-cell .num .unit { font-size: var(--text-xl); color: var(--muted); margin-left: 4px; }
.trust-cell .label {
  margin-top: var(--space-2);
  font-size: var(--text-sm); color: var(--muted); line-height: 1.5;
}

/* ═══ SECTION HEAD ══════════════════════════════════════════════════ */
.section-head { max-width: 760px; margin-bottom: 56px; }
.section-head .h2 { margin-bottom: var(--space-4); }
.section-head .lead { max-width: 56ch; }

/* ═══ SERVICES ══════════════════════════════════════════════════════ */
.services-grid-wrapper {
  position: relative;
}
.services-grid {
  display: flex;
  gap: var(--space-5);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: var(--space-6);
  scrollbar-width: thin;
  scrollbar-color: #1B5E20 var(--surface);
}
.services-grid::-webkit-scrollbar {
  height: 10px;
}
.services-grid::-webkit-scrollbar-track {
  background: #e8f5e9;
  border-radius: 5px;
  margin: 0 20px;
}
.services-grid::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #1B5E20, #2E7D32);
  border-radius: 5px;
  min-width: 80px;
  border: 2px solid #e8f5e9;
}
.services-grid::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #2E7D32, #388E3C);
}
/* Edge fade gradients to hint scrollability */
.services-grid-wrapper::before,
.services-grid-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 30px;
  width: 60px;
  z-index: 5;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.services-grid-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, transparent 100%);
}
.services-grid-wrapper::after {
  right: 0;
  background: linear-gradient(-90deg, #ffffff 0%, transparent 100%);
}
/* Navigation arrows */
.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #1B5E20;
  color: #1B5E20;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.scroll-arrow:hover {
  background: #1B5E20;
  color: #ffffff;
  transform: translateY(-50%) scale(1.1);
}
.scroll-arrow:active {
  transform: translateY(-50%) scale(0.95);
}
.scroll-arrow--left { left: -22px; }
.scroll-arrow--right { right: -22px; }
.scroll-arrow svg {
  width: 20px;
  height: 20px;
}
/* Dot indicators */
.scroll-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 12px 0;
}
.scroll-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d4e8e0;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.scroll-dot:hover {
  background: #a5d6a7;
  transform: scale(1.2);
}
.scroll-dot.active {
  background: #1B5E20;
  border-color: #8BC34A;
  transform: scale(1.4);
  box-shadow: 0 2px 8px rgba(27,94,32,0.3);
}
/* Scroll hint text */
.scroll-hint {
  text-align: center;
  font-size: 13px;
  color: #6e6e6e;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.scroll-hint svg {
  width: 16px;
  height: 16px;
  color: #1B5E20;
  animation: scrollHintBounce 2s ease-in-out infinite;
}
@keyframes scrollHintBounce {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(6px); }
}
.service {
  position: relative;
  min-width: 320px;
  max-width: 360px;
  flex: 0 0 auto;
  scroll-snap-align: start;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: border-color var(--motion-base) var(--ease-standard),
              box-shadow var(--motion-base) var(--ease-standard);
  cursor: pointer;
}
.service:hover {
  border-color: #1B5E20;
  box-shadow: 0 12px 40px rgba(27,94,32,0.12);
}
.service-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--surface);
}
.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--motion-base) var(--ease-standard);
}
.service:hover .service-img img {
  transform: scale(1.05);
}
.service-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #8BC34A;
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.04em;
  z-index: 2;
}
.service-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--space-6);
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.82) 100%);
  color: #fff;
  z-index: 2;
}
.service-overlay h3 {
  font-size: var(--text-lg);
  line-height: 1.3;
  margin-bottom: var(--space-2);
  font-weight: 600;
}
.service-overlay .service-desc {
  font-size: var(--text-sm);
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
  margin-bottom: var(--space-3);
}
.service-overlay .service-points {
  display: none;
}
.service-icon {
  display: none;
}

/* ═══ PROCESS ═══════════════════════════════════════════════════════ */
.process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-4);
}
.step {
  background: var(--bg);
  border-radius: var(--radius-lg);
  padding: var(--space-8) var(--space-6);
  border: 1px solid var(--border);
  position: relative;
  transition: border-color var(--motion-base) var(--ease-standard),
              box-shadow var(--motion-base) var(--ease-standard);
}
.step:hover {
  border-color: #1B5E20;
  box-shadow: 0 8px 32px rgba(27,94,32,0.08);
}
.step-num {
  font-family: var(--font-body); font-size: var(--text-2xl);
  color: #1B5E20; font-weight: 700; letter-spacing: -0.02em;
  margin-bottom: var(--space-4);
  opacity: 0.20;
  line-height: 1;
}
.step-icon { width: 32px; height: 32px; color: var(--fg); margin-bottom: var(--space-4); }
.step-icon svg { width: 100%; height: 100%; }
.step h4 { font-size: var(--text-lg); line-height: 1.3; margin-bottom: var(--space-2); font-weight: 600; }
.step p { font-size: var(--text-sm); color: var(--muted); line-height: 1.6; }

/* ═══ ABOUT ═════════════════════════════════════════════════════════ */
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: var(--space-12); align-items: start; }
.about-body p { color: var(--fg-2); font-size: var(--text-base); line-height: 1.8; margin-bottom: var(--space-4); }
.about-body p + p { color: var(--muted); }
.scope-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  border: 1px solid var(--border);
}
.scope-card h4 {
  font-size: var(--text-sm); font-weight: 600; color: var(--muted);
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: var(--space-5);
}
.scope-tags { display: flex; flex-wrap: wrap; gap: var(--space-2); }
.scope-tags li {
  font-size: var(--text-sm); color: var(--fg-2);
  background: var(--bg); border: 1px solid var(--border);
  padding: 6px 14px; border-radius: var(--radius-pill); line-height: 1.4;
  transition: border-color var(--motion-fast) var(--ease-standard);
}
.scope-tags li:hover {
  border-color: #1B5E20;
  color: #1B5E20;
}

/* ═══ ADVANTAGES (dark) ═════════════════════════════════════════════ */
.adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-5); }
.adv {
  background: rgba(255,255,255,0.60);
  border: 1px solid rgba(27,94,32,0.15);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  transition: background var(--motion-base) var(--ease-standard),
              border-color var(--motion-base) var(--ease-standard);
}
.adv:hover {
  background: rgba(255,255,255,0.85);
  border-color: rgba(27,94,32,0.30);
}
.adv-icon { width: 36px; height: 36px; color: #1B5E20; margin-bottom: var(--space-5); }
.adv-icon svg { width: 100%; height: 100%; }
.adv h4 { font-size: var(--text-lg); line-height: 1.3; color: #1B5E20; margin-bottom: var(--space-3); }
.adv p { color: #33691E; font-size: var(--text-base); line-height: 1.7; }

/* ═══ CONTACT ═══════════════════════════════════════════════════════ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-12); align-items: start; }
.contact-info .info-item {
  display: flex; gap: var(--space-4); padding: var(--space-5) 0;
  border-bottom: 1px solid var(--border-soft);
}
.contact-info .info-item:last-child { border-bottom: none; }

/* Newsletter subscription */
.newsletter-subscribe {
  margin-top: var(--space-8);
  padding: var(--space-6);
  background: var(--surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
}
.newsletter-subscribe h4 {
  font-size: var(--text-lg);
  font-weight: 600;
  margin-bottom: var(--space-2);
  color: var(--fg);
}
.newsletter-subscribe p {
  font-size: var(--text-sm);
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: var(--space-4);
}
.newsletter-form {
  display: flex;
  gap: var(--space-2);
  margin-bottom: var(--space-3);
}
.newsletter-form input[type="email"] {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: var(--text-sm);
  font-family: var(--font-body);
  transition: border-color var(--motion-fast);
}
.newsletter-form input[type="email"]:focus-visible {
  outline: none;
  border-color: #1B5E20;
  box-shadow: var(--focus-ring);
}
.newsletter-form .btn {
  padding: 10px 20px;
  font-size: var(--text-sm);
  white-space: nowrap;
}
.newsletter-note {
  font-size: var(--text-xs);
  color: var(--meta);
  margin: 0;
}
.info-ic { width: 40px; height: 40px; border-radius: var(--radius-sm); background: var(--bg); border: 1px solid var(--border-soft); display: grid; place-items: center; color: var(--fg); flex-shrink: 0; }
.info-ic svg { width: 20px; height: 20px; }
.info-item .k { font-size: var(--text-sm); color: var(--muted); margin-bottom: 4px; line-height: 1.4; }
.info-item .v { font-size: var(--text-base); color: var(--fg); font-weight: 500; line-height: 1.5; }
.info-item .v a:hover { color: var(--accent-hover); }
.info-item .v.tel { font-family: var(--font-body); font-size: var(--text-xl); letter-spacing: 0; }

/* form */
.form-card {
  background: var(--bg); border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg); padding: var(--space-8);
  box-shadow: var(--elev-raised);
}
.form-card h3 { font-size: var(--text-xl); margin-bottom: var(--space-2); }
.form-card .form-sub { color: var(--muted); font-size: var(--text-sm); margin-bottom: var(--space-6); line-height: 1.6; }
.field { margin-bottom: var(--space-5); }
.field label { display: block; font-size: var(--text-sm); font-weight: 500; color: var(--fg); margin-bottom: 8px; line-height: 1.4; }
.field label .req { color: #1B5E20; margin-left: 2px; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: var(--text-base);
  color: var(--fg); background: var(--surface-warm);
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 12px 14px; line-height: 1.5;
  transition: border-color var(--motion-fast) var(--ease-standard), box-shadow var(--motion-fast) var(--ease-standard);
}
.field input::placeholder, .field textarea::placeholder { color: var(--meta); }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--meta); }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible {
  outline: none; border-color: #1B5E20; box-shadow: var(--focus-ring); background: var(--bg);
}
.field textarea { resize: vertical; min-height: 96px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
.field-error { color: var(--danger); font-size: var(--text-sm); margin-top: 6px; display: none; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #C0392B; }
.field.invalid .field-error { display: block; }
.form-note { font-size: var(--text-xs); color: var(--meta); line-height: 1.6; margin-top: var(--space-4); }
.form-card .btn--primary { width: 100%; margin-top: var(--space-2); }
.form-success { display: none; text-align: center; padding: var(--space-8) var(--space-4); }
.form-success.show { display: block; }
.success-ic { width: 56px; height: 56px; margin: 0 auto var(--space-5); color: #1B5E20; }
.success-ic svg { width: 100%; height: 100%; }
.form-success h3 { font-size: var(--text-xl); margin-bottom: var(--space-3); }
.form-success p { color: var(--muted); font-size: var(--text-base); line-height: 1.7; }

/* ═══ INSIGHTS ══════════════════════════════════════════════════════ */
.insights-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-4);
  align-items: stretch;
}
.insight {
  display: flex; flex-direction: column;
  background: var(--bg);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow var(--motion-base) var(--ease-standard),
              transform var(--motion-base) var(--ease-standard),
              border-color var(--motion-base) var(--ease-standard);
}
.insight:hover {
  box-shadow: 0 20px 40px rgba(20, 70, 34, 0.12), 0 8px 16px rgba(20, 70, 34, 0.08);
  transform: translateY(-8px);
  border-color: var(--border);
}
.insight-cover {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  background: var(--surface);
}
.insight-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform var(--motion-base) var(--ease-standard);
}
.insight:hover .insight-cover img {
  transform: scale(1.05);
}
.cover-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #8BC34A;
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.04em;
  z-index: 2;
}
.insight-body {
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cover-ipo, .cover-equity, .cover-financing { /* image backgrounds */ }
.insight-cover .cover-tag {
  font-size: var(--text-xs); font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  background: rgba(255,255,255,0.16);
  padding: 4px 10px; border-radius: var(--radius-pill);
  backdrop-filter: blur(4px);
}
/* .insight-body hidden - using overlay instead */
.insight-meta {
  display: flex; align-items: center; gap: 8px;
  font-size: var(--text-xs); color: var(--meta);
  margin-bottom: var(--space-3);
}
.insight-meta .cat { color: #1B5E20; font-weight: 600; }
.insight-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--meta); }
.insight-meta .date { color: var(--muted); font-size: var(--text-xs); }
.insight-body h3 {
  font-size: var(--text-lg); line-height: 1.4; font-weight: 600;
  margin-bottom: var(--space-3); color: var(--fg);
}
.insight-body p {
  font-size: var(--text-sm); line-height: 1.65; color: var(--muted);
  flex: 1;
}
.insight-body .read {
  margin-top: var(--space-5);
  color: var(--meta); font-size: var(--text-sm);
  display: inline-flex; align-items: center; gap: 6px;
}
.insight-body .read svg { width: 13px; height: 13px; }
.insights-foot { margin-top: var(--space-8); text-align: center; font-size: var(--text-xs); color: var(--meta); line-height: 1.7; max-width: 60ch; margin-left: auto; margin-right: auto; }
.insights-foot a { color: #1B5E20; font-weight: 500; }

/* ═══ FLOATING CONSULT CTA ══════════════════════════════════════════
 * Always-visible conversion anchor, bottom-right (cf. McKinsey "Ask").
 * One of the sanctioned accent uses. Hidden on small screens to avoid
 * covering content; reappears after the hero so it doesn't fight the
 * hero's own CTA. */
.fab-consult {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  display: none;                          /* toggled by .fab--show + width */
  align-items: center; gap: 8px;
  background: #1B5E20; color: #ffffff; font-weight: 600;
  padding: 12px 18px; border-radius: var(--radius-pill);
  font-family: var(--font-body); font-size: var(--text-sm); font-weight: 500;
  box-shadow: 0 8px 24px rgba(27,94,32,0.25), 0 2px 6px rgba(0,0,0,0.10);
  transition: background var(--motion-fast) var(--ease-standard),
              transform var(--motion-fast) var(--ease-standard),
              opacity var(--motion-base) var(--ease-standard);
  min-height: 44px;
}
.fab-consult svg { width: 18px; height: 18px; }
.fab-consult:hover { background: #2E7D32; }
.fab-consult:active { transform: scale(0.97); }
.fab-consult:focus-visible { outline: none; box-shadow: var(--focus-ring), 0 8px 24px rgba(0,0,0,0.18); }
.fab-consult.fab--show { display: inline-flex; }
@media (max-width: 560px) {
  .fab-consult { right: 14px; bottom: 14px; padding: 11px 15px; }
  .fab-consult .fab-label { display: none; }   /* icon-only on phones */
  .fab-consult { border-radius: 50%; padding: 14px; }
}

/* ═══ FOOTER ════════════════════════════════════════════════════════ */
.footer { background: #E8F5E9; color: #1B5E20; padding-top: var(--space-12); padding-bottom: var(--space-8); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: var(--space-8); padding-bottom: var(--space-8); border-bottom: 1px solid rgba(27,94,32,0.15); }
.footer-brand { color: #1B5E20; font-family: var(--font-body); font-weight: 600; font-size: 17px; margin-bottom: var(--space-4); display: flex; align-items: center; gap: 10px; }
.footer-brand .mark { width: 26px; height: 26px; border-radius: 7px; background: #8BC34A; display: grid; place-items: center; color: #1a1a1a; font-size: 13px; font-weight: 700; }
.footer-desc { font-size: var(--text-sm); line-height: 1.7; color: #558B2F; max-width: 34ch; }
.footer h5 { color: #558B2F; font-size: var(--text-xs); font-weight: 600; margin-bottom: var(--space-4); letter-spacing: 0.08em; text-transform: uppercase; }
.footer ul li { margin-bottom: 10px; }
.footer ul li a { color: #33691E; font-size: var(--text-sm); transition: color var(--motion-fast) var(--ease-standard); }
.footer ul li a:hover { color: #1B5E20; }
.footer-bottom { padding-top: var(--space-6); font-size: var(--text-xs); color: #558B2F; line-height: 1.8; }
.footer-bottom .compliance { margin-top: var(--space-3); padding-top: var(--space-3); border-top: 1px solid rgba(27,94,32,0.15); color: #558B2F; max-width: 70ch; }
.compliance-text { margin-bottom: var(--space-2); }
.compliance-licenses { margin: 0; font-size: var(--text-xs); color: #558B2F; }
.compliance-licenses a { color: inherit; text-decoration: none; transition: color var(--motion-fast) var(--ease-standard); }
.compliance-licenses a:hover, .compliance-licenses a:focus-visible { color: #1B5E20; text-decoration: underline; }

/* ═══ Reveal animation ══════════════════════════════════════════════
 * Content is ALWAYS visible (opacity stays 1). Only a subtle transform
 * slide-up plays on scroll-in. Opacity is intentionally never animated to
 * 0 in the default state, so no JS failure, observer miss, or extension
 * interference can ever blank the page. */
.reveal { opacity: 1; transform: none; }
.js-reveal .reveal { transform: translateY(20px); transition: transform .7s var(--ease-standard); }
.js-reveal .reveal.in { transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal { transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ═══ Responsive ════════════════════════════════════════════════════ */
@media (max-width: 833px) {
  .section { padding-top: var(--section-y-tablet); padding-bottom: var(--section-y-tablet); }
  .container { padding-left: var(--container-gutter-tablet); padding-right: var(--container-gutter-tablet); }
  .nav-links {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background: #E8F5E9;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    padding: var(--space-4) var(--container-gutter-tablet);
    gap: var(--space-3);
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .nav-links a { color: var(--surface); font-size: 15px; padding: var(--space-2) 0; }
  .nav-toggle { display: flex; }
  .nav-cta .btn { padding: 8px 14px; font-size: 13px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-6) var(--space-4); }
  .services-grid { 
    min-width: 0;
    padding-left: var(--container-gutter-tablet);
    padding-right: var(--container-gutter-tablet);
}
.services-grid-wrapper { padding: 0 var(--space-6); }
.service { min-width: 280px; }
.scroll-arrow--left { left: -10px; }
.scroll-arrow--right { right: -10px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: var(--space-8); }
  .adv-grid { grid-template-columns: 1fr; }
  .insights-grid { 
    min-width: 0;
    padding-left: var(--container-gutter-tablet);
    padding-right: var(--container-gutter-tablet);
}
.insight { min-width: 280px; }
  .footer-top { grid-template-columns: 1fr; gap: var(--space-6); }
  .hero { padding-top: 112px; padding-bottom: 72px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
}
@media (max-width: 480px) {
  .section { padding-top: var(--section-y-phone) ; padding-bottom: var(--section-y-phone); }
  .container { padding-left: var(--container-gutter-phone); padding-right: var(--container-gutter-phone); }
  .process-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1 1 auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .nav-inner { padding: 0 var(--container-gutter-phone); }
  .trust-cell .num { font-size: var(--text-2xl); }
}

/* ═ Insight card links → article pages ═ */
.insight { position: relative; }
.insight .card-link { position: absolute; inset: 0; z-index: 2; border-radius: inherit; }
.insight .card-link:focus-visible { outline: 3px solid var(--bg-dark-2); outline-offset: 3px; }
.insight .read svg { transition: transform var(--motion-fast) var(--ease-standard); }
.insight:hover .read svg, .insight:focus-within .read svg { transform: translateX(3px); }


/* ═ FAQ ═ */
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-4); }
.faq-item { background: var(--bg); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: var(--space-5) var(--space-6); }
.faq-item h3 { font-size: var(--text-base); font-weight: 600; margin: 0 0 var(--space-3); line-height: 1.6; }
.faq-item p { margin: 0; color: var(--fg-2); font-size: var(--text-sm); line-height: 1.85; }
@media (max-width: 833px) { .faq-grid { grid-template-columns: 1fr; } }
