.service-hero { text-align: center; padding: 80px 24px 60px; }
.service-hero-inner { max-width: 720px; margin: 0 auto; }
.service-hero h1 { margin: 16px 0 20px; }
.service-hero-sub { font-size: 1.05rem; color: var(--text-mid); max-width: 580px; margin: 0 auto 32px; line-height: 1.8; }

.services-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-bottom: 60px; }
.svc-card { padding: 30px 26px; }
.svc-icon { font-size: 2rem; margin-bottom: 12px; }
.svc-card h4 { margin-bottom: 8px; }

.how-section { background: rgba(255,255,255,0.18); border-top: 1px solid rgba(255,255,255,0.55); border-bottom: 1px solid rgba(255,255,255,0.55); padding: 60px 0; margin-bottom: 60px; }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.step-card { padding: 28px 24px; }
.step-num { font-family: var(--font-head); font-size: 2.5rem; font-weight: 800; color: rgba(42,138,126,0.18); margin-bottom: 10px; line-height: 1; }
.step-card h4 { margin-bottom: 8px; }

.assess-banner { padding: 52px 56px; margin-bottom: 60px; }
.assess-banner-text { max-width: 680px; }
.assess-banner-text h2 { margin-bottom: 14px; }
.assess-banner-text p { margin-bottom: 16px; }
.assess-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.assess-list li { font-size: .95rem; color: var(--text-mid); }
@media(max-width:640px) { .assess-banner { padding: 32px 24px; } }

.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 60px; }
.testimonial-card { padding: 32px 28px; position: relative; }
.testimonial-quote { font-family: var(--font-head); font-size: 4rem; font-weight: 800; color: rgba(42,138,126,0.15); line-height: .8; margin-bottom: 12px; }
.testimonial-card p { font-size: .92rem; line-height: 1.75; color: var(--text-mid); margin-bottom: 20px; flex: 1; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--teal-mid)); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 800; color: #fff; font-size: 1rem; flex-shrink: 0; }

/* Mental health page specific */
.service-hero-mh { background: none; }
.counsellor-spotlight-section { background: rgba(255,255,255,0.18); border-top: 1px solid rgba(255,255,255,0.55); border-bottom: 1px solid rgba(255,255,255,0.55); padding: 60px 0; margin-bottom: 60px; }
.spotlight-card { display: grid; grid-template-columns: 200px 1fr; gap: 40px; padding: 44px; align-items: start; }
@media(max-width:640px) { .spotlight-card { grid-template-columns: 1fr; gap: 20px; padding: 28px 20px; } }
.spotlight-photo { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; object-position: top; border: 4px solid rgba(255,255,255,0.85); box-shadow: 0 8px 32px rgba(26,92,84,0.18); }
.spotlight-content p { font-size: .95rem; margin-bottom: 14px; }
.counsellor-tagline { font-size: 1rem; font-weight: 600; color: var(--teal-dark); line-height: 1.65; border-left: 3px solid var(--teal); padding: 12px 20px; margin: 0 0 20px; background: rgba(42,138,126,0.06); border-radius: 0 var(--r-sm) var(--r-sm) 0; }

.expect-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-bottom: 60px; }
.expect-card { padding: 28px 24px; text-align: center; }
.expect-icon { font-size: 2rem; margin-bottom: 12px; }
.expect-card h4 { margin-bottom: 8px; }

.book-cta { max-width: 640px; margin: 0 auto 80px; padding: 52px 48px; }
@media(max-width:640px) { .book-cta { padding: 32px 24px; } }

/* ── Counsellor tags & shared about styles ── */
.counsellor-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.ctag {
  background: rgba(255,255,255,0.60); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.78); border-radius: var(--r-pill);
  padding: 5px 14px; font-family: var(--font-head); font-size: .75rem; font-weight: 700;
  color: var(--teal-dark);
}

/* ── Grade cards ── */
.grade-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 60px; }
.grade-card { padding: 32px 28px; display: flex; flex-direction: column; gap: 12px; }
.grade-badge {
  display: inline-block; width: fit-content;
  background: linear-gradient(135deg, rgba(42,138,126,0.15), rgba(58,173,160,0.15));
  border: 1.5px solid rgba(42,138,126,0.3); border-radius: var(--r-pill);
  padding: 5px 16px; font-family: var(--font-head); font-size: .75rem;
  font-weight: 800; letter-spacing: 1px; color: var(--teal-dark); text-transform: uppercase;
}
.grade-card h4 { font-size: 1.05rem; margin: 0; }
.grade-card p { font-size: .92rem; line-height: 1.75; color: var(--text-mid); margin: 0; }
.grade-focus { margin-top: 4px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.6); }
.grade-focus-label { font-family: var(--font-head); font-size: .72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.grade-focus-items { display: flex; flex-direction: column; gap: 6px; }
.grade-focus-items span { font-size: .88rem; color: var(--text-mid); }
