@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
    --site-primary: #0f766e;
    --site-secondary: #2563eb;
    --site-accent: #14b8a6;
    --navy: #092b3b;
    --navy-deep: #061f2d;
    --ink: #173042;
    --muted: #637586;
    --line: #dfe8ec;
    --mist: #f1f8f7;
    --canvas: #fbfdfd;
    --white: #fff;
    --shadow-sm: 0 10px 28px rgba(6, 42, 57, .08);
    --shadow-lg: 0 28px 70px rgba(6, 42, 57, .14);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scroll-padding-top: 104px; }
body.public-site { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--canvas); font-family: "DM Sans", system-ui, -apple-system, sans-serif; font-size: 1rem; line-height: 1.65; }
img { max-width: 100%; }
a { color: var(--site-primary); }
h1, h2, h3, strong { font-family: "Manrope", "DM Sans", sans-serif; }
.skip-link { position: fixed; z-index: 9999; top: .75rem; left: .75rem; padding: .65rem 1rem; border-radius: .5rem; color: #fff; background: var(--navy); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 1050; inset: 0 0 auto; color: #fff; transition: background .25s ease, box-shadow .25s ease, transform .25s ease; }
.contact-strip { min-height: 40px; border-bottom: 1px solid rgba(255,255,255,.14); background: rgba(3, 30, 43, .42); transition: .25s ease; }
.contact-strip-inner { display: flex; align-items: center; justify-content: space-between; min-height: 40px; font-size: .78rem; }
.contact-strip-inner > span { display: inline-flex; gap: .45rem; align-items: center; color: #d5e6e7; }
.contact-strip-inner > div { display: flex; gap: 1.2rem; }
.contact-strip a { display: inline-flex; gap: .42rem; align-items: center; color: #fff; text-decoration: none; }
.main-nav { min-height: 84px; padding: .7rem 0; background: rgba(255,255,255,.97); box-shadow: 0 12px 30px rgba(4,36,49,.08); transition: .25s ease; }
.main-nav > .container-xl { max-width: 1520px; }
.public-logo { display: grid; width: 162px; height: 58px; padding: .3rem .65rem; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: .65rem; background: rgba(255,255,255,.96); box-shadow: 0 8px 20px rgba(3,29,41,.1); }
.public-logo img { width: 100%; height: 100%; object-fit: contain; }
.main-nav .navbar-nav { flex-wrap: nowrap; }
.main-nav .nav-item { flex: 0 0 auto; }
.main-nav .nav-link { position: relative; padding: .55rem .46rem!important; color: #344d5d; font-size: .82rem; font-weight: 600; white-space: nowrap; }
.main-nav .nav-link::after { position: absolute; right: .9rem; bottom: .3rem; left: .9rem; height: 2px; content: ""; background: var(--site-accent); transform: scaleX(0); transition: transform .18s ease; }
.main-nav .nav-link:hover, .main-nav .nav-link:focus { color: var(--site-primary); }
.main-nav .nav-link:hover::after, .main-nav .nav-link:focus::after { transform: scaleX(1); }
.network-dropdown { position: relative; }
.network-dropdown-toggle i { margin-left: .2rem; font-size: .62rem; transition: transform .18s ease; }
.network-dropdown:hover .network-dropdown-toggle i, .network-dropdown:focus-within .network-dropdown-toggle i { transform: rotate(180deg); }
.network-dropdown-menu { top: calc(100% + .55rem); left: 50%; display: block; width: min(420px, 92vw); min-width: 360px; padding: .75rem; border: 1px solid rgba(207,226,223,.95); border-radius: .95rem; margin: 0; background: rgba(255,255,255,.98); box-shadow: 0 22px 48px rgba(6,42,57,.16); opacity: 0; visibility: hidden; transform: translate(-50%, .45rem); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; pointer-events: none; }
.network-dropdown:hover .network-dropdown-menu, .network-dropdown:focus-within .network-dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); pointer-events: auto; }
.network-dropdown-menu::before { position: absolute; top: -.55rem; right: 0; left: 0; height: .65rem; content: ""; }
.network-dropdown-all { display: flex; gap: .45rem; align-items: center; justify-content: space-between; padding: .72rem .8rem; border-radius: .65rem; color: #fff; background: linear-gradient(135deg, var(--site-primary), var(--site-secondary)); font-size: .78rem; font-weight: 800; text-decoration: none; }
.network-dropdown-list { display: grid; gap: .18rem; padding-top: .55rem; }
.network-dropdown-menu .dropdown-item { display: flex; gap: .52rem; align-items: flex-start; padding: .48rem .55rem; border-radius: .55rem; color: #304b59; font-size: .75rem; font-weight: 650; line-height: 1.28; white-space: normal; }
.network-dropdown-menu .dropdown-item i { flex: 0 0 auto; margin-top: .08rem; color: var(--site-primary); font-size: .82rem; }
.network-dropdown-menu .dropdown-item:hover, .network-dropdown-menu .dropdown-item:focus { color: var(--site-primary); background: #edf8f6; }
.navbar-toggler { border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.94); }
.nav-cta { margin-left: 1rem; }
.education-cta { margin-left: .75rem; border: 1px solid rgba(15,118,110,.28); color: var(--site-primary); background: #eefaf6; box-shadow: none; }
.education-cta:hover, .education-cta:focus { border-color: var(--site-primary); color: #fff; background: var(--site-primary); }
.site-header.is-solid { color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 12px 34px rgba(4,36,49,.1); backdrop-filter: blur(16px); }
.site-header.is-solid .contact-strip { border-color: #e2ebee; color: var(--muted); background: #f1f8f7; }
.site-header.is-solid .contact-strip-inner > span, .site-header.is-solid .contact-strip a { color: #3c6570; }
.site-header.is-solid .main-nav { min-height: 74px; }
.site-header.is-solid .main-nav .nav-link { color: #344d5d; }
.site-header.is-solid .main-nav .nav-link:hover, .site-header.is-solid .main-nav .nav-link:focus { color: var(--site-primary); }

.public-btn { display: inline-flex; gap: .55rem; align-items: center; justify-content: center; min-height: 48px; padding: .72rem 1.2rem; border-radius: .6rem; font-size: .9rem; font-weight: 700; white-space: nowrap; }
.public-btn-primary { border-color: var(--site-primary); color: #fff; background: var(--site-primary); box-shadow: 0 10px 24px color-mix(in srgb, var(--site-primary) 28%, transparent); }
.public-btn-primary:hover, .public-btn-primary:focus { border-color: color-mix(in srgb, var(--site-primary) 84%, #000); color: #fff; background: color-mix(in srgb, var(--site-primary) 84%, #000); transform: translateY(-1px); }
.public-btn-ghost { border: 1px solid rgba(255,255,255,.48); color: #fff; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.public-btn-ghost:hover, .public-btn-ghost:focus { color: var(--navy); background: #fff; }
.public-btn-light { border-color: #fff; color: var(--navy); background: #fff; }
.public-btn-light:hover { color: var(--site-primary); background: #f3fbfa; }

.promo-popup { z-index: 1080; }
.promo-popup-dialog { width: min(94vw, 760px); max-width: 760px; margin-right: auto; margin-left: auto; }
.promo-popup-content { position: relative; max-height: calc(100vh - 1.5rem); overflow: auto; border: 0; border-radius: .8rem; background: #fff; box-shadow: 0 28px 80px rgba(6, 42, 57, .24); }
.promo-popup-close { position: absolute; z-index: 3; top: .8rem; right: .8rem; width: 38px; height: 38px; padding: .62rem; border-radius: 50%; background-color: rgba(255,255,255,.94); box-shadow: 0 10px 24px rgba(6,42,57,.15); opacity: 1; }
.promo-popup-image-link { display: block; color: inherit; text-decoration: none; background: #eaf6f5; }
.promo-popup-image-link img { display: block; width: 100%; height: auto; object-fit: contain; }
.promo-popup-copy { padding: 1.25rem clamp(1rem, 4vw, 1.75rem) 1.45rem; color: #fff; background: linear-gradient(110deg, var(--site-primary), var(--site-secondary)); }
.promo-popup-copy h2 { margin: 0 0 .35rem; font-size: clamp(1.18rem, 3vw, 1.65rem); font-weight: 800; line-height: 1.2; }
.promo-popup-copy p { max-width: 540px; margin: 0 auto 1rem; color: rgba(255,255,255,.88); font-size: .94rem; line-height: 1.55; }
.promo-popup-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: .62rem 1.2rem; border-radius: 2rem; color: var(--navy); background: #fff; font-size: .9rem; font-weight: 800; text-decoration: none; box-shadow: 0 10px 22px rgba(6,42,57,.16); }
.promo-popup-button:hover, .promo-popup-button:focus { color: var(--site-primary); background: #f4fffd; }

.hero-section { position: relative; min-height: 760px; color: #fff; background: var(--navy); }
.hero-slide { position: relative; min-height: 760px; overflow: hidden; background-color: var(--navy); }
.hero-slide-link { position: absolute; z-index: 0; inset: 0; display: block; color: inherit; text-decoration: none; }
.hero-slide::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg,rgba(5,25,39,.90) 0%,rgba(5,37,51,.68) 52%,rgba(5,25,39,.24) 100%); pointer-events: none; }
.image-only-hero .hero-slide::before { display: none; }
.hero-background { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-pattern { position: absolute; z-index: 1; inset: 0; opacity: .21; pointer-events: none; background-image: radial-gradient(circle at 75% 34%, rgba(31,214,188,.55) 0 2px, transparent 3px), linear-gradient(115deg, transparent 57%, rgba(255,255,255,.11) 57.2%, transparent 57.5%); background-size: 46px 46px, 100% 100%; mask-image: linear-gradient(90deg, transparent 20%, #000); }
.hero-content { position: relative; z-index: 2; display: flex; align-items: center; min-height: 760px; padding-top: 136px; padding-bottom: 90px; }
.hero-copy { max-width: 760px; }
.hero-kicker { display: inline-flex; gap: .5rem; align-items: center; padding: .45rem .7rem; border: 1px solid rgba(255,255,255,.22); border-radius: 2rem; color: #ccf6ef; background: rgba(10,77,83,.36); font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(8px); }
.hero-copy h1 { max-width: 780px; margin: 1.15rem 0 .9rem; font-size: clamp(2.65rem, 5.3vw, 5.05rem); font-weight: 700; line-height: 1.03; letter-spacing: -.055em; text-wrap: balance; }
.hero-copy > p { max-width: 650px; margin: 0 0 1.75rem; color: #d9e9eb; font-size: clamp(1rem, 1.5vw, 1.16rem); line-height: 1.7; }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 1.1rem; flex-wrap: wrap; padding-top: 1.8rem; margin-top: 1.8rem; border-top: 1px solid rgba(255,255,255,.16); color: #d6e6e8; font-size: .76rem; }
.hero-trust span { display: inline-flex; gap: .4rem; align-items: center; }
.hero-trust i { color: #72dccb; }
.hero-controls { position: absolute; z-index: 4; right: max(1rem, calc((100vw - 1320px)/2)); bottom: 55px; display: flex; gap: .7rem; align-items: center; }
.hero-controls button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(5,35,48,.35); backdrop-filter: blur(8px); }
.hero-controls button:hover { color: var(--navy); background: #fff; }
.hero-controls span { min-width: 55px; font-size: .75rem; text-align: center; }
.hero-contact-card { position: absolute; z-index: 5; bottom: -42px; left: 50%; display: flex; gap: .8rem; align-items: center; width: min(470px, calc(100% - 2rem)); min-height: 84px; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.8); border-radius: .85rem; color: var(--ink); background: #fff; box-shadow: var(--shadow-lg); transform: translateX(-50%); }
.hero-contact-card .card-icon { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border-radius: .65rem; color: var(--site-primary); background: #e7f7f4; font-size: 1.25rem; }
.hero-contact-card span:nth-child(2) { min-width: 0; margin-right: auto; }
.hero-contact-card small, .hero-contact-card strong { display: block; }
.hero-contact-card small { color: var(--muted); font-size: .72rem; }
.hero-contact-card strong { overflow: hidden; font-size: 1rem; text-overflow: ellipsis; white-space: nowrap; }
.hero-contact-card > a { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--site-primary); }

.trust-ribbon { padding: 5.8rem 0 2rem; background: #fff; }
.trust-ribbon .container-xl { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.trust-ribbon .container-xl > div { display: flex; gap: .75rem; align-items: center; min-height: 58px; padding: .4rem 1.3rem; border-right: 1px solid var(--line); }
.trust-ribbon .container-xl > div:first-child { padding-left: 0; }.trust-ribbon .container-xl > div:last-child { padding-right: 0; border-right: 0; }
.trust-ribbon i { color: var(--site-primary); font-size: 1.25rem; }
.trust-ribbon strong, .trust-ribbon small { display: block; }
.trust-ribbon strong { font-size: .82rem; }.trust-ribbon small { color: var(--muted); font-size: .7rem; }

.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-kicker { display: inline-block; margin-bottom: .8rem; color: var(--site-primary); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.section-kicker.light { color: #78e0cf; }
.section-title { max-width: 760px; margin: 0 0 1.15rem; color: var(--navy); font-size: clamp(2rem, 3.5vw, 3.35rem); font-weight: 700; line-height: 1.14; letter-spacing: -.045em; text-wrap: balance; }
.section-lead { color: var(--muted); font-size: 1.06rem; line-height: 1.85; }
.about-section { background: #fff; }
.about-visual { position: relative; max-width: 620px; padding: 0 2rem 2.5rem 0; }
.about-visual::before { position: absolute; z-index: 0; right: 0; bottom: 0; width: 70%; height: 72%; border-radius: 1rem; content: ""; background: linear-gradient(135deg, #dff5f1, #eef7fb); }
.about-visual::after { position: absolute; z-index: 0; top: -1.25rem; left: -1.25rem; width: 105px; height: 105px; opacity: .24; content: ""; background-image: radial-gradient(var(--site-primary) 1.5px, transparent 1.5px); background-size: 12px 12px; }
.about-visual > img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/4.3; border-radius: 1rem; object-fit: cover; box-shadow: var(--shadow-lg); }
.about-note { position: absolute; z-index: 2; right: .25rem; bottom: 1rem; display: flex; gap: .75rem; align-items: center; width: min(330px, calc(100% - 2rem)); padding: 1rem; border: 1px solid #dce9e8; border-radius: .8rem; background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); }
.about-note > i { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--site-primary); }
.about-note strong, .about-note small { display: block; }.about-note strong { font-size: .78rem; }.about-note small { color: var(--muted); font-size: .68rem; }
.care-list { display: grid; gap: 1rem; margin: 1.7rem 0; }
.care-list > div { display: flex; gap: .8rem; align-items: flex-start; }
.care-list i { display: grid; width: 28px; height: 28px; flex: 0 0 auto; margin-top: .1rem; place-items: center; border-radius: 50%; color: var(--site-primary); background: #e5f7f3; font-weight: 700; }
.care-list strong, .care-list small { display: block; }.care-list strong { margin-bottom: .15rem; font-size: .9rem; }.care-list small { color: var(--muted); font-size: .8rem; }
.text-link { display: inline-flex; gap: .5rem; align-items: center; color: var(--site-primary); font-size: .88rem; font-weight: 700; text-decoration: none; }
.text-link:hover i { transform: translateX(4px); }.text-link i { transition: transform .18s ease; }

.treatments-section { background: #f3f9f8; }
.section-heading-public { display: flex; gap: 2rem; align-items: flex-end; justify-content: space-between; margin-bottom: 2.3rem; }
.section-heading-public .section-title { margin-bottom: 0; }
.section-heading-public > p { max-width: 470px; margin: 0 0 .3rem; color: var(--muted); }
.treatment-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.treatment-card { position: relative; overflow: hidden; border: 1px solid #dfeae9; border-radius: .95rem; background: #fff; box-shadow: 0 10px 28px rgba(6,42,57,.055); transition: transform .22s ease, box-shadow .22s ease; }
.treatment-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(6,42,57,.12); }
.treatment-image { position: relative; aspect-ratio: 1.5/1; overflow: hidden; background: linear-gradient(135deg,#ddecf0,#e9f7f4); }
.treatment-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }.treatment-card:hover .treatment-image img { transform: scale(1.04); }
.treatment-image::after { position: absolute; inset: auto 0 0; height: 45%; content: ""; background: linear-gradient(transparent,rgba(5,35,47,.45)); }
.treatment-image > span { position: absolute; z-index: 2; right: .8rem; bottom: .55rem; color: rgba(255,255,255,.9); font: 700 1.6rem/1 "Manrope",sans-serif; }
.treatment-body { position: relative; padding: 1.35rem 1.2rem 1.2rem; }
.treatment-icon { position: absolute; top: -26px; left: 1.2rem; display: grid; width: 52px; height: 52px; place-items: center; border: 4px solid #fff; border-radius: .75rem; color: #fff; background: var(--site-primary); box-shadow: 0 8px 20px rgba(15,118,110,.22); font-size: 1.2rem; }
.treatment-body h3 { min-height: 2.7em; margin: 1rem 0 .55rem; font-size: 1rem; line-height: 1.36; }
.treatment-body p { display: -webkit-box; min-height: 6.2em; overflow: hidden; margin: 0 0 .85rem; color: var(--muted); font-size: .8rem; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.treatment-link { display: inline-flex; gap: .4rem; align-items: center; padding: 0; border: 0; color: var(--site-primary); background: transparent; font-size: .78rem; font-weight: 700; text-align: left; }
.medical-note { display: flex; gap: .55rem; align-items: flex-start; max-width: 900px; margin: 1.5rem auto 0; color: #6b7e89; font-size: .75rem; text-align: center; }
.public-empty { padding: 2rem; border: 1px dashed #cddfdd; border-radius: .8rem; color: var(--muted); background: #fff; text-align: center; }

.proof-section { background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.proof-grid article { min-height: 245px; padding: 1.45rem; border: 1px solid #dce8e6; border-radius: .9rem; background: linear-gradient(180deg, #fff, #f6fbfb); box-shadow: var(--shadow-sm); }
.proof-grid i { display: grid; width: 52px; height: 52px; margin-bottom: 1.1rem; place-items: center; border-radius: .75rem; color: #fff; background: var(--site-primary); font-size: 1.35rem; }
.proof-grid h3 { margin: 0 0 .65rem; color: var(--navy); font-size: 1.02rem; line-height: 1.35; }
.proof-grid p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.65; }

.global-brand-section { background: #f8fafb; }
.nexgen-family-banner { position: relative; display: grid; gap: 1.6rem; max-width: 1100px; padding: clamp(2rem, 5vw, 4rem); margin: 2.2rem auto 0; overflow: hidden; border: 1px solid #d8e7ea; border-radius: 1.1rem; background: linear-gradient(135deg, #fff 0%, #f1fbf8 48%, #ecf5ff 100%); box-shadow: 0 24px 70px rgba(6,42,57,.11); text-align: center; }
.nexgen-family-banner::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgba(15,118,110,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(37,99,235,.05) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(180deg, #000, transparent 75%); pointer-events: none; }
.nexgen-family-banner::after { position: absolute; right: -85px; bottom: -100px; width: 280px; height: 280px; border: 32px solid rgba(20,184,166,.14); border-radius: 50%; content: ""; pointer-events: none; }
.nexgen-family-mark, .nexgen-family-divider, .nexgen-family-grid { position: relative; z-index: 1; }
.nexgen-family-mark { display: flex; justify-content: center; }
.nexgen-family-logo { width: min(100%, 430px); height: auto; border: 0; background: transparent; box-shadow: none; object-fit: contain; mix-blend-mode: multiply; }
.nexgen-family-divider { display: flex; gap: 1rem; align-items: center; justify-content: center; color: var(--site-primary); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nexgen-family-divider::before, .nexgen-family-divider::after { width: min(18vw, 180px); height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(15,118,110,.45)); }
.nexgen-family-divider::after { background: linear-gradient(90deg, rgba(37,99,235,.45), transparent); }
.nexgen-family-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.nexgen-family-grid article { display: grid; gap: .5rem; justify-items: center; min-height: 190px; padding: 1.55rem; border: 1px solid rgba(206,224,228,.95); border-radius: .8rem; background: rgba(255,255,255,.92); box-shadow: 0 14px 34px rgba(6,42,57,.07); }
.nexgen-family-grid i { display: grid; width: 54px; height: 54px; place-items: center; border-radius: .75rem; color: #fff; background: linear-gradient(135deg, var(--site-primary), var(--site-secondary)); font-size: 1.45rem; }
.nexgen-family-grid span { color: var(--site-primary); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nexgen-family-grid strong { max-width: 360px; color: var(--navy); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.25; }

.video-story-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr); min-height: 100vh; overflow: hidden; background: #ccf2f2; }
.video-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 4.5vw, 5rem) clamp(3rem, 6vw, 6rem) max(1.25rem, calc((100vw - 1320px) / 2 + 1rem)); }
.video-story-copy h2 { max-width: 760px; margin: 0 0 1rem; color: #138994; font-size: clamp(2.1rem, 4vw, 4.05rem); font-weight: 700; line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
.video-story-copy > p { max-width: 760px; margin: 0; color: #173042; font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.75; }
.video-benefit-list { display: grid; gap: 1rem; margin: 1.65rem 0 1.45rem; }
.video-benefit-list article { display: flex; gap: .95rem; align-items: flex-start; padding: 1.05rem 1.15rem; border: 1px solid rgba(255,255,255,.78); border-radius: .42rem; background: rgba(255,255,255,.94); box-shadow: 0 12px 24px rgba(9, 81, 88, .11); }
.video-benefit-list i { display: grid; width: 30px; height: 30px; flex: 0 0 auto; margin-top: .12rem; place-items: center; border-radius: .18rem; color: #fff; background: #1499a1; font-size: 1rem; }
.video-benefit-list p { margin: 0; color: #263c49; font-size: .94rem; line-height: 1.65; }
.video-benefit-list strong { color: #152b39; }
.video-story-media { position: relative; min-height: 100vh; overflow: hidden; background: #d6ecec; }
.video-story-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(204,242,242,.16), transparent 25%), linear-gradient(180deg, transparent 68%, rgba(5, 42, 48, .18)); pointer-events: none; }
.video-story-media video, .video-story-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

.technology-section { padding-top: 0; background: #f3f9f8; }
.technology-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(1.5rem, 4vw, 4rem); overflow: hidden; border-radius: 1.25rem; color: #fff; background: linear-gradient(135deg, var(--navy-deep), #0b5864); box-shadow: var(--shadow-lg); }
.technology-copy { padding: clamp(2rem, 5vw, 4.5rem); }
.technology-copy .section-title { color: #fff; }
.technology-copy p { max-width: 640px; color: #c8dce0; }
.technology-visual { min-height: 520px; overflow: hidden; background: #ddecf0; }
.technology-visual img { width: 100%; height: 100%; object-fit: cover; }
.tech-list { display: grid; gap: .8rem; margin: 1.5rem 0 1.7rem; }
.tech-list > div { display: flex; gap: .65rem; align-items: flex-start; color: #e9f6f4; font-size: .88rem; }
.tech-list i { margin-top: .15rem; color: #7ee2d3; }

.journey-preview-section { background: #fff; }
.journey-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #dce8e6; border-left: 1px solid #dce8e6; }
.journey-steps article { min-height: 220px; padding: 1.45rem; border-right: 1px solid #dce8e6; border-bottom: 1px solid #dce8e6; background: #fff; }
.journey-steps span { display: inline-block; margin-bottom: 1.3rem; color: var(--site-primary); font: 800 .78rem/1 "Manrope", sans-serif; }
.journey-steps h3 { margin: 0 0 .6rem; color: var(--navy); font-size: 1.05rem; }
.journey-steps p { margin: 0; color: var(--muted); font-size: .83rem; }

.network-preview-section { padding-top: 0; background: #fff; }
.network-preview-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; padding: clamp(2rem, 5vw, 4rem); border-radius: 1.2rem; background: #eef8f6; }
.network-preview-panel p { max-width: 560px; color: var(--muted); }
.network-preview-cards { display: grid; gap: .9rem; }
.network-preview-cards a { display: flex; gap: 1rem; align-items: center; min-height: 112px; padding: 1.1rem; border: 1px solid #d3e5e2; border-radius: .9rem; color: var(--ink); background: #fff; box-shadow: var(--shadow-sm); text-decoration: none; }
.network-preview-cards a > i:first-child { display: grid; width: 52px; height: 52px; flex: 0 0 auto; place-items: center; border-radius: .75rem; color: #fff; background: var(--site-primary); font-size: 1.3rem; }
.network-preview-cards span { min-width: 0; margin-right: auto; }
.network-preview-cards strong, .network-preview-cards small { display: block; }
.network-preview-cards strong { color: var(--navy); }
.network-preview-cards small { margin-top: .2rem; color: var(--muted); font-size: .78rem; }
.network-preview-cards a > i:last-child { color: var(--site-primary); transition: transform .18s ease; }
.network-preview-cards a:hover > i:last-child { transform: translateX(4px); }

.guidance-section { background: #f3f9f8; }
.guidance-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.guidance-grid details { padding: 1.2rem 1.25rem; border: 1px solid #dce8e6; border-radius: .85rem; background: #fff; box-shadow: var(--shadow-sm); }
.guidance-grid summary { color: var(--navy); font-weight: 800; cursor: pointer; }
.guidance-grid p { margin: .8rem 0 0; color: var(--muted); font-size: .84rem; }

.why-section { padding-top: 0; background: #f3f9f8; }
.why-panel { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,5vw,5rem); overflow: hidden; padding: clamp(2rem,5vw,5rem); border-radius: 1.3rem; color: #fff; background: radial-gradient(circle at 90% 20%,rgba(20,184,166,.28),transparent 30%),linear-gradient(135deg,var(--navy),#0c4452); box-shadow: var(--shadow-lg); }
.why-panel::before { position: absolute; right: -70px; bottom: -110px; width: 310px; height: 310px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; box-shadow: 0 0 0 44px rgba(255,255,255,.03),0 0 0 88px rgba(255,255,255,.02); }
.why-copy { position: relative; z-index: 1; }.why-copy .section-title { color: #fff; }.why-copy > p { max-width: 600px; margin-bottom: 1.6rem; color: #cbdde0; }
.stat-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem; }
.stat-item { min-height: 148px; padding: 1.15rem; border: 1px solid rgba(255,255,255,.14); border-radius: .8rem; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.stat-item strong, .stat-item small { display: block; }.stat-item strong { margin-bottom: .4rem; color: #fff; font-size: clamp(1.8rem,3vw,2.6rem); }.stat-item small { color: #c8dadd; font-size: .75rem; }

.appointment-section { background: #fff; }
.appointment-copy { position: sticky; top: 145px; }
.appointment-steps { display: grid; gap: 1rem; margin: 1.7rem 0; }
.appointment-steps > div { display: flex; gap: .85rem; align-items: center; }
.appointment-steps > div > span { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border: 1px solid #b9ddd6; border-radius: 50%; color: var(--site-primary); background: #effaf8; font-size: .75rem; font-weight: 700; }
.appointment-steps p { margin: 0; }.appointment-steps strong, .appointment-steps small { display: block; }.appointment-steps strong { font-size: .84rem; }.appointment-steps small { color: var(--muted); font-size: .73rem; }
.hours-card { display: flex; gap: .75rem; align-items: center; padding: 1rem; border: 1px solid #dbe9e7; border-radius: .7rem; background: #f4faf9; }
.hours-card > i { color: var(--site-primary); font-size: 1.25rem; }.hours-card small, .hours-card strong { display: block; }.hours-card small { color: var(--muted); font-size: .68rem; }.hours-card strong { font-size: .8rem; }
.appointment-card { padding: clamp(1.25rem,3vw,2.2rem); border: 1px solid #dbe5e9; border-radius: 1rem; background: #fff; box-shadow: var(--shadow-lg); }
.form-heading { display: flex; gap: .8rem; align-items: center; padding-bottom: 1.2rem; margin-bottom: 1.35rem; border-bottom: 1px solid var(--line); }
.form-heading > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: .7rem; color: #fff; background: var(--site-primary); font-size: 1.2rem; }
.form-heading h3 { margin: 0; font-size: 1.1rem; }.form-heading p { margin: .1rem 0 0; color: var(--muted); font-size: .75rem; }
.appointment-card .form-control, .appointment-card .form-select { min-height: 49px; border-color: #d6e1e5; border-radius: .58rem; color: var(--ink); font-size: .9rem; }
.appointment-card .form-control:focus, .appointment-card .form-select:focus { border-color: var(--site-accent); box-shadow: 0 0 0 .22rem color-mix(in srgb,var(--site-accent) 17%,transparent); }
.appointment-card textarea.form-control { min-height: auto; }
.appointment-card .form-label { margin-bottom: .35rem; color: #38505e; font-size: .8rem; font-weight: 700; }
.consent-check { padding: .9rem .9rem .9rem 2.5rem; border-radius: .6rem; background: #f5f9fa; }
.consent-check .form-check-input { width: 1.15rem; height: 1.15rem; margin-left: -1.65rem; }.consent-check .form-check-label { color: #4f6571; font-size: .78rem; line-height: 1.5; }
.form-submit-row { display: flex; gap: 1rem; align-items: center; justify-content: space-between; padding-top: .5rem; }
.form-submit-row > p { display: flex; gap: .4rem; align-items: flex-start; max-width: 320px; margin: 0; color: #73838d; font-size: .7rem; }.form-submit-row > p i { color: var(--site-primary); }
.form-status { display: flex; gap: .75rem; align-items: flex-start; padding: .9rem 1rem; margin-bottom: 1.1rem; border-radius: .65rem; color: #8b2c3b; background: #ffedf0; font-size: .8rem; }
.form-status.success { color: #08705b; background: #e7f8f3; }.form-status > i { margin-top: .12rem; font-size: 1.1rem; }.form-status strong { display: block; }.form-status p { margin: .1rem 0; }.form-status ul { padding-left: 1.1rem; margin: .25rem 0 0; }
.honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }

.site-footer { color: #cad9dc; background: var(--navy-deep); }
.footer-main { padding: 4.8rem 0 3.8rem; }
.footer-brand { display: flex; gap: .75rem; align-items: center; margin-bottom: 1.1rem; color: #fff; text-decoration: none; }
.footer-logo { display: grid; width: 110px; height: 48px; padding: .25rem .5rem; place-items: center; border-radius: .5rem; background: #fff; }.footer-logo img { width: 100%; height: 100%; object-fit: contain; }.footer-brand strong { font-size: .82rem; }
.footer-main p { max-width: 360px; color: #91a8af; font-size: .82rem; }
.footer-main h2 { margin: 0 0 1rem; color: #fff; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
.footer-main ul { padding: 0; margin: 0; list-style: none; }.footer-main li { margin-bottom: .58rem; }.footer-main a { color: #9eb2b8; font-size: .8rem; text-decoration: none; }.footer-main a:hover { color: #fff; }
.footer-social { display: flex; gap: .5rem; margin-top: 1.2rem; }.footer-social a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: #fff; background: rgba(255,255,255,.05); }
.footer-contact li { display: flex; gap: .6rem; align-items: flex-start; color: #9eb2b8; font-size: .8rem; }.footer-contact i { margin-top: .15rem; color: #61cbbb; }
.footer-map { height: 180px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: .7rem; }.footer-map iframe { width: 100%; height: 100%; border: 0; }
.map-fallback { display: flex; gap: .7rem; align-items: center; min-height: 115px; padding: 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: .7rem; color: #fff!important; background: linear-gradient(135deg,rgba(20,184,166,.16),rgba(255,255,255,.04)); }.map-fallback > i:first-child { font-size: 1.45rem; }.map-fallback span { min-width: 0; margin-right: auto; }.map-fallback strong, .map-fallback small { display: block; }.map-fallback strong { font-size: .79rem; }.map-fallback small { color: #8fa7ad; font-size: .67rem; }
.footer-bottom { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.09); }.footer-bottom .container-xl { display: flex; gap: 1rem; justify-content: space-between; color: #7f969d; font-size: .68rem; }
.floating-consult { position: fixed; z-index: 1030; right: 1rem; bottom: 1rem; display: none; gap: .5rem; align-items: center; min-height: 48px; padding: .65rem .9rem; border-radius: 2rem; color: #fff; background: var(--site-primary); box-shadow: 0 10px 28px rgba(7,59,62,.28); font-size: .76rem; font-weight: 700; text-decoration: none; }
.floating-consult.is-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }

[data-reveal] { opacity: 1; transform: none; transition: opacity .62s ease, transform .62s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (min-width: 1400px) {
    .container-xl { max-width: 1320px; }
}

@media (max-width: 1199.98px) {
    .hero-section, .hero-slide, .hero-content { min-height: 700px; }
    .treatment-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem; }
    .treatment-body h3, .treatment-body p { min-height: auto; }
    .why-panel { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 991.98px) {
    html { scroll-padding-top: 80px; }
    .contact-strip { display: none; }
    .main-nav { min-height: 76px; }
    .site-header { background: rgba(255,255,255,.97); box-shadow: 0 8px 24px rgba(4,36,49,.09); }
    .public-logo { width: 142px; height: 52px; }
    .navbar-collapse { padding: .8rem 0 1rem; border-top: 1px solid #e2ebee; margin-top: .65rem; background: #fff; }
    .main-nav .nav-link, .site-header .main-nav .nav-link { padding: .7rem .25rem!important; color: #344d5d; }
    .main-nav .nav-link::after { right: auto; bottom: .45rem; left: .25rem; width: 30px; }
    .network-dropdown-menu { position: static; display: none; width: 100%; min-width: 0; padding: .65rem; border-radius: .75rem; margin: .1rem 0 .65rem; box-shadow: none; opacity: 0; visibility: hidden; transform: none; pointer-events: none; background: #f6fbfa; }
    .network-dropdown:hover .network-dropdown-menu, .network-dropdown:focus-within .network-dropdown-menu { display: none; opacity: 0; visibility: hidden; transform: none; pointer-events: none; }
    .network-dropdown.is-open .network-dropdown-menu, .network-dropdown.is-open:hover .network-dropdown-menu, .network-dropdown.is-open:focus-within .network-dropdown-menu { display: block; opacity: 1; visibility: visible; pointer-events: auto; }
    .network-dropdown-menu::before { display: none; }
    .network-dropdown-all { font-size: .76rem; }
    .network-dropdown-menu .dropdown-item { font-size: .76rem; }
    .nav-cta, .education-cta { width: 100%; margin: .6rem 0 0; }
    .hero-section, .hero-slide, .hero-content { min-height: 690px; }
    .hero-content { padding-top: 105px; }
    .hero-copy { max-width: 680px; }
    .trust-ribbon .container-xl { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 1rem; }
    .trust-ribbon .container-xl > div { border-right: 1px solid var(--line); }.trust-ribbon .container-xl > div:nth-child(2) { border-right: 0; }.trust-ribbon .container-xl > div:nth-child(3) { padding-left: 0; }
    .section-heading-public { align-items: flex-start; flex-direction: column; }
    .why-panel { grid-template-columns: 1fr; }
    .appointment-copy { position: static; }
}

@media (max-width: 767.98px) {
    .hero-section, .hero-slide, .hero-content { min-height: 660px; }
    .hero-content { align-items: flex-start; padding-top: 125px; padding-bottom: 110px; }
    .hero-copy h1 { font-size: clamp(2.35rem,10vw,3.5rem); }
    .hero-copy > p { font-size: .98rem; }
    .hero-trust span:nth-child(3) { display: none; }
    .hero-controls { right: 1rem; bottom: 75px; }
    .hero-contact-card { bottom: -46px; }
    .trust-ribbon { padding-top: 6.5rem; }
    .about-visual { max-width: 560px; margin: 0 auto; }
    .section-title { font-size: clamp(1.9rem,8vw,2.65rem); }
    .treatment-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
    .treatment-image { aspect-ratio: 1.9/1; }
    .why-panel { border-radius: 1rem; }
    .form-submit-row { align-items: stretch; flex-direction: column; }
    .form-submit-row .btn { width: 100%; }
    .footer-bottom .container-xl { align-items: flex-start; flex-direction: column; }
    .floating-consult { display: inline-flex; }
}

@media (max-width: 575.98px) {
    .container-xl { --bs-gutter-x: 2rem; }
    .public-site .row.g-5 { --bs-gutter-x: 1.5rem; }
    .main-nav .container-xl { --bs-gutter-x: 1.5rem; }
    .public-logo { width: 126px; height: 48px; }
    .hero-section, .hero-slide, .hero-content { min-height: 690px; }
    .hero-content { padding-top: 112px; }
    .hero-kicker { font-size: .66rem; }
    .hero-copy h1 { margin-top: .9rem; font-size: clamp(2.15rem,11vw,3rem); line-height: 1.07; }
    .hero-actions { align-items: stretch; flex-direction: column; max-width: 330px; }
    .hero-actions .btn { width: 100%; }
    .hero-trust { gap: .65rem; align-items: flex-start; flex-direction: column; padding-top: 1.2rem; margin-top: 1.2rem; }
    .hero-controls { display: none; }
    .hero-contact-card { width: calc(100% - 2rem); }.hero-contact-card small { font-size: .65rem; }.hero-contact-card strong { font-size: .84rem; }
    .trust-ribbon .container-xl { grid-template-columns: 1fr; }.trust-ribbon .container-xl > div { padding: .7rem 0; border-right: 0; border-bottom: 1px solid var(--line); }.trust-ribbon .container-xl > div:last-child { border-bottom: 0; }
    .section { padding: 4.2rem 0; }
    .about-visual { padding: 0 1rem 2.8rem 0; }.about-visual::after { display: none; }.about-note { right: 0; }
    .section-lead { font-size: .97rem; }
    .treatment-image { aspect-ratio: 1.55/1; }
    .why-panel { padding: 1.5rem; }.stat-grid { grid-template-columns: 1fr 1fr; }.stat-item { min-height: 122px; padding: .9rem; }
    .appointment-card { padding: 1rem; border-radius: .8rem; box-shadow: 0 16px 42px rgba(6,42,57,.11); }.form-heading > span { width: 42px; height: 42px; }.form-heading h3 { font-size: .98rem; }
    .footer-main { padding: 3.8rem 0 2.8rem; }
    .floating-consult span { display: none; }.floating-consult { width: 52px; height: 52px; padding: 0; justify-content: center; border-radius: 50%; font-size: 1.1rem; }
}

@media (max-width: 379.98px) {
    .hero-copy h1 { font-size: 2rem; }
    .hero-contact-card { padding: .75rem; }.hero-contact-card .card-icon { display: none; }
    .stat-grid { grid-template-columns: 1fr; }
    .stat-item { min-height: 104px; }
    .about-note { width: calc(100% - .5rem); }
}

@media (max-height: 600px) and (orientation: landscape) {
    .hero-section, .hero-slide, .hero-content { min-height: 610px; }
    .hero-content { padding-top: 100px; }
    .hero-copy h1 { font-size: 2.7rem; }
    .hero-trust { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
    [data-reveal] { opacity: 1; transform: none; }
}

/* Multi-page experience and admin-driven Moments of Hope */
.main-nav .nav-link.active { color: var(--site-primary); }
.main-nav .nav-link.active::after { transform: scaleX(1); }
.site-header.is-solid .main-nav .nav-link.active { color: var(--site-primary); }
.public-btn-outline { border: 1px solid var(--site-primary); color: var(--site-primary); background: transparent; }
.public-btn-outline:hover, .public-btn-outline:focus { color: #fff; background: var(--site-primary); }

.image-only-hero, .image-only-hero .hero-slide { min-height: clamp(480px, 60vw, 720px); }
.image-only-hero .hero-slide::before { display: none; }
.image-only-hero .hero-background { position: absolute; object-position: center; }
.image-only-hero .hero-controls { bottom: 32px; }
.trust-ribbon { padding-top: 2.2rem; }

.inner-hero { padding: 210px 0 92px; color: #fff; background: radial-gradient(circle at 80% 12%, rgba(20,184,166,.28), transparent 26%), linear-gradient(135deg, var(--navy-deep), #0d5060); }
.inner-hero.compact { padding-bottom: 70px; }
.inner-hero nav { display: flex; gap: .45rem; align-items: center; margin-bottom: 1.6rem; color: #abc4c9; font-size: .76rem; }
.inner-hero nav a { color: #d8e8ea; text-decoration: none; }
.inner-hero nav i { font-size: .58rem; }
.inner-hero .section-kicker { color: #73dfce; }
.inner-hero h1 { max-width: 900px; margin: 0 0 1rem; font-size: clamp(2.35rem, 5vw, 4.6rem); font-weight: 700; line-height: 1.07; letter-spacing: -.055em; text-wrap: balance; }
.inner-hero > .container-xl > p { max-width: 760px; margin: 0; color: #c8dce0; font-size: clamp(.98rem, 1.5vw, 1.15rem); line-height: 1.75; }
.inner-hero .hero-actions { margin-top: 1.7rem; }
.inner-hero .public-btn-outline { border-color: rgba(255,255,255,.55); color: #fff; }

.soft-section { background: #f1f8f7; }
.centered-heading { align-items: center; flex-direction: column; text-align: center; }
.centered-heading .section-title { margin-inline: auto; }
.centered-heading > p { margin-inline: auto; }
.section-heading-public > div:last-child > p { max-width: 470px; margin: 0 0 .65rem; color: var(--muted); }
.section-cta { display: flex; justify-content: center; margin-top: 2rem; }

.treatment-image { display: block; }
.treatment-body h3 a { color: var(--ink); text-decoration: none; }
.treatment-body h3 a:hover { color: var(--site-primary); }

.moments-section { overflow: hidden; background: #fff; }
.moments-carousel { overflow: hidden; border: 1px solid #dce9e7; border-radius: 1.25rem; background: #fff; box-shadow: var(--shadow-lg); }
.moment-slide { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); min-height: 540px; }
.moment-photo { position: relative; min-height: 540px; overflow: hidden; background: #eaf3f2; }
.moment-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 68%, rgba(255,255,255,.18)); pointer-events: none; }
.moment-photo img { width: 100%; height: 100%; object-fit: cover; }
.moment-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4.5rem); }
.moment-copy h2 { margin: 0 0 1rem; color: var(--navy); font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1.12; letter-spacing: -.045em; text-wrap: balance; }
.moment-copy > p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.moment-mark { display: flex; gap: .65rem; align-items: center; padding-top: 1.4rem; margin-top: 1.5rem; border-top: 1px solid var(--line); color: #4e6974; font-size: .78rem; font-weight: 600; }
.moment-mark i { color: var(--site-primary); }
.moment-controls { position: absolute; z-index: 4; right: clamp(1rem, 4vw, 3rem); bottom: 1.2rem; display: flex; gap: .8rem; align-items: center; }
.moment-controls > button { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #d5e4e2; border-radius: 50%; color: var(--site-primary); background: #fff; }
.moment-controls .carousel-indicators { position: static; gap: .35rem; margin: 0; }
.moment-controls .carousel-indicators button { width: 7px; height: 7px; margin: 0; border: 0; border-radius: 50%; background: #9ebbb8; }
.moment-controls .carousel-indicators button.active { background: var(--site-primary); transform: scale(1.35); }
.image-disclaimer { display: flex; gap: .45rem; justify-content: center; margin: 1rem 0 0; color: #74868f; font-size: .7rem; text-align: center; }
.moments-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.moments-gallery figure { overflow: hidden; margin: 0; border: 1px solid #dce8e6; border-radius: 1rem; background: #fff; box-shadow: var(--shadow-sm); }
.moments-gallery figure > img { width: 100%; aspect-ratio: 1.65 / 1; object-fit: cover; }
.moments-gallery figcaption { display: block; padding: 1.2rem; }
.moments-gallery figcaption strong, .moments-gallery figcaption span { display: block; }
.moments-gallery figcaption strong { margin-bottom: .35rem; color: var(--navy); font-size: 1rem; }
.moments-gallery figcaption span { color: var(--muted); font-size: .8rem; }

.values-grid, .why-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.values-grid article, .why-feature-grid article { position: relative; padding: 1.6rem; border: 1px solid #dce8e6; border-radius: .9rem; background: #fff; box-shadow: var(--shadow-sm); }
.values-grid article > i, .why-feature-grid article > i { display: grid; width: 50px; height: 50px; margin-bottom: 1.2rem; place-items: center; border-radius: .75rem; color: var(--site-primary); background: #e7f7f4; font-size: 1.3rem; }
.values-grid h2, .why-feature-grid h2 { margin: 0 0 .55rem; color: var(--navy); font-size: 1.05rem; }
.values-grid p, .why-feature-grid p { margin: 0; color: var(--muted); font-size: .84rem; }
.why-feature-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.why-feature-grid article > span { position: absolute; top: 1rem; right: 1rem; color: #abc6c2; font: 700 .72rem/1 "Manrope", sans-serif; }

.network-section { background: #fff; }
.network-overview { display: flex; gap: 2rem; align-items: flex-end; justify-content: space-between; margin-bottom: 2rem; }
.network-overview .section-title { margin-bottom: 0; }
.network-stats { display: grid; grid-template-columns: repeat(2, minmax(110px, 1fr)); gap: .75rem; width: min(100%, 300px); }
.network-stats > div { padding: 1rem; border: 1px solid #dce8e6; border-radius: .8rem; background: #f4faf9; text-align: center; }
.network-stats strong, .network-stats small { display: block; }
.network-stats strong { color: var(--site-primary); font-size: 2rem; line-height: 1; }
.network-stats small { margin-top: .35rem; color: var(--muted); font-size: .75rem; }
.network-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.network-card { position: relative; min-height: 330px; padding: 1.45rem; overflow: hidden; border: 1px solid #dce8e6; border-radius: .9rem; background: linear-gradient(145deg, #fff, #f7fbfb); box-shadow: var(--shadow-sm); }
.network-card::after { position: absolute; right: -42px; bottom: -58px; width: 140px; height: 140px; border: 1px solid #d6ebe8; border-radius: 50%; content: ""; background: #f0faf8; }
.network-card > i { display: grid; width: 48px; height: 48px; margin-bottom: 1.05rem; place-items: center; border-radius: .75rem; color: #fff; background: var(--site-primary); font-size: 1.2rem; }
.network-card h2 { position: relative; z-index: 1; min-height: 2.6em; margin: 0 0 .8rem; color: var(--navy); font-size: 1.05rem; line-height: 1.3; }
.network-card p { position: relative; z-index: 1; display: inline-flex; gap: .4rem; align-items: center; padding: .38rem .65rem; margin: 0; border-radius: 2rem; color: #436672; background: #eaf7f4; font-size: .78rem; font-weight: 700; }
.network-summary { position: relative; z-index: 1; margin-top: .9rem; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.network-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .9rem; }
.network-tags span { padding: .32rem .52rem; border: 1px solid #d4e6e3; border-radius: 2rem; color: #365a66; background: #fff; font-size: .68rem; font-weight: 750; }
.network-card-link { position: relative; z-index: 1; display: inline-flex; gap: .4rem; align-items: center; margin-top: 1rem; color: var(--site-primary); font-size: .78rem; font-weight: 800; text-decoration: none; }
.network-card-link:hover, .network-card-link:focus { color: var(--site-secondary); }
.network-number { position: absolute; top: 1rem; right: 1rem; color: #b3c9c7; font: 800 .78rem/1 "Manrope", sans-serif; }

.partner-detail-section { background: #fff; }
.partner-detail-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .42fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: start; }
.partner-detail-panel > article { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid #dce8e6; border-radius: 1rem; background: #fff; box-shadow: var(--shadow-sm); }
.partner-detail-panel > article > p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.partner-facts { display: grid; gap: .8rem; padding: 1rem; border: 1px solid #dce8e6; border-radius: 1rem; background: #f4faf9; box-shadow: var(--shadow-sm); }
.partner-facts > div { padding: 1rem; border-radius: .75rem; background: #fff; }
.partner-facts small, .partner-facts strong { display: block; }
.partner-facts small { margin-bottom: .25rem; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.partner-facts strong { color: var(--navy); font-size: .96rem; }
.partner-facts ul { display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; margin: .3rem 0 0; list-style: none; }
.partner-facts li { padding: .34rem .55rem; border-radius: 2rem; color: #365a66; background: #eaf7f4; font-size: .72rem; font-weight: 750; }

.journey-page-section { background: #fff; }
.journey-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.journey-detail-grid article, .question-grid article { padding: 1.5rem; border: 1px solid #dce8e6; border-radius: .9rem; background: #fff; box-shadow: var(--shadow-sm); }
.journey-detail-grid i { display: grid; width: 52px; height: 52px; margin-bottom: 1rem; place-items: center; border-radius: .75rem; color: #fff; background: var(--site-primary); font-size: 1.25rem; }
.journey-detail-grid h2, .question-grid h2 { margin: 0 0 .55rem; color: var(--navy); font-size: 1.05rem; }
.journey-detail-grid p, .question-grid p { margin: 0; color: var(--muted); font-size: .84rem; }
.journey-timeline-section { background: #f3f9f8; }
.timeline-panel { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2rem, 5vw, 5rem); padding: clamp(2rem, 5vw, 4.5rem); border-radius: 1.2rem; color: #fff; background: linear-gradient(135deg, var(--navy), #0c5662); box-shadow: var(--shadow-lg); }
.timeline-panel .section-title { color: #fff; }
.timeline-panel p { color: #c8dce0; }
.journey-timeline { display: grid; gap: .9rem; padding: 0; margin: 0; list-style: none; }
.journey-timeline li { display: flex; gap: .9rem; align-items: flex-start; padding: 1rem; border: 1px solid rgba(255,255,255,.14); border-radius: .85rem; background: rgba(255,255,255,.07); }
.journey-timeline li > span { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--navy); background: #fff; font: 800 .75rem/1 "Manrope", sans-serif; }
.journey-timeline h3 { margin: 0 0 .25rem; color: #fff; font-size: .98rem; }
.journey-timeline p { margin: 0; font-size: .8rem; }
.question-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }

.treatment-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.treatment-detail-image { overflow: hidden; border-radius: 1.1rem; box-shadow: var(--shadow-lg); }
.treatment-detail-image img { width: 100%; aspect-ratio: 1 / .82; object-fit: cover; }
.treatment-detail article h2 { margin: 1rem 0; color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -.04em; }
.detail-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: .8rem; color: #fff; background: var(--site-primary); font-size: 1.35rem; }
.detail-note { display: flex; gap: .8rem; align-items: flex-start; padding: 1rem; margin: 1.5rem 0; border: 1px solid #cfe2df; border-radius: .75rem; background: #eff9f7; }
.detail-note > i { color: var(--site-primary); font-size: 1.25rem; }
.detail-note p { margin: 0; }
.detail-note strong, .detail-note span { display: block; }
.detail-note strong { font-size: .84rem; }
.detail-note span { margin-top: .2rem; color: var(--muted); font-size: .76rem; }

.contact-page-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.contact-cards { display: grid; gap: .8rem; }
.contact-cards > a, .contact-cards > div { display: flex; gap: .9rem; align-items: center; min-height: 88px; padding: 1rem; border: 1px solid #dce8e6; border-radius: .8rem; color: var(--ink); background: #fff; box-shadow: var(--shadow-sm); text-decoration: none; }
.contact-cards i { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border-radius: .65rem; color: var(--site-primary); background: #e8f7f4; font-size: 1.1rem; }
.contact-cards small, .contact-cards strong { display: block; overflow-wrap: anywhere; }
.contact-cards small { color: var(--muted); font-size: .7rem; }
.contact-cards strong { font-size: .9rem; }
.contact-location { padding: clamp(1.5rem, 4vw, 3rem); border-radius: 1rem; color: #fff; background: linear-gradient(140deg, var(--navy), #0d5663); box-shadow: var(--shadow-lg); }
.contact-location .section-kicker { color: #76ddcd; }
.contact-location h2 { margin: 0 0 1rem; font-size: clamp(1.6rem, 3vw, 2.5rem); }
.contact-location p { display: flex; gap: .7rem; align-items: flex-start; margin-bottom: 1.6rem; color: #c9dcdf; }
.contact-location p i { margin-top: .25rem; color: #72dccb; }

.page-cta { padding: 2.5rem 0; color: #fff; background: var(--site-primary); }
.page-cta .container-xl { display: flex; gap: 2rem; align-items: center; justify-content: space-between; }
.page-cta span { color: #c7efea; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.page-cta h2 { margin: .2rem 0 0; font-size: clamp(1.25rem, 2.6vw, 2rem); }

@media (min-width: 992px) and (max-width: 1399.98px) {
    .public-logo { width: 132px; }
    .main-nav .nav-link { padding-inline: .36rem!important; font-size: .74rem; }
    .nav-cta { min-height: 42px; padding: .55rem .7rem; font-size: .74rem; }
    .education-cta { min-height: 42px; padding: .55rem .68rem; margin-left: .55rem; font-size: .72rem; }
}

@media (max-width: 1199.98px) {
    .navbar-collapse { padding: .8rem 0 1rem; border-top: 1px solid #e2ebee; margin-top: .65rem; background: #fff; }
    .main-nav .navbar-nav { flex-wrap: wrap; }
    .main-nav .nav-link { padding-inline: .46rem!important; font-size: .76rem; }
    .nav-cta, .education-cta { width: 100%; margin: .6rem 0 0; padding-inline: .85rem; }
    .network-dropdown-menu { position: static; display: none; width: 100%; min-width: 0; padding: .65rem; border-radius: .75rem; margin: .1rem 0 .65rem; box-shadow: none; opacity: 0; visibility: hidden; transform: none; pointer-events: none; background: #f6fbfa; }
    .network-dropdown:hover .network-dropdown-menu, .network-dropdown:focus-within .network-dropdown-menu { display: none; opacity: 0; visibility: hidden; transform: none; pointer-events: none; }
    .network-dropdown.is-open .network-dropdown-menu, .network-dropdown.is-open:hover .network-dropdown-menu, .network-dropdown.is-open:focus-within .network-dropdown-menu { display: block; opacity: 1; visibility: visible; pointer-events: auto; }
    .network-dropdown-menu::before { display: none; }
    .network-dropdown-all { font-size: .76rem; }
    .network-dropdown-menu .dropdown-item { font-size: .76rem; }
    .moment-slide { min-height: 480px; }
    .moment-photo { min-height: 480px; }
    .video-story-section { grid-template-columns: 1fr; min-height: auto; }
    .video-story-copy { padding: clamp(3rem, 6vw, 5rem) 1.5rem; }
    .video-story-media { min-height: clamp(420px, 58vw, 680px); }
    .proof-grid, .journey-steps, .journey-detail-grid, .question-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .technology-panel, .network-preview-panel, .timeline-panel { grid-template-columns: 1fr; }
    .technology-visual { min-height: 360px; order: -1; }
    .why-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .network-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
    .image-only-hero, .image-only-hero .hero-slide { min-height: clamp(420px, 67vw, 620px); }
    .inner-hero { padding: 150px 0 72px; }
    .moment-slide { grid-template-columns: 1fr; }
    .moment-photo { min-height: 0; aspect-ratio: 1.65 / 1; }
    .moment-copy { min-height: 330px; padding-bottom: 5rem; }
    .proof-grid, .journey-steps, .guidance-grid, .journey-detail-grid, .question-grid { grid-template-columns: 1fr; }
    .network-preview-cards a { align-items: flex-start; }
    .partner-detail-panel, .treatment-detail, .contact-page-grid { grid-template-columns: 1fr; }
    .treatment-detail-image { max-width: 720px; }
    .network-overview { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
    .image-only-hero, .image-only-hero .hero-slide { min-height: clamp(360px, 74vw, 520px); }
    .image-only-hero .hero-controls { right: 1rem; bottom: 1rem; }
    .inner-hero { padding: 132px 0 60px; }
    .inner-hero h1 { font-size: clamp(2.1rem, 10vw, 3.3rem); }
    .nexgen-family-banner { gap: 1.2rem; padding: 1.45rem; }
    .nexgen-family-grid { grid-template-columns: 1fr; }
    .nexgen-family-grid article { min-height: 0; padding: 1.2rem; }
    .nexgen-family-grid strong { overflow-wrap: anywhere; }
    .moments-gallery, .values-grid { grid-template-columns: 1fr; }
    .network-grid { grid-template-columns: 1fr; }
    .page-cta .container-xl { align-items: flex-start; flex-direction: column; }
    .page-cta .public-btn { width: 100%; }
}

@media (max-width: 575.98px) {
    .image-only-hero, .image-only-hero .hero-slide { min-height: clamp(320px, 82vw, 440px); }
    .image-only-hero .hero-background { object-position: center center; }
    .trust-ribbon { padding-top: 1rem; }
    .inner-hero { padding: 118px 0 52px; }
    .inner-hero h1, .section-title, .moment-copy h2 { max-width: 100%; overflow-wrap: anywhere; text-wrap: wrap; }
    .inner-hero nav { overflow: hidden; white-space: nowrap; }
    .inner-hero nav span { overflow: hidden; text-overflow: ellipsis; }
    .technology-panel, .network-preview-panel, .timeline-panel { border-radius: .9rem; }
    .technology-copy, .network-preview-panel, .timeline-panel { padding: 1.35rem; }
    .technology-visual { min-height: 260px; }
    .proof-grid article, .journey-steps article { min-height: auto; }
    .network-preview-cards a { gap: .75rem; min-height: auto; }
    .network-preview-cards a > i:first-child { width: 44px; height: 44px; }
    .guidance-grid details { padding: 1rem; }
    .video-story-copy { padding: 3.25rem 1rem; }
    .video-story-copy h2 { font-size: 2rem; }
    .video-benefit-list article { gap: .75rem; padding: .9rem; }
    .video-benefit-list p { font-size: .86rem; }
    .video-story-media { min-height: 330px; }
    .moment-photo { aspect-ratio: 1.2 / 1; }
    .moment-copy { min-height: 350px; padding: 1.5rem 1.25rem 5.2rem; }
    .moment-copy h2 { font-size: 1.85rem; }
    .moment-controls { right: 1.15rem; bottom: 1rem; left: 1.15rem; justify-content: space-between; }
    .image-disclaimer { text-align: left; }
    .why-feature-grid { grid-template-columns: 1fr; }
    .treatment-detail-image img { aspect-ratio: 1 / .9; }
    .contact-location { padding: 1.35rem; }
}

@media (max-width: 379.98px) {
    .image-only-hero, .image-only-hero .hero-slide { min-height: 300px; }
    .moment-photo { aspect-ratio: 1 / 1; }
    .moment-copy { min-height: 380px; }
}
