/* Sonoview: shared foundations, approved homepage, patient sections, responsive rules. */
:root {
    --navy: #082451;
    --blue: #0348ce;
    --blue-dark: #003bb2;
    --section-blue-dark: #27325f;
    --text: #102344;
    --muted: #52647e;
    --soft: #f2f8fe;
    --line: #dce6f1;
    --white: #fff;
    --radius: 12px;
    --max: 1380px;
    --section_shade: #e7eff5;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 125px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.25; }
h2 { font-size: 30px; letter-spacing: -.025em; margin-bottom: 24px; }
h3 { font-size: 17px; }
a { color: var(--blue); text-underline-offset: 4px; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #327ce7; outline-offset: 5px; border-radius: 3px; }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
svg { display: block; width: 100%; height: 100%; }
[hidden] { display: none !important; }
.container { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 12px 18px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { color: var(--blue); font-size: 14px; font-weight: 750; letter-spacing: .025em; margin-bottom: 10px; }
.section-space { padding-block: 72px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 650; }
.file-type { font-size: 11px; font-weight: 750; letter-spacing: .05em; }

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
    border-bottom: 1px solid rgba(20, 60, 100, 0.06);
    box-shadow: 0 3px 12px rgba(10, 40, 80, 0.08);
}
.header-inner { width: min(1408px, calc(100% - 64px)); margin-inline: auto; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-title-row { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 10px; }
.development-badge { display: inline-block; padding: 4px 10px; border-radius: 999px; background: #a33f35; color: #fff; font-size: 14px; font-weight: 600; line-height: 16px; white-space: nowrap; }
@media (max-width: 1190px) { .site-header-development .brand { max-width: calc(100% - 60px); padding-block: 8px; } }
.brand { flex-shrink: 0; text-decoration: none; color: var(--navy); display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-size: 20px; font-weight: 750; letter-spacing: .015em; }
.brand-tagline { font-size: 14px; font-weight: 400; letter-spacing: .015em; color: #61728b; margin-top: 4px; }
.primary-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 38px); font-size: 13px; font-weight: 700; }
.primary-nav > a { position: relative; text-decoration: none; white-space: nowrap; color: var(--navy); }
.primary-nav > a:not(.nav-cta) { padding-block: 14px; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: -8px; right: -8px; bottom: 2px; height: 2px; background: var(--blue); transform: scaleX(0); }
.primary-nav > a:hover::after, .primary-nav > a.active::after { transform: scaleX(1); }
.primary-nav > a.active { color: var(--blue); }
.primary-nav .nav-cta, .btn-primary { background: linear-gradient(135deg, #0749d1, #003ab5); color: white; box-shadow: inset 0 0 0 1px #ffffff14; }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 18px; border-radius: 8px; }
.nav-cta svg, .btn svg { width: 23px; height: 23px; flex-shrink: 0; }
.nav-cta:hover, .btn-primary:hover { background: var(--blue-dark); }
.menu-toggle { border: 1px solid var(--line); background: white; color: var(--navy); border-radius: 6px; padding: 10px; min-width: 44px; min-height: 44px; }
.menu-bars > span { display: block; width: 22px; height: 2px; background: currentColor; margin: 4px 0; }

/* Approved hero */
.hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
    background: linear-gradient(110deg, #f3faff, #f8fbff 46%, #fff 55%);
    /*box-shadow: 0 3px 12px rgba(10, 40, 80, 0.08);*/
    border-bottom: 4px solid #dde8f0;
}
.hero-left { display: flex; justify-content: flex-end; position: relative; z-index: 1; }
.hero-copy { width: min(690px, calc(100% - 32px)); padding: 24px 40px 21px 0; }
#hero-heading { font-size: clamp(30px, 3.1vw, 36px); font-weight: 750; line-height: 1.12; letter-spacing: -.033em; margin: 14px 0; }
.hero-text { max-width: 520px; font-size: 17px; line-height: 1.55; margin-bottom: 22px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-bottom: 38px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 8px 20px; border-radius: 8px; text-decoration: none; font-size: 13px; font-weight: 700; line-height: 1.3; }
.btn-secondary { border: 1px solid var(--blue); background: #ffffff80; color: var(--blue); }
.btn-secondary:hover { background: #e9f2ff; }
.btn-secondary > span { font-size: 25px; line-height: .7; }
.trust-row { display: flex; justify-content: space-between; gap: 24px; max-width: 600px; }
.trust-item { display: flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 650; line-height: 1.55; }
.trust-item svg { color: var(--blue); width: 43px; height: 43px; flex-shrink: 0; stroke-width: 1.7; }
.hero-photo { position: relative; min-width: 0; }
.hero-photo img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: center; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #f8fbff 0%, #f8fbff00 16%); pointer-events: none; }

/* Shared section titles */
.section-title {
    padding: 6px 0 2px 0;
    font-size: 20px;
    font-weight: 700;
    color: #0b2f63;
    color: var(--section-blue-dark);
    margin-bottom: 18px;
}

/* Services */
.services-section {
    padding: 24px 0 16px;
    background-color: var(--section_shade);
}
.service-grid { display: grid; grid-template-columns: 1fr 1.25fr .98fr 1.11fr; gap: 20px; align-items: stretch; }
.service-card {
    background-color: #FFFFFF;
    min-width: 0;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 23px 17px 18px;
    min-height: 224px;
    border-radius: var(--radius);
    border: 1px solid #edf0f4;
    box-shadow: none;
}
.service-card > svg { color: var(--blue); width: 50px; height: 67px; stroke-width: 1.6; margin-top: -7px; }
.service-card-general { grid-template-columns: 64px minmax(0, 1fr); }
.service-card-general > svg { width: 64px; }
.service-card h3 { font-size: 16px; font-weight: 700; margin: 6px 0 14px; line-height: 1.35; letter-spacing: -.015em; }
.service-card ul { margin: 0; padding-left: 13px; }
.service-card li { font-size: 13px; line-height: 1.55; margin-bottom: 7px; }
.service-card li:last-child { margin-bottom: 0; }
.service-card p { font-size: 14px; line-height: 1.65; margin: 0; }

/* Patient strip */
.patient-bar {
    padding-bottom: 24px;
    background-color: var(--section_shade);
}
.patient-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 25px 0; background-color: #FFF; border-radius: var(--radius); }
.patient-visit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
.placeholder-page { min-height: 45vh; }
.patient-item { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 18px; padding: 0 26px; border-right: 1px solid #cfddf0; align-items: start; }
.patient-item:last-child { border-right: 0; }
.patient-icon { display: block; width: 64px; height: 64px; color: var(--blue); }
.patient-icon > svg { stroke-width: 1.6; }
.patient-icon-filled { border-radius: 50%; padding: 12px; color: white; background: linear-gradient(135deg, #0041d0, #0036a6); }
.patient-item h3 { font-size: 13px; margin: 0 0 4px; line-height: 1.4; }
.patient-item h3 a { text-decoration: none; }
.patient-item h3 a:hover { text-decoration: underline; }
.patient-item p { font-size: 13px; line-height: 1.5; margin: 0; }
.patient-visit-grid .patient-item p { font-size: inherit; line-height: inherit; }

/* Homepage content beyond the supplied reference */
.about-section { background: #f8fbfe; border-block: 1px solid #edf2f7; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.about-grid h2 { font-size: 35px; margin-bottom: 0; }
.about-copy p { color: var(--muted); margin-bottom: 18px; max-width: 680px; }
.appointment-grid { display: grid; grid-template-columns: 1.35fr .75fr; gap: 90px; align-items: start; }
.appointment-list { padding-left: 22px; max-width: 670px; }
.appointment-list li { margin-bottom: 13px; padding-left: 7px; }
.appointment-list li::marker { color: var(--blue); font-weight: 700; }
.call-card { padding: 32px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); }
.call-icon { display: block; color: var(--blue); width: 36px; height: 36px; margin-bottom: 18px; }
.call-card h3 { margin-bottom: 12px; }
.call-card p { color: var(--muted); margin: 12px 0 18px; }
.phone-link { color: var(--navy); font-size: 30px; font-weight: 750; text-decoration: none; white-space: nowrap; letter-spacing: -.025em; }
.preparation-block { margin-top: 34px; }
.disclosure { border-bottom: 1px solid var(--line); }
.disclosure summary { cursor: pointer; padding: 20px 32px 20px 0; position: relative; list-style: none; font-size: 16px; font-weight: 650; color: var(--navy); }
.disclosure summary::-webkit-details-marker { display: none; }
.disclosure summary::after { content: "+"; position: absolute; right: 3px; top: 17px; font-size: 23px; color: var(--blue); font-weight: 400; }
.disclosure[open] summary::after { content: "−"; }
.disclosure-body { padding: 0 24px 16px 0; color: var(--muted); }
.disclosure-body p { margin-bottom: 0; }
.preparation-disclosure { border: 1px solid var(--line); border-radius: var(--radius); padding: 0 25px; }
.preparation-disclosure summary { font-size: 19px; }
.summary-hint { display: inline-block; font-size: 14px; color: var(--muted); font-weight: 400; margin-left: 14px; }
.preparation-list { padding-left: 21px; margin: 0; }
.preparation-list li { padding-left: 5px; margin-bottom: 12px; }
.resources-section { background: #f8fbfe; }
.resources-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; }
.resources-grid h2 { font-size: 27px; }
.download-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: white; border: 1px solid var(--line); border-radius: 9px; padding: 20px 22px; margin-bottom: 14px; font-weight: 650; text-decoration: none; }
.download-card:hover { border-color: var(--blue); }
.download-card small { display: block; font-size: 13px; font-weight: 400; color: var(--muted); margin-top: 4px; }
.download-card .file-type { white-space: nowrap; }
.document-note { color: var(--muted); font-size: 13px; line-height: 1.65; }

/* Contact/footer */
.site-footer { background: var(--navy); color: #e5edfa; padding: 48px 0 20px; }
.footer-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 26px; border-bottom: 1px solid #ffffff26; }
.footer-heading h2 { font-size: 22px; color: white; letter-spacing: .01em; margin-bottom: 3px; }
.footer-heading p { color: #b9cbe3; margin-bottom: 0; }
.site-footer a { color: white; }
.footer-top { font-size: 14px; white-space: nowrap; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr 1.1fr; gap: 35px; padding-top: 30px; }
.contact-grid h3 { color: white; font-size: 16px; margin-bottom: 10px; }
.contact-grid p, .contact-grid address { font-style: normal; font-size: 15px; line-height: 1.8; margin: 0; }
.contact-grid a { overflow-wrap: anywhere; }
.copyright { color: #b9cbe3; font-size: 12px; margin: 34px 0 0; }

/* Tablet and smaller desktop */
@media (max-width: 1390px) {
  .brand-name { font-size: 21px; }
  .brand-tagline { font-size: 16px; }
  .primary-nav { gap: 22px; font-size: 12.5px; }
  .nav-cta { padding-inline: 14px; }
  .hero-actions { gap: 14px; }
  .btn { padding-inline: 15px; font-size: 12.5px; }
  .hero-text { font-size: 16px; }
  .trust-item { font-size: 12px; gap: 10px; }
  .trust-row { gap: 14px; }
  .service-card { grid-template-columns: 43px minmax(0, 1fr); padding-inline: 14px; gap: 10px; }
  .service-card > svg { width: 43px; }
  .service-card-general { grid-template-columns: 51px minmax(0, 1fr); }
  .service-card-general > svg { width: 51px; }
  .patient-item { padding-inline: 18px; gap: 13px; grid-template-columns: 50px minmax(0, 1fr); }
  .patient-icon { width: 50px; height: 50px; }
  .patient-icon-filled { padding: 9px; }
}
@media (max-width: 1190px) {
  html { scroll-padding-top: 105px; }
  .header-inner { min-height: 82px; flex-wrap: wrap; gap: 0; }
  .menu-toggle:not([hidden]) { display: block; }
  .primary-nav { width: 100%; flex-wrap: wrap; padding: 12px 0 20px; gap: 12px 24px; }
  .primary-nav > a:not(.nav-cta) { padding-block: 7px; }
  .primary-nav > a:not(.nav-cta)::after { bottom: 0; }
  .site-header.nav-enhanced .primary-nav { display: none; }
  .site-header.nav-enhanced .primary-nav.open { display: flex; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card, .service-card-general { grid-template-columns: 62px minmax(0, 1fr); padding: 24px; min-height: 230px; gap: 16px; }
  .service-card > svg { width: 60px; }
  .service-card li, .service-card p { font-size: 14px; }
  .patient-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 0; }
  .patient-item { padding-inline: 24px; grid-template-columns: 60px minmax(0, 1fr); gap: 18px; }
  .patient-icon { width: 60px; height: 60px; }
  .patient-item:nth-child(2) { border-right: 0; }
  .patient-item p { font-size: 14px; }
  .hero-copy { padding-right: 24px; }
  #hero-heading { font-size: 38px; }
  .hero-actions { gap: 12px; margin-bottom: 25px; }
  .trust-row { flex-wrap: wrap; }
  .about-grid, .appointment-grid, .resources-grid { gap: 45px; }
  .call-card { padding: 26px; }
  .phone-link { font-size: 27px; }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-left { justify-content: center; }
  .hero-copy { width: min(700px, calc(100% - 48px)); padding: 40px 0 32px; }
  #hero-heading { font-size: 42px; }
  .hero-text { max-width: 580px; }
  .hero-photo { aspect-ratio: 806 / 457; max-height: 430px; }
  .hero-photo::after { background: linear-gradient(180deg, #f8fbff, #f8fbff00 12%); }
  .hero-photo img { object-fit: cover; }
  .trust-row { flex-wrap: nowrap; margin-top: 28px; }
  .hero-actions { margin-bottom: 0; }
  .section-space { padding-block: 52px; }
  .about-grid, .appointment-grid, .resources-grid { grid-template-columns: 1fr; gap: 30px; }
  .call-card { max-width: none; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .container, .header-inner { width: calc(100% - 36px); }
  .header-inner { min-height: 78px; }
  .brand-name { font-size: 16px; }
  .brand-tagline { font-size: 11.5px; }
  .primary-nav { flex-direction: column; align-items: stretch; gap: 4px; padding-bottom: 18px; max-height: calc(100dvh - 90px); overflow-y: auto; }
  .primary-nav > a:not(.nav-cta) { padding: 10px 8px; }
  .primary-nav > a:not(.nav-cta)::after { left: 8px; right: 8px; }
  .primary-nav > a.active { background: var(--soft); border-radius: 6px; }
  .primary-nav .nav-cta { margin-top: 7px; }
  .hero-copy { width: calc(100% - 36px); padding-top: 30px; }
  .eyebrow { font-size: 12px; }
  #hero-heading { font-size: clamp(27px, 8vw, 39px); line-height: 1.13; }
  .hero-text { font-size: 15px; line-height: 1.65; }
  .hero-actions { display: grid; gap: 12px; }
  .btn { width: 100%; min-height: 44px; font-size: 12.5px; }
  .trust-row { gap: 12px; justify-content: space-between; align-items: flex-start; }
  .trust-item { flex-direction: column; align-items: flex-start; gap: 8px; font-size: 10.5px; line-height: 1.45; }
  .trust-item svg { width: 33px; height: 33px; }
  .hero-photo { max-height: none; }
  .services-section { padding-top: 28px; }
  .service-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card, .service-card-general { min-height: 0; padding: 23px 20px; grid-template-columns: 51px minmax(0, 1fr); gap: 16px; }
  .service-card > svg { width: 51px; }
  .service-card h3 { font-size: 17px; margin-top: 0; }
  .service-card li, .service-card p { font-size: 14px; }
  .patient-grid { grid-template-columns: 1fr; padding: 8px 20px; gap: 0; }
  .patient-item { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); gap: 18px; grid-template-columns: 52px minmax(0, 1fr); }
  .patient-item:last-child { border-bottom: 0; }
  .patient-icon { width: 52px; height: 52px; }
  .section-space { padding-block: 42px; }
  h2, .resources-grid h2 { font-size: 25px; }
  .about-grid h2 { font-size: 30px; }
  .call-card { padding: 24px; }
  .phone-link { font-size: 28px; }
  .summary-hint { display: block; margin: 5px 0 0; }
  .preparation-disclosure { padding-inline: 18px; }
  .disclosure-body { padding-right: 0; font-size: 15px; }
  .download-card { padding: 18px; }
  .footer-heading { align-items: flex-start; flex-direction: column; }
  .footer-heading h2 { font-size: 20px; }
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
@media print {
  .site-header, .skip-link, .hero-photo, .hero-actions, .footer-top, .patient-bar { display: none; }
  body { font-size: 11pt; color: #000; background: #fff; }
  .container { width: 100%; }
  .hero, .about-grid, .appointment-grid, .resources-grid { display: block; }
  .hero-copy { width: 100%; padding: 0; }
  .section-space { padding-block: 18px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .call-card, .service-card { break-inside: avoid; }
  .site-footer { background: #fff; color: #000; }
  .site-footer h2, .site-footer h3, .site-footer a, .site-footer p { color: #000; }
}

/* About page */
:is(.about-page, .services-page, .faq-page, .forms-links-page, .contact-page) .page-hero{background:#eaf4ff;border-bottom:1px solid #dce8f5}
:is(.about-page, .services-page, .faq-page, .forms-links-page, .contact-page) .page-hero-inner{padding-block:0;min-height:165px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px}
:is(.about-page, .services-page, .faq-page, .forms-links-page, .contact-page) .page-hero-inner > :first-child{padding-block:18px}
:is(.about-page, .services-page, .faq-page, .forms-links-page, .contact-page) .page-hero h1{margin:0 0 8px;color:#0b2f63;font-size:clamp(20px,3.2vw,32px);line-height:1.05}
:is(.about-page, .services-page, .faq-page, .forms-links-page, .contact-page) .page-hero-subtitle{margin:0;color:#466a9f;font-size:20px}
.about-page .page-hero-art{align-self:stretch;background:linear-gradient(90deg,#eaf4ff,#eaf4ff1f),url("../images/about-hero-hands.png") center/cover no-repeat}
/* Section spacing: reduced about 40% from 44px; adjust padding to taste. */
:is(.about-page, .services-page, .faq-page, .forms-links-page, .contact-page) .section{padding:26px 0;background:#fff}
:is(.about-page, .services-page, .faq-page, .forms-links-page, .contact-page) .section-bordered{border-top:1px solid #e5edf5}
.about-page .about-story{display:flow-root}
.about-page .founder-card{float:left;width:30%;max-width:320px;margin:0 32px 20px 0}
.about-page .founder-card{border-radius:8px;overflow:hidden;border:1px solid #e3ebf4;background:#fff;box-shadow:0 8px 22px rgba(18,62,112,.07)}
.about-page .founder-card img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;object-position:center 25%}
.about-page .founder-card figcaption{display:flex;flex-direction:column;gap:3px;padding:14px 16px 16px}
.about-page .founder-card figcaption strong{color:#0b2f63;font-size:17px}
.about-page .founder-card figcaption span{color:#53657a;font-size:14px}
.about-page .story-copy h2,.about-page .about-ultrasound-grid h2,.about-page .pledge-grid h2,.services-page h2,.forms-links-page h2{color:#0b2f63;font-size:24px;margin:0 0 14px}
.about-page .story-copy p,.about-page .about-ultrasound-grid p,.about-page .pledge-grid p{color:#334b66;font-size:16px;line-height:1.62}
.about-page .about-ultrasound-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.about-page .section-subtitle{color:#4e73a9!important;font-size:19px!important;margin-top:-8px}
.about-page .ultrasound-graphic img{display:block;width:100%;height:auto;max-width:610px;margin-inline:auto;border-radius:20px}
.about-page .pledge-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:50px;align-items:start}
.about-page .pledge-list{margin:18px 0 0;padding-left:24px;color:#263f5c;font-size:16px}
.about-page .pledge-grid .pledge-intro{font-size:16px;color:#4e73a9;margin-top:-8px}
.about-page .pledge-list li{margin:7px 0}
.about-page .pledge-download{border:1px solid #e2ebf5;border-radius:10px;padding:24px;background:#dcf3e1}
.about-page .pledge-download h3{color:#0b2f63;margin:0 0 8px}
.about-page .pledge-download p{font-size:14px}
.about-page .pledge-download .btn{width:100%}
@media(max-width:900px){
:is(.about-page, .services-page, .faq-page, .forms-links-page, .contact-page) .page-hero-inner{grid-template-columns:1fr;min-height:150px}
.about-page .page-hero-art{display:none}
.about-page .about-story-grid,.about-page .about-ultrasound-grid,.about-page .pledge-grid{grid-template-columns:1fr}
.about-page .founder-card{width:38%;max-width:300px;margin-right:28px}
.about-page .pledge-download{max-width:440px}
}
@media(max-width:650px){
.about-page .founder-card{float:none;width:100%;max-width:300px;margin:0 auto 28px}
:is(.about-page, .services-page, .faq-page, .forms-links-page, .contact-page) .page-hero h1{font-size:36px}
:is(.about-page, .services-page, .faq-page, .forms-links-page, .contact-page) .page-hero-subtitle{font-size:18px}
/* Mobile section spacing: reduced about 40% from 34px. */
:is(.about-page, .services-page, .faq-page, .forms-links-page, .contact-page) .section{padding:20px 0}
.about-page .story-copy h2,.about-page .about-ultrasound-grid h2,.about-page .pledge-grid h2,.services-page h2,.forms-links-page h2{font-size:23px}
}


/* Services page */
.services-page .page-hero-art{align-self:stretch;background:linear-gradient(90deg,#eaf4ff,#eaf4ff1f),url("../images/services-hero-art.png") center/cover no-repeat}
/* Keep the image width; transfer 16% of the former text column to the list card.
   Former text width = container - 290px image - 300px card - 68px gaps. */
.services-page .service-detail-grid { display: grid; grid-template-columns: 290px minmax(0, calc((100% - 658px) * .84)) minmax(0, 1fr); gap: 34px; align-items: start; }
.services-page .service-photo img { display: block; width: 100%; height: auto; border-radius: 8px; box-shadow: 0 8px 20px #123e7010; }
.services-page .service-copy p { color: #334b66; font-size: 16px; line-height: 1.68; }
.services-page .service-list-card { background: #f8fbff; border: 1px solid #e1ebf5; border-radius: 10px; padding: 22px 24px; }
.services-page .service-list-card h3 { color: #0b55c8; font-size: 18px; margin: 0 0 14px; }
.services-page .service-list-card ul { margin: 0; padding-left: 21px; }
.services-page .service-list-card li { margin: 0 0 10px; color: #263f5c; line-height: 1.45; font-size: 15px; }
.services-page .service-list-card li:last-child { margin-bottom: 0; }
.services-page .services-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 26px 30px; border-radius: 10px; background: #eef6ff; }
.services-page .services-cta .btn { flex-shrink: 0; }
.services-page .services-cta p { margin: 0; color: #425d7d; }
@media (max-width: 1050px) {
  .services-page .service-detail-grid { grid-template-columns: 250px minmax(0, 1fr); }
  .services-page .service-list-card { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .services-page .page-hero-art { display: none; }
}
@media (max-width: 760px) {
  .services-page .service-detail-grid { grid-template-columns: 1fr; }
  .services-page .service-photo { max-width: 520px; }
  .services-page .services-cta-inner { align-items: flex-start; flex-direction: column; }
}

/* FAQ page */
.faq-page .page-hero-art{align-self:stretch;background:linear-gradient(90deg,#eaf4ff,#eaf4ff1f),url("../images/faq-hero-art.png") center/cover no-repeat}
.faq-section{background:#fff}
.faq-list{display:grid;gap:14px}
.faq-item{border:1px solid #dbe6f2;border-radius:10px;background:#fff;overflow:hidden}
.faq-item.open{background:#f7fbff;border-color:#c9dcf3}
.faq-heading{margin:0}
.faq-question{width:100%;display:grid;grid-template-columns:48px minmax(0,1fr) 36px;align-items:center;gap:16px;border:0;background:transparent;color:#0b2f63;text-align:left;padding:16px 18px;cursor:pointer;font:inherit}
.faq-question:focus-visible{outline:3px solid rgba(11,90,217,.25);outline-offset:-3px}
.faq-number{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:#e7f2ff;color:#0b5ad9;font-weight:800}
.faq-question-text{font-size:18px;font-weight:800;line-height:1.3}
.faq-symbol{color:#0b5ad9;font-size:28px;line-height:1;text-align:center}
.faq-answer{padding:0 72px 20px 82px;color:#334b66}
.faq-answer p{margin:0 0 12px;font-size:16px;line-height:1.68}
.faq-answer p:last-child{margin-bottom:0}
.faq-contact{background:#fff;padding-top:14px}
.faq-contact-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:24px 28px;border-radius:10px;background:#eef6ff}
.faq-contact h2{margin:0 0 6px;color:#0b2f63;font-size:24px}
.faq-contact p{margin:0;color:#46617f}
@media(max-width:700px){
  .faq-question{grid-template-columns:40px minmax(0,1fr) 28px;gap:12px;padding:14px}
  .faq-number{width:34px;height:34px}
  .faq-question-text{font-size:16px}
  .faq-answer{padding:0 18px 18px 66px}
  .faq-answer p{font-size:15px}
  .faq-contact-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:450px){
  .faq-question{grid-template-columns:minmax(0,1fr) 28px}
  .faq-number{display:none}
  .faq-answer{padding:0 14px 16px}
}

.faq-answer p{max-width:100ch}
@media(max-width:900px){.faq-page .page-hero-art{display:none}}
@media print{.faq-answer[hidden]{display:block!important}.faq-symbol{display:none}}

/* Forms and Links */
.forms-links-page .page-hero-art{align-self:stretch;background:linear-gradient(90deg,#eaf4ff,#eaf4ff1f),url("../images/forms-links-hero-art.png") center/cover no-repeat}
.resource-heading{display:flex;align-items:center;gap:18px;margin-bottom:24px}
.resource-heading img{width:56px;height:56px}
.resource-heading h2{margin:0 0 6px;color:#0b2f63;font-size:24px}
.resource-heading p{margin:0;color:#4d6787;font-size:17px}
.form-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.form-card{display:grid;grid-template-columns:70px 1fr;gap:20px;align-items:start;padding:24px;border:1px solid #e1ebf5;border-radius:10px;background:#f8fbff}
.form-card-patient{background:#dcf3e1}
.form-card-requisition{background:#fbe3c2}
.form-card-patient .btn-secondary,.about-page .pledge-download .btn-secondary{border-color:#24633a;color:#24633a}
.form-card-patient .btn-secondary:hover,.about-page .pledge-download .btn-secondary:hover{background:#cbe8d2}
.form-card-requisition .btn-secondary{border-color:#93470e;color:#93470e}
.form-card-requisition .btn-secondary:hover{background:#f3d3aa}
.form-card>img{width:58px;height:58px}
.form-card h3{margin:4px 0 8px;color:#0b2f63;font-size:21px}
.form-card p{margin:0 0 18px;color:#405a78;line-height:1.55}
.links-table-wrap{overflow-x:auto;border:1px solid #dbe6f2;border-radius:10px}
.links-table{width:100%;border-collapse:collapse;background:#fff}
.links-table th,.links-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #e4edf6}
.links-table th{background:#f5f9fe;color:#0b2f63;font-weight:800}
.links-table tr:last-child td{border-bottom:0}
.links-table td:first-child,.links-table th:first-child{width:60px;text-align:center}
.links-table a{color:#0b5ad9;text-decoration:none;font-weight:700}
.links-table a:hover{text-decoration:underline}
.links-table tbody tr:hover,.links-table tbody tr:focus-within{background:#fff6cc}
.resources-contact{background:#fff;padding-top:14px}
.resources-contact-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:24px 28px;border-radius:10px;background:#eef6ff}
.resources-contact h2{margin:0 0 6px;color:#0b2f63;font-size:24px}
.resources-contact p{margin:0;color:#46617f}
@media(max-width:760px){
  .form-card-grid{grid-template-columns:1fr}
  .resources-contact-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:520px){
  .resource-heading{align-items:flex-start}
  .resource-heading img{width:46px;height:46px}
  .resource-heading h2{font-size:23px}
  .form-card{grid-template-columns:1fr}
  .form-card>img{width:52px;height:52px}
  .links-table th,.links-table td{padding:12px}
}

@media(max-width:900px){.forms-links-page .page-hero-art{display:none}}

/* Contact page */
.contact-page .page-hero-art{align-self:stretch;background:linear-gradient(90deg,#eaf4ff,#eaf4ff1f),url("../images/contact-hero-art.png") center/cover no-repeat}

.contact-page .contact-main{background:#fff}
.contact-page .contact-page-grid{
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);
  gap:48px;
  align-items:start;
}
.contact-page .contact-info{
  background:#fff;
}
.contact-page .contact-info h2,.contact-page .contact-form-heading h2{
  margin:0 0 6px;
  color:#0b2f63;
  font-size:24px;
}
.contact-page .section-intro,.contact-page .contact-form-heading p{
  margin:0 0 28px;
  color:#4d6787;
}
.contact-page .contact-detail{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  align-items:start;
  margin:0 0 28px;
}
.contact-page .contact-detail img{
  width:56px;
  height:56px;
  padding:13px;
  border-radius:999px;
  background:#eef6ff;
}
.contact-page .contact-detail h3{
  margin:2px 0 4px;
  color:#0b2f63;
  font-size:17px;
}
.contact-page .contact-detail p{
  margin:0;
  color:#2d435e;
  line-height:1.55;
}
.contact-page .contact-primary{
  display:inline-block;
  margin-bottom:4px;
  color:#0b3f9f;
  font-weight:800;
  font-size:20.5px;
  text-decoration:none;
}
.contact-page .map-placeholder{
  margin-top:24px;
  min-height:170px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:6px;
  border:1px dashed #b9cbe0;
  border-radius:10px;
  color:#5b6f86;
  background:#fafcff;
  text-align:center;
  padding:24px;
}
.contact-page .contact-form-wrap{
  padding-left:30px;
  border-left:1px solid #dbe6f2;
}
.contact-page .contact-form-heading{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:start;
}
.contact-page .contact-form-heading img{
  width:48px;
  height:48px;
}
.contact-page .contact-form{
  display:grid;
  gap:18px;
}
.contact-page .form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.contact-page .form-field{
  display:grid;
  gap:7px;
}
.contact-page .form-field label{
  color:#0b2f63;
  font-weight:700;
}
.contact-page .form-field input,.contact-page .form-field select,.contact-page .form-field textarea{
  width:100%;
  border:1px solid #bfcfe0;
  border-radius:7px;
  padding:12px 13px;
  font:inherit;
  color:#1f3551;
  background:#fff;
}
.contact-page .form-field textarea{resize:vertical}
.contact-page .form-field input:focus,.contact-page .form-field select:focus,.contact-page .form-field textarea:focus{
  outline:3px solid rgba(11,90,217,.15);
  border-color:#0b5ad9;
}
.contact-page .field-help,.contact-page .form-note{
  color:#64768b;
  font-size:13px;
}
.contact-page .form-note{margin:0}
.contact-page .contact-form .btn{justify-self:start}
.contact-page .contact-links{background:#fff}
.contact-page .contact-link-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.contact-page .contact-link-card{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  padding:24px;
  border:1px solid #e1ebf5;
  border-radius:10px;
  background:#f8fbff;
}
.contact-page .contact-link-card img{
  width:56px;
  height:56px;
}
.contact-page .contact-link-card h2{
  margin:0 0 6px;
  color:#0b2f63;
  font-size:20.5px;
}
.contact-page .contact-link-card p{
  margin:0 0 16px;
  color:#4b6380;
}

div.spacerdiv1{
    height: 16px;
}

div.padbott{
    padding-bottom: 8px;
}

.txtnormal{
    font-size: 18px;
}

@media(max-width:900px) {
    .contact-page .contact-page-grid {
        grid-template-columns: 1fr
    }

    .contact-page .contact-form-wrap {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid #dbe6f2;
        padding-top: 34px;
    }
}
@media(max-width:700px){
.contact-page .form-row{grid-template-columns:1fr}
.contact-page .contact-link-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
.contact-page .contact-detail{grid-template-columns:48px 1fr}
.contact-page .contact-detail img{width:44px;height:44px;padding:10px}
.contact-page .contact-primary{font-size:18px}
.contact-page .contact-form-heading{grid-template-columns:1fr}
.contact-page .contact-form-heading img{display:none}
}

.contact-page .contact-fields{border:0;padding:0;margin:0;min-width:0;display:grid;gap:18px}
.contact-page .contact-detail>div,.contact-page .form-field{min-width:0}
.contact-page .contact-primary{overflow-wrap:anywhere}
@media(max-width:900px){.contact-page .page-hero-art{display:none}}
@media(max-width:650px){.contact-page .contact-info h2,.contact-page .contact-form-heading h2{font-size:23px}}
@media(max-width:520px){.contact-page .contact-primary[href^="mailto:"]{font-size:14.5px}}



/* About resource cards align with the infographic's column and maximum width. */
.about-page .pledge-resources{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%;max-width:610px;margin-inline:auto}
.about-page .about-resource-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:24px;border:1px solid #e1ebf5;border-radius:10px;background:#f8fbff}
.about-page .about-resource-card>img{width:48px;height:48px;margin-bottom:16px}
.about-page .about-resource-card h3{font-size:21px;color:#0b2f63;margin:0 0 8px}
.about-page .about-resource-card p{font-size:14px;color:#4b6380;margin:0 0 16px}
.about-page .about-resource-card .btn{margin-top:auto;width:100%}
@media(max-width:1100px) and (min-width:901px){.about-page .about-resource-card{padding:16px}.about-page .about-resource-card .btn{padding-inline:8px}}
@media(max-width:600px){.about-page .pledge-resources{grid-template-columns:1fr}}
