/* ── TYPE ───────────────────────────────────────────────── */
h1, h2, h3, h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; color: var(--heading-text); letter-spacing: -0.03em; line-height: 1.1; }

/* ── LAYOUT ─────────────────────────────────────────────── */
.section { padding: 5.5rem 0; }
.section--alt { background: var(--warm-white); }
.section-warm { background: var(--warm-white); }
.section--dark { background: var(--green-800); }
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 2.5rem; }
.eyebrow { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-light); display: flex; align-items: center; gap: 8px; margin-bottom: 0.75rem; }
.eyebrow::before {
  content: '—';
  flex-shrink: 0;
  transform: rotate(var(--rt)) translateY(var(--ry));
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.services-hero .eyebrow::before { display: none; }
.section-h { font-size: clamp(2rem, 4vw, 3rem); max-width: 70vw; }
.section-sub { font-size: 1.05rem; color: var(--muted); line-height: 1.75; max-width: 52ch; margin-top: 0.75rem; }

/* ── REVEAL ─────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.34,1.56,0.64,1); }
.reveal.on { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-36px); transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.34,1.56,0.64,1); }
.reveal-left.on { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(36px); transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.34,1.56,0.64,1); }
.reveal-right.on { opacity: 1; transform: translateX(0); }

/* ── BUTTONS ────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--color-cta-primary); color: var(--off-white);
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 600; letter-spacing: 0.01em;
  padding: 0.8rem 1.75rem; border-radius: 100px; border: none; cursor: pointer;
  min-height: 50px; box-shadow: 0 2px 12px rgba(234,84,85,0.25);
  transition: background 0.2s ease, transform 0.15s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease; text-decoration: none;
}
.btn-primary:hover { background: var(--red-600); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(234,84,85,0.3); }
.btn-primary:active { transform: translateY(0); }
.btn-primary:focus-visible { outline: 2.5px solid var(--red-500); outline-offset: 3px; }

.btn-primary-dark {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--color-cta-primary); color: var(--off-white);
  font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600;
  padding: 0 2rem; border-radius: 100px; border: none; cursor: pointer;
  height: 48px; box-shadow: 0 2px 12px rgba(234,84,85,0.3);
  transition: background 0.2s ease, transform 0.15s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease; text-decoration: none;
}
.btn-primary-dark:hover { background: var(--red-600); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(234,84,85,0.35); }
.btn-primary-dark:active { transform: translateY(0); }
.btn-primary-dark:focus-visible { outline: 2.5px solid var(--off-white); outline-offset: 3px; }

.btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: transparent; color: var(--heading-text);
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 600; letter-spacing: 0.01em;
  padding: 0.8rem 1.75rem; border-radius: 100px; border: 1.5px solid rgba(0,0,0,0.18);
  cursor: pointer; min-height: 50px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s cubic-bezier(0.34,1.56,0.64,1); text-decoration: none;
}
.btn-secondary:hover { background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.3); transform: translateY(-2px); }
.btn-secondary:active { transform: translateY(0); }
.btn-secondary:focus-visible { outline: 2.5px solid var(--charcoal); outline-offset: 3px; }

.btn-outline-light {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: rgba(255,255,255,0.65); color: var(--charcoal);
  font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600;
  padding: 0 2rem; border-radius: 100px; border: 1.5px solid rgba(255,255,255,0.28);
  cursor: pointer; height: 48px;
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease; text-decoration: none;
}
.btn-outline-light:hover { background: rgba(255,255,255,0.9); border-color: rgba(255,255,255,0.9); transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.btn-outline-light:active { transform: translateY(0); }
.btn-outline-light:focus-visible { outline: 2.5px solid var(--heading-text); outline-offset: 3px; }

/* ── MOTION BUTTON ──────────────────────────────────────── */
.motion-btn { position: relative; display: inline-flex; align-items: center; border-radius: 100px; padding: 4px; cursor: pointer; background: transparent; border: none; text-decoration: none; min-height: 44px; overflow: hidden; }
.motion-btn-dot { position: absolute; left: 4px; top: 50%; transform: translateY(-50%); height: 36px; width: 36px; border-radius: 100px; background: var(--color-brand); z-index: 0; transition: width 0.5s ease; pointer-events: none; }
.motion-btn:hover .motion-btn-dot { width: calc(100% - 8px); }
.motion-btn-icon { position: relative; z-index: 1; flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; color: var(--off-white); transition: transform 0.5s ease; }
.motion-btn:hover .motion-btn-icon { transform: translateX(0.35rem); }
.motion-btn-icon svg { width: 16px; height: 16px; flex-shrink: 0; }
.motion-btn-label { position: relative; z-index: 1; padding: 0 14px 0 6px; font-family: 'DM Sans', sans-serif; font-size: 0.875rem; font-weight: 600; white-space: nowrap; color: var(--heading-text); transition: color 0.5s ease; }
.motion-btn:hover .motion-btn-label { color: var(--off-white); }
.motion-btn:focus-visible { outline: 2px solid var(--color-brand); outline-offset: 3px; border-radius: 100px; }

/* ── NAV ────────────────────────────────────────────────── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,0.96); border-bottom: 1px solid transparent; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: background 0.4s ease, border-color 0.3s ease; }
.nav--scrolled { border-bottom-color: rgba(0, 0, 0, 0.07); }
.scroll-progress-bar { position: fixed; top: 0; left: 0; z-index: 9999; height: 2px; width: 0%; background: linear-gradient(90deg, var(--green-500), var(--green-300)); pointer-events: none; transition: width 0.1s linear; }
@media (prefers-reduced-motion: reduce) { .scroll-progress-bar { display: none; } }
.nav--at-top { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom-color: transparent !important; }
.nav--at-top .nav-center a { color: rgba(255,255,255,0.8); }
.nav--at-top .nav-center a:hover,
.nav--at-top .nav-center a.nav-link-active { color: var(--off-white); }
.nav--at-top .nav-toggle span { background: #fff; }
.nav--at-top .nav-hover-bg { background: rgba(255,255,255,0.12); }
.nav-logo .logo-text path { fill: #242424; transition: fill 0.4s ease; }
.nav-logo .logo-mark path { transition: fill 0.4s ease; }
.nav--at-top .nav-logo .logo-text path { fill: #fff !important; }
.nav--at-top .nav-logo .logo-mark path { fill: var(--green-light) !important; }
.nav-inner { max-width: 1280px; margin: 0 auto; padding: 0 2.5rem; height: 64px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; }
.nav-logo { display: inline-flex; align-items: center; width: fit-content; }
.nav-logo img, .nav-logo svg { height: 42px; width: 126px; object-fit: contain; }
.nav-logo:focus-visible { outline: 2px solid var(--color-brand); outline-offset: 4px; border-radius: 4px; }
.nav-center { height: 100%; display: flex; align-items: center; justify-content: center; gap: 0; list-style: none; position: relative; }
.nav-center li { position: relative; }
.nav-center a { display: block; font-size: 0.875rem; font-weight: 500; color: var(--charcoal); letter-spacing: 0.01em; padding: 0.5rem 1.25rem; transition: color 0.2s ease; position: relative; z-index: 1; }
.nav-center a:hover { color: var(--color-brand); }
.nav-center a:focus-visible { outline: 2px solid var(--color-brand); outline-offset: 4px; border-radius: 4px; }
.nav-center a.nav-link-active { color: var(--color-brand); }
.nav-hover-bg { position: absolute; top: 50%; transform: translateY(-50%); height: 34px; border-radius: 6px; background: rgba(58,122,80,0.09); pointer-events: none; opacity: 0; transition: left 0.22s ease, width 0.22s ease, opacity 0.15s ease; }
.nav-ind { position: absolute; bottom: -1.5px; height: 2px; border-radius: 1px; pointer-events: none; }
.nav-ind-active { background: var(--color-brand); transition: left 0.35s cubic-bezier(0.34,1.56,0.64,1), width 0.35s cubic-bezier(0.34,1.56,0.64,1), opacity 0.2s ease; opacity: 0; }
.nav-ind-hover { background: var(--color-brand); opacity: 0; transition: left 0.22s ease, width 0.22s ease, opacity 0.15s ease; }
.nav-right { display: flex; justify-content: flex-end; }
.nav-cta { background: var(--color-cta-primary); color: var(--off-white); font-family: 'DM Sans', sans-serif; font-size: 0.84rem; font-weight: 600; padding: 0.55rem 1.35rem; border-radius: 100px; min-height: 42px; display: inline-flex; align-items: center; box-shadow: 0 2px 10px rgba(234,84,85,0.22); transition: background 0.2s ease, transform 0.15s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease; }
.nav-cta:hover { background: var(--red-600); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(234,84,85,0.28); }
.nav-cta:active { transform: translateY(0); }
.nav-cta:focus-visible { outline: 2.5px solid var(--red-500); outline-offset: 3px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; grid-column: 3; justify-self: end; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--heading-text); border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: rotate(-45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span { background: var(--heading-text); }

/* ── MOBILE NAV OVERLAY ─────────────────────────────────── */
/* ── CONTACT FORM ───────────────────────────────────────── */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: stretch; }
.contact-left { display: flex; flex-direction: column; }
.contact-photo { width: 100%; aspect-ratio: 3/2; margin-top: 2.5rem; border-radius: 20px; overflow: hidden; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; display: block; }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-size: 0.84rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.45rem; letter-spacing: 0.01em; }
.form-group input, .form-group textarea { width: 100%; padding: 0.875rem 1rem; border: 1.5px solid rgba(0,0,0,0.12); border-radius: 10px; font-family: 'DM Sans', sans-serif; font-size: 0.95rem; color: var(--charcoal); background: #fff; outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--color-brand); box-shadow: 0 0 0 3px rgba(58,122,80,0.1); }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-submit { width: 100%; font-size: 1rem; padding: 1rem; height: 48px; }

/* ── STICKY FOOTER REVEAL ──────────────────────────── */
.footer-reveal { position: relative; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.footer-reveal-inner { position: relative; }
.footer-reveal-inner > .footer { position: sticky; bottom: 0; }



/* ── FOOTER ─────────────────────────────────────────────── */
.footer { background: var(--green-800); border-top: 1px solid rgba(58,122,80,0.2); padding: 4rem 0 2rem; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 2.5rem; }
.footer-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; margin-bottom: 2.5rem; }
.footer-brand { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-brand img { width: 180px; height: auto; filter: brightness(0) invert(1); opacity: 0.85; }
.footer-slogan { font-family: 'Plus Jakarta Sans', sans-serif; font-style: italic; font-size: 0.9rem; color: var(--green-light); }
.footer-socials { display: flex; list-style: none; gap: 0.5rem; align-items: center; }
.social-btn { width: 44px; height: 44px; border-radius: 50%; background: rgba(58,122,80,0.25); border: 1px solid rgba(85,128,103,0.3); display: flex; align-items: center; justify-content: center; color: var(--green-300); transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s cubic-bezier(0.34,1.56,0.64,1); }
.social-btn:hover { background: rgba(58,122,80,0.5); border-color: rgba(85,128,103,0.6); color: var(--off-white); transform: translateY(-2px); }
.social-btn svg { width: 22px; height: 22px; }
.footer-divider { border: none; border-top: 1px solid rgba(58,122,80,0.18); margin: 0; }
.footer-grid-bottom { padding-top: 1.5rem; display: grid; grid-template-columns: 1fr; gap: 1rem; }
.footer-copy { font-size: 0.8rem; color: var(--green-400); line-height: 1.6; }
.footer-nav-links ul, .footer-legal-links ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0; margin: -0.2rem -0.5rem; }
.footer-nav-links a { display: block; padding: 0.2rem 0.5rem; font-size: 0.875rem; color: var(--green-300); transition: color 0.2s ease; }
.footer-nav-links a:hover { color: var(--off-white); }
.footer-legal-links { margin-top: 0.25rem; }
.footer-legal-links a { display: block; padding: 0.2rem 0.5rem; font-size: 0.8rem; color: var(--green-400); transition: color 0.2s ease; }
.footer-legal-links a:hover { color: var(--off-white); }
a:focus-visible { outline: 2px solid var(--green-400); outline-offset: 3px; border-radius: 3px; }

/* ══════════════════════════════════════════════════════════
   SERVICES PAGE STYLES
═══════════════════════════════════════════════════════════ */

/* ── Hero ───────────────────────────────────────────────── */
/* ── SERVICES HERO ──────────────────────────────────────── */
@keyframes shFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.services-hero {
  background: var(--green-900);
  min-height: 100svh;
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.services-hero::before {
  display: none;
}


.services-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  width: 100%;
  padding: 2rem;
  margin: 0 auto;
}

.sh-eyebrow {
  color: var(--green-300) !important;
  justify-content: center;
  margin-bottom: 0.75rem;
  opacity: 0;
  animation: shFadeUp 0.6s ease 0.1s forwards;
}

.services-hero h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.07;
  letter-spacing: -0.04em;
  color: var(--warm-white);
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: shFadeUp 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
}

.services-hero .sh-sub {
  color: var(--green-200);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 52ch;
  margin: 0 auto 3rem;
  text-align: center;
  opacity: 0;
  animation: shFadeUp 0.8s ease 0.3s forwards;
}

.sh-ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  opacity: 0;
  animation: shFadeUp 0.7s ease 0.38s forwards;
}
.sh-cta-subtext {
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  margin: 0;
  max-width: 760px;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .sh-cta-subtext { white-space: normal; max-width: 36ch; }
}

@keyframes rainbow-shift {
  0%   { background-position: 0%; }
  100% { background-position: 200%; }
}

/* Wrapper holds the glow so it stays behind the frosted button */
.btn-slide {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0.25rem 3.5rem 0.25rem 1.5rem;
  border-radius: 100px;
  border: none;
  background: var(--red-500);
  color: var(--off-white);
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: padding 0.5s ease;
}

.btn-slide:hover {
  padding: 0.25rem 1.5rem 0.25rem 3.5rem;
}

.btn-slide-label {
  position: relative;
  z-index: 1;
  transition: transform 0.5s ease;
  white-space: nowrap;
}

.btn-slide-icon {
  position: absolute;
  right: 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: var(--red-500);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: right 0.5s ease, transform 0.5s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.24), 0 2px 6px rgba(0,0,0,0.18);
}

.btn-slide:hover .btn-slide-icon {
  right: calc(100% - 44px);
  transform: rotate(45deg);
}

.btn-slide:focus-visible { outline: 2.5px solid var(--off-white); outline-offset: 3px; }
.btn-slide:active { opacity: 0.85; }

/* ── Service Cards ──────────────────────────────────────── */
/* ── Feature Grid (Service Cards) ───────────────────────── */
.fg-section {
  position: relative;
  overflow: hidden;
}

.fg-spotlight {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: background 0.05s ease;
}

.fg-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3.5rem;
  position: relative;
  z-index: 1;
}

.fg-header h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); margin-bottom: 1rem; }
.fg-header p  { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }

.fg-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.fg-row {
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
}

/* ── FG Cards — Two-layer interaction ──────────────── */
.fg-card {
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 300px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.07);
  background: rgba(0,0,0,0.025);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
  transition: flex 0.45s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.fg-card:hover {
  flex: 2;
  border-color: rgba(0,0,0,0.13);
  background: rgba(0,0,0,0.045);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05), 0 16px 40px rgba(0,0,0,0.07);
}
/* Siblings compress when one card is hovered */
.fg-row:has(.fg-card:hover) .fg-card:not(:hover) {
  flex: 0.55;
}

/* Default layer */
.fgc-default {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.fg-card:hover .fgc-default { opacity: 0; }

.fgc-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.fgc-bottom { padding: 0 1.75rem 1.75rem; }

.fgc-num {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--green-500);
  margin-bottom: 0.45rem;
}

.fgc-title-large {
  font-size: 1.4rem;
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  color: var(--charcoal);
  margin: 0;
}

/* Hover layer */
.fgc-hover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fg-card:hover .fgc-hover { opacity: 1; }

.fgc-num-sm {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--green-500);
  margin-bottom: 0.35rem;
}

.fgc-title-small {
  font-size: 1.05rem;
  line-height: 1.25;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  color: var(--charcoal);
  margin: 0;
}

.fgc-body {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-top: auto;
  transform: translateY(14px);
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1) 0.1s, font-size 0.3s ease 0.05s;
}
.fg-card:hover .fgc-body {
  transform: translateY(0);
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .fgc-body { max-width: 85%; }
}

/* ── Collapsed siblings ─────────────────────────────── */
.fg-row:has(.fg-card:hover) .fg-card:not(:hover) .fgc-visual {
  flex: 0;
  min-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, flex 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.fg-row:has(.fg-card:hover) .fg-card:not(:hover) .fgc-default {
  justify-content: center;
  align-items: center;
}
.fg-row:has(.fg-card:hover) .fg-card:not(:hover) .fgc-bottom {
  padding: 0;
}
.fg-row:has(.fg-card:hover) .fg-card:not(:hover) .fgc-title-large {
  display: none;
}
.fg-row:has(.fg-card:hover) .fg-card:not(:hover) .fgc-num {
  font-size: 1.75rem;
  letter-spacing: -0.02em;
  margin: 0;
  opacity: 0.5;
}

/* ── .is-open mirrors :hover for JS-driven mobile toggle ── */
.fg-card.is-open {
  flex: 2;
  border-color: rgba(0,0,0,0.13);
  background: rgba(0,0,0,0.045);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05), 0 16px 40px rgba(0,0,0,0.07);
}
.fg-row:has(.fg-card.is-open) .fg-card:not(.is-open) { flex: 0.55; }
.fg-card.is-open .fgc-default { opacity: 0; }
.fg-card.is-open .fgc-hover { opacity: 1; }
.fg-card.is-open .fgc-body { transform: translateY(0); font-size: 1rem; }
.fg-row:has(.fg-card.is-open) .fg-card:not(.is-open) .fgc-visual {
  flex: 0; min-height: 0; opacity: 0; overflow: hidden;
  transition: opacity 0.25s ease, flex 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.fg-row:has(.fg-card.is-open) .fg-card:not(.is-open) .fgc-default { justify-content: center; align-items: center; }
.fg-row:has(.fg-card.is-open) .fg-card:not(.is-open) .fgc-bottom { padding: 0; }
.fg-row:has(.fg-card.is-open) .fg-card:not(.is-open) .fgc-title-large { display: none; }
.fg-row:has(.fg-card.is-open) .fg-card:not(.is-open) .fgc-num { font-size: 1.75rem; letter-spacing: -0.02em; margin: 0; opacity: 0.5; }

/* ── Animated Visuals ─────────────────────────────── */

/* 01 — Ping sonar */
.fgv-ping { position: relative; }
.fgv-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--green-light);
  box-shadow: 0 0 0 4px rgba(94,194,106,0.15);
  position: relative; z-index: 1;
}
.fgv-ring {
  position: absolute;
  top: 50%; left: 50%;
  border-radius: 50%;
  border: 1.5px solid var(--green-light);
  opacity: 0;
  animation: fgvPing 2.4s ease-out infinite;
}
.fgv-ring-sm { width: 44px; height: 44px; margin: -22px 0 0 -22px; animation-delay: 0s; }
.fgv-ring-md { width: 82px; height: 82px; margin: -41px 0 0 -41px; animation-delay: 0.8s; }
.fgv-ring-lg { width: 120px; height: 120px; margin: -60px 0 0 -60px; animation-delay: 1.6s; }
@keyframes fgvPing {
  0%   { opacity: 0.75; transform: scale(0.35); }
  100% { opacity: 0;    transform: scale(1);    }
}

/* 02 — Keyword pills */
.fgv-pills {
  flex-wrap: wrap;
  gap: 0.4rem 0.45rem;
  padding: 0.75rem 1.5rem;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.fgv-pill {
  padding: 0.3rem 0.72rem;
  border-radius: 100px;
  border: 1px solid rgba(94,194,106,0.25);
  background: rgba(94,194,106,0.08);
  font-size: 0.72rem;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--green-light);
  white-space: nowrap;
  animation: fgvPillFloat 4.8s ease-in-out infinite;
}
.fgv-pill:nth-child(1) { animation-delay: 0s; }
.fgv-pill:nth-child(2) { animation-delay: 0.8s; }
.fgv-pill:nth-child(3) { animation-delay: 1.6s; }
.fgv-pill:nth-child(4) { animation-delay: 2.4s; }
.fgv-pill:nth-child(5) { animation-delay: 3.2s; }
.fgv-pill:nth-child(6) { animation-delay: 4.0s; }
@keyframes fgvPillFloat {
  0%, 100% { opacity: 0.3; transform: translateY(3px); }
  40%, 60%  { opacity: 1;   transform: translateY(0);   }
}

/* 03 — Checklist */
.fgv-check-list {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0 1.75rem;
  width: 100%;
  justify-content: center;
}
.fgv-check-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.83rem;
  font-weight: 500;
  color: var(--charcoal);
  animation: fgvCheckPulse 3.6s ease-in-out infinite;
}
.fgv-check-item:nth-child(1) { animation-delay: 0s; }
.fgv-check-item:nth-child(2) { animation-delay: 0.6s; }
.fgv-check-item:nth-child(3) { animation-delay: 1.2s; }
@keyframes fgvCheckPulse {
  0%, 100% { opacity: 0.35; }
  30%, 70%  { opacity: 1;    }
}
.fgv-check-icon { width: 18px; height: 18px; flex-shrink: 0; }

/* 04 — Bar chart */
.fgv-bars {
  gap: 0.45rem;
  align-items: flex-end;
  height: 80px;
}
.fgv-bar {
  width: 16px;
  border-radius: 4px 4px 0 0;
  background: var(--green-light);
  transform-origin: bottom;
  animation: fgvBarGrow 2.2s ease-in-out infinite alternate;
}
.fgv-bar:nth-child(1) { animation-delay: 0s;    --h: 55%; }
.fgv-bar:nth-child(2) { animation-delay: 0.15s; --h: 70%; }
.fgv-bar:nth-child(3) { animation-delay: 0.3s;  --h: 45%; }
.fgv-bar:nth-child(4) { animation-delay: 0.45s; --h: 85%; }
.fgv-bar:nth-child(5) { animation-delay: 0.6s;  --h: 60%; }
@keyframes fgvBarGrow {
  0%   { height: 20%; opacity: 0.5; }
  100% { height: var(--h); opacity: 1; }
}

/* 04 — Launch rocket */
.fgv-launch { justify-content: center; }
.fgv-launch-svg {
  width: 80px;
  height: 80px;
  animation: fgvRocketFloat 3s ease-in-out infinite;
}
@keyframes fgvRocketFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-6px); }
}

/* 05 — Circular ring */
.fgv-ring-wrap { position: relative; }
.fgv-ring-svg { display: block; }
.fgv-ring-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--green-light);
}
.fgv-ring-svg .fgv-track { opacity: 0.12; }
.fgv-ring-svg .fgv-fill {
  stroke-dasharray: 226;
  stroke-dashoffset: 226;
  animation: fgvRingFill 3s ease-in-out infinite alternate;
}
@keyframes fgvRingFill {
  0%   { stroke-dashoffset: 200; }
  100% { stroke-dashoffset: 30;  }
}

/* 06 — Growth line */
.fgv-line-svg .fgv-line-path {
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  animation: fgvLineDraw 2.5s ease-in-out infinite alternate;
}
@keyframes fgvLineDraw {
  0%   { stroke-dashoffset: 220; opacity: 0.4; }
  100% { stroke-dashoffset: 0;   opacity: 1;   }
}
.fgv-line-svg .fgv-area {
  opacity: 0;
  animation: fgvAreaFade 2.5s ease-in-out infinite alternate;
}
@keyframes fgvAreaFade {
  0%   { opacity: 0; }
  100% { opacity: 0.12; }
}

@media (max-width: 900px) {
  .fg-row { flex-direction: column; }

  /* Neutralise all sibling effects — inactive cards stay in their default state */
  .fg-row:has(.fg-card:hover) .fg-card:not(:hover),
  .fg-card:hover,
  .fg-card.is-open,
  .fg-row:has(.fg-card.is-open) .fg-card:not(.is-open) { flex: 1; }

  .fg-row:has(.fg-card:hover) .fg-card:not(:hover) .fgc-visual,
  .fg-row:has(.fg-card.is-open) .fg-card:not(.is-open) .fgc-visual {
    flex: 1; min-height: unset; opacity: 1; overflow: visible;
  }
  .fg-row:has(.fg-card:hover) .fg-card:not(:hover) .fgc-default,
  .fg-row:has(.fg-card.is-open) .fg-card:not(.is-open) .fgc-default {
    justify-content: normal; align-items: normal;
  }
  .fg-row:has(.fg-card:hover) .fg-card:not(:hover) .fgc-bottom,
  .fg-row:has(.fg-card.is-open) .fg-card:not(.is-open) .fgc-bottom { padding: 0 1.75rem 1.75rem; }
  .fg-row:has(.fg-card:hover) .fg-card:not(:hover) .fgc-title-large,
  .fg-row:has(.fg-card.is-open) .fg-card:not(.is-open) .fgc-title-large { display: block; }
  .fg-row:has(.fg-card:hover) .fg-card:not(:hover) .fgc-num,
  .fg-row:has(.fg-card.is-open) .fg-card:not(.is-open) .fgc-num {
    font-size: 0.72rem; letter-spacing: 0.08em; margin-bottom: 0.45rem; opacity: 1;
  }

  /* Suppress :hover content effects so only .is-open (JS) controls state */
  .fg-card:hover .fgc-default { opacity: 1; }
  .fg-card:hover .fgc-hover { opacity: 0; }
  .fg-card:hover .fgc-body { transform: translateY(14px); font-size: 0.9rem; }

  /* .is-open content effects — after :hover suppression so they always win */
  .fg-card.is-open .fgc-default { opacity: 0; }
  .fg-card.is-open .fgc-hover { opacity: 1; }
  .fg-card.is-open .fgc-body { transform: translateY(0); font-size: 1rem; }
}

/* ── Our Approach ───────────────────────────────────────── */
.approach-scroll-wrap {
  position: relative;
  height: 400vh;
}

#approachSection {
  position: sticky;
  top: 64px;
  height: calc(100dvh - 64px);
  padding: 4rem 2.5rem;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.approach-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  width: 100%;
  height: 100%;
}

.approach-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.approach-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.approach-left h2 {
  margin-bottom: 1.25rem;
}

.approach-left > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
  max-width: 46ch;
}

/* Feature Steps */
.feat-steps {
  display: flex;
  flex-direction: column;
}

.feat-step {
  display: flex;
  gap: 1.25rem;
  cursor: pointer;
  transition: opacity 0.4s ease;
}

.feat-step.is-future {
  opacity: 0.25;
}

.feat-step.is-done {
  opacity: 0.35;
}

.feat-step.is-active {
  opacity: 1;
}

.feat-step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.feat-step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--green-200);
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease,
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feat-step.is-active .feat-step-circle {
  background: var(--green-500);
  border-color: var(--green-500);
  transform: scale(1.1);
}

.feat-step.is-done .feat-step-circle {
  background: var(--green-100);
  border-color: var(--green-200);
}

.feat-num,
.feat-check {
  position: absolute;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--green-500);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.feat-step.is-active .feat-num {
  color: var(--off-white);
}

.feat-check {
  opacity: 0;
  color: var(--green-400);
}

.feat-step.is-done .feat-check {
  opacity: 1;
}

.feat-step.is-done .feat-num {
  opacity: 0;
}

.feat-step-line {
  flex: 1;
  width: 2px;
  min-height: 2.5rem;
  margin: 5px 0 0;
  background: var(--green-100);
  transition: background 0.4s ease;
}

.feat-step.is-done .feat-step-line {
  background: var(--green-300);
}

.feat-step:last-child .feat-step-line {
  display: none;
}

.feat-step-body {
  flex: 1;
  padding-bottom: 2.25rem;
}

.feat-step-body h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--heading-text);
  margin-bottom: 0.45rem;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}

.feat-step.is-active .feat-step-body h3 {
  color: var(--green-500);
}

.feat-step-body p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 44ch;
}

/* ── Timeline ───────────────────────────────────────────── */
.timeline-header {
  max-width: 600px;
  margin-bottom: 5rem;
}

.timeline-header h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }

/* Outer wrapper — line tracks this */
.tl-outer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9rem;
}

/* Background track line */
.tl-line-track {
  position: absolute;
  left: 21px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(0, 0, 0, 0.08);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
  pointer-events: none;
}

/* Scroll-driven fill */
.tl-line-fill {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to bottom, var(--green-500), var(--green-400));
  border-radius: 999px;
}

.tl-row {
  display: flex;
  gap: 5rem;
  padding: 4.5rem 0;
}

.tl-left {
  width: 40%;
  flex-shrink: 0;
  position: sticky;
  top: 7rem;
  align-self: flex-start;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.tl-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--warm-white);
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  transition: border-color 0.35s ease, background 0.35s ease;
}

.tl-dot-inner {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  transition: background 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tl-row:hover .tl-dot,
.tl-row.is-active .tl-dot {
  border-color: var(--green-500);
  background: #fff;
}

.tl-row:hover .tl-dot-inner,
.tl-row.is-active .tl-dot-inner {
  background: var(--green-500);
  transform: scale(1.2);
}

.tl-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: -0.03em;
  line-height: 1.1;
  padding-top: 0.55rem;
  transition: color 0.35s ease;
}

.tl-row:hover .tl-title,
.tl-row.is-active .tl-title {
  color: var(--green-light);
}

.tl-right {
  flex: 1;
  padding-top: 0.55rem;
}

.tl-right p {
  font-size: 1.25rem;
  color: var(--heading-text);
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.01em;
}

@media (max-width: 900px) {
  .tl-outer { gap: 2rem; }

  .tl-row {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem 0;
  }

  .tl-left {
    position: static;
    width: 100%;
  }

  .tl-title {
    font-size: 1.4rem;
    padding-top: 0;
  }

  .tl-right { padding-top: 0; padding-left: calc(44px + 1.5rem); }

  .tl-right p { font-size: 1.05rem; }

  .tl-line-track { left: 21px; }

  .tl-dot { z-index: 2; position: relative; }
}

/* ── Packages ───────────────────────────────────────────── */
#packages {
  min-height: calc(100dvh - 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.packages-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}
.packages-header h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 0.75rem; color: var(--heading-text); }
.packages-header p { color: var(--muted); font-size: 1rem; line-height: 1.75; }

.packages-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

/* ── Featured card glow wrapper ── */
.package-card-wrap {
  position: relative;
  border-radius: 18px;
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
  transition: transform 0.3s ease;
}
.package-card-wrap:hover {
  transform: translateY(-6px);
}

/* Multi-color blurred glow blob behind the featured card */
.package-card-wrap::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    var(--green-500)  0%,
    var(--blue-500)   33%,
    var(--yellow-500) 66%,
    var(--red-500)    100%
  );
  filter: blur(22px);
  opacity: 0.28;
  z-index: 0;
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.package-card-wrap:hover::before {
  opacity: 0.42;
  filter: blur(28px);
}

/* ── Cards ── */
.package-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.09);
  border-radius: 16px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05), 0 8px 24px rgba(0,0,0,0.07);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

/* Side cards — stretch to match each other via grid */
.package-card--side {
  height: 100%;
}
.package-card--side:hover {
  border-color: rgba(0,0,0,0.12);
  box-shadow: 0 6px 16px rgba(0,0,0,0.09), 0 20px 48px rgba(0,0,0,0.10);
  transform: translateY(-5px);
}

/* Featured card — fills the taller wrapper */
.package-card--featured {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 2.25rem 1.75rem;
  height: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(0,0,0,0.07), 0 16px 40px rgba(0,0,0,0.09);
}

/* Popular badge — top right corner, matches pricing.tsx */
.package-badge {
  position: absolute;
  top: 0; right: 0;
  background: var(--green-500);
  color: var(--off-white);
  padding: 0.2rem 0.65rem;
  border-radius: 0 14px 0 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  z-index: 2;
}

/* Billing toggle */
.billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 5.5rem;
  position: relative;
  z-index: 20;
}
.billing-toggle-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
  cursor: pointer;
  transition: color 0.25s ease;
}
.billing-toggle-label[data-billing="monthly"] {
  text-align: right;
  width: 4.5rem;
}
.billing-toggle-label[data-billing="annual"] {
  text-align: left;
  width: 4.5rem;
}
.billing-toggle-label.is-active {
  color: var(--heading-text);
  font-weight: 600;
}
.billing-toggle-switch {
  position: relative;
  width: 44px;
  height: 24px;
  background: rgba(0,0,0,0.12);
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.25s ease;
  flex-shrink: 0;
}
.billing-toggle-switch.is-annual {
  background: var(--green-500);
}
.billing-toggle-switch::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.billing-toggle-switch.is-annual::after {
  transform: translateX(20px);
}
.billing-save-badge {
  position: absolute;
  right: calc(50% - 10rem);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--green-500);
  background: rgba(58,122,80,0.1);
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
}

/* Price display — animated number flip */
.pkg-price {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(3rem, 4.5vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
  position: relative;
}
.pkg-price-period {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0;
  margin-top: 0.35rem;
  margin-bottom: 1.5rem;
}
.pkg-price-tax {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.pkg-price-amount {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-variant-numeric: tabular-nums;
}
.pkg-digit-static {
  flex-shrink: 0;
}
.pkg-digit-col {
  display: flex;
  flex-direction: column;
  height: 1.05em;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  transition: width 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), max-width 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.pkg-digit-col .pkg-digit-strip {
  display: flex;
  flex-direction: column;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform;
}
.pkg-digit-col .pkg-digit-strip span {
  display: block;
  height: 1.05em;
  line-height: 1.05;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  white-space: nowrap;
}

/* Best for label above CTA */
.pkg-best-for {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 1rem;
}
.pkg-best-for strong {
  font-weight: 600;
  color: var(--charcoal);
}

/* Plan name — uppercase label */
.pkg-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: 0.85rem;
}

/* Short description paragraph under name */
.pkg-desc-para {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Features list */
.pkg-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}
.pkg-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--charcoal);
}
.pkg-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  background: rgba(58,122,80,0.1);
  margin-top: 1px;
  flex-shrink: 0;
}
.pkg-check::after {
  content: '✓';
  font-size: 0.6rem;
  font-weight: 800;
  color: var(--green-500);
}

/* Divider */
.pkg-divider {
  height: 1px;
  background: rgba(0,0,0,0.07);
  margin: 1.25rem 0;
}

/* CTA — full-width override on shared button classes */
.package-cta { width: 100%; justify-content: center; }
/* Balance padding so label centres correctly when button is full-width */
.package-cta.btn-slide { padding-left: 3.5rem; }

.packages-note {
  display: block;
  max-width: 720px;
  margin: 4rem auto 0;
  padding: 1.25rem 1.75rem;
  background: var(--green-900);
  color: var(--green-light);
  border-radius: 14px;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.55;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 8px 24px rgba(20, 40, 30, 0.12);
}
.packages-note a { color: var(--green-light); font-weight: 600; text-decoration: underline; }
.packages-note a:hover { opacity: 0.85; }

/* ── Coming Soon / Other Services ───────────────────────── */
.other-services-header {
  margin-bottom: 3.5rem;
}

.other-services-header h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 0.75rem; }
.other-services-header p:not(.eyebrow) { color: var(--muted); font-size: 1rem; line-height: 1.7; max-width: 48ch; }

.other-services-grid {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
}

.other-service-card {
  flex: 1 0 0;
  border: none;
  border-radius: 18px;
  padding: 1.75rem;
  min-height: calc(340px + 2rem);
  overflow: hidden;
  cursor: default;
  display: flex;
  flex-direction: column;
  transition: flex 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.3s ease;
}

.other-service-card:hover {
  flex: 1.5 0 0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06), 0 24px 56px rgba(0,0,0,0.08);
}

/* Card gradient backgrounds — subtle originals */
.other-service-card--green {
  background: linear-gradient(145deg, var(--warm-white) 30%, rgba(42, 96, 65, 0.13) 100%);
}
.other-service-card--blue {
  background: linear-gradient(145deg, var(--warm-white) 30%, rgba(66, 133, 244, 0.13) 100%);
}
.other-service-card--yellow {
  background: linear-gradient(145deg, var(--warm-white) 30%, rgba(243, 167, 18, 0.14) 100%);
}
.other-service-card--red {
  background: linear-gradient(145deg, var(--warm-white) 30%, rgba(234, 84, 85, 0.12) 100%);
}

.other-service-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.65rem;
  border-radius: 100px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(0,0,0,0.06);
  color: var(--muted);
  align-self: flex-start;
}

/* Desktop: badge top-left, icon floats above heading */
.other-service-card-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

/* Bottom content block sits directly below icon */
.other-service-card-body {
  margin-top: 0;
}

.other-service-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  order: 1;
  margin-top: auto;
  margin-bottom: 0.75rem;
  transition: background 0.3s ease, color 0.3s ease;
}

/* Mobile scroll-based active state for other-service-cards */
@media (max-width: 767px) {
  .other-service-card.is-active {
    box-shadow: 0 8px 24px rgba(0,0,0,0.06), 0 24px 56px rgba(0,0,0,0.08);
  }
}

.other-service-card--green:hover .other-service-icon,
.other-service-card--green.is-active .other-service-icon { background: rgba(58,122,80,0.12); color: var(--green-500); }
.other-service-card--blue:hover .other-service-icon,
.other-service-card--blue.is-active .other-service-icon   { background: rgba(66,133,244,0.12); color: #4285F4; }
.other-service-card--yellow:hover .other-service-icon,
.other-service-card--yellow.is-active .other-service-icon { background: rgba(243,167,18,0.12); color: #b37c00; }
.other-service-card--red:hover .other-service-icon,
.other-service-card--red.is-active .other-service-icon    { background: rgba(234,84,85,0.12); color: var(--red-500); }

.other-service-card--green:hover h3,
.other-service-card--green.is-active h3  { color: var(--green-500); }
.other-service-card--blue:hover h3,
.other-service-card--blue.is-active h3   { color: #4285F4; }
.other-service-card--yellow:hover h3,
.other-service-card--yellow.is-active h3 { color: #b37c00; }
.other-service-card--red:hover h3,
.other-service-card--red.is-active h3    { color: var(--red-500); }

.other-service-icon svg { width: 20px; height: 20px; }

.other-service-card h3 {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--muted);
  margin-bottom: 0;
  transition: color 0.3s ease;
}

/* Description hidden by default, expands on hover */
.other-service-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height 0.4s ease,
              opacity 0.3s ease 0.08s,
              margin-top 0.3s ease;
}

.other-service-card:hover p {
  max-height: 6em;
  opacity: 1;
  margin-top: 0.4rem;
}

@media (max-width: 767px) {
  .other-services-grid {
    flex-direction: column;
  }
  .other-service-card,
  .other-service-card:hover {
    flex: none;
    min-height: 200px;
    box-shadow: none;
  }
  /* Mobile: restore icon + badge side by side in top row */
  .other-service-card-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: none;
  }
  .other-service-icon {
    order: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .other-service-card-body {
    margin-top: auto;
  }
  .other-service-card p {
    max-height: 6em;
    opacity: 1;
    margin-top: 0.4rem;
  }
}

    /* ── CTA BAND ──────────────────────────────────────────── */
.cta-band-outer { padding: 5.5rem 0; display: flex; justify-content: center; }
.cta-band {
  background: var(--green-900); position: relative; overflow: hidden;
  max-width: 80%; width: 100%; border-radius: 24px;
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 420px; padding: 0 !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.04), 0 12px 32px rgba(0,0,0,0.08), 0 32px 72px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.03);
}
.cta-left {
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 3.5rem 3.5rem 3.5rem 3.5rem; position: relative; z-index: 1;
  gap: 5rem;
}
.cta-left h2 {
  font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.08;
  color: var(--green-500); letter-spacing: -0.03em;
  margin: 0 !important; max-width: none;
}
.cta-body {
  font-size: 1.1rem; color: var(--green-200); line-height: 1.7;
  margin-bottom: 1.5rem; max-width: 100%;
}
.cta-buttons { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.cta-right-img {
  position: relative; overflow: hidden;
  border-radius: 0 24px 24px 0;
}
.cta-right-img img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scaleX(-1);
}
.cta-right-img::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, var(--green-900) 0%, rgba(8,19,13,0.6) 30%, transparent 60%);
}
.other-services-header .eyebrow { font-size: 0.72rem; }
@media (max-width: 768px) {
  .cta-band-outer { padding: 3rem 1.5rem; }
  .cta-band { max-width: 100%; border-radius: 16px; grid-template-columns: 1fr; }
  .cta-right-img { order: -1; min-height: 250px; border-radius: 16px 16px 0 0; }
  .cta-right-img::before { background: linear-gradient(to bottom, transparent 40%, rgba(8,19,13,0.4) 70%, var(--green-900) 100%); }
  .cta-left { padding: 2.5rem 1.5rem; gap: 1rem; }
  .cta-body { margin-bottom: 4rem; }
  .cta-buttons { flex-direction: column; gap: 0.75rem; width: 100%; }
  .cta-buttons .btn-slide,
  .cta-buttons .btn-outline-light {
    width: 100%; justify-content: center;
    font-size: 0.85rem; height: 44px; padding: 0 0.75rem;
    white-space: nowrap;
  }
}

.cta-section .eyebrow { color: var(--green-400); }
.cta-section .eyebrow::before { background: var(--green-400); }
.cta-section .section-h { color: var(--off-white); }
.cta-section .section-sub { color: var(--green-light); }

.cta-section-header { margin-bottom: 3.5rem; }

.cta-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.cta-card {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15), 0 16px 40px rgba(0,0,0,0.25);
}

.cta-card-img { width: 100%; height: 260px; object-fit: cover; display: block; }

.cta-card-body { padding: 2rem 2.25rem 2.5rem; }
.cta-card-body h3 { font-size: 1.2rem; color: var(--off-white); margin-bottom: 0.5rem; }
.cta-card-body p { color: var(--green-300); font-size: 0.92rem; line-height: 1.65; margin-bottom: 1.75rem; }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .approach-scroll-wrap { height: auto; }
  #approachSection { position: static; height: auto; padding: 5rem 1.5rem; display: block; }
  .approach-layout { grid-template-columns: 1fr; gap: 3rem; }
  .packages-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; gap: 1.5rem; }
  .packages-header { margin-bottom: 2.5rem; }
  .package-card-wrap { margin-top: 0; margin-bottom: 0; position: relative; z-index: 10; }
  .package-card--side { position: relative; z-index: 1; }
  .package-card--featured .package-cta { padding-left: 2.5rem; padding-right: 2.5rem; }
  .package-card--featured { transform: none; }
  /* Suppress hover on mobile — JS-driven .is-open controls state instead */
  .package-card--side:hover { border-color: rgba(0,0,0,0.09); box-shadow: 0 2px 6px rgba(0,0,0,0.05), 0 8px 24px rgba(0,0,0,0.07); transform: none; }
  .package-card--featured:hover { transform: none; }
  .package-card-wrap:hover { transform: none; }
  .package-card-wrap:hover::before { opacity: 0.28; filter: blur(22px); }
  /* .is-open states — mirror desktop hover */
  .package-card--side.is-open { border-color: rgba(0,0,0,0.12); box-shadow: 0 6px 16px rgba(0,0,0,0.09), 0 20px 48px rgba(0,0,0,0.10); transform: translateY(-5px); }
  .package-card--featured.is-open { transform: translateY(-3px); }
  .package-card-wrap:has(.package-card--featured.is-open) { transform: translateY(-6px); }
  .package-card-wrap:has(.package-card--featured.is-open)::before { opacity: 0.42; filter: blur(28px); }
  .other-services-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-cards-grid { grid-template-columns: 1fr; max-width: 540px; margin: 0 auto; }
  .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 768px) {
  .nav-center, .nav-right { display: none; }
  .nav-toggle { display: flex; }
  .nav-inner { grid-template-columns: 1fr auto; padding: 0 1.5rem; }
  .section { padding: 4rem 0; }
  .container { padding: 0 1.5rem; }
  .services-hero { padding-top: 64px; }
  .services-hero-inner { padding: 0 1.5rem; }
  .services-hero h1 { font-size: 32px; max-width: 100% !important; }
  .services-hero .sh-sub { font-size: 16px; }
  .fg-header { text-align: left; margin-left: 0; }
  #approachSection { padding: 4rem 0; }
  .other-services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid-bottom { grid-template-columns: 1fr; }

  .footer-nav-links { order: 1; }
  .footer-legal-links { order: 2; }
  .footer-copy { order: 3; }

  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-brand {
    align-items: center;
  }

  .footer-grid-bottom {
    text-align: center;
  }

  .footer-nav-links ul,
  .footer-legal-links ul {
    justify-content: center;
  }

  .footer-copy {
    text-align: center;
  }

  #contact.section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #contact .contact-layout {
    gap: 1.5rem;
  }

  #contact .contact-left .section-sub {
    margin-bottom: 1rem;
  }

  #contact .contact-photo {
    margin-top: 1.25rem !important;
  }

  #contact #contact-form {
    padding-top: 0 !important;
  }

  #contact .form-group {
    margin-bottom: 0.85rem;
  }

  .cta-photo-strip { display: none; }
}

@media (min-width: 1024px) {
  .footer { padding: 4rem 0 2rem; }
  .footer-grid-bottom { grid-template-columns: repeat(10, 1fr); grid-template-rows: auto auto; padding-top: 2rem; gap: 0; }
  .footer-copy { grid-column: 1 / 4; grid-row: 1 / 3; align-self: center; }
  .footer-nav-links { grid-column: 4 / 11; grid-row: 1; }
  .footer-legal-links { grid-column: 4 / 11; grid-row: 2; }
  .footer-nav-links ul, .footer-legal-links ul { justify-content: flex-end; }
}
  /* ── LANG SWITCHER ─────────────────────────────────────── */
.lang-switcher { display: flex; align-items: center; gap: 0.35rem; margin-right: 0.75rem; }
.lang-btn { font-size: 0.75rem; font-weight: 500; color: var(--muted); letter-spacing: 0.05em; text-transform: uppercase; transition: color 0.2s ease; line-height: 1; text-decoration: none; }
.lang-btn:hover { color: var(--charcoal); }
.lang-btn.lang-active { font-weight: 700; color: var(--charcoal); }
.lang-divider { font-size: 0.65rem; color: var(--green-200); line-height: 1; }
@media (max-width: 1023px) { .lang-switcher { display: none; } }
