/* ================================================================
   SUCCESSTRACKER — GLOBAL BASE STYLESHEET
   Single source of truth for design tokens, reset, and utilities.
   Every section below aliases its own prefixed variables
   (st-, sh-, sw-, ss-, areas-, rev-, faq-, hiw-, footer-) to these
   canonical values, so each color / radius / shadow / font is
   declared exactly once in the whole file.
================================================================ */

/* ---------- Canonical design tokens ---------- */
:root {
  /* Brand palette (green, from Header/Hero/Why-Us/Subjects) */
  --brand:        #1a6b4a;
  --brand-dark:   #0f4a33;
  --brand-light:  #e8f5ee;
  --accent:       #f5a623;
  --purple:       #7c3aed;

  /* Neutrals */
  --text:         #0a0a0a;
  --text-sub:     #6b7280;
  --border:       #e5e7eb;
  --white:        #ffffff;
  --bg:           #f8fafb;

  /* Radii */
  --radius-sm:    8px;
  --radius-md:    14px;
  --radius-lg:    20px;
  --radius-full:  9999px;

  /* Shadows */
  --shadow-sm:    0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --shadow-md:    0 4px 24px rgba(0,0,0,.08);
  --shadow-lg:    0 12px 40px rgba(0,0,0,.14);

  /* Type & motion */
  --font:         'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Fraunces', 'Georgia', serif;
  --ease:         cubic-bezier(.4, 0, .2, 1);
  --ease-out:     cubic-bezier(.16, 1, .3, 1);
  --nav-h:        76px;

  /* Spacing scale — generous, premium rhythm */
  --space-section-y:      7rem;
  --space-section-y-tab:  5rem;
  --space-section-y-mob:  3.75rem;
  --space-x:               7vw;
  --space-x-tab:           6vw;
  --space-x-mob:           5.5vw;

  /* Elevated shadow system */
  --shadow-xs:    0 1px 2px rgba(10,10,10,.04);
  --shadow-float: 0 30px 70px -20px rgba(15,74,51,.22), 0 10px 24px -8px rgba(10,10,10,.06);
  --shadow-card:  0 2px 8px rgba(10,10,10,.04), 0 1px 2px rgba(10,10,10,.03);
  --shadow-hover: 0 24px 48px -12px rgba(15,74,51,.16), 0 8px 16px -4px rgba(10,10,10,.06);

  /* ---------- Header aliases ---------- */
  --st-brand: var(--brand); --st-brand-dark: var(--brand-dark); --st-brand-light: var(--brand-light);
  --st-accent: var(--accent); --st-text: var(--text); --st-text-sub: var(--text-sub);
  --st-border: var(--border); --st-white: var(--white); --st-bg-soft: var(--bg);
  --st-shadow-sm: var(--shadow-sm); --st-shadow-md: var(--shadow-md); --st-shadow-lg: var(--shadow-lg);
  --st-nav-h: var(--nav-h);
  --st-radius-sm: var(--radius-sm); --st-radius-md: 12px; --st-radius-lg: 16px; --st-radius-full: var(--radius-full);
  --st-font: var(--font); --st-transition: .2s var(--ease);

  /* ---------- Hero aliases ---------- */
  --sh-brand: var(--brand); --sh-brand-dark: var(--brand-dark); --sh-brand-light: var(--brand-light);
  --sh-accent: var(--accent); --sh-purple: var(--purple);
  --sh-text: var(--text); --sh-text-sub: var(--text-sub); --sh-border: var(--border);
  --sh-white: var(--white); --sh-bg: var(--bg);
  --sh-radius-sm: var(--radius-sm); --sh-radius-md: var(--radius-md); --sh-radius-lg: 22px; --sh-radius-full: var(--radius-full);
  --sh-shadow-sm: 0 1px 4px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --sh-shadow-md: var(--shadow-md); --sh-shadow-lg: 0 16px 48px rgba(0,0,0,.11);
  --sh-font: var(--font); --sh-ease: var(--ease); --sh-ease-out: var(--ease-out);

  /* ---------- Why Choose Us aliases ---------- */
  --sw-brand: var(--brand); --sw-brand-dark: var(--brand-dark); --sw-brand-light: var(--brand-light);
  --sw-text: var(--text); --sw-text-sub: var(--text-sub); --sw-bg: var(--bg);
  --sw-white: var(--white); --sw-border: var(--border);
  --sw-radius-sm: var(--radius-sm); --sw-radius-md: var(--radius-md); --sw-radius-lg: var(--radius-lg); --sw-radius-full: var(--radius-full);
  --sw-shadow-sm: var(--shadow-sm); --sw-shadow-md: var(--shadow-md); --sw-shadow-hover: 0 12px 36px rgba(0,0,0,.11);
  --sw-font: var(--font); --sw-ease: var(--ease);
  /* icon palette — unique to Why Choose Us cards */
  --sw-green-bg: #e8f5ee;  --sw-green-fg: #1a6b4a;
  --sw-amber-bg: #fff8ec;  --sw-amber-fg: #b45309;
  --sw-blue-bg:  #eff6ff;  --sw-blue-fg:  #1d4ed8;
  --sw-purple-bg:#f5f3ff;  --sw-purple-fg:#6d28d9;
  --sw-rose-bg:  #fff1f2;  --sw-rose-fg:  #be123c;
  --sw-teal-bg:  #f0fdfa;  --sw-teal-fg:  #0f766e;

  /* ---------- Subjects aliases ---------- */
  --ss-brand: var(--brand); --ss-brand-dark: var(--brand-dark); --ss-brand-light: var(--brand-light);
  --ss-text: var(--text); --ss-text-sub: var(--text-sub);
  --ss-white: var(--white); --ss-bg: var(--white); --ss-border: var(--border);
  --ss-radius-sm: 10px; --ss-radius-md: var(--radius-md); --ss-radius-lg: 22px; --ss-radius-full: var(--radius-full);
  --ss-shadow-sm: var(--shadow-sm); --ss-shadow-md: 0 4px 20px rgba(0,0,0,.07); --ss-shadow-hover: 0 10px 32px rgba(0,0,0,.11);
  --ss-font: var(--font); --ss-ease: var(--ease);
  /* icon palette — unique to Subjects cards */
  --ss-indigo-bg:  #eef2ff; --ss-indigo-fg:  #4338ca;
  --ss-green-bg:   #dcfce7; --ss-green-fg:   #16a34a;
  --ss-blue-bg:    #dbeafe; --ss-blue-fg:    #1d4ed8;
  --ss-amber-bg:   #fef9c3; --ss-amber-fg:   #a16207;
  --ss-emerald-bg: #d1fae5; --ss-emerald-fg: #059669;
  --ss-sky-bg:     #e0f2fe; --ss-sky-fg:     #0284c7;
  --ss-orange-bg:  #ffedd5; --ss-orange-fg:  #c2410c;
  --ss-teal-bg:    #ccfbf1; --ss-teal-fg:    #0f766e;
  --ss-violet-bg:  #ede9fe; --ss-violet-fg:  #6d28d9;
  --ss-rose-bg:    #ffe4e6; --ss-rose-fg:    #be123c;
  --ss-lime-bg:    #ecfccb; --ss-lime-fg:    #4d7c0f;
  --ss-cyan-bg:    #cffafe; --ss-cyan-fg:    #0e7490;

  /* ---------- How It Works aliases ---------- */
  --hiw-green: var(--brand); --hiw-green-dark: var(--brand-dark); --hiw-green-light: var(--brand-light);
  --hiw-text-dark: var(--text); --hiw-text-muted: var(--text-sub);
  --hiw-border: var(--border); --hiw-radius: var(--radius-md);

  /* ---------- Areas We Serve aliases ---------- */
  --areas-green: var(--brand); --areas-green-dark: var(--brand-dark); --areas-green-light: var(--brand-light);
  --areas-text-dark: var(--text); --areas-text-muted: var(--text-sub);
  --areas-border: var(--border); --areas-radius: var(--radius-md);

  /* ---------- Parent Reviews aliases ---------- */
  --rev-green: var(--brand); --rev-green-dark: var(--brand-dark); --rev-green-light: var(--brand-light);
  --rev-text-dark: var(--text); --rev-text-muted: var(--text-sub);
  --rev-border: var(--border); --rev-radius: var(--radius-lg);

  /* ---------- FAQ aliases ---------- */
  --faq-green: var(--brand); --faq-green-dark: var(--brand-dark); --faq-green-light: var(--brand-light);
  --faq-text-dark: var(--text); --faq-text-muted: var(--text-sub);
  --faq-border: var(--border); --faq-radius: var(--radius-md);

  /* ---------- Footer aliases (dark variant of the same brand family) ---------- */
  --footer-green: var(--brand-dark);
  --footer-green-deep: #082c1e;
  --footer-accent: #2e9464;
  --footer-accent-light: #4caf82;
  --footer-text: #d9e8df;
  --footer-text-muted: #9db6a9;
  --footer-border: rgba(255, 255, 255, 0.1);
}

/* ---------- Reset ---------- */
*, *::before, *::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "liga" 1;
}

/* Premium display serif for every section headline — the single
   biggest lever for shifting from "template" to "editorial/academic". */
h1, h2,
.sh-headline,
.sw-title,
.ss-title,
.hiw-title,
.cs-heading,
.areas-title,
.reviews-title,
.faq-title {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
}

img, svg, video, canvas {
  max-width: 100%;
  display: block;
}

button, input, select, textarea {
  font: inherit;
  color: inherit;
}

a {
  color: inherit;
}

ul, ol {
  margin: 0;
}

/* Respect reduced-motion preference across every section's animations */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- Accessibility utilities ---------- */

/* Visually hidden but still focusable/announced — used for the skip link
   target text and for anchor aliases (e.g. #how) that shouldn't render. */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Skip-to-content link: hidden until keyboard-focused */
.skip-link {
  position: absolute;
  top: -48px;
  left: 1rem;
  z-index: 1000;
  background: var(--brand);
  color: var(--white);
  padding: .75rem 1.25rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
  transition: top .2s var(--ease);
}

.skip-link:focus {
  top: 1rem;
}

/* ---------- Layout ---------- */
main {
  display: block;
}


/* ================================================================
   HEADER & NAVIGATION
================================================================ */
/* ============================================================
   SUCCESSTRACKER — HEADER & NAVIGATION CSS
   All classes prefixed with "st-" to avoid conflicts.
   Paste inside <style> or link as external stylesheet.
   ============================================================ */

/* ── RESET scoped ── */
.st-header *, .st-mobile-menu * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── VARIABLES ── */
/* ============================================================
   HEADER SHELL
   ============================================================ */
.st-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  height: var(--st-nav-h);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid rgba(10, 10, 10, 0.06);
  transition: box-shadow var(--st-transition),
              background var(--st-transition),
              border-color var(--st-transition);
  font-family: var(--st-font);
}

/* Scrolled state — added by JS */
.st-header.scrolled {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 32px rgba(10, 10, 10, 0.08);
  border-bottom-color: rgba(10, 10, 10, 0.08);
}

.st-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

/* ============================================================
   LOGO
   ============================================================ */
.st-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  outline-offset: 4px;
  transition: transform var(--st-transition);
}

.st-logo:hover {
  transform: scale(1.03);
}

.st-logo-img {
  height: 52px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* ============================================================
   DESKTOP NAV
   ============================================================ */
.st-desktop-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.st-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.st-nav-item {
  position: relative;
}

.st-nav-link {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .45rem .75rem;
  border-radius: var(--st-radius-sm);
  font-size: .9rem;
  font-weight: 500;
  color: var(--st-text-sub);
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--st-font);
  transition: color var(--st-transition),
              background var(--st-transition);
  white-space: nowrap;
  line-height: 1;
}

.st-nav-link:hover {
  color: var(--st-brand);
  background: var(--st-brand-light);
}

.st-nav-link:focus-visible {
  outline: 2px solid var(--st-brand);
  outline-offset: 2px;
}

/* Active state */
.st-nav-link.st-active {
  color: var(--st-brand);
  font-weight: 600;
}

/* Active state — mobile menu (used on non-homepage pages like about.html) */
.st-mob-link.st-active {
  color: var(--st-brand);
  font-weight: 700;
}

/* Chevron icon */
.st-chevron {
  transition: transform var(--st-transition);
  stroke: currentColor;
}

.st-has-dropdown:hover .st-chevron,
.st-has-dropdown.st-open .st-chevron {
  transform: rotate(180deg);
}

/* ============================================================
   DROPDOWN MENU
   ============================================================ */
.st-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  width: 220px;
  background: var(--st-white);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius-lg);
  box-shadow: var(--st-shadow-lg);
  padding: .4rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--st-transition),
              transform var(--st-transition),
              visibility var(--st-transition);
  z-index: 910;
}

/* Arrow tip */
.st-dropdown::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--st-white);
  border-top: 1px solid var(--st-border);
  border-left: 1px solid var(--st-border);
}

/* Show on hover + open */
.st-has-dropdown:hover .st-dropdown,
.st-has-dropdown.st-open .st-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.st-dropdown-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .65rem .85rem;
  border-radius: var(--st-radius-sm);
  font-size: .875rem;
  font-weight: 500;
  color: var(--st-text);
  text-decoration: none;
  transition: background var(--st-transition),
              color var(--st-transition);
  white-space: nowrap;
}

.st-dropdown-item:hover {
  background: var(--st-brand-light);
  color: var(--st-brand);
}

.st-dropdown-item:focus-visible {
  outline: 2px solid var(--st-brand);
  outline-offset: -2px;
  border-radius: var(--st-radius-sm);
}

.st-di-icon {
  font-size: .9rem;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
  opacity: .7;
}

.st-dropdown-divider {
  height: 1px;
  background: var(--st-border);
  margin: .3rem .85rem;
}

/* ============================================================
   RIGHT ACTIONS
   ============================================================ */
.st-nav-actions {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-shrink: 0;
}

/* Book Demo CTA */
.st-btn-demo {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .68rem 1.5rem;
  border-radius: var(--st-radius-full);
  font-size: .88rem;
  font-weight: 700;
  color: var(--st-white);
  background: linear-gradient(155deg, var(--st-brand) 0%, var(--st-brand-dark) 100%);
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: var(--st-font);
  transition: transform .25s var(--ease-out),
              box-shadow .25s var(--ease-out);
  white-space: nowrap;
  box-shadow: 0 8px 20px -6px rgba(15,74,51,.5);
}

.st-btn-demo:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -6px rgba(15,74,51,.55);
}

.st-btn-demo:active {
  transform: translateY(0);
}

.st-btn-demo:focus-visible {
  outline: 2px solid var(--st-brand);
  outline-offset: 3px;
}

/* ============================================================
   HAMBURGER
   ============================================================ */
.st-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: var(--st-radius-sm);
  background: transparent;
  border: 1px solid var(--st-border);
  cursor: pointer;
  transition: background var(--st-transition);
}

.st-hamburger:hover {
  background: var(--st-bg-soft);
}

.st-hamburger span {
  display: block;
  width: 100%;
  height: 1.8px;
  background: var(--st-text);
  border-radius: 2px;
  transition: transform .3s ease,
              opacity .3s ease;
  transform-origin: center;
}

/* Open state */
.st-hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.8px) rotate(45deg);
}
.st-hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.st-hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.8px) rotate(-45deg);
}

/* ============================================================
   MOBILE MENU
   ============================================================ */
.st-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 86vw;
  max-width: 360px;
  z-index: 950;
  background: var(--st-white);
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow-y: auto;
  border-radius: 0 var(--st-radius-lg) var(--st-radius-lg) 0;
  box-shadow: 0 24px 64px rgba(10, 10, 10, 0.22);
  transform: translateX(-100%);
  transition: transform .32s cubic-bezier(.4, 0, .2, 1);
}

.st-mobile-menu:not([hidden]) {
  transform: translateX(0);
}

/* Hide via hidden attr but allow transition */
.st-mobile-menu[hidden] {
  display: flex !important; /* override HTML hidden for animation */
  transform: translateX(-100%);
  pointer-events: none;
}

.st-mob-overlay {
  position: fixed;
  inset: 0;
  z-index: 940;
  background: rgba(0,0,0,.4);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity .3s var(--ease-out);
}

.st-mob-overlay:not([hidden]) {
  opacity: 1;
}

.st-mob-overlay[hidden] {
  display: block !important;
  opacity: 0;
  pointer-events: none;
}

/* Mobile top bar */
.st-mob-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--st-border);
  flex-shrink: 0;
}

.st-mob-close {
  width: 36px;
  height: 36px;
  border-radius: var(--st-radius-sm);
  border: 1px solid var(--st-border);
  background: var(--st-bg-soft);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--st-transition);
}

.st-mob-close:hover {
  background: var(--st-border);
}

.st-mob-close svg {
  stroke: var(--st-text);
}

/* Mobile nav links */
.st-mob-nav {
  display: flex;
  flex-direction: column;
  padding: .75rem .75rem;
  flex: 1;
  gap: .15rem;
}

.st-mob-link {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .9rem 1rem;
  border-radius: var(--st-radius-md);
  font-size: 1rem;
  font-weight: 500;
  color: var(--st-text);
  text-decoration: none;
  transition: background var(--st-transition),
              color var(--st-transition);
}

.st-mob-link:hover,
.st-mob-link:focus-visible {
  background: var(--st-brand-light);
  color: var(--st-brand);
}

.st-mob-link:focus-visible {
  outline: 2px solid var(--st-brand);
  outline-offset: -2px;
}

/* Mobile CTA buttons */
.st-mob-actions {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--st-border);
  flex-shrink: 0;
}

.st-mob-demo-btn {
  display: block;
  text-align: center;
  padding: .9rem;
  border-radius: var(--st-radius-full);
  font-size: 1rem;
  font-weight: 700;
  color: var(--st-white);
  text-decoration: none;
  background: var(--st-brand);
  box-shadow: 0 2px 12px rgba(26,107,74,.3);
  transition: background var(--st-transition),
              transform var(--st-transition);
}

.st-mob-demo-btn:hover {
  background: var(--st-brand-dark);
  transform: translateY(-1px);
}

.st-mob-footer {
  text-align: center;
  font-size: .75rem;
  color: var(--st-text-sub);
  padding: .85rem 1.25rem 1.25rem;
  flex-shrink: 0;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

@media (max-width: 1024px) {
  .st-nav-inner { padding: 0 1.25rem; gap: 1rem; }
}

/* Hide desktop nav, show hamburger */
@media (max-width: 900px) {
  .st-desktop-nav { display: none; }
  .st-btn-demo    { display: none; }
  .st-hamburger   { display: flex; }
}

@media (max-width: 480px) {
  .st-nav-inner { padding: 0 1rem; }
  .st-logo-img { height: 42px; }
}


/* ================================================================
   HERO + QUICK DEMO FORM
================================================================ */
/* ============================================================
   SUCCESSTRACKER — HERO SECTION CSS
   All classes prefixed "sh-" — zero conflicts with existing styles.
   Paste inside <style> after existing CSS, or link as file.
   ============================================================ */

/* ── Variables (reuse site tokens if already set, else define) ── */
/* ============================================================
   HERO SECTION
   ============================================================ */
.sh-hero {
  width: 100%;
  min-height: calc(100vh - 76px);
  background:
    radial-gradient(circle at 82% 8%, rgba(245,166,35,.10) 0%, transparent 42%),
    radial-gradient(circle at -5% 30%, rgba(26,107,74,.09) 0%, transparent 45%),
    var(--sh-white);
  display: flex;
  align-items: center;
  padding: 8rem 7vw 6rem;
  position: relative;
  overflow: hidden;
  font-family: var(--sh-font);
}

/* Subtle green radial bg tint */
.sh-hero::before {
  content: '';
  position: absolute;
  top: -160px;
  right: -120px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(26,107,74,.08) 0%,
    transparent 65%
  );
  pointer-events: none;
}

/* Fade-in on load */
.sh-hero {
  animation: sh-fadeup .7s var(--sh-ease-out) both;
}
@keyframes sh-fadeup {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.sh-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

/* ── BADGE ── */
.sh-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: var(--sh-white);
  color: var(--sh-brand-dark);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .55rem 1.2rem;
  border-radius: var(--sh-radius-full);
  border: 1px solid #d9ecdf;
  box-shadow: var(--shadow-xs);
  margin-bottom: 2rem;
}

.sh-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sh-brand);
  flex-shrink: 0;
  animation: sh-pulse-dot 2.5s ease-in-out infinite;
}
@keyframes sh-pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(26,107,74,.5); }
  50%       { box-shadow: 0 0 0 5px rgba(26,107,74,0); }
}

/* ── HEADLINE ── */
.sh-headline {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 5.4vw, 4.4rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.025em;
  color: var(--sh-text);
  margin-bottom: 1.6rem;
}

.sh-headline-accent {
  color: var(--sh-brand);
  position: relative;
  display: inline-block;
  font-style: italic;
}

/* Underline accent */
.sh-headline-accent::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--sh-accent);
  border-radius: 2px;
  transform-origin: left;
  animation: sh-underline .6s .35s var(--sh-ease-out) both;
}
@keyframes sh-underline {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* ── SUBHEADING ── */
.sh-sub {
  font-size: 1.15rem;
  color: var(--sh-text-sub);
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 2.25rem;
  font-weight: 400;
}

.sh-sub strong {
  color: var(--sh-brand-dark);
  font-weight: 700;
}

/* ── FEATURE LIST ── */
.sh-features {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem .55rem;
  margin-bottom: 2.5rem;
  padding: 0;
}

.sh-feature-item {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: var(--sh-white);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-radius-full);
  padding: .42rem 1rem;
  font-size: .85rem;
  font-weight: 600;
  color: var(--sh-text);
  box-shadow: var(--shadow-xs);
}

.sh-check {
  color: var(--sh-brand);
  font-weight: 900;
  font-size: .85rem;
}

/* ── BUTTONS ── */
.sh-btns {
  display: flex;
  gap: .85rem;
  flex-wrap: wrap;
  align-items: center;
}

.sh-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: linear-gradient(155deg, var(--sh-brand) 0%, var(--sh-brand-dark) 100%);
  color: var(--sh-white);
  padding: .95rem 2rem;
  border-radius: var(--sh-radius-full);
  font-size: .98rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 12px 28px -8px rgba(15,74,51,.45), 0 2px 6px rgba(15,74,51,.15);
  transition: transform .25s var(--sh-ease-out),
              box-shadow .25s var(--sh-ease-out);
  white-space: nowrap;
  font-family: var(--sh-font);
}

.sh-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -8px rgba(15,74,51,.5), 0 4px 10px rgba(15,74,51,.2);
}

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

.sh-btn-primary:focus-visible {
  outline: 3px solid var(--sh-brand);
  outline-offset: 3px;
}

.sh-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--sh-white);
  color: var(--sh-text);
  padding: .95rem 2rem;
  border-radius: var(--sh-radius-full);
  font-size: .98rem;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid var(--sh-border);
  cursor: pointer;
  transition: background .2s var(--sh-ease),
              border-color .2s var(--sh-ease),
              transform .25s var(--sh-ease-out),
              box-shadow .25s var(--sh-ease-out);
  white-space: nowrap;
  font-family: var(--sh-font);
  box-shadow: var(--shadow-xs);
}

.sh-btn-secondary:hover {
  background: var(--sh-bg);
  border-color: #c5c5c5;
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}

.sh-btn-secondary:focus-visible {
  outline: 3px solid var(--sh-brand);
  outline-offset: 3px;
}

/* ── PREMIUM FEATURE CARDS ── */
.sh-feature-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
  margin-top: 2.5rem;
  max-width: 580px;
}

.sh-fcard {
  position: relative;
  background: var(--sh-white);
  border: 1px solid var(--sh-border);
  border-radius: 20px;
  padding: 1.5rem 1.4rem 1.6rem;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: transform .3s var(--sh-ease-out),
              box-shadow .3s var(--sh-ease-out),
              border-color .3s var(--sh-ease-out);
}

.sh-fcard::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
}

.sh-fcard-green::before { background: linear-gradient(90deg, var(--sh-brand), var(--sh-brand-dark)); }
.sh-fcard-amber::before { background: linear-gradient(90deg, #f5a623, #d97706); }

.sh-fcard:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.sh-fcard-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: .25rem;
}

.sh-fcard-green .sh-fcard-icon {
  background: var(--sh-brand-light);
  color: var(--sh-brand);
}

.sh-fcard-green:hover {
  border-color: #b5dcc8;
}

.sh-fcard-amber .sh-fcard-icon {
  background: #fff3d6;
  color: #b45309;
}

.sh-fcard-amber:hover {
  border-color: #f0d9a3;
}

.sh-fcard-eyebrow {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin: 0 0 .4rem;
}

.sh-fcard-green .sh-fcard-eyebrow { color: var(--sh-brand); }
.sh-fcard-amber .sh-fcard-eyebrow { color: #b45309; }

.sh-fcard-title {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--sh-text);
  line-height: 1.28;
  letter-spacing: -.01em;
  margin: 0 0 .5rem;
}

.sh-fcard-sub {
  font-size: .82rem;
  color: var(--sh-text-sub);
  line-height: 1.6;
  margin: 0 0 .6rem;
}

.sh-fcard-note {
  font-size: .74rem;
  font-weight: 600;
  color: var(--sh-brand-dark);
  margin: 0;
}

/* ── RIGHT: ILLUSTRATION ── */
.sh-hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sh-illustration-wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.sh-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.sh-blob-1 {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #e8f5ee 0%, transparent 70%);
  top: -40px;
  right: -40px;
}
.sh-blob-2 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #fff8ec 0%, transparent 70%);
  bottom: -30px;
  left: -20px;
}

.sh-illus-card {
  background: var(--sh-white);
  border-radius: 26px;
  border: 1px solid rgba(10,10,10,.05);
  box-shadow: var(--shadow-float);
  padding: 1.75rem;
  position: relative;
  z-index: 1;
  animation: sh-floatcard .8s .15s var(--sh-ease-out) both;
}
@keyframes sh-floatcard {
  from { opacity: 0; transform: translateY(28px) scale(.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.sh-illus-svg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* ============================================================
   QUICK DEMO FORM SECTION
   ============================================================ */
.sh-form-section {
  width: 100%;
  background: var(--sh-bg);
  border-top: 1px solid var(--sh-border);
  padding: 6rem 7vw 6rem;
  font-family: var(--sh-font);
}

.sh-form-outer {
  max-width: 800px;
  margin: 0 auto;
}

.sh-form-card {
  background: var(--sh-white);
  border: 1px solid rgba(10,10,10,.05);
  border-radius: 26px;
  box-shadow: var(--shadow-hover);
  padding: 2.5rem 2.5rem 2rem;
  animation: sh-fadeup .6s .2s var(--sh-ease-out) both;
}

.sh-form-header {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--sh-border);
}

.sh-form-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--sh-brand-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.sh-form-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sh-text);
  margin: 0;
}

.sh-form-sub {
  font-size: .82rem;
  color: var(--sh-text-sub);
  margin: .2rem 0 0;
}

/* ── FORM FIELDS ── */
.sh-qform-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.sh-qfield {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}

.sh-qlabel {
  font-size: .78rem;
  font-weight: 600;
  color: var(--sh-text);
  letter-spacing: .02em;
}

.sh-qinput {
  padding: .68rem .9rem;
  border-radius: var(--sh-radius-md);
  border: 1.5px solid var(--sh-border);
  font-size: .95rem;
  font-family: var(--sh-font);
  color: var(--sh-text);
  background: var(--sh-white);
  outline: none;
  transition: border-color .18s var(--sh-ease),
              box-shadow .18s var(--sh-ease);
  -webkit-appearance: none;
}

.sh-qinput::placeholder { color: #b0b8c1; }

.sh-qinput:focus {
  border-color: var(--sh-brand);
  box-shadow: 0 0 0 3px rgba(26,107,74,.12);
}

.sh-qinput:invalid:not(:placeholder-shown) {
  border-color: #e53e3e;
}

.sh-qselect {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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 .75rem center;
  padding-right: 2.2rem;
}

/* ── SUBMIT BUTTON ── */
.sh-qsubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  width: 100%;
  padding: .85rem 1.5rem;
  border-radius: var(--sh-radius-full);
  background: var(--sh-brand);
  color: var(--sh-white);
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--sh-font);
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 14px rgba(26,107,74,.28);
  transition: background .2s var(--sh-ease),
              transform .15s var(--sh-ease),
              box-shadow .2s var(--sh-ease);
  margin-bottom: .75rem;
}

.sh-qsubmit:hover {
  background: var(--sh-brand-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(26,107,74,.32);
}

.sh-qsubmit:active { transform: translateY(0); }

.sh-qsubmit:disabled {
  opacity: .65;
  cursor: not-allowed;
  transform: none;
}

.sh-qsubmit:focus-visible {
  outline: 3px solid var(--sh-brand);
  outline-offset: 3px;
}

.sh-qfootnote {
  text-align: center;
  font-size: .78rem;
  color: var(--sh-text-sub);
}

/* ── SUCCESS MESSAGE ── */
.sh-qsuccess {
  background: var(--sh-brand-light);
  border: 1px solid #b5dcc8;
  border-radius: var(--sh-radius-md);
  padding: .9rem 1.1rem;
  margin-top: .9rem;
  font-size: .9rem;
  font-weight: 600;
  color: var(--sh-brand-dark);
  text-align: center;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.sh-trust-strip {
  max-width: 900px;
  margin: 3.5rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 1.35rem 1.75rem;
  background: var(--sh-white);
  border: 1px solid rgba(10,10,10,.05);
  border-radius: 20px;
  box-shadow: var(--shadow-card);
}

.sh-trust-item {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .5rem 1.4rem;
  white-space: nowrap;
}

.sh-trust-icon {
  color: var(--sh-brand);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.sh-trust-text {
  font-size: .85rem;
  font-weight: 600;
  color: var(--sh-text);
}

.sh-trust-divider {
  width: 1px;
  height: 24px;
  background: var(--sh-border);
  flex-shrink: 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet */
@media (max-width: 960px) {
  .sh-hero {
    min-height: auto;
    padding: 4rem 5vw 3.5rem;
  }
  .sh-hero-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  .sh-badge { margin-left: auto; margin-right: auto; }
  .sh-sub   { margin-left: auto; margin-right: auto; }
  .sh-features { justify-content: center; }
  .sh-btns     { justify-content: center; }
  .sh-hero-right { display: none; } /* hide illustration on tablet */
  .sh-qform-fields { grid-template-columns: 1fr 1fr; }
  .sh-feature-cards { margin-left: auto; margin-right: auto; text-align: left; }
}

/* Mobile */
@media (max-width: 640px) {
  .sh-hero { padding: 3rem 5vw 2.5rem; }
  .sh-form-section { padding: 2rem 1rem 0; }
  .sh-form-card { padding: 1.4rem 1.1rem 1.25rem; }
  .sh-qform-fields { grid-template-columns: 1fr; }
  .sh-trust-strip { padding: .85rem 1rem; }
  .sh-trust-item  { padding: .45rem .75rem; }
  .sh-trust-text  { font-size: .78rem; }
  .sh-trust-divider { height: 18px; }
  .sh-feature-cards { grid-template-columns: 1fr; max-width: 420px; }
}

@media (max-width: 420px) {
  .sh-trust-divider { display: none; }
  .sh-trust-strip   { gap: .5rem; }
  .sh-trust-item    { padding: .35rem .5rem; }
}


/* ================================================================
   WHY CHOOSE US
================================================================ */
/* ============================================================
   SUCCESSTRACKER — WHY CHOOSE US CSS
   All classes prefixed "sw-" — zero conflicts with existing styles.
   Paste inside <style> after existing CSS, or link as file.
   ============================================================ */

/* ── Variables ── */
/* ============================================================
   SECTION SHELL
   ============================================================ */
.sw-section {
  width: 100%;
  background: var(--sw-bg);
  padding: var(--space-section-y) var(--space-x);
  font-family: var(--sw-font);
  position: relative;
  overflow: hidden;
}

/* Faint decorative blob — top right */
.sw-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -120px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(26,107,74,.055) 0%,
    transparent 65%
  );
  pointer-events: none;
  z-index: 0;
}

/* Faint decorative blob — bottom left, for balanced premium depth */
.sw-section::after {
  content: '';
  position: absolute;
  bottom: -140px;
  left: -140px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(245,166,35,.05) 0%,
    transparent 65%
  );
  pointer-events: none;
  z-index: 0;
}

.sw-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ============================================================
   SECTION HEADER
   ============================================================ */
.sw-header {
  text-align: center;
  margin-bottom: 5.5rem;
}

.sw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(232, 245, 238, .65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--sw-brand-dark);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .38rem 1rem;
  border-radius: var(--sw-radius-full);
  border: 1px solid #b5dcc8;
  margin-bottom: 1.35rem;
}

/* Dot before eyebrow */
.sw-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sw-brand);
  flex-shrink: 0;
}

.sw-title {
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.16;
  color: var(--sw-text);
  margin-bottom: 1.1rem;
}

.sw-title-accent {
  color: var(--sw-brand);
}

/* Small accent line under the heading */
.sw-header-rule {
  width: 56px;
  height: 3px;
  margin: 0 auto 1.35rem;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--sw-brand) 0%, var(--accent) 100%);
}

.sw-subtitle {
  font-size: 1.08rem;
  color: var(--sw-text-sub);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ============================================================
   CARDS GRID
   ============================================================ */
.sw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  align-items: stretch;
}

/* ============================================================
   INDIVIDUAL CARD
   ============================================================ */
.sw-card {
  background: var(--sw-white);
  border: 1.5px solid var(--sw-border);
  border-radius: 22px;
  padding: 2.15rem 1.9rem 1.85rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  box-shadow: var(--shadow-card);
  transition:
    transform .28s var(--ease-out),
    box-shadow .28s var(--ease-out),
    border-color .28s var(--ease-out);
  cursor: default;
  overflow: hidden;
}

/* Top accent line — hidden by default, reveals on hover */
.sw-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sw-brand) 0%, var(--accent) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease-out);
  border-radius: 22px 22px 0 0;
}

.sw-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: var(--sw-brand);
}

.sw-card:hover::before {
  transform: scaleX(1);
}

/* ── Icon ── */
.sw-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
  position: relative;
  transition: transform .28s var(--ease-out), box-shadow .28s var(--ease-out);
}

.sw-card:hover .sw-card-icon {
  transform: scale(1.08);
  box-shadow: 0 0 0 8px rgba(26,107,74,.07);
}

.sw-card-icon svg {
  width: 26px;
  height: 26px;
}

/* Icon color variants — soft gradient tint for a more premium feel */
.sw-icon-green  { background: linear-gradient(145deg, var(--sw-green-bg), #ffffff);  color: var(--sw-green-fg);  }
.sw-icon-amber  { background: linear-gradient(145deg, var(--sw-amber-bg), #ffffff);  color: var(--sw-amber-fg);  }
.sw-icon-blue   { background: linear-gradient(145deg, var(--sw-blue-bg), #ffffff);   color: var(--sw-blue-fg);   }
.sw-icon-purple { background: linear-gradient(145deg, var(--sw-purple-bg), #ffffff); color: var(--sw-purple-fg); }
.sw-icon-rose   { background: linear-gradient(145deg, var(--sw-rose-bg), #ffffff);   color: var(--sw-rose-fg);   }
.sw-icon-teal   { background: linear-gradient(145deg, var(--sw-teal-bg), #ffffff);   color: var(--sw-teal-fg);   }

/* ── Card Body ── */
.sw-card-body {
  flex: 1;
}

.sw-card-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--sw-text);
  letter-spacing: -.01em;
  margin-bottom: .55rem;
  line-height: 1.32;
}

.sw-card-desc {
  font-size: .92rem;
  color: var(--sw-text-sub);
  line-height: 1.65;
  margin: 0;
}

/* ── Arrow ── */
.sw-card-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.4rem;
  color: var(--sw-border);
  transition: color .26s var(--ease-out),
              transform .26s var(--ease-out);
}

.sw-card-arrow svg {
  width: 18px;
  height: 18px;
}

.sw-card:hover .sw-card-arrow {
  color: var(--sw-brand);
  transform: translateX(3px);
}

/* ============================================================
   BOTTOM CTA ROW
   ============================================================ */
.sw-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.sw-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: var(--sw-brand);
  color: var(--sw-white);
  padding: .78rem 1.8rem;
  border-radius: var(--sw-radius-full);
  font-size: .95rem;
  font-weight: 700;
  font-family: var(--sw-font);
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 14px rgba(26,107,74,.28);
  transition:
    background .2s var(--sw-ease),
    transform .15s var(--sw-ease),
    box-shadow .2s var(--sw-ease);
}

.sw-cta-btn:hover {
  background: var(--sw-brand-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(26,107,74,.34);
}

.sw-cta-btn:active {
  transform: translateY(0);
}

.sw-cta-btn:focus-visible {
  outline: 3px solid var(--sw-brand);
  outline-offset: 3px;
}

/* ============================================================
   SCROLL REVEAL (applied by JS)
   ============================================================ */
.sw-card.sw-hidden {
  opacity: 0;
  transform: translateY(28px);
}

.sw-card.sw-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity .5s var(--sw-ease),
    transform .5s var(--sw-ease),
    box-shadow .25s var(--sw-ease),
    border-color .25s var(--sw-ease);
}

/* Stagger delays for each card */
.sw-card:nth-child(1).sw-visible { transition-delay: .00s; }
.sw-card:nth-child(2).sw-visible { transition-delay: .07s; }
.sw-card:nth-child(3).sw-visible { transition-delay: .14s; }
.sw-card:nth-child(4).sw-visible { transition-delay: .21s; }
.sw-card:nth-child(5).sw-visible { transition-delay: .28s; }
.sw-card:nth-child(6).sw-visible { transition-delay: .35s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet — 2 columns */
@media (max-width: 900px) {
  .sw-section { padding: var(--space-section-y-tab) var(--space-x-tab); }
  .sw-grid    { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
}

/* Mobile — 1 column */
@media (max-width: 560px) {
  .sw-section  { padding: var(--space-section-y-mob) var(--space-x-mob); }
  .sw-header   { margin-bottom: 2.5rem; }
  .sw-grid     { grid-template-columns: 1fr; gap: 1.1rem; }
  .sw-card     { padding: 1.4rem 1.3rem 1.25rem; }
  .sw-card-icon { width: 46px; height: 46px; }
  .sw-card-icon svg { width: 22px; height: 22px; }
  .sw-cta-btn  { width: 100%; justify-content: center; }
}


/* ================================================================
   SUBJECTS WE COVER
================================================================ */
/* ============================================================
   SUCCESSTRACKER — SUBJECTS SECTION CSS
   All classes prefixed "ss-" — zero conflicts.
   ============================================================ */

/* ============================================================
   SECTION SHELL
   ============================================================ */
.ss-section {
  width: 100%;
  background: var(--ss-bg);
  padding: var(--space-section-y) var(--space-x);
  font-family: var(--ss-font);
  position: relative;
  overflow: hidden;
}

/* Soft bg tint bottom-left */
.ss-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,107,74,.05) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

/* Soft bg tint top-right, for balanced premium depth */
.ss-section::before {
  content: '';
  position: absolute;
  top: -90px;
  right: -100px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,166,35,.045) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.ss-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ============================================================
   HEADER
   ============================================================ */
.ss-header {
  text-align: center;
  margin-bottom: 5.5rem;
}

.ss-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(232, 245, 238, .65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--ss-brand-dark);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .38rem 1rem;
  border-radius: var(--ss-radius-full);
  border: 1px solid #b5dcc8;
  margin-bottom: 1.35rem;
}

.ss-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ss-brand);
  flex-shrink: 0;
}

/* Small premium accent line above the heading */
.ss-header-rule {
  width: 56px;
  height: 3px;
  margin: 0 auto 1.35rem;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--ss-brand) 0%, var(--accent) 100%);
}

.ss-title {
  font-size: clamp(2rem, 3.8vw, 2.85rem);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.16;
  color: var(--ss-text);
  margin-bottom: 1.1rem;
}

.ss-title-accent {
  color: var(--ss-brand);
}

.ss-subtitle {
  font-size: 1.05rem;
  color: var(--ss-text-sub);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ============================================================
   GRID — 4 col desktop, 2 tablet, 1 mobile
   ============================================================ */
.ss-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
  margin-bottom: 3.5rem;
}

/* ============================================================
   CARD
   ============================================================ */
.ss-card {
  text-decoration: none;
  display: block;
  border-radius: 22px;
  border: 1.5px solid var(--ss-border);
  background: var(--ss-white);
  box-shadow: var(--shadow-card);
  transition:
    transform .3s var(--ease-out),
    box-shadow .3s var(--ease-out),
    border-color .3s var(--ease-out);
  position: relative;
  overflow: hidden;
}

.ss-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--ss-brand-light) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .3s var(--ease-out);
  pointer-events: none;
}

.ss-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: var(--ss-brand);
}

.ss-card:hover::before {
  opacity: 1;
}

.ss-card:focus-visible {
  outline: 2.5px solid var(--ss-brand);
  outline-offset: 2px;
}

/* Inner padding wrapper — equal height across the row */
.ss-card-inner {
  padding: 2.1rem 1.85rem 1.85rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  height: 100%;
  position: relative;
}

/* ── Badge (Physics / Chemistry / Biology only) — small premium pill ── */
.ss-badge {
  position: absolute;
  top: -10px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .04em;
  color: #ffffff;
  padding: .32rem .75rem;
  border-radius: var(--ss-radius-full);
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(15,74,51,.25);
  z-index: 1;
}

.ss-badge-jee {
  background: linear-gradient(120deg, var(--ss-brand) 0%, var(--ss-brand-dark) 100%);
}

.ss-badge-jeeneet {
  background: linear-gradient(120deg, var(--ss-brand) 0%, var(--accent) 130%);
}

.ss-badge-neet {
  background: linear-gradient(120deg, var(--accent) 0%, #b45309 100%);
}

/* ── Icon ── */
.ss-icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  flex-shrink: 0;
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
}

.ss-card:hover .ss-icon-wrap {
  transform: scale(1.1);
  box-shadow: 0 0 0 7px rgba(26,107,74,.06);
}

.ss-icon-wrap svg {
  width: 24px;
  height: 24px;
}

/* Color variants — SuccessTracker brand-harmonious palette */
.ss-indigo  { background: var(--ss-indigo-bg);  color: var(--ss-indigo-fg);  }
.ss-green   { background: var(--ss-green-bg);   color: var(--ss-green-fg);   }
.ss-blue    { background: var(--ss-blue-bg);    color: var(--ss-blue-fg);    }
.ss-amber   { background: var(--ss-amber-bg);   color: var(--ss-amber-fg);   }
.ss-emerald { background: var(--ss-emerald-bg); color: var(--ss-emerald-fg); }
.ss-sky     { background: var(--ss-sky-bg);     color: var(--ss-sky-fg);     }
.ss-violet  { background: var(--ss-violet-bg);  color: var(--ss-violet-fg);  }
.ss-rose    { background: var(--ss-rose-bg);    color: var(--ss-rose-fg);    }

/* ── Subject Name ── */
.ss-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ss-text);
  letter-spacing: -.01em;
  line-height: 1.3;
  margin-bottom: .5rem;
  transition: color .3s var(--ease-out);
}

.ss-card:hover .ss-name {
  color: var(--ss-brand-dark);
}

/* ── One-line description ── */
.ss-desc {
  font-size: .87rem;
  font-weight: 400;
  color: var(--ss-text-sub);
  line-height: 1.55;
  flex: 1;
}

/* ── Hover arrow ── */
.ss-hover-arrow {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  color: var(--ss-border);
  line-height: 1;
  transition: color .3s var(--ease-out),
              transform .3s var(--ease-out);
}

.ss-card:hover .ss-hover-arrow {
  color: var(--ss-brand);
  transform: translateX(4px);
}

/* ============================================================
   BOTTOM CALLOUT CARD
   ============================================================ */
.ss-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  background: linear-gradient(135deg, var(--ss-brand-dark) 0%, var(--ss-brand) 100%);
  border-radius: 24px;
  padding: 2rem 2.25rem;
  margin-top: 1rem;
  box-shadow: 0 20px 44px rgba(15,74,51,.24);
}

.ss-callout-left {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.ss-callout-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 13px;
  background: rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.ss-callout-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 .3rem;
  letter-spacing: -.01em;
}

.ss-callout-sub {
  font-size: .88rem;
  color: rgba(255,255,255,.8);
  margin: 0;
  line-height: 1.55;
  max-width: 440px;
}

.ss-callout-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #fff;
  color: var(--ss-brand-dark);
  padding: .85rem 1.75rem;
  border-radius: var(--ss-radius-full);
  font-size: .95rem;
  font-weight: 700;
  font-family: var(--ss-font);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
  transition: background .3s var(--ease-out),
              transform .3s var(--ease-out),
              box-shadow .3s var(--ease-out);
}

.ss-callout-btn:hover {
  background: var(--ss-brand-light);
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0,0,0,.22);
}

.ss-callout-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

/* ============================================================
   SCROLL REVEAL (JS adds these)
   ============================================================ */
.ss-card.ss-hidden {
  opacity: 0;
  transform: translateY(22px) scale(.98);
}

.ss-card.ss-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity .45s var(--ss-ease),
    transform .45s var(--ss-ease),
    box-shadow .3s var(--ease-out),
    border-color .3s var(--ease-out);
}

.ss-card:nth-child(1).ss-visible { transition-delay: .00s; }
.ss-card:nth-child(2).ss-visible { transition-delay: .06s; }
.ss-card:nth-child(3).ss-visible { transition-delay: .12s; }
.ss-card:nth-child(4).ss-visible { transition-delay: .18s; }
.ss-card:nth-child(5).ss-visible { transition-delay: .24s; }
.ss-card:nth-child(6).ss-visible { transition-delay: .30s; }
.ss-card:nth-child(7).ss-visible { transition-delay: .36s; }
.ss-card:nth-child(8).ss-visible { transition-delay: .42s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .ss-section { padding: var(--space-section-y-tab) var(--space-x-tab); }
}

/* Tablet — 2 columns */
@media (max-width: 900px) {
  .ss-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
}

/* Mobile — 1 column */
@media (max-width: 600px) {
  .ss-section  { padding: var(--space-section-y-mob) var(--space-x-mob); }
  .ss-grid     { grid-template-columns: 1fr; gap: 1.15rem; }
  .ss-header   { margin-bottom: 2.75rem; }
  .ss-card-inner { padding: 1.5rem 1.4rem 1.35rem; }
  .ss-icon-wrap  { width: 48px; height: 48px; }
  .ss-icon-wrap svg { width: 22px; height: 22px; }
  .ss-name     { font-size: 1.02rem; }
  .ss-callout  { flex-direction: column; text-align: center; padding: 1.75rem 1.5rem; }
  .ss-callout-left { flex-direction: column; gap: .85rem; }
  .ss-callout-sub  { max-width: none; }
  .ss-callout-btn  { width: 100%; justify-content: center; }
}

@media (max-width: 380px) {
  .ss-card-inner { padding: 1.3rem 1.1rem 1.15rem; }
}


/* ================================================================
   HOW IT WORKS
================================================================ */
/* ================================================
   HOW IT WORKS SECTION - SuccessTracker
   Mobile First | White Background | Green Accent
   Premium onboarding timeline:
     Mobile   → vertical stack with dashed connector
     Tablet   → 2 × 2 grid
     Desktop  → 4 horizontal cards with connecting line
   Scoped to .hiw-section so other sections
   remain untouched.
================================================= */

.hiw-section {
  --hiw-green: #1a6b4a;
  --hiw-green-dark: #0f4a33;
  --hiw-green-light: #e8f5ee;
  --hiw-text-dark: #1a1a1a;
  --hiw-text-muted: #6b7280;
  --hiw-border: #eaeaea;
  --hiw-radius: 24px;

  width: 100%;
  background-color: var(--bg);
  padding: var(--space-section-y-mob) var(--space-x-mob);
  box-sizing: border-box;
  font-family: var(--font);
  position: relative;
  overflow: hidden;
}

.hiw-section * {
  box-sizing: border-box;
}

/* Subtle radial gradients — premium light background, no dark fills */
.hiw-section::before {
  content: '';
  position: absolute;
  top: -110px;
  left: -110px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,107,74,.05) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.hiw-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -90px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,166,35,.045) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.hiw-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ---------- Heading ---------- */
.hiw-heading {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 5rem auto;
}

.hiw-tag {
  display: inline-block;
  background-color: var(--hiw-green-light);
  color: var(--hiw-green-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.hiw-title {
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1.18;
  font-weight: 600;
  color: var(--hiw-text-dark);
  margin: 0 0 1rem 0;
}

.hiw-subtitle {
  font-size: 1.05rem;
  color: var(--hiw-text-muted);
  line-height: 1.7;
  margin: 0;
}

/* ============================================================
   TIMELINE — CSS Grid, responsive column count
   ============================================================ */
.hiw-timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding-left: 40px;
  margin-bottom: 4rem;
}

/* Mobile dashed vertical connector */
.hiw-timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 29px;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    var(--hiw-green) 0px,
    var(--hiw-green) 8px,
    transparent 8px,
    transparent 16px
  );
}

.hiw-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 2.75rem;
  opacity: 0;
  transform: translateY(20px);
  animation: hiwFadeIn 0.6s var(--ease-out) forwards;
}

.hiw-step:last-child {
  padding-bottom: 0;
}

.hiw-step:nth-child(1) { animation-delay: 0.05s; }
.hiw-step:nth-child(2) { animation-delay: 0.2s; }
.hiw-step:nth-child(3) { animation-delay: 0.35s; }
.hiw-step:nth-child(4) { animation-delay: 0.5s; }

.hiw-step-marker {
  position: absolute;
  left: -40px;
  top: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hiw-number {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--white);
  color: var(--hiw-green-dark);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: -.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--hiw-green-light);
  z-index: 2;
}

.hiw-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(155deg, var(--hiw-green) 0%, var(--hiw-green-dark) 100%);
  color: #ffffff;
  padding: 18px;
  box-shadow: 0 0 0 6px var(--hiw-green-light), var(--shadow-card);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.hiw-step:hover .hiw-icon {
  transform: scale(1.08);
  box-shadow: 0 0 0 8px var(--hiw-green-light), var(--shadow-hover);
}

.hiw-step-card {
  flex: 1;
  background-color: #ffffff;
  border: 1.5px solid var(--hiw-border);
  border-radius: var(--hiw-radius);
  padding: 1.5rem 1.6rem;
  margin-left: 20px;
  margin-top: 2px;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
}

.hiw-step:hover .hiw-step-card {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: var(--hiw-green);
}

.hiw-step-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--hiw-text-dark);
  margin: 0 0 .5rem 0;
}

.hiw-step-text {
  font-size: 14px;
  color: var(--hiw-text-muted);
  margin: 0;
  line-height: 1.6;
}

@keyframes hiwFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================
   BOTTOM CTA CARD
   ============================================================ */
.hiw-cta {
  text-align: center;
  background: linear-gradient(155deg, #ffffff 0%, var(--hiw-green-light) 130%);
  border: 1.5px solid #d1e8da;
  border-radius: 28px;
  padding: 3rem 2rem;
  box-shadow: var(--shadow-hover);
}

.hiw-cta-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -.01em;
  color: var(--hiw-text-dark);
  margin: 0 0 .75rem 0;
}

.hiw-cta-text {
  font-size: 1rem;
  color: var(--hiw-text-muted);
  line-height: 1.65;
  max-width: 480px;
  margin: 0 auto 2rem auto;
}

.hiw-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Primary button — same visual style as Hero's primary CTA */
.hiw-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: linear-gradient(155deg, var(--hiw-green) 0%, var(--hiw-green-dark) 100%);
  color: #ffffff;
  padding: .95rem 2rem;
  border-radius: 999px;
  font-size: .98rem;
  font-weight: 700;
  font-family: var(--font);
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 12px 28px -8px rgba(15,74,51,.45), 0 2px 6px rgba(15,74,51,.15);
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out);
  white-space: nowrap;
}

.hiw-cta-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -8px rgba(15,74,51,.5), 0 4px 10px rgba(15,74,51,.2);
}

.hiw-cta-btn-primary:active { transform: translateY(-1px); }

.hiw-cta-btn-primary:focus-visible {
  outline: 3px solid var(--hiw-green);
  outline-offset: 3px;
}

/* Secondary button — same visual style as Hero's secondary CTA */
.hiw-cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #ffffff;
  color: var(--hiw-text-dark);
  padding: .95rem 2rem;
  border-radius: 999px;
  font-size: .98rem;
  font-weight: 600;
  font-family: var(--font);
  text-decoration: none;
  border: 1.5px solid var(--hiw-border);
  cursor: pointer;
  transition: background .2s var(--ease-out),
              border-color .2s var(--ease-out),
              transform .25s var(--ease-out),
              box-shadow .25s var(--ease-out);
  white-space: nowrap;
  box-shadow: var(--shadow-xs);
}

.hiw-cta-btn-secondary:hover {
  background: var(--hiw-green-light);
  border-color: #c5c5c5;
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}

.hiw-cta-btn-secondary:focus-visible {
  outline: 3px solid var(--hiw-green);
  outline-offset: 3px;
}

/* ---------- Tablet: 2 × 2 grid ---------- */
@media (min-width: 640px) {
  .hiw-title {
    font-size: 30px;
  }

  .hiw-timeline {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.75rem;
    row-gap: 2.5rem;
    padding-left: 0;
  }

  /* No continuous line across a 2D grid — number badges carry the sequence */
  .hiw-timeline::before {
    display: none;
  }

  .hiw-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 0;
  }

  .hiw-step-marker {
    position: static;
    margin-bottom: 20px;
  }

  .hiw-step-card {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
}

/* ---------- Desktop: 4 horizontal cards with connecting line ---------- */
@media (min-width: 960px) {
  .hiw-section {
    padding: var(--space-section-y) var(--space-x);
  }

  .hiw-title {
    font-size: 34px;
  }

  .hiw-subtitle {
    font-size: 16px;
  }

  .hiw-timeline {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.5rem;
    row-gap: 0;
    align-items: flex-start;
  }

  .hiw-timeline::before {
    display: block;
    top: 26px;
    bottom: auto;
    left: 12%;
    right: 12%;
    width: auto;
    height: 2px;
    background: repeating-linear-gradient(
      to right,
      var(--hiw-green) 0px,
      var(--hiw-green) 8px,
      transparent 8px,
      transparent 16px
    );
  }

  .hiw-step-card {
    max-width: 260px;
  }
}

@media (min-width: 1180px) {
  .hiw-step-card {
    max-width: 270px;
    padding: 1.6rem 1.5rem;
  }
}

/* ---------- Mobile fine-tuning ---------- */
@media (max-width: 480px) {
  .hiw-cta {
    padding: 2.25rem 1.5rem;
  }

  .hiw-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .hiw-cta-btn-primary,
  .hiw-cta-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}


/* ================================================================
   FREE COUNSELLING
================================================================ */
/* ================================================================
   COUNSELLING SECTION - SuccessTracker
   Premium two-column split panel: dark green pitch + white form.
   Scoped to .cs-section, uses the canonical brand tokens (aliased
   in base.css) so it stays visually consistent with every other
   section on the page.
================================================================ */

.cs-section {
  width: 100%;
  font-family: var(--font);
  background: var(--white);
  padding: var(--space-section-y) var(--space-x);
}

.cs-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-float);
}

/* ---------- LEFT: pitch panel ---------- */
.cs-left {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.05) 0%, transparent 45%),
    linear-gradient(160deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #eaf5ee;
  display: flex;
  align-items: center;
}

.cs-left-inner {
  padding: 3rem 2rem;
  max-width: 480px;
  margin: 0 auto;
}

.cs-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  color: #ffffff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  padding: .4rem 1rem;
  border-radius: var(--radius-full);
  margin-bottom: 1.4rem;
}

.cs-heading {
  font-size: clamp(2.1rem, 4.4vw, 3rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.02em;
  color: #ffffff;
  margin: 0 0 1.3rem;
}

.cs-heading-accent {
  color: var(--accent);
}

.cs-copy {
  font-size: .98rem;
  line-height: 1.7;
  color: rgba(234, 245, 238, .88);
  margin: 0 0 1.75rem;
  max-width: 420px;
}

.cs-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .95rem;
  padding: 0;
  margin: 0;
}

.cs-point {
  display: flex;
  align-items: center;
  gap: .85rem;
  font-size: .92rem;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: .95rem;
  border-bottom: 1px dashed rgba(255,255,255,.18);
}

.cs-point:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cs-point-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(155deg, var(--accent) 0%, #d97706 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0,0,0,.15);
}

.cs-point-icon svg {
  width: 13px;
  height: 13px;
}

/* ---------- Trust strip ---------- */
.cs-trust-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.16);
}

.cs-trust-item {
  font-size: .82rem;
  font-weight: 700;
  color: #ffffff;
}

.cs-trust-dot {
  color: var(--accent);
  font-size: .7rem;
}

/* ---------- RIGHT: form panel ---------- */
.cs-right {
  background: var(--white);
  display: flex;
  align-items: center;
  padding: 2.5rem;
}

.cs-form-card {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(10,10,10,.06);
  border-radius: 28px;
  padding: 2.25rem;
  box-shadow: var(--shadow-card);
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
}

.cs-form-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.cs-form-header {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  margin-bottom: 1.6rem;
}

.cs-form-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--brand-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.cs-form-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
  margin: 0;
}

.cs-form-sub {
  font-size: .84rem;
  color: var(--text-sub);
  margin: .25rem 0 0;
  line-height: 1.5;
}

.cs-fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
  margin-bottom: 1.15rem;
}

.cs-field {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  margin-bottom: 1.15rem;
}

.cs-fields-row .cs-field {
  margin-bottom: 0;
}

.cs-label {
  font-size: .8rem;
  font-weight: 700;
  color: var(--text);
}

.cs-input {
  padding: .85rem 1rem;
  border-radius: var(--radius-md);
  border: 1.5px solid var(--border);
  font-size: .95rem;
  font-family: var(--font);
  color: var(--text);
  background: rgba(255,255,255,.85);
  outline: none;
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
  -webkit-appearance: none;
}

.cs-input::placeholder { color: #b0b8c1; }

.cs-input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(26,107,74,.14), 0 2px 8px rgba(26,107,74,.1);
}

.cs-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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 .8rem center;
  padding-right: 2.3rem;
}

.cs-submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  width: 100%;
  padding: 1.05rem 1.5rem;
  border-radius: var(--radius-full);
  background: linear-gradient(155deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font);
  border: none;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 10px 26px -6px rgba(26,107,74,.4);
  transition: transform .2s var(--ease-out), box-shadow .2s var(--ease-out);
  margin-top: .25rem;
  margin-bottom: .85rem;
}

/* CSS-only ripple — expands from center on press, no JS needed */
.cs-submit::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
  transform: translate(-50%, -50%);
  transition: width .5s var(--ease-out), height .5s var(--ease-out), opacity .5s var(--ease-out);
  opacity: 0;
  pointer-events: none;
}

.cs-submit:active::after {
  width: 340px;
  height: 340px;
  opacity: 1;
  transition: width 0s, height 0s, opacity 0s;
}

.cs-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px -6px rgba(26,107,74,.48);
}

.cs-submit:active { transform: translateY(0); }

.cs-submit:disabled {
  opacity: .65;
  cursor: not-allowed;
  transform: none;
}

.cs-footnote {
  text-align: center;
  font-size: .78rem;
  color: var(--text-sub);
  margin: 0;
}

.cs-success {
  background: var(--brand-light);
  border: 1px solid #b5dcc8;
  border-radius: var(--radius-md);
  padding: .9rem 1.1rem;
  margin-top: .9rem;
  font-size: .9rem;
  font-weight: 600;
  color: var(--brand-dark);
  text-align: center;
}

/* ---------- Responsive ---------- */
@media (min-width: 900px) {
  .cs-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .cs-section { padding: 2.5rem 4vw; }
  .cs-left-inner { padding: 2.5rem 1.5rem; }
  .cs-right { padding: 1.75rem 1.25rem; }
  .cs-fields-row { grid-template-columns: 1fr; gap: 1rem; }
  .cs-grid { border-radius: 20px; }
}


/* ================================================================
   AREAS WE SERVE
================================================================ */
/* ================================================
   AREAS WE SERVE SECTION - SuccessTracker
   Mobile First | White Background | Green Accent
   Scoped to .areas-section so previous sections
   remain untouched.
================================================= */

.areas-section {
  --areas-green: #1a6b4a;
  --areas-green-dark: #0f4a33;
  --areas-green-light: #e8f5ee;
  --areas-text-dark: #1a1a1a;
  --areas-text-muted: #6b7280;
  --areas-border: #eaeaea;
  --areas-radius: 22px;

  width: 100%;
  background-color: var(--bg);
  padding: var(--space-section-y-mob) var(--space-x-mob);
  box-sizing: border-box;
  font-family: var(--font);
  position: relative;
  overflow: hidden;
}

.areas-section * {
  box-sizing: border-box;
}

/* Subtle radial gradients — premium light background, no dark fills */
.areas-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -110px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,107,74,.05) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.areas-section::after {
  content: '';
  position: absolute;
  bottom: -110px;
  left: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,166,35,.045) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.areas-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ---------- Heading ---------- */
.areas-heading {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4.5rem auto;
}

.areas-tag {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background-color: var(--areas-green-light);
  color: var(--areas-green-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.areas-tag-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.areas-title {
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1.18;
  font-weight: 600;
  color: var(--areas-text-dark);
  margin: 0 0 1rem 0;
}

.areas-title::after {
  content: none;
}

.areas-subtitle {
  font-size: 1.05rem;
  color: var(--areas-text-muted);
  line-height: 1.65;
  margin: 0 auto;
  max-width: 560px;
}

/* ---------- Grid ---------- */
.areas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.area-card {
  background-color: #ffffff;
  border: 1px solid var(--areas-border);
  border-radius: var(--areas-radius);
  padding: 1.75rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
  cursor: default;
}

.area-card:hover,
.area-card:focus-within {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: var(--areas-green);
}

.area-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem auto;
  border-radius: 50%;
  background-color: var(--areas-green-light);
  color: var(--areas-green);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s var(--ease-out);
}

.area-icon svg {
  width: 22px;
  height: 22px;
}

.area-card:hover .area-icon {
  transform: scale(1.1);
}

.area-name {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--areas-text-dark);
  margin: 0 0 .5rem 0;
  letter-spacing: -.01em;
}

.area-desc {
  font-size: .88rem;
  color: var(--areas-text-muted);
  margin: 0;
  line-height: 1.55;
}

/* ---------- "Don't See Your Area?" Banner ---------- */
.areas-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  background: linear-gradient(155deg, #ffffff 0%, var(--areas-green-light) 130%);
  border: 1.5px solid #d1e8da;
  border-radius: 24px;
  padding: 2rem 2.25rem;
  box-shadow: var(--shadow-card);
  margin-bottom: 2.5rem;
}

.areas-banner-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--areas-text-dark);
  margin: 0 0 .5rem;
  letter-spacing: -.01em;
}

.areas-banner-sub {
  font-size: .92rem;
  color: var(--areas-text-muted);
  line-height: 1.6;
  margin: 0;
  max-width: 480px;
}

.areas-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: linear-gradient(155deg, var(--areas-green) 0%, var(--areas-green-dark) 100%);
  color: #ffffff;
  border: none;
  font-size: .95rem;
  font-weight: 700;
  font-family: var(--font);
  padding: .95rem 1.75rem;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 10px 26px -6px rgba(15,74,51,.4);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}

.areas-banner-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px -6px rgba(15,74,51,.48);
}

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

.areas-banner-btn:focus-visible {
  outline: 3px solid var(--areas-green);
  outline-offset: 3px;
}

/* ---------- Trust Strip ---------- */
.areas-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.75rem 2.5rem;
}

.areas-trust-item {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .92rem;
  font-weight: 700;
  color: var(--areas-text-dark);
}

.areas-trust-item svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  color: var(--areas-green);
}

/* ---------- Tablet ---------- */
@media (min-width: 600px) {
  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .areas-title {
    font-size: 30px;
  }
}

/* ---------- Desktop: 3-column grid ---------- */
@media (min-width: 860px) {
  .areas-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }

  .areas-section {
    padding: var(--space-section-y) var(--space-x);
  }

  .areas-title {
    font-size: 34px;
  }

  .areas-subtitle {
    font-size: 16px;
  }
}

/* ---------- Mobile: stack banner ---------- */
@media (max-width: 640px) {
  .areas-banner {
    flex-direction: column;
    text-align: center;
    padding: 1.75rem 1.5rem;
  }

  .areas-banner-sub {
    max-width: none;
  }

  .areas-banner-btn {
    width: 100%;
    justify-content: center;
  }

  .areas-trust-strip {
    gap: 1.1rem 1.5rem;
  }
}

/* ---------- Fade-in animation hook (used by areas.js) ---------- */
.area-card.areas-visible {
  animation: areasFadeUp 0.5s ease forwards;
}

@keyframes areasFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ================================================================
   PARENT REVIEWS
================================================================ */
/* ================================================
   PARENT TESTIMONIALS SECTION - SuccessTracker
   Mobile First | White Background | Green Accent
   Soft Shadows | Modern Card Design
   Scoped to .reviews-section so other sections
   remain untouched.
================================================= */

.reviews-section {
  --rev-green: #1a6b4a;
  --rev-green-dark: #0f4a33;
  --rev-green-light: #e8f5ee;
  --rev-text-dark: #1a1a1a;
  --rev-text-muted: #6b7280;
  --rev-border: #eef0f0;
  --rev-radius: 22px;

  width: 100%;
  background-color: var(--bg);
  padding: var(--space-section-y-mob) var(--space-x-mob);
  box-sizing: border-box;
  font-family: var(--font);
  position: relative;
  overflow: hidden;
}

.reviews-section * {
  box-sizing: border-box;
}

/* Subtle radial gradients — premium light background, no dark fills */
.reviews-section::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -110px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,107,74,.05) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.reviews-section::after {
  content: '';
  position: absolute;
  bottom: -110px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,166,35,.045) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ---------- Heading ---------- */
.reviews-heading {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4.5rem auto;
}

.reviews-tag {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background-color: var(--rev-green-light);
  color: var(--rev-green-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.reviews-tag-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #e0555f;
}

.reviews-title {
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1.18;
  font-weight: 600;
  color: var(--rev-text-dark);
  margin: 0 0 1rem 0;
}

.reviews-title::after {
  content: none;
}

.reviews-subtitle {
  font-size: 1.05rem;
  color: var(--rev-text-muted);
  line-height: 1.65;
  margin: 0 auto;
  max-width: 560px;
}

/* ---------- Grid ---------- */
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

.review-card {
  position: relative;
  background-color: rgba(255,255,255,.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1.5px solid var(--rev-border);
  border-radius: var(--rev-radius);
  padding: 2.1rem 1.9rem 1.9rem;
  text-align: left;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
  opacity: 0;
  transform: translateY(16px);
  animation: reviewsFadeUp 0.5s ease forwards;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: #b5dcc8;
}

/* ── Star rating (filled, real reviews) ── */
.review-stars {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 1rem;
  color: #f5a623;
}

.review-stars svg {
  width: 16px;
  height: 16px;
}

.review-quote {
  font-size: .95rem;
  color: var(--rev-text-dark);
  line-height: 1.7;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--rev-border);
}

.review-parent {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
}

.review-avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(155deg, var(--rev-green) 0%, var(--rev-green-dark) 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-parent-info {
  flex: 1;
  min-width: 0;
}

.review-parent-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--rev-text-dark);
  margin: 0 0 .3rem 0;
}

.review-meta {
  font-size: 12.5px;
  color: var(--rev-text-muted);
  line-height: 1.5;
  margin: 0;
}

.review-verified-badge {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--rev-green-dark);
  background: var(--rev-green-light);
  padding: .3rem .6rem;
  border-radius: 999px;
  white-space: nowrap;
  align-self: flex-start;
}

@media (max-width: 480px) {
  .review-parent {
    flex-wrap: wrap;
  }

  .review-verified-badge {
    margin-left: calc(44px + .85rem);
  }
}

/* ---------- Trust Panel ---------- */
.reviews-trust-panel {
  text-align: center;
  background: linear-gradient(155deg, #ffffff 0%, var(--rev-green-light) 130%);
  border: 1.5px solid #d1e8da;
  border-radius: 24px;
  padding: 2.25rem 2rem;
  box-shadow: var(--shadow-card);
  margin-bottom: 2.5rem;
}

.reviews-trust-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--rev-text-dark);
  margin: 0 0 1.5rem;
  letter-spacing: -.01em;
}

.reviews-trust-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 2.25rem;
}

.reviews-trust-item {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .92rem;
  font-weight: 700;
  color: var(--rev-text-dark);
}

.reviews-trust-item svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  color: var(--rev-green);
}

/* ---------- CTA ---------- */
.reviews-cta {
  text-align: center;
}

.reviews-cta-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.4vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -.01em;
  color: var(--rev-text-dark);
  margin: 0 0 .65rem 0;
}

.reviews-cta-text {
  font-size: .98rem;
  color: var(--rev-text-muted);
  line-height: 1.6;
  max-width: 480px;
  margin: 0 auto 1.75rem auto;
}

.reviews-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.reviews-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: linear-gradient(155deg, var(--rev-green) 0%, var(--rev-green-dark) 100%);
  color: #ffffff;
  border: none;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font);
  padding: 14px 34px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 10px 26px -6px rgba(15,74,51,.4);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}

.reviews-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px -6px rgba(15,74,51,.48);
}

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

.reviews-cta-btn:focus-visible {
  outline: 3px solid var(--rev-green);
  outline-offset: 3px;
}

.reviews-cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #ffffff;
  color: var(--rev-text-dark);
  border: 1.5px solid var(--rev-border);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--font);
  padding: 14px 34px;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--shadow-xs);
  transition: background 0.2s var(--ease-out), border-color 0.2s var(--ease-out), transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}

.reviews-cta-btn-secondary:hover {
  background: #f0faf3;
  border-color: #25d366;
  color: #1a8c3e;
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}

.reviews-cta-btn-secondary:focus-visible {
  outline: 3px solid var(--rev-green);
  outline-offset: 3px;
}

/* ---------- Card stagger delays ---------- */
.review-card:nth-child(1) { animation-delay: 0.05s; }
.review-card:nth-child(2) { animation-delay: 0.1s; }
.review-card:nth-child(3) { animation-delay: 0.15s; }
.review-card:nth-child(4) { animation-delay: 0.2s; }
.review-card:nth-child(5) { animation-delay: 0.25s; }
.review-card:nth-child(6) { animation-delay: 0.3s; }

@keyframes reviewsFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- Tablet ---------- */
@media (min-width: 640px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-title {
    font-size: 30px;
  }
}

/* ---------- Small Desktop ---------- */
@media (min-width: 900px) {
  .reviews-section {
    padding: var(--space-section-y) var(--space-x);
  }

  .reviews-grid {
    gap: 22px;
  }
}

/* ---------- Desktop ---------- */
@media (min-width: 1100px) {
  .reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .reviews-title {
    font-size: 34px;
  }

  .reviews-subtitle {
    font-size: 16px;
  }
}


/* ================================================================
   FAQ
================================================================ */
/* ================================================
   FAQ SECTION - SuccessTracker
   Mobile First | White Background | Green Accent
   Modern Minimal Design | Smooth Accordion Animation
   Scoped to .faq-section so other sections
   remain untouched.
================================================= */

.faq-section {
  --faq-green: #1a6b4a;
  --faq-green-dark: #0f4a33;
  --faq-green-light: #e8f5ee;
  --faq-text-dark: #1a1a1a;
  --faq-text-muted: #6b7280;
  --faq-border: #eaeaea;
  --faq-radius: 14px;

  width: 100%;
  background-color: #ffffff;
  padding: var(--space-section-y-mob) var(--space-x-mob);
  box-sizing: border-box;
  font-family: var(--font);
}

.faq-section * {
  box-sizing: border-box;
}

.faq-container {
  max-width: 820px;
  margin: 0 auto;
}

/* ---------- Heading ---------- */
.faq-heading {
  text-align: center;
  margin: 0 auto 4rem auto;
}

.faq-tag {
  display: inline-block;
  background-color: var(--faq-green-light);
  color: var(--faq-green-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.faq-title {
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1.18;
  font-weight: 600;
  color: var(--faq-text-dark);
  margin: 0;
}

.faq-title::after {
  content: none;
}

/* ---------- Accordion ---------- */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background-color: #ffffff;
  border: 1px solid var(--faq-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: border-color 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out), transform .25s var(--ease-out);
}

.faq-item.faq-active {
  border-color: var(--faq-green);
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px;
  text-align: left;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  color: var(--faq-text-dark);
  transition: color 0.2s var(--ease-out);
}

.faq-item.faq-active .faq-question {
  color: var(--faq-green-dark);
}

.faq-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--faq-green-light);
  color: var(--faq-green);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.3s var(--ease-out), background-color 0.3s var(--ease-out), color 0.3s var(--ease-out);
}

.faq-item.faq-active .faq-icon {
  transform: rotate(135deg);
  background-color: var(--faq-green);
  color: #ffffff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s var(--ease-out), padding 0.35s var(--ease-out);
  padding: 0 18px;
}

.faq-item.faq-active .faq-answer {
  padding: 0 18px 18px 18px;
}

.faq-answer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--faq-text-muted);
}

/* ---------- Tablet ---------- */
@media (min-width: 640px) {
  .faq-title {
    font-size: 30px;
  }

  .faq-question {
    font-size: 16px;
    padding: 20px 22px;
  }

  .faq-answer {
    padding: 0 22px;
  }

  .faq-item.faq-active .faq-answer {
    padding: 0 22px 20px 22px;
  }

  .faq-answer p {
    font-size: 14.5px;
  }
}

/* ---------- Desktop ---------- */
@media (min-width: 900px) {
  .faq-section {
    padding: var(--space-section-y) var(--space-x);
  }

  .faq-title {
    font-size: 34px;
  }

  .faq-accordion {
    gap: 14px;
  }
}


/* ================================================================
   PRE-FOOTER CTA
================================================================ */
.prefooter-cta {
  width: 100%;
  background: linear-gradient(155deg, var(--brand) 0%, var(--brand-dark) 100%);
  padding: 4.5rem var(--space-x);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.prefooter-cta::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -100px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.06) 0%, transparent 65%);
  pointer-events: none;
}

.prefooter-inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.prefooter-heading {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.4vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 1rem 0;
}

.prefooter-text {
  font-size: 1.02rem;
  color: rgba(255,255,255,.85);
  line-height: 1.65;
  margin: 0 0 2rem 0;
}

.prefooter-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.prefooter-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #ffffff;
  color: var(--brand-dark);
  border: none;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font);
  padding: 14px 34px;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 10px 26px -6px rgba(0,0,0,.25);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}

.prefooter-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px -6px rgba(0,0,0,.3);
}

.prefooter-btn-primary:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.prefooter-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.1);
  color: #ffffff;
  border: 1.5px solid rgba(255,255,255,.35);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--font);
  padding: 14px 34px;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s var(--ease-out), border-color 0.2s var(--ease-out), transform 0.25s var(--ease-out);
}

.prefooter-btn-secondary:hover {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.55);
  transform: translateY(-3px);
}

.prefooter-btn-secondary:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .prefooter-cta { padding: 3.5rem 6vw; }
  .prefooter-actions { flex-direction: column; }
  .prefooter-btn-primary,
  .prefooter-btn-secondary { width: 100%; justify-content: center; }
}


/* ================================================================
   FOOTER — White / Light Premium
================================================================ */
.site-footer {
  width: 100%;
  background: var(--white);
  color: var(--text);
  padding: var(--space-section-y-tab) var(--space-x) 1.75rem;
  box-sizing: border-box;
  font-family: var(--font);
  border-top: 1px solid var(--border);
}

.site-footer * {
  box-sizing: border-box;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---------- Top Grid ---------- */
.footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem;
  margin-bottom: 3.5rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

/* ---------- Brand ---------- */
.footer-logo-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.1rem;
  width: fit-content;
}

.footer-logo-img {
  height: 44px;
  width: auto;
  display: block;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-sub);
  margin: 0 0 1.5rem 0;
  max-width: 340px;
}

/* ---------- Social Icons ---------- */
.footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--bg);
  border: 1px solid var(--border);
  color: var(--text-sub);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s var(--ease-out), color 0.25s var(--ease-out), transform 0.25s var(--ease-out), border-color 0.25s var(--ease-out);
}

.footer-social-icon:hover {
  background-color: var(--brand);
  border-color: var(--brand);
  color: #ffffff;
  transform: translateY(-3px);
}

.footer-social-icon-whatsapp:hover {
  background-color: #25d366;
  border-color: #25d366;
}

.footer-social-icon:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 2px;
}

/* ---------- Column Titles ---------- */
.footer-col-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 1.15rem 0;
  position: relative;
  padding-bottom: 10px;
}

.footer-col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--brand);
}

/* ---------- Links ---------- */
.footer-links,
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: var(--text-sub);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s var(--ease-out), padding-left 0.2s var(--ease-out);
}

.footer-links a:hover {
  color: var(--brand);
  padding-left: 4px;
}

.footer-links a:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

/* ---------- Contact ---------- */
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--brand);
  margin-top: 1px;
}

.footer-contact-icon svg {
  width: 100%;
  height: 100%;
}

.footer-contact a {
  color: var(--text-sub);
  text-decoration: none;
  font-size: 14px;
  word-break: break-word;
  transition: color 0.2s var(--ease-out);
}

.footer-contact a:hover {
  color: var(--brand);
}

.footer-contact a:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.footer-contact-static {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.5;
}

/* ---------- Combined Call & WhatsApp row ---------- */
.footer-contact-combo-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.footer-contact-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text-sub);
  opacity: .75;
}

.footer-contact-combo-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact-combo-row a:first-child {
  font-size: 14px;
  color: var(--text-sub);
  text-decoration: none;
  transition: color 0.2s var(--ease-out);
}

.footer-contact-combo-row a:first-child:hover {
  color: var(--brand);
}

.footer-contact-whatsapp-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e9f9ee;
  color: #25d366;
  flex-shrink: 0;
  transition: background-color 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}

.footer-contact-whatsapp-link svg {
  width: 13px;
  height: 13px;
}

.footer-contact-whatsapp-link:hover {
  background-color: #25d366;
  color: #ffffff;
  transform: scale(1.1);
}

.footer-contact-whatsapp-link:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

/* ---------- Divider ---------- */
.footer-divider {
  height: 1px;
  width: 100%;
  background-color: var(--border);
  margin: 8px 0 24px 0;
}

/* ---------- Bottom Bar ---------- */
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.footer-bottom-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.footer-copy {
  font-size: 13px;
  color: var(--text-sub);
  margin: 0;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
}

.footer-legal-links a {
  color: var(--text-sub);
  text-decoration: none;
  transition: color 0.2s var(--ease-out);
}

.footer-legal-links a:hover {
  color: var(--brand);
}

.footer-legal-dot {
  color: var(--border);
  font-size: 11px;
}

.footer-credit {
  font-size: 12.5px;
  color: var(--text-sub);
  margin: 0;
}

.footer-credit a {
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
}

.footer-credit a:hover {
  text-decoration: underline;
}

.footer-back-to-top {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(155deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
  box-shadow: 0 8px 20px -6px rgba(26,107,74,.4);
}

.footer-back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px -6px rgba(26,107,74,.48);
}

.footer-back-to-top:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 2px;
}

/* ---------- Tablet ---------- */
@media (min-width: 640px) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2rem;
  }

  .footer-brand-col {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .footer-bottom-left {
    align-items: flex-start;
  }
}

/* ---------- Desktop ---------- */
@media (min-width: 960px) {
  .site-footer {
    padding: var(--space-section-y) var(--space-x) 2rem;
  }

  .footer-top {
    grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
    gap: 3rem;
  }

  .footer-brand-col {
    grid-column: auto;
  }

  .footer-logo-img {
    height: 48px;
  }
}


/* ================================================================
   FLOATING WHATSAPP BUTTON
================================================================ */
.floating-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 800;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px -6px rgba(37, 211, 102, .55), 0 3px 10px rgba(0,0,0,.12);
  text-decoration: none;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}

.floating-whatsapp:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 14px 34px -6px rgba(37, 211, 102, .65), 0 4px 12px rgba(0,0,0,.15);
}

.floating-whatsapp:hover .floating-whatsapp-tooltip {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.floating-whatsapp:focus-visible {
  outline: 3px solid var(--brand-dark);
  outline-offset: 3px;
}

/* Pulse ring animation */
.floating-whatsapp-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25d366;
  animation: whatsappPulse 2.4s ease-out infinite;
  pointer-events: none;
}

@keyframes whatsappPulse {
  0%   { transform: scale(1); opacity: .55; }
  100% { transform: scale(1.9); opacity: 0; }
}

/* Tooltip */
.floating-whatsapp-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateX(6px) translateY(-50%);
  background: var(--text);
  color: #ffffff;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}

.floating-whatsapp-tooltip::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: var(--text);
}

@media (prefers-reduced-motion: reduce) {
  .floating-whatsapp-pulse { animation: none; }
}

/* Mobile positioning */
@media (max-width: 640px) {
  .floating-whatsapp {
    bottom: 20px;
    right: 16px;
    width: 52px;
    height: 52px;
  }

  .floating-whatsapp svg {
    width: 25px;
    height: 25px;
  }

  /* Tooltip is hidden on touch devices — hover has no persistent state */
  .floating-whatsapp-tooltip {
    display: none;
  }
}


/* ================================================================
   ABOUT PAGE — bespoke sections only.
   Reuses existing tokens (--brand, --font-display, --shadow-*, --ease-out)
   and existing component classes (.sw-*, .faq-*, .prefooter-*) wherever
   the visual pattern already exists on the homepage. Only new layouts
   (Hero, Story, Mission/Vision, Process timeline, Values grid) get new
   CSS below.
================================================================ */

/* ---------- ABOUT HERO ---------- */
.about-hero {
  width: 100%;
  min-height: calc(100vh - 76px);
  background:
    radial-gradient(circle at 82% 8%, rgba(245,166,35,.10) 0%, transparent 42%),
    radial-gradient(circle at -5% 30%, rgba(26,107,74,.09) 0%, transparent 45%),
    var(--white);
  display: flex;
  align-items: center;
  padding: 7rem var(--space-x) 5rem;
  font-family: var(--font);
}

.about-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: var(--white);
  color: var(--brand-dark);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .55rem 1.2rem;
  border-radius: var(--radius-full);
  border: 1px solid #d9ecdf;
  box-shadow: var(--shadow-xs);
  margin-bottom: 1.75rem;
}

.about-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: var(--text);
  margin: 0 0 1.1rem;
}

.about-hero-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--brand-dark);
  margin: 0 0 1.1rem;
  line-height: 1.5;
}

.about-hero-desc {
  font-size: 1.05rem;
  color: var(--text-sub);
  line-height: 1.75;
  max-width: 520px;
  margin: 0 0 2.25rem;
}

.about-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.about-hero-illustration {
  position: relative;
  border-radius: 28px;
  background: linear-gradient(155deg, rgba(232,245,238,.9) 0%, rgba(255,255,255,.5) 100%);
  border: 1px solid rgba(10,10,10,.05);
  box-shadow: var(--shadow-float);
  padding: 3rem 2rem;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.about-hero-illustration::before,
.about-hero-illustration::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

.about-hero-illustration::before {
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(245,166,35,.22) 0%, transparent 70%);
  top: -30px;
  right: -20px;
}

.about-hero-illustration::after {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(26,107,74,.14) 0%, transparent 70%);
  bottom: -50px;
  left: -40px;
}

.about-hero-illustration svg {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 320px;
  height: auto;
}

.about-float-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  padding: .5rem 1rem;
  font-size: .78rem;
  font-weight: 700;
  color: var(--text);
  box-shadow: var(--shadow-card);
  z-index: 2;
}

.about-float-chip-1 { top: 10%;    left: 4%; }
.about-float-chip-2 { bottom: 12%; right: 6%; }

@media (min-width: 900px) {
  .about-hero-inner {
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
  }
}

@media (max-width: 640px) {
  .about-hero { padding: 5.5rem 5.5vw 3.5rem; }
  .about-hero-actions a,
  .about-hero-actions button { width: 100%; justify-content: center; }
}


/* ---------- OUR STORY ---------- */
.about-story {
  width: 100%;
  background: var(--white);
  padding: var(--space-section-y-mob) var(--space-x-mob);
  font-family: var(--font);
}

.about-story-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

.about-story-visual {
  position: relative;
  border-radius: 28px;
  background: linear-gradient(155deg, var(--brand) 0%, var(--brand-dark) 100%);
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-hover);
  overflow: hidden;
}

.about-story-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.08) 0%, transparent 50%);
}

.about-story-visual svg {
  position: relative;
  z-index: 1;
  width: 55%;
  max-width: 220px;
  height: auto;
  color: #ffffff;
}

.about-story-eyebrow {
  display: inline-block;
  background: var(--brand-light);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.about-story-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--text);
  margin: 0 0 1.25rem;
}

.about-story-text p {
  font-size: 1rem;
  color: var(--text-sub);
  line-height: 1.8;
  margin: 0 0 1.1rem;
}

.about-story-text p:last-child { margin-bottom: 0; }

@media (min-width: 900px) {
  .about-story-inner {
    grid-template-columns: 1fr 1.1fr;
    gap: 4rem;
  }
}


/* ---------- MISSION & VISION ---------- */
.about-mv {
  width: 100%;
  background: var(--bg);
  padding: var(--space-section-y-mob) var(--space-x-mob);
  font-family: var(--font);
  position: relative;
  overflow: hidden;
}

.about-mv::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -110px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,107,74,.05) 0%, transparent 65%);
  pointer-events: none;
}

.about-mv-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

.about-mv-card {
  background: rgba(255,255,255,.65);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(10,10,10,.06);
  border-radius: 24px;
  padding: 2.5rem 2.25rem;
  box-shadow: var(--shadow-card);
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
}

.about-mv-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.about-mv-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--brand-light), #ffffff);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.about-mv-icon svg { width: 24px; height: 24px; }

.about-mv-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 .75rem;
}

.about-mv-text {
  font-size: .96rem;
  color: var(--text-sub);
  line-height: 1.7;
  margin: 0;
}

@media (min-width: 700px) {
  .about-mv-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ---------- OUR VALUES (reuses .sw-card, new grid) ---------- */
.about-values-grid.sw-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  .about-values-grid.sw-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 960px) {
  .about-values-grid.sw-grid { grid-template-columns: repeat(4, 1fr); }
}


/* ---------- OUR PROCESS (6-step timeline) ---------- */
.about-process {
  width: 100%;
  background: var(--white);
  padding: var(--space-section-y-mob) var(--space-x-mob);
  font-family: var(--font);
}

.about-process-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about-process-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 40px;
  margin-top: 3rem;
}

.about-process-timeline::before {
  content: '';
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 29px;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    var(--brand) 0px, var(--brand) 8px, transparent 8px, transparent 16px
  );
}

.about-process-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 2.25rem;
}

.about-process-step:last-child { padding-bottom: 0; }

.about-process-marker {
  position: absolute;
  left: -40px;
  top: 0;
  width: 60px;
  height: 60px;
}

.about-process-num {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--white);
  color: var(--brand-dark);
  font-size: .68rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brand-light);
  z-index: 2;
}

.about-process-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(155deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #ffffff;
  padding: 18px;
  box-shadow: 0 0 0 6px var(--brand-light), var(--shadow-card);
}

.about-process-card {
  flex: 1;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.25rem 1.5rem;
  margin-left: 20px;
  margin-top: 2px;
  box-shadow: var(--shadow-card);
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out), border-color .3s var(--ease-out);
}

.about-process-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--brand);
}

.about-process-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  margin: 0;
}

@media (min-width: 900px) {
  .about-process-timeline {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 1.5rem;
  }

  .about-process-timeline::before { display: none; }

  .about-process-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 0;
  }

  .about-process-marker {
    position: static;
    margin-bottom: 1.25rem;
  }

  .about-process-card {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
}

/* ================================================================
   CONTACT PAGE — minimal additions only.
   Reuses .about-hero* (hero shell), .sw-* (section headers, cards),
   .cs-* (form fields/submit), .faq-* (accordion) and .prefooter-*
   (final CTA) verbatim from the homepage/about page design system.
   Only page-specific pieces below are new.
================================================================ */

/* ---------- Breadcrumb ---------- */
.contact-breadcrumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .85rem;
  font-weight: 600;
  color: var(--text-sub);
  margin-bottom: 1.5rem;
}

.contact-breadcrumb a {
  color: var(--text-sub);
  text-decoration: none;
  transition: color .2s var(--ease-out);
}

.contact-breadcrumb a:hover {
  color: var(--brand);
}

.contact-breadcrumb-current {
  color: var(--brand-dark);
  font-weight: 700;
}

.contact-breadcrumb-sep {
  color: var(--border);
}

/* ---------- Contact Cards grid (4-up) ---------- */
.contact-cards-grid.sw-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  .contact-cards-grid.sw-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 960px) {
  .contact-cards-grid.sw-grid { grid-template-columns: repeat(4, 1fr); }
}

.contact-card-value {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 .4rem;
}

.contact-card-value a {
  color: inherit;
  text-decoration: none;
}

.contact-card-value a:hover {
  color: var(--brand);
}

.sw-icon-whatsapp {
  background: linear-gradient(145deg, #e9f9ee, #ffffff);
  color: #25d366;
}

.contact-card-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: .85rem;
  background: #25d366;
  color: #ffffff;
  font-size: .82rem;
  font-weight: 700;
  padding: .55rem 1.1rem;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out);
  box-shadow: 0 8px 18px -6px rgba(37,211,102,.5);
}

.contact-card-whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -6px rgba(37,211,102,.55);
}

.contact-card-whatsapp-btn svg { width: 15px; height: 15px; }

/* ---------- Contact Form section wrapper ---------- */
.contact-form-section {
  width: 100%;
  background: var(--bg);
  padding: var(--space-section-y-mob) var(--space-x-mob);
  font-family: var(--font);
  position: relative;
  overflow: hidden;
}

.contact-form-section::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -110px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,107,74,.05) 0%, transparent 65%);
  pointer-events: none;
}

.contact-form-section .cs-form-card {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

/* Subject & Message textarea (reuses .cs-input for border/padding/focus) */
.contact-textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}

@media (min-width: 900px) {
  .contact-form-section {
    padding: var(--space-section-y) var(--space-x);
  }
}

/* ---------- Office Hours ---------- */
.contact-hours {
  width: 100%;
  background: var(--white);
  padding: var(--space-section-y-mob) var(--space-x-mob);
  font-family: var(--font);
}

.contact-hours-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.contact-hours-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  background: linear-gradient(155deg, #ffffff 0%, var(--brand-light) 130%);
  border: 1.5px solid #d1e8da;
  border-radius: 24px;
  padding: 2.25rem 2.5rem;
  box-shadow: var(--shadow-card);
  margin-top: 2rem;
}

.contact-hours-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--brand);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .5rem;
}

.contact-hours-icon svg { width: 22px; height: 22px; }

.contact-hours-days {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text);
}

.contact-hours-time {
  font-size: 1rem;
  color: var(--brand-dark);
  font-weight: 700;
}

.contact-hours-note {
  font-size: .92rem;
  color: var(--text-sub);
  margin-top: .5rem;
  max-width: 380px;
  line-height: 1.6;
}

/* ---------- Google Map placeholder ---------- */
.contact-map-section {
  width: 100%;
  background: var(--bg);
  padding: var(--space-section-y-mob) var(--space-x-mob);
  font-family: var(--font);
}

.contact-map-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-map-frame {
  width: 100%;
  aspect-ratio: 16 / 7;
  min-height: 260px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
  background: linear-gradient(145deg, var(--brand-light), #eef4f1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .75rem;
  color: var(--brand-dark);
  text-align: center;
  padding: 1.5rem;
}

.contact-map-frame svg { width: 40px; height: 40px; }

.contact-map-frame p {
  font-size: .9rem;
  font-weight: 600;
  color: var(--text-sub);
  margin: 0;
  max-width: 360px;
}

@media (max-width: 640px) {
  .contact-hours-card { padding: 1.75rem 1.5rem; }
}


/* ================================================================
   CONTACT PAGE — additional CSS (appended, nothing removed/edited).
   Section 1 Hero reuses .about-hero* (already defined).
   Section 2 reuses .sw-grid/.contact-cards-grid + new .contact-glass-card.
   Section 3 reuses .contact-form-section/.cs-form-card/.cs-*/.contact-textarea.
   Section 4 reuses .contact-map-section/.contact-map-frame.
   Section 5 reuses .sw-grid/.sw-card as-is.
   Section 6 reuses .prefooter-cta as-is.
   Section 7 reuses .faq-* as-is.
================================================================ */

/* ---------- Section 2: premium glass info cards ---------- */
.contact-glass-card {
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(10,10,10,.06);
}

.contact-glass-card:hover {
  background: rgba(255,255,255,.8);
}

/* Select fields inside the contact form reuse .cs-select styling —
   only a small addition for the "Area" text input's optional list
   affordance and general field-row spacing on 2-up rows. */
.contact-field-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  margin-bottom: 1.15rem;
}

@media (min-width: 640px) {
  .contact-field-row {
    grid-template-columns: 1fr 1fr;
  }

  .contact-field-row .cs-field {
    margin-bottom: 0;
  }
}

.contact-field-row.contact-field-row-3 {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .contact-field-row.contact-field-row-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* Fix parent registration payment trust icons */
.reg-payment-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.reg-payment-trust-item svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  min-height: 18px;
  flex-shrink: 0;
  display: inline-block;
} 
/* ============================================================
   Parent Registration — Mobile Fix
   ============================================================ */

@media (max-width: 640px) {

  .reg-form-section {
    width: 100%;
    padding: 1.5rem 12px !important;
    overflow-x: hidden;
  }

  .reg-form-section *,
  .reg-form-section *::before,
  .reg-form-section *::after {
    box-sizing: border-box;
    max-width: 100%;
  }

  .reg-fieldset {
    width: 100%;
    margin: 0 0 1rem;
    padding: 1rem !important;
  }

  .reg-legend {
    font-size: 1rem;
    line-height: 1.3;
    white-space: normal;
  }

  .reg-step-num {
    flex-shrink: 0;
  }

  .reg-fieldset input,
  .reg-fieldset select,
  .reg-fieldset textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    font-size: 16px;
  }

  .reg-fieldset textarea {
    min-height: 100px;
    resize: vertical;
  }

  .reg-summary-card {
    width: 100%;
    overflow: hidden;
  }

  .reg-fee-row {
    flex-wrap: wrap;
    gap: 8px;
  }

  #proceed-payment {
    width: 100% !important;
    min-height: 50px;
    padding: 12px 16px;
    white-space: normal;
  }

  .reg-payment-trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

}