/* ═══════════════════════════════════════════
   Fix & Flow — Premium Design System
   Palette: Sage · Natural · Therapeutic
   ═══════════════════════════════════════════ */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

:root {
  /* ── Blush/Warm Color System ── */
  --sage:          #e8b4b0;
  --sage-light:    #f9eeec;
  --sage-mid:      #f0d0cc;
  --sage-deep:     #c47a74;        /* primary action */
  --sage-dark:     #9e5a54;        /* hover state */

  /* ── Neutrals ── */
  --cream:         #fdf6f4;
  --white:         #ffffff;
  --stone:         #f9eeec;
  --warm:          #fff9f8;

  /* ── Text ── */
  --text:          #271a18;
  --text-mid:      #7a4f4a;
  --text-soft:     #b08480;

  /* ── Accents ── */
  --gold:          #c9a87c;
  --border:        #ead8d5;
  --border-light:  #f3e3e1;

  /* ── Spacing ── */
  --gap:           8rem;
  --radius:        18px;
  --radius-sm:     12px;
  --radius-lg:     26px;

  /* ── Legacy aliases (HTML uses --blush-* names) ── */
  --blush:         var(--sage);
  --blush-light:   var(--sage-light);
  --blush-mid:     var(--sage-mid);
  --blush-deep:    var(--sage-deep);
  --blush-dark:    var(--sage-dark);
}

/* ─────────────────────────────────────
   BASE
───────────────────────────────────── */

body {
  font-family: 'Frank Ruhl Libre', serif;
  background: var(--cream);
  color: var(--text);
  direction: rtl;
  overflow-x: hidden;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16.5px;
}

/* ─────────────────────────────────────
   UTILITIES
───────────────────────────────────── */

.section-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-head {
  margin-bottom: 3.8rem;
}
.section-head.center {
  text-align: center;
}

.section-label {
  display: inline-block;
  font-size: 0.63rem;
  letter-spacing: 0.3em;
  color: var(--sage-deep);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 400;
  opacity: 0.85;
}

.section-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.18;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.015em;
}
.section-head h2 em {
  color: var(--sage-deep);
  font-style: italic;
  font-weight: 400;
}

.section-sub {
  font-size: 1.02rem;
  color: var(--text-mid);
  margin-top: 1.1rem;
  font-weight: 300;
  line-height: 1.95;
  max-width: 560px;
  margin-inline: auto;
}

/* ─────────────────────────────────────
   NAVIGATION
───────────────────────────────────── */

nav {
  position: fixed;
  top: 0; width: 100%; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2.5rem;
  height: 84px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-light);
}

.nav-logo-btn {
  display: block;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.nav-logo-btn:hover {
  opacity: 0.8;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.nav-links a {
  font-size: 0.78rem;
  text-decoration: none;
  color: var(--text-mid);
  letter-spacing: 0.1em;
  transition: color 0.2s ease;
  font-weight: 400;
}
.nav-links a:hover {
  color: var(--sage-deep);
}

.nav-cta {
  background: var(--sage-deep);
  color: white;
  padding: 9px 24px;
  border-radius: 50px;
  font-size: 0.77rem;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.06em;
  transition: all 0.25s ease;
  box-shadow: 0 2px 12px rgba(196,122,116,0.18);
}
.nav-cta:hover {
  background: var(--sage-dark);
  box-shadow: 0 4px 18px rgba(196,122,116,0.3);
  transform: translateY(-1px);
}

/* ─────────────────────────────────────
   HERO
───────────────────────────────────── */

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  position: relative;
  padding: 84px 2rem 2rem;
  overflow: visible;
}

/* Logo — absolute top center */
.hero-logo-link {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  line-height: 0;
  z-index: 2;
}
.hero-logo-img {
  height: 46px;
  width: auto;
}

/* Center block */
.hero-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
  position: relative;
  z-index: 1;
}

.hero-title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.hero-name-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 6vw, 4.2rem);
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
  color: var(--text);
  text-transform: uppercase;
}

.hero-name-he {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 6vw, 4.2rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--text);
}

/* Hero WhatsApp button */
.btn-wa-hero {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--sage-deep);
  color: white;
  padding: 13px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.btn-wa-hero:hover {
  background: var(--sage-dark);
}

/* Portrait circle inside hero */
.hero-portrait-circle {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--blush-mid);
  box-shadow:
    0 0 0 6px rgba(196,122,116,0.10),
    0 12px 40px rgba(196,122,116,0.18);
  flex-shrink: 0;
}
.hero-portrait-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  display: block;
}

@media (max-width: 768px) {
  .hero {
    min-height: 100svh;
    padding: 0;
  }
  .hero-name-en,
  .hero-name-he {
    font-size: 2.4rem;
  }
  .hero-portrait-circle {
    width: 150px;
    height: 150px;
  }
}

/* ─────────────────────────────────────
   PAIN SECTION
───────────────────────────────────── */

.pain {
  padding: var(--gap) 2.5rem;
  background: var(--cream);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.4rem;
}

.pain-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 2rem 2.2rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.pain-card:hover {
  border-color: var(--sage-mid);
  box-shadow: 0 4px 24px rgba(196,122,116,0.07);
}
.pain-icon {
  font-size: 1.5rem;
  margin-bottom: 1.1rem;
  display: block;
  opacity: 0.9;
}
.pain-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.28rem;
  color: var(--text);
  margin-bottom: 0.55rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.pain-card p {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.9;
  font-weight: 300;
}

/* ─────────────────────────────────────
   HOW TREATMENT HELPS
───────────────────────────────────── */

.how {
  padding: var(--gap) 2.5rem;
  background: var(--white);
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 3rem;
  margin-top: 0.5rem;
}

.how-card {
  padding-top: 2rem;
  border-top: 1px solid var(--border-light);
}
.how-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem;
  color: var(--sage-mid);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.1rem;
  letter-spacing: -0.03em;
}
.how-card h4 {
  font-size: 0.96rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 0.65rem;
  letter-spacing: -0.01em;
}
.how-card p {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.9;
  font-weight: 300;
}

/* ─────────────────────────────────────
   ABOUT / WHY RON
───────────────────────────────────── */

.about {
  padding: var(--gap) 2.5rem;
  background: var(--cream);
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}

.about h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.2;
  margin-bottom: 1.4rem;
  letter-spacing: -0.01em;
}

.about-lead {
  font-size: 1.04rem;
  color: var(--text);
  line-height: 1.95;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.about-text p {
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 2;
  font-weight: 300;
  margin-bottom: 1.1rem;
}

.about-creds {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cred-item {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 0.84rem;
  color: var(--text-mid);
  font-weight: 300;
}
.cred-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--sage-deep);
  flex-shrink: 0;
  opacity: 0.7;
}

.about-right {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.about-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.6rem 2.4rem;
  text-align: center;
}
.about-card-photo {
  padding: 0;
  overflow: hidden;
}
.about-photo {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center 15%;
  display: block;
  border-radius: var(--radius-lg);
}

.about-quote {
  border: none;
  padding: 0;
}
.about-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  line-height: 1.75;
  color: var(--sage-deep);
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0.9rem;
}
.about-quote cite {
  font-size: 0.75rem;
  color: var(--text-soft);
  font-style: normal;
  letter-spacing: 0.04em;
}

/* About section — full-width image below columns */
.about-full-img-wrap {
  max-width: 1060px;
  margin: 2.5rem auto 0;
  padding: 0 2rem;
}
.about-full-img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: var(--radius);
  display: block;
}
@media (max-width: 768px) {
  .about-full-img {
    height: 260px;
  }
}

/* Why Ron differentiators */
.why-ron {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 0.75rem;
}
.wr-item {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 1.3rem 1.5rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.wr-item:hover {
  border-color: var(--sage-mid);
  box-shadow: 0 2px 16px rgba(196,122,116,0.06);
}
.wr-title {
  font-size: 0.87rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 0.35rem;
  letter-spacing: -0.005em;
}
.wr-desc {
  font-size: 0.8rem;
  color: var(--text-soft);
  line-height: 1.8;
  font-weight: 300;
}

/* ─────────────────────────────────────
   TESTIMONIALS
───────────────────────────────────── */

/* Testimonials — horizontal scroll row */
.testimonials {
  padding: var(--gap) 0;
  background: var(--white);
}

.testimonials .section-head {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

/* Horizontal scroll container */
.testi-scroll {
  display: flex;
  flex-direction: row;
  direction: rtl;
  gap: 1.4rem;
  padding: 0.5rem 2.5rem 1rem;
  margin-bottom: 2.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.testi-scroll::-webkit-scrollbar { display: none; }

/* Card */
.tcard {
  flex: 1 1 0;
  min-width: 260px;
  scroll-snap-align: start;
  background: var(--stone);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.4rem 2.2rem 2rem;
  position: relative;
  box-shadow: 0 2px 18px rgba(196, 122, 116, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.tcard:hover {
  box-shadow: 0 6px 30px rgba(196, 122, 116, 0.15);
  transform: translateY(-3px);
}
.tcard::before {
  content: '\201C';
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  color: var(--sage);
  position: absolute;
  top: -6px; right: 22px;
  line-height: 1;
  opacity: 0.4;
}
.tcard-stars {
  color: var(--gold);
  font-size: 0.78rem;
  margin-bottom: 1.1rem;
  letter-spacing: 2.5px;
}
.tcard p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.95;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.4rem;
}
.tcard-name {
  font-size: 0.72rem;
  color: var(--sage-deep);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.t-google-row {
  text-align: center;
  padding: 0 2.5rem;
}

@media (max-width: 768px) {
  .testimonials .section-head {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .testi-scroll {
    padding: 0.5rem 1.2rem 1rem;
    gap: 1rem;
  }
  .tcard {
    flex: 0 0 82vw;
    max-width: 340px;
  }
  .t-google-row {
    padding: 0 1.2rem;
  }
}

.btn-google {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: #555;
  border: 1.5px solid #f1c40f;
  padding: 11px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 400;
  transition: all 0.25s;
}
.btn-google:hover {
  background: #fffef0;
  transform: translateY(-2px);
}

/* ─────────────────────────────────────
   PROCESS
───────────────────────────────────── */

.process {
  padding: var(--gap) 2.5rem;
  background: var(--cream);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 26px;
  right: 12%; left: 12%;
  height: 1px;
  background: var(--border-light);
  z-index: 0;
}

.pstep {
  text-align: center;
  position: relative;
  z-index: 1;
}
.pstep-num {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.4rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  color: var(--sage-deep);
  font-weight: 600;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.pstep:hover .pstep-num {
  background: var(--sage-light);
  border-color: var(--sage-mid);
}
.pstep h4 {
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
  color: var(--text);
  letter-spacing: -0.005em;
}
.pstep p {
  font-size: 0.79rem;
  color: var(--text-soft);
  line-height: 1.85;
  font-weight: 300;
}

/* ─────────────────────────────────────
   FAQ
───────────────────────────────────── */

.faq {
  padding: var(--gap) 2.5rem;
  background: var(--white);
}
.faq-inner {
  max-width: 700px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.faq-item {
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.25s ease;
}
.faq-item:hover {
  border-color: var(--sage-mid);
}
.faq-q {
  width: 100%;
  background: var(--white);
  border: none;
  padding: 1.4rem 1.6rem;
  text-align: right;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 0.93rem;
  color: var(--text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s ease;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.55;
}
.faq-q:hover {
  background: var(--stone);
}
.faq-q::after {
  content: '+';
  font-size: 1.2rem;
  color: var(--sage-deep);
  margin-right: auto;
  margin-left: 0;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.2s;
}
.faq-item.open .faq-q {
  background: var(--stone);
}
.faq-item.open .faq-q::after {
  content: '−';
}
.faq-a {
  display: none;
  padding: 1.2rem 1.6rem 1.6rem;
  background: var(--stone);
  border-top: 1px solid var(--border-light);
}
.faq-item.open .faq-a {
  display: block;
}
.faq-a p {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.95;
  margin: 0;
  font-weight: 300;
}

/* ─────────────────────────────────────
   PRICING
───────────────────────────────────── */

.pricing {
  padding: var(--gap) 2.5rem;
  background: var(--cream);
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.price-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2.4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.price-card:hover {
  border-color: var(--sage-mid);
  box-shadow: 0 4px 24px rgba(196,122,116,0.07);
}
.price-card.featured {
  border: 1.5px solid var(--sage-deep);
  background: var(--white);
}
.price-badge {
  position: absolute;
  top: -13px; right: 50%;
  transform: translateX(50%);
  background: var(--sage-deep);
  color: white;
  font-size: 0.68rem;
  padding: 4px 18px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.price-icon {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  opacity: 0.85;
}
.price-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.price-sub {
  font-size: 0.76rem;
  color: var(--text-soft);
  margin-bottom: 1.2rem;
  letter-spacing: 0.02em;
}
.price-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  color: var(--sage-deep);
  font-weight: 600;
  line-height: 1;
}
.price-amount span {
  font-size: 1.3rem;
}
.price-dur {
  font-size: 0.74rem;
  color: var(--text-soft);
  margin-bottom: 1.4rem;
  margin-top: 5px;
}
.price-list {
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 2rem;
}
.price-list li {
  font-size: 0.84rem;
  color: var(--text-mid);
  padding-right: 20px;
  position: relative;
  line-height: 1.6;
  font-weight: 300;
}
.price-list li::before {
  content: "✓";
  position: absolute; right: 0;
  color: var(--sage-deep);
  font-weight: 500;
}
.btn-price {
  display: block;
  text-align: center;
  background: var(--sage-deep);
  color: white;
  padding: 13px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.25s;
  letter-spacing: 0.02em;
}
.btn-price:hover {
  background: var(--sage-dark);
  transform: translateY(-1px);
}
.btn-price.secondary {
  background: transparent;
  color: var(--sage-deep);
  border: 1px solid var(--sage-mid);
}
.btn-price.secondary:hover {
  background: var(--sage-light);
  border-color: var(--sage-deep);
}

.packages {
  border-top: 1px solid var(--border-light);
  padding-top: 3.5rem;
}
.pkg-title-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.pkg-note-main {
  text-align: center;
  font-size: 0.86rem;
  color: var(--text-soft);
  margin-bottom: 2.2rem;
  font-weight: 300;
}
.pkg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.pkg-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2.4rem;
  position: relative;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.pkg-card:hover {
  border-color: var(--sage-mid);
  box-shadow: 0 4px 24px rgba(196,122,116,0.07);
}
.pkg-card.popular {
  border: 1.5px solid var(--sage-deep);
}
.pkg-popular-tag {
  position: absolute;
  top: -13px; right: 50%;
  transform: translateX(50%);
  background: var(--sage-deep);
  color: white;
  font-size: 0.68rem;
  padding: 4px 18px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.pkg-for {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--sage-deep);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.pkg-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.pkg-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem;
  color: var(--sage-deep);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.pkg-price span {
  font-size: 1.1rem;
}
.pkg-saving {
  font-size: 0.74rem;
  color: var(--sage-dark);
  font-weight: 500;
  margin-bottom: 1.4rem;
  opacity: 0.85;
}
.btn-pkg {
  display: block;
  text-align: center;
  background: var(--sage-deep);
  color: white;
  padding: 12px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.25s;
  letter-spacing: 0.02em;
}
.btn-pkg:hover {
  background: var(--sage-dark);
  transform: translateY(-1px);
}

/* ─────────────────────────────────────
   FINAL CTA
───────────────────────────────────── */

.final-cta {
  padding: var(--gap) 2.5rem;
  background: var(--sage-light);
  text-align: center;
}
.final-cta-inner {
  max-width: 540px;
  margin: 0 auto;
}

.final-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.final-cta h2 em {
  color: var(--sage-deep);
  font-style: italic;
  font-weight: 400;
}

.fcta-sub {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.9;
  margin-bottom: 2.5rem;
  font-weight: 300;
}

.btn-fcta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--sage-deep);
  color: white;
  padding: 18px 56px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.97rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
  box-shadow: 0 6px 26px rgba(196,122,116,0.24);
  margin-bottom: 2.8rem;
}
.btn-fcta:hover {
  background: var(--sage-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(196,122,116,0.35);
}

.fcta-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.8rem;
  margin-bottom: 2.5rem;
  font-size: 0.85rem;
  color: var(--text-mid);
  font-weight: 300;
}

.fcta-prices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem 3rem;
  margin-bottom: 1.8rem;
}
.fcta-price-item {
  text-align: center;
}
.fpi-name {
  font-size: 0.72rem;
  color: var(--text-soft);
  margin-bottom: 0.4rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.fpi-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  color: var(--sage-deep);
  font-weight: 600;
  line-height: 1;
}
.fpi-note {
  font-size: 0.71rem;
  color: var(--text-soft);
  margin-top: 0.4rem;
  font-weight: 300;
}
.fcta-divider {
  width: 1px;
  height: 56px;
  background: var(--border-light);
}

.fcta-legal {
  font-size: 0.76rem;
  color: var(--text-soft);
  line-height: 1.75;
  padding: 1rem 1.5rem;
  background: rgba(255,255,255,0.6);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
  text-align: right;
  font-weight: 300;
}

/* ─────────────────────────────────────
   CONTACT DETAILS
───────────────────────────────────── */

.contact {
  padding: 3.5rem 2.5rem;
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.ccard {
  background: var(--stone);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 1.6rem 1.6rem;
  transition: border-color 0.25s ease;
}
.ccard:hover {
  border-color: var(--sage-mid);
}
.ccard-label {
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  color: var(--sage-deep);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.ccard-val {
  font-size: 0.95rem;
  color: var(--text);
  font-weight: 500;
}
.ccard-note {
  font-size: 0.76rem;
  color: var(--text-soft);
  margin-top: 3px;
  font-weight: 300;
}

/* ─────────────────────────────────────
   DISCLAIMER
───────────────────────────────────── */

.disclaimer {
  background: var(--cream);
  border-top: 1px solid var(--border-light);
  padding: 2rem 2.5rem;
}
.disclaimer-inner {
  max-width: 900px;
  margin: 0 auto;
}
.disclaimer p {
  font-size: 0.73rem;
  color: var(--text-soft);
  line-height: 1.75;
  text-align: center;
  font-weight: 300;
}

/* ─────────────────────────────────────
   FOOTER
───────────────────────────────────── */

footer {
  background: var(--text);
  color: rgba(255,255,255,0.45);
  text-align: center;
  padding: 2.2rem 2rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  font-weight: 300;
}
footer span {
  color: var(--sage);
}
footer a {
  color: var(--sage);
  text-decoration: none;
}

/* ─────────────────────────────────────
   FLOATING WHATSAPP
───────────────────────────────────── */

.wa-float {
  position: fixed;
  bottom: 24px; left: 24px;
  width: 54px; height: 54px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 4px 18px rgba(37,211,102,0.4);
  z-index: 999;
  text-decoration: none;
  transition: transform 0.25s;
}
.wa-float:hover {
  transform: scale(1.1);
}

/* ─────────────────────────────────────
   CTA STRIPS
───────────────────────────────────── */

.cta-strip {
  background: var(--sage-light);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 2.8rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  text-align: center;
}

.cta-strip-text {
  font-size: 0.97rem;
  color: var(--text-mid);
  font-weight: 300;
  max-width: 440px;
  line-height: 1.75;
}

.btn-strip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--sage-deep);
  color: white;
  padding: 13px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.87rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: 0 3px 16px rgba(196,122,116,0.18);
}
.btn-strip:hover {
  background: var(--sage-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(196,122,116,0.26);
}

@media (max-width: 768px) {
  .cta-strip {
    flex-direction: column;
    gap: 1.4rem;
    padding: 2.2rem 1.4rem;
  }
  .btn-strip {
    width: 100%;
    justify-content: center;
  }
}

/* ─────────────────────────────────────
   SCROLL OFFSET (fixed nav)
───────────────────────────────────── */

section, .faq {
  scroll-margin-top: 84px;
}

/* ─────────────────────────────────────
   ANIMATIONS
───────────────────────────────────── */

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─────────────────────────────────────
   RESPONSIVE — TABLET (≤960px)
───────────────────────────────────── */

@media (max-width: 960px) {
  :root { --gap: 5rem; }

  .about-inner {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .process-steps {
    grid-template-columns: 1fr 1fr;
  }
  .process-steps::before {
    display: none;
  }
}

/* ─────────────────────────────────────
   RESPONSIVE — MOBILE (≤768px)
───────────────────────────────────── */

@media (max-width: 768px) {
  :root { --gap: 4.5rem; }

  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }

  nav {
    padding: 0 1.2rem;
  }
  nav .nav-links {
    display: none;
  }

  .pain-grid {
    grid-template-columns: 1fr 1fr;
  }
  .how-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pkg-grid {
    grid-template-columns: 1fr;
  }
  .fcta-prices {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.8rem;
  }
  .fcta-divider {
    width: 50px;
    height: 1px;
  }
  .fcta-details {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
  .btn-fcta {
    width: 100%;
    justify-content: center;
  }
}

/* ─────────────────────────────────────
   RESPONSIVE — SMALL PHONES (≤480px)
───────────────────────────────────── */

@media (max-width: 480px) {
  :root { --gap: 3.5rem; }

  .hero h1 {
    font-size: 2.3rem;
  }
  .hero-sub {
    font-size: 0.95rem;
  }
  .pain-grid {
    grid-template-columns: 1fr;
  }
  .how-grid {
    grid-template-columns: 1fr;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-inner {
    padding: 0 1.2rem;
  }
}

/* ─────────────────────────────────────
   MOBILE BOTTOM NAVIGATION BAR
───────────────────────────────────── */

.mobile-bottom-nav {
  display: none;
}

@media (max-width: 768px) {
  /* Lift floating WA button above the bottom nav */
  .wa-float {
    bottom: calc(64px + env(safe-area-inset-bottom, 0px) + 12px);
  }

  .mobile-bottom-nav {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    direction: rtl;

    /* Fixed to bottom, full width */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(60px + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);

    /* Appearance */
    background: #fff;
    border-top: 1px solid #ead8d5;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.08);

    /* Stack on top of everything */
    z-index: 9999;

    /* Force GPU layer for reliable fixed positioning on iOS */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .mbn-item {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 2px 8px;
    text-decoration: none;
    color: #b08480;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.15s ease, background 0.15s ease;
  }

  .mbn-item:active {
    color: #c47a74;
    background: rgba(196, 122, 116, 0.06);
  }

  .mbn-icon {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
  }

  .mbn-label {
    font-size: 0.58rem;
    line-height: 1;
    text-align: center;
    display: block;
    white-space: nowrap;
  }
}

/* ═══════════════════════════════════════════
   MOBILE — COMPREHENSIVE LAYOUT FIXES
   ═══════════════════════════════════════════ */

/* ── Fix about-quote padding on all screens (card overrides to padding:0) ── */
.about-card-photo .about-quote {
  padding: 1.6rem 2rem 1.4rem;
}

@media (max-width: 768px) {

  /* 1. Remove double horizontal padding from all sections.
        section-inner already provides its own 2rem side padding. */
  .pain,
  .how,
  .about,
  .process,
  .faq,
  .pricing,
  .final-cta,
  .contact,
  .disclaimer {
    padding-left: 0;
    padding-right: 0;
  }

  /* 2. Hero — restore top clearance for the fixed 84px nav bar */
  .hero {
    padding-top: 84px !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* 3. About — photo height and quote size */
  .about-photo {
    height: 240px;
    object-position: center 8%;
  }
  .about-card-photo .about-quote {
    padding: 1.2rem 1.4rem 1rem;
  }
  .about-quote p {
    font-size: 1.15rem;
    line-height: 1.65;
  }
  .about-inner {
    gap: 2.5rem;
  }

  /* 4. Contact grid — 2 columns on mobile (auto-fit collapses weirdly at narrow widths) */
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* 5. Nav CTA — fit on narrow screens */
  .nav-cta {
    font-size: 0.7rem;
    padding: 7px 14px;
    white-space: nowrap;
  }

  /* 6. Footer — wrap links with breathing room */
  footer {
    padding: 2rem 1.2rem;
    line-height: 2.2;
  }

  /* 7. FAQ inner — remove max-width constraint on mobile */
  .faq-inner {
    max-width: 100%;
  }

  /* 8. Pricing packages top padding */
  .packages {
    padding-top: 2rem;
  }

  /* 9. Final CTA */
  .final-cta-inner {
    max-width: 100%;
  }

  /* 10. Disclaimer */
  .disclaimer {
    padding: 1.6rem 0;
  }
}

@media (max-width: 480px) {

  /* Section padding even tighter on small phones */
  .pain,
  .how,
  .about,
  .process,
  .faq,
  .pricing,
  .final-cta,
  .contact {
    padding-left: 0;
    padding-right: 0;
  }

  /* About quote smaller still */
  .about-quote p {
    font-size: 1rem;
  }

  /* Contact — single column on very small phones */
  .contact-grid {
    grid-template-columns: 1fr;
  }

  /* Hero name — slightly tighter */
  .hero-name-en,
  .hero-name-he {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
  }

  /* Nav logo smaller on tiny screens */
  .nav-logo-btn img {
    height: 52px !important;
  }
}
