:root {
  --navy-950:#041c2c; --navy-900:#082b45; --navy-800:#0d3b5c; --navy-700:#155476;
  --turquoise:#18aeba; --turquoise-dark:#0d8995; --turquoise-soft:#e2f5f4;
  --ivory:#f7f3ec; --ivory-deep:#efe7db; --gold:#b4862a; --white:#fff;
  --ink:#173246; --muted:#5d7180; --line:#d8e2e3; --shadow:0 24px 70px rgba(4,28,44,.13); --radius:24px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased} a{color:inherit} button,input,select,textarea{font:inherit} button,a{-webkit-tap-highlight-color:transparent}.skip-link{position:fixed;top:8px;left:8px;z-index:999;padding:10px 14px;background:#fff;border-radius:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid rgba(216,226,227,.8)}.nav-shell{width:min(1180px,calc(100% - 40px));height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:13px;text-decoration:none}.brand-mark{position:relative;display:block;width:55px;height:42px;color:var(--navy-900);font-family:Georgia,serif;font-size:31px;line-height:42px;letter-spacing:-9px}.brand-mark b,.brand-mark i,.brand-mark em{font-style:normal;font-weight:600}.brand-mark i{color:var(--navy-900)}.brand-mark em{color:var(--turquoise-dark);font-size:26px}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font:500 20px Georgia,serif;color:var(--navy-900)}.brand-copy span{margin-top:5px;color:var(--turquoise-dark);font-size:10px;font-weight:800;letter-spacing:.23em;text-transform:uppercase}.main-nav{display:flex;align-items:center;gap:27px}.main-nav a{text-decoration:none;font-size:13px;font-weight:700;color:var(--navy-800)}.main-nav a:not(.nav-cta):hover{color:var(--turquoise-dark)}.nav-cta{padding:12px 20px;border:1px solid var(--navy-900);border-radius:999px;transition:.2s}.nav-cta:hover{color:#fff;background:var(--navy-900)}.menu-button{display:none;width:44px;height:44px;border:0;border-radius:50%;background:var(--ivory)}.menu-button span:not(.sr-only){display:block;width:19px;height:2px;margin:4px auto;background:var(--navy-900)}
.eyebrow{margin:0 0 18px;color:var(--turquoise-dark);font-size:11px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}.eyebrow span{display:inline-block;width:23px;height:2px;margin-right:9px;vertical-align:middle;background:var(--gold)}.eyebrow-light{color:#84dee1}.hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(355px,.85fr);gap:clamp(45px,8vw,104px);align-items:center;min-height:720px;padding:88px max(7vw,calc((100vw - 1180px)/2)) 96px;color:#fff;background:radial-gradient(circle at 75% 15%,rgba(24,174,186,.19),transparent 28%),linear-gradient(126deg,var(--navy-950),var(--navy-900) 64%,#0b3c59)}.hero-content,.profile-card{position:relative;z-index:2}.hero h1{max-width:760px;margin:0;font:400 clamp(46px,5.1vw,73px)/1.01 Georgia,serif;letter-spacing:-.038em}.hero h1 em{color:#69d4d8;font-weight:400}.hero-lead{max-width:650px;margin:28px 0 0;color:#d3e3eb;font-size:clamp(17px,1.5vw,20px);line-height:1.65}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:36px}.button{display:inline-flex;justify-content:center;align-items:center;gap:12px;min-height:52px;padding:14px 23px;border:0;border-radius:999px;text-decoration:none;cursor:pointer;font-weight:780;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-primary{color:var(--navy-950);background:var(--turquoise);box-shadow:0 12px 30px rgba(24,174,186,.22)}.button-primary:hover{background:#5bd3d7}.button-primary:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.text-link{color:#fff;text-underline-offset:5px;font-weight:650}.hero-points{display:flex;flex-wrap:wrap;gap:21px;margin:38px 0 0;padding:0;list-style:none;color:#bdd1db;font-size:13px}.hero-points span{color:var(--turquoise);margin-right:5px}.profile-card{width:min(100%,420px);justify-self:end;padding:38px;border:1px solid rgba(255,255,255,.17);border-radius:32px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.055));box-shadow:0 35px 80px rgba(0,0,0,.2);backdrop-filter:blur(12px)}.profile-top{display:flex;justify-content:space-between;align-items:center}.profile-top p{margin:0;color:#82dfe2;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.wave-icon{display:flex;align-items:center;gap:4px}.wave-icon span{display:block;width:3px;border-radius:9px;background:var(--turquoise)}.wave-icon span:nth-child(1),.wave-icon span:nth-child(5){height:12px}.wave-icon span:nth-child(2),.wave-icon span:nth-child(4){height:25px}.wave-icon span:nth-child(3){height:38px}.experience-number{display:block;margin-top:21px;font:400 83px/1 Georgia,serif;color:#fff}.experience-copy{display:block;margin-top:-4px;color:#79d9dd;font:400 23px Georgia,serif}.profile-card>p{margin:24px 0 0;color:#cfe0e7;font-size:14px;line-height:1.66}.profile-card>p+p{margin-top:12px}.profile-signature{display:flex;flex-direction:column;margin-top:26px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14)}.profile-signature span{font:italic 23px Georgia,serif}.profile-signature small{margin-top:5px;color:#a9c1cb}.hero-rings span{position:absolute;border:1px solid rgba(99,210,215,.1);border-radius:50%}.hero-rings span:nth-child(1){width:600px;height:600px;right:-280px;top:-170px}.hero-rings span:nth-child(2){width:390px;height:390px;right:-70px;top:30px}.hero-rings span:nth-child(3){width:230px;height:230px;right:80px;top:180px}
.evaluations{padding:110px max(7vw,calc((100vw - 1180px)/2));background:var(--ivory)}.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:end;margin-bottom:50px}.section-heading h2,.guide-copy h2,.appointment h2{margin:0;color:var(--navy-900);font:400 clamp(38px,4.1vw,57px)/1.05 Georgia,serif;letter-spacing:-.028em}.heading-copy>p{margin:0;color:var(--muted);line-height:1.72}.heading-copy .first-step{margin-top:15px;padding-left:17px;border-left:3px solid var(--gold);font-size:13px}.protocol-browser{overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 20px 55px rgba(4,28,44,.08)}.protocol-tabs{display:grid;grid-template-columns:repeat(4,1fr);padding:9px;background:var(--navy-900)}.protocol-tabs button{min-height:54px;padding:10px 12px;border:0;border-radius:18px;color:#bcd1da;background:transparent;cursor:pointer;font-size:13px;font-weight:750}.protocol-tabs button[aria-selected="true"]{color:var(--navy-900);background:var(--ivory)}.protocol-tabs button:focus-visible{outline:3px solid var(--turquoise);outline-offset:-3px}.protocol-panel{padding:44px}.panel-intro{display:grid;grid-template-columns:auto 1fr;gap:24px;max-width:900px}.panel-number{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;color:var(--turquoise-dark);background:var(--turquoise-soft);font-size:12px;font-weight:850}.mini-label{margin:0 0 7px;color:var(--gold);font-size:10px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.panel-intro h3{margin:0;color:var(--navy-900);font:400 clamp(28px,3vw,40px) Georgia,serif}.panel-intro p:last-child{max-width:820px;margin:12px 0 0;color:var(--muted);line-height:1.65}.protocol-steps{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:38px 0 0;padding:0;background:var(--line);list-style:none}.protocol-steps li{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:26px;background:#fff}.protocol-steps li>span{display:grid;place-items:center;width:28px;height:28px;border:1px solid #9bd4d7;border-radius:50%;color:var(--turquoise-dark);font-size:11px;font-weight:850}.protocol-steps h4,.age-path h4,.specific-grid h4{margin:2px 0 8px;color:var(--navy-800);font:600 17px Georgia,serif}.protocol-steps p,.age-path p,.specific-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.protocol-note{margin-top:26px;padding:18px 21px;border-left:3px solid var(--turquoise);border-radius:0 12px 12px 0;color:var(--navy-800);background:var(--turquoise-soft);font-size:13px;line-height:1.55}.age-path{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:36px}.age-path article{padding:25px 22px;border:1px solid var(--line);border-radius:17px;background:#fcfdfd}.age-path article>span{color:var(--turquoise-dark);font-size:10px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.age-path h4{margin-top:12px}.protocol-panel blockquote{margin:26px 0 0;padding:24px 28px;border-left:3px solid var(--gold);color:var(--navy-800);background:var(--ivory);font:italic 20px/1.5 Georgia,serif}.specific-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:35px}.specific-grid article{padding:26px;border:1px solid var(--line);border-radius:18px}.specific-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:var(--navy-900);background:var(--turquoise-soft);font-size:22px}.specific-grid h4{margin-top:18px}.evidence-strip{display:flex;justify-content:space-between;align-items:center;gap:50px;margin-top:22px;padding:27px 31px;border:1px solid #dfd4c3;border-radius:18px;background:#fdfaf5}.evidence-strip p{max-width:760px;margin:0;color:var(--muted);font-size:12px;line-height:1.55}.evidence-strip div{flex:0 0 auto;display:grid;gap:7px}.evidence-strip a{color:var(--navy-800);font-size:11px;font-weight:750;text-underline-offset:3px}
.guidance{padding:108px max(7vw,calc((100vw - 1180px)/2)) 0;background:#fff}.guide-wrap{display:grid;grid-template-columns:.68fr 1.32fr;gap:clamp(50px,8vw,100px);align-items:start}.guide-copy{position:sticky;top:120px}.guide-copy>p:not(.eyebrow){color:var(--muted);line-height:1.7}.clinical-note{display:flex;gap:12px;margin-top:28px;padding:17px;border:1px solid #bfe7e9;border-radius:14px;background:var(--turquoise-soft)}.clinical-note>span{flex:0 0 auto;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;color:#fff;background:var(--turquoise-dark);font:italic 16px Georgia,serif}.clinical-note p{margin:0;color:var(--navy-800);font-size:13px;line-height:1.5}.guide-form fieldset{margin:0 0 31px;padding:0;border:0}.guide-form legend{margin-bottom:14px;color:var(--navy-900);font-weight:800}.choice-grid{display:grid;gap:10px}.age-grid{grid-template-columns:repeat(3,1fr)}.reason-grid{grid-template-columns:1fr 1fr}.choice-grid label{cursor:pointer}.choice-grid input{position:absolute;opacity:0;pointer-events:none}.choice-grid label span{display:flex;align-items:center;min-height:66px;padding:14px 15px;border:1px solid var(--line);border-radius:14px;color:var(--muted);background:#fff;font-size:13px;line-height:1.3;transition:.18s}.age-grid label span{flex-direction:column;justify-content:center;text-align:center}.age-grid strong{color:var(--navy-900);font-size:17px}.choice-grid input:hover+span{border-color:#85cbd0}.choice-grid input:focus-visible+span{outline:3px solid rgba(24,174,186,.25);outline-offset:2px}.choice-grid input:checked+span{border-color:var(--turquoise-dark);color:var(--navy-900);background:var(--turquoise-soft);box-shadow:inset 0 0 0 1px var(--turquoise-dark)}.guide-button{margin-top:5px}.guide-result{padding:34px;border:1px solid #b8e0e3;border-radius:var(--radius);background:linear-gradient(145deg,#effafa,#fff);box-shadow:var(--shadow)}.result-kicker{margin:0 0 9px;color:var(--turquoise-dark);font-size:11px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.guide-result h3{margin:0;color:var(--navy-900);font:400 32px Georgia,serif}.guide-result>p:not(.result-kicker){color:var(--muted);line-height:1.65}.result-details{margin:22px 0;padding:18px 20px;border-radius:13px;background:#fff}.result-details strong{color:var(--navy-800);font-size:13px}.result-details p{margin:7px 0 0;color:var(--muted);line-height:1.5}.result-warning{padding-left:14px;border-left:3px solid var(--gold);font-size:13px}.result-actions{display:flex;align-items:center;gap:20px;margin-top:25px}.text-button{border:0;color:var(--navy-800);background:transparent;cursor:pointer;text-decoration:underline;text-underline-offset:4px}
.appointment{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(50px,8vw,100px);align-items:center;margin-top:100px;padding:76px clamp(26px,6vw,78px);border-radius:36px 36px 0 0;color:#fff;background:linear-gradient(135deg,var(--navy-900),#0b3c59)}.appointment h2{color:#fff}.appointment-copy>p:not(.eyebrow):not(.address){color:#c9dce4;line-height:1.65}.contact-list{display:grid;gap:9px;margin-top:25px}.contact-list a{display:flex;justify-content:space-between;gap:12px;padding-bottom:9px;border-bottom:1px solid rgba(255,255,255,.13);text-decoration:none}.contact-list span{color:#85a7b6;font-size:11px}.contact-list strong{font-size:13px}.address{margin-top:18px;color:#aac0c9;font-size:12px}.hours{margin-top:25px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14)}.hours h3{margin:0 0 12px;color:#7edce0;font-size:11px;letter-spacing:.14em;text-transform:uppercase}.hours dl{margin:0}.hours dl>div{display:flex;justify-content:space-between;gap:16px;margin:8px 0;font-size:12px}.hours dt{color:#9eb8c3}.hours dd{margin:0;font-weight:700}.appointment-form{display:grid;gap:16px;padding:30px;border-radius:22px;color:var(--navy-900);background:#fff;box-shadow:0 30px 60px rgba(0,0,0,.18)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.appointment-form label:not(.privacy-check){display:grid;gap:7px;font-size:12px;font-weight:750}.appointment-form input:not([type=checkbox]),.appointment-form select,.appointment-form textarea{width:100%;min-height:47px;padding:11px 13px;border:1px solid var(--line);border-radius:10px;color:var(--ink);background:#fbfcfc;outline:none}.appointment-form textarea{resize:vertical}.appointment-form input:focus,.appointment-form select:focus,.appointment-form textarea:focus{border-color:var(--turquoise);box-shadow:0 0 0 3px rgba(24,174,186,.12)}.privacy-check{display:flex;align-items:flex-start;gap:8px;color:var(--muted);font-size:11px;font-weight:500;line-height:1.4}.privacy-check input{margin-top:2px;accent-color:var(--turquoise-dark)}.button-turquoise{color:#fff;background:var(--turquoise-dark)}.button-turquoise:hover{background:var(--navy-800)}.form-note{margin:-4px 0 0;color:var(--muted);font-size:10px;line-height:1.45;text-align:center}footer{display:grid;grid-template-columns:auto 1fr auto;gap:34px;align-items:center;padding:35px max(7vw,calc((100vw - 1180px)/2));border-top:1px solid #173d55;color:#9eb7c2;background:var(--navy-950);font-size:11px}.footer-brand .brand-copy strong{color:#fff}.footer-brand .brand-mark{color:#fff}footer>p:nth-child(2){text-align:center}
@media(max-width:980px){.hero{grid-template-columns:1fr;padding-top:75px}.profile-card{width:100%;max-width:660px;justify-self:start}.section-heading{grid-template-columns:1fr;gap:25px}.age-path{grid-template-columns:1fr 1fr}.guide-wrap,.appointment{grid-template-columns:1fr}.guide-copy{position:static}.appointment{gap:38px}.evidence-strip{align-items:flex-start;flex-direction:column;gap:20px}.evidence-strip div{display:flex;flex-wrap:wrap;gap:18px}footer{grid-template-columns:1fr;text-align:center}footer .brand{justify-content:center}}
@media(max-width:720px){.nav-shell{width:min(100% - 28px,1180px);height:72px}.brand-mark{width:48px;font-size:28px}.brand-copy strong{font-size:18px}.menu-button{display:block}.main-nav{position:absolute;top:72px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px 20px 20px;border-bottom:1px solid var(--line);background:#fff;box-shadow:0 18px 34px rgba(4,28,44,.11)}.main-nav.open{display:flex}.main-nav a{padding:13px}.main-nav .nav-cta{margin-top:6px;text-align:center}.hero{gap:47px;min-height:auto;padding:61px 21px 68px}.hero h1{font-size:clamp(42px,12.7vw,57px)}.hero-lead{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:19px}.hero-points{display:grid;gap:11px}.profile-card{padding:28px;border-radius:25px}.experience-number{font-size:72px}.evaluations,.guidance{padding-left:20px;padding-right:20px}.evaluations{padding-top:76px;padding-bottom:76px}.guidance{padding-top:76px}.protocol-tabs{grid-template-columns:1fr 1fr}.protocol-tabs button{min-height:50px}.protocol-panel{padding:27px 20px}.panel-intro{grid-template-columns:1fr}.protocol-steps,.age-path,.specific-grid{grid-template-columns:1fr}.protocol-steps li{padding:22px 4px;background:#fff}.protocol-steps{background:transparent}.age-path{gap:10px}.evidence-strip{padding:24px 21px}.age-grid{grid-template-columns:1fr 1fr}.reason-grid{grid-template-columns:1fr}.guide-wrap{gap:38px}.guide-result{padding:25px}.appointment{margin-left:-20px;margin-right:-20px;padding:54px 20px;border-radius:27px 27px 0 0}.appointment-form{padding:22px 18px}.field-row{grid-template-columns:1fr}.contact-list a,.hours dl>div{flex-direction:column;gap:4px}footer{padding:32px 20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important}}
.maturity-note{margin:-17px 0 28px;padding:13px 16px;border-radius:11px;color:var(--muted);background:var(--ivory);font-size:11px;line-height:1.5}
.pricing-note{margin:-12px 0 28px;padding:17px 19px;border-left:3px solid var(--turquoise-dark);border-radius:0 11px 11px 0;color:var(--navy-800);background:#eef8f8;font-size:14px;line-height:1.6}.pricing-note strong{display:block;margin-bottom:3px}
.hero-rings{position:absolute;inset:0;pointer-events:none}
.hero-specialties{display:inline-flex;margin:0 0 16px;padding:8px 13px;border:1px solid rgba(126,220,224,.38);border-radius:999px;color:#baf1f2;background:rgba(24,174,186,.1);font-size:12px;font-weight:800;letter-spacing:.05em}
.professional{padding:100px max(7vw,calc((100vw - 1180px)/2));background:#fff}
.professional-heading{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:end;margin-bottom:42px}
.professional h2{margin:0;color:var(--navy-900);font:400 clamp(40px,4.5vw,60px)/1.05 Georgia,serif;letter-spacing:-.028em}
.professional-role{max-width:650px;margin:16px 0 0;color:var(--turquoise-dark);font:600 clamp(18px,2vw,24px)/1.4 Georgia,serif}
.professional-intro{margin:0;color:var(--muted);font-size:16px;line-height:1.75}
.professional-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.professional-grid article{display:grid;grid-template-columns:auto 1fr;gap:18px;padding:28px;border:1px solid var(--line);border-radius:18px;background:#fcfdfd}
.professional-grid article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;color:var(--turquoise-dark);background:var(--turquoise-soft);font-size:11px;font-weight:850}
.professional-grid h3{margin:2px 0 9px;color:var(--navy-800);font:600 19px Georgia,serif}
.professional-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}
.professional-signoff{display:flex;align-items:center;gap:24px;margin-top:22px;padding:20px 24px;border-left:3px solid var(--gold);border-radius:0 14px 14px 0;background:var(--ivory)}
.professional-signoff strong{flex:0 0 auto;color:var(--navy-900);font-size:14px}
.professional-signoff span{color:var(--muted);font-size:13px;line-height:1.55}
.profile-card.profile-photo{position:relative;height:auto;padding:0;overflow:hidden;background:var(--navy-800)}
.profile-photo>img{display:block;width:100%;height:auto;object-fit:contain}
@media(min-width:981px){.hero{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:clamp(30px,4vw,60px)}.profile-card.profile-photo{width:100%;max-width:none}}
.photo-credential{position:static;display:flex;flex-direction:column;padding:19px 21px;border-top:1px solid rgba(255,255,255,.32);background:rgba(4,28,44,.82)}
.photo-credential>span{color:#78dade;font-size:10px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.photo-credential>strong{margin-top:5px;color:#fff;font:500 25px Georgia,serif}
.photo-credential>small{margin-top:5px;color:#d8e6eb;font-size:12px;font-weight:650}
.concise-tests{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:36px}
.concise-tests article{display:grid;grid-template-columns:auto 1fr;gap:13px;padding:25px 22px;border:1px solid var(--line);border-radius:17px;background:#fcfdfd}
.concise-tests article>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:var(--turquoise-dark);background:var(--turquoise-soft);font-size:10px;font-weight:850}
.concise-tests h4{margin:3px 0 8px;color:var(--navy-800);font:600 17px Georgia,serif}
.concise-tests p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.brand-logo{display:block;width:76px;height:55px;margin-left:4px;object-fit:contain;object-position:center;background:transparent}
.footer-brand .brand-logo{border-radius:8px}
.pediatric-feature{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:34px;align-items:center}
.pediatric-photo{position:relative;overflow:hidden;min-height:260px;margin:0;border-radius:20px;background:var(--navy-800)}
.pediatric-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.pediatric-photo figcaption{position:absolute;right:12px;bottom:12px;left:12px;padding:10px 13px;border-radius:10px;color:#fff;background:rgba(4,28,44,.82);font-size:11px;font-weight:750;backdrop-filter:blur(8px)}
.orl-supervision{margin-top:30px;padding:20px 22px;border:1px solid #b7dde0;border-radius:15px;color:var(--navy-800);background:linear-gradient(135deg,var(--turquoise-soft),#f8fdfd);font-size:14px;line-height:1.6}
.orl-supervision strong{display:block;margin-bottom:3px;color:var(--navy-900);font:600 18px Georgia,serif}
.pediatric-copy{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:24px;padding:25px;border:1px solid var(--line);border-radius:17px;background:#fcfdfd}
.pediatric-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.pediatric-copy strong{color:var(--navy-800)}
@media(max-width:980px){.profile-card.profile-photo{max-width:660px}.concise-tests{grid-template-columns:1fr}}
@media(max-width:980px){.pediatric-feature{grid-template-columns:1fr}.pediatric-photo{min-height:390px}}
@media(max-width:980px){.professional-heading{grid-template-columns:1fr;gap:24px}}
@media(max-width:720px){.brand-logo{width:66px;height:48px}.professional{padding:76px 20px}.professional-grid{grid-template-columns:1fr}.professional-grid article{padding:22px 19px}.professional-signoff{align-items:flex-start;flex-direction:column;gap:8px}.concise-tests article{padding:21px 18px}.pediatric-photo{min-height:280px}.orl-supervision{padding:18px}.pediatric-copy{grid-template-columns:1fr;padding:20px}}
