/* ==========================================================================
   Al Barari Pest Control — Design System
   Professional Pest Control Services in Sharjah, UAE
   ========================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
  --g-950: #041a12;
  --g-900: #06281c;
  --g-800: #0a3a28;
  --g-700: #0f5138;
  --g-600: #14704b;
  --g-500: #1c9160;
  --g-400: #2fb37a;
  --g-300: #6ed3a6;
  --g-100: #dff3e8;
  --g-50:  #f1f9f4;

  --c-950: #0c1012;
  --c-900: #14181a;
  --c-800: #1c2225;
  --c-700: #2a3236;
  --c-500: #5a666c;
  --c-400: #7d8a90;
  --c-200: #dbe2e5;
  --c-100: #eef2f3;

  --gold: #c9a227;
  --gold-soft: #e6c85a;
  --gold-glow: rgba(201, 162, 39, .28);

  --ink: var(--c-900);
  --ink-soft: #4a565b;
  --line: rgba(12, 40, 28, .10);
  --bg-alt: var(--g-50);

  --sh-xs: 0 1px 2px rgba(6, 40, 28, .06);
  --sh-sm: 0 2px 8px rgba(6, 40, 28, .07);
  --sh-md: 0 10px 28px -8px rgba(6, 40, 28, .16), 0 3px 8px rgba(6, 40, 28, .05);
  --sh-lg: 0 26px 60px -20px rgba(6, 40, 28, .30), 0 8px 20px -8px rgba(6, 40, 28, .12);
  --sh-xl: 0 44px 90px -28px rgba(4, 26, 18, .45), 0 12px 28px -12px rgba(6, 40, 28, .20);
  --sh-inset: inset 0 1px 0 rgba(255, 255, 255, .55);

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 34px;
  --r-pill: 999px;

  --wrap: 1200px;
  --wrap-narrow: 880px;
  --pad: clamp(20px, 4vw, 40px);
  --sec-y: clamp(44px, 5.2vw, 82px);
  --nav-h: 78px;

  --ease: cubic-bezier(.22, .68, .32, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);

  --f-sans: "Inter", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --f-display: "Fraunces", Georgia, "Times New Roman", serif;
}

/* ---------- 2. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 18px);
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--f-sans);
  font-size: 17px;
  line-height: 1.68;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }

:focus-visible { outline: 3px solid var(--g-400); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--g-700); color: #fff; }

/* ---------- 3. Typography ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -.018em;
  color: var(--g-950);
  text-wrap: balance;
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.8rem); }
h2 { font-size: clamp(1.72rem, 3.6vw, 2.7rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.48rem); }
h4 { font-size: 1.07rem; letter-spacing: -.01em; }

p { text-wrap: pretty; }
p + p { margin-top: 1em; }
strong { font-weight: 650; color: var(--g-900); }

.lede { font-size: clamp(1.02rem, 1.5vw, 1.17rem); color: var(--ink-soft); line-height: 1.72; }
.muted { color: var(--ink-soft); }

/* ---------- 4. Layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.wrap-narrow { max-width: var(--wrap-narrow); }
section { position: relative; }

.section { padding-block: var(--sec-y); }
.section--tight { padding-block: clamp(34px, 4vw, 56px); }
.section--alt { background: var(--bg-alt); }

.section--dark {
  background:
    radial-gradient(1100px 620px at 12% -10%, rgba(47, 179, 122, .22), transparent 62%),
    radial-gradient(820px 520px at 92% 8%, rgba(201, 162, 39, .12), transparent 60%),
    linear-gradient(165deg, var(--g-950) 0%, #071f16 45%, var(--c-950) 100%);
  color: var(--c-200);
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }
.section--dark .lede, .section--dark .muted, .section--dark p { color: rgba(219, 226, 229, .82); }

.sec-head { max-width: 720px; margin-bottom: clamp(24px, 3vw, 38px); }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head h2 { margin-block: 14px 16px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-sans);
  font-size: .755rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--g-600);
  padding: 7px 15px 7px 12px;
  border-radius: var(--r-pill);
  background: linear-gradient(180deg, rgba(255,255,255,.9), var(--g-100));
  border: 1px solid rgba(20, 112, 75, .18);
  box-shadow: var(--sh-xs), var(--sh-inset);
}
.eyebrow::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--g-500);
  box-shadow: 0 0 0 4px rgba(28, 145, 96, .18);
}
.section--dark .eyebrow, .hero .eyebrow, .phero .eyebrow, .cta-band .eyebrow {
  color: var(--gold-soft);
  background: rgba(255, 255, 255, .07);
  border-color: rgba(230, 200, 90, .28);
  backdrop-filter: blur(10px);
}
.section--dark .eyebrow::before, .hero .eyebrow::before, .phero .eyebrow::before, .cta-band .eyebrow::before {
  background: var(--gold-soft);
  box-shadow: 0 0 0 4px var(--gold-glow);
}

.grid { display: grid; gap: clamp(14px, 1.7vw, 20px); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-auto { grid-template-columns: repeat(auto-fill, minmax(256px, 1fr)); }
.grid-tight { gap: 14px; }

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(22px, 3.2vw, 44px);
  align-items: center;
}
.split--rev > *:first-child { order: 2; }

/* ---------- 5. Buttons ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  font-size: .95rem;
  font-weight: 650;
  letter-spacing: -.008em;
  line-height: 1.2;
  color: #fff;
  background: var(--g-700);
  border: 1px solid transparent;
  box-shadow: var(--sh-md);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
  white-space: nowrap;
  cursor: pointer;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--sh-lg); }
.btn:active { transform: translateY(0); box-shadow: var(--sh-sm); }

.btn--primary {
  background: linear-gradient(160deg, var(--g-500) 0%, var(--g-700) 58%, var(--g-800) 100%);
  box-shadow: 0 14px 30px -12px rgba(15, 81, 56, .62), inset 0 1px 0 rgba(255, 255, 255, .22);
}
.btn--primary:hover { box-shadow: 0 22px 44px -14px rgba(15, 81, 56, .70), inset 0 1px 0 rgba(255, 255, 255, .28); }

.btn--wa {
  background: linear-gradient(160deg, #34d276 0%, #1faf5a 55%, #128a45 100%);
  box-shadow: 0 14px 30px -12px rgba(18, 138, 69, .58), inset 0 1px 0 rgba(255, 255, 255, .28);
}
.btn--wa:hover { box-shadow: 0 22px 44px -14px rgba(18, 138, 69, .68), inset 0 1px 0 rgba(255, 255, 255, .34); }

.btn--gold {
  color: var(--g-950);
  background: linear-gradient(160deg, #f0d878 0%, var(--gold-soft) 45%, var(--gold) 100%);
  box-shadow: 0 14px 30px -12px rgba(201, 162, 39, .55), inset 0 1px 0 rgba(255, 255, 255, .48);
}

.btn--ghost {
  color: var(--g-800);
  background: rgba(255, 255, 255, .72);
  border-color: rgba(15, 81, 56, .20);
  box-shadow: var(--sh-sm), var(--sh-inset);
  backdrop-filter: blur(10px);
}
.btn--ghost:hover { background: #fff; border-color: rgba(15, 81, 56, .38); }

.section--dark .btn--ghost, .hero .btn--ghost, .phero .btn--ghost, .cta-band .btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .24);
}
.section--dark .btn--ghost:hover, .hero .btn--ghost:hover, .phero .btn--ghost:hover, .cta-band .btn--ghost:hover {
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .44);
}

.btn--sm { padding: 10px 19px; font-size: .87rem; }
.btn--lg { padding: 17px 34px; font-size: 1.02rem; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .92rem;
  font-weight: 650;
  color: var(--g-600);
  transition: gap .25s var(--ease), color .25s var(--ease);
}
.link-arrow::after { content: "\2192"; font-size: 1.05em; }
.link-arrow:hover { color: var(--g-800); gap: 11px; }
.section--dark .link-arrow { color: var(--gold-soft); }

/* ---------- 6. Top bar ---------- */
.topbar {
  background: linear-gradient(100deg, var(--g-950), var(--g-800) 62%, var(--g-700));
  color: rgba(255, 255, 255, .84);
  font-size: .82rem;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.topbar__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
  padding-block: 7px;
}
.topbar a { transition: color .2s var(--ease); }
.topbar a:hover { color: var(--gold-soft); }
.topbar__list { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; }
.topbar__item svg { width: 15px; height: 15px; opacity: .8; flex: none; }

/* ---------- 7. Header / nav ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease);
}
.header.is-stuck {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 26px -14px rgba(6, 40, 28, .30);
  background: rgba(255, 255, 255, .94);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: var(--nav-h);
}

.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo__mark {
  width: 46px; height: 46px;
  flex: none;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(155deg, var(--g-500), var(--g-700) 55%, var(--g-900));
  box-shadow: 0 10px 22px -10px rgba(10, 58, 40, .70), inset 0 1px 0 rgba(255, 255, 255, .26);
}
.logo__mark svg { width: 26px; height: 26px; color: #fff; }
.logo__text { display: flex; flex-direction: column; line-height: 1.02; }
.logo__name {
  font-family: var(--f-display);
  font-size: 1.16rem;
  font-weight: 650;
  letter-spacing: -.012em;
  color: var(--g-950);
  white-space: nowrap;
}
.logo__sub {
  font-size: .615rem;
  font-weight: 700;
  letter-spacing: .245em;
  text-transform: uppercase;
  color: var(--g-600);
  margin-top: 3px;
}

.menu { display: flex; align-items: center; gap: 2px; flex: none; }
.menu a {
  position: relative;
  display: block;
  padding: 9px 12px;
  font-size: .9rem;
  font-weight: 550;
  color: var(--c-700);
  border-radius: 9px;
  white-space: nowrap;
  transition: color .22s var(--ease), background .22s var(--ease);
}
.menu a::after {
  content: "";
  position: absolute;
  left: 12px; right: 12px; bottom: 3px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--g-500), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease);
}
.menu a:hover { color: var(--g-800); background: rgba(20, 112, 75, .06); }
.menu a:hover::after, .menu a[aria-current="page"]::after { transform: scaleX(1); }
.menu a[aria-current="page"] { color: var(--g-800); font-weight: 650; }

.nav__cta { display: flex; align-items: center; gap: 9px; }

.burger {
  display: none;
  width: 46px; height: 46px;
  border-radius: 13px;
  place-items: center;
  background: var(--g-50);
  border: 1px solid var(--line);
  transition: background .22s var(--ease);
}
.burger:hover { background: var(--g-100); }
.burger span {
  display: block;
  width: 20px; height: 2px;
  border-radius: 2px;
  background: var(--g-800);
  transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.burger span + span { margin-top: 5px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(370px, 88vw);
  z-index: 1000;
  background: linear-gradient(170deg, #fff, var(--g-50));
  box-shadow: -30px 0 70px -30px rgba(6, 40, 28, .45);
  transform: translateX(102%);
  transition: transform .42s var(--ease-out);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 22px var(--pad) 34px;
}
.drawer.is-open { transform: translateX(0); }
.drawer__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.drawer__close {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--g-100);
  font-size: 1.4rem;
  color: var(--g-800);
  line-height: 1;
}
.drawer__menu { display: flex; flex-direction: column; gap: 2px; margin-bottom: 24px; }
.drawer__menu a {
  padding: 13px 14px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 550;
  color: var(--c-800);
  border-bottom: 1px solid rgba(12, 40, 28, .06);
  transition: background .2s var(--ease), color .2s var(--ease);
}
.drawer__menu a:hover, .drawer__menu a[aria-current="page"] {
  background: var(--g-100);
  color: var(--g-800);
  font-weight: 650;
}
.drawer__cta { display: grid; gap: 10px; }
.drawer__info {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: .87rem;
  color: var(--ink-soft);
  display: grid;
  gap: 9px;
}

.scrim {
  position: fixed;
  inset: 0;
  z-index: 990;
  background: rgba(6, 26, 18, .48);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s var(--ease), visibility .35s;
}
.scrim.is-open { opacity: 1; visibility: visible; }
body.is-locked { overflow: hidden; }

/* ---------- 8. Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(38px, 4.6vw, 68px) clamp(42px, 5.2vw, 74px);
  background:
    radial-gradient(1200px 680px at 8% -12%, rgba(47, 179, 122, .26), transparent 60%),
    radial-gradient(880px 560px at 96% 4%, rgba(201, 162, 39, .14), transparent 58%),
    linear-gradient(160deg, var(--g-950) 0%, #07231a 44%, var(--c-950) 100%);
  color: rgba(232, 238, 236, .9);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
  background-size: 62px 62px;
  -webkit-mask-image: radial-gradient(closest-side at 50% 40%, #000 40%, transparent 100%);
  mask-image: radial-gradient(closest-side at 50% 40%, #000 40%, transparent 100%);
  pointer-events: none;
}
.hero > .wrap { position: relative; z-index: 2; }

.hero__grid {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: clamp(34px, 5vw, 60px);
  align-items: center;
}
.hero h1 { color: #fff; margin-block: 20px 20px; }
.hero h1 .accent {
  background: linear-gradient(94deg, var(--g-300), var(--gold-soft) 78%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__text { font-size: clamp(1.01rem, 1.5vw, 1.14rem); color: rgba(219, 226, 229, .84); max-width: 56ch; }
.hero .btn-row { margin-top: 32px; }

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .10);
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px 9px 12px;
  border-radius: var(--r-pill);
  font-size: .85rem;
  font-weight: 550;
  color: rgba(233, 240, 236, .93);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
  transition: transform .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease);
}
.chip:hover { transform: translateY(-2px); background: rgba(255, 255, 255, .11); border-color: rgba(110, 211, 166, .40); }
.chip__tick {
  width: 19px; height: 19px;
  flex: none;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(150deg, var(--g-400), var(--g-600));
  box-shadow: 0 3px 8px -2px rgba(28, 145, 96, .70);
}
.chip__tick svg { width: 11px; height: 11px; color: #fff; }

.hero__visual { position: relative; perspective: 1400px; }
.scene {
  position: relative;
  border-radius: var(--r-xl);
  padding: 20px;
  background: linear-gradient(158deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: var(--sh-xl), inset 0 1px 0 rgba(255, 255, 255, .20);
  backdrop-filter: blur(18px);
  transform: rotateY(-6deg) rotateX(3deg);
  transition: transform .7s var(--ease-out);
}
.hero__visual:hover .scene { transform: rotateY(-2deg) rotateX(1deg); }
.scene svg { width: 100%; height: auto; border-radius: var(--r-lg); }

.float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 18px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: var(--sh-lg);
  backdrop-filter: blur(14px);
  animation: floaty 6s var(--ease) infinite;
}
.float-card__icon {
  width: 34px; height: 34px;
  flex: none;
  display: grid; place-items: center;
  border-radius: 11px;
  background: linear-gradient(150deg, var(--g-400), var(--g-700));
  box-shadow: 0 6px 14px -6px rgba(15, 81, 56, .75);
}
.float-card__icon svg { width: 17px; height: 17px; color: #fff; }
.float-card__label { font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--c-500); }
.float-card__value { font-size: .92rem; font-weight: 650; color: var(--g-900); line-height: 1.25; }
.float-card--a { top: 5%; left: -6%; animation-delay: 0s; }
.float-card--b { bottom: 7%; right: -5%; animation-delay: 1.6s; }

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ---------- 9. Marquee strip ---------- */
.strip {
  background: linear-gradient(90deg, var(--g-900), var(--g-700) 50%, var(--g-900));
  color: rgba(255, 255, 255, .82);
  padding-block: 15px;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, .08);
}
.strip__track {
  display: flex;
  gap: 46px;
  width: max-content;
  animation: slide 40s linear infinite;
  font-size: .86rem;
  font-weight: 550;
  white-space: nowrap;
}
.strip__track span { display: inline-flex; align-items: center; gap: 12px; }
.strip__track span::before { content: "\25C6"; color: var(--gold-soft); font-size: .6rem; }
@keyframes slide { to { transform: translateX(-50%); } }
.strip:hover .strip__track { animation-play-state: paused; }

/* ---------- 10. Cards ---------- */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px 21px 20px;
  border-radius: var(--r-lg);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-sm);
  overflow: hidden;
  transition: transform .38s var(--ease), box-shadow .38s var(--ease), border-color .38s var(--ease);
}
.card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--g-500), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: rgba(20, 112, 75, .22); }
.card:hover::before { transform: scaleX(1); }
.card h3 { font-size: 1.13rem; margin-bottom: 9px; }
.card p { font-size: .93rem; color: var(--ink-soft); line-height: 1.62; }
.card .link-arrow { margin-top: 18px; align-self: flex-start; }

.card__icon {
  width: 54px; height: 54px;
  flex: none;
  display: grid; place-items: center;
  border-radius: 16px;
  margin-bottom: 18px;
  background: linear-gradient(155deg, var(--g-100), #fff 60%, var(--g-100));
  border: 1px solid rgba(20, 112, 75, .16);
  box-shadow: 0 8px 18px -10px rgba(15, 81, 56, .45), inset 0 1px 0 rgba(255, 255, 255, .9);
  transition: transform .4s var(--ease), background .4s var(--ease);
}
.card__icon svg { width: 26px; height: 26px; color: var(--g-700); transition: color .4s var(--ease); }
.card:hover .card__icon { transform: translateY(-3px) scale(1.05); background: linear-gradient(155deg, var(--g-500), var(--g-700)); }
.card:hover .card__icon svg { color: #fff; }

.section--dark .card {
  background: rgba(255, 255, 255, .055);
  border-color: rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  box-shadow: none;
}
.section--dark .card:hover { background: rgba(255, 255, 255, .09); border-color: rgba(110, 211, 166, .34); box-shadow: var(--sh-xl); }
.section--dark .card p { color: rgba(219, 226, 229, .78); }
.section--dark .card__icon { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .16); box-shadow: none; }
.section--dark .card__icon svg { color: var(--g-300); }

.tile {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--r-md);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-xs);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.tile:hover { transform: translateY(-3px); box-shadow: var(--sh-md); border-color: rgba(20, 112, 75, .26); }
.tile__icon {
  width: 40px; height: 40px;
  flex: none;
  display: grid; place-items: center;
  border-radius: 12px;
  background: linear-gradient(150deg, var(--g-100), #fff);
  border: 1px solid rgba(20, 112, 75, .14);
}
.tile__icon svg { width: 20px; height: 20px; color: var(--g-600); }
.tile__name { font-weight: 600; font-size: .92rem; color: var(--g-900); line-height: 1.3; }
.tile__note { font-size: .78rem; color: var(--c-500); }

/* ---------- 11. Feature blocks ---------- */
.feature { padding-block: clamp(44px, 5.5vw, 72px); }
.feature + .feature { border-top: 1px solid var(--line); }
.feature h2 { margin-block: 14px 16px; }
.feature__list { display: grid; gap: 11px; margin-block: 22px 26px; }
.feature__list li { display: flex; align-items: flex-start; gap: 11px; font-size: .94rem; color: var(--ink-soft); }
.feature__list li::before {
  content: "";
  width: 21px; height: 21px;
  flex: none;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--g-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f5138' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat;
  border: 1px solid rgba(20, 112, 75, .18);
}
.section--dark .feature__list li { color: rgba(219, 226, 229, .82); }
.section--dark .feature__list li::before {
  background-color: rgba(110, 211, 166, .16);
  border-color: rgba(110, 211, 166, .30);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236ed3a6' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

.art {
  position: relative;
  border-radius: var(--r-xl);
  padding: 16px;
  background: linear-gradient(158deg, var(--g-50), #fff 55%, var(--g-100));
  border: 1px solid rgba(20, 112, 75, .14);
  box-shadow: var(--sh-lg), inset 0 1px 0 rgba(255, 255, 255, .9);
}
.art svg { width: 100%; border-radius: var(--r-lg); }
.art--dark {
  background: linear-gradient(158deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border-color: rgba(255, 255, 255, .14);
  backdrop-filter: blur(14px);
}
.art__tag {
  position: absolute;
  bottom: -16px;
  left: 26px;
  padding: 9px 17px;
  border-radius: var(--r-pill);
  font-size: .77rem;
  font-weight: 650;
  color: #fff;
  background: linear-gradient(150deg, var(--g-600), var(--g-800));
  box-shadow: var(--sh-md);
}

/* ---------- 12. Steps ---------- */
.steps { counter-reset: step; }
.step {
  position: relative;
  padding: 34px 28px 30px;
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  transition: transform .38s var(--ease), background .38s var(--ease), border-color .38s var(--ease);
}
.step:hover { transform: translateY(-6px); background: rgba(255, 255, 255, .10); border-color: rgba(110, 211, 166, .34); }
.step__num {
  counter-increment: step;
  width: 58px; height: 58px;
  display: grid; place-items: center;
  border-radius: 18px;
  margin-bottom: 20px;
  font-family: var(--f-display);
  font-size: 1.38rem;
  font-weight: 650;
  color: var(--g-950);
  background: linear-gradient(155deg, #f0d878, var(--gold));
  box-shadow: 0 14px 26px -12px rgba(201, 162, 39, .70), inset 0 1px 0 rgba(255, 255, 255, .5);
}
.step__num::before { content: counter(step, decimal-leading-zero); }
.step h3 { margin-bottom: 10px; }
.step p { font-size: .92rem; color: rgba(219, 226, 229, .80); }

/* ---------- 13. Benefits ---------- */
.benefit {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 22px;
  border-radius: var(--r-md);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-xs);
  transition: transform .32s var(--ease), box-shadow .32s var(--ease);
}
.benefit:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.benefit__icon {
  width: 44px; height: 44px;
  flex: none;
  display: grid; place-items: center;
  border-radius: 13px;
  background: linear-gradient(150deg, var(--g-500), var(--g-700));
  box-shadow: 0 8px 18px -9px rgba(15, 81, 56, .70);
}
.benefit__icon svg { width: 21px; height: 21px; color: #fff; }
.benefit h4 { margin-bottom: 5px; color: var(--g-900); }
.benefit p { font-size: .89rem; color: var(--ink-soft); line-height: 1.6; }

/* ---------- 14. Areas ---------- */
.area-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(208px, 1fr)); gap: 14px; }
.area {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
  font-size: .92rem;
  font-weight: 550;
  color: rgba(240, 245, 242, .94);
  transition: transform .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease);
}
.area:hover { transform: translateY(-3px); background: rgba(255, 255, 255, .10); border-color: rgba(110, 211, 166, .38); }
.area svg { width: 17px; height: 17px; flex: none; color: var(--g-300); }

/* ---------- 15. Testimonials ---------- */
.testimonial {
  position: relative;
  padding: 32px 28px 28px;
  border-radius: var(--r-lg);
  background: #fff;
  border: 1px dashed rgba(20, 112, 75, .28);
  box-shadow: var(--sh-xs);
}
.testimonial__quote { font-family: var(--f-display); font-size: 2.5rem; line-height: 1; color: rgba(20, 112, 75, .22); margin-bottom: 8px; }
.testimonial p { font-size: .94rem; color: var(--ink-soft); font-style: italic; }
.testimonial__meta {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--g-100), var(--c-200));
  border: 1px dashed rgba(20, 112, 75, .3);
}
.testimonial__name { font-size: .87rem; font-weight: 650; color: var(--c-500); }
.testimonial__role { font-size: .77rem; color: var(--c-400); }

.notice {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 18px 22px;
  border-radius: var(--r-md);
  background: linear-gradient(150deg, var(--g-50), #fff);
  border: 1px solid rgba(20, 112, 75, .18);
  font-size: .89rem;
  color: var(--ink-soft);
}
.notice svg { width: 20px; height: 20px; flex: none; color: var(--g-600); margin-top: 2px; }

/* ---------- 16. FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq__item {
  border-radius: var(--r-md);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-xs);
  overflow: hidden;
  transition: box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.faq__item.is-open { box-shadow: var(--sh-md); border-color: rgba(20, 112, 75, .26); }
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 20px 22px;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: var(--g-900);
  font-family: var(--f-sans);
  transition: color .22s var(--ease);
}
.faq__q:hover { color: var(--g-600); }
.faq__sign {
  width: 30px; height: 30px;
  flex: none;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--g-100);
  color: var(--g-700);
  font-size: 1.1rem;
  line-height: 1;
  transition: transform .35s var(--ease), background .3s var(--ease), color .3s var(--ease);
}
.faq__item.is-open .faq__sign { transform: rotate(45deg); background: var(--g-700); color: #fff; }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .42s var(--ease); }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding: 0 22px 22px; font-size: .94rem; color: var(--ink-soft); line-height: 1.68; }

/* ---------- 17. Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(26px, 4vw, 48px);
  align-items: start;
}
.info-card {
  display: flex;
  gap: 15px;
  padding: 20px 22px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
  transition: transform .32s var(--ease), background .32s var(--ease);
}
.info-card:hover { transform: translateY(-3px); background: rgba(255, 255, 255, .10); }
.info-card__icon {
  width: 44px; height: 44px;
  flex: none;
  display: grid; place-items: center;
  border-radius: 13px;
  background: linear-gradient(150deg, var(--g-500), var(--g-700));
  box-shadow: 0 8px 18px -9px rgba(15, 81, 56, .8);
}
.info-card__icon svg { width: 20px; height: 20px; color: #fff; }
.info-card__label {
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--g-300);
  margin-bottom: 4px;
}
.info-card__value { font-size: .99rem; font-weight: 600; color: #fff; word-break: break-word; }
a.info-card__value:hover { color: var(--gold-soft); }

.form-card {
  padding: clamp(24px, 3.2vw, 38px);
  border-radius: var(--r-xl);
  background: #fff;
  box-shadow: var(--sh-xl);
  border: 1px solid rgba(255, 255, 255, .5);
}
/* the form card sits on a dark section but has a white surface of its own,
   so its typography must opt out of the dark-section colour rules */
.section--dark .form-card h3,
.form-card h3 { color: var(--g-950); margin-bottom: 8px; }
.section--dark .form-card > p,
.form-card > p { color: var(--ink-soft); font-size: .93rem; margin-bottom: 22px; }
.section--dark .form-card .form-note,
.section--dark .form-card label,
.section--dark .form-card .form-alert { color: inherit; }
.section--dark .form-card .form-note { color: var(--c-500); }
.section--dark .form-card label { color: var(--c-700); }
.section--dark .form-alert--ok { color: var(--g-800); }
.section--dark .form-alert--err { color: #a63a26; }
.section--dark .form-card a { color: var(--g-600); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 650; color: var(--c-700); }
.field label .req { color: #c0392b; }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 13px 15px;
  border-radius: var(--r-sm);
  border: 1px solid var(--c-200);
  background: var(--c-100);
  font-size: .93rem;
  color: var(--ink);
  transition: border-color .22s var(--ease), background .22s var(--ease), box-shadow .22s var(--ease);
}
.field textarea { resize: vertical; min-height: 116px; }
.field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a666c' stroke-width='2.4' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 40px;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--g-500);
  box-shadow: 0 0 0 4px rgba(28, 145, 96, .14);
}
.field input::placeholder, .field textarea::placeholder { color: var(--c-400); }
.field.has-error input, .field.has-error select, .field.has-error textarea {
  border-color: #d0563f;
  background: #fdf3f1;
  box-shadow: 0 0 0 4px rgba(208, 86, 63, .10);
}
.field__error { font-size: .78rem; color: #c0392b; font-weight: 550; display: none; }
.field.has-error .field__error { display: block; }
.form-note { font-size: .79rem; color: var(--c-500); margin-top: 6px; }

.form-alert {
  display: none;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 18px;
  border-radius: var(--r-sm);
  font-size: .9rem;
  margin-bottom: 20px;
  line-height: 1.55;
}
.form-alert.is-visible { display: flex; }
.form-alert--ok { background: var(--g-50); border: 1px solid rgba(20, 112, 75, .28); color: var(--g-800); }
.form-alert--err { background: #fdf3f1; border: 1px solid rgba(208, 86, 63, .3); color: #a63a26; }
.form-alert svg { width: 20px; height: 20px; flex: none; margin-top: 1px; }

/* ---------- 18. CTA band ---------- */
.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  padding: clamp(34px, 5vw, 58px);
  background:
    radial-gradient(700px 400px at 88% 10%, rgba(201, 162, 39, .20), transparent 60%),
    linear-gradient(150deg, var(--g-800), var(--g-950) 70%);
  box-shadow: var(--sh-xl);
  color: rgba(232, 238, 236, .88);
  text-align: center;
}
.cta-band h2 { color: #fff; margin-bottom: 14px; }
.cta-band p { max-width: 62ch; margin-inline: auto; }
.cta-band .btn-row { justify-content: center; margin-top: 28px; }

/* ---------- 19. Page hero ---------- */
.phero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(32px, 3.8vw, 54px);
  background:
    radial-gradient(900px 520px at 12% -20%, rgba(47, 179, 122, .24), transparent 62%),
    radial-gradient(700px 420px at 94% 0%, rgba(201, 162, 39, .13), transparent 60%),
    linear-gradient(158deg, var(--g-950), #07231a 55%, var(--c-950));
  color: rgba(226, 233, 230, .86);
}
.phero h1 { color: #fff; margin-block: 16px 16px; }
.phero p { max-width: 68ch; color: rgba(219, 226, 229, .84); }
.phero .btn-row { margin-top: 28px; }

.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: .81rem;
  color: rgba(219, 226, 229, .62);
  margin-bottom: 12px;
}
.crumbs a:hover { color: var(--g-300); }
.crumbs li { display: inline-flex; align-items: center; gap: 8px; }
.crumbs li:not(:last-child)::after { content: "/"; opacity: .5; }

/* ---------- 20. Footer ---------- */
.footer {
  background: linear-gradient(170deg, var(--c-950), var(--g-950) 70%);
  color: rgba(200, 210, 206, .72);
  padding-block: clamp(48px, 6vw, 74px) 0;
  font-size: .91rem;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr 1.25fr;
  gap: clamp(26px, 3.4vw, 46px);
  padding-bottom: 44px;
}
.footer h4 {
  font-family: var(--f-sans);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 18px;
}
.footer__links { display: grid; gap: 10px; }
.footer__links a { transition: color .2s var(--ease), padding-left .25s var(--ease); }
.footer__links a:hover { color: #fff; padding-left: 5px; }
.footer__about { max-width: 40ch; line-height: 1.7; margin-block: 18px 20px; }
.footer .logo__name { color: #fff; }
.footer .logo__sub { color: var(--g-300); }
.footer__contact { display: grid; gap: 13px; }
.footer__contact li { display: flex; align-items: flex-start; gap: 11px; }
.footer__contact svg { width: 17px; height: 17px; flex: none; margin-top: 4px; color: var(--g-300); }
.footer__contact a:hover { color: #fff; }
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-block: 22px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  font-size: .84rem;
  color: rgba(200, 210, 206, .56);
}
.footer__legal { display: flex; flex-wrap: wrap; gap: 20px; }
.footer__legal a:hover { color: #fff; }

/* ---------- 21. Sticky action bar ---------- */
.action-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 880;
  display: none;
  background: rgba(255, 255, 255, .93);
  backdrop-filter: saturate(180%) blur(18px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 30px -14px rgba(6, 40, 28, .35);
  padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
}
.action-bar__in { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.action-bar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 9px 4px;
  border-radius: 13px;
  font-size: .73rem;
  font-weight: 650;
  line-height: 1.2;
  color: #fff;
}
.action-bar a svg { width: 19px; height: 19px; }
.ab--wa { background: linear-gradient(155deg, #2ecc71, #128a45); }
.ab--call { background: linear-gradient(155deg, var(--g-500), var(--g-700)); }
.ab--quote { background: linear-gradient(155deg, var(--gold-soft), var(--gold)); color: var(--g-950); }

.wa-float {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 870;
  width: 58px; height: 58px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: linear-gradient(155deg, #34d276, #128a45);
  box-shadow: 0 16px 34px -12px rgba(18, 138, 69, .7), inset 0 1px 0 rgba(255, 255, 255, .3);
  transition: transform .32s var(--ease), box-shadow .32s var(--ease);
}
.wa-float svg { width: 28px; height: 28px; color: #fff; position: relative; z-index: 2; }
.wa-float:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 22px 44px -14px rgba(18, 138, 69, .8); }
.wa-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(52, 210, 118, .55);
  animation: ping 2.6s var(--ease) infinite;
}
@keyframes ping {
  0% { transform: scale(1); opacity: .8; }
  70%, 100% { transform: scale(1.5); opacity: 0; }
}

/* ---------- 22. Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
}
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .09s; }
.reveal[data-d="2"] { transition-delay: .18s; }
.reveal[data-d="3"] { transition-delay: .27s; }
.reveal[data-d="4"] { transition-delay: .36s; }
.reveal[data-d="5"] { transition-delay: .45s; }

/* ---------- 23. Prose ---------- */
.prose h2 { font-size: clamp(1.34rem, 2.4vw, 1.72rem); margin-block: 28px 12px; }
.prose h3 { font-size: 1.12rem; margin-block: 26px 10px; }
.prose p, .prose li { color: var(--ink-soft); font-size: .97rem; }
.prose ul { list-style: disc; padding-left: 22px; display: grid; gap: 8px; margin-block: 14px; }
.prose a { color: var(--g-600); text-decoration: underline; text-underline-offset: 3px; }
.prose > p:first-of-type { font-size: 1.04rem; }

/* ---------- 24. Utilities ---------- */
.center { text-align: center; }
.mt-sm { margin-top: 14px; }
.mt-md { margin-top: 26px; }
.mt-lg { margin-top: 44px; }
.mb-md { margin-bottom: 26px; }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute;
  top: -80px; left: 16px;
  z-index: 1200;
  padding: 12px 20px;
  border-radius: 0 0 12px 12px;
  background: var(--g-700);
  color: #fff;
  font-weight: 650;
  transition: top .25s var(--ease);
}
.skip-link:focus { top: 0; }

/* ---------- 25. Responsive ---------- */
/* Nav items must never wrap onto a second line — tighten, then drop the
   duplicate Call Now button (the number stays in the top bar) as space runs out */
@media (max-width: 1440px) {
  .menu a { padding: 9px 9px; font-size: .875rem; }
  .nav__cta .btn { padding: 11px 17px; font-size: .86rem; }
}

@media (max-width: 1240px) {
  .nav { gap: 12px; }
  .nav__cta .btn--ghost { display: none; }
  .menu a { padding: 9px 7px; font-size: .845rem; }
  .logo__name { font-size: 1.06rem; }
  .logo__mark { width: 42px; height: 42px; border-radius: 12px; }
  .logo__mark svg { width: 23px; height: 23px; }
}

@media (max-width: 1080px) {
  .menu a { padding: 8px 5px; font-size: .8rem; }
  .nav__cta .btn { padding: 10px 14px; font-size: .8rem; }
  .logo__sub { letter-spacing: .18em; }
}

@media (max-width: 1000px) {
  :root { --nav-h: 70px; }
  .menu, .nav__cta { display: none; }
  .burger { display: grid; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { order: -1; max-width: 560px; margin-inline: auto; width: 100%; }
  .scene { transform: none; }
  .float-card--a { left: 2%; }
  .float-card--b { right: 2%; }
  .split { grid-template-columns: 1fr; }
  .split--rev > *:first-child { order: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 16px; padding-bottom: 74px; }
  /* --- mobile: tighter vertical rhythm so pages scroll less --- */
  :root { --sec-y: 38px; }
  .hero { padding-block: 30px 34px; }
  .phero { padding-block: 26px; }
  .sec-head { margin-bottom: 20px; }
  .sec-head h2 { margin-block: 10px 10px; }
  .split { gap: 20px; }
  .grid { gap: 13px; }
  .card { padding: 18px 17px 17px; }
  .prose h2 { margin-block: 22px 10px; }
  .prose ul { margin-block: 10px; }
  .action-bar { display: block; }
  .wa-float { display: none; }
  .topbar__list--secondary { display: none; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .grid-auto { grid-template-columns: repeat(auto-fill, minmax(212px, 1fr)); }
  .form-grid { grid-template-columns: 1fr; }
  .float-card { padding: 10px 14px; }
  .float-card__value { font-size: .81rem; }
  .footer__bottom { justify-content: center; text-align: center; }
}

@media (max-width: 520px) {
  .grid-4, .grid-auto { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .btn-row .btn { flex: 1 1 100%; }
  .float-card--a { top: -3%; left: 0; }
  .float-card--b { bottom: -3%; right: 0; }
  .area-grid { grid-template-columns: 1fr 1fr; }
  .area { padding: 12px 13px; font-size: .83rem; }
}

@media print {
  .header, .topbar, .action-bar, .wa-float, .drawer, .scrim { display: none; }
  body { padding-bottom: 0; }
  .reveal { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms;
    animation-iteration-count: 1;
    transition-duration: .01ms;
  }
  .reveal { opacity: 1; transform: none; }
}


/* ---------- fold long feature blocks behind "Read more" (all devices) ---------- */
.feature__more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 4px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(16, 82, 58, .22);
  background: rgba(16, 82, 58, .06);
  color: var(--g-700, #10523a);
  font: 600 .87rem/1 inherit;
  font-family: inherit;
  cursor: pointer;
  transition: background .2s ease;
}
.feature__more:hover { background: rgba(16, 82, 58, .12); }
.feature__more::after { content: "\25BE"; font-size: .8em; transition: transform .2s ease; }
.feature.is-folded .feature__list,
.feature.is-folded .btn-row,
.feature.is-folded .art { display: none; }
.feature.is-folded { grid-template-columns: 1fr; }
.feature.is-open .feature__more::after { transform: rotate(180deg); }
.feature.is-folded .lede { margin-bottom: 10px; }
@media (max-width: 760px) {
  .feature { gap: 14px; }
}
