:root {
  --navy: #173a68;
  --blue: #6ec6f2;
  --blue2: #e7f7ff;
  --pink: #f57fa8;
  --pink2: #fff0f5;
  --green: #91c788;
  --green2: #edf9ef;
  --lav: #b79bea;
  --cream: #fffaf3;
  --yellow: #ffd66b;
  --text: #36506b;
  --white: #fff;
  --shadow: 0 18px 45px rgba(49, 89, 128, .14);
  --radius: 28px;
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  font-family: Nunito, Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fff 0%, #fffafc 42%, #f6fbff 100%);
  line-height: 1.55
}
img {
  max-width: 100%;
  display: block
}
a {
  text-decoration: none;
  color: inherit
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(20px, 5vw, 70px);
  box-shadow: 0 8px 30px rgba(23, 58, 104, .06)
}
.brand img {
  width: 180px
}
.nav-links {
  display: flex;
  gap: 28px;
  font-weight: 800;
  color: var(--navy)
}
.nav-links a {
  position: relative
}
.nav-links a:after {
  content: "";
  height: 3px;
  width: 0;
  background: var(--pink);
  position: absolute;
  left: 0;
  bottom: -8px;
  border-radius: 3px;
  transition: .25s
}
.nav-links a:hover:after {
  width: 100%
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 16px
}
.phone {
  font-size: 13px;
  color: var(--navy);
  line-height: 1.1
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 30px;
  color: var(--navy)
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  padding: 14px 22px;
  font-weight: 900;
  transition: .25s;
  border: 2px solid transparent
}
.btn:hover {
  transform: translateY(-2px)
}
.btn-pink {
  background: var(--pink);
  color: white;
  box-shadow: 0 12px 25px rgba(245, 127, 168, .28)
}
.btn-blue {
  background: #3b93e6;
  color: white
}
.btn-outline {
  background: white;
  color: #287ad7;
  border-color: #b9daf8
}
.section-pad {
  padding: clamp(50px, 7vw, 100px) clamp(20px, 5vw, 70px)
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  min-height: 720px;
  overflow: hidden
}
.hero:before {
  content: "";
  position: absolute;
  inset: auto -10% -90px -10%;
  height: 220px;
  background: var(--blue2);
  border-radius: 50% 50% 0 0/42% 42% 0 0;
  z-index: -1
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  color: #4b91d8;
  font-size: 13px
}
.pink {
  color: var(--pink)
}
.green {
  color: var(--green)
}
.lavender {
  color: var(--lav)
}
h1, h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--navy);
  line-height: 1.02;
  margin: 0 0 20px
}
h1 {
  font-size: clamp(46px, 6vw, 86px)
}
h2 {
  font-size: clamp(34px, 4vw, 58px)
}
h1 span, h2 span {
  color: var(--pink);
  font-family: Nunito, Arial, sans-serif;
  font-weight: 900
}
.lead {
  font-size: 21px;
  max-width: 580px
}
.hero-buttons, .cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px
}
.trust-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 38px
}
.trust-row div {
  background: white;
  border-radius: 20px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
  min-width: 145px
}
.trust-row strong {
  display: block;
  color: var(--navy)
}
.trust-row small {
  font-weight: 700
}
.image-blob {
  border-radius: 42% 58% 52% 48%/45% 38% 62% 55%;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  padding: 10px
}
.image-blob img {
  border-radius: inherit;
  aspect-ratio: 1.05/1;
  object-fit: cover
}
.sun {
  position: absolute;
  left: 48%;
  top: 145px;
  width: 54px;
  height: 54px;
  border: 5px solid var(--yellow);
  border-radius: 50%;
  opacity: .85
}
.insurance-strip {
  margin: 0 clamp(20px, 5vw, 70px);
  background: white;
  border: 1px solid #cce9fb;
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 24px;
  text-align: center;
  transform: translateY(-30px)
}
.insurance-strip p {
  font-weight: 900;
  color: var(--navy);
  margin: 0 0 18px
}
.logos {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap
}
.logos span {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 900;
  color: #2d7ec8
}
.logos span:nth-child(1) {
  color: #8e4ab3
}
.logos span:nth-child(4) {
  color: #69a548
}
.logos span:last-child {
  font-size: 15px;
  color: #6c7d8e
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center
}
.photo-card, .copy-card {
  position: relative
}
.photo-card img, .team-panel img, .space-grid img, .gallery-grid img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover
}
.photo-card img {
  aspect-ratio: 1.2/1
}
.badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  background: var(--pink);
  color: white;
  border-radius: 18px;
  padding: 18px 22px;
  font-weight: 900;
  max-width: 260px
}
.copy-card {
  background: linear-gradient(135deg, #fff, #fff4f8);
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 55px)
}
.copy-card p, .team-copy p {
  font-size: 18px
}
.text-link {
  font-weight: 900;
  color: var(--pink)
}
.team {
  background: linear-gradient(90deg, #f0f9ff, #fff6fa)
}
.section-title {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px
}
.section-title.left {
  text-align: left;
  margin-left: 0
}
.team-panel {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 34px;
  align-items: center;
  background: white;
  border-radius: 32px;
  padding: 28px;
  box-shadow: var(--shadow)
}
.team-panel img {
  width: 100%;
  aspect-ratio: 16/8;
  object-fit: cover
}
.space-grid, .service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px
}
.space-grid article, .service-card {
  background: white;
  border-radius: 24px;
  padding: 15px;
  box-shadow: var(--shadow);
  text-align: center
}
.space-grid img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover
}
.space-grid h3, .service-card h3 {
  color: var(--navy);
  font-size: 19px
}
.service-card {
  padding: 32px 22px
}
.service-card .icon {
  font-size: 42px
}
.service-card.blue {
  background: #eff9ff
}
.service-card.green {
  background: #f2fbf1
}
.service-card.pink {
  background: #fff2f6
}
.service-card.yellow {
  background: #fff9e8
}
.gallery {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 34px;
  align-items: center;
  background: linear-gradient(135deg, #fff7fb, #eff9ff)
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}
.gallery-grid img {
  height: 360px;
  width: 100%;
  object-fit: cover
}
.cta {
  margin: 40px clamp(20px, 5vw, 70px);
  border-radius: 34px;
  background: linear-gradient(90deg, #e6f7ff, #fff1f6);
  box-shadow: var(--shadow);
  padding: 38px clamp(24px, 5vw, 65px);
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center
}
.cta h2 {
  font-size: clamp(30px, 4vw, 52px);
  margin-bottom: 8px
}
.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 30px;
  padding: 45px clamp(20px, 5vw, 70px);
  background: #fff;
  color: var(--text);
  border-top: 1px solid #e7edf4
}
.site-footer img {
  width: 160px
}
.site-footer h4 {
  color: var(--navy);
  margin: 0 0 12px
}
.site-footer a {
  display: block;
  margin: 7px 0;
  color: #4f6882
}
.site-footer a:hover {
  color: var(--pink)
}
@media(max-width:980px) {
  .site-header {
    justify-content: space-between;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .header-actions {
    display: none !important;
  }
  .nav-links {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 86px;
    flex-direction: column;
    background: white;
    border-radius: 22px;
    padding: 22px;
    box-shadow: var(--shadow);
  }
  .nav-links.open {
    display: flex;
  }
  .hero, .split, .team-panel, .gallery {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
  }
  .hero-image {
    order: -1;
  }
  .space-grid, .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
  .cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid img {
    height: 300px;
  }
}
@media(max-width:580px) {
  .brand img {
    width: 145px
  }
  .header-actions .btn {
    display: none
  }
  .hero {
    padding-top: 35px
  }
  .space-grid, .service-grid {
    grid-template-columns: 1fr
  }
  .trust-row {
    display: grid;
    grid-template-columns: 1fr
  }
  .site-footer {
    grid-template-columns: 1fr
  }
  .logos {
    justify-content: center
  }
  .btn {
    width: 100%
  }
  .hero-buttons {
    width: 100%
  }
  .insurance-strip {
    transform: none;
    margin-top: 10px
  }
  .section-pad {
    padding-left: 18px;
    padding-right: 18px
  }
}
/* =============================
   CBA Services Side Drawer
   Replaces the old hover popup
============================= */
.services-drawer {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  background: linear-gradient(135deg, #f1f9ff 0%, #fff6fb 52%, #f2fff5 100%);
  border: 1px solid rgba(124, 199, 247, .35);
  border-radius: 34px;
  padding: 24px;
  box-shadow: 0 24px 70px rgba(38, 78, 126, .10);
}
.services-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  height: 100%;
}
.service-tab {
  border: 0;
  border-radius: 24px;
  padding: 22px;
  background: #fff;
  color: var(--navy);
  text-align: left;
  font-family: Nunito, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  box-shadow: 0 12px 35px rgba(38, 78, 126, .08);
}
.service-tab:hover, .service-tab.active {
  background: linear-gradient(135deg, #dff4ff, #fff0f6);
  transform: translateX(8px);
  box-shadow: 0 18px 45px rgba(38, 78, 126, .13);
}
.service-tab:focus-visible {
  outline: 3px solid rgba(245, 127, 168, .45);
  outline-offset: 3px;
}
.service-detail-wrap {
  min-width: 0;
}
.service-detail {
  background: #fff;
  border-radius: 28px;
  padding: clamp(28px, 4vw, 44px);
  min-height: 100%;
  box-shadow: 0 18px 45px rgba(38, 78, 126, .08);
  border: 1px solid rgba(124, 199, 247, .18);
}
.service-detail[hidden] {
  display: none;
}
.service-detail h3 {
  color: var(--navy);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.08;
  margin: 8px 0 16px;
}
.service-detail p {
  color: #405171;
  line-height: 1.75;
  font-size: 1.05rem;
  max-width: 760px;
}
.service-detail .hero-buttons {
  margin-top: 24px;
}
/* =============================
   Why Choose Us Section
============================= */
.why-choose {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f1f9ff 0%, #fff6fb 48%, #f2fff5 100%);
  border-radius: 38px;
  margin: 10px auto;
  max-width: 1180px;
  border: 1px solid rgba(124, 199, 247, .35);
  box-shadow: 0 24px 70px rgba(38, 78, 126, .10);
}
.why-choose::before, .why-choose::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  opacity: .55;
  pointer-events: none;
}
.why-choose::before {
  width: 220px;
  height: 220px;
  background: #ffe4ee;
  right: -70px;
  top: -90px;
}
.why-choose::after {
  width: 180px;
  height: 180px;
  background: #dff4ff;
  left: -70px;
  bottom: -80px;
}
.why-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
}
.why-copy h2 {
  margin-bottom: 16px;
}
.why-copy p {
  color: #405171;
  line-height: 1.7;
  font-size: 1.05rem;
  max-width: 560px;
}
.why-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.why-pill-row span {
  background: #fff;
  border: 1px solid rgba(124, 199, 247, .35);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--navy);
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(38, 78, 126, .07);
}
.why-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.why-card {
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(38, 78, 126, .09);
  transition: transform .25s ease, box-shadow .25s ease;
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(38, 78, 126, .14);
}
.why-card .why-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  font-size: 1.6rem;
  margin-bottom: 14px;
  background: linear-gradient(135deg, #dff4ff, #fff0f6);
}
.why-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.1rem;
}
.why-card p {
  margin: 0;
  color: #51617f;
  line-height: 1.55;
  font-size: .96rem;
}
@media(max-width:850px) {
  .services-drawer, .why-inner {
    grid-template-columns: 1fr;
  }
  .why-cards {
    grid-template-columns: 1fr;
  }
  .service-tab:hover, .service-tab.active {
    transform: none;
  }
}
/* =============================
   Service Panel Images + Smooth Tab Fade
============================= */
.service-feature-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 24px;
  margin-bottom: 24px;
  box-shadow: 0 15px 40px rgba(38, 78, 126, .10);
}
.service-detail.active {
  animation: fadePanel .35s ease;
}
@keyframes fadePanel {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =============================
   Why Choose Us Highlight Stats
============================= */
.why-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.why-stats div {
  background: #fff;
  border-radius: 24px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 14px 38px rgba(38, 78, 126, .08);
  border: 1px solid rgba(124, 199, 247, .28);
}
.why-stats strong {
  display: block;
  color: var(--navy);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
}
.why-stats span {
  display: block;
  margin-top: 8px;
  color: #51617f;
  font-weight: 800;
}
@media(max-width:850px) {
  .why-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:580px) {
  .service-feature-image {
    height: 220px;
  }
  .why-stats {
    grid-template-columns: 1fr;
  }
}
/* ==========================
   CONTACT PAGE
========================== */
.contact-layout {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 28px;
  align-items: start;
}
.contact-info-card, .contact-form {
  background: #fff;
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.contact-info-card h3, .contact-info-card h4 {
  color: var(--navy);
  margin-top: 0;
}
.contact-info-card p {
  margin-bottom: 20px;
}
.contact-info-card a {
  color: #287ad7;
  font-weight: 800;
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
}
.form-group.full {
  grid-column: 1 / -1;
}
.form-group label {
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #d8e7f5;
  border-radius: 14px;
  font-size: 16px;
  font-family: inherit;
  transition: .25s ease;
  background: #fff;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none;
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(245, 127, 168, .15);
}
.form-group textarea {
  resize: vertical;
  min-height: 150px;
}
.radio-group {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 700;
}
.contact-form button {
  grid-column: 1 / -1;
}
.contact-page {
  background: linear-gradient(135deg, #f1f9ff 0%, #fff6fb 50%, #f2fff5 100%);
}
.contact-page .section-title {
  margin-bottom: 40px;
}
.contact-page .section-title p {
  max-width: 700px;
  margin: 0 auto;
}
/* Mobile */
@media(max-width:850px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-form {
    grid-template-columns: 1fr;
  }
  .form-group.full {
    grid-column: auto;
  }
  .contact-form button {
    grid-column: auto;
  }
}
/* =============================
   Gallery Preview + Gallery Page
============================= */
.gallery-preview {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px;
  align-items: center;
  background: linear-gradient(135deg, #fff7fb, #eff9ff);
}
.gallery-preview-copy {
  max-width: 520px
}
.gallery-preview-copy p {
  color: #51617f;
  line-height: 1.7
}
.gallery-preview-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: 220px 220px;
  gap: 18px
}
.gallery-preview-grid article {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow);
  background: white
}
.gallery-preview-grid article.large {
  grid-row: span 2
}
.gallery-preview-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}
.photo-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: rgba(255, 255, 255, .92);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 10px 20px rgba(38, 78, 126, .12)
}
.photo-caption strong, .photo-caption span {
  display: block
}
.photo-caption strong {
  color: var(--navy);
  font-weight: 900
}
.photo-caption span {
  color: #51617f;
  font-size: .9rem
}
.gallery-hero {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 38px;
  align-items: center;
  background: linear-gradient(135deg, #eff9ff, #fff7fb)
}
.gallery-hero-copy {
  max-width: 760px
}
.gallery-hero h1 {
  font-family: 'Playfair Display', serif;
  color: var(--navy);
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1;
  margin: 12px 0 18px
}
.gallery-hero h1 span {
  color: var(--pink)
}
.gallery-hero-card {
  background: white;
  border-radius: 34px;
  box-shadow: var(--shadow);
  padding: 16px
}
.gallery-hero-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 26px;
  display: block
}
.gallery-hero-card div {
  padding: 16px 8px 4px
}
.gallery-hero-card strong, .gallery-hero-card span {
  display: block
}
.gallery-hero-card strong {
  color: var(--navy);
  font-weight: 900;
  font-size: 1.1rem
}
.gallery-hero-card span {
  color: #51617f
}
.gallery-story {
  background: #fff
}
.gallery-story.soft-gallery {
  background: linear-gradient(135deg, #fff7fb, #f3fff6)
}
.masonry-gallery {
  max-width: 1180px;
  margin: 0 auto;
  columns: 3 280px;
  column-gap: 20px
}
.masonry-gallery figure {
  break-inside: avoid;
  margin: 0 0 20px;
  border-radius: 26px;
  overflow: hidden;
  background: white;
  box-shadow: var(--shadow);
  position: relative
}
.masonry-gallery img {
  width: 100%;
  height: auto;
  display: block
}
.masonry-gallery figcaption {
  padding: 14px 16px;
  color: var(--navy);
  font-weight: 800;
  background: white
}
@media(max-width:980px) {
  .gallery-preview, .gallery-hero {
    grid-template-columns: 1fr
  }
  .gallery-preview-copy {
    max-width: none
  }
  .gallery-preview-grid {
    grid-template-columns: 1fr 1fr
  }
}
@media(max-width:640px) {
  .gallery-preview-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto
  }
  .gallery-preview-grid article, .gallery-preview-grid article.large {
    height: 260px;
    grid-row: auto
  }
  .gallery-hero-card img {
    height: 300px
  }
}
.trust-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 18px 20px 28px;
}
.trust-badges-wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trust-badges-wrap img {
  display: block;
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: 0 auto;
}
/* =============================
   FIX: Comprehensive Care Cards
   Add at bottom to restore card layout on homepage and services page
============================= */
.multi-services {
  background: linear-gradient(135deg, #fff7fb, #eff9ff);
}
.multi-card-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.multi-card-grid article {
  display: block !important;
  background: #fff;
  border-radius: 26px;
  padding: 28px 22px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(124, 199, 247, .20);
  text-align: center;
}
.multi-card-grid .icon {
  font-size: 42px;
  margin-bottom: 12px;
}
.multi-card-grid h3 {
  color: var(--navy);
  margin: 0 0 10px;
  font-size: 1.1rem;
}
.multi-card-grid p {
  margin: 0;
  color: #51617f;
  line-height: 1.6;
}
@media(max-width:980px) {
  .multi-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:580px) {
  .multi-card-grid {
    grid-template-columns: 1fr;
  }
}
.call-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 160px;
  padding: 12px 18px;
  line-height: 1.2;
}
.call-btn span {
  font-size: .85rem;
  font-weight: 700;
  margin-top: 4px;
}
/* =============================
   Training Page
============================= */
.training-hero {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 42px;
  align-items: center;
  background: linear-gradient(135deg, #eff9ff, #fff7fb);
}
.training-hero-copy {
  max-width: 760px;
}
.training-hero h1 {
  font-family: 'Playfair Display', serif;
  color: var(--navy);
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1;
  margin: 12px 0 18px;
}
.training-hero h1 span {
  color: var(--pink);
}
.training-hero-image {
  border-radius: 34px;
  background: #fff;
  padding: 16px;
  box-shadow: var(--shadow);
}
.training-hero-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 26px;
  display: block;
}
.training-intro {
  background: #fff;
}
.training-grid, .topic-grid, .format-row {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.training-card, .topic-grid article, .format-row article {
  background: #fff;
  border-radius: 26px;
  padding: 28px 22px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(124, 199, 247, .22);
  text-align: center;
}
.training-card .icon, .format-row .icon {
  font-size: 42px;
  margin-bottom: 12px;
}
.training-card h3, .topic-grid h3, .format-row h3 {
  color: var(--navy);
  margin: 0 0 10px;
  font-size: 1.1rem;
}
.training-card p, .topic-grid p, .format-row p {
  margin: 0;
  color: #51617f;
  line-height: 1.6;
}
.training-highlight {
  background: linear-gradient(135deg, #fff7fb, #eff9ff);
}
.training-highlight-card {
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  border-radius: 34px;
  box-shadow: var(--shadow);
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}
.training-highlight-card h2, .why-training h2 {
  font-family: 'Playfair Display', serif;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  margin: 10px 0 14px;
}
.training-highlight-card p, .why-training p {
  color: #51617f;
  line-height: 1.7;
}
.training-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.training-bullets span {
  background: #f4fbff;
  border: 1px solid rgba(124, 199, 247, .35);
  color: var(--navy);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 800;
}
.training-topics {
  background: #fff;
}
.training-formats {
  background: linear-gradient(135deg, #fff7fb, #f3fff6);
}
.why-training {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
  background: #fff;
}
.why-training-copy {
  max-width: 560px;
}
.why-training-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.why-training-list div {
  background: linear-gradient(135deg, #fff7fb, #eff9ff);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.why-training-list strong, .why-training-list span {
  display: block;
}
.why-training-list strong {
  color: var(--navy);
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.why-training-list span {
  color: #51617f;
  line-height: 1.55;
}
.call-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  padding: 12px 18px;
  line-height: 1.2;
}
.call-btn span {
  display: block;
  margin-top: 4px;
  font-size: .85rem;
  font-weight: 800;
}
@media(max-width:980px) {
  .training-hero, .training-highlight-card, .why-training {
    grid-template-columns: 1fr;
  }
  .training-grid, .topic-grid, .format-row, .why-training-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:580px) {
  .training-grid, .topic-grid, .format-row, .why-training-list {
    grid-template-columns: 1fr;
  }
  .training-hero-image img {
    height: 300px;
  }
}
/* Fix Contact Form Radio Buttons */
.radio-group {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.radio-group label {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  margin: 0 !important;
  width: auto !important;
  font-weight: 700 !important;
}
.radio-group input[type="radio"] {
  width: 22px;
  height: 22px;
  margin: 0;
  flex-shrink: 0;
}
.required-star {
  display: inline;
  margin-left: 4px;
  color: var(--navy);
}
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: .25s ease;
}
.footer-social a:hover {
  background: var(--navy);
  transform: translateY(-3px);
}
/* =============================
   Privacy Policy Page
============================= */
.privacy-hero {
  background: linear-gradient(135deg, #eff9ff, #fff7fb);
  text-align: center;
}
.privacy-hero h1 {
  font-family: 'Playfair Display', serif;
  color: var(--navy);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 1;
  margin: 10px 0 14px;
}
.privacy-hero h1 span {
  color: var(--pink);
  font-family: Nunito, Arial, sans-serif;
  font-weight: 900;
}
.privacy-page {
  background: #fff
}
.privacy-card {
  max-width: 1050px;
  margin: 0 auto;
  background: #fff;
  border-radius: 34px;
  padding: clamp(28px, 5vw, 60px);
  box-shadow: var(--shadow);
  border: 1px solid rgba(124, 199, 247, .20);
}
.privacy-card h2 {
  font-family: Nunito, Arial, sans-serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  color: var(--navy);
  margin: 34px 0 12px;
}
.privacy-card h2:first-child {
  margin-top: 0
}
.privacy-card h3 {
  color: var(--navy);
  margin: 24px 0 10px;
  font-size: 1.15rem;
}
.privacy-card p, .privacy-card li {
  color: #51617f;
  line-height: 1.75;
  font-size: 1.02rem;
}
.privacy-card ul {
  padding-left: 24px
}
.privacy-card a {
  color: #287ad7;
  font-weight: 800;
}
/* =============================
   Terms of Use Page
============================= */
.terms-hero {
  background: linear-gradient(135deg, #eff9ff, #fff7fb);
  text-align: center;
}
.terms-hero h1 {
  font-family: 'Playfair Display', serif;
  color: var(--navy);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 1;
  margin: 10px 0 14px;
}
.terms-hero h1 span {
  color: var(--pink);
  font-family: Nunito, Arial, sans-serif;
  font-weight: 900;
}
.terms-page {
  background: #fff;
}
.terms-card {
  max-width: 1050px;
  margin: 0 auto;
  background: #fff;
  border-radius: 34px;
  padding: clamp(28px, 5vw, 60px);
  box-shadow: var(--shadow);
  border: 1px solid rgba(124, 199, 247, .20);
}
.terms-card h2 {
  font-family: Nunito, Arial, sans-serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  color: var(--navy);
  margin: 34px 0 12px;
}
.terms-card h2:first-child {
  margin-top: 0;
}
.terms-card h3 {
  color: var(--navy);
  margin: 24px 0 10px;
  font-size: 1.15rem;
}
.terms-card p, .terms-card li {
  color: #51617f;
  line-height: 1.75;
  font-size: 1.02rem;
}
.terms-card ul {
  padding-left: 24px;
}
.terms-card a {
  color: #287ad7;
  font-weight: 800;
}
/* =============================
   Sprouts Hidden Section + Home Popup
============================= */
.sprouts-hidden{
  display:none;
}

.sprouts-home-promo.show-sprouts{
  display:block;
}

.sprouts-popup{
  position:fixed;
  inset:0;
  z-index:9999;
  background:rgba(23,58,104,.38);
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}

.sprouts-popup.show{
  display:flex;
}

.sprouts-popup-card{
  width:min(620px,100%);
  background:var(--white);
  border-radius:34px;
  padding:36px;
  box-shadow:0 30px 80px rgba(23,58,104,.30);
  position:relative;
  border:1px solid rgba(245,127,168,.18);
}

.sprouts-popup-card h2{
  color:var(--navy);
  font-size:clamp(1.9rem,4vw,3rem);
  line-height:1.05;
  margin:8px 0 12px;
}

.sprouts-popup-card p{
  color:var(--text);
  line-height:1.65;
  font-size:1.05rem;
}

.sprouts-popup-close{
  position:absolute;
  top:18px;
  right:20px;
  border:0;
  background:var(--pink2);
  color:var(--navy);
  width:42px;
  height:42px;
  border-radius:50%;
  font-size:1.8rem;
  cursor:pointer;
}

.sprouts-popup-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:24px;
}

.sprouts-home-promo{
  background:linear-gradient(135deg,var(--pink2),var(--blue2));
}

.sprouts-home-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px;
  align-items:center;
  max-width:1200px;
  margin:0 auto;
}

.sprouts-home-copy{
  background:rgba(255,255,255,.78);
  border-radius:34px;
  padding:clamp(28px,5vw,52px);
  box-shadow:var(--shadow);
}

.sprouts-home-copy h2{
  color:var(--navy);
  font-size:clamp(2rem,4vw,3.5rem);
  line-height:1.05;
  margin:10px 0 16px;
}

.sprouts-home-copy p{
  color:var(--text);
  line-height:1.7;
  font-size:1.08rem;
}

.sprouts-home-list{
  list-style:none;
  padding:0;
  margin:22px 0;
  display:grid;
  gap:12px;
}

.sprouts-home-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:var(--text);
  font-weight:800;
}

.sprouts-home-list i{
  color:var(--pink);
  margin-top:4px;
}

.sprouts-home-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:24px;
}

.sprouts-home-image{
  background:var(--white);
  border-radius:34px;
  padding:16px;
  box-shadow:var(--shadow);
}

.sprouts-home-image img{
  width:100%;
  display:block;
  border-radius:24px;
}

@media (max-width:900px){
  .sprouts-home-wrap{
    grid-template-columns:1fr;
  }
}

@media (max-width:560px){
  .sprouts-popup-card{
    padding:30px 24px;
  }

  .sprouts-popup-actions,
  .sprouts-home-actions{
    flex-direction:column;
  }

  .sprouts-popup-actions .btn,
  .sprouts-home-actions .btn{
    width:100%;
    text-align:center;
  }
}

/* =============================
   SPROUTS FULL PAGE FIX
   Restores the dedicated sprouts.html layout.
============================= */

.sprouts-hero{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center;
  padding:80px 7%;
  background:linear-gradient(135deg,var(--pink2),var(--blue2),var(--cream));
}

.sprouts-hero-copy{min-width:0;}

.sprouts-hero h1{
  font-family:'Playfair Display',serif;
  font-size:clamp(2.6rem,5vw,5.6rem);
  line-height:1;
  color:var(--navy);
  margin:12px 0 18px;
}

.sprouts-hero h1 span{color:var(--pink);}

.sprouts-hero .lead{
  color:var(--text);
  font-size:1.25rem;
  line-height:1.65;
  max-width:700px;
}

.sprouts-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:24px;
}

.sprouts-hero-actions.center{justify-content:center;}

.sprouts-mini-note{
  margin-top:24px;
  display:flex;
  gap:12px;
  align-items:flex-start;
  background:var(--white);
  border-radius:var(--radius);
  padding:18px 20px;
  box-shadow:var(--shadow);
  color:var(--text);
  font-weight:800;
}

.sprouts-mini-note i{
  color:var(--pink);
  font-size:1.4rem;
  margin-top:3px;
}

.sprouts-hero-card{
  background:var(--white);
  border-radius:34px;
  padding:16px;
  box-shadow:var(--shadow);
}

.sprouts-hero-card img{
  width:100%;
  display:block;
  border-radius:24px;
}

.sprouts-intro{background:var(--white);}

.sprouts-cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:36px;
}

.sprouts-card{
  background:linear-gradient(180deg,var(--white),var(--pink2));
  border:1px solid rgba(245,127,168,.18);
  border-radius:var(--radius);
  padding:28px 22px;
  text-align:center;
  box-shadow:var(--shadow);
}

.sprouts-card i{
  width:68px;
  height:68px;
  display:grid;
  place-items:center;
  margin:0 auto 16px;
  border-radius:50%;
  background:var(--pink);
  color:var(--white);
  font-size:1.7rem;
}

.sprouts-card h3{
  color:var(--navy);
  font-size:1.2rem;
  margin:0 0 10px;
}

.sprouts-card p{
  color:var(--text);
  line-height:1.6;
  margin:0;
}

.sprouts-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center;
  background:linear-gradient(135deg,var(--blue2),var(--pink2));
}

.sprouts-split-image img{
  width:100%;
  display:block;
  border-radius:34px;
  box-shadow:var(--shadow);
}

.sprouts-split-copy h2,
.sprouts-no-school h2,
.sprouts-cta h2{
  color:var(--navy);
  font-size:clamp(2rem,4vw,3.5rem);
  line-height:1.05;
  margin:10px 0 16px;
}

.sprouts-split-copy p,
.sprouts-no-school p,
.sprouts-cta p{
  color:var(--text);
  line-height:1.7;
  font-size:1.08rem;
}

.sprouts-checklist{
  list-style:none;
  padding:0;
  margin:22px 0;
  display:grid;
  gap:12px;
}

.sprouts-checklist li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:var(--text);
  font-weight:800;
}

.sprouts-checklist i{
  color:var(--pink);
  margin-top:4px;
}

.sprouts-no-school{background:var(--white);}

.sprouts-alert-large{
  max-width:1050px;
  margin:0 auto;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:22px;
  align-items:center;
  padding:34px;
  border-radius:34px;
  background:linear-gradient(135deg,var(--pink2),var(--blue2));
  box-shadow:var(--shadow);
}

.sprouts-alert-large > i{
  width:78px;
  height:78px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--pink);
  color:var(--white);
  font-size:2rem;
}

.sprouts-cta{
  text-align:center;
  background:linear-gradient(135deg,var(--cream),var(--pink2));
}

.nav-links a.active{color:var(--pink);}

@media (max-width:900px){
  .sprouts-hero,
  .sprouts-split{
    grid-template-columns:1fr;
  }

  .sprouts-cards{
    grid-template-columns:1fr 1fr;
  }

  .sprouts-alert-large{
    grid-template-columns:1fr;
    text-align:center;
  }

  .sprouts-alert-large > i{
    margin:0 auto;
  }
}

@media (max-width:560px){
  .sprouts-hero{
    padding:54px 6%;
  }

  .sprouts-cards{
    grid-template-columns:1fr;
  }

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

  .sprouts-hero-actions .btn{
    width:100%;
    text-align:center;
  }
}
.sprouts-home-copy h3{
    color: var(--navy);
    font-size: 1.35rem;
    margin: 28px 0 18px;
    font-weight: 800;
}
.smart-contact-form .form-section{grid-column:1/-1;background:linear-gradient(135deg,var(--pink2),var(--blue2));border-radius:24px;padding:24px;border:1px solid rgba(124,199,247,.25)}
.smart-contact-form .form-section h3{color:var(--navy);margin:0 0 18px;font-size:1.35rem}.children-container{display:grid;gap:18px;margin-top:18px}.child-entry{background:#fff;border-radius:22px;padding:20px;box-shadow:0 10px 28px rgba(49,89,128,.10);display:grid;grid-template-columns:1fr 1fr;gap:18px}.child-entry h4{grid-column:1/-1;color:var(--navy);margin:0;font-size:1.1rem}.form-honey{display:none!important}@media(max-width:700px){.child-entry{grid-template-columns:1fr}}

/* =============================
   Mission & Vision Enhancement
============================= */
.mission-card-enhanced{
  background:linear-gradient(135deg,var(--white),var(--pink2),var(--blue2));
}

.mission-block{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(245,127,168,.18);
  border-radius:22px;
  padding:22px;
  margin:20px 0;
  box-shadow:0 12px 30px rgba(49,89,128,.08);
}

.mission-block h3{
  color:var(--navy);
  font-size:1.35rem;
  margin:0 0 10px;
  font-weight:900;
}

.mission-block p{
  margin:0;
  color:var(--text);
  line-height:1.7;
}

.vision-block{
  border-color:rgba(110,198,242,.28);
}
/* Tighten space above Mission & Vision section */
#about{
  padding-top:10px;
}

/* SEO/accessibility helper: visually hidden headings for screen readers/search structure */
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
