:root {
  --navy: #102069;
  --navy-deep: #0e164e;
  --teal: #0c4a6e;
  --teal-2: #0c486e;
  --accent: #18cabf;
  --accent-2: #1bc8e3;
  --ink: #252525;
  --muted: #5b6b7a;
  --muted-2: #878787;
  --bg: #fff;
  --bg-soft: #eef4fb;
  --bg-soft-2: #f5f9fd;
  --border: rgba(14, 22, 78, 0.10);
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 4px 18px rgba(14, 22, 78, 0.06);
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Raleway', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: 'Poppins', sans-serif; font-weight: 500; margin: 0; color: var(--ink); }
p { margin: 0; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }

.accent { color: var(--accent); }
.accent-light { color: var(--accent); }

.section-title { font-size: clamp(28px, 4vw, 36px); line-height: 1.15; color: var(--ink); }
.section-title.center { text-align: center; }
.section-sub { color: var(--muted); margin: 14px auto 32px; max-width: 760px; }
.section-sub.center { text-align: center; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.95);
  backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { width: 36px; height: auto; }
.brand-name { font-family: 'Poppins', sans-serif; color: var(--navy); font-weight: 600; font-size: 14px; line-height: 1.1; }
.nav-links { display: flex; align-items: center; gap: 28px; font-family: 'Raleway', sans-serif; font-weight: 500; }
.nav-links a { color: var(--navy); font-size: 14px; position: relative; }
.nav-links a:hover { color: var(--accent); }
.nav-links a[aria-current="page"] { color: var(--accent); }
.nav-links a[aria-current="page"]::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -6px;
  height: 2px; background: var(--accent); border-radius: 2px;
}
.nav-cta {
  background: var(--navy); color: #fff !important;
  padding: 9px 18px; border-radius: 999px; font-weight: 600;
}
.nav-cta:hover { background: var(--teal); }
.nav-links a.nav-cta[aria-current="page"]::after { display: none; }

/* Hero */
.hero { padding: 56px 0 24px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.hero h1 {
  font-size: clamp(34px, 4.6vw, 52px);
  line-height: 1.08; color: var(--navy);
  letter-spacing: -0.01em; font-weight: 500;
}
.lead { color: var(--muted); margin: 22px 0 28px; font-size: 16px; max-width: 540px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 22px; border-radius: 999px; font-weight: 600;
  font-family: 'Raleway', sans-serif; font-size: 15px;
  transition: transform .15s ease, background .15s ease, color .15s ease;
}
.btn-primary { background: var(--accent); color: #06303a; }
.btn-primary:hover { background: #14b6ad; }
.btn-ghost { color: var(--navy); }
.btn-ghost:hover { color: var(--accent); }

.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; color: var(--muted); font-size: 13px; }
.trust-row li { display: flex; align-items: center; gap: 8px; }
.dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; display: inline-block; }

.hero-image img {
  border-radius: var(--radius-lg);
  width: 100%; height: auto; max-height: 560px;
  object-fit: cover; object-position: center;
  box-shadow: var(--shadow);
}

/* Insurance partners — animated marquee */
.insurance {
  background: #fff;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 28px 0 32px;
}
.insurance-row {
  display: flex; flex-direction: column; align-items: center; gap: 18px;
}
.insurance-eyebrow {
  margin: 0;
  font-family: 'Raleway', sans-serif; font-weight: 400;
  font-size: 12px; line-height: 1; color: #878787;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ins-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.ins-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  gap: 56px;
  animation: ins-scroll 50s linear infinite;
}
.ins-marquee:hover .ins-grid { animation-play-state: paused; }
.ins-grid li { display: flex; align-items: center; flex: 0 0 auto; }
.ins-grid img {
  height: 44px; width: auto; max-width: 180px;
  object-fit: contain;
}
@keyframes ins-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .ins-grid { animation: none; }
}

@media (max-width: 600px) {
  .ins-grid { gap: 36px; }
  .ins-grid img { height: 34px; max-width: 140px; }
}

/* Compare */
.compare { background: var(--bg-soft); padding: 72px 0; }
.compare .section-title { text-align: center; color: var(--navy); }
.compare .section-sub { text-align: center; }
.compare-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
  max-width: 880px; margin: 0 auto;
}
.compare-card {
  background: #fff; border-radius: var(--radius); padding: 26px 26px 24px;
  box-shadow: var(--shadow);
}
.compare-card h3 {
  font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 18px;
  display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
}
.compare-card.pro h3 { color: var(--teal-2); }
.compare-card.other h3 { color: #6c7a89; }
.compare-card ul li {
  position: relative; padding-left: 22px; margin: 10px 0;
  font-size: 14px; color: var(--ink);
}
.compare-card.pro ul li::before {
  content: '✓'; color: var(--accent); font-weight: 700;
  position: absolute; left: 0; top: 0;
}
.compare-card.other ul li::before {
  content: '–'; color: #9aa6b3; font-weight: 700;
  position: absolute; left: 0; top: 0;
}
.check { width: 22px; height: 22px; background: var(--accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 13px; }
.cross { width: 22px; height: 22px; background: #cdd5dd; color: #fff; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 13px; }

.compare-image {
  margin: 48px auto 0; max-width: 880px;
}
.compare-image img {
  width: 100%; height: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow);
}

/* Split layouts (Integration + Schedule) */
.integration, .schedule { padding: 80px 0; }
.split { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.split-image img { width: 100%; height: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.split-copy .section-title { color: var(--ink); }
.split-copy > p { color: var(--muted); margin: 16px 0 28px; max-width: 520px; }

.feature-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
}
.feature {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 18px 18px 16px; box-shadow: 0 1px 0 rgba(14,22,78,0.04);
}
.feature-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 8px;
  background: rgba(24,202,191,0.12); color: var(--teal);
  font-size: 18px; margin-bottom: 10px;
}
.feature h3 {
  font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 16px;
  color: var(--teal); margin-bottom: 6px;
}
.feature p { color: var(--muted); font-size: 13.5px; line-height: 1.5; }

/* Testimonial, teal band */
.testimonial { padding: 56px 0; }
.testimonial-teal { background: linear-gradient(135deg, #0e6ea2 0%, #0c4a6e 100%); color: #eaf6fb; }
.testimonial-navy { background: var(--navy-deep); color: #d8e0f3; }
.quote-row {
  display: grid; grid-template-columns: 2fr 1fr; gap: 36px; align-items: center;
}
.quote-row.reverse { grid-template-columns: 1fr 2fr; }
.testimonial blockquote {
  margin: 0; font-size: 18px; line-height: 1.55; font-style: italic;
  font-family: 'Raleway', sans-serif; max-width: 720px;
}
.speaker { display: flex; align-items: center; gap: 14px; margin: 0; }
.speaker img {
  width: 64px; height: 64px; border-radius: 50%;
  object-fit: cover; border: 2px solid rgba(255,255,255,0.25);
}
.speaker figcaption { display: flex; flex-direction: column; font-size: 13px; line-height: 1.4; }
.speaker strong { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; }

/* Patients */
.patients { padding: 80px 0; }
.patients .section-title { text-align: center; }
.patients .section-sub { text-align: center; }
.patient-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
  max-width: 1200px; margin: 0 auto;
}
.patient-grid img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow);
}

/* Empower / cards-of-four */
.empower { padding: 80px 0; background: var(--bg); }
.card-grid {
  display: grid; gap: 18px;
}
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.info-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 22px 20px; box-shadow: 0 1px 0 rgba(14,22,78,0.03);
}
.info-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(24,202,191,0.12); color: var(--teal);
  font-size: 18px; margin-bottom: 12px;
}
.info-card h3 {
  font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 16px;
  color: var(--teal); margin-bottom: 8px;
}
.info-card p { color: var(--muted); font-size: 13.5px; line-height: 1.5; }

/* About */
.about { padding: 80px 0; background: var(--bg-soft-2); }
.about .section-title { color: var(--navy); }
.about-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  max-width: 720px; margin: 16px auto 0;
}
.about-stats li {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 22px 18px; text-align: center; box-shadow: 0 1px 0 rgba(14,22,78,0.03);
  display: flex; flex-direction: column; gap: 4px;
}
.about-stats strong {
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 28px;
  color: var(--teal);
}
.about-stats span { color: var(--muted); font-size: 13px; }

/* Join the team */
.join {
  padding: 72px 0;
  background: linear-gradient(135deg, #0e6ea2 0%, #0c4a6e 100%);
  color: #eaf6fb;
}
.join-grid {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center;
}
.join-copy .section-title { color: #fff; }
.join-copy > p { margin: 16px 0 22px; max-width: 560px; color: #cfe6ef; }
.join-perks { display: grid; gap: 10px; font-size: 14px; }
.join-perks li { display: flex; align-items: center; gap: 10px; color: #eaf6fb; }
.join-cta {
  display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
}
.join-contact { font-size: 14px; color: #cfe6ef; }
.join-contact a { color: #fff; text-decoration: underline; }

/* Schedule split tweaks */
.schedule .split-copy .section-title { color: var(--ink); }

/* Contact */
.contact { padding: 80px 0; }
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 380px));
  justify-content: center;
  gap: 22px;
  max-width: 880px;
  margin: 0 auto;
}
.contact-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 20px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  box-shadow: var(--shadow); transition: transform .15s ease;
  min-width: 0;
}
.contact-card p { overflow-wrap: anywhere; max-width: 100%; }
.contact-card:hover { transform: translateY(-2px); }
.contact-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(24,202,191,0.15); color: var(--teal);
  font-size: 18px; margin-bottom: 4px;
}
.contact-card h3 { font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 16px; color: var(--teal); }
.contact-card p { color: var(--muted); font-size: 14px; }

/* Footer */
.site-footer {
  background: var(--navy-deep); color: #d8e0f3; padding: 56px 0 24px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 48px;
}
.footer-brand .brand-light .brand-name { color: #fff; font-size: 18px; }
.footer-brand p { font-size: 14px; color: #a9b6d3; margin-top: 14px; max-width: 360px; }
.footer-contact { margin-top: 14px !important; font-size: 13px; }
.footer-contact a { color: #a9b6d3; }
.footer-col h2 {
  font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 13px;
  color: #c1cce3; letter-spacing: .12em; margin-bottom: 14px;
}
.footer-col ul li { margin: 8px 0; font-size: 14px; color: #a9b6d3; }
.footer-col ul li a:hover { color: var(--accent); }
.footer-bottom {
  margin-top: 36px; padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #8b97b3; font-size: 12px; text-align: left;
}

/* Responsive */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding: 32px 0; }
  .compare-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .feature-grid { grid-template-columns: 1fr; }
  .patient-grid { grid-template-columns: repeat(3, 1fr); }
  .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .quote-row, .quote-row.reverse { grid-template-columns: 1fr; text-align: center; }
  .speaker { justify-content: center; }
  .about-stats { grid-template-columns: 1fr; }
  .join-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 600px) {
  .nav-links { gap: 14px; font-size: 13px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .patient-grid { grid-template-columns: repeat(2, 1fr); }
  .patient-grid img:nth-child(5) { display: none; }
  .integration, .schedule, .empower, .patients, .contact, .compare, .about, .join { padding: 56px 0; }
}

/* Audience cards (home page "Who We Care For" section) */
.audiences { padding: 72px 0; background: var(--bg); }
.audiences .section-title { color: var(--ink); }
.audience-cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  max-width: 960px; margin: 0 auto;
}
.audience-card {
  display: flex; flex-direction: column; align-items: flex-start;
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 32px 28px; box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.audience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(14, 22, 78, 0.10);
  border-color: rgba(24, 202, 191, 0.4);
}
.audience-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(24,202,191,0.18), rgba(64,0,146,0.10));
  color: var(--teal); font-size: 26px; margin-bottom: 18px;
}
.audience-card h3 {
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 22px;
  color: var(--navy); margin-bottom: 10px;
}
.audience-card p { color: var(--muted); font-size: 15px; line-height: 1.55; margin-bottom: 18px; }
.audience-cta {
  margin-top: auto; font-family: 'Raleway', sans-serif; font-weight: 600;
  color: var(--accent); font-size: 14px; letter-spacing: .01em;
}
.audience-card:hover .audience-cta { color: var(--teal); }

/* Image placeholder blocks (used on /adult/ until real photos are sourced) */
.img-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; text-align: center;
  background: linear-gradient(135deg, #eef4fb 0%, #d8e6f4 60%, #cfe7ec 100%);
  color: var(--teal-2);
  border-radius: var(--radius-lg);
  padding: 24px;
}
.img-placeholder-hero {
  width: 100%; aspect-ratio: 4 / 5; max-height: 560px;
  box-shadow: var(--shadow);
}
.img-placeholder-card {
  width: 100%; aspect-ratio: 3 / 4;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.img-placeholder-icon { font-size: 38px; opacity: 0.85; }
.img-placeholder-label {
  font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 13px;
  letter-spacing: .03em; line-height: 1.35; color: var(--teal-2);
  opacity: 0.85;
}

@media (max-width: 768px) {
  .audience-cards { grid-template-columns: 1fr; }
}

