/* ════════════════════════════════════════
   COUNSELING PAGE — counseling-style.css
   Class prefix: cl-
   ════════════════════════════════════════ */

/* ── Shared utilities ── */
.section-label {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.75rem;
}

.btn-primary {
  display: inline-block;
  background: var(--terracotta);
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.85rem 2rem;
  border-radius: 3rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.btn-primary:hover {
  background: #e55f1a;
  transform: translateY(-2px);
}

.btn-outline-white {
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.6);
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.8rem 1.75rem;
  border-radius: 3rem;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
}

/* ── Fade-in scroll animation ── */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}


/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.cl-hero {
  background: var(--dark-teal);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 6rem 6vw 5rem;
  min-height: 92vh;
  align-items: center;
}

.cl-badge {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255,255,255,0.2);
}

.cl-hero-left h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 1.25rem;
}
.cl-hero-left h1 em {
  font-style: italic;
  color: var(--warm-gold);
}

.cl-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  margin-bottom: 1.25rem;
  max-width: 500px;
}

.cl-hook {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.97rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.7);
  border-left: 3px solid var(--terracotta);
  padding-left: 1rem;
  margin-bottom: 2rem;
  max-width: 500px;
}

.cl-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ── Hero right ── */
.cl-hero-right {
  position: relative;
}

.cl-float-card {
  position: absolute;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 14px;
  padding: 0.9rem 1.1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.45;
  max-width: 220px;
  z-index: 2;
}
.cl-float-card strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.cl-fc-a {
  top: -2rem;
  right: -1rem;
}
.cl-fc-b {
  bottom: 0;
  left: -1.5rem;
}

.cl-hero-right-content {
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.cl-overview-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 20px;
  padding: 2rem;
  min-width: 280px;
}

.cl-ov-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-gold);
  margin-bottom: 1rem;
}

.cl-ov-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.cl-ov-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.85);
}
.cl-ov-item span {
  font-size: 1rem;
}

.cl-ov-divider {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin: 1.25rem 0;
}

.cl-ov-btn {
  width: 100%;
  text-align: center;
}


/* ══════════════════════════════════════
   TRUST BAR
══════════════════════════════════════ */
.cl-trust-bar {
  background: var(--deep-teal);
  padding: 1.25rem 6vw;
}

.cl-trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.cl-trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
}

.cl-trust-icon {
  font-size: 1rem;
}

.cl-trust-divider {
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,0.2);
}


/* ══════════════════════════════════════
   SERVICE CARDS
══════════════════════════════════════ */
.cl-services {
  padding: 5rem 6vw;
  background: var(--cream);
}

.cl-services-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.cl-services-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3.5rem;
}
.cl-services-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--deep-teal);
  margin-bottom: 0.75rem;
}
.cl-services-header h2 em {
  font-style: italic;
  color: var(--terracotta);
}
.cl-services-header p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.cl-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.cl-services-grid::after {
  content: '';
  grid-column: span 1;
}

.cl-service-card {
  background: #fff;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(44,24,16,0.07);
  position: relative;
  transition: transform 0.25s, box-shadow 0.25s;
  overflow: hidden;
}
.cl-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--terracotta), var(--gold));
  border-radius: 24px 24px 0 0;
}
.cl-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(44,24,16,0.13);
}

.cl-service-featured {
  background: var(--dark-teal);
  color: #fff;
}
.cl-service-featured::before {
  background: linear-gradient(90deg, var(--gold), var(--warm-gold));
}
.cl-service-featured h3,
.cl-service-featured p,
.cl-service-featured .cl-svc-age {
  color: rgba(255,255,255,0.9);
}
.cl-service-featured .cl-svc-list li {
  color: rgba(255,255,255,0.8);
}
.cl-service-featured .cl-svc-list li::before {
  color: var(--warm-gold);
}

.cl-svc-featured-badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: var(--gold);
  color: var(--deep-teal);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  border-radius: 2rem;
}

.cl-svc-icon-wrap {
  width: 52px;
  height: 52px;
  background: var(--soft-cream);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.cl-service-featured .cl-svc-icon-wrap {
  background: rgba(255,255,255,0.12);
}

.cl-svc-icon {
  font-size: 1.5rem;
}

.cl-service-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--deep-teal);
  margin-bottom: 0.25rem;
}

.cl-svc-age {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--terracotta);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.cl-service-card p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1rem;
}

.cl-svc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.cl-svc-list li {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  color: var(--text-muted);
  padding-left: 1.1rem;
  position: relative;
}
.cl-svc-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--sage);
  font-weight: 700;
}

.cl-svc-cta {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--terracotta);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
}
.cl-svc-cta:hover {
  border-color: var(--terracotta);
}

.cl-svc-cta-primary {
  display: block;
  background: var(--gold);
  color: var(--deep-teal);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  padding: 0.7rem 1.25rem;
  border-radius: 3rem;
  text-decoration: none;
  transition: background 0.2s;
}
.cl-svc-cta-primary:hover {
  background: var(--warm-gold);
}


/* ══════════════════════════════════════
   WHO WE WORK WITH
══════════════════════════════════════ */
.cl-who {
  background: #fff;
  padding: 5rem 6vw;
}

.cl-who-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.cl-who-header {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 3.5rem;
}
.cl-who-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--deep-teal);
  margin-bottom: 0.6rem;
}
.cl-who-header h2 em {
  font-style: italic;
  color: var(--terracotta);
}
.cl-who-header p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.cl-who-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cl-who-item {
  text-align: center;
  padding: 1.5rem 1rem;
  flex: 1;
  min-width: 120px;
  max-width: 180px;
}

.cl-who-icon-wrap {
  width: 64px;
  height: 64px;
  background: var(--cream);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
}
.cl-who-icon {
  font-size: 1.75rem;
}

.cl-who-label {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--deep-teal);
  margin-bottom: 0.2rem;
}

.cl-who-ages {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.cl-who-divider {
  width: 1px;
  height: 60px;
  background: var(--cream);
}


/* ══════════════════════════════════════
   AREAS WE SUPPORT
══════════════════════════════════════ */
.cl-areas {
  background: var(--soft-cream);
  padding: 5rem 6vw;
}

.cl-areas-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start;
}

.cl-areas-left {
  position: sticky;
  top: 5rem;
}
.cl-areas-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.7rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: var(--deep-teal);
  margin-bottom: 1rem;
  line-height: 1.25;
}
.cl-areas-left h2 em {
  font-style: italic;
  color: var(--terracotta);
}
.cl-areas-left p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.cl-areas-left .btn-primary {
  margin-top: 0.5rem;
}

.cl-areas-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.cl-areas-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  background: #fff;
  border-radius: 14px;
  padding: 1rem 1.2rem;
  box-shadow: 0 2px 8px rgba(44,24,16,0.05);
}

.cl-area-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--terracotta);
  flex-shrink: 0;
  margin-top: 5px;
}

.cl-area-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.cl-area-text strong {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
}
.cl-area-text span {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.5;
}


/* ══════════════════════════════════════
   OUR APPROACH
══════════════════════════════════════ */
.cl-approach {
  background: var(--cream);
  padding: 5rem 6vw;
}

.cl-approach-inner {
  max-width: 900px;
  margin: 0 auto;
}

.cl-approach-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.cl-approach-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--deep-teal);
}
.cl-approach-header h2 em {
  font-style: italic;
  color: var(--terracotta);
}

.cl-approach-body p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 1.25rem;
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.cl-approach-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.cl-approach-pillar {
  background: #fff;
  border-radius: 18px;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 3px 12px rgba(44,24,16,0.06);
  text-align: center;
}

.cl-ap-icon {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.cl-ap-text h5 {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--deep-teal);
  margin-bottom: 0.4rem;
}
.cl-ap-text p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
  text-align: center;
}


/* ══════════════════════════════════════
   PROCESS — 4 STEPS
══════════════════════════════════════ */
.cl-process {
  background: var(--dark-teal);
  padding: 5rem 6vw;
  color: #fff;
}

.cl-process-inner {
  max-width: 900px;
  margin: 0 auto;
}

.cl-process-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.cl-process-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.6rem;
}
.cl-process-header h2 em {
  font-style: italic;
  color: var(--warm-gold);
}
.cl-process-header p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.97rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
}

.cl-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cl-step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 1.75rem 2rem;
}

.cl-step-connector {
  width: 2px;
  height: 1.5rem;
  background: rgba(255,255,255,0.2);
  margin-left: 2.1rem;
}

.cl-step-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--warm-gold);
  opacity: 0.7;
  flex-shrink: 0;
  line-height: 1;
  min-width: 2.5rem;
}

.cl-step-body h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.4rem;
}
.cl-step-body p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  margin: 0;
}


/* ══════════════════════════════════════
   CONFIDENTIALITY
══════════════════════════════════════ */
.cl-confidentiality {
  background: #fff;
  padding: 5rem 6vw;
}

.cl-confidentiality-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  background: var(--soft-cream);
  border-radius: 24px;
  padding: 3rem;
  border-left: 5px solid var(--dark-teal);
}

.cl-conf-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.cl-conf-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.5rem;
}

.cl-conf-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--deep-teal);
  margin-bottom: 0.75rem;
}
.cl-conf-body h3 em {
  font-style: italic;
  color: var(--terracotta);
}

.cl-conf-body p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.93rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 0.9rem;
}

.cl-conf-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.cl-conf-badge {
  background: #fff;
  border: 1px solid rgba(1,51,55,0.15);
  border-radius: 2rem;
  padding: 0.35rem 0.9rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--deep-teal);
}


/* ══════════════════════════════════════
   CLOSING CTA
══════════════════════════════════════ */
.cl-cta {
  background: var(--deep-teal);
  padding: 5.5rem 6vw;
  text-align: center;
  color: #fff;
}

.cl-cta-inner {
  max-width: 680px;
  margin: 0 auto;
}

.cl-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.cl-cta h2 em {
  font-style: italic;
  color: var(--warm-gold);
}

.cl-cta p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.cl-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.cl-cta-btn {
  font-size: 1.05rem;
  padding: 1rem 2.25rem;
}

.cl-wa-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.cl-wa-link:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.7);
}

.cl-cta-note {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0;
}


/* ══════════════════════════════════════
   RESPONSIVE — max-width: 900px
══════════════════════════════════════ */
@media (max-width: 900px) {
  .cl-hero {
    grid-template-columns: 1fr;
    padding: 4rem 5vw 3rem;
    min-height: unset;
    gap: 2.5rem;
  }

  .cl-hero-left h1 {
    font-size: clamp(1.9rem, 5vw, 2.4rem);
  }

  .cl-sub,
  .cl-hook {
    max-width: 100%;
  }

  .cl-float-card {
    display: none;
  }

  .cl-hero-right-content {
    padding: 0;
  }

  .cl-overview-card {
    width: 100%;
    min-width: unset;
  }

  .cl-trust-inner {
    gap: 1rem;
  }
  .cl-trust-divider {
    display: none;
  }

  .cl-services-grid {
    grid-template-columns: 1fr;
  }
  .cl-services-grid::after {
    display: none;
  }

  .cl-who-row {
    gap: 1rem;
  }
  .cl-who-divider {
    display: none;
  }
  .cl-who-item {
    flex: unset;
    min-width: 100px;
  }

  .cl-areas-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .cl-areas-left {
    position: static;
  }

  .cl-approach-pillars {
    grid-template-columns: 1fr 1fr;
  }

  .cl-step {
    flex-direction: column;
    gap: 0.75rem;
  }

  .cl-confidentiality-inner {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
  }

  .cl-conf-icon {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .cl-approach-pillars {
    grid-template-columns: 1fr;
  }

  .cl-hero-actions {
    flex-direction: column;
  }

  .cl-cta-actions {
    flex-direction: column;
  }
}
