/* ==========================================================================
   "קודם כל כן" - טוהר דניאל | מערכת עיצוב
   נקי, מודרני, RTL, רספונסיבי ונגיש (WCAG 2.0 AA)
   ========================================================================== */

:root {
  /* מותג */
  --navy:        #16324e;
  --navy-deep:   #0e2237;
  --navy-soft:   #274a6b;
  --cream:       #faf4e2;
  --cream-soft:  #fdfaf1;
  --gold:        #f2d873;
  --gold-soft:   #f8ecb8;
  --red:         #d54a45;
  --teal:        #1a6d80;
  --teal-deep:   #124f5e;

  /* ניטרלים */
  --ink:         #22303c;
  --muted:       #5c6b78;
  --line:        #e4ddc8;
  --white:       #ffffff;

  /* מערכת */
  --maxw: 1180px;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 10px rgba(14,34,55,.06);
  --shadow:    0 10px 30px rgba(14,34,55,.10);
  --shadow-lg: 0 24px 60px rgba(14,34,55,.16);
  --ease: cubic-bezier(.22,.61,.36,1);
  --header-h: 74px;

  --ff: 'Assistant', 'Heebo', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  --ff-head: 'Heebo', 'Assistant', system-ui, sans-serif;
}

/* ------- Reset ------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: var(--ff);
  direction: rtl;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 1.06rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}
img, svg, video { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4 { font-family: var(--ff-head); line-height: 1.2; color: var(--navy); font-weight: 800; }

/* ------- Accessibility helpers ------- */
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; border-radius: 4px; }
.skip-link {
  position: absolute; right: 12px; top: -80px; z-index: 2000;
  background: var(--navy); color: #fff; padding: 10px 18px; border-radius: 8px;
  transition: top .2s var(--ease); font-weight: 700;
}
.skip-link:focus { top: 12px; }
.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;
}

/* ------- Layout ------- */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
.section { padding: 78px 0; }
.section--tight { padding: 52px 0; }
.section--cream { background: var(--cream-soft); }
.section--navy { background: var(--navy); color: #eaf1f7; }
.section--navy h1, .section--navy h2, .section--navy h3 { color: #fff; }
.center { text-align: center; }
.lead { font-size: 1.18rem; color: var(--muted); max-width: 64ch; }
.center .lead { margin-inline: auto; }

.eyebrow {
  display: inline-block; font-weight: 800; letter-spacing: .12em;
  color: var(--teal); font-size: .82rem; text-transform: uppercase;
  margin-bottom: 12px;
}
.section-title { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.section-head { max-width: 720px; margin-bottom: 42px; }
.center.section-head { margin-inline: auto; }
.divider { width: 60px; height: 4px; background: var(--gold); border-radius: 4px; margin: 16px 0; }
.center .divider { margin-inline: auto; }

/* ------- Buttons ------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 28px; border-radius: 999px; font-weight: 800; font-size: 1.02rem;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s;
  border: 2px solid transparent; text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--navy-deep); box-shadow: var(--shadow); }
.btn-gold { background: var(--gold); color: var(--navy-deep); box-shadow: var(--shadow-sm); }
.btn-gold:hover { background: #eecb52; }
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: var(--teal-deep); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; }
.btn-lg { padding: 16px 36px; font-size: 1.1rem; }
.btn-block { width: 100%; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(250,244,226,.9);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 18px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 900; color: var(--navy); font-size: 1.15rem; }
.brand img { height: 46px; width: auto; border-radius: 8px; }
.brand span { font-family: var(--ff-head); }
.nav { margin-inline-start: auto; }
.nav ul { display: flex; gap: 4px; align-items: center; }
.nav a {
  padding: 9px 13px; border-radius: 10px; font-weight: 700; color: var(--ink);
  font-size: .98rem; transition: background .15s, color .15s; white-space: nowrap;
}
.nav a:hover { background: rgba(22,50,78,.08); color: var(--navy); }
.nav a[aria-current="page"] { color: var(--teal); background: rgba(26,109,128,.1); }
.header-cta { margin-inline-start: 6px; }

.nav-toggle {
  display: none; margin-inline-start: auto; width: 46px; height: 46px;
  border-radius: 12px; border: 1px solid var(--line); background: var(--cream-soft);
  align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ''; display: block; width: 22px; height: 2.5px; background: var(--navy);
  border-radius: 2px; transition: transform .25s var(--ease), opacity .2s;
}
.nav-toggle span::before { transform: translateY(-7px); }
.nav-toggle span::after  { transform: translateY(7px); position: relative; top: -2.5px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { transform: rotate(45deg); }
body.nav-open .nav-toggle span::after  { transform: rotate(-45deg); top: -2.5px; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 480px at 85% -8%, var(--gold-soft) 0%, transparent 60%),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-soft) 100%);
}
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; padding: 72px 0 84px; }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); font-weight: 900; letter-spacing: -.01em; }
.hero h1 .hl { color: var(--teal); position: relative; }
.hero p { font-size: 1.24rem; color: var(--muted); margin-top: 18px; max-width: 52ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-media { position: relative; }
.hero-media img { border-radius: 20px; box-shadow: var(--shadow-lg); }
.hero-badge {
  position: absolute; bottom: -16px; inset-inline-start: -14px;
  background: #fff; border-radius: 14px; padding: 12px 18px; box-shadow: var(--shadow);
  font-weight: 800; color: var(--navy); display: flex; align-items: center; gap: 8px;
}

/* ==========================================================================
   Cards / grids
   ========================================================================== */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-sm);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .card-ic {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
  background: var(--gold-soft); color: var(--navy); margin-bottom: 16px; font-size: 1.5rem;
}
.card h3 { font-size: 1.28rem; margin-bottom: 8px; }
.card p { color: var(--muted); }
.card .card-link { margin-top: auto; padding-top: 16px; font-weight: 800; color: var(--teal); display: inline-flex; align-items: center; gap: 6px; }
.card .card-link::after { content: '←'; transition: transform .2s var(--ease); }
.card:hover .card-link::after { transform: translateX(-5px); }

/* nav cards (home) */
.navcard {
  position: relative; overflow: hidden; color: #fff; min-height: 190px;
  border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column;
  justify-content: flex-end; box-shadow: var(--shadow-sm); border: none;
  background: var(--navy); transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.navcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.navcard h3 { color: #fff; font-size: 1.35rem; }
.navcard p { color: rgba(255,255,255,.82); font-size: .98rem; margin-top: 4px; }
.navcard.teal { background: linear-gradient(160deg, var(--teal) 0%, var(--teal-deep) 100%); }
.navcard.navy { background: linear-gradient(160deg, var(--navy-soft) 0%, var(--navy-deep) 100%); }
.navcard.gold { background: linear-gradient(160deg, #e9c860 0%, #d9a93f 100%); }
.navcard.gold h3 { color: var(--navy-deep); }
.navcard.gold p { color: rgba(14,34,55,.72); }

/* image nav cards */
.navcard.has-img { background: var(--navy-deep); }
.navcard .nc-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  z-index: 0; transition: transform .55s var(--ease);
}
.navcard.has-img::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(175deg, rgba(14,34,55,.12) 0%, rgba(14,34,55,.55) 55%, rgba(14,34,55,.88) 100%);
}
.navcard.has-img:hover .nc-img { transform: scale(1.07); }
.navcard .nc-body { position: relative; z-index: 2; }
.navcard.has-img h3 { color: #fff; }
.navcard.has-img p { color: rgba(255,255,255,.88); }
/* clean label above the title */
.navcard .nc-label {
  display: inline-block; font-weight: 800; font-size: .72rem; letter-spacing: .14em;
  text-transform: uppercase; margin-bottom: 9px; color: var(--gold);
}
.navcard.gold .nc-label { color: var(--navy-deep); opacity: .72; }
/* equal-height symmetric nav cards */
.navcards { grid-auto-rows: 1fr; }
.navcards .navcard { min-height: 232px; }

/* ==========================================================================
   Book layout
   ========================================================================== */
.book {
  display: grid; grid-template-columns: 360px 1fr; gap: 48px; align-items: start;
}
.book-cover { position: relative; }
.book-cover img { border-radius: 14px; box-shadow: var(--shadow-lg); }
/* symmetric mini book covers (home/about book cards) */
.book-mini { width: 100%; height: 230px; object-fit: contain; margin-inline: auto; }
@media (max-width: 720px) { .book-mini { height: 200px; } }

.book-body h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.book-tag { display:inline-block; background: var(--gold-soft); color: var(--navy); font-weight:800; padding:5px 14px; border-radius:999px; font-size:.9rem; margin-bottom:14px; }
.book-body p { margin-top: 14px; color: #34424e; }
.book-buy { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.book-note { font-size: .95rem; color: var(--muted); margin-top: 12px; }

.audience { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.chip { background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 7px 15px; font-weight: 700; font-size: .93rem; color: var(--navy); }

/* ==========================================================================
   Videos
   ========================================================================== */
.video-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s; }
.video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.video-frame { position: relative; aspect-ratio: 16/9; background: #000 center/cover no-repeat; cursor: pointer; overflow: hidden; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-frame img.thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease), filter .3s; }
.video-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,34,55,.05) 0%, rgba(14,34,55,.45) 100%); transition: background .3s; }
.video-card:hover .video-frame img.thumb { transform: scale(1.06); }
.video-card:hover .video-frame::after { background: linear-gradient(180deg, rgba(14,34,55,.1) 0%, rgba(14,34,55,.35) 100%); }
.video-frame .play {
  position: absolute; inset: 0; margin: auto; width: 74px; height: 74px; z-index: 2;
  border-radius: 50%; background: rgba(213,74,69,.95); display: grid; place-items: center;
  box-shadow: 0 8px 26px rgba(0,0,0,.35); transition: transform .2s var(--ease), background .2s;
}
.video-frame .play::before { content: ''; border-style: solid; border-width: 13px 0 13px 21px; border-color: transparent transparent transparent #fff; margin-inline-start: -4px; }
.video-card:hover .play { transform: scale(1.12); background: var(--red); }
.video-frame.playing { cursor: default; }
.video-frame.playing .thumb, .video-frame.playing .play, .video-frame.playing::after { display: none; }
.video-meta { padding: 16px 18px; }
.video-meta .tag { color: var(--teal); font-weight: 800; font-size: .82rem; letter-spacing: .04em; }
.video-meta h3 { font-size: 1.1rem; margin-top: 4px; }

/* ==========================================================================
   Testimonials
   ========================================================================== */
.quote {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm); position: relative;
}
.quote::before { content: '”'; position: absolute; top: 6px; inset-inline-start: 20px; font-size: 4rem; color: var(--gold); font-family: Georgia, serif; line-height: 1; }
.quote p { color: #34424e; font-size: 1.04rem; }
.quote .who { margin-top: 16px; font-weight: 800; color: var(--navy); }
.quote .who small { display: block; font-weight: 600; color: var(--muted); }

.logos { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 8px; }
.logos .logo-chip {
  background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 22px;
  font-weight: 800; color: var(--navy); box-shadow: var(--shadow-sm); font-size: 1.02rem;
}

/* ==========================================================================
   Featured recommendation (celebrity quote)
   ========================================================================== */
.rec-card {
  position: relative; overflow: hidden;
  background: linear-gradient(155deg, var(--navy) 0%, var(--navy-deep) 100%);
  border-radius: 26px; padding: 52px 54px; color: #eaf1f7; box-shadow: var(--shadow-lg);
}
.rec-card::before {
  content: '”'; position: absolute; top: -30px; inset-inline-start: 24px;
  font-family: Georgia, serif; font-size: 13rem; line-height: 1; color: var(--gold); opacity: .16;
}
.rec-card::after {
  content: ''; position: absolute; width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(242,216,115,.18), transparent 70%);
  bottom: -140px; inset-inline-end: -100px;
}
.rec-badge {
  display: inline-flex; align-items: center; gap: 8px; position: relative; z-index: 1;
  background: var(--gold); color: var(--navy-deep); font-weight: 800; font-size: .82rem;
  letter-spacing: .06em; padding: 7px 16px; border-radius: 999px; margin-bottom: 22px;
}
.rec-text { position: relative; z-index: 1; max-width: 62ch; }
.rec-text p { font-size: 1.24rem; line-height: 1.75; color: #f2f7fb; margin-bottom: 14px; font-weight: 500; }
.rec-text p:first-of-type { font-size: 1.42rem; font-weight: 700; color: #fff; }
.rec-text .hl-gold { color: var(--gold); font-weight: 700; }
.rec-author {
  position: relative; z-index: 1; display: flex; align-items: center; gap: 16px;
  margin-top: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.15); flex-wrap: wrap;
}
.rec-avatar {
  flex: 0 0 auto; width: 66px; height: 66px; border-radius: 50%; overflow: hidden;
  background: linear-gradient(150deg, var(--gold) 0%, #e0b94a 100%); color: var(--navy-deep);
  display: grid; place-items: center; font-family: var(--ff-head); font-weight: 900; font-size: 1.5rem;
  box-shadow: 0 6px 18px rgba(242,216,115,.35); border: 2px solid var(--gold);
}
.rec-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; }
.rec-name { font-family: var(--ff-head); font-weight: 800; font-size: 1.3rem; color: #fff; }
.rec-title { color: #b8c7d4; font-size: .96rem; }
.rec-fb {
  margin-inline-start: auto; display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); color: #fff; font-weight: 700; font-size: .92rem;
  padding: 10px 18px; border-radius: 999px; transition: background .18s, transform .18s;
}
.rec-fb:hover { background: #1877f2; transform: translateY(-2px); }
.rec-fb svg { width: 18px; height: 18px; }
.rec-actions { position: relative; z-index: 1; margin-top: 26px; display: flex; gap: 12px; flex-wrap: wrap; }

/* Facebook post embed */
.fb-embed-wrap { display: flex; flex-direction: column; align-items: center; margin-top: 30px; }
.fb-embed-label {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px;
  color: var(--muted); font-weight: 700; font-size: .95rem;
}
.fb-embed-label svg { width: 20px; height: 20px; fill: #1877f2; }
.fb-embed-frame {
  border-radius: 16px; overflow: hidden; box-shadow: var(--shadow);
  background: #fff; width: 500px; max-width: 100%; min-height: 110px;
  display: flex; align-items: center; justify-content: center;
}
.fb-embed-frame iframe { display: block; }
.fb-fallback { padding: 38px 22px; font-weight: 800; color: var(--teal); text-align: center; line-height: 1.5; }
.fb-embed-wrap .btn { margin-top: 20px; }

@media (max-width: 720px) {
  .rec-card { padding: 34px 24px; border-radius: 20px; }
  .rec-text p { font-size: 1.08rem; }
  .rec-text p:first-of-type { font-size: 1.2rem; }
  .rec-fb { margin-inline-start: 0; }
  .rec-name { font-size: 1.15rem; }
}

/* ==========================================================================
   Split / feature rows
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
.steps { counter-reset: s; display: grid; gap: 18px; margin-top: 8px; }
.step { display: flex; gap: 16px; align-items: flex-start; }
.step .n { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 800; font-family: var(--ff-head); }
.step h4 { font-size: 1.12rem; margin-bottom: 2px; }
.step p { color: var(--muted); }

.tick-list { display: grid; gap: 12px; margin-top: 18px; }
.tick-list li { display: flex; gap: 12px; align-items: flex-start; }
.tick-list li::before { content: '✓'; flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: var(--gold-soft); color: var(--navy); display: grid; place-items: center; font-weight: 900; font-size: .9rem; margin-top: 3px; }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff; border-radius: 24px; padding: 48px; text-align: center; box-shadow: var(--shadow);
  position: relative; overflow: hidden;
}
.cta-band::after { content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(242,216,115,.22), transparent 70%); top: -120px; inset-inline-start: -80px; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem,3vw,2.2rem); position: relative; }
.cta-band p { color: rgba(255,255,255,.82); margin: 12px auto 0; max-width: 56ch; position: relative; }
.cta-band .hero-cta { justify-content: center; position: relative; }

/* ==========================================================================
   Forms
   ========================================================================== */
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 800; color: var(--navy); margin-bottom: 7px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 15px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: inherit; font-size: 1rem; background: var(--cream-soft); color: var(--ink);
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(26,109,128,.15); background: #fff;
}
.field textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: .9rem; color: var(--muted); margin-top: 8px; }
.contact-methods { display: grid; gap: 14px; }
.contact-methods a { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; font-weight: 700; color: var(--navy); box-shadow: var(--shadow-sm); transition: transform .18s var(--ease); }
.contact-methods a:hover { transform: translateY(-3px); }
.contact-methods .ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--gold-soft); }
.contact-methods small { display: block; color: var(--muted); font-weight: 600; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--navy-deep); color: #c8d4de; padding: 60px 0 26px; }
.site-footer a { color: #c8d4de; transition: color .15s; }
.site-footer a:hover { color: var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; }
.footer-brand img { height: 54px; border-radius: 10px; margin-bottom: 12px; }
.footer-brand p { color: #9fb0bd; font-size: .96rem; max-width: 34ch; }
.site-footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 14px; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { font-weight: 600; }
.social-row { display: flex; gap: 10px; margin-top: 6px; }
.social-row a {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.09); transition: background .18s, transform .18s;
}
.social-row a:hover { background: var(--gold); color: var(--navy-deep); transform: translateY(-3px); }
.social-row svg { width: 20px; height: 20px; }
.footer-contact li { margin-bottom: 10px; display: flex; gap: 10px; align-items: center; font-weight: 600; }

.footer-pay { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.pay-badge { background: #fff; border-radius: 6px; padding: 4px 6px; height: 30px; display: inline-flex; align-items: center; }
.pay-badge img { height: 20px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px;
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center;
  font-size: .9rem; color: #8fa2b1;
}
.footer-bottom a { font-weight: 700; }
.footer-bottom .fb-links { display: flex; gap: 18px; flex-wrap: wrap; }

/* ==========================================================================
   WhatsApp float
   ========================================================================== */
.wa-float {
  position: fixed; inset-inline-start: 22px; bottom: 22px; z-index: 900;
  width: 58px; height: 58px; border-radius: 50%; background: #25d366;
  display: grid; place-items: center; box-shadow: 0 8px 24px rgba(37,211,102,.44);
  transition: transform .2s var(--ease);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; }

/* ==========================================================================
   Accessibility widget
   ========================================================================== */
.a11y-btn {
  position: fixed; inset-inline-end: 22px; bottom: 22px; z-index: 950;
  width: 54px; height: 54px; border-radius: 50%; background: var(--navy);
  display: grid; place-items: center; box-shadow: var(--shadow);
  border: 2px solid #fff; transition: transform .2s var(--ease);
}
.a11y-btn:hover { transform: scale(1.08); }
.a11y-btn svg { width: 28px; height: 28px; fill: #fff; }
.a11y-panel {
  position: fixed; inset-inline-end: 22px; bottom: 86px; z-index: 951;
  width: 290px; max-width: calc(100vw - 44px); background: #fff; border-radius: 16px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--line); padding: 18px;
  display: none;
}
.a11y-panel.open { display: block; }
.a11y-panel h3 { font-size: 1.1rem; margin-bottom: 4px; }
.a11y-panel .sub { font-size: .84rem; color: var(--muted); margin-bottom: 14px; }
.a11y-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.a11y-grid button {
  border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 8px; font-weight: 700;
  color: var(--navy); background: var(--cream-soft); font-size: .9rem; transition: all .15s;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.a11y-grid button:hover { border-color: var(--teal); }
.a11y-grid button.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.a11y-grid button .em { font-size: 1.3rem; }
.a11y-reset { margin-top: 12px; width: 100%; padding: 10px; border-radius: 12px; background: var(--red); color:#fff; font-weight: 800; }
.a11y-panel .stmt-link { display:block; text-align:center; margin-top:12px; font-weight:800; color: var(--teal); }

/* Accessibility body states */
body.a11y-contrast { --cream:#fff; --cream-soft:#fff; --ink:#000; --muted:#000; --navy:#000; background:#fff; }
body.a11y-contrast .site-header { background:#fff; }
body.a11y-contrast .btn-gold { background:#000; color:#fff; }
body.a11y-links a:not(.btn) { text-decoration: underline !important; text-underline-offset: 3px; }
body.a11y-fs1 { font-size: 1.16rem; }
body.a11y-fs2 { font-size: 1.3rem; }
body.a11y-readable { --ff: 'Arial', sans-serif; --ff-head: 'Arial', sans-serif; letter-spacing: .01em; }
body.a11y-no-anim *, body.a11y-no-anim *::before, body.a11y-no-anim *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
body.a11y-highlight-titles h1, body.a11y-highlight-titles h2, body.a11y-highlight-titles h3 { background: var(--gold-soft); }

/* legal / prose pages */
.prose { max-width: 760px; margin-inline: auto; }
.prose h2 { font-size: 1.5rem; margin: 32px 0 10px; }
.prose h3 { font-size: 1.18rem; margin: 22px 0 8px; }
.prose p, .prose li { color: #34424e; }
.prose ul { margin: 10px 0; display: grid; gap: 8px; }
.prose ul li { position: relative; padding-inline-start: 22px; }
.prose ul li::before { content: '•'; position: absolute; inset-inline-start: 4px; color: var(--teal); font-weight: 900; }
.prose a { color: var(--teal); font-weight: 700; text-decoration: underline; }

/* breadcrumb */
.crumb { padding: 18px 0 0; font-size: .9rem; color: var(--muted); }
.crumb a { color: var(--teal); font-weight: 700; }

/* ==========================================================================
   Animations
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
.reveal-zoom { opacity: 0; transform: scale(.94); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-zoom.in { opacity: 1; transform: none; }

@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.floaty { animation: floaty 5s ease-in-out infinite; }

@keyframes beam { 0%,100% { opacity: .55; } 50% { opacity: 1; } }
.hero h1 .hl::after {
  content: ''; position: absolute; inset-inline-end: 0; bottom: 4px; width: 100%; height: 10px;
  background: var(--gold); border-radius: 6px; z-index: -1; opacity: .7; animation: beam 4s ease-in-out infinite;
}

.btn, .card, .navcard, .video-card, .contact-methods a { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal, .reveal-zoom { opacity: 1 !important; transform: none !important; }
}
body.a11y-no-anim .reveal, body.a11y-no-anim .reveal-zoom { opacity: 1 !important; transform: none !important; }
body.a11y-no-anim .floaty { animation: none !important; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 34px; padding: 48px 0 60px; }
  .hero-media { order: -1; max-width: 420px; }
  .book { grid-template-columns: 1fr; gap: 30px; }
  .book-cover { max-width: 300px; margin-inline: auto; }
  .split { grid-template-columns: 1fr; gap: 28px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
}
@media (max-width: 720px) {
  .nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  body.nav-open .nav {
    display: block; position: fixed; inset: var(--header-h) 0 auto 0; margin: 0;
    background: var(--cream-soft); border-bottom: 1px solid var(--line); padding: 14px 22px 20px;
    box-shadow: var(--shadow); max-height: calc(100vh - var(--header-h)); overflow: auto;
  }
  body.nav-open .nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  body.nav-open .nav a { padding: 14px 12px; border-radius: 12px; font-size: 1.08rem; }
  .section { padding: 56px 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 36px 22px; }
  .hero-cta { gap: 10px; }
  .hero-cta .btn, .book-buy .btn { flex: 1 1 100%; }
  .hero-media { max-width: 340px; margin-inline: auto; }
  .hero-badge { inset-inline-start: auto; inset-inline-end: 10px; bottom: -12px; font-size: .92rem; padding: 9px 14px; }
  .hero h1 { font-size: clamp(1.9rem, 8vw, 2.4rem); }
  .section-title { font-size: clamp(1.5rem, 6.5vw, 2rem); }
  .logos .logo-chip { font-size: .92rem; padding: 11px 16px; }
  .a11y-btn { inset-inline-end: 14px; bottom: 14px; }
  .wa-float { inset-inline-start: 14px; bottom: 14px; }
}
@media (max-width: 380px) {
  .wrap { padding-inline: 16px; }
  .brand span { font-size: 1.02rem; }
}
