.elementor-10 .elementor-element.elementor-element-ecaf7bf{--display:flex;--overflow:auto;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d1c1c14 *//* ================================================================
   تمكين المرأة — Landing Page CSS
   Premium Saudi Feminine, Conversion-Optimized, RTL
   ================================================================ */
```css
.hero-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Aligns everything, including the logo, to the right in RTL */
}

.logo-container {
    width: 100px;
    height: 100px;
    margin-bottom: 15px; /* Spacing between logo and the badge */
}

.site-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Ensure the grid doesn't squash the logo on smaller desktops */
@media (max-width: 992px) {
    .logo-container {
        width: 140px;
        height: 140px;
    }
}


@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&family=Noto+Kufi+Arabic:wght@400;500;600;700;800&display=swap');

:root {
  --emerald:    #0F3D36;
  --sand:       #E8D8BF;
  --ivory:      #FAF7F0;
  --gold:       #C9A45C;
  --rose:       #B98286;
  --charcoal:   #242424;
  --gray:       #6F7673;

  --sand-tint:  #F2E8D5;
  --rose-tint:  #F4E4E5;
  --emerald-tint: #E5EDEB;
  --gold-tint:  #F5EBD3;
  --emerald-dark: #0A2E29;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { direction: rtl; scroll-behavior: smooth; }

body {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--charcoal);
  background: var(--ivory);
  direction: rtl;
  text-align: right;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== Section Base ===== */
section {
  padding: 80px 0;
}

.section-eyebrow {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 6px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}

h1, h2, h3, h4 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  color: var(--emerald);
  line-height: 1.3;
  font-weight: 700;
}

h2 { font-size: 36px; margin-bottom: 16px; }
h3 { font-size: 24px; margin-bottom: 12px; }
h4 { font-size: 18px; margin-bottom: 8px; }

p { margin-bottom: 14px; }

/* ===== Hero ===== */
.hero {
  background: linear-gradient(180deg, var(--ivory) 0%, var(--sand-tint) 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero .badge-top {
  display: inline-block;
  background: var(--emerald);
  color: var(--ivory);
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 24px;
  font-weight: 500;
}

.hero h1 {
  font-size: 52px;
  line-height: 1.28;
  color: var(--emerald);
  margin-bottom: 20px;
  font-weight: 750;
}

.hero h1 .accent {
  color: var(--gold);
}

.hero .sub {
  font-size: 19px;
  color: var(--charcoal);
  line-height: 1.65;
  margin-bottom: 24px;
}

.hero ul.bullets {
  list-style: none;
  padding: 0;
  margin: 28px 0;
}

.hero ul.bullets li {
  position: relative;
  padding-right: 32px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.hero ul.bullets li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: var(--gold);
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
}

.cta-primary {
  display: inline-block;
  background: var(--emerald);
  color: var(--ivory);
  padding: 18px 40px;
  border-radius: 8px;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(15,61,54,0.25);
}

.cta-primary:hover {
  background: var(--emerald-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15,61,54,0.35);
}

.cta-secondary {
  display: inline-block;
  background: transparent;
  color: var(--emerald);
  padding: 16px 32px;
  border: 2px solid var(--emerald);
  border-radius: 8px;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-right: 12px;
  transition: all 0.3s ease;
}

.cta-secondary:hover {
  background: var(--emerald);
  color: var(--ivory);
}

.cta-microcopy {
  font-size: 13px;
  color: var(--gray);
  margin-top: 14px;
}

.hero-price-line {
  background: var(--gold-tint);
  border-right: 4px solid var(--gold);
  padding: 14px 18px;
  border-radius: 6px;
  margin: 24px 0;
  font-size: 15px;
}

.hero-price-line .strike {
  text-decoration: line-through;
  color: var(--gray);
  margin-left: 8px;
}

.hero-price-line .now {
  color: var(--emerald);
  font-weight: 700;
  font-size: 22px;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

/* ===== Hero Visual (Book Mockup) ===== */
.hero-visual {
  position: relative;
  height: 500px;
}

.book-mockup {
  width: 280px;
  height: 380px;
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-dark) 100%);
  border-radius: 4px;
  box-shadow: 0 30px 60px rgba(15,61,54,0.4), -10px 0 0 var(--gold) inset;
  position: absolute;
  top: 30px;
  right: 80px;
  transform: rotate(-3deg);
  padding: 50px 30px;
  color: var(--ivory);
  text-align: center;
}

.book-mockup .book-mini-label {
  color: var(--gold);
  letter-spacing: 6px;
  font-size: 10px;
  margin-bottom: 30px;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.book-mockup h3.book-title {
  color: var(--ivory);
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 6px;
  margin-bottom: 20px;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.book-mockup .book-line {
  width: 50px;
  height: 2px;
  background: var(--gold);
  margin: 16px auto;
}

.book-mockup .book-sub {
  color: var(--ivory);
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.9;
  font-weight: 400;
}

.book-mockup .book-bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  font-size: 9px;
  color: var(--gold);
  letter-spacing: 4px;
}

.bonus-card {
  position: absolute;
  background: var(--ivory);
  padding: 14px 18px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  font-size: 13px;
  font-weight: 600;
  color: var(--emerald);
  border-right: 3px solid var(--gold);
}

.bonus-card.b1 { top: 20px; left: 0; }
.bonus-card.b2 { top: 200px; left: 30px; }
.bonus-card.b3 { bottom: 50px; left: -10px; }

/* ===== Problem Section ===== */
.problem {
  background: var(--ivory);
}

.problem-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.problem-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--sand);
  font-size: 17px;
  color: var(--charcoal);
  display: flex;
  align-items: flex-start;
  gap: 14px;
  line-height: 1.5;
}

.problem-list li::before {
  content: "—";
  color: var(--rose);
  font-weight: 700;
  font-size: 20px;
  flex-shrink: 0;
}

/* ===== Empathy Section ===== */
.empathy {
  background: var(--sand-tint);
}

.empathy h2 { text-align: center; }

.empathy-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.empathy-card {
  background: var(--ivory);
  padding: 30px 24px;
  border-radius: 10px;
  border-top: 4px solid var(--gold);
  text-align: center;
}

.empathy-card .em-icon {
  font-size: 36px;
  margin-bottom: 12px;
  color: var(--gold);
  font-weight: 700;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.empathy-card h4 { color: var(--emerald); margin-bottom: 8px; }
.empathy-card p { color: var(--charcoal); font-size: 14px; line-height: 1.6; margin: 0; }

/* ===== Solution ===== */
.solution {
  background: var(--emerald);
  color: var(--ivory);
}

.solution h2 { color: var(--ivory); text-align: center; margin-bottom: 30px; }
.solution .section-eyebrow { color: var(--gold); }
.solution p { color: var(--ivory); font-size: 18px; line-height: 1.8; opacity: 0.95; }

.solution-quote {
  background: rgba(255,255,255,0.08);
  padding: 30px;
  border-radius: 10px;
  border-right: 4px solid var(--gold);
  margin-top: 30px;
  font-style: italic;
  font-size: 18px;
  text-align: center;
}

/* ===== What You'll Get ===== */
.what-you-get {
  background: var(--ivory);
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.outcome-item {
  background: var(--sand-tint);
  padding: 20px 24px;
  border-radius: 8px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.outcome-item .check {
  width: 28px;
  height: 28px;
  background: var(--gold);
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 14px;
}

.outcome-item .text strong {
  color: var(--emerald);
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.outcome-item .text span {
  font-size: 14px;
  color: var(--charcoal);
  line-height: 1.55;
}

/* ===== Curriculum / Sections ===== */
.curriculum {
  background: var(--sand-tint);
}

.curriculum h2 { text-align: center; margin-bottom: 8px; }
.curriculum .section-sub {
  text-align: center;
  font-size: 16px;
  color: var(--gray);
  margin-bottom: 50px;
}

.curriculum-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.curr-card {
  background: var(--ivory);
  padding: 28px;
  border-radius: 10px;
  border-right: 4px solid var(--gold);
}

.curr-card .num {
  display: inline-block;
  background: var(--emerald);
  color: var(--gold);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  font-family: 'Noto Kufi Arabic', sans-serif;
  margin-bottom: 12px;
}

.curr-card h3 { color: var(--emerald); font-size: 20px; margin-bottom: 8px; }
.curr-card p { color: var(--charcoal); font-size: 14px; line-height: 1.6; margin-bottom: 12px; }
.curr-card ul { padding-right: 20px; font-size: 13px; color: var(--gray); }
.curr-card ul li { margin-bottom: 4px; }

/* ===== Personas ===== */
.personas {
  background: var(--ivory);
}

.persona-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.persona-card {
  background: var(--ivory);
  border: 1.5px solid var(--sand);
  padding: 30px;
  border-radius: 12px;
  position: relative;
}

.persona-card .pheader {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.persona-card .pavatar {
  width: 50px;
  height: 50px;
  background: var(--gold-tint);
  color: var(--gold);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.persona-card h4 {
  margin: 0;
  color: var(--emerald);
  font-size: 18px;
}

.persona-card .ptag {
  font-size: 12px;
  color: var(--gray);
  letter-spacing: 1px;
}

.persona-card .pblock {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--sand);
}

.persona-card .pblock strong {
  display: block;
  color: var(--rose);
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-weight: 600;
}

.persona-card .pblock p {
  font-size: 14px;
  margin: 0;
  line-height: 1.55;
  color: var(--charcoal);
}

.persona-card .pmatch {
  margin-top: 18px;
  padding: 10px 14px;
  background: var(--gold-tint);
  border-radius: 6px;
  font-size: 13px;
  color: var(--emerald);
  font-weight: 600;
}

/* ===== Objections ===== */
.objections {
  background: var(--sand-tint);
}

.objections h2 { text-align: center; }

.obj-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.obj-item {
  background: var(--ivory);
  border-radius: 10px;
  padding: 24px;
  border-right: 4px solid var(--rose);
}

.obj-item .obj-q {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-weight: 600;
  color: var(--rose);
  font-size: 17px;
  margin-bottom: 8px;
}

.obj-item .obj-a {
  color: var(--charcoal);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

/* ===== Mechanism ===== */
.mechanism {
  background: var(--emerald);
  color: var(--ivory);
  text-align: center;
}

.mechanism h2 { color: var(--ivory); }
.mechanism .section-eyebrow { color: var(--gold); }

.mech-formula {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 32px;
  color: var(--gold);
  font-weight: 800;
  margin: 30px 0;
  letter-spacing: 2px;
}

.mech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  text-align: right;
}

.mech-item {
  background: rgba(255,255,255,0.08);
  padding: 24px;
  border-radius: 10px;
  border-right: 3px solid var(--gold);
}

.mech-item h4 { color: var(--gold); margin-bottom: 8px; }
.mech-item p { color: var(--ivory); opacity: 0.92; font-size: 14px; line-height: 1.6; margin: 0; }

/* ===== Inside the book ===== */
.inside {
  background: var(--ivory);
}

.inside-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.inside-item {
  text-align: center;
  padding: 30px 20px;
  background: var(--sand-tint);
  border-radius: 10px;
}

.inside-item .inside-icon {
  font-size: 32px;
  color: var(--gold);
  margin-bottom: 14px;
  font-weight: 700;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.inside-item h4 { color: var(--emerald); font-size: 16px; margin-bottom: 6px; }
.inside-item p { font-size: 13px; color: var(--charcoal); margin: 0; line-height: 1.55; }

/* ===== Social Proof ===== */
.social-proof {
  background: var(--sand-tint);
}

.proof-placeholder {
  background: var(--ivory);
  border: 2px dashed var(--gold);
  border-radius: 12px;
  padding: 50px;
  text-align: center;
}

.proof-placeholder h3 { color: var(--gold); margin-bottom: 14px; }
.proof-placeholder p { color: var(--gray); }

/* ===== Pricing ===== */
.pricing {
  background: var(--ivory);
}

.pricing h2 { text-align: center; margin-bottom: 8px; }
.pricing .pricing-sub {
  text-align: center;
  color: var(--gray);
  margin-bottom: 50px;
  font-size: 16px;
}

.packages {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.pkg {
  background: var(--ivory);
  border: 1.5px solid var(--sand);
  border-radius: 14px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pkg.featured {
  border: 2.5px solid var(--gold);
  background: linear-gradient(180deg, var(--ivory) 0%, var(--gold-tint) 100%);
  transform: scale(1.04);
  box-shadow: 0 20px 50px rgba(201,164,92,0.25);
}

.pkg.featured .badge {
  position: absolute;
  top: -14px;
  right: 50%;
  transform: translateX(50%);
  background: var(--gold);
  color: var(--ivory);
  padding: 6px 18px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: 'Noto Kufi Arabic', sans-serif;
  white-space: nowrap;
}

.pkg .pkg-name {
  color: var(--emerald);
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.pkg .pkg-desc {
  color: var(--gray);
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
  min-height: 40px;
}

.pkg .pkg-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
}

.pkg .pkg-price {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 44px;
  color: var(--emerald);
  font-weight: 800;
  line-height: 1;
}

.pkg.featured .pkg-price {
  color: var(--gold);
}

.pkg .pkg-currency {
  font-size: 16px;
  color: var(--gray);
  font-weight: 500;
}

.pkg .pkg-original {
  text-decoration: line-through;
  color: var(--gray);
  font-size: 15px;
  margin-bottom: 18px;
}

.pkg ul.pkg-features {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  flex-grow: 1;
}

.pkg ul.pkg-features li {
  padding: 8px 0;
  font-size: 14px;
  color: var(--charcoal);
  position: relative;
  padding-right: 28px;
  line-height: 1.5;
}

.pkg ul.pkg-features li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 8px;
  color: var(--gold);
  font-weight: 700;
}

.pkg .pkg-cta {
  display: block;
  text-align: center;
  background: var(--ivory);
  color: var(--emerald);
  border: 2px solid var(--emerald);
  padding: 14px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  margin-top: auto;
}

.pkg .pkg-cta:hover {
  background: var(--emerald);
  color: var(--ivory);
}

.pkg.featured .pkg-cta {
  background: var(--emerald);
  color: var(--ivory);
  border-color: var(--emerald);
}

.pkg.featured .pkg-cta:hover {
  background: var(--emerald-dark);
}

/* ===== Value Stack ===== */
.value-stack {
  background: var(--sand-tint);
}

.value-stack h2 { text-align: center; }

.stack-table {
  background: var(--ivory);
  border-radius: 12px;
  padding: 32px;
  margin-top: 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

.stack-table .stack-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--sand);
}

.stack-table .stack-row:last-child { border-bottom: none; }
.stack-table .stack-name { color: var(--charcoal); font-size: 15px; }
.stack-table .stack-name strong { color: var(--emerald); }
.stack-table .stack-value {
  font-family: 'Noto Kufi Arabic', sans-serif;
  color: var(--gold);
  font-weight: 700;
}

.stack-total, .stack-final {
  margin-top: 10px;
  padding: 18px 0;
  border-top: 2px solid var(--sand);
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
}

.stack-total .stack-name { color: var(--charcoal); }
.stack-total .stack-value { color: var(--emerald); font-size: 22px; }

.stack-final {
  background: var(--gold-tint);
  margin: 12px -32px -32px;
  padding: 22px 32px;
  border-radius: 0 0 12px 12px;
  border-top: 2px solid var(--gold);
}

.stack-final .stack-name { color: var(--emerald); font-size: 17px; }
.stack-final .stack-value { color: var(--gold); font-size: 28px; }

.stack-microcopy {
  text-align: center;
  font-size: 13px;
  color: var(--gray);
  margin-top: 20px;
  font-style: italic;
}

/* ===== Comparison ===== */
.comparison {
  background: var(--ivory);
}

.comparison h2 { text-align: center; margin-bottom: 30px; }

.comp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.comp-col {
  padding: 32px;
  border-radius: 12px;
}

.comp-col.bad {
  background: var(--rose-tint);
  border: 1.5px solid var(--rose);
}

.comp-col.good {
  background: var(--emerald-tint);
  border: 1.5px solid var(--emerald);
}

.comp-col h3 {
  margin-bottom: 16px;
  font-size: 20px;
}

.comp-col.bad h3 { color: var(--rose); }
.comp-col.good h3 { color: var(--emerald); }

.comp-col ul { list-style: none; padding: 0; }
.comp-col ul li {
  padding: 8px 0;
  font-size: 14px;
  position: relative;
  padding-right: 24px;
  line-height: 1.5;
}

.comp-col.bad ul li::before { content: "✗"; position: absolute; right: 0; color: var(--rose); font-weight: 700; }
.comp-col.good ul li::before { content: "✓"; position: absolute; right: 0; color: var(--emerald); font-weight: 700; }

/* ===== Urgency ===== */
.urgency {
  background: var(--gold);
  color: var(--emerald-dark);
  text-align: center;
}

.urgency .section-eyebrow { color: var(--emerald-dark); }
.urgency h2 { color: var(--emerald-dark); }
.urgency p { color: var(--emerald-dark); font-size: 17px; line-height: 1.7; }

.urgency-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 32px 0;
}

.urgency-stat {
  background: rgba(255,255,255,0.5);
  padding: 20px 30px;
  border-radius: 10px;
  min-width: 160px;
}

.urgency-stat .num {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: var(--emerald-dark);
  line-height: 1;
}

.urgency-stat .lbl {
  font-size: 13px;
  color: var(--emerald);
  margin-top: 6px;
}

.urgency .cta-primary {
  background: var(--emerald-dark);
  color: var(--gold-tint);
}

/* ===== Guarantee ===== */
.guarantee {
  background: var(--ivory);
  text-align: center;
}

.guarantee-box {
  background: var(--emerald-tint);
  border: 2px solid var(--emerald);
  border-radius: 16px;
  padding: 40px;
  max-width: 720px;
  margin: 0 auto;
}

.guarantee-icon {
  width: 70px;
  height: 70px;
  background: var(--emerald);
  color: var(--gold);
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-size: 28px;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-weight: 700;
  margin: 0 auto 20px;
}

.guarantee h3 { color: var(--emerald); margin-bottom: 14px; }
.guarantee p { font-size: 16px; line-height: 1.7; color: var(--charcoal); }

/* ===== Final CTA ===== */
.final-cta {
  background: var(--emerald);
  color: var(--ivory);
  text-align: center;
}

.final-cta h2 { color: var(--ivory); margin-bottom: 16px; }
.final-cta .section-eyebrow { color: var(--gold); }
.final-cta p { color: var(--ivory); opacity: 0.92; font-size: 18px; }

.final-cta .cta-primary {
  background: var(--gold);
  color: var(--emerald-dark);
  margin-top: 24px;
}

.final-cta .cta-primary:hover {
  background: var(--ivory);
}

/* ===== FAQ ===== */
.faq {
  background: var(--ivory);
}

.faq h2 { text-align: center; }

.faq-list {
  max-width: 760px;
  margin: 40px auto 0;
}

.faq-item {
  background: var(--sand-tint);
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 12px;
  border-right: 3px solid var(--gold);
}

.faq-item .faq-q {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-weight: 600;
  color: var(--emerald);
  font-size: 16px;
  margin-bottom: 8px;
}

.faq-item .faq-a {
  color: var(--charcoal);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

/* ===== Closing Emotional ===== */
.closing {
  background: var(--sand-tint);
  text-align: center;
}

.closing-text {
  max-width: 720px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.85;
  color: var(--charcoal);
}

.closing-text p { margin-bottom: 18px; }

.closing .closing-emphasis {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 24px;
  color: var(--emerald);
  font-weight: 700;
  margin: 30px 0;
}

.closing .signature {
  margin-top: 40px;
  font-family: 'Noto Kufi Arabic', sans-serif;
  color: var(--gold);
  letter-spacing: 6px;
  font-size: 13px;
}

.closing .signature-name {
  margin-top: 6px;
  font-family: 'Noto Kufi Arabic', sans-serif;
  color: var(--emerald);
  font-size: 20px;
  font-weight: 700;
}

/* ===== Footer ===== */
footer {
  background: var(--emerald-dark);
  color: var(--ivory);
  padding: 30px 0;
  text-align: center;
  font-size: 13px;
  opacity: 0.9;
}

footer a { color: var(--gold); text-decoration: none; }

/* ===== Responsive ===== */
@media (max-width: 920px) {
  .hero h1 { font-size: 36px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-visual { height: 400px; }
  .empathy-cards, .curriculum-grid, .persona-cards, .outcomes-grid,
  .inside-grid, .mech-grid, .comp-grid, .packages {
    grid-template-columns: 1fr;
  }
  .pkg.featured { transform: none; }
  .urgency-stats { flex-direction: column; gap: 16px; }
  h2 { font-size: 28px; }
  section { padding: 50px 0; }
}/* End custom CSS */