.coaching-hero { background: var(--dark); position: relative; overflow: hidden; min-height: 580px; display: flex; align-items: stretch; }
.hero-glow { position: absolute; top: -80px; right: 300px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(253,138,0,0.12) 0%, transparent 70%); pointer-events: none; }
.hero-grid { max-width: 1320px; margin: 0 auto; padding: 0 80px; display: grid; grid-template-columns: 1fr 400px; gap: 64px; align-items: center; width: 100%; position: relative; z-index: 1; }
.hero-left { padding: 80px 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(253,138,0,0.15); border: 1px solid rgba(253,138,0,0.3); color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 24px; }
.hero-badge svg { opacity: .8; }
.hero-h1 { font-size: clamp(50px, 5.8vw, 78px); font-weight: 800; color: white; letter-spacing: -1px; line-height: 1.14; margin-bottom: 20px; }
.hero-h1 em { color: var(--orange); font-style: normal; }
.hero-sub { font-size: 16px; color: rgba(255,255,255,0.55); line-height: 1.75; max-width: 480px; margin-bottom: 40px; }
[dir="rtl"] .hero-h1 { font-size: clamp(46px, 5.2vw, 68px); line-height: 1.42; letter-spacing: 0; }
[dir="rtl"] .hero-sub { line-height: 1.85; font-size: 15px; max-width: 520px; }
[dir="rtl"] .hero-badge { letter-spacing: 0; text-transform: none; font-size: 12.5px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.btn-hero-primary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; background: var(--orange); color: white; font-size: 15px; font-weight: 700; border-radius: 12px; text-decoration: none; border: none; cursor: pointer; transition: background .18s, transform .15s; font-family: inherit; }
.btn-hero-primary:hover { background: var(--orange-hover); transform: translateY(-2px); }
.btn-hero-ghost { display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; background: rgba(255,255,255,0.07); border: 1.5px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.8); font-size: 15px; font-weight: 600; border-radius: 12px; text-decoration: none; transition: background .18s, border-color .18s; }
.btn-hero-ghost:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.3); }
.hero-right { position: relative; align-self: center; transform: translateY(-28px); }
.hero-video-shell {
  position: relative; width: 100%; height: 500px;
  border-radius: 20px; overflow: hidden; background: #000;
}
.hero-video {
  width: 100%; height: 100%; display: block;
  -o-object-fit: cover;
     object-fit: cover; -o-object-position: center center; object-position: center center;
}
.hero-video-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to right, rgba(13,27,42,0.4) 0%, transparent 42%);
  border-radius: 20px;
}
[dir="rtl"] .hero-video-overlay { background: linear-gradient(to left, rgba(13,27,42,0.4) 0%, transparent 42%); }
.hero-tag {
  position: absolute; bottom: 28px; inset-inline-start: 24px; z-index: 2;
  background: rgba(255,255,255,0.1); 
  border: 1px solid rgba(255,255,255,0.2); border-radius: 14px; padding: 12px 18px;
}
.hero-tag-name { font-size: 14px; font-weight: 700; color: white; }
.hero-tag-role { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 2px; }
.hero-sound-btn {
  position: absolute; bottom: 14px; inset-inline-end: 14px; z-index: 6;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.22); background: rgba(0,0,0,0.5);
   color: white; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, border-color .2s, transform .15s;
}
.hero-sound-btn:hover { background: rgba(253,138,0,0.35); border-color: rgba(253,138,0,0.55); transform: scale(1.06); }
.hero-sound-btn.is-unmuted { background: rgba(253,138,0,0.45); border-color: rgba(253,138,0,0.65); }
.hero-sound-btn .icon-on { display: none; }
.hero-sound-btn.is-unmuted .icon-off { display: none; }
.hero-sound-btn.is-unmuted .icon-on { display: block; }
.hero-stats { display: flex; gap: 36px; margin-top: 48px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.08); flex-wrap: wrap; }
.hero-stat-num { font-size: 26px; font-weight: 800; color: var(--orange); letter-spacing: -0.5px; display: block; }
.hero-stat-lbl { font-size: 12.5px; color: rgba(255,255,255,0.4); font-weight: 500; margin-top: 2px; display: block; }
.section-inner { max-width: 1320px; margin: 0 auto; padding: 0 80px; }
.section-h2 { font-size: clamp(28px, 3vw, 40px); font-weight: 800; letter-spacing: -0.5px; color: var(--text); line-height: 1.25; }
.section-eyebrow { font-size: 11px; font-weight: 800; color: var(--orange); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px; }
[dir="rtl"] .section-eyebrow { letter-spacing: 0; text-transform: none; font-size: 12px; }
.section-lead { font-size: 15px; color: var(--muted); line-height: 1.75; max-width: 560px; margin-top: 12px; }
/* ── YOUR PROBLEM ── */
.problem-section { padding: 96px 0; background: var(--bg-alt); position: relative; overflow: hidden; }
.problem-section::before {
  content: ''; position: absolute; top: -120px; inset-inline-end: -80px;
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(220,38,38,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.problem-head { text-align: center; margin-bottom: 52px; }
.problem-head .section-h2 { font-size: clamp(30px, 3.2vw, 44px); margin-bottom: 0; }
.problem-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; min-width: 0; }
.problem-card {
  background: white; border: 1px solid var(--border); border-radius: 24px;
  padding: 36px 34px; position: relative; overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.04);
  transition: transform .25s, box-shadow .25s;
}
.problem-card:hover { transform: translateY(-3px); box-shadow: 0 18px 48px rgba(0,0,0,0.07); }
.problem-card.span-full { grid-column: 1 / -1; }
.problem-intro {
  font-size: 16px; font-weight: 700; color: var(--text); line-height: 1.75;
  margin-bottom: 22px; padding-bottom: 20px; border-bottom: 1px solid var(--border);
}
.problem-x-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.problem-x-item {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: 15px; color: var(--text); line-height: 1.7; font-weight: 600;
}
.problem-x-icon {
  width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0;
  background: rgba(220,38,38,0.1); border: 1px solid rgba(220,38,38,0.18);
  display: flex; align-items: center; justify-content: center;
  color: #dc2626; font-size: 14px; font-weight: 900; margin-top: 2px;
}
.problem-truth {
  background: linear-gradient(145deg, #fff 0%, #fff8f0 100%);
  border-color: rgba(253,138,0,0.22);
}
.problem-truth::before {
  content: ''; position: absolute; top: 0; inset-inline: 0; height: 4px;
  background: linear-gradient(90deg, var(--orange), #ffb347);
}
.problem-truth-label {
  font-size: 13px; font-weight: 800; color: var(--orange);
  letter-spacing: 0.5px; margin-bottom: 16px; text-transform: uppercase;
}
[dir="rtl"] .problem-truth-label { letter-spacing: 0; text-transform: none; font-size: 14px; }
.problem-truth-text {
  font-size: 16px; color: var(--text); line-height: 1.85; font-weight: 700;
  margin-bottom: 14px;
}
.problem-truth-text:last-child { margin-bottom: 0; }
.problem-truth-text em { color: var(--orange); font-style: normal; }
.problem-cost {
  background: linear-gradient(160deg, var(--dark) 0%, #152535 100%);
  border-color: rgba(255,255,255,0.08);
}
.problem-cost-title {
  font-size: 20px; font-weight: 800; color: white; margin-bottom: 22px;
  display: flex; align-items: center; gap: 12px;
}
.problem-cost-title::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%; background: #dc2626;
  box-shadow: 0 0 0 4px rgba(220,38,38,0.25);
}
.problem-cost-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin-bottom: 24px; }
.problem-cost-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14.5px; color: rgba(255,255,255,0.78); line-height: 1.65; font-weight: 600;
}
.problem-cost-item::before {
  content: '—'; color: #f87171; font-weight: 800; flex-shrink: 0; margin-top: 1px;
}
.problem-footer {
  font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.8;
  padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); font-weight: 600;
}
/* ── PROGRAM OUTCOMES ── */
.outcome-section {
  padding: 96px 0; background: var(--dark); position: relative; overflow: hidden;
}
.outcome-glow {
  position: absolute; bottom: -120px; inset-inline-start: -60px;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(253,138,0,0.14) 0%, transparent 68%);
  pointer-events: none;
}
.outcome-glow-2 {
  position: absolute; top: -80px; inset-inline-end: -40px;
  width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(34,197,94,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.outcome-layout {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: center;
  position: relative; z-index: 1; min-width: 0;
}
.outcome-left { padding-inline-end: 20px; }
.outcome-left .section-h2 { color: white; font-size: clamp(30px, 3.2vw, 44px); margin-bottom: 20px; }
.outcome-hook {
  font-size: 22px; font-weight: 800; color: var(--orange); line-height: 1.5;
  padding: 20px 24px; background: rgba(253,138,0,0.1);
  border: 1px solid rgba(253,138,0,0.22); border-radius: 16px;
  border-inline-start: 4px solid var(--orange);
}
.outcome-panel {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 28px; padding: 36px 34px;
  
}
.outcome-checklist { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; }
.outcome-check-item {
  display: flex; align-items: flex-start; gap: 16px;
  font-size: 15.5px; color: rgba(255,255,255,0.92); line-height: 1.75; font-weight: 600;
  padding: 16px 18px; background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06); border-radius: 14px;
  transition: background .2s, border-color .2s, transform .2s;
  min-width: 0;
}
.outcome-check-item > span:last-child { min-width: 0; word-wrap: break-word; overflow-wrap: anywhere; }
.outcome-check-item:hover {
  background: rgba(34,197,94,0.08); border-color: rgba(34,197,94,0.2); transform: translateX(4px);
}
[dir="rtl"] .outcome-check-item:hover { transform: translateX(-4px); }
.outcome-check-icon {
  width: 32px; height: 32px; border-radius: 10px; flex-shrink: 0;
  background: rgba(34,197,94,0.15); border: 1px solid rgba(34,197,94,0.3);
  display: flex; align-items: center; justify-content: center;
  color: #4ade80; font-size: 16px; font-weight: 900;
}
.outcome-close {
  font-size: 17px; font-weight: 800; color: white; line-height: 1.7;
  padding: 22px 24px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(253,138,0,0.2) 0%, rgba(253,138,0,0.08) 100%);
  border: 1px solid rgba(253,138,0,0.28); text-align: center;
}
/* ── GAINS ── */
/* ── WHO FOR ── */
.who-for { padding: 88px 0; background: var(--bg-alt); }
.who-header { margin-bottom: 52px; }
.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.who-card { background: white; border: 1px solid var(--border); border-radius: 20px; padding: 40px 36px; display: flex; gap: 22px; align-items: flex-start; transition: box-shadow .25s, transform .25s; }
.who-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.08); }
.who-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--orange-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.who-icon svg { color: var(--orange); }
.who-card-title { font-size: 19px; font-weight: 800; color: var(--text); letter-spacing: -0.3px; margin-bottom: 8px; }
.who-card-ckb { font-size: 13px; color: var(--orange); font-weight: 600; margin-bottom: 12px; direction: rtl; font-family: var(--font-rtl); }
.who-card-desc { font-size: 14px; color: var(--muted); line-height: 1.75; }
/* ── FEATURES ── */
.features { padding: 88px 0; background: var(--bg); }
.features-header { margin-bottom: 52px; }
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.feat-card { border: 1px solid var(--border); border-radius: 20px; padding: 36px 32px; position: relative; overflow: hidden; transition: box-shadow .25s, transform .25s; }
.feat-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.08); }
.feat-card::before { content: ''; position: absolute; top: 0; inset-inline-start: 0; width: 4px; height: 100%; background: var(--orange); border-radius: 0 4px 4px 0; opacity: 0; transition: opacity .25s; }
.feat-card:hover::before { opacity: 1; }
.feat-num { font-size: 11px; font-weight: 800; color: var(--orange); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 18px; }
.feat-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--orange-light); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.feat-title { font-size: 18px; font-weight: 800; color: var(--text); letter-spacing: -0.3px; margin-bottom: 8px; }
.feat-ckb { font-size: 13px; color: var(--orange); font-weight: 600; margin-bottom: 10px; direction: rtl; font-family: var(--font-rtl); }
.feat-desc { font-size: 14px; color: var(--muted); line-height: 1.75; }
/* ── GAINS ── */
/* ── PROGRAM MAP JOURNEY ── */
.pmap-section {
  padding: 100px 0 108px;
  background: var(--bg);
  position: relative; overflow: hidden;
}
.pmap-section::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(253,138,0,0.07) 0%, transparent 60%),
    linear-gradient(180deg, #fff 0%, #fafbfc 40%, #fff9f3 100%);
  pointer-events: none;
}
.pmap-section::after {
  content: ''; position: absolute; inset: 0; opacity: 0.35;
  background-image: radial-gradient(circle, #e5e7eb 1px, transparent 1px);
  background-size: 28px 28px; pointer-events: none;
}
.pmap-glow {
  position: absolute; bottom: -100px; inset-inline-end: -80px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(253,138,0,0.1) 0%, transparent 68%);
  pointer-events: none; z-index: 0;
}
.pmap-head {
  text-align: center; max-width: 720px; margin: 0 auto 56px;
  position: relative; z-index: 1;
}
.pmap-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px; border-radius: 100px; margin-bottom: 18px;
  background: var(--orange-light); border: 1px solid rgba(253,138,0,0.22);
  font-size: 12px; font-weight: 800; letter-spacing: 0.6px;
  color: var(--orange); text-transform: uppercase;
}
.pmap-eyebrow::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--orange); box-shadow: 0 0 0 3px rgba(253,138,0,0.2);
}
.pmap-title {
  font-size: clamp(32px, 3.6vw, 46px); font-weight: 800; color: var(--text);
  line-height: 1.3; margin-bottom: 14px; letter-spacing: -0.5px;
}
.pmap-sub {
  font-size: 17px; color: var(--muted); font-weight: 600; line-height: 1.75;
  max-width: 560px; margin: 0 auto;
}
/* Phase roadmap timeline */
.pmap-road {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0;
  max-width: 1040px; margin: 0 auto 64px; padding: 0 8px;
}
.pmap-road-track {
  position: absolute; top: 28px; inset-inline: 12%; height: 3px;
  background: linear-gradient(90deg, #fd8a00 0%, #2563eb 33%, #16a34a 66%, #0d1b2a 100%);
  border-radius: 100px; opacity: 0.18; z-index: 0;
}
.pmap-road-item {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  text-align: center; padding: 0 10px;
}
.pmap-road-dot {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 900; color: white;
  border: 4px solid white;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transition: transform .25s;
}
.pmap-road-item:hover .pmap-road-dot { transform: scale(1.06); }
.pmap-road-item:nth-child(2) .pmap-road-dot { background: linear-gradient(135deg, #fd8a00, #ffb347); }
.pmap-road-item:nth-child(3) .pmap-road-dot { background: linear-gradient(135deg, #2563eb, #60a5fa); }
.pmap-road-item:nth-child(4) .pmap-road-dot { background: linear-gradient(135deg, #16a34a, #4ade80); }
.pmap-road-item:nth-child(5) .pmap-road-dot { background: linear-gradient(135deg, #0d1b2a, #475569); }
.pmap-road-label {
  font-size: 14px; font-weight: 800; color: var(--text); line-height: 1.35;
}
.pmap-road-en {
  font-size: 11px; font-weight: 700; color: var(--muted);
  letter-spacing: 0.4px; text-transform: uppercase;
}
.pmap-phases {
  display: flex; flex-direction: column; gap: 32px;
  position: relative; z-index: 1;
}
.pmap-phase-card {
  border-radius: 28px; padding: 32px 32px 36px;
  border: 1px solid var(--border);
  background: white;
  box-shadow: 0 4px 32px rgba(0,0,0,0.04);
  position: relative; overflow: hidden;
}
.pmap-phase-card::before {
  content: ''; position: absolute; top: 0; inset-inline: 0; height: 5px;
}
.pmap-phase--1 .pmap-phase-card::before { background: linear-gradient(90deg, #fd8a00, #ffb347); }
.pmap-phase--2 .pmap-phase-card::before { background: linear-gradient(90deg, #2563eb, #60a5fa); }
.pmap-phase--3 .pmap-phase-card::before { background: linear-gradient(90deg, #16a34a, #4ade80); }
.pmap-phase--4 .pmap-phase-card::before { background: linear-gradient(90deg, #0d1b2a, #64748b); }
.pmap-phase-card::after {
  content: ''; position: absolute; top: -60px; inset-inline-end: -60px;
  width: 200px; height: 200px; border-radius: 50%; pointer-events: none;
}
.pmap-phase--1 .pmap-phase-card::after { background: radial-gradient(circle, rgba(253,138,0,0.08) 0%, transparent 70%); }
.pmap-phase--2 .pmap-phase-card::after { background: radial-gradient(circle, rgba(37,99,235,0.07) 0%, transparent 70%); }
.pmap-phase--3 .pmap-phase-card::after { background: radial-gradient(circle, rgba(22,163,74,0.07) 0%, transparent 70%); }
.pmap-phase--4 .pmap-phase-card::after { background: radial-gradient(circle, rgba(13,27,42,0.06) 0%, transparent 70%); }
.pmap-phase-head {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  margin-bottom: 28px; padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
  position: relative; z-index: 1;
}
.pmap-phase-head-left { display: flex; align-items: center; gap: 18px; min-width: 0; }
.pmap-phase-num {
  width: 58px; height: 58px; border-radius: 16px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; font-weight: 900; color: white;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.pmap-phase--1 .pmap-phase-num { background: linear-gradient(135deg, #fd8a00, #ffb347); }
.pmap-phase--2 .pmap-phase-num { background: linear-gradient(135deg, #2563eb, #60a5fa); }
.pmap-phase--3 .pmap-phase-num { background: linear-gradient(135deg, #16a34a, #4ade80); }
.pmap-phase--4 .pmap-phase-num { background: linear-gradient(135deg, #0d1b2a, #475569); }
.pmap-phase-title {
  font-size: clamp(22px, 2.4vw, 28px); font-weight: 800;
  color: var(--text); line-height: 1.3;
}
.pmap-phase-en {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 6px; padding: 4px 12px; border-radius: 100px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.3px;
}
.pmap-phase--1 .pmap-phase-en { background: var(--orange-light); color: var(--orange); }
.pmap-phase--2 .pmap-phase-en { background: #eff6ff; color: #2563eb; }
.pmap-phase--3 .pmap-phase-en { background: #f0fdf4; color: #16a34a; }
.pmap-phase--4 .pmap-phase-en { background: #f1f5f9; color: #475569; }
.pmap-phase-range {
  flex-shrink: 0; text-align: center;
  padding: 10px 18px; border-radius: 14px;
  background: var(--bg-alt); border: 1px solid var(--border);
}
.pmap-phase-range-num {
  font-size: 22px; font-weight: 900; color: var(--text); line-height: 1;
}
.pmap-phase-range-label {
  font-size: 10px; font-weight: 700; color: var(--muted);
  letter-spacing: 0.5px; text-transform: uppercase; margin-top: 4px;
}
.pmap-steps {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px;
  position: relative; z-index: 1;
}
.pmap-step {
  background: var(--bg-alt); border: 1px solid var(--border);
  border-radius: 20px; padding: 26px 24px 24px;
  min-width: 0; position: relative; overflow: hidden;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.pmap-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  border-color: rgba(253,138,0,0.25);
  background: white;
}
.pmap-phase--2 .pmap-step:hover { border-color: rgba(37,99,235,0.25); }
.pmap-phase--3 .pmap-step:hover { border-color: rgba(22,163,74,0.25); }
.pmap-phase--4 .pmap-step:hover { border-color: rgba(13,27,42,0.2); }
.pmap-step-watermark {
  position: absolute; top: -8px; inset-inline-end: 12px;
  font-size: 72px; font-weight: 900; line-height: 1;
  color: rgba(0,0,0,0.03); pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.pmap-phase--1 .pmap-step-watermark { color: rgba(253,138,0,0.07); }
.pmap-phase--2 .pmap-step-watermark { color: rgba(37,99,235,0.07); }
.pmap-phase--3 .pmap-step-watermark { color: rgba(22,163,74,0.07); }
.pmap-phase--4 .pmap-step-watermark { color: rgba(13,27,42,0.06); }
.pmap-step-top { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; position: relative; z-index: 1; }
.pmap-step-num {
  width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 900; color: white;
}
.pmap-phase--1 .pmap-step-num { background: linear-gradient(135deg, #fd8a00, #ffb347); box-shadow: 0 4px 12px rgba(253,138,0,0.3); }
.pmap-phase--2 .pmap-step-num { background: linear-gradient(135deg, #2563eb, #60a5fa); box-shadow: 0 4px 12px rgba(37,99,235,0.25); }
.pmap-phase--3 .pmap-step-num { background: linear-gradient(135deg, #16a34a, #4ade80); box-shadow: 0 4px 12px rgba(22,163,74,0.25); }
.pmap-phase--4 .pmap-step-num { background: linear-gradient(135deg, #0d1b2a, #475569); box-shadow: 0 4px 12px rgba(13,27,42,0.2); }
.pmap-step-title-wrap { min-width: 0; flex: 1; }
.pmap-step-title {
  font-size: 15.5px; font-weight: 800; color: var(--text);
  line-height: 1.45; margin-bottom: 0;
}
.pmap-step-sub {
  display: inline-block; margin-top: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.3px;
  padding: 3px 10px; border-radius: 100px;
}
.pmap-phase--1 .pmap-step-sub { background: rgba(253,138,0,0.1); color: var(--orange); }
.pmap-phase--2 .pmap-step-sub { background: rgba(37,99,235,0.1); color: #2563eb; }
.pmap-phase--3 .pmap-step-sub { background: rgba(22,163,74,0.1); color: #16a34a; }
.pmap-phase--4 .pmap-step-sub { background: rgba(13,27,42,0.08); color: #475569; }
.pmap-step-list {
  list-style: none; display: flex; flex-direction: column; gap: 10px;
  position: relative; z-index: 1;
}
.pmap-step-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13.5px; color: var(--muted); line-height: 1.65; font-weight: 600;
  padding: 10px 12px; border-radius: 10px;
  background: rgba(255,255,255,0.7); border: 1px solid rgba(0,0,0,0.04);
  transition: background .2s;
}
.pmap-step:hover .pmap-step-list li { background: white; }
.pmap-step-list li::before {
  content: '✓'; flex-shrink: 0;
  width: 20px; height: 20px; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 900; color: white; margin-top: 1px;
}
.pmap-phase--1 .pmap-step-list li::before { background: var(--orange); }
.pmap-phase--2 .pmap-step-list li::before { background: #2563eb; }
.pmap-phase--3 .pmap-step-list li::before { background: #16a34a; }
.pmap-phase--4 .pmap-step-list li::before { background: #475569; }
/* End goals */
.pmap-goals {
  max-width: 100%; margin: 60px auto 0; padding: 40px 40px 36px;
  border-radius: 28px; position: relative; z-index: 1; overflow: hidden;
  background: linear-gradient(135deg, var(--dark) 0%, #152535 55%, #1a2f46 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 64px rgba(13,27,42,0.2);
}
.pmap-goals::before {
  content: ''; position: absolute; top: -80px; inset-inline-start: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(253,138,0,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.pmap-goals::after {
  content: ''; position: absolute; bottom: -60px; inset-inline-end: -40px;
  width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle, rgba(253,138,0,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.pmap-goals-title {
  font-size: clamp(20px, 2.2vw, 26px); font-weight: 800; color: white;
  margin-bottom: 28px; text-align: center; position: relative; z-index: 1;
}
.pmap-goals-title::after {
  content: ''; display: block; width: 48px; height: 3px;
  background: var(--orange); border-radius: 100px;
  margin: 12px auto 0;
}
.pmap-goals-list {
  list-style: none; display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px;
  position: relative; z-index: 1;
}
.pmap-goals-list li {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: 14px; color: rgba(255,255,255,0.9); line-height: 1.75; font-weight: 600;
  padding: 20px 20px; border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  transition: background .2s, border-color .2s;
}
.pmap-goals-list li:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(253,138,0,0.25);
}
.pmap-goals-list li::before {
  content: '🔹'; flex-shrink: 0; font-size: 14px; margin-top: 2px;
}
/* ── TEXT TESTIMONIALS (Webinar style) ── */
.testi-wrap { padding: 80px 0; background: white; }
.testi-head { text-align: center; margin-bottom: 44px; }
.testi-head .testi-eye { font-size: 11px; font-weight: 800; color: var(--orange); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 8px; }
.testi-head .testi-title { font-size: clamp(24px, 2.8vw, 32px); font-weight: 800; color: var(--text); line-height: 1.4; }
.testi-head .testi-sub { font-size: 15px; color: var(--muted); margin-top: 10px; max-width: 560px; margin-inline: auto; line-height: 1.7; font-weight: 600; }
.testi-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.testi-card { background: var(--bg-alt); border: 1px solid var(--border); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; min-width: 0; transition: transform .2s, box-shadow .2s; }
.testi-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.06); }
.testi-quote-mark { font-size: 40px; font-weight: 900; color: var(--orange); line-height: 0.8; margin-bottom: 16px; font-family: Georgia, serif; opacity: 0.75; }
.testi-text { font-size: 14.5px; color: var(--text); line-height: 1.75; margin-bottom: 24px; flex: 1; }
.testi-author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border); }
.testi-photo { width: 52px; height: 52px; border-radius: 50%; -o-object-fit: cover; object-fit: cover; border: 2px solid rgba(253,138,0,0.2); flex-shrink: 0; }
.testi-name { font-size: 15px; font-weight: 800; color: var(--text); }
.testi-role { font-size: 12.5px; color: var(--muted); margin-top: 3px; font-weight: 600; }
/* ── ABOUT DAWAR ── */
.about-sec { background: var(--dark); padding: 100px 0; overflow: hidden; position: relative; }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; position: relative; z-index: 1; }
.about-image-col { position: relative; }
.about-glow { position: absolute; inset: -60px; background: radial-gradient(ellipse at 55% 40%, rgba(253,138,0,0.22) 0%, transparent 65%); pointer-events: none; }
.about-img-frame { position: relative; z-index: 1; border-radius: 24px; overflow: hidden; aspect-ratio: 4 / 5; box-shadow: 0 40px 100px rgba(0,0,0,0.5); }
.about-img-frame img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center top; object-position: center top; display: block; }
.about-img-badge { position: absolute; bottom: 28px; inset-inline-start: -16px; z-index: 2; background: rgba(13,27,42,0.75);  border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 14px 18px; display: flex; align-items: center; gap: 12px; box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
.about-badge-icon { width: 42px; height: 42px; border-radius: 10px; background: var(--orange); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.about-badge-num { font-size: 19px; font-weight: 800; color: white; line-height: 1; }
.about-badge-lbl { font-size: 11.5px; color: rgba(255,255,255,0.5); margin-top: 3px; }
.about-content .section-eyebrow { color: var(--orange); margin-bottom: 14px; }
.about-title { font-size: clamp(28px, 3vw, 42px); font-weight: 800; letter-spacing: -1px; color: white; line-height: 1.15; margin-bottom: 20px; }
.about-title em { color: var(--orange); font-style: normal; }
.about-bio { font-size: 15.5px; color: rgba(255,255,255,0.55); line-height: 1.85; margin-bottom: 32px; }
.about-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
.about-tag { display: inline-flex; align-items: center; gap: 7px; padding: 7px 15px; border-radius: 100px; border: 1px solid rgba(253,138,0,0.28); background: rgba(253,138,0,0.08); font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.7); }
.about-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
.about-creds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 36px; }
.about-cred { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; padding: 18px 14px; text-align: center; }
.cred-num { font-size: 26px; font-weight: 800; color: var(--orange); letter-spacing: -1px; line-height: 1; margin-bottom: 5px; }
.cred-lbl { font-size: 11.5px; color: rgba(255,255,255,0.4); font-weight: 500; line-height: 1.4; }
.btn-about-cta { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; background: var(--orange); color: white; font-size: 15px; font-weight: 700; border-radius: 12px; border: none; cursor: pointer; font-family: inherit; transition: background .18s, transform .15s; }
.btn-about-cta:hover { background: var(--orange-hover); transform: translateY(-2px); }
/* ── VIDEO TESTIMONIALS ── */
.vid-testi { padding: 88px 0; background: var(--bg-alt); }
.vid-testi-head { text-align: center; margin-bottom: 48px; }
.vid-testi-head .section-eyebrow { margin-bottom: 12px; }
.vid-testi-head .section-h2 { margin-bottom: 12px; }
.vid-testi-head .section-lead { max-width: 560px; margin: 0 auto; }
.vid-testi-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.vid-testi-card { background: white; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; cursor: pointer; min-width: 0; transition: transform .25s, box-shadow .25s; }
.vid-testi-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(0,0,0,0.1); }
.vid-testi-thumb { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--dark); }
.vid-testi-thumb img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display: block; transition: transform .4s; }
.vid-testi-card:hover .vid-testi-thumb img { transform: scale(1.05); }
.vid-testi-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.25); transition: background .2s; }
.vid-testi-card:hover .vid-testi-play { background: rgba(0,0,0,0.38); }
.vid-testi-play span { width: 56px; height: 56px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(253,138,0,0.45); }
.vid-testi-body { padding: 20px 22px 22px; }
.vid-testi-name { font-size: 15px; font-weight: 800; color: var(--text); margin-bottom: 4px; }
.vid-testi-role { font-size: 12.5px; color: var(--muted); font-weight: 600; }
/* Video lightbox */
.vid-lightbox { display: none; position: fixed; inset: 0; z-index: 500; background: rgba(0,0,0,0.88); align-items: center; justify-content: center; padding: 24px; }
.vid-lightbox.open { display: flex; }
.vid-lightbox-inner { width: min(900px, 100%); position: relative; }
.vid-lightbox video { width: 100%; border-radius: 16px; background: #000; display: block; }
.vid-lightbox-close { position: absolute; top: -44px; inset-inline-end: 0; width: 36px; height: 36px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.1); color: white; cursor: pointer; display: flex; align-items: center; justify-content: center; }
/* ── FLOATING WHATSAPP ── */
.wa-float {
  position: fixed; bottom: 24px; inset-inline-end: 24px; z-index: 999;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: white;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  text-decoration: none;
  opacity: 0;
  transform: translateY(24px);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}
.wa-float.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  animation: waBob 3s ease-in-out infinite;
}
@keyframes waBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.wa-float:hover { transform: translateY(-4px) scale(1.08); box-shadow: 0 10px 32px rgba(37,211,102,0.55); animation: none; }
.wa-float::before {
  content: ''; position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.4);
  animation: waPulse 2s ease-out infinite;
}
@keyframes waPulse { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(1.35); opacity: 0; } }
.wa-float-tip {
  position: absolute; inset-inline-end: calc(100% + 12px); top: 50%; transform: translateY(-50%);
  background: var(--dark); color: white; font-size: 12.5px; font-weight: 700;
  padding: 8px 14px; border-radius: 10px; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity .2s;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
[dir="rtl"] .wa-float-tip { inset-inline-end: auto; inset-inline-start: calc(100% + 12px); }
.wa-float:hover .wa-float-tip { opacity: 1; }
/* ── PLANS ── */
.plans-section { padding: 96px 0; background: white; }
.plans-head { text-align: center; margin-bottom: 52px; }
.plans-eye { font-size: 11px; font-weight: 800; color: var(--orange); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px; }
.plans-title { font-size: clamp(28px, 3vw, 40px); font-weight: 800; letter-spacing: -0.5px; margin-bottom: 12px; }
.plans-lead { font-size: 15px; color: var(--muted); line-height: 1.75; max-width: 560px; margin: 0 auto; }
.plans-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.plan-card {
  background: white; border: 1.5px solid var(--border); border-radius: 24px;
  padding: 36px 30px 32px; display: flex; flex-direction: column; position: relative;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.plan-card:hover { transform: translateY(-6px); box-shadow: 0 24px 56px rgba(0,0,0,0.08); }
.plan-card.plan-featured {
  border-color: var(--orange); background: linear-gradient(180deg, #fffaf3 0%, #fff 100%);
  transform: scale(1.03); box-shadow: 0 24px 64px rgba(253,138,0,0.15);
}
.plan-card.plan-featured:hover { transform: scale(1.03) translateY(-6px); }
.plan-badge { display: inline-block; font-size: 11px; font-weight: 800; padding: 5px 12px; border-radius: 20px; margin-bottom: 18px; width: -moz-fit-content; width: fit-content; }
.plan-badge.popular { background: var(--ol); color: var(--orange); border: 1px solid rgba(253,138,0,0.3); }
.plan-badge.starter { background: var(--bg-alt); color: var(--muted); border: 1px solid var(--border); }
.plan-level { font-size: 11px; font-weight: 800; color: var(--orange); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }
.plan-name { font-size: 22px; font-weight: 800; color: var(--text); margin-bottom: 8px; letter-spacing: -0.3px; }
.plan-price { font-size: 36px; font-weight: 800; color: var(--text); letter-spacing: -1px; margin-bottom: 4px; }
.plan-price span { font-size: 14px; font-weight: 600; color: var(--muted); }
.plan-features { list-style: none; margin: 24px 0 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.plan-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text); line-height: 1.6; }
.plan-features li::before { content: '✓'; color: var(--orange); font-weight: 900; flex-shrink: 0; margin-top: 1px; }
.plan-book-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 14px 20px; border-radius: 12px; font-size: 14px; font-weight: 800;
  border: none; cursor: pointer; font-family: inherit; transition: background .18s, transform .15s;
  text-decoration: none;
}
.plan-book-btn.primary { background: var(--orange); color: white; }
.plan-book-btn.primary:hover { background: var(--orange-hover); transform: translateY(-2px); }
.plan-book-btn.ghost { background: var(--bg-alt); color: var(--text); border: 1.5px solid var(--border); }
.plan-book-btn.ghost:hover { border-color: var(--orange); color: var(--orange); }
/* ── CTA ── */
.cta-section { padding: 96px 0; background: var(--dark); position: relative; overflow: hidden; }
.cta-glow { position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 700px; height: 400px; background: radial-gradient(ellipse, rgba(253,138,0,0.15) 0%, transparent 70%); pointer-events: none; }
.cta-inner { max-width: 720px; margin: 0 auto; padding: 0 80px; text-align: center; position: relative; z-index: 1; }
.cta-eye { font-size: 11px; font-weight: 800; color: var(--orange); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.cta-title { font-size: clamp(32px, 4vw, 48px); font-weight: 800; color: white; letter-spacing: -0.8px; line-height: 1.2; margin-bottom: 16px; }
.cta-title em { color: var(--orange); font-style: normal; }
.cta-sub { font-size: 16px; color: rgba(255,255,255,0.5); line-height: 1.75; margin-bottom: 36px; }
.cta-actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
.cta-note { font-size: 12.5px; color: rgba(255,255,255,0.3); }
/* ── BOOKING MODAL ── */
.modal-overlay { display: none; position: fixed; inset: 0; z-index: 400; background: rgba(13,27,42,0.6); align-items: center; justify-content: center; padding: 24px; }
.modal-overlay.open { display: flex; }
.booking-modal { background: white; border-radius: 24px; width: min(560px, 100%); max-height: 90vh; overflow-y: auto; box-shadow: 0 32px 80px rgba(0,0,0,0.25); }
.booking-modal-head { padding: 24px 28px 16px; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.booking-modal-title { font-size: 20px; font-weight: 800; color: var(--text); }
.booking-modal-sub { font-size: 13px; color: var(--muted); margin-top: 4px; }
.modal-close-btn { width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--border); background: var(--bg-alt); color: var(--muted); cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.booking-modal-body { padding: 24px 28px 28px; }
.gate-panel { text-align: center; padding: 16px 8px 8px; }
.gate-icon { width: 72px; height: 72px; border-radius: 50%; background: var(--ol); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: var(--orange); }
.gate-title { font-size: 20px; font-weight: 800; margin-bottom: 10px; }
.gate-sub { font-size: 14px; color: var(--muted); line-height: 1.7; max-width: 380px; margin: 0 auto 24px; }
.gate-actions { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.gate-signin { display: inline-flex; padding: 13px 28px; background: var(--orange); color: white; font-size: 14px; font-weight: 800; border-radius: 12px; text-decoration: none; }
.gate-demo { font-size: 12.5px; color: var(--muted); }
.gate-demo a { color: var(--orange); font-weight: 700; cursor: pointer; }
.step-dots { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 24px; }
.step-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--border); transition: background .2s, transform .2s; }
.step-dot.active { background: var(--orange); transform: scale(1.2); }
.step-dot.done { background: var(--green); }
.step-panel { display: none; }
.step-panel.active { display: block; }
.cal-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.cal-nav-btn { width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--border); background: white; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--text); }
.cal-month-label { font-size: 15px; font-weight: 800; color: var(--text); }
.cal-weekdays { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 8px; text-align: center; font-size: 11px; font-weight: 700; color: var(--muted); }
.cal-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-day { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; border-radius: 10px; cursor: pointer; transition: background .15s, color .15s; }
.cal-day:hover:not(.disabled):not(.empty) { background: var(--ol); color: var(--orange); }
.cal-day.today { border: 1.5px solid var(--orange); }
.cal-day.selected { background: var(--orange); color: white; }
.cal-day.disabled { color: var(--border); cursor: not-allowed; }
.cal-day.empty { cursor: default; }
.time-section { margin-top: 20px; display: none; }
.time-section-label { font-size: 13px; font-weight: 800; color: var(--text); margin-bottom: 12px; }
.time-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.time-slot { padding: 10px 8px; border: 1.5px solid var(--border); border-radius: 10px; text-align: center; font-size: 13px; font-weight: 700; cursor: pointer; transition: all .15s; }
.time-slot:hover { border-color: var(--orange); color: var(--orange); }
.time-slot.selected { background: var(--orange); border-color: var(--orange); color: white; }
.step-actions { display: flex; gap: 12px; margin-top: 24px; }
.step-btn { flex: 1; padding: 13px 20px; border-radius: 12px; font-size: 14px; font-weight: 800; cursor: pointer; font-family: inherit; border: none; transition: background .18s; }
.step-btn.back { background: var(--bg-alt); color: var(--text); border: 1.5px solid var(--border); }
.step-btn.next { background: var(--orange); color: white; }
.step-btn.next:disabled { opacity: 0.45; cursor: not-allowed; }
.confirm-rows { display: flex; flex-direction: column; gap: 14px; margin-bottom: 20px; }
.confirm-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; background: var(--bg-alt); border-radius: 12px; font-size: 14px; }
.confirm-row span:first-child { color: var(--muted); font-weight: 600; }
.confirm-row span:last-child { font-weight: 800; color: var(--text); }
.m-field { margin-bottom: 16px; }
.m-field label { display: block; font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.m-field textarea { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 14px; font-family: inherit; resize: vertical; min-height: 80px; }
.step-success { text-align: center; padding: 24px 8px; }
.step-success-icon { width: 72px; height: 72px; border-radius: 50%; background: #f0fdf4; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 32px; }
/* ── RESPONSIVE (must stay after section styles) ── */
@media (max-width: 1024px) {
  .hero-grid, .section-inner { padding-inline: 28px; }
  .cta-inner { padding-inline: 28px; }
  .plans-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-card.plan-featured { transform: none; }
  .plan-card.plan-featured:hover { transform: translateY(-6px); }
  .features-grid { grid-template-columns: 1fr; }
  .outcome-layout { grid-template-columns: 1fr; gap: 36px; align-items: stretch; }
  .outcome-left { padding-inline-end: 0; }
  .pmap-road { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
  .pmap-road-track { display: none; }
  .pmap-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testi-grid, .vid-testi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .coaching-hero { min-height: 0; }
  .hero-glow { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; padding-inline: 20px; }
  .hero-left { padding: 48px 0 24px; }
  .hero-right { transform: none; }
  .hero-video-shell { height: min(52vw, 320px); }
  .hero-h1 { font-size: clamp(34px, 8.5vw, 48px); letter-spacing: -0.5px; }
  [dir="rtl"] .hero-h1 { font-size: clamp(30px, 7.5vw, 44px); line-height: 1.35; }
  .hero-sub { max-width: none; font-size: 15px; margin-bottom: 28px; }
  .hero-stats { margin-top: 32px; padding-top: 28px; gap: 24px; }
  .section-inner { padding-inline: 20px; }
  .cta-inner { padding-inline: 20px; }
  .problem-section, .outcome-section, .plans-section, .cta-section { padding: 56px 0; }
  .pmap-section { padding: 56px 0 64px; }
  .who-for, .features, .vid-testi { padding: 56px 0; }
  .about-sec { padding: 56px 0; }
  .testi-wrap { padding: 56px 0; }
  .problem-layout { grid-template-columns: 1fr; gap: 20px; }
  .problem-card { padding: 28px 24px; border-radius: 20px; }
  .problem-cost-list { grid-template-columns: 1fr; }
  .outcome-glow, .outcome-glow-2 { display: none; }
  .outcome-layout { grid-template-columns: 1fr; gap: 28px; }
  .outcome-left .section-h2 { font-size: clamp(24px, 5.5vw, 32px); margin-bottom: 16px; }
  .outcome-hook { font-size: 17px; padding: 16px 18px; line-height: 1.55; }
  .outcome-panel { padding: 24px 20px; border-radius: 20px; width: 100%; max-width: 100%; }
  .outcome-checklist { gap: 12px; margin-bottom: 20px; }
  .outcome-check-item { padding: 14px 14px; gap: 12px; font-size: 14px; line-height: 1.65; }
  .outcome-check-icon { width: 28px; height: 28px; font-size: 13px; border-radius: 8px; }
  .outcome-close { font-size: 15px; padding: 18px 16px; line-height: 1.6; }
  .plans-grid { grid-template-columns: 1fr; }
  .who-grid { grid-template-columns: 1fr; }
  .who-card { padding: 28px 24px; flex-direction: column; gap: 16px; }
  .pmap-road { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pmap-steps { grid-template-columns: 1fr; }
  .pmap-goals-list { grid-template-columns: 1fr; }
  .pmap-phase-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .pmap-phase-range { align-self: flex-start; }
  .pmap-phase-card { padding: 24px 20px 28px; border-radius: 20px; }
  .pmap-goals { margin-top: 40px; padding: 28px 20px 24px; border-radius: 20px; }
  .testi-grid, .vid-testi-grid { grid-template-columns: 1fr; gap: 16px; }
  .testi-card, .vid-testi-card { min-width: 0; }
  .testi-text { word-wrap: break-word; overflow-wrap: anywhere; }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-creds { grid-template-columns: 1fr; }
  .about-img-badge { inset-inline-start: 16px; bottom: 16px; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-actions .btn-hero-primary, .cta-actions .btn-hero-ghost { justify-content: center; width: 100%; }
}
@media (max-width: 640px) {
  .hero-left { padding: 36px 0 20px; }
  .hero-h1 { font-size: clamp(28px, 7.5vw, 36px); }
  [dir="rtl"] .hero-h1 { font-size: clamp(26px, 7vw, 34px); }
  .hero-badge { font-size: 11px; padding: 5px 12px; margin-bottom: 16px; }
  .hero-video-shell { height: min(56vw, 280px); border-radius: 16px; }
  .hero-tag { bottom: 16px; inset-inline-start: 16px; padding: 10px 14px; }
  .hero-stats { gap: 16px 24px; }
  .hero-stat-num { font-size: 22px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn-hero-primary, .btn-hero-ghost { justify-content: center; width: 100%; }
  .problem-section, .outcome-section, .plans-section, .cta-section { padding: 44px 0; }
  .pmap-section { padding: 44px 0 52px; }
  .who-for, .features, .vid-testi, .testi-wrap { padding: 44px 0; }
  .about-sec { padding: 44px 0; }
  .problem-head, .who-header, .features-header, .plans-head, .pmap-head, .testi-head, .vid-testi-head { margin-bottom: 32px; }
  .problem-card { padding: 22px 18px; }
  .problem-intro { font-size: 15px; }
  .outcome-left .section-h2 { font-size: clamp(22px, 6vw, 28px); }
  .outcome-hook { font-size: 15px; padding: 14px 16px; }
  .outcome-panel { padding: 18px 16px; border-radius: 16px; }
  .outcome-check-item { padding: 12px; font-size: 13.5px; gap: 10px; }
  .outcome-check-icon { width: 26px; height: 26px; font-size: 12px; }
  .outcome-close { font-size: 14px; padding: 16px 14px; }
  .pmap-road { grid-template-columns: 1fr; gap: 20px; }
  .pmap-road-dot { width: 48px; height: 48px; font-size: 17px; }
  .pmap-title { font-size: clamp(24px, 6.5vw, 30px); }
  .pmap-sub { font-size: 15px; }
  .pmap-step { padding: 20px 18px; }
  .pmap-goals-list li { padding: 16px; font-size: 13.5px; }
  .testi-card { padding: 20px 18px; border-radius: 16px; }
  .testi-head .testi-title { font-size: 20px; }
  .plan-card { padding: 28px 22px 24px; }
  .plan-price { font-size: 30px; }
  .cta-title { font-size: clamp(26px, 7vw, 34px); }
  .cta-sub { font-size: 15px; margin-bottom: 28px; }
  .time-slots { grid-template-columns: repeat(2, 1fr); }
  .wa-float-tip { display: none; }
  .booking-modal-head, .booking-modal-body { padding-inline: 20px; }
}
/* ── CONFIRM DIALOG ── */
.confirm-overlay {
  position: fixed; inset: 0; z-index: 220;
  background: rgba(10, 10, 20, 0.55);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.confirm-overlay[hidden] { display: none; }
.confirm-dialog {
  width: min(420px, 100%);
  background: white; border-radius: 20px;
  padding: 28px 26px 24px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.18);
}
.confirm-title { font-size: 20px; font-weight: 800; margin-bottom: 10px; color: var(--dark); }
.confirm-body { font-size: 14.5px; line-height: 1.7; color: var(--muted); margin-bottom: 22px; }
.confirm-actions { display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }
.confirm-btn {
  border: none; border-radius: 12px; padding: 11px 18px;
  font-size: 14px; font-weight: 700; cursor: pointer;
}
.confirm-btn.cancel { background: #f1f5f9; color: #334155; }
.confirm-btn.accept { background: var(--orange); color: white; }
/* ── TOAST NOTIFICATIONS ── */
.coaching-toast-stack {
  position: fixed;
  top: 88px;
  inset-inline: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: none;
  padding: 0 16px;
}
.coaching-toast {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: min(480px, 100%);
  padding: 16px 18px;
  border-radius: 16px;
  background: white;
  border: 1.5px solid var(--border);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.14);
  opacity: 0;
  transform: translateY(-16px) scale(0.98);
  transition: opacity .28s ease, transform .28s ease;
}
.coaching-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.coaching-toast.is-leaving {
  opacity: 0;
  transform: translateY(-10px) scale(0.98);
}
.coaching-toast-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coaching-toast--success .coaching-toast-icon {
  background: #ecfdf5;
  color: #059669;
}
.coaching-toast--error .coaching-toast-icon {
  background: #fef2f2;
  color: #dc2626;
}
.coaching-toast-body { flex: 1; min-width: 0; padding-top: 2px; }
.coaching-toast-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 4px;
}
.coaching-toast-message {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
}
.coaching-toast-close {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 8px;
  background: #f8fafc;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, color .15s;
}
.coaching-toast-close:hover { background: #f1f5f9; color: var(--dark); }

