:root {
  --bg: #ffffff;
  --bg2: #f8faf9;
  --card: rgba(0, 0, 0, 0.03);
  --card2: rgba(0, 0, 0, 0.05);
  --stroke: rgba(0, 0, 0, 0.08);
  --text: rgba(15, 23, 20, 0.92);
  --muted: rgba(15, 23, 20, 0.70);
  --muted2: rgba(15, 23, 20, 0.50);
  --accent: #10b981;
  --accent2: #059669;
  --danger: #ef4444;
  --ok: #22c55e;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
  --radius: 18px;
  --radius2: 12px;
  --container: 1120px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background-color: var(--bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='' width='600' height='600' viewBox='0 0 600 600'%3E%3Cg fill='%2310b981' fill-opacity='0.04'%3E%3Cpath d='M80 120c-8-20-30-25-45-10s-8 42 15 50c18 6 38-20 30-40zm25 5c2-3 1-7-2-9s-7-1-9 2-1 7 2 9 7 1 9-2z'/%3E%3Cpath d='M180 80c12-5 18-20 12-32s-22-15-32-6-12 28 2 38c10 7 25 5 18 0zm-15 8c-2 0-4 2-4 4s2 4 4 4 4-2 4-4-2-4-4-4z'/%3E%3Cpath d='M320 150c-15-12-40-8-50 10s2 45 25 50c20 4 40-18 35-40-3-12-10-20-10-20zm20-10c3 0 5-2 5-5s-2-5-5-5-5 2-5 5 2 5 5 5z'/%3E%3Cpath d='M450 90c8-18 0-40-20-48s-42 5-45 28c-2 20 20 38 42 32 15-4 23-12 23-12zm-30 15c-3-1-6 1-7 4s1 6 4 7 6-1 7-4-1-6-4-7z'/%3E%3Cpath d='M550 180c-5-22-28-35-48-25s-25 38-8 55c15 15 42 8 52-15 6-14 4-15 4-15zm-8 25c0-3-3-5-6-5s-5 3-5 6 3 5 6 5 5-3 5-6z'/%3E%3Cpath d='M120 280c18-8 25-32 12-48s-40-15-52 5c-10 18 5 45 28 48 12 2 12-5 12-5zm-25-5c-2-2-5-2-7 0s-2 5 0 7 5 2 7 0 2-5 0-7z'/%3E%3Cpath d='M280 320c-20-5-42 8-45 30s18 40 40 38c20-2 35-25 28-45-5-12-23-23-23-23zm30 10c2-2 2-5 0-7s-5-2-7 0-2 5 0 7 5 2 7 0z'/%3E%3Cpath d='M480 280c-12-18-38-22-55-8s-18 42 2 58c18 14 48 2 55-22 5-15-2-28-2-28zm-15 35c-3 1-4 4-3 7s4 4 7 3 4-4 3-7-4-4-7-3z'/%3E%3Cpath d='M60 420c15-15 15-42-2-55s-45-5-52 18c-6 20 12 42 35 42 14 0 19-5 19-5zm10-20c0-3-2-5-5-5s-5 2-5 5 2 5 5 5 5-2 5-5z'/%3E%3Cpath d='M200 480c22-2 38-22 32-45s-32-35-52-22c-18 12-18 42 0 58 10 8 20 9 20 9zm-10-25c-3 0-5 2-5 5s2 5 5 5 5-2 5-5-2-5-5-5z'/%3E%3Cpath d='M380 450c10-20 2-45-22-52s-48 12-48 38c0 22 25 38 48 28 14-6 22-14 22-14zm-35 5c-3-1-6 1-7 4s1 6 4 7 6-1 7-4-1-6-4-7z'/%3E%3Cpath d='M520 420c-8-20-32-28-50-15s-20 40-2 55c16 14 45 5 55-18 6-14 -3-22-3-22zm-10 30c-3 0-5 3-5 6s3 5 6 5 5-3 5-6-3-5-6-5z'/%3E%3Cpath d='M150 550c20 5 42-10 45-32s-15-42-38-40c-20 2-38 25-30 45 5 14 23 27 23 27zm-20-15c-2-2-2-5 0-7s5-2 7 0 2 5 0 7-5 2-7 0z'/%3E%3Cpath d='M350 580c18 10 45 0 52-22s-8-48-32-50c-22-2-42 20-35 45 4 15 15 27 15 27zm10-25c2-2 2-5 0-7s-5-2-7 0-2 5 0 7 5 2 7 0z'/%3E%3Cpath d='M550 550c5-22-10-45-35-48s-48 18-42 42c5 22 32 35 52 22 12-8 25-16 25-16zm-30 0c-3 0-5 2-5 5s2 5 5 5 5-2 5-5-2-5-5-5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  color: var(--text);
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.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;
  left: 12px;
  top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--stroke);
  transform: translateY(-150%);
  transition: transform 160ms ease;
  z-index: 2000;
}
.skip-link:focus {
  transform: translateY(0);
  outline: 2px solid rgba(16, 185, 129, 0.6);
  outline-offset: 2px;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}
.header.is-elevated {
  border-bottom-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.92);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
}
.brand__logo {
  height: 60px;
  width: auto;
  object-fit: contain;
  display: block;
}

.nav {
  position: relative;
}
.nav__toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 10px 12px;
  cursor: pointer;
  color: var(--text);
}
.nav__toggle:focus-visible {
  outline: 2px solid rgba(16, 185, 129, 0.55);
  outline-offset: 2px;
}
.nav__toggleLines {
  display: inline-block;
  width: 22px;
  height: 2px;
  background: currentColor;
  position: relative;
  border-radius: 2px;
}
.nav__toggleLines::before,
.nav__toggleLines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 160ms ease, top 160ms ease, opacity 160ms ease;
}
.nav__toggleLines::before {
  top: -7px;
}
.nav__toggleLines::after {
  top: 7px;
}
.nav.is-open .nav__toggleLines {
  background: transparent;
}
.nav.is-open .nav__toggleLines::before {
  top: 0;
  transform: rotate(45deg);
}
.nav.is-open .nav__toggleLines::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav__menu {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav__link {
  font-size: 14px;
  color: var(--muted);
  padding: 8px 10px;
  border-radius: 10px;
  transition: background 160ms ease, color 160ms ease;
}
.nav__link:hover {
  color: var(--text);
  background: rgba(0, 0, 0, 0.04);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.03);
  color: var(--text);
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
}
.btn:hover {
  transform: translateY(-1px);
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.15);
}
.btn:active {
  transform: translateY(0);
}
.btn:focus-visible {
  outline: 2px solid rgba(16, 185, 129, 0.55);
  outline-offset: 2px;
}
.btn--primary {
  border-color: rgba(16, 185, 129, 0.45);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(16, 185, 129, 0.08));
}
.btn--primary:hover {
  border-color: rgba(16, 185, 129, 0.75);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.3), rgba(16, 185, 129, 0.1));
}
.btn--ghost {
  background: transparent;
}
.btn--small {
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
}
.btn--block {
  width: 100%;
}
.btn__spinner {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 2px solid rgba(16, 185, 129, 0.25);
  border-top-color: rgba(16, 185, 129, 0.85);
  display: none;
  animation: spin 700ms linear infinite;
}
.btn.is-loading .btn__spinner {
  display: inline-block;
}
.btn.is-loading .btn__text {
  opacity: 0.85;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.hero {
  position: relative;
  overflow: clip;
  padding: 84px 0 64px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--heroImage);
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.05);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 500px at 80% 50%, rgba(16, 185, 129, 0.15), transparent 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  backdrop-filter: blur(5px);
}
.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 26px;
  align-items: center;
}
.hero__content {
  padding: 10px 0;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: var(--accent2);
  font-size: 13px;
  font-weight: 600;
}
.hero__title {
  margin: 14px 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.05;
  color: #1a2e1f;
}
.hero__lead {
  margin: 0;
  max-width: 62ch;
  color: #2d4a35;
  font-size: 16px;
}
.hero__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.hero__trust {
  margin-top: 22px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.trust {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.trust__kpi {
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--accent2);
}
.trust__label {
  font-size: 12px;
  color: var(--muted);
}

.hero__card {
  justify-self: end;
  width: min(380px, 100%);
}
.glassCard {
  padding: 18px 18px 16px;
  border-radius: calc(var(--radius) + 2px);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.glassCard__title {
  margin: 0 0 6px;
  font-size: 16px;
}
.glassCard__text {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
}
.glassCard__hint {
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--muted2);
}

.section {
  padding: 72px 0;
}
.section--alt {
  background: radial-gradient(900px 500px at 50% 0%, rgba(16, 185, 129, 0.04), transparent 100%);
}
.section__head {
  max-width: 78ch;
  margin-bottom: 26px;
}
.section__title {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -0.02em;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.12;
}
.section__subtitle {
  margin: 0;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 14px;
}
.grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.statCard,
.serviceCard {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 16px 14px;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.statCard:hover,
.serviceCard:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 1);
  border-color: rgba(16, 185, 129, 0.25);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.1);
}
.statCard__icon,
.serviceCard__icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.22);
  color: var(--accent);
}
.statCard__title,
.serviceCard__title {
  margin: 12px 0 6px;
  font-size: 15px;
}
.statCard__text,
.serviceCard__text {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

.mediaRow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.mediaCard {
  border-radius: var(--radius);
  overflow: clip;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.mediaCard--tall {
  height: 100%;
}
.mediaCard__img {
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: cover;
}
.mediaCard__cap {
  padding: 10px 12px;
  font-size: 12px;
  color: var(--muted);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: center;
}
.checkList {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.checkList li {
  position: relative;
  padding-left: 28px;
  color: var(--text);
}
.checkList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.35);
}
.checkList li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}

.note {
  margin-top: 16px;
  padding: 14px 14px;
  border-radius: var(--radius);
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
}
.note__title {
  margin: 0 0 6px;
  font-weight: 700;
  color: var(--accent2);
}
.note__text {
  margin: 0;
  color: var(--text);
  font-size: 14px;
}

.whyList {
  display: grid;
  gap: 12px;
}
.whyItem {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 16px 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.whyItem__title {
  margin: 0 0 6px;
  font-size: 16px;
}
.whyItem__text {
  margin: 0;
  color: var(--muted);
}

.pillGrid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.pill {
  padding: 12px 12px;
  border-radius: 999px;
  text-align: center;
  border: 1px solid rgba(16, 185, 129, 0.2);
  background: rgba(16, 185, 129, 0.06);
  color: var(--accent2);
  font-weight: 600;
  font-size: 13px;
}

.callout {
  margin-top: 18px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0.04));
  border: 1px solid rgba(16, 185, 129, 0.2);
  padding: 18px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.callout__text {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}

.cta {
  padding: 74px 0;
  background: radial-gradient(900px 500px at 15% 20%, rgba(16, 185, 129, 0.12), transparent 60%),
    radial-gradient(700px 450px at 85% 10%, rgba(5, 150, 105, 0.08), transparent 60%),
    linear-gradient(180deg, #f0fdf4, #ecfdf5);
  border-top: 1px solid rgba(16, 185, 129, 0.15);
  border-bottom: 1px solid rgba(16, 185, 129, 0.15);
}
.cta__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}
.cta__title {
  margin: 0 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.12;
}
.cta__text {
  margin: 0 0 14px;
  color: var(--muted);
}
.cta__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  color: var(--text);
}
.cta__bullets li {
  padding-left: 24px;
  position: relative;
}
.cta__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.35);
  border: 1px solid rgba(16, 185, 129, 0.65);
}

.form {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 18px 16px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.field {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}
.field__label {
  font-size: 12px;
  color: var(--muted);
}
.field__input {
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
  color: var(--text);
  font: inherit;
}
.field__input::placeholder {
  color: var(--muted2);
}
.field__input:focus {
  outline: 2px solid rgba(16, 185, 129, 0.4);
  outline-offset: 2px;
  border-color: rgba(16, 185, 129, 0.35);
}
.field__input--area {
  resize: vertical;
}
.form__meta {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}
.form__hint {
  margin: 0;
  font-size: 12px;
  color: var(--muted2);
}
.form__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.toast {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.32);
}
.toast__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.85);
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}
.toast__text {
  font-weight: 600;
  font-size: 13px;
}

.marquee {
  border-radius: var(--radius);
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: relative;
}
.marquee::before,
.marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
  z-index: 2;
}
.marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.marquee__track {
  display: flex;
  gap: 12px;
  padding: 14px;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee:hover .marquee__track {
  animation-play-state: paused;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Logo Marquee */
.logoMarquee {
  border-radius: var(--radius);
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: relative;
  padding: 8px 0;
}
.logoMarquee::before,
.logoMarquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  pointer-events: none;
  z-index: 2;
}
.logoMarquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.logoMarquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.logoMarquee__track {
  display: flex;
  gap: 40px;
  align-items: center;
  width: max-content;
  animation: logoMarquee 25s linear infinite;
}
.logoMarquee:hover .logoMarquee__track {
  animation-play-state: paused;
}
.logoMarquee__item {
  flex-shrink: 0;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logoMarquee__logo {
  height: 50px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  filter: grayscale(30%);
  opacity: 0.8;
  transition: filter 200ms ease, opacity 200ms ease;
}
.logoMarquee__item:hover .logoMarquee__logo {
  filter: grayscale(0%);
  opacity: 1;
}
@keyframes logoMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.quote {
  width: min(360px, calc(100vw - 120px));
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 14px 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.quote__text {
  margin: 0 0 10px;
  color: var(--text);
}
.quote__meta {
  margin: 0;
  color: var(--muted2);
  font-size: 12px;
}
.quote__name {
  color: var(--text);
  font-weight: 600;
}

.faq {
  display: grid;
  gap: 10px;
}
.faq__item {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 14px 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.faq__q {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
.faq__q::-webkit-details-marker {
  display: none;
}
.faq__a {
  margin-top: 10px;
  color: var(--muted);
}

.footer {
  padding: 58px 0 24px;
  background: linear-gradient(180deg, #f8faf9, #f1f5f3);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 16px;
  align-items: start;
}
.footer__title {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: -0.01em;
}
.footer__text {
  margin: 10px 0 0;
  color: var(--muted);
}
.footer__mini {
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--muted2);
}
.footer__links {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer__link {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: rgba(16, 185, 129, 0.35);
  text-underline-offset: 4px;
}
.footer__link:hover {
  color: var(--accent);
  text-decoration-color: rgba(16, 185, 129, 0.7);
}
.map {
  width: 100%;
  height: 220px;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  filter: saturate(1.05) contrast(1.02);
}
.footer__bottom {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.typewriter {
  position: relative;
}
.typewriter.is-typing::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1em;
  margin-left: 6px;
  border-right: 2px solid var(--accent);
  transform: translateY(2px);
  animation: caret 900ms ease infinite;
}
.typewriter--small.is-typing::after {
  border-right-color: rgba(16, 185, 129, 0.75);
}
@keyframes caret {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 650ms ease, transform 650ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero__inner {
    grid-template-columns: 1fr;
  }
  .hero__card {
    justify-self: start;
  }
  .grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mediaRow {
    grid-template-columns: 1fr;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .grid--2 {
    grid-template-columns: 1fr;
  }
  .pillGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cta__inner {
    grid-template-columns: 1fr;
  }
  .footer__inner {
    grid-template-columns: 1fr;
  }
  .map {
    height: 260px;
  }
}

@media (max-width: 820px) {
  .nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .nav__menu {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    min-width: 260px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .nav.is-open .nav__menu {
    display: flex;
  }
  .nav__link {
    padding: 10px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .marquee__track {
    animation: none;
  }
  .btn,
  .statCard,
  .serviceCard {
    transition: none;
  }
  .typewriter.is-typing::after {
    animation: none;
  }
}

/* Blog Styles */
.blogGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.blogCard {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.blogCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.12);
}

.blogCard__image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: var(--bg2);
}

.blogCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.blogCard:hover .blogCard__image img {
  transform: scale(1.05);
}

.blogCard__content {
  padding: 20px;
}

.blogCard__date {
  display: block;
  font-size: 12px;
  color: var(--muted2);
  margin-bottom: 8px;
  font-weight: 500;
}

.blogCard__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.blogCard__title a {
  color: var(--text);
  transition: color 200ms ease;
}

.blogCard__title a:hover {
  color: var(--accent);
}

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

.blogCard__link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  transition: color 200ms ease;
}

.blogCard__link:hover {
  color: var(--accent2);
}

/* Blog Post Styles */
.blogPost {
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.blogPost:last-child {
  border-bottom: none;
}

.blogPost__header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(16, 185, 129, 0.15);
}

.blogPost__date {
  display: block;
  font-size: 14px;
  color: var(--muted2);
  margin-bottom: 12px;
  font-weight: 500;
}

.blogPost__title {
  margin: 0 0 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.2;
  color: #1a2e1f;
  font-weight: 700;
}

.blogPost__meta {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

.blogPost__meta span {
  margin-right: 12px;
}

.blogPost__content {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
}

.blogPost__lead {
  font-size: 18px;
  line-height: 1.7;
  color: #2d4a35;
  font-weight: 500;
  margin-bottom: 32px;
  padding: 20px;
  background: rgba(16, 185, 129, 0.05);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
}

.blogPost__content h2 {
  margin: 48px 0 20px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  line-height: 1.3;
  color: #1a2e1f;
  font-weight: 700;
}

.blogPost__content h3 {
  margin: 32px 0 16px;
  font-size: 22px;
  line-height: 1.4;
  color: var(--accent2);
  font-weight: 600;
}

.blogPost__content p {
  margin: 0 0 20px;
}

.blogPost__content ul,
.blogPost__content ol {
  margin: 20px 0;
  padding-left: 28px;
}

.blogPost__content li {
  margin: 8px 0;
  line-height: 1.7;
}

.blogPost__content strong {
  color: #1a2e1f;
  font-weight: 600;
}

.blogPost__cta {
  margin-top: 48px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(16, 185, 129, 0.04));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: var(--radius);
  text-align: center;
}

.blogPost__cta p {
  margin: 0 0 20px;
  font-size: 16px;
  color: var(--text);
}

@media (max-width: 768px) {
  .blogGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blogPost {
    padding: 24px 0;
    margin-bottom: 60px;
  }

  .blogPost__title {
    font-size: 24px;
  }

  .blogPost__content h2 {
    font-size: 22px;
    margin-top: 36px;
  }

  .blogPost__content h3 {
    font-size: 18px;
  }

  .blogPost__lead {
    font-size: 16px;
    padding: 16px;
  }
}
