/* ===== COACHING PAGE ===== */

/* Coaching Hero */
.coaching-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 100px 0 80px;
  overflow: hidden;
}
.coaching-hero-bg {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1499750310107-5fef28a66643?w=1800&q=80') center/cover no-repeat;
}
.coaching-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(90,40,15,0.92) 0%, rgba(180,80,30,0.75) 100%);
}
.coaching-hero-content {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.coaching-hero-label {
  display: block;
  font-size: 0.72rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 3px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 14px;
}
.coaching-hero h1 {
  color: var(--white);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  margin-bottom: 20px;
  line-height: 1.1;
}
.coaching-hero h1 em { color: #F4A261; font-style: italic; }
.coaching-hero p {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 36px;
  max-width: 540px;
  margin-left: auto; margin-right: auto;
}
.coaching-hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Coaching Button Variants */
.btn-coaching-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #E76F51; color: var(--white);
  padding: 13px 28px; border-radius: 99px;
  font-size: 0.9rem; font-weight: 700;
  border: 2px solid #E76F51;
  cursor: pointer; transition: all 0.2s;
  text-decoration: none;
}
.btn-coaching-primary:hover { background: #c85a3c; border-color: #c85a3c; }

.btn-coaching-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: rgba(255,255,255,0.85);
  padding: 13px 28px; border-radius: 99px;
  font-size: 0.9rem; font-weight: 700;
  border: 2px solid rgba(255,255,255,0.4);
  cursor: pointer; transition: all 0.2s;
  text-decoration: none;
}
.btn-coaching-ghost:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.7); }

/* Client Portal Nav Button */
.btn-client-portal {
  display: inline-flex; align-items: center;
  background: var(--navy); color: var(--gold);
  padding: 8px 16px; border-radius: 99px;
  font-size: 0.8rem; font-weight: 700;
  border: 1.5px solid var(--gold);
  cursor: pointer; transition: all 0.2s;
  text-decoration: none; white-space: nowrap;
}
.btn-client-portal:hover { background: var(--gold); color: var(--navy); }

/* Section Label */
.section-label {
  display: block;
  font-size: 0.72rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 3px;
  color: var(--gold-dark);
  margin-bottom: 10px;
}
.section-heading-group { margin-bottom: 48px; }
.section-heading-group h2 { margin-bottom: 12px; }
.section-heading-group.center { text-align: center; }

/* ===== SESSION CARDS ===== */
.coaching-sessions-section { padding: 80px 0 60px; background: var(--champagne); }

.coaching-session-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 900px;
  margin: 0 auto;
}

.coaching-session-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 32px;
  display: flex; flex-direction: column; gap: 14px;
}
.coaching-session-featured {
  border-color: #E76F51;
  background: #fffaf7;
  position: relative;
  box-shadow: 0 8px 32px rgba(231,111,81,0.15);
}

.csc-icon { font-size: 2.4rem; }
.csc-badge {
  display: inline-block;
  background: var(--navy); color: var(--gold);
  font-size: 0.7rem; font-weight: 700;
  padding: 4px 14px; border-radius: 99px;
  text-transform: uppercase; letter-spacing: 0.5px;
  width: fit-content;
}
.csc-badge-featured { background: #E76F51; color: var(--white); }

.coaching-session-card h3 {
  font-size: 1.3rem; color: var(--navy); margin: 0;
  line-height: 1.2;
}
.csc-duration {
  font-size: 0.82rem; font-weight: 700;
  color: var(--slate); text-transform: uppercase; letter-spacing: 1px;
}
.coaching-session-card p {
  font-size: 0.9rem; color: var(--slate); line-height: 1.65; margin: 0;
}
.csc-bullets {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
  flex: 1;
}
.csc-bullets li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 0.87rem; color: var(--slate); line-height: 1.4;
}
.csc-bullets li::before { content: '✓'; color: #E76F51; font-weight: 700; flex-shrink: 0; }

/* ===== CALENDLY SECTION ===== */
.calendly-section { padding: 80px 0; background: var(--white); }

.calendly-placeholder {
  border: 2px dashed var(--border);
  border-radius: var(--radius);
  min-height: 400px;
  display: flex; align-items: center; justify-content: center;
  background: var(--champagne);
  margin-top: 0;
}
.calendly-placeholder-inner {
  text-align: center;
  max-width: 480px;
  padding: 48px 24px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.cp-icon { font-size: 3rem; }
.calendly-placeholder-inner h3 { color: var(--navy); font-size: 1.5rem; }
.calendly-placeholder-inner p { color: var(--slate); font-size: 0.92rem; line-height: 1.6; margin: 0; }
.cp-note {
  font-size: 0.8rem !important;
  color: var(--text-muted) !important;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  line-height: 1.6 !important;
}

/* ===== LEAD MAGNET ===== */
.lead-magnet-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--navy) 0%, #132d52 100%);
}

.lead-magnet-card {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
}

.lm-icon { font-size: 3rem; margin-bottom: 8px; }
.lm-label {
  display: inline-block;
  font-size: 0.7rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 3px;
  color: #F4A261;
  margin-bottom: 14px;
}
.lm-left h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 18px;
  line-height: 1.15;
}
.lm-left h2 em { color: #F4A261; font-style: italic; }
.lm-left p {
  color: rgba(255,255,255,0.72);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 24px;
}
.lm-bullets {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.lm-bullets li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.9rem; color: rgba(255,255,255,0.8); line-height: 1.4;
}
.lm-bullets li::before { content: '→'; color: #F4A261; font-weight: 700; flex-shrink: 0; }

.lm-form-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.25);
}
.lm-form-card h3 { color: var(--navy); font-size: 1.3rem; margin-bottom: 6px; }
.lm-form-card > p { color: var(--slate); font-size: 0.9rem; margin-bottom: 22px; }
.lm-privacy {
  font-size: 0.75rem; color: var(--text-muted);
  text-align: center; margin-top: 12px; margin-bottom: 0 !important;
}

.lm-success {
  text-align: center; padding: 24px 0;
}
.lm-success-icon { font-size: 2.5rem; margin-bottom: 10px; }
.lm-success h4 { color: var(--navy); font-size: 1.2rem; margin-bottom: 10px; }
.lm-success p { color: var(--slate); font-size: 0.9rem; }
.lm-success a { color: #E76F51; font-weight: 600; }

/* ===== TRUST SIGNALS ===== */
.coaching-trust-section {
  background: var(--champagne);
  padding: 56px 0;
  border-top: 1px solid var(--border);
}
.coaching-trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; text-align: center;
}
.cti-icon { font-size: 2rem; margin-bottom: 10px; }
.cti-title { font-size: 0.92rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.cti-desc { font-size: 0.8rem; color: var(--slate); line-height: 1.5; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .coaching-session-cards { grid-template-columns: 1fr; max-width: 560px; }
  .lead-magnet-card { grid-template-columns: 1fr; }
  .lm-right { max-width: 480px; margin: 0 auto; width: 100%; }
  .coaching-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .coaching-trust-grid { grid-template-columns: 1fr 1fr; }
  .coaching-hero { padding: 80px 0 60px; }
}
