/* Nova Mental Health — Shared Stylesheet
   Import in all service pages with: <link rel="stylesheet" href="shared-styles.css"> */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy:       #1B3A5C;
  --navy-dark:  #0F2840;
  --navy-light: #2A527A;
  --teal:       #0D9488;
  --teal-light: #14B8A6;
  --amber:      #F59E0B;
  --amber-dark: #D97706;
  --bg:         #F8FAFC;
  --bg-alt:     #EFF6FF;
  --bg-teal:    #F0FDFA;
  --text:       #1E293B;
  --text-muted: #64748B;
  --border:     #E2E8F0;
  --white:      #FFFFFF;
  --radius:     12px;
  --shadow:     0 4px 24px rgba(0,0,0,0.08);
  --shadow-lg:  0 8px 40px rgba(0,0,0,0.12);
  --transition: 0.2s ease;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
h1, h2, h3, h4 { font-family: 'Merriweather', Georgia, serif; line-height: 1.25; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.text-center { text-align: center; }
.eyebrow { display: inline-block; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; }
.section-title { font-size: clamp(1.75rem, 3.5vw, 2.5rem); color: var(--navy); margin-bottom: 16px; }
.section-sub { font-family: 'Inter', sans-serif; font-size: 1.1rem; color: var(--text-muted); max-width: 580px; margin: 0 auto 48px; }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1rem; cursor: pointer; border: 2px solid transparent; transition: all var(--transition); }
.btn-primary { background: var(--amber); color: var(--navy-dark); border-color: var(--amber); }
.btn-primary:hover { background: var(--amber-dark); border-color: var(--amber-dark); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(245,158,11,0.35); }
.btn-outline-navy { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-dark); transform: translateY(-1px); }

/* Nav */
.nav { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--border); box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.nav-logo { display: flex; align-items: center; gap: 10px; font-family: 'Merriweather', serif; font-size: 1.25rem; font-weight: 700; color: var(--navy); }
.nav-logo-icon { width: 36px; height: 36px; background: var(--navy); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 0.9rem; font-weight: 500; color: var(--text-muted); transition: color var(--transition); }
.nav-links a:hover { color: var(--navy); }
.nav-links .dropdown { position: relative; }
.nav-links .dropdown-menu { display: none; position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%); background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-lg); min-width: 220px; padding: 8px; }
.nav-links .dropdown:hover .dropdown-menu { display: block; }
.nav-links .dropdown-menu a { display: block; padding: 10px 16px; border-radius: 8px; font-size: 0.875rem; }
.nav-links .dropdown-menu a:hover { background: var(--bg); color: var(--navy); }
.nav-phone { font-size: 0.85rem; font-weight: 600; color: var(--teal); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; }
.mobile-menu { display: none; background: var(--white); border-top: 1px solid var(--border); padding: 16px 24px 24px; }
.mobile-menu a { display: block; padding: 12px 0; font-weight: 500; border-bottom: 1px solid var(--border); color: var(--text); }
.mobile-menu .btn { margin-top: 16px; width: 100%; justify-content: center; }

/* Service Hero */
.service-hero { padding: 72px 0 64px; }
.service-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.service-hero-content .eyebrow { display: block; }
.service-hero-content h1 { font-size: clamp(2rem, 4vw, 2.75rem); color: var(--navy); margin-bottom: 18px; }
.service-hero-content p { font-family: 'Inter', sans-serif; font-size: 1.1rem; color: var(--text-muted); margin-bottom: 32px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-trust-row { display: flex; flex-wrap: wrap; gap: 16px; }
.trust-chip { display: inline-flex; align-items: center; gap: 6px; font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 500; color: var(--text-muted); }
.trust-chip .check { color: var(--teal); font-size: 0.9rem; }
.hero-card-right { background: var(--bg); border: 1px solid var(--border); border-radius: 20px; padding: 32px; }
.hero-card-right h3 { font-size: 1.15rem; color: var(--navy); margin-bottom: 20px; }
.check-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-family: 'Inter', sans-serif; font-size: 0.9rem; color: var(--text); }
.check-list li .icon { width: 22px; height: 22px; background: var(--bg-teal); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; color: var(--teal); flex-shrink: 0; margin-top: 1px; }
.price-note { background: var(--bg-teal); border: 1px solid rgba(13,148,136,0.2); border-radius: 10px; padding: 14px 16px; font-family: 'Inter', sans-serif; font-size: 0.875rem; color: var(--teal); }

/* FAQ (shared) */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: border-color var(--transition); }
.faq-item.open { border-color: var(--teal-light); }
.faq-question { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; user-select: none; }
.faq-question span { font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 600; color: var(--navy); flex: 1; padding-right: 16px; }
.faq-icon { width: 28px; height: 28px; background: var(--bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--teal); transition: transform var(--transition); flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.open .faq-answer { max-height: 300px; }
.faq-answer p { font-family: 'Inter', sans-serif; font-size: 0.9rem; color: var(--text-muted); line-height: 1.8; padding: 0 24px 20px; }

/* CTA Band */
.cta-band { background: linear-gradient(135deg, var(--teal) 0%, var(--navy) 100%); padding: 72px 0; text-align: center; }
.cta-band h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); color: var(--white); margin-bottom: 14px; }
.cta-band p { font-family: 'Inter', sans-serif; font-size: 1.05rem; color: rgba(255,255,255,0.8); max-width: 520px; margin: 0 auto 32px; }
.cta-band-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.cta-band .note { font-family: 'Inter', sans-serif; font-size: 0.8rem; color: rgba(255,255,255,0.55); }
.btn-white { background: var(--white); color: var(--navy); border-color: var(--white); font-family: 'Inter', sans-serif; font-weight: 700; }
.btn-white:hover { background: #f1f5f9; transform: translateY(-1px); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5); }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }

/* Footer */
.footer { background: var(--navy-dark); color: rgba(255,255,255,0.65); padding: 60px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .nav-logo { color: var(--white); margin-bottom: 16px; }
.footer-brand p { font-family: 'Inter', sans-serif; font-size: 0.875rem; line-height: 1.8; margin-bottom: 20px; max-width: 280px; }
.footer-col h4 { font-family: 'Inter', sans-serif; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-family: 'Inter', sans-serif; font-size: 0.875rem; color: rgba(255,255,255,0.65); transition: color var(--transition); }
.footer-col ul a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-family: 'Inter', sans-serif; font-size: 0.8rem; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-family: 'Inter', sans-serif; font-size: 0.8rem; color: rgba(255,255,255,0.45); transition: color var(--transition); }
.footer-bottom-links a:hover { color: var(--white); }

/* Process steps */
.process-steps { display: flex; flex-direction: column; gap: 0; position: relative; }
.process-step { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 28px 0; position: relative; }
.process-step:not(:last-child)::after { content: ''; position: absolute; left: 27px; top: 84px; bottom: 0; width: 2px; background: var(--border); }
.step-badge { width: 56px; height: 56px; background: var(--navy); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Merriweather', serif; font-size: 1.1rem; font-weight: 700; flex-shrink: 0; position: relative; z-index: 1; border: 3px solid var(--white); box-shadow: 0 0 0 3px var(--teal); }
.step-content h3 { font-size: 1.1rem; color: var(--navy); margin-bottom: 6px; }
.step-content p { font-family: 'Inter', sans-serif; font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }

/* Responsive */
@media (max-width: 1024px) {
  .service-hero-inner { grid-template-columns: 1fr; }
  .hero-card-right { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 768px) {
  .nav-links, .nav-phone, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .mobile-menu.open { display: block; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .section { padding: 56px 0; }
}
