/*
 * ENGLISH NOW — STYLESHEET
 * ========================
 * Design tokens live in :root.
 * Sections are labelled — find any component quickly by searching its name.
 * For content changes edit js/content.js instead.
 *
 * BUILD ORDER:
 *   1A  Tokens + Reset + Base
 *   1B  Utilities + Buttons + Shared components
 *   1C  Nav + Mobile drawer
 *   1D  Hero + Problem + About
 *   1E  Testimonials + How + Pricing + Booking + FAQ + Footer + WhatsApp
 *   1F  RTL overrides + Media queries
 */

/* ═══════════════════════════════════════════════════════════════
   1A — DESIGN TOKENS
═══════════════════════════════════════════════════════════════ */
:root {

  /* ── BRAND COLOURS ★ (do not change) ──────────────────────── */
  --navy:       #0D1F6B;
  --blue:       #1A3BAE;
  --blue-mid:   #2550CC;
  --green:      #1BAF0A;
  --green-dark: #158A08;

  /* ── BRAND DERIVATIVES ─────────────────────────────────────── */
  --green-glow:  rgba(27,175,10,.25);
  --green-light: #EEF7EC;
  --blue-glow:   rgba(26,59,174,.12);

  /* ── BACKGROUNDS ───────────────────────────────────────────── */
  --bg:       #FAFAF8;   /* warm off-white — primary page bg    */
  --bg-alt:   #F3F0EA;   /* warm tinted — alternate sections    */
  --bg-dark:  #0D1F6B;   /* navy — booking section + footer     */

  /* ── SURFACES ──────────────────────────────────────────────── */
  --surface:      #FFFFFF;
  --surface-warm: #FDFDFC;   /* pricing cards, FAQ items        */

  /* ── BORDERS ───────────────────────────────────────────────── */
  --border:     #E6E1D8;   /* warm — default border             */
  --border-mid: #D5CDBF;   /* warm — stronger emphasis          */

  /* ── TEXT ──────────────────────────────────────────────────── */
  --text:           #1C1712;              /* warm near-black    */
  --text-mid:       #4A4135;              /* warm mid           */
  --text-muted:     #7A7260;              /* warm muted         */
  --text-on-dark:   rgba(255,255,255,.82);/* body on navy       */
  --on-dark-muted:  rgba(255,255,255,.52);
  --on-dark-border: rgba(255,255,255,.14);

  /* ── TYPOGRAPHY ────────────────────────────────────────────── */
  --sans:  'Inter', system-ui, sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
  --heb:   'Heebo', system-ui, sans-serif;

  /* Type scale — fluid clamp */
  --type-display: clamp(2.75rem, 5vw, 5.5rem);
  --type-h2:      clamp(1.875rem, 2.8vw, 3.25rem);
  --type-h3:      clamp(1.0625rem, 1.2vw, 1.25rem);
  --type-lead:    clamp(1rem, 1.15vw, 1.125rem);
  --type-body:    1rem;
  --type-sm:      0.875rem;
  --type-xs:      0.75rem;

  /* Line heights */
  --lh-display: 1.05;
  --lh-heading: 1.15;
  --lh-subhead: 1.3;
  --lh-lead:    1.85;
  --lh-body:    1.72;
  --lh-tight:   1.45;

  /* Letter spacing */
  --ls-display: -0.02em;
  --ls-heading: -0.01em;
  --ls-label:    0.08em;

  /* ── SPACING ───────────────────────────────────────────────── */
  --sp-1:  .25rem;
  --sp-2:  .5rem;
  --sp-3:  .75rem;
  --sp-4:  1rem;
  --sp-5:  1.25rem;
  --sp-6:  1.5rem;
  --sp-8:  2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --sp-16: 4rem;
  --sp-20: 5rem;
  --sp-24: 6rem;

  --section-pad:    clamp(5rem, 8vw, 10rem);
  --section-pad-sm: clamp(3rem, 5vw, 6rem);

  /* ── LAYOUT ────────────────────────────────────────────────── */
  --max:      1280px;
  --max-text:  680px;
  --max-form:  560px;
  --gap:      clamp(1.5rem, 4vw, 3.5rem);

  /* ── BORDER RADIUS ─────────────────────────────────────────── */
  --r-xs:   3px;
  --r-sm:   6px;
  --r-md:   10px;
  --r-lg:   16px;
  --r-xl:   24px;
  --r-full: 9999px;

  /* ── SHADOWS (warm undertone) ──────────────────────────────── */
  --sh-sm:    0 1px 4px  rgba(28,23,18,.04);
  --sh-md:    0 4px 24px rgba(28,23,18,.07);
  --sh-lg:    0 12px 48px rgba(28,23,18,.10);
  --sh-xl:    0 24px 80px rgba(28,23,18,.13);
  --sh-green: 0 6px 28px rgba(27,175,10,.30);
  --sh-card:  0 2px 12px rgba(28,23,18,.05), 0 8px 32px rgba(28,23,18,.07);

  /* ── LOGO ──────────────────────────────────────────────────── */
  --logo-h:        clamp(40px, 4vw, 56px);
  --logo-h-footer: clamp(30px, 2.8vw, 40px);

  /* ── ANIMATION ─────────────────────────────────────────────── */
  --ease:     cubic-bezier(.4,0,.2,1);
  --ease-out: cubic-bezier(0,.55,.45,1);
  --dur:      .2s;
  --dur-slow: .38s;

  /* ── Z-INDEX ───────────────────────────────────────────────── */
  --z-base:    0;
  --z-raised:  10;
  --z-overlay: 100;
  --z-nav:     200;
  --z-modal:   300;
  --z-toast:   400;
}

/* ═══════════════════════════════════════════════════════════════
   1A — RESET + BASE
═══════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
/* Suppress transitions on initial page load */
body.preload * { transition: none !important; }
body {
  font-family: var(--sans);
  font-size: var(--type-body);
  line-height: var(--lh-body);
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }
img  { max-width: 100%; display: block; }

/* ═══════════════════════════════════════════════════════════════
   1B — UTILITIES
═══════════════════════════════════════════════════════════════ */

/* ── Layout wrappers ──────────────────────────────────────────── */
.wrap {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 3rem);
}
.wrap--text {
  max-width: var(--max-text);
}
.wrap--narrow {
  max-width: 860px;
}

/* ── Section tag (green kicker above headings) ────────────────── */
.section-tag {
  display: inline-block;
  font-size: var(--type-xs);
  font-weight: 700;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--green-dark);
  margin-bottom: var(--sp-4);
}

/* ── Headings ─────────────────────────────────────────────────── */
.h2 {
  font-family: var(--serif);
  font-size: var(--type-h2);
  font-weight: 700;
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading);
  color: var(--text);
}
.h2--light {
  color: #fff;
}
.h3 {
  font-family: var(--sans);
  font-size: var(--type-h3);
  font-weight: 650;
  line-height: var(--lh-tight);
  color: var(--text);
}

/* ── Logo ─────────────────────────────────────────────────────── */
.logo-img {
  height: var(--logo-h);
  width: auto;
  display: block;
}
.logo-img--footer {
  height: var(--logo-h-footer);
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: .85;
}

/* ── Buttons ──────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: .7em 1.5em;
  border-radius: var(--r-full);
  font-size: var(--type-sm);
  font-weight: 600;
  letter-spacing: .01em;
  transition: background var(--dur) var(--ease),
              color     var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              transform  var(--dur) var(--ease);
  white-space: nowrap;
  cursor: pointer;
  border: none;
}
.btn:hover  { transform: translateY(-1px); }
.btn:active { transform: translateY(0);    }

/* Primary CTA — green */
.btn-cta {
  background: var(--green);
  color: #fff;
}
.btn-cta:hover {
  background: var(--green-dark);
  box-shadow: var(--sh-green);
}

/* Large primary CTA — used in hero */
.btn-cta-lg {
  background: var(--green);
  color: #fff;
  padding: .85em 2em;
  font-size: var(--type-lead);
  font-weight: 700;
}
.btn-cta-lg:hover {
  background: var(--green-dark);
  box-shadow: var(--sh-green);
}

/* Inverse — white button with navy text (booking section) */
.btn-inverse {
  background: #fff;
  color: var(--navy);
  font-weight: 700;
  padding: .85em 2em;
  font-size: var(--type-lead);
}
.btn-inverse:hover {
  background: #f0ede8;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
}

/* Outline — nav CTA */
.btn-outline {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--blue-mid);
  padding: .6em 1.4em;
}
.btn-outline:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

/* Ghost — language toggle */
.btn-ghost {
  background: transparent;
  color: var(--text-muted);
  padding: .4em .75em;
  border-radius: var(--r-sm);
  font-size: var(--type-xs);
  font-weight: 600;
}
.btn-ghost:hover       { background: var(--bg-alt); color: var(--text); }
.btn-ghost.is-active   { color: var(--navy); font-weight: 700; }

/* ── Reveal (scroll fade-in) ──────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity var(--dur-slow) var(--ease-out),
              transform var(--dur-slow) var(--ease-out);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }

/* ── Checklist ────────────────────────────────────────────────── */
.checklist {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  font-size: var(--type-sm);
  color: var(--text-mid);
  line-height: var(--lh-tight);
}
.checklist li svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--green);
}

/* ── Stars ────────────────────────────────────────────────────── */
.stars {
  color: #F5A623;
  font-size: 1.1rem;
  letter-spacing: .05em;
}

/* ── Pull quote ───────────────────────────────────────────────── */
.pull-quote-wrap {
  position: relative;
  padding: var(--sp-8) var(--sp-10);
}
.pull-quote-mark {
  font-family: var(--serif);
  font-size: 9rem;
  line-height: .7;
  color: var(--green);
  opacity: .18;
  position: absolute;
  top: 0;
  left: var(--sp-6);
  pointer-events: none;
  select: none;
}
.pull-quote {
  font-family: var(--serif);
  font-size: clamp(1.375rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.38;
  color: var(--text);
  font-style: italic;
  position: relative;
}
.pull-quote-attr {
  margin-top: var(--sp-5);
  font-size: var(--type-sm);
  color: var(--text-muted);
  font-style: normal;
}
.pull-quote-attr strong {
  color: var(--text-mid);
  font-weight: 600;
}

/* ── Testimonial typography ───────────────────────────────────── */
.testimonial-quote {
  font-family: var(--serif);
  font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.65;
  color: var(--text);
}
.testimonial-divider {
  width: 32px;
  height: 2px;
  background: var(--green);
  border: none;
  margin: var(--sp-5) 0 var(--sp-4);
}
.testimonial-name {
  font-size: var(--type-sm);
  font-weight: 700;
  color: var(--text);
}
.testimonial-role {
  font-size: var(--type-xs);
  color: var(--text-muted);
  margin-top: var(--sp-1);
}

/* ═══════════════════════════════════════════════════════════════
   1C — NAV + MOBILE DRAWER
═══════════════════════════════════════════════════════════════ */

/* ── Base nav ────────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-nav);
  height: 68px;
  display: flex;
  align-items: center;
  background: rgba(250,250,248,.92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px) saturate(1.6);
  -webkit-backdrop-filter: blur(16px) saturate(1.6);
  transition: border-color var(--dur) var(--ease),
              background var(--dur) var(--ease),
              box-shadow  var(--dur) var(--ease);
}
.nav.is-scrolled {
  border-bottom-color: var(--border);
  box-shadow: var(--sh-sm);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 3rem);
}

/* ── Nav logo ────────────────────────────────────────────────── */
.nav__logo { display: flex; align-items: center; }

/* ── Nav links (desktop) ──────────────────────────────────────── */
.nav__links {
  display: flex;
  align-items: center;
  gap: var(--sp-8);
}
.nav__link {
  font-size: var(--type-sm);
  font-weight: 500;
  color: var(--text-mid);
  transition: color var(--dur) var(--ease);
  position: relative;
}
.nav__link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 100%;
  height: 1.5px;
  background: var(--green);
  transition: right var(--dur) var(--ease);
}
.nav__link:hover       { color: var(--navy); }
.nav__link:hover::after{ right: 0; }

/* ── Nav right cluster ────────────────────────────────────────── */
.nav__right {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
}

/* ── Language toggle ──────────────────────────────────────────── */
.lang-toggle {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
}
.lang-sep {
  font-size: var(--type-xs);
  color: var(--border-mid);
  pointer-events: none;
}

/* ── Hamburger ────────────────────────────────────────────────── */
.nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 4px;
  border-radius: var(--r-sm);
  transition: background var(--dur) var(--ease);
}
.nav__hamburger:hover { background: var(--bg-alt); }
.nav__hamburger span {
  display: block;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform var(--dur) var(--ease),
              opacity   var(--dur) var(--ease);
}
.nav__hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg);  }
.nav__hamburger.is-open span:nth-child(2) { opacity: 0; }
.nav__hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile drawer overlay ────────────────────────────────────── */
.drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-nav) - 1);
  background: rgba(13,31,107,.45);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity var(--dur-slow) var(--ease);
}
.drawer-overlay.is-open {
  display: block;
  opacity: 1;
}

/* ── Mobile drawer panel ──────────────────────────────────────── */
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: var(--z-nav);
  width: min(80vw, 320px);
  background: var(--surface);
  padding: 88px var(--sp-8) var(--sp-8);
  display: flex;
  flex-direction: column;
  gap: var(--sp-6);
  transform: translateX(100%);
  transition: transform var(--dur-slow) var(--ease);
  box-shadow: var(--sh-xl);
}
.drawer.is-open {
  transform: translateX(0);
}
.drawer__links {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}
.drawer__link {
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--text);
  padding: var(--sp-2) 0;
  border-bottom: 1px solid var(--border);
  transition: color var(--dur) var(--ease);
}
.drawer__link:hover { color: var(--navy); }
.drawer__cta {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: var(--sp-4);
}
.drawer__lang {
  display: flex;
  gap: var(--sp-2);
  margin-top: auto;
  padding-top: var(--sp-6);
  border-top: 1px solid var(--border);
}

/* ═══════════════════════════════════════════════════════════════
   1D — HERO + PROBLEM + ABOUT
═══════════════════════════════════════════════════════════════ */

/* ── HERO ─────────────────────────────────────────────────────── */
.hero {
  background: var(--bg);
  padding-top: calc(68px + var(--section-pad));
  padding-bottom: var(--section-pad);
}
.hero__inner {
  display: grid;
  grid-template-columns: 55fr 45fr;
  align-items: center;
  gap: var(--gap);
}

/* Copy column */
.hero__copy { max-width: 620px; }
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--type-xs);
  font-weight: 700;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--green-dark);
  margin-bottom: var(--sp-5);
}
.hero__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}
.hero__h1 {
  font-family: var(--serif);
  font-size: var(--type-display);
  font-weight: 700;
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: var(--text);
  margin-bottom: var(--sp-4);
}
.hero__h1-em {
  font-style: italic;
  color: var(--green-dark);
  display: block;
}
.hero__sub {
  font-size: var(--type-lead);
  line-height: var(--lh-lead);
  color: var(--text-mid);
  margin-bottom: var(--sp-8);
  max-width: 480px;
}
.hero__actions {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  align-items: flex-start;
}
.hero__free-note {
  font-size: var(--type-xs);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}
.hero__free-note svg { color: var(--green); flex-shrink: 0; }

/* Visual column */
.hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__result-stack {
  position: relative;
  width: clamp(240px, 34vw, 400px);
  height: clamp(280px, 34vw, 420px);
}
.hero__result-card {
  position: absolute;
  width: 84%;
  background: #fff;
  border-radius: var(--r-xl);
  padding: var(--sp-6) var(--sp-5);
  box-shadow: 0 12px 40px rgba(13,31,107,.13), 0 2px 8px rgba(13,31,107,.07);
}
.hero__result-card--back {
  top: 0;
  left: 0;
  transform: rotate(-5deg);
  background: var(--navy);
  animation: heroFloat1 5s ease-in-out infinite;
  z-index: 1;
}
.hero__result-card--front {
  bottom: 0;
  right: 0;
  transform: rotate(3deg);
  animation: heroFloat2 4.5s ease-in-out infinite .8s;
  z-index: 2;
}
.hero__result-stars {
  color: var(--green);
  font-size: .85rem;
  letter-spacing: .08em;
  margin-bottom: var(--sp-3);
}
.hero__result-quote {
  font-size: var(--type-sm);
  font-weight: 600;
  line-height: 1.5;
  color: var(--text);
  margin-bottom: var(--sp-3);
}
.hero__result-attr {
  font-size: var(--type-xs);
  color: var(--text-mid);
  font-weight: 500;
}
.hero__result-card--back .hero__result-stars { color: var(--green); }
.hero__result-card--back .hero__result-quote { color: rgba(255,255,255,.92); }
.hero__result-card--back .hero__result-attr  { color: rgba(255,255,255,.55); }
@keyframes heroFloat1 {
  0%, 100% { transform: rotate(-5deg) translateY(0); }
  50%       { transform: rotate(-5deg) translateY(-10px); }
}
@keyframes heroFloat2 {
  0%, 100% { transform: rotate(3deg) translateY(0); }
  50%       { transform: rotate(3deg) translateY(-8px); }
}
.hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

/* ── THE PROBLEM ───────────────────────────────────────────────── */
.problem {
  background: var(--bg-alt);
  padding-block: var(--section-pad);
}
.problem__inner {
  max-width: var(--max-text);
  margin-inline: auto;
  text-align: center;
}
.problem__body {
  margin-top: var(--sp-8);
  font-size: var(--type-lead);
  line-height: var(--lh-lead);
  color: var(--text-mid);
}
.problem__body + .problem__body { margin-top: var(--sp-5); }

/* ── ABOUT ANTHONY ─────────────────────────────────────────────── */
.about {
  background: var(--bg);
  padding-block: var(--section-pad);
}
.about__inner {
  display: grid;
  grid-template-columns: 38fr 62fr;
  align-items: start;
  gap: var(--gap);
}

/* Photo / monogram column */
.about__media {
  position: sticky;
  top: calc(68px + var(--sp-8));
}
.about__photo-wrap {
  border-radius: var(--r-xl);
  overflow: hidden;
  background: linear-gradient(135deg, var(--blue) 0%, var(--navy) 100%);
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--sh-md);
}
.about__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__mono {
  font-family: var(--serif);
  font-size: 8rem;
  font-weight: 700;
  color: rgba(255,255,255,.18);
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

/* Content column */
.about__content { display: flex; flex-direction: column; gap: var(--sp-6); }
.about__kicker {
  font-size: var(--type-xs);
  font-weight: 700;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--green-dark);
}
.about__name {
  font-family: var(--serif);
  font-size: var(--type-h2);
  font-weight: 700;
  line-height: var(--lh-heading);
  color: var(--text);
  margin-top: var(--sp-2);
}
.about__body {
  font-size: var(--type-lead);
  line-height: var(--lh-lead);
  color: var(--text-mid);
}
.about__body + .about__body { margin-top: var(--sp-4); }
.about__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-top: var(--sp-2);
}
.about__tag {
  font-size: var(--type-xs);
  font-weight: 600;
  color: var(--navy);
  background: var(--blue-glow);
  padding: .35em .9em;
  border-radius: var(--r-full);
  border: 1px solid rgba(26,59,174,.18);
}

/* ═══════════════════════════════════════════════════════════════
   1E — TESTIMONIALS
═══════════════════════════════════════════════════════════════ */
.testimonials {
  background: var(--bg-alt);
  padding-block: var(--section-pad);
}
.testimonials__header {
  text-align: center;
  margin-bottom: var(--sp-16);
}
.testimonials__header .h2 { margin-top: var(--sp-3); }
.testimonials__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.testimonials__stars-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-3);
  margin-top: var(--sp-12);
  color: var(--text-muted);
  font-size: var(--type-sm);
}

/* ═══════════════════════════════════════════════════════════════
   1E — HOW IT WORKS
═══════════════════════════════════════════════════════════════ */
.how {
  background: var(--bg);
  padding-block: var(--section-pad);
}
.how__header {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
  margin-bottom: var(--sp-16);
}
.how__header .h2 { margin-top: var(--sp-3); }
.how__sub {
  margin-top: var(--sp-4);
  font-size: var(--type-lead);
  color: var(--text-muted);
  line-height: var(--lh-lead);
}
.how__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}
.how__step {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  position: relative;
}
.how__step-num {
  font-family: var(--serif);
  font-size: 6rem;
  font-weight: 700;
  line-height: .8;
  color: var(--navy);
  opacity: .07;
  pointer-events: none;
  user-select: none;
}
.how__step-icon {
  color: var(--blue-mid);
  width: 32px;
  height: 32px;
  margin-top: calc(var(--sp-3) * -1);
}
.how__step-title {
  font-weight: 650;
  color: var(--text);
  font-size: var(--type-h3);
}
.how__step-body {
  font-size: var(--type-sm);
  color: var(--text-muted);
  line-height: var(--lh-lead);
}

/* ═══════════════════════════════════════════════════════════════
   1E — PRICING
═══════════════════════════════════════════════════════════════ */
.pricing {
  background: var(--bg-alt);
  padding-block: var(--section-pad);
}
.pricing__header {
  text-align: center;
  max-width: 620px;
  margin-inline: auto;
  margin-bottom: var(--sp-16);
}
.pricing__header .h2 { margin-top: var(--sp-3); }
.pricing__sub {
  margin-top: var(--sp-4);
  font-size: var(--type-lead);
  color: var(--text-muted);
}
.pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
  max-width: 820px;
  margin-inline: auto;
}
.pricing-card {
  background: var(--surface-warm);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: var(--sp-10) var(--sp-8);
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
  box-shadow: var(--sh-card);
  transition: transform var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}
.pricing-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-lg);
}
.pricing-card--featured {
  border-color: var(--green);
  box-shadow: var(--sh-card), 0 0 0 1px var(--green), var(--sh-green);
}
.pricing-card__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--type-xs);
  font-weight: 700;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--green-dark);
  background: var(--green-light);
  padding: .3em .8em;
  border-radius: var(--r-full);
  width: fit-content;
}
.pricing-card__name {
  font-family: var(--serif);
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text);
}
.pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: var(--sp-2);
}
.pricing-card__amount {
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.pricing-card__per {
  font-size: var(--type-sm);
  color: var(--text-muted);
}
.pricing-card__features {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  flex: 1;
}
.pricing-card__feature {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  font-size: var(--type-sm);
  color: var(--text-mid);
  line-height: var(--lh-tight);
}
.pricing-card__feature svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--green);
}
.pricing-card__cta {
  margin-top: var(--sp-3);
  width: 100%;
  text-align: center;
}
.pricing__note {
  text-align: center;
  margin-top: var(--sp-8);
  font-size: var(--type-sm);
  color: var(--text-muted);
}

/* ═══════════════════════════════════════════════════════════════
   1E — BOOKING
═══════════════════════════════════════════════════════════════ */
.booking {
  background: var(--bg-dark);
  padding-block: var(--section-pad);
}
.booking__inner {
  max-width: 660px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-6);
}
.booking__h2 {
  font-family: var(--serif);
  font-size: var(--type-h2);
  font-weight: 700;
  line-height: var(--lh-heading);
  color: #fff;
}
.booking__body {
  font-size: var(--type-lead);
  line-height: var(--lh-lead);
  color: var(--text-on-dark);
  max-width: 540px;
}
.booking__confirm {
  font-size: var(--type-xs);
  color: var(--on-dark-muted);
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}
.booking__confirm svg { color: rgba(27,175,10,.7); flex-shrink: 0; }

/* ── Skip navigation link ───────────────────────────────── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--navy);
  color: #fff;
  padding: .5rem 1.25rem;
  border-radius: var(--radius);
  font-size: var(--type-sm);
  font-weight: 600;
  z-index: 9999;
  transition: top .2s var(--ease);
  text-decoration: none;
}
.skip-link:focus { top: 1rem; }
.booking__email {
  font-size: var(--type-xs);
  color: var(--on-dark-muted);
  margin-top: var(--sp-2);
}
.booking__email-link { color: var(--on-dark-muted); text-decoration: underline; }
.booking__email-link:hover { color: #fff; }

/* ═══════════════════════════════════════════════════════════════
   1E — FAQ
═══════════════════════════════════════════════════════════════ */
.faq {
  background: var(--bg);
  padding-block: var(--section-pad);
}
.faq__header {
  text-align: center;
  max-width: 580px;
  margin-inline: auto;
  margin-bottom: var(--sp-12);
}
.faq__header .h2 { margin-top: var(--sp-3); }
.faq__list {
  max-width: 720px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.faq__item {
  border-bottom: 1px solid var(--border);
}
.faq__item:first-child { border-top: 1px solid var(--border); }
.faq__q {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
  padding: var(--sp-5) 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  background: none;
  border: none;
  cursor: pointer;
  transition: color var(--dur) var(--ease);
}
.faq__q:hover { color: var(--navy); }
.faq__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid var(--border-mid);
  color: var(--text-muted);
  font-size: .85rem;
  line-height: 1;
  font-weight: 400;
  transition: border-color var(--dur) var(--ease),
              color var(--dur) var(--ease),
              transform var(--dur) var(--ease);
}
.faq__item.is-open .faq__icon {
  border-color: var(--navy);
  color: var(--navy);
  transform: rotate(45deg);
}
.faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--dur-slow) var(--ease),
              padding    var(--dur-slow) var(--ease);
}
.faq__a-inner {
  padding-bottom: var(--sp-5);
  font-size: var(--type-sm);
  color: var(--text-muted);
  line-height: var(--lh-lead);
}
.faq__item.is-open .faq__a {
  max-height: 400px;
}

/* ═══════════════════════════════════════════════════════════════
   1E — FOOTER
═══════════════════════════════════════════════════════════════ */
.footer {
  background: var(--bg-dark);
  padding-block: var(--sp-16) var(--sp-10);
  border-top: 1px solid var(--on-dark-border);
}
.footer__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: var(--sp-10);
}
.footer__brand { display: flex; flex-direction: column; gap: var(--sp-4); }
.footer__tagline {
  font-size: var(--type-sm);
  color: var(--on-dark-muted);
  max-width: 220px;
  line-height: var(--lh-tight);
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  padding-top: 4px;
}
.footer__nav-link {
  font-size: var(--type-sm);
  color: var(--on-dark-muted);
  transition: color var(--dur) var(--ease);
}
.footer__nav-link:hover { color: #fff; }
.footer__contact { display: flex; flex-direction: column; gap: var(--sp-3); }
.footer__contact-item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: var(--type-sm);
  color: var(--on-dark-muted);
}
.footer__contact-item svg { flex-shrink: 0; color: rgba(255,255,255,.4); }
.footer__contact-item a:hover { color: #fff; }
.footer__contact-link { color: var(--on-dark-muted); text-decoration: underline; }
.footer__contact-link:hover { color: #fff; }
.footer__bottom {
  margin-top: var(--sp-10);
  padding-top: var(--sp-6);
  border-top: 1px solid var(--on-dark-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  flex-wrap: wrap;
}
.footer__copy {
  font-size: var(--type-xs);
  color: var(--on-dark-muted);
}
.footer__heb-note {
  font-size: var(--type-xs);
  color: var(--on-dark-muted);
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}
.footer__credit {
  margin-top: var(--sp-5);
  text-align: center;
  font-size: var(--type-xs);
  color: var(--on-dark-muted);
  opacity: .6;
}
.footer__credit-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.25);
  text-underline-offset: 3px;
  transition: color var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.footer__credit-link:hover {
  color: #fff;
  opacity: 1;
}

/* ═══════════════════════════════════════════════════════════════
   1E — WHATSAPP FLOAT
═══════════════════════════════════════════════════════════════ */
@keyframes wa-arrive {
  0%   { opacity: 0; transform: scale(.5) translateY(12px); }
  70%  { transform: scale(1.08) translateY(0); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
.wa-float {
  position: fixed;
  bottom: var(--sp-6);
  right: var(--sp-6);
  z-index: var(--z-overlay);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  animation: wa-arrive .6s var(--ease-out) 1.2s both;
  transition: transform var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}
.wa-float:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 28px rgba(37,211,102,.55);
}
.wa-float svg { width: 28px; height: 28px; }

/* ═══════════════════════════════════════════════════════════════
   1F — RTL OVERRIDES
═══════════════════════════════════════════════════════════════ */
[dir="rtl"] {
  font-family: var(--heb), system-ui, sans-serif;
  line-height: 1.9;
}
[dir="rtl"] .h2,
[dir="rtl"] .h3,
[dir="rtl"] .pull-quote,
[dir="rtl"] .hero__h1,
[dir="rtl"] .about__name,
[dir="rtl"] .booking__h2,
[dir="rtl"] .footer__tagline {
  font-family: var(--heb), system-ui, sans-serif;
  font-style: normal;
  letter-spacing: 0;
}
[dir="rtl"] .hero__h1-em {
  font-style: normal;
}
[dir="rtl"] .testimonial-quote {
  font-family: var(--heb), system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* Flip text alignment */
[dir="rtl"] .hero__copy,
[dir="rtl"] .about__content,
[dir="rtl"] .how__header,
[dir="rtl"] .pricing__header,
[dir="rtl"] .faq__q {
  text-align: right;
}

/* Flip grid column order */
[dir="rtl"] .hero__inner {
  direction: rtl;
}
[dir="rtl"] .about__inner {
  direction: rtl;
}

/* Nav mirrors */
[dir="rtl"] .nav__links { flex-direction: row-reverse; }
[dir="rtl"] .nav__right  { flex-direction: row-reverse; }
[dir="rtl"] .lang-toggle { flex-direction: row-reverse; }

/* Drawer opens from left in RTL */
[dir="rtl"] .drawer {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}
[dir="rtl"] .drawer.is-open {
  transform: translateX(0);
}

/* WhatsApp button moves to left */
[dir="rtl"] .wa-float {
  right: auto;
  left: var(--sp-6);
}

/* Checklist row direction */
[dir="rtl"] .checklist li {
  flex-direction: row-reverse;
  text-align: right;
}

/* About tags */
[dir="rtl"] .about__tags { flex-direction: row-reverse; }

/* Hero actions */
[dir="rtl"] .hero__actions  { align-items: flex-end; }
[dir="rtl"] .hero__free-note { flex-direction: row-reverse; }

/* How steps */
[dir="rtl"] .how__step { text-align: right; }

/* Pricing card features */
[dir="rtl"] .pricing-card__feature { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .pricing-card__badge   { flex-direction: row-reverse; }
[dir="rtl"] .pricing-card__price   { flex-direction: row-reverse; }

/* FAQ */
[dir="rtl"] .faq__q         { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .faq__a-inner   { text-align: right; }

/* Booking */
[dir="rtl"] .booking__confirm { flex-direction: row-reverse; }

/* Footer */
[dir="rtl"] .footer__inner        { direction: rtl; }
[dir="rtl"] .footer__contact-item { flex-direction: row-reverse; }
[dir="rtl"] .footer__bottom       { flex-direction: row-reverse; }

/* Testimonial divider aligns right */
[dir="rtl"] .testimonial-divider { margin-right: 0; }

/* Pull quote mark mirrors */
[dir="rtl"] .pull-quote-mark {
  left: auto;
  right: var(--sp-6);
}
[dir="rtl"] .pull-quote-wrap { text-align: right; }

/* ═══════════════════════════════════════════════════════════════
   1F — RESPONSIVE MEDIA QUERIES
═══════════════════════════════════════════════════════════════ */

/* ── 1024px — Tablet landscape ────────────────────────────────── */
@media (max-width: 1024px) {
  .nav__links { display: none; }
  .nav__cta-desktop { display: none; }
  .nav__hamburger { display: flex; }

  .hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero__copy { max-width: 100%; }
  .hero__sub  { max-width: 100%; }
  .hero__actions { align-items: center; }
  .hero__free-note { justify-content: center; }
  .hero__visual { margin-top: var(--sp-10); }

  [dir="rtl"] .hero__actions { align-items: center; }
  [dir="rtl"] .hero__copy    { text-align: center; }

  .about__inner {
    grid-template-columns: 1fr;
  }
  .about__media {
    position: static;
    max-width: 320px;
    margin-inline: auto;
  }
  .about__photo-wrap { aspect-ratio: 1; }

  .footer__inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer__brand { grid-column: 1 / -1; }
}

/* ── 768px — Tablet portrait ──────────────────────────────────── */
@media (max-width: 768px) {
  .how__steps {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-inline: auto;
  }

  .testimonials__grid {
    grid-template-columns: 1fr;
    gap: var(--sp-12);
  }

  .pricing__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .hero__h1 { letter-spacing: -.01em; }

  .pull-quote-wrap {
    padding: var(--sp-6) var(--sp-6);
  }
  .pull-quote-mark {
    font-size: 6rem;
    left: var(--sp-4);
  }

  .footer__inner {
    grid-template-columns: 1fr;
    gap: var(--sp-8);
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-3);
  }
  [dir="rtl"] .footer__bottom {
    align-items: flex-end;
  }
}

/* ── 480px — Mobile ───────────────────────────────────────────── */
@media (max-width: 480px) {
  :root {
    --section-pad: clamp(3.5rem, 10vw, 5rem);
  }

  .btn-cta-lg,
  .btn-inverse {
    width: 100%;
    justify-content: center;
    font-size: 1rem;
  }

  .how__step-num { font-size: 4.5rem; }

  .pricing-card {
    padding: var(--sp-8) var(--sp-6);
  }

  .booking__inner { padding-inline: 0; }

  .faq__q { gap: var(--sp-4); font-size: var(--type-sm); }

  .hero__actions { width: 100%; }

  .wa-float {
    width: 50px;
    height: 50px;
    bottom: var(--sp-5);
    right: var(--sp-5);
  }
  [dir="rtl"] .wa-float {
    right: auto;
    left: var(--sp-5);
  }
  .wa-float svg { width: 24px; height: 24px; }
}
