@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;400;600&family=Noto+Sans+KR:wght@300;400;500&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --purple: #6B3FA0; --purple-dark: #3B1F6A; --purple-deep: #1A0A2E;
  --purple-light: #EDE6F5; --purple-mid: #AB85DC;
  --text: #1A1A1A; --text-muted: #666; --text-light: #999;
  --border: #EBEBEB; --bg-soft: #F9F7FC;
}

html { scroll-behavior: smooth; }
body { font-family: 'Noto Sans KR', sans-serif; color: var(--text); background: white; line-height: 1.7; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.96); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
  padding: 0 48px; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-icon { width: 34px; height: 42px; background: var(--purple); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: 'Noto Serif KR', serif; font-size: 20px; font-weight: 600; color: white; }
.nav-logo-text { font-family: 'Noto Serif KR', serif; font-size: 18px; font-weight: 600; color: var(--text); }
.nav-logo-sub { font-size: 10px; color: var(--text-light); }
.nav-menu { display: flex; gap: 28px; }
.nav-menu a { font-size: 14px; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.nav-menu a:hover { color: var(--purple); }
.btn-nav { background: var(--purple); color: white; border: none; padding: 9px 20px; border-radius: 6px; font-size: 13px; font-family: 'Noto Sans KR', sans-serif; cursor: pointer; text-decoration: none; display: inline-block; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-hamburger span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }
.nav-mobile-menu { display: none; position: fixed; top: 64px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--border); padding: 16px 24px; z-index: 99; flex-direction: column; gap: 0; }
.nav-mobile-menu a { font-size: 15px; color: var(--text); text-decoration: none; padding: 14px 0; border-bottom: 1px solid var(--border); display: block; }
.nav-mobile-menu a:last-child { border-bottom: none; }
.nav-mobile-menu.open { display: flex; }

/* ── SECTIONS ── */
section { padding: 80px 48px; }
.section-alt { background: var(--bg-soft); }
.sec-eyebrow { font-size: 11px; letter-spacing: 0.2em; color: var(--purple); margin-bottom: 10px; text-transform: uppercase; }
.sec-title { font-family: 'Noto Serif KR', serif; font-size: 30px; font-weight: 600; line-height: 1.4; margin-bottom: 14px; }
.sec-sub { font-size: 15px; color: var(--text-muted); line-height: 1.85; max-width: 560px; margin-bottom: 48px; }
.divider { width: 40px; height: 2px; background: var(--purple); margin: 16px 0 32px; }

/* ── HERO (메인) ── */
.hero {
  background: linear-gradient(rgba(26,10,46,0.88), rgba(26,10,46,0.93)), url('clinic_hero.jpg') center/cover no-repeat;
  min-height: 620px;
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 48px 80px; position: relative; overflow: hidden;
}
.hero-deco-1 { position: absolute; right: 6%; top: 50%; transform: translateY(-50%); width: 380px; height: 380px; border-radius: 50%; border: 1px solid rgba(171,133,220,0.15); display: flex; align-items: center; justify-content: center; font-family: 'Noto Serif KR', serif; font-size: 220px; font-weight: 300; color: rgba(171,133,220,0.08); }
.hero-deco-2 { position: absolute; right: 3%; top: 40%; width: 500px; height: 500px; border-radius: 50%; border: 1px solid rgba(171,133,220,0.07); }
.hero-tag { font-size: 11px; letter-spacing: 0.25em; color: var(--purple-mid); margin-bottom: 24px; text-transform: uppercase; }
.hero-title { font-family: 'Noto Serif KR', serif; font-size: 48px; font-weight: 600; color: white; line-height: 1.3; margin-bottom: 14px; max-width: 640px; }
.hero-title em { font-style: normal; color: var(--purple-mid); }
.hero-sub { font-size: 16px; color: rgba(255,255,255,0.55); line-height: 1.9; margin-bottom: 40px; max-width: 480px; }
.hero-btns { display: flex; gap: 12px; margin-bottom: 64px; flex-wrap: wrap; }
.btn-hero-primary { background: var(--purple); color: white; border: none; padding: 15px 32px; border-radius: 8px; font-size: 15px; font-family: 'Noto Sans KR', sans-serif; cursor: pointer; text-decoration: none; display: inline-block; }
.btn-hero-outline { background: transparent; color: rgba(255,255,255,0.75); border: 1.5px solid rgba(255,255,255,0.25); padding: 15px 28px; border-radius: 8px; font-size: 15px; font-family: 'Noto Sans KR', sans-serif; cursor: pointer; text-decoration: none; display: inline-block; }


/* ── SUB PAGE HERO ── */
.hero-sub-page { background: var(--purple-deep); padding: 64px 48px; position: relative; overflow: hidden; }
.hero-sub-page .hero-deco { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); font-family: 'Noto Serif KR', serif; font-size: 180px; color: rgba(171,133,220,0.07); font-weight: 300; }
.breadcrumb { font-size: 12px; color: rgba(255,255,255,0.35); margin-bottom: 20px; }
.breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; }

/* ── WHY ── */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.why-card { background: white; padding: 36px 32px; }
.why-num { font-family: 'Noto Serif KR', serif; font-size: 40px; color: var(--purple-light); font-weight: 300; margin-bottom: 20px; line-height: 1; }
.why-title { font-size: 17px; font-weight: 500; margin-bottom: 10px; }
.why-body { font-size: 14px; color: var(--text-muted); line-height: 1.8; }
.why-body strong { font-weight: 500; color: var(--text); }

/* ── CONSTITUTION ── */
.const-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 56px; }
.const-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.const-card { background: white; border: 1px solid var(--border); border-radius: 10px; padding: 18px 16px; cursor: pointer; transition: all 0.2s; text-decoration: none; display: block; }
.const-card:hover { border-color: var(--purple); transform: translateY(-2px); }
.const-element { display: inline-block; font-size: 10px; font-weight: 500; padding: 2px 8px; border-radius: 3px; margin-bottom: 10px; letter-spacing: 0.05em; }
.el-mok { background: #E8F5E9; color: #2E7D32; }
.el-to { background: #FFF3E0; color: #E65100; }
.el-geum { background: #F3E5F5; color: #6A1B9A; }
.el-su { background: #E3F2FD; color: #1565C0; }
.const-name { font-size: 14px; font-weight: 500; margin-bottom: 4px; }
.const-desc { font-size: 11px; color: var(--text-light); }

/* ── FLOW ── */
.flow-wrap { display: flex; align-items: flex-start; }
.flow-step { flex: 1; text-align: center; padding: 0 12px; position: relative; }
.flow-step::after { content: '→'; position: absolute; right: -10px; top: 22px; color: var(--purple); font-size: 18px; }
.flow-step:last-child::after { display: none; }
.flow-circle { width: 48px; height: 48px; border-radius: 50%; background: var(--purple); color: white; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 500; margin: 0 auto 14px; }
.flow-title { font-size: 13px; font-weight: 500; margin-bottom: 5px; }
.flow-desc { font-size: 12px; color: var(--text-light); line-height: 1.6; }

/* ── TREATMENT ── */
.treat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.treat-card { border: 1px solid var(--border); border-radius: 12px; padding: 32px 28px; }
.treat-icon { width: 44px; height: 44px; background: var(--purple-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-family: 'Noto Serif KR', serif; font-size: 20px; color: var(--purple); font-weight: 600; }
.treat-title { font-size: 17px; font-weight: 500; margin-bottom: 10px; }
.treat-body { font-size: 14px; color: var(--text-muted); line-height: 1.8; }

/* ── PROGRAMS ── */
.programs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.prog-card { border: 1px solid var(--border); border-radius: 10px; padding: 24px 20px; cursor: pointer; transition: all 0.2s; text-decoration: none; color: var(--text); display: block; }
.prog-card:hover { border-color: var(--purple); background: var(--bg-soft); }
.prog-title { font-size: 15px; font-weight: 500; margin-bottom: 6px; }
.prog-sub { font-size: 12px; color: var(--text-light); line-height: 1.6; }
.prog-arrow { font-size: 16px; color: var(--purple); margin-top: 12px; }

/* ── DOCTOR ── */
.doctor-section { background: var(--purple-deep); color: white; }
.doctor-wrap { display: grid; grid-template-columns: 1fr 1.8fr; gap: 80px; align-items: start; }
.doctor-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 36px; }
.doctor-img-placeholder { width: 100%; aspect-ratio: 1; background: linear-gradient(135deg, #3B1F6A, #6B3FA0); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: 'Noto Serif KR', serif; font-size: 48px; color: rgba(255,255,255,0.15); margin-bottom: 24px; }
.doctor-name-big { font-family: 'Noto Serif KR', serif; font-size: 22px; font-weight: 600; color: white; margin-bottom: 4px; }
.doctor-role { font-size: 13px; color: rgba(255,255,255,0.4); margin-bottom: 20px; }
.doctor-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.doctor-tag { font-size: 11px; background: rgba(171,133,220,0.2); color: var(--purple-mid); padding: 4px 10px; border-radius: 20px; }
.doctor-eyebrow { font-size: 11px; letter-spacing: 0.2em; color: var(--purple-mid); margin-bottom: 14px; }
.doctor-title { font-family: 'Noto Serif KR', serif; font-size: 26px; font-weight: 600; line-height: 1.5; margin-bottom: 24px; color: white; }
.doctor-title em { font-style: normal; color: var(--purple-mid); }
.doctor-philosophy { font-size: 16px; color: rgba(255,255,255,0.8); line-height: 1.9; margin-bottom: 36px; font-family: 'Noto Serif KR', serif; border-left: 3px solid var(--purple); padding-left: 20px; }
.doctor-section-title { font-size: 12px; color: rgba(255,255,255,0.35); letter-spacing: 0.1em; margin-bottom: 12px; margin-top: 24px; }
.doctor-list { list-style: none; }
.doctor-list li { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.9; padding-left: 14px; position: relative; }
.doctor-list li::before { content: '·'; position: absolute; left: 0; color: var(--purple-mid); }

/* ── INFO / MAP ── */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 32px; }
.info-box { background: var(--bg-soft); border-radius: 10px; padding: 28px 24px; }
.info-label { font-size: 12px; color: var(--text-light); margin-bottom: 6px; letter-spacing: 0.05em; }
.info-value { font-size: 15px; font-weight: 500; line-height: 1.8; }
.info-value a { color: var(--purple); text-decoration: none; }
.map-links { display: flex; gap: 10px; flex-wrap: wrap; }
.map-btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 18px; border: 1px solid var(--border); border-radius: 8px; font-size: 13px; color: var(--text-muted); text-decoration: none; background: white; transition: all 0.2s; }
.map-btn:hover { border-color: var(--purple); color: var(--purple); }

/* ── CONSULTATION FORM ── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 13px; color: var(--text-muted); }
.form-group input, .form-group select, .form-group textarea { padding: 12px 14px; border: 1px solid var(--border); border-radius: 8px; font-size: 14px; font-family: 'Noto Sans KR', sans-serif; outline: none; transition: border-color 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--purple); }
.form-note { font-size: 12px; color: var(--text-light); line-height: 1.7; padding: 14px 16px; background: var(--bg-soft); border-radius: 8px; }
.btn-submit { background: var(--purple); color: white; border: none; padding: 15px; border-radius: 8px; font-size: 15px; font-family: 'Noto Sans KR', sans-serif; cursor: pointer; font-weight: 500; width: 100%; margin-top: 4px; }

/* ── CTA ── */
.cta-section { background: var(--purple); padding: 48px; }
.cta-wrap { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.cta-title { font-family: 'Noto Serif KR', serif; font-size: 24px; color: white; font-weight: 600; margin-bottom: 6px; }
.cta-sub { font-size: 14px; color: rgba(255,255,255,0.65); }
.cta-btns { display: flex; gap: 12px; align-items: center; flex-shrink: 0; }
.btn-cta-white { background: white; color: var(--purple); border: none; padding: 14px 28px; border-radius: 8px; font-size: 14px; font-family: 'Noto Sans KR', sans-serif; cursor: pointer; font-weight: 500; text-decoration: none; }
.btn-cta-outline { background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.4); padding: 13px 24px; border-radius: 8px; font-size: 14px; font-family: 'Noto Sans KR', sans-serif; cursor: pointer; text-decoration: none; }

/* ── SYMPTOM / APPROACH (진료과목 페이지) ── */
.symptom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
.symptom-item { background: white; border: 1px solid var(--border); border-radius: 10px; padding: 16px 20px; font-size: 14px; color: var(--text-muted); display: flex; align-items: center; gap: 10px; }
.symptom-check { width: 20px; height: 20px; border-radius: 50%; background: var(--purple-light); display: flex; align-items: center; justify-content: center; font-size: 11px; color: var(--purple); flex-shrink: 0; }
.approach-box { background: white; border-left: 4px solid var(--purple); border-radius: 0 12px 12px 0; padding: 28px 32px; margin-bottom: 24px; }
.approach-title { font-size: 17px; font-weight: 500; margin-bottom: 10px; }
.approach-body { font-size: 14px; color: var(--text-muted); line-height: 1.85; }
.prog-treat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.prog-nav-item { text-align: center; padding: 10px 8px; border: 1px solid var(--border); border-radius: 8px; text-decoration: none; background: white; font-size: 12px; color: var(--text-muted); transition: all 0.2s; }
.prog-nav-item:hover, .prog-nav-item.active { border-color: var(--purple); color: var(--purple); background: var(--purple-light); font-weight: 500; }
.programs-nav { background: var(--bg-soft); padding: 32px 48px; border-top: 1px solid var(--border); }
.programs-nav-title { font-size: 12px; color: var(--text-light); margin-bottom: 16px; letter-spacing: 0.1em; }
.programs-nav-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }

/* ── CONST NAV (체질 페이지) ── */
.const-nav { background: var(--bg-soft); padding: 32px 48px; border-top: 1px solid var(--border); }
.const-nav-title { font-size: 12px; color: var(--text-light); margin-bottom: 16px; letter-spacing: 0.1em; }
.const-nav-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }
.const-nav-item { text-align: center; padding: 10px 8px; border: 1px solid var(--border); border-radius: 8px; text-decoration: none; background: white; transition: all 0.2s; }
.const-nav-item:hover, .const-nav-item.active { border-color: var(--purple); background: var(--purple-light); }
.const-nav-item .cn { font-size: 12px; font-weight: 500; color: var(--text); }
.const-nav-item .ce { display: inline-block; font-size: 9px; padding: 1px 5px; border-radius: 2px; margin-bottom: 4px; }


/* ── GALLERY ── */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery-item { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; display: block; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item.wide { grid-column: span 2; }

@media (max-width: 768px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.wide { grid-column: span 1; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

/* ── FOOTER ── */
footer { background: #111; padding: 40px 48px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid #222; }
.footer-logo { font-family: 'Noto Serif KR', serif; font-size: 18px; color: white; font-weight: 600; margin-bottom: 8px; }
.footer-info { font-size: 12px; color: #555; line-height: 1.9; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 12px; color: #555; text-decoration: none; }
.footer-links a:hover { color: #888; }
.footer-bottom { font-size: 11px; color: #444; }

/* ── PROFILE (원장소개) ── */
.profile-wrap { display: grid; grid-template-columns: 320px 1fr; gap: 64px; align-items: start; }
.profile-card { background: var(--bg-soft); border-radius: 16px; padding: 36px; border: 1px solid var(--border); }
.profile-img { width: 100%; aspect-ratio: 1; background: linear-gradient(135deg,#EDE6F5,#D4B8F0); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: 'Noto Serif KR', serif; font-size: 48px; color: var(--purple); margin-bottom: 24px; }
.profile-name { font-family: 'Noto Serif KR', serif; font-size: 24px; font-weight: 600; margin-bottom: 4px; }
.profile-role { font-size: 14px; color: var(--text-light); margin-bottom: 20px; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.profile-tag { font-size: 11px; background: var(--purple-light); color: var(--purple); padding: 4px 10px; border-radius: 20px; }
.philosophy-box { background: var(--purple-deep); border-radius: 16px; padding: 40px 48px; margin-bottom: 48px; }
.philosophy-text { font-family: 'Noto Serif KR', serif; font-size: 22px; color: white; line-height: 1.7; margin-bottom: 16px; }
.philosophy-sub { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.8; }
.info-section { margin-bottom: 36px; }
.info-title { font-size: 13px; color: var(--text-light); letter-spacing: 0.1em; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.info-list { list-style: none; }
.info-list li { font-size: 15px; color: var(--text-muted); line-height: 1.9; padding-left: 16px; position: relative; }
.info-list li::before { content: '·'; position: absolute; left: 0; color: var(--purple); }
.message-box { background: white; border: 1px solid var(--border); border-radius: 16px; padding: 40px 48px; }
.message-title { font-family: 'Noto Serif KR', serif; font-size: 22px; font-weight: 600; margin-bottom: 24px; }
.message-body { font-size: 15px; color: var(--text-muted); line-height: 2; }
.message-sign { margin-top: 28px; font-size: 14px; color: var(--text-light); }
.message-sign strong { color: var(--text); font-weight: 500; }

/* ════════════════════════════════
   RESPONSIVE — 태블릿 (768px)
   ════════════════════════════════ */
@media (max-width: 768px) {
  /* NAV */
  nav { padding: 0 20px; }
  .nav-menu { display: none; }
  .nav-hamburger { display: flex; }
  .btn-nav { padding: 8px 14px; font-size: 12px; }

  /* SECTIONS */
  section { padding: 56px 20px; }
  .sec-title { font-size: 24px; }
  .programs-nav { padding: 24px 20px; }
  .const-nav { padding: 24px 20px; }
  .cta-section { padding: 36px 20px; }

  /* HERO */
  .hero { padding: 56px 20px 160px; min-height: auto; }
  .hero-deco-1, .hero-deco-2 { display: none; }
  .hero-title { font-size: 32px; }
  .hero-sub { font-size: 14px; }
  .hero-btns { flex-direction: column; gap: 10px; }
  .btn-hero-primary, .btn-hero-outline { text-align: center; }
  .hero-info-bar { padding: 16px 20px; gap: 16px; position: relative; }
  .hero-info-item strong { font-size: 13px; }
  .hero-info-item span { font-size: 11px; }

  /* SUB HERO */
  .hero-sub-page { padding: 48px 20px; }
  .hero-sub-page .hero-deco { display: none; }

  /* WHY */
  .why-grid { grid-template-columns: 1fr; }

  /* CONSTITUTION */
  .const-intro { grid-template-columns: 1fr; gap: 32px; }
  .const-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-wrap { flex-direction: column; align-items: center; gap: 24px; }
  .flow-step { width: 100%; max-width: 240px; text-align: center; padding: 0; }
  .flow-step::after { display: none; }

  /* TREATMENT */
  .treat-grid { grid-template-columns: 1fr; }

  /* PROGRAMS */
  .programs-grid { grid-template-columns: repeat(2, 1fr); }
  .programs-nav-grid { grid-template-columns: repeat(4, 1fr); }

  /* DOCTOR */
  .doctor-wrap { grid-template-columns: 1fr; gap: 32px; }
  .doctor-card { max-width: 280px; }
  .doctor-title { font-size: 22px; }

  /* INFO */
  .info-grid { grid-template-columns: 1fr; gap: 12px; }

  /* FORM */
  .form-grid { grid-template-columns: 1fr; }

  /* CTA */
  .cta-wrap { flex-direction: column; align-items: flex-start; }
  .cta-title { font-size: 20px; }
  .cta-btns { width: 100%; }
  .btn-cta-white, .btn-cta-outline { flex: 1; text-align: center; }

  /* SYMPTOM */
  .symptom-grid { grid-template-columns: 1fr; }
  .prog-treat-grid { grid-template-columns: 1fr; }
  .approach-box { padding: 20px; }

  /* CONST NAV */
  .const-nav-grid { grid-template-columns: repeat(4, 1fr); }

  /* FOOTER */
  footer { padding: 32px 20px; }
  .footer-top { flex-direction: column; gap: 24px; }
  .footer-links { flex-wrap: wrap; gap: 16px; }

  /* PROFILE */
  .profile-wrap { grid-template-columns: 1fr; }
  .profile-card { max-width: 100%; }
  .philosophy-box { padding: 28px 24px; }
  .philosophy-text { font-size: 18px; }
  .message-box { padding: 28px 24px; }
}

/* ════════════════════════════════
   RESPONSIVE — 모바일 (480px)
   ════════════════════════════════ */
@media (max-width: 480px) {
  .hero-title { font-size: 26px; }
  .sec-title { font-size: 22px; }
  .const-grid { grid-template-columns: repeat(2, 1fr); }
  .programs-grid { grid-template-columns: 1fr; }
  .programs-nav-grid { grid-template-columns: repeat(2, 1fr); }
  .const-nav-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-btns { flex-direction: column; }
  .btn-cta-white, .btn-cta-outline { text-align: center; }
  .doctor-card { max-width: 100%; }
}
