/* ── Theme: emerald-fresh ──────────────────────────────────────────── */

/* ── Reset & base ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'DM Sans', 'Nunito', system-ui, sans-serif;
  color: #1a2e1a;
  background: #f4f9f4;
  line-height: 1.7;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* ── Layout ───────────────────────────────────────────────────── */
.container { max-width: 1120px; margin: 0 auto; padding: 0 1.5rem; }

/* ── Typography ───────────────────────────────────────────────── */
.section-heading {
  font-size: clamp(1.55rem, 3.2vw, 2.2rem);
  font-weight: 800; color: #0f2b1a;
  margin-bottom: 1rem; text-align: center;
  letter-spacing: -0.02em; line-height: 1.2;
}

/* ── Buttons ──────────────────────────────────────────────────── */
.btn-cta {
  display: inline-block; padding: 0.82rem 2rem;
  background: #16a34a; color: #fff;
  font-size: 0.95rem; font-weight: 700; border: none; border-radius: 10px;
  cursor: pointer; transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
  text-align: center; letter-spacing: 0.01em;
}
.btn-cta:hover { background: #15803d; box-shadow: 0 4px 16px rgba(22,163,74,0.25); }
.btn-cta:active { transform: scale(0.98); }
.btn-cta:disabled { opacity: 0.55; cursor: not-allowed; }
.btn-cta--full { display: block; width: 100%; margin-top: 0.5rem; }

/* ── Skip link ────────────────────────────────────────────────── */
.skip-link {
  position: absolute; top: -100%; left: 1rem;
  background: #0f2b1a; color: #fff;
  padding: 0.5rem 1rem; border-radius: 0 0 6px 6px;
  z-index: 1100; transition: top 0.15s;
}
.skip-link:focus { top: 0; }

/* ════════════════════════════════════════════════════════════════
   HEADER / NAV
   ════════════════════════════════════════════════════════════════ */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #d4e8d4;
  transition: box-shadow 0.2s;
}
.site-header--scrolled { box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.site-header__inner {
  display: flex; align-items: center;
  justify-content: space-between;
  height: 64px; gap: 1.5rem;
}
.site-header__logo { display: flex; align-items: center; gap: 0.5rem; }
.site-header__logo-text {
  font-size: 1.15rem; font-weight: 800;
  color: #0f2b1a; letter-spacing: -0.02em;
}
.site-header__nav { display: flex; align-items: center; gap: 2rem; }
.site-header__nav-list { display: flex; gap: 1.5rem; }
.site-header__nav-list a {
  font-size: 0.9rem; font-weight: 600; color: #3d5a3d;
  transition: color 0.15s; padding: 0.25rem 0;
}
.site-header__nav-list a:hover { color: #16a34a; }
.site-header__cta { font-size: 0.85rem; padding: 0.55rem 1.35rem; }
.site-header__toggle { display: none; }

/* ════════════════════════════════════════════════════════════════
   HERO — split layout: content left, form right
   ════════════════════════════════════════════════════════════════ */
.hero {
  background: linear-gradient(145deg, #064e1e 0%, #0a6b2e 50%, #0f8a3d 100%);
  color: #fff; padding: 4rem 0 3.5rem;
}
.hero__inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 3rem;
  align-items: start;
}
.hero__content { padding-top: 1rem; }
.hero__headline {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900; line-height: 1.1;
  letter-spacing: -0.03em; margin-bottom: 1.25rem;
}
.hero__sub {
  font-size: 1.1rem; opacity: 0.85;
  max-width: 520px; margin-bottom: 1.5rem; line-height: 1.6;
}
.hero__stats {
  display: flex; flex-wrap: wrap; gap: 2rem;
  margin-top: 2rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.hero__stat { text-align: left; }
.hero__stat-value {
  display: block; font-size: 1.5rem; font-weight: 800; color: #4ade80;
}
.hero__stat-label {
  font-size: 0.78rem; color: rgba(255,255,255,0.6);
  text-transform: uppercase; letter-spacing: 0.06em;
}
/* Hero form box override */
.hero__form-col .form-box {
  background: #fff; color: #1a2e1a;
  border-radius: 18px; padding: 2rem;
  box-shadow: 0 12px 48px rgba(0,0,0,0.2);
  border: none;
}
.hero__form-col .form-box__title { color: #0f2b1a; }

/* ════════════════════════════════════════════════════════════════
   TRUST STRIP
   ════════════════════════════════════════════════════════════════ */
.trust-strip {
  background: #fff; border-bottom: 1px solid #d4e8d4; padding: 1.75rem 0;
}
.trust-strip__grid {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 2rem 3.5rem;
}
.trust-strip__item { text-align: center; }
.trust-strip__value { display: block; font-size: 1.35rem; font-weight: 800; color: #0f2b1a; }
.trust-strip__label { font-size: 0.78rem; color: #6b8a6b; text-transform: uppercase; letter-spacing: 0.06em; }

/* ════════════════════════════════════════════════════════════════
   INTRO
   ════════════════════════════════════════════════════════════════ */
.intro { padding: 3.5rem 0 2rem; }
.intro__body {
  font-size: 1.08rem; color: #2d4a2d;
  max-width: 720px; margin: 0 auto; text-align: center; line-height: 1.75;
}

/* ════════════════════════════════════════════════════════════════
   BENEFITS
   ════════════════════════════════════════════════════════════════ */
.benefits { padding: 4rem 0; }
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.benefit-card {
  background: #fff; border-radius: 14px; padding: 1.75rem;
  border: 1px solid #d4e8d4;
  transition: box-shadow 0.2s, transform 0.2s;
}
.benefit-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.06); transform: translateY(-2px); }
.benefit-card__title { font-size: 1.05rem; font-weight: 700; color: #0f2b1a; margin-bottom: 0.5rem; }
.benefit-card__desc { font-size: 0.93rem; color: #3d5a3d; line-height: 1.6; }

/* ════════════════════════════════════════════════════════════════
   HOW IT WORKS
   ════════════════════════════════════════════════════════════════ */
.how-it-works { padding: 4rem 0; background: #fff; }
.how-it-works__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem;
}
.how-card {
  display: flex; flex-direction: column;
  background: #eef6ee; border-radius: 14px; padding: 2rem 1.75rem;
}
.how-card__step {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: #16a34a; color: #fff;
  font-size: 0.85rem; font-weight: 800; margin-bottom: 0.75rem;
}
.how-card__title { font-size: 1.1rem; font-weight: 700; color: #0f2b1a; margin-bottom: 0.5rem; }
.how-card__desc { font-size: 0.93rem; color: #3d5a3d; margin-bottom: 0.75rem; line-height: 1.6; }
.how-card__bullets { padding: 0; }
.how-card__bullets li {
  font-size: 0.88rem; color: #3d5a3d;
  padding: 0.25rem 0 0.25rem 1.25rem; position: relative;
}
.how-card__bullets li::before {
  content: ""; position: absolute; left: 0; top: 0.65rem;
  width: 6px; height: 6px; border-radius: 50%; background: #16a34a;
}

/* ════════════════════════════════════════════════════════════════
   TESTIMONIALS
   ════════════════════════════════════════════════════════════════ */
.testimonials { padding: 4rem 0; }
.testimonials__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem;
}
.testimonial-card {
  background: #fff; border: 1px solid #d4e8d4;
  border-radius: 14px; padding: 1.75rem;
}
.testimonial-card__header {
  display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem;
}
.testimonial-card__avatar { flex-shrink: 0; border-radius: 50%; }
.testimonial-card__identity { display: flex; flex-direction: column; gap: 0.1rem; }
.testimonial-card__name { font-size: 0.9rem; font-weight: 700; color: #0f2b1a; }
.testimonial-card__role { font-size: 0.78rem; color: #6b8a6b; }
.testimonial__stars { display: flex; gap: 0.15rem; margin-bottom: 0.75rem; }
.testimonial__star { color: #d1d5db; font-size: 1rem; }
.testimonial__star--filled { color: #eab308; }
.testimonial-card__text {
  font-size: 0.95rem; color: #2d4a2d; line-height: 1.65;
  font-style: italic;
}
.testimonial-card__text p { margin: 0; }

/* ════════════════════════════════════════════════════════════════
   CTA BAND
   ════════════════════════════════════════════════════════════════ */
.cta-band {
  background: linear-gradient(135deg, #064e1e 0%, #0f8a3d 100%);
  color: #fff; padding: 3.5rem 0; text-align: center;
}
.cta-band__text {
  font-size: 1.1rem; opacity: 0.88;
  max-width: 600px; margin: 0 auto 1.5rem; line-height: 1.6;
}

/* ════════════════════════════════════════════════════════════════
   ADVANCED BENEFITS
   ════════════════════════════════════════════════════════════════ */
.advanced { padding: 4rem 0; background: #fff; }
.advanced__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem;
}
.advanced-card {
  background: #eef6ee; border-radius: 14px; padding: 2rem 1.75rem;
  border-left: 4px solid #16a34a;
}
.advanced-card__title { font-size: 1.1rem; font-weight: 700; color: #0f2b1a; margin-bottom: 0.5rem; }
.advanced-card__desc { font-size: 0.93rem; color: #3d5a3d; line-height: 1.65; margin-bottom: 1rem; }
.advanced-card__link { font-size: 0.9rem; font-weight: 700; color: #16a34a; }
.advanced-card__link:hover { color: #15803d; }

/* ════════════════════════════════════════════════════════════════
   SOCIAL PROOF
   ════════════════════════════════════════════════════════════════ */
.social-proof { padding: 4rem 0; }
.social-proof__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem;
}
.proof-card {
  background: #fff; border: 1px solid #d4e8d4;
  border-radius: 14px; padding: 1.5rem;
  display: flex; gap: 1rem; align-items: flex-start;
}
.proof-card__avatar { flex-shrink: 0; border-radius: 50%; }
.proof-card__body { flex: 1; min-width: 0; }
.proof-card__text { font-size: 0.93rem; color: #2d4a2d; line-height: 1.6; margin-bottom: 0.5rem; }
.proof-card__meta { display: flex; flex-direction: column; gap: 0.1rem; }
.proof-card__name { font-size: 0.85rem; font-weight: 700; color: #0f2b1a; }
.proof-card__role { font-size: 0.78rem; color: #6b8a6b; }

/* ════════════════════════════════════════════════════════════════
   TRUST SIGNALS
   ════════════════════════════════════════════════════════════════ */
.trust { padding: 2.5rem 0; }
.trust__list {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem 2rem;
}
.trust__item {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.9rem; font-weight: 600; color: #0f2b1a;
}
.trust__icon { color: #22c55e; font-size: 1.05rem; }

/* ════════════════════════════════════════════════════════════════
   FAQ
   ════════════════════════════════════════════════════════════════ */
.faq { padding: 4rem 0; background: #fff; }
.faq__list { max-width: 760px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid #d4e8d4; padding: 0.15rem 0; }
.faq__item:last-child { border-bottom: none; }
.faq__question {
  list-style: none; cursor: pointer;
  padding: 1.1rem 0;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq__question::-webkit-details-marker { display: none; }
.faq__question::after {
  content: "+"; font-size: 1.35rem; font-weight: 300;
  color: #16a34a; flex-shrink: 0; transition: transform 0.2s;
}
details[open] .faq__question::after { transform: rotate(45deg); }
.faq__question-text { font-size: 1rem; font-weight: 600; color: #1a2e1a; }
.faq__answer { padding: 0 0 1rem; }
.faq__answer p { font-size: 0.93rem; color: #3d5a3d; line-height: 1.65; }

/* ════════════════════════════════════════════════════════════════
   FORM (shared between hero and standalone)
   ════════════════════════════════════════════════════════════════ */
.form-zone { padding: 4.5rem 0; }
.form-box {
  background: #fff; border-radius: 18px; padding: 2rem;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08);
  max-width: 520px; margin: 0 auto;
  border: 1px solid #d4e8d4;
}
.form-box__title {
  font-size: 1.25rem; font-weight: 800; color: #0f2b1a;
  margin-bottom: 1.25rem; text-align: center; line-height: 1.3;
}
.form-box__privacy { font-size: 0.73rem; color: #6b8a6b; margin-top: 0.75rem; text-align: center; }
.field { margin-bottom: 1rem; display: flex; flex-direction: column; gap: 0.25rem; }
.field__label { font-size: 0.85rem; font-weight: 600; color: #2d4a2d; }
.field__required { color: #dc2626; }
.field__input {
  border: 1.5px solid #d4e8d4; border-radius: 10px;
  padding: 0.68rem 0.85rem; font-size: 0.93rem;
  outline: none; transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%; background: #fff;
}
.field__input:focus { border-color: #16a34a; box-shadow: 0 0 0 3px rgba(22,163,74,0.1); }
.field__input--error { border-color: #dc2626; }
.field__error { font-size: 0.78rem; color: #dc2626; margin-top: 0.2rem; display: none; }
.form-message { margin-top: 0.75rem; font-size: 0.9rem; text-align: center; min-height: 1.2em; }
.form-message--success { color: #16a34a; }
.form-message--error   { color: #dc2626; }
.form-success { text-align: center; padding: 1.5rem 0; }
.form-success__title { font-size: 1.2rem; font-weight: 700; color: #16a34a; margin-bottom: 0.5rem; }
.form-success__msg   { font-size: 0.95rem; color: #3d5a3d; }
.name-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.phone-wrap { display: flex; gap: 0.5rem; align-items: stretch; }
.phone-wrap__dial {
  width: 130px; flex-shrink: 0;
  border: 1.5px solid #d4e8d4; border-radius: 10px;
  padding: 0.68rem 0.5rem; font-size: 0.82rem;
  background: #fff; color: #1a2e1a; cursor: pointer;
  outline: none; transition: border-color 0.2s, box-shadow 0.2s;
}
.phone-wrap__dial:focus { border-color: #16a34a; box-shadow: 0 0 0 3px rgba(22,163,74,0.1); }
.phone-wrap__number { flex: 1; min-width: 0; }

/* ════════════════════════════════════════════════════════════════
   INNER PAGES (about, contact, legal)
   ════════════════════════════════════════════════════════════════ */
/* ── Page hero (shared) ────────────────────────────────────── */
.page-hero {
  background: linear-gradient(145deg, #064e1e 0%, #0a6b2e 50%, #0f8a3d 100%);
  color: #fff; padding: 3.5rem 0 3rem; text-align: center;
}
.page-hero--compact { padding: 2.5rem 0 2rem; }
.page-hero__title { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 900; margin-bottom: 0.5rem; }
.page-hero__sub { font-size: 1rem; opacity: 0.75; max-width: 600px; margin: 0 auto; margin-bottom: 1.5rem; }
.page-hero__cta { font-size: 0.95rem; }

.page-content { padding: 3rem 0; }
.page-content__narrow { max-width: 780px; margin: 0 auto; }

.page-block { margin-bottom: 2.5rem; }
.page-block__title { font-size: 1.3rem; font-weight: 700; color: #0f2b1a; margin-bottom: 0.75rem; }
.page-block__text { font-size: 0.95rem; color: #3d5a3d; line-height: 1.75; }

.legal-block { margin-bottom: 2rem; }
.legal-block__title { font-size: 1.15rem; font-weight: 700; color: #0f2b1a; margin-bottom: 0.5rem; }
.legal-block__text { font-size: 0.93rem; color: #3d5a3d; line-height: 1.7; }

/* ── Breadcrumb ───────────────────────────────────────────── */
.breadcrumb { background: #eef6ee; padding: 0.75rem 0; font-size: 0.82rem; }
.breadcrumb__list { display: flex; gap: 0.4rem; list-style: none; flex-wrap: wrap; }
.breadcrumb__list li { display: flex; align-items: center; gap: 0.4rem; color: #6b8a6b; }
.breadcrumb__list li::before { content: "/"; color: #d4e8d4; }
.breadcrumb__list li:first-child::before { display: none; }
.breadcrumb__list a { color: #16a34a; font-weight: 600; }
.breadcrumb__list a:hover { text-decoration: underline; }

/* ── About page sections ──────────────────────────────────── */
.about-section { padding: 3.5rem 0; }
.about-section--alt { padding: 3.5rem 0; background: #eef6ee; }
.about-section__text {
  font-size: 1.02rem; color: #2d4a2d; line-height: 1.8;
  max-width: 780px; margin: 0 auto;
}

.about-mission { padding: 3.5rem 0; background: #fff; }
.about-mission__quote {
  font-size: 1.2rem; font-weight: 700; color: #0f2b1a;
  border-left: 4px solid #16a34a; padding: 1rem 1.5rem;
  margin: 0 auto 1.5rem; max-width: 680px;
  font-style: italic; line-height: 1.5;
}

.about-how { padding: 3.5rem 0; background: #fff; }

.about-values { padding: 3.5rem 0; }
.about-values__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem; max-width: 900px; margin: 0 auto;
}
.value-card {
  background: #fff; border-radius: 14px; padding: 1.5rem;
  border: 1px solid #d4e8d4; text-align: center;
  transition: box-shadow 0.2s;
}
.value-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.06); }
.value-card__title {
  font-weight: 800; color: #16a34a;
  margin-bottom: 0.5rem; text-transform: uppercase;
  letter-spacing: 0.04em; font-size: 0.85rem;
}
.value-card__text { font-size: 0.9rem; color: #3d5a3d; line-height: 1.6; }

.about-trust-strip {
  background: linear-gradient(135deg, #064e1e 0%, #0f8a3d 100%);
  color: #fff; padding: 2.5rem 0;
}

.about-location { padding: 3.5rem 0; background: #fff; }
.about-location__address {
  font-style: normal; font-size: 0.95rem; color: #2d4a2d;
  line-height: 1.8; padding: 1.25rem 1.5rem;
  background: #eef6ee; border-radius: 14px; border: 1px solid #d4e8d4;
  margin: 1.25rem auto; max-width: 400px; text-align: center;
}
.about-location__link {
  display: inline-block; margin-top: 0.75rem;
  font-size: 0.9rem; font-weight: 700; color: #16a34a;
}
.about-location__link:hover { text-decoration: underline; }

.about-faq { background: #eef6ee; }

/* ════════════════════════════════════════════════════════════════
   CONTACT PAGE
   ════════════════════════════════════════════════════════════════ */
.contact-section { padding: 3rem 0; }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start;
}
.contact-info__title { font-size: 1.3rem; font-weight: 700; color: #0f2b1a; margin-bottom: 0.75rem; }
.contact-info__text { font-size: 0.95rem; color: #3d5a3d; line-height: 1.7; margin-bottom: 1.5rem; }
.contact-info__address {
  font-style: normal; font-size: 0.93rem; color: #2d4a2d;
  line-height: 1.7; margin-bottom: 1rem;
  padding: 1rem; background: #eef6ee; border-radius: 10px;
}
.contact-info__line { font-size: 0.93rem; color: #2d4a2d; margin-bottom: 0.5rem; }
.contact-form .form-box { max-width: none; margin: 0; }

/* ════════════════════════════════════════════════════════════════
   MAP
   ════════════════════════════════════════════════════════════════ */
.map-section { padding: 0; }
.map-container { width: 100%; }
.map-container iframe { width: 100%; height: 400px; display: block; }

/* ════════════════════════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════════════════════════ */
.footer {
  background: #0a3018; color: rgba(255,255,255,0.6);
  font-size: 0.85rem; padding: 3.5rem 0 0;
}
.footer__grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem; padding-bottom: 2.5rem;
}
.footer__logo {
  font-size: 1.1rem; font-weight: 800; color: #fff;
  display: inline-block; margin-bottom: 0.75rem;
}
.footer__tagline { color: rgba(255,255,255,0.5); font-size: 0.85rem; margin-bottom: 1rem; line-height: 1.5; }
.footer__address {
  font-style: normal; color: rgba(255,255,255,0.45);
  font-size: 0.82rem; line-height: 1.7;
}
.footer__nav-title {
  font-size: 0.8rem; font-weight: 700;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.75rem;
}
.footer__nav-list { display: flex; flex-direction: column; gap: 0.4rem; }
.footer__nav-list a { color: rgba(255,255,255,0.55); font-size: 0.85rem; transition: color 0.15s; }
.footer__nav-list a:hover { color: #fff; }
.footer__legal-links { display: flex; flex-direction: column; gap: 0.4rem; }
.footer__legal-links a { color: rgba(255,255,255,0.45); font-size: 0.82rem; transition: color 0.15s; }
.footer__legal-links a:hover { color: rgba(255,255,255,0.8); }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.25rem 0; font-size: 0.8rem; color: rgba(255,255,255,0.3);
}

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .site-header__toggle {
    display: flex; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer; padding: 0.5rem;
  }
  .site-header__toggle-bar {
    display: block; width: 22px; height: 2px;
    background: #0f2b1a; border-radius: 2px;
    transition: transform 0.2s, opacity 0.2s;
  }
  .site-header__nav {
    display: none; position: absolute;
    top: 64px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid #d4e8d4;
    padding: 1.25rem 1.5rem;
    flex-direction: column; gap: 1rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  }
  .site-header__nav--open { display: flex; }
  .site-header__nav-list { flex-direction: column; gap: 0.75rem; }
  .site-header__cta { text-align: center; }

  /* ── Hero — all variants compact on mobile ─────────────────── */
  .hero { padding: 1.25rem 0 1.25rem; }
  .hero__inner { grid-template-columns: 1fr; gap: 0.85rem; }
  .hero__content { padding-top: 0; }
  .hero__headline { font-size: 1.35rem; line-height: 1.2; margin-bottom: 0.35rem; }
  .hero__sub { font-size: 0.88rem; line-height: 1.45; margin-bottom: 0.5rem; max-width: 100%; }
  .hero__form-col .form-box { max-width: 100%; padding: 1.15rem; }
  .hero__form-col .form-box__title { font-size: 1.05rem; margin-bottom: 0.75rem; }
  .hero__stats {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem; margin-top: 0.6rem; padding-top: 0.6rem;
    text-align: center;
  }
  .hero__stat { text-align: center; }
  .hero__stat-value { font-size: 1.1rem; }
  .hero__stat-label { font-size: 0.65rem; }

  /* ── Sections compact ─────────────────────────────────────── */
  .section-heading { font-size: 1.3rem; margin-bottom: 0.75rem; }
  .benefits, .how-it-works, .testimonials, .advanced, .social-proof, .faq { padding: 2rem 0; }
  .benefits__grid,
  .how-it-works__grid,
  .testimonials__grid,
  .advanced__grid,
  .social-proof__grid { grid-template-columns: 1fr; }
  .benefit-card { padding: 1.25rem; }
  .how-card { padding: 1.25rem; }
  .testimonial-card { padding: 1.25rem; }
  .advanced-card { padding: 1.25rem; }
  .proof-card { flex-direction: column; }
  .trust-strip { padding: 1.25rem 0; }
  .trust-strip__grid { gap: 0.75rem 1.5rem; }
  .intro { padding: 2rem 0 1rem; }
  .intro__body { font-size: 0.95rem; }
  .cta-band { padding: 2rem 0; }
  .cta-band__text { font-size: 0.95rem; }

  /* ── Form compact ─────────────────────────────────────────── */
  .form-box { padding: 1.15rem; }
  .form-box__title { font-size: 1.05rem; }
  .field__input { padding: 0.6rem 0.75rem; font-size: 0.88rem; }
  .btn-cta { padding: 0.7rem 1.5rem; font-size: 0.88rem; }
  .name-row { grid-template-columns: 1fr; }
  .phone-wrap__dial { width: 110px; font-size: 0.78rem; }

  /* ── Page hero compact ────────────────────────────────────── */
  .page-hero { padding: 2rem 0 1.5rem; }
  .page-hero__title { font-size: 1.4rem; }
  .page-hero__sub { font-size: 0.88rem; }

  /* ── Contact / Footer ─────────────────────────────────────── */
  .contact-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer__grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .footer { padding: 2.5rem 0 0; }

  .map-container iframe { height: 250px; }
  .map-container iframe { height: 300px; }

  .benefits, .how-it-works, .testimonials, .advanced, .social-proof, .faq { padding: 3rem 0; }
}

@media (max-width: 480px) {
  .hero__stats { gap: 1.25rem; }
  .trust-strip__grid { gap: 1rem 2rem; }
  .proof-card { flex-direction: column; }
}

/* ════════════════════════════════════════════════════════════════
   HERO VARIANTS
   ════════════════════════════════════════════════════════════════ */

/* ── Reversed hero (form left, text right) ───────────────────── */
.hero__inner--reversed {
  grid-template-columns: 420px 1fr;
}

/* ── Centered / stacked hero ─────────────────────────────────── */
.hero--centered { padding: 3rem 0 3rem; }
.hero--centered .hero__stack {
  display: flex; flex-direction: column; align-items: center; gap: 1.75rem;
}
.hero__content--centered {
  text-align: center; width: 100%; max-width: 720px;
  margin-left: auto; margin-right: auto;
}
.hero__headline--centered { margin-left: auto; margin-right: auto; text-align: center; }
.hero__sub--centered {
  margin-left: auto; margin-right: auto; text-align: center;
  max-width: 600px;
}
.hero--centered .hero__stats { justify-content: center; }
.hero__form-intro {
  font-size: 1.05rem; font-weight: 600; color: rgba(255,255,255,0.9);
  text-align: center; max-width: 520px; line-height: 1.5;
  margin: 0; padding: 0.75rem 1.25rem;
  background: rgba(255,255,255,0.08); border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12);
}
.hero__form-centered { width: 100%; max-width: 480px; }
.hero__form-centered .form-box {
  background: #fff; color: #1a2e1a;
  border-radius: 18px; padding: 1.75rem;
  box-shadow: 0 12px 48px rgba(0,0,0,0.2);
  border: none;
}
.hero__form-centered .form-box__title { color: #0f2b1a; }

/* ── Full-width overlay hero ─────────────────────────────────── */
.hero--overlay { padding: 5rem 0 4rem; min-height: 520px; }
.hero__overlay-wrap {
  display: grid; grid-template-columns: 1fr 420px;
  gap: 3rem; align-items: center;
}
.hero__content--overlay { }
.hero__form-overlay .form-box {
  background: #fff; color: #1a2e1a;
  border-radius: 18px; padding: 2rem;
  box-shadow: 0 16px 56px rgba(0,0,0,0.3);
  border: none;
}
.hero__form-overlay .form-box__title { color: #0f2b1a; }

/* ── Trust-focused hero ──────────────────────────────────────── */
.hero__trust-bar {
  display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem;
  margin-top: 1.5rem; padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.hero__trust-item { text-align: left; }
.hero__trust-value {
  display: block; font-size: 1.3rem; font-weight: 800; color: #4ade80;
}
.hero__trust-label {
  font-size: 0.75rem; color: rgba(255,255,255,0.55);
  text-transform: uppercase; letter-spacing: 0.06em;
}

/* ── Minimal hero + below form ───────────────────────────────── */
.hero--minimal { padding: 3rem 0 2.5rem; }
.hero__minimal-wrap { text-align: center; }
.hero__below-form {
  padding: 0; margin-top: -2rem; position: relative; z-index: 10;
}
.form-box--elevated {
  max-width: 560px; margin: 0 auto;
  box-shadow: 0 16px 60px rgba(0,0,0,0.12);
}

/* ── Section variant: benefits list-alternating ──────────────── */
.benefits--alternating .benefits__grid {
  display: flex; flex-direction: column; gap: 1rem;
  max-width: 820px; margin: 0 auto;
}
.benefits--alternating .benefit-card {
  display: flex; gap: 1.25rem; align-items: flex-start;
  border-left: 4px solid #16a34a; border-radius: 0 14px 14px 0;
  padding: 1.25rem 1.5rem;
}
.benefits--alternating .benefit-card:nth-child(even) {
  border-left: none; border-right: 4px solid #16a34a;
  border-radius: 14px 0 0 14px;
  flex-direction: row-reverse; text-align: right;
}
.benefits--alternating .benefit-card__title {
  min-width: 160px; flex-shrink: 0; font-size: 1rem;
}

/* ── Section variant: benefits numbered ──────────────────────── */
.benefits--numbered .benefit-card {
  display: flex; gap: 1rem; align-items: flex-start;
  counter-increment: benefit;
}
.benefits--numbered .benefit-card::before {
  content: counter(benefit, decimal-leading-zero);
  font-size: 1.8rem; font-weight: 900; color: #16a34a;
  opacity: 0.3; flex-shrink: 0; line-height: 1;
}
.benefits--numbered .benefits__grid {
  counter-reset: benefit;
}

/* ── Section variant: how-it-works timeline ──────────────────── */
.how-it-works--timeline .how-it-works__grid {
  display: flex; flex-direction: column; gap: 0;
  position: relative; padding-left: 2.5rem;
}
.how-it-works--timeline .how-it-works__grid::before {
  content: ""; position: absolute; left: 17px; top: 0; bottom: 0;
  width: 2px; background: #d4e8d4;
}
.how-it-works--timeline .how-card {
  position: relative; background: transparent; padding: 1.5rem 0 2rem 1.5rem;
  border-radius: 0;
}
.how-it-works--timeline .how-card__step {
  position: absolute; left: -2.5rem; top: 1.5rem;
  width: 34px; height: 34px; z-index: 2;
}

/* ── Section variant: CTA card centered ──────────────────────── */
.cta-band--card {
  background: #f4f9f4; padding: 4rem 0;
}
.cta-band--card .container {
  background: linear-gradient(135deg, #064e1e 0%, #0f8a3d 100%); color: #fff;
  border-radius: 18px; padding: 3rem 2rem;
  text-align: center; max-width: 800px;
}

/* ── Section variant: FAQ two-column ─────────────────────────── */
.faq--two-col .faq__list {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
  max-width: none;
}

/* ── Section variant: intro two-column ───────────────────────── */
.intro--two-col .intro__body {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
  max-width: none; text-align: left;
}

/* ── Section variant: trust badge grid ───────────────────────── */
.trust--badge-grid .trust__list {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}
.trust--badge-grid .trust__item {
  background: #fff; border: 1px solid #d4e8d4;
  border-radius: 10px; padding: 0.75rem 1rem;
  justify-content: center;
}

/* ════════════════════════════════════════════════════════════════
   BLOG
   ════════════════════════════════════════════════════════════════ */
.blog-section { padding: 3rem 0 4.5rem; }
.blog-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.75rem;
}

/* ── Blog card on index page ─────────────────────────────────── */
.blog-card {
  background: #fff; border: 1px solid #d4e8d4;
  border-radius: 14px; overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
}
.blog-card:hover {
  box-shadow: 0 10px 36px rgba(0,0,0,0.08); transform: translateY(-3px);
}
.blog-card__body {
  padding: 1.5rem 1.5rem 1.75rem;
  display: flex; flex-direction: column; gap: 0.6rem;
}
.blog-card__title {
  font-size: 1.1rem; font-weight: 800; line-height: 1.3;
  color: #0f2b1a; margin: 0;
}
.blog-card__title a {
  color: inherit; text-decoration: none;
  transition: color 0.15s;
}
.blog-card__title a:hover { color: #16a34a; }
.blog-card__excerpt {
  font-size: 0.9rem; color: #3d5a3d; line-height: 1.6;
  margin: 0; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__cta {
  font-size: 0.88rem; font-weight: 700; color: #16a34a;
  text-decoration: none; transition: color 0.15s;
}
.blog-card__cta:hover { color: #15803d; }

/* ── Blog post page ──────────────────────────────────────────── */
.blog-post { padding: 3rem 0 4rem; }
.blog-post .container { max-width: 800px; }
.blog-post__content { margin-bottom: 2.5rem; }
.blog-post__section { margin-bottom: 2rem; }
.blog-post__heading {
  font-size: 1.25rem; font-weight: 800; color: #0f2b1a;
  margin-bottom: 0.6rem; line-height: 1.3;
}
.blog-post__text {
  font-size: 0.95rem; color: #2d4a2d; line-height: 1.75;
}

/* ── Related posts ───────────────────────────────────────────── */
.blog-related {
  border-top: 1px solid #d4e8d4; padding-top: 1.5rem;
}
.blog-related__title {
  font-size: 0.85rem; font-weight: 700; color: #6b8a6b;
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.75rem;
}
.blog-related__list {
  display: flex; flex-direction: column; gap: 0.5rem;
}
.blog-related__item {
  list-style: none;
}
.blog-related__item a {
  font-size: 0.93rem; font-weight: 600; color: #16a34a;
  text-decoration: none; transition: color 0.15s;
}
.blog-related__item a:hover { color: #15803d; text-decoration: underline; }

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

/* ════════════════════════════════════════════════════════════════
   PARTNERS PAGE
   ════════════════════════════════════════════════════════════════ */
.partners-section { padding: 2.5rem 0 4.5rem; }
.partners-toolbar {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem;
}
.partners-toolbar__count { font-size: 0.95rem; font-weight: 700; color: #6b8a6b; }
.partners-toolbar__search { flex: 0 1 320px; position: relative; }

.partners-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 340px));
  gap: 1.5rem; justify-content: center;
}

/* ── Partner card ────────────────────────────────────────────── */
.partner-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid #d4e8d4;
  border-radius: 14px; padding: 1.5rem;
  text-decoration: none; color: #1a2e1a;
  transition: box-shadow 0.25s, transform 0.25s;
}
.partner-card:hover {
  box-shadow: 0 10px 36px rgba(0,0,0,0.08); transform: translateY(-3px);
}
.partner-card__header {
  display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem;
}
.partner-card__icon {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.partner-card__icon svg { width: 22px; height: 22px; }
.partner-card__title {
  font-size: 1.1rem; font-weight: 800; color: #0f2b1a;
}
.partner-card__desc {
  font-size: 0.88rem; color: #3d5a3d; line-height: 1.6;
  margin: 0 0 0.75rem; flex: 1;
}
.partner-card__cta {
  font-size: 0.88rem; font-weight: 700; color: #16a34a;
  margin-top: auto; transition: color 0.15s;
}
.partner-card:hover .partner-card__cta { color: #15803d; }

/* ── /go/ page ───────────────────────────────────────────────── */
.go-section { padding: 3rem 0 4rem; }
.go-card {
  max-width: 640px; margin: 0 auto; text-align: center;
  background: #fff; border: 1px solid #d4e8d4;
  border-radius: 18px; padding: 2.5rem 2rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.go-card__text {
  font-size: 1rem; color: #2d4a2d; line-height: 1.7;
  margin-bottom: 1.5rem;
}
.go-card__cta { font-size: 1rem; padding: 0.85rem 2.5rem; }
.go-card__back {
  margin-top: 1.25rem; font-size: 0.85rem;
}
.go-card__back a {
  color: #16a34a; text-decoration: none; font-weight: 600;
}
.go-card__back a:hover { text-decoration: underline; }

/* ── Partners states ─────────────────────────────────────────── */
.partners-state {
  flex-direction: column; align-items: center; justify-content: center;
  gap: 1rem; padding: 0; font-size: 0.95rem; display: none;
}
.partners-state--loading, .partners-state--error { padding: 3rem 1rem; }
.partners-state--loading { color: #3d5a3d; display: flex; }
.partners-state--error   { color: #dc2626; display: flex; }
.partners-state p { margin: 0; }
.partners-spinner {
  width: 32px; height: 32px; border: 3px solid #d4e8d4;
  border-top-color: #16a34a; border-radius: 50%;
  animation: reviewsSpin 0.7s linear infinite;
}
.partners-empty {
  grid-column: 1 / -1; text-align: center; padding: 3rem 1rem;
  font-size: 0.95rem; color: #6b8a6b;
}

@media (max-width: 768px) {
  .partners-grid { grid-template-columns: 1fr; }
  .partners-toolbar { flex-direction: column; align-items: stretch; }
  .partners-toolbar__search { flex: 1 1 100%; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ════════════════════════════════════════════════════════════════
   REVIEWS PAGE — premium editorial directory
   ════════════════════════════════════════════════════════════════ */

/* ── Hero ────────────────────────────────────────────────────── */
.rv-hero {
  background: linear-gradient(160deg, #f0ecf9 0%, #e8e4f3 40%, #f5f2fb 100%);
  padding: 4rem 0 3rem; text-align: center;
}
.rv-hero__inner { max-width: 780px; margin: 0 auto; }
.rv-hero__title {
  font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 900;
  color: #1e1340; letter-spacing: -0.02em; line-height: 1.15;
  margin-bottom: 1.5rem;
}
.rv-hero__intro-box {
  background: rgba(255,255,255,0.75); backdrop-filter: blur(6px);
  border-radius: 16px; padding: 1.35rem 2rem;
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 2px 12px rgba(100,80,160,0.06);
}
.rv-hero__intro-text {
  font-size: 0.97rem; color: #3d3060; line-height: 1.7; margin: 0;
}

/* ── Section ─────────────────────────────────────────────────── */
.reviews-section {
  padding: 2.5rem 0 4.5rem;
  background: linear-gradient(180deg, #f5f2fb 0%, #f4f9f4 30%);
}

/* ── Toolbar ─────────────────────────────────────────────────── */
.reviews-toolbar {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem;
}
.reviews-toolbar__count {
  font-size: 0.95rem; font-weight: 700; color: #6b8a6b;
}
.reviews-toolbar__search { flex: 0 1 320px; position: relative; }
.reviews-search-input {
  width: 100%; border: 1.5px solid #d4e8d4; border-radius: 10px;
  padding: 0.7rem 1rem 0.7rem 2.5rem; font-size: 0.9rem; outline: none;
  background: #fff; color: #1a2e1a;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.reviews-search-input:focus {
  border-color: #7c3aed; box-shadow: 0 0 0 3px rgba(124,58,237,0.1);
}
.reviews-toolbar__search::before {
  content: "\2315"; position: absolute; left: 0.85rem; top: 50%;
  transform: translateY(-50%); font-size: 1.1rem; color: #6b8a6b;
  pointer-events: none;
}

/* ── Grid ────────────────────────────────────────────────────── */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 340px));
  gap: 1.5rem;
  justify-content: center;
}

/* ════════════════════════════════════════════════════════════════
   REVIEW CARD — matches editorial design
   ════════════════════════════════════════════════════════════════ */
.rv-card {
  background: #fff; border-radius: 16px;
  border: 1px solid #d4e8d4;
  padding: 1.5rem 1.5rem 1.25rem; display: flex; flex-direction: column;
  transition: box-shadow 0.25s, transform 0.25s;
}
.rv-card:hover {
  box-shadow: 0 12px 40px rgba(100,80,160,0.1);
  transform: translateY(-3px);
}

/* ── Card header row: [icon + name/subtitle] ... [rating pill] ── */
.rv-card__header {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 0.75rem; margin-bottom: 0.9rem;
}
.rv-card__identity {
  display: flex; align-items: flex-start; gap: 0.7rem; min-width: 0; flex: 1;
}

/* ── Round icon circle ───────────────────────────────────────── */
.rv-card__icon-circle {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.rv-card__logo-svg {
  width: 22px; height: 22px;
}

/* ── Name + subtitle stacked ─────────────────────────────────── */
.rv-card__name-block {
  display: flex; flex-direction: column; gap: 0.1rem; min-width: 0;
}
.rv-card__platform {
  font-size: 1.1rem; font-weight: 800; color: #0f2b1a;
  line-height: 1.2;
}
.rv-card__subtitle {
  font-size: 0.82rem; color: #3d5a3d; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Rating pill ─────────────────────────────────────────────── */
.rv-card__rating-pill {
  display: flex; align-items: center; gap: 0.4rem;
  background: #f0fdf4; border: 1.5px solid #86efac;
  border-radius: 20px; padding: 0.3rem 0.75rem; flex-shrink: 0;
  white-space: nowrap;
}
.rv-card__rating-stars {
  display: flex; gap: 0; font-size: 0.65rem; line-height: 1;
}
.rv-card__star { color: #d1d5db; }
.rv-card__star--filled { color: #f59e0b; }
.rv-card__rating-num {
  font-size: 0.78rem; font-weight: 800; color: #166534;
}

/* ── Description ─────────────────────────────────────────────── */
.rv-card__desc {
  font-size: 0.9rem; color: #2d4a2d; line-height: 1.65;
  margin: 0 0 0.8rem; flex: 1;
}

/* ── Tag chips — outlined style ──────────────────────────────── */
.rv-card__tags {
  display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 0.5rem;
}
.rv-card__tag {
  display: inline-block; font-size: 0.68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.04em;
  color: #7c3aed; background: transparent;
  border: 1.5px solid #c4b5fd; border-radius: 20px;
  padding: 0.25rem 0.7rem;
}

/* ── Date ────────────────────────────────────────────────────── */
.rv-card__date {
  font-size: 0.78rem; color: #6b8a6b; margin: 0 0 0.6rem;
}

/* ── CTA button — full width, rounded, purple ────────────────── */
.rv-card__cta {
  display: block; text-align: center;
  padding: 0.75rem 1rem; margin-top: auto;
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  color: #fff; font-size: 0.9rem; font-weight: 700;
  border-radius: 12px; text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
}
.rv-card__cta:hover {
  background: linear-gradient(135deg, #6d28d9, #5b21b6);
  box-shadow: 0 6px 20px rgba(109,40,217,0.3);
}
.rv-card__cta:active { transform: scale(0.98); }

/* ── States ──────────────────────────────────────────────────── */
.reviews-state {
  flex-direction: column; align-items: center; justify-content: center;
  gap: 1rem; padding: 3rem 1rem; font-size: 0.95rem; display: none;
}
.reviews-state--loading { color: #3d5a3d; display: flex; }
.reviews-state--error   { color: #dc2626; display: flex; }
.reviews-state p { margin: 0; }

.reviews-spinner {
  width: 32px; height: 32px; border: 3px solid #e0d6f2;
  border-top-color: #7c3aed; border-radius: 50%;
  animation: reviewsSpin 0.7s linear infinite;
}
@keyframes reviewsSpin { to { transform: rotate(360deg); } }

.reviews-empty {
  grid-column: 1 / -1; text-align: center; padding: 3.5rem 1rem;
  font-size: 0.95rem; color: #6b8a6b;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 768px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-toolbar { flex-direction: column; align-items: stretch; }
  .reviews-toolbar__search { flex: 1 1 100%; }
  .rv-hero { padding: 2.5rem 0 2rem; }
  .rv-hero__intro-box { padding: 1rem 1.25rem; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ════════════════════════════════════════════════════════════════
   RTL OVERRIDES
   ════════════════════════════════════════════════════════════════ */
[dir="rtl"] .hero__headline,
[dir="rtl"] .hero__sub          { text-align: right; }
[dir="rtl"] .hero__stat         { text-align: right; }
[dir="rtl"] .advanced-card      { border-left: none; border-right: 4px solid #16a34a; }
[dir="rtl"] .field__error       { text-align: right; }
[dir="rtl"] .form-box__privacy  { text-align: center; }
[dir="rtl"] .phone-wrap         { flex-direction: row-reverse; }
[dir="rtl"] .how-card__bullets li { padding: 0.25rem 1.25rem 0.25rem 0; }
[dir="rtl"] .how-card__bullets li::before { left: auto; right: 0; }
[dir="rtl"] .site-header__nav-list { direction: rtl; }

/* ── Hero variants responsive ────────────────────────────────── */
@media (max-width: 768px) {
  /* Always show hero text BEFORE the lead form on mobile, regardless
     of DOM order, so users see the headline/subheadline first. */
  .hero__inner,
  .hero__inner--reversed,
  .hero__overlay-wrap { display: flex; flex-direction: column; }
  .hero__content,
  .hero__content--overlay { order: 1; }
  .hero__form-col,
  .hero__form-overlay { order: 2; }

  .hero__inner--reversed { grid-template-columns: 1fr; }
  .hero__overlay-wrap { grid-template-columns: 1fr; }
  .hero--overlay { min-height: auto; padding: 1.75rem 0 1.5rem; }
  .hero--overlay .hero__form-overlay .form-box { padding: 1.15rem; }

  .hero--centered { padding: 1.5rem 0 1.5rem; }
  .hero--centered .hero__stack { gap: 0.75rem; }
  .hero__content--centered { max-width: 100%; }
  .hero__headline--centered { font-size: 1.4rem; margin-bottom: 0.3rem; }
  .hero__sub--centered { max-width: 100%; font-size: 0.88rem; margin-bottom: 0; }
  .hero__form-intro { font-size: 0.85rem; max-width: 100%; padding: 0.5rem 0.85rem; }
  .hero__form-centered { max-width: 100%; }
  .hero__form-centered .form-box { padding: 1.15rem; }

  .hero__trust-bar { display: none; }
  .hero--minimal { padding: 1.5rem 0 1rem; }
  .hero__below-form { margin-top: -1rem; }

  .faq--two-col .faq__list { grid-template-columns: 1fr; }
  .intro--two-col .intro__body { grid-template-columns: 1fr; }
  .benefits--alternating .benefit-card,
  .benefits--alternating .benefit-card:nth-child(even) { flex-direction: column; text-align: left; }
  .benefits--alternating .benefit-card__title { min-width: auto; }
  .how-it-works--timeline .how-it-works__grid { padding-left: 2rem; }
}
