:root { --ink: #102744; --ink-2: #173d61; --blue: #2d8ac1; --blue-text: #256f9e; --sky: #86ddec; --mist: #eaf5f7; --warm: #f8f7f3; --white: #fff; --line: rgba(16, 39, 68, .14); }
* { box-sizing: border-box; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { margin: 0; background: var(--warm); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--white); color: var(--ink); left: 20px; padding: 12px 16px; position: fixed; top: -70px; transition: top .2s; z-index: 50; }
.skip-link:focus { top: 20px; }
.site-header { align-items: center; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(16,39,68,.08); display: flex; height: 82px; justify-content: space-between; padding: 0 clamp(22px, 5vw, 86px); position: sticky; top: 0; z-index: 20; }
.brand, .footer-brand { align-items: center; display: inline-flex; gap: 9px; letter-spacing: -.04em; }
.brand-logo { display: block; height: auto; width: 182px; }
.brand-mark { align-items: center; background: var(--blue); border-radius: 12px 12px 12px 2px; color: var(--white); display: inline-flex; font-size: 1.35rem; font-weight: 800; height: 35px; justify-content: center; letter-spacing: -.08em; width: 35px; }
.brand-text, .footer-brand > span:last-child { color: #78808c; font-size: 1.12rem; font-weight: 600; line-height: .8; white-space: nowrap; }
.brand-text strong, .footer-brand strong { color: var(--blue); }
.brand-text small, .footer-brand small { display: block; font-size: .45rem; font-weight: 700; letter-spacing: .13em; margin: 6px 0 0; text-transform: uppercase; }
.navigation { align-items: center; display: flex; gap: clamp(16px, 2vw, 31px); }
.navigation > a { color: #36475a; font-size: .83rem; font-weight: 700; position: relative; }
.navigation > a::after { background: var(--blue); bottom: -9px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .2s; width: 100%; }
.navigation > a:hover::after, .navigation > a:focus-visible::after { transform: scaleX(1); }
.nav-cta { background: var(--ink); border: 0; color: var(--white); font-size: .78rem; font-weight: 700; padding: 12px 16px; }
.menu-trigger { background: transparent; border: 0; display: none; padding: 8px 0 8px 8px; }
.menu-trigger > span:not(.sr-only) { background: var(--ink); display: block; height: 2px; margin: 4px 0; width: 25px; }
.hero { background: var(--ink); color: var(--white); display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); isolation: isolate; min-height: 650px; overflow: hidden; padding: clamp(60px, 8vw, 116px) clamp(22px, 8vw, 135px); position: relative; }
.hero::after { border: 1px solid rgba(134,221,236,.22); border-radius: 100%; content: ""; height: 740px; position: absolute; right: -328px; top: -212px; width: 740px; z-index: -1; }
.hero-glow { border-radius: 999px; filter: blur(16px); opacity: .55; position: absolute; z-index: -1; }
.hero-glow-one { background: #17689f; height: 320px; right: 9%; top: 18%; width: 320px; }
.hero-glow-two { background: #1bb5cf; bottom: -170px; height: 370px; left: -180px; width: 370px; }
.hero-grid { background-image: linear-gradient(rgba(134,221,236,.10) 1px, transparent 1px), linear-gradient(90deg, rgba(134,221,236,.10) 1px, transparent 1px); background-size: 36px 36px; inset: 0 0 0 auto; mask-image: linear-gradient(90deg, transparent, black); opacity: .45; position: absolute; width: 55%; z-index: -1; }
.hero-copy { align-self: center; max-width: 690px; }
.eyebrow { align-items: center; color: var(--blue); display: flex; font-size: .73rem; font-weight: 800; gap: 8px; letter-spacing: .14em; margin: 0 0 16px; text-transform: uppercase; }
.eyebrow.light { color: var(--sky); }
.dot, .pulse { background: currentColor; border-radius: 50%; display: inline-block; height: 7px; width: 7px; }
.hero h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; margin: 0; }
.hero h1 { font-size: clamp(3rem, 5.1vw, 5.5rem); line-height: .98; max-width: 700px; }
em { color: var(--sky); font-style: italic; }
.hero-description { color: #c5d5e2; font-size: 1.05rem; line-height: 1.65; margin: 28px 0 31px; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: .84rem; font-weight: 800; gap: 14px; justify-content: center; min-height: 50px; padding: 0 20px; transition: transform .2s, background .2s, border .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--sky); color: var(--ink); }
.button-primary:hover { background: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.36); color: var(--white); }
.button-ghost:hover { border-color: var(--sky); }
.button-dark { background: var(--ink); color: var(--white); }
.hero-trust { border-top: 1px solid rgba(255,255,255,.2); display: flex; gap: 24px; margin-top: 60px; max-width: 650px; padding-top: 21px; }
.hero-trust div { flex: 1; }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { color: var(--sky); font-size: .8rem; letter-spacing: .01em; }
.hero-trust span { color: #c4d2de; font-size: .7rem; line-height: 1.3; margin-top: 5px; }
.hero-art { align-self: center; min-height: 435px; position: relative; }
.hero-photo { align-self: center; min-height: 475px; position: relative; }
.hero-photo::after { background: linear-gradient(180deg, transparent 52%, rgba(7, 27, 48, .76)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-photo img { border: 1px solid rgba(255,255,255,.42); box-shadow: 0 38px 70px rgba(0,0,0,.28); display: block; height: 475px; object-fit: cover; object-position: 44% center; width: 100%; }
.hero-photo-badge { bottom: 27px; display: grid; gap: 5px; left: 28px; position: absolute; z-index: 1; }
.hero-photo-badge span { color: var(--sky); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-photo-badge strong { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 400; letter-spacing: -.04em; }
.scan-window { background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(122,219,237,.07)); border: 1px solid rgba(255,255,255,.38); border-radius: 24px; box-shadow: 0 38px 70px rgba(0,0,0,.24); height: 375px; margin: 16px auto 0; max-width: 370px; overflow: hidden; padding: 20px; position: relative; transform: rotate(5deg); }
.scan-window::before { background: radial-gradient(circle at 50% 50%, rgba(134,221,236,.73), rgba(134,221,236,.12) 36%, transparent 64%); content: ""; inset: 0; position: absolute; }
.scan-label { align-items: center; color: #eefcfe; display: flex; font-size: .65rem; font-weight: 800; gap: 8px; letter-spacing: .08em; position: relative; text-transform: uppercase; }
.pulse { box-shadow: 0 0 0 5px rgba(134,221,236,.13); }
.scan-core { border: 1px solid rgba(255,255,255,.34); border-radius: 50%; height: 185px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -44%); width: 185px; }
.scan-core::before, .scan-core::after { border: 1px solid rgba(255,255,255,.22); border-radius: inherit; content: ""; inset: 18px; position: absolute; }
.scan-core::after { inset: 42px; }
.scan-core span { background: var(--sky); border-radius: 50%; box-shadow: 0 0 28px var(--sky); height: 9px; position: absolute; width: 9px; }
.scan-core span:nth-child(1) { left: 26px; top: 57px; }.scan-core span:nth-child(2) { right: 35px; top: 36px; }.scan-core span:nth-child(3) { bottom: 27px; left: 79px; }
.scan-line { background: rgba(255,255,255,.58); height: 1px; left: 20px; position: absolute; width: 92px; }.line-one { top: 133px; }.line-two { bottom: 118px; left: auto; right: 20px; }.line-three { bottom: 56px; left: 20px; width: 55px; }
.scan-readout { bottom: 22px; color: #e2faff; display: flex; font-size: .68rem; justify-content: space-between; left: 20px; letter-spacing: .08em; position: absolute; right: 20px; text-transform: uppercase; }.scan-readout strong { font-size: .78rem; }
.art-orbit { border: 1px solid rgba(134,221,236,.34); border-radius: 50%; position: absolute; }.orbit-one { height: 473px; right: 12px; top: -13px; width: 473px; }.orbit-two { border-style: dashed; bottom: 26px; height: 320px; left: 0; width: 320px; }
.art-caption { bottom: 7px; color: var(--sky); font-size: .7rem; font-weight: 700; letter-spacing: .12em; margin: 0; position: absolute; right: 0; text-transform: uppercase; transform: rotate(-90deg); transform-origin: right; }
.quick-access { background: var(--white); display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .8fr); }.results-area { padding: clamp(70px, 8vw, 110px) clamp(22px, 8vw, 135px); }.quick-access-heading { align-items: end; display: grid; gap: 24px 30px; grid-template-columns: 1fr .85fr; margin-bottom: 36px; }.quick-access-heading .eyebrow { margin-bottom: 16px; }.quick-access h2 { font-size: clamp(2.25rem, 3.7vw, 4rem); line-height: 1; }.quick-access h2 em { color: var(--blue); }.results-brand-lockup { align-items: center; border-left: 1px solid var(--line); display: flex; gap: 18px; padding: 10px 0 10px 22px; }.results-brand-lockup img { display: block; height: auto; max-width: 100%; width: 205px; }.results-brand-lockup p { color: #5e7284; font-size: .84rem; line-height: 1.52; margin: 0; max-width: 170px; }.results-grid { display: grid; gap: 13px; grid-template-columns: repeat(2, 1fr); }.result-card { background: var(--mist); display: flex; flex-direction: column; min-height: 220px; padding: 23px; position: relative; transition: transform .2s, box-shadow .2s; }.result-card:hover { box-shadow: 0 18px 30px rgba(16,39,68,.12); transform: translateY(-4px); }.doctor-result { background: var(--ink); color: var(--white); }.result-icon { align-items: center; background: var(--white); border-radius: 50%; color: var(--blue); display: inline-flex; font-family: Georgia, serif; font-size: 1.05rem; height: 37px; justify-content: center; width: 37px; }.doctor-result .result-icon { background: var(--sky); color: var(--ink); }.result-kicker { color: var(--blue); font-size: .63rem; font-weight: 800; letter-spacing: .12em; margin: auto 0 9px; text-transform: uppercase; }.doctor-result .result-kicker { color: var(--sky); }.result-card strong { font-family: Georgia, serif; font-size: clamp(1.4rem, 2vw, 1.82rem); font-weight: 400; letter-spacing: -.045em; line-height: 1; max-width: 230px; }.result-card small { color: #5a7184; font-size: .72rem; font-weight: 700; margin-top: 22px; }.doctor-result small { color: #bed2e1; }.result-card small b, .convenios-panel a b { color: var(--blue); font-size: 1rem; }.doctor-result small b { color: var(--sky); }.convenios-panel { background: var(--mist); display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 5vw, 72px) clamp(27px, 4vw, 64px); }.convenios-panel h2 { font-size: clamp(2rem, 2.8vw, 3.15rem); line-height: 1.04; }.convenio-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0 22px; }.convenio-tags span { background: var(--white); border: 1px solid rgba(16,39,68,.12); color: var(--ink); font-size: .72rem; font-weight: 800; padding: 9px 11px; }.coverage-note { color: #5c7184; font-size: .83rem; line-height: 1.55; margin: 0 0 22px; }.convenios-panel > a { color: var(--ink); font-size: .78rem; font-weight: 800; }
.section { padding: clamp(75px, 9vw, 135px) clamp(22px, 8vw, 135px); }.section-heading { margin-bottom: 50px; }.split-heading { align-items: end; display: flex; gap: 40px; justify-content: space-between; }.section h2 { font-size: clamp(2.4rem, 4.3vw, 4.6rem); line-height: 1.02; max-width: 730px; }.section h2 em { color: var(--blue); }.split-heading > p { color: #566c82; font-size: 1rem; line-height: 1.55; margin: 0 0 5px; max-width: 370px; }
.exams-section { background: var(--warm); }.exams-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }.exam-card { background: var(--white); border: 1px solid rgba(16,39,68,.09); min-height: 385px; overflow: hidden; padding: 28px; position: relative; transition: box-shadow .25s, transform .25s; }.exam-card:hover { box-shadow: 0 21px 38px rgba(16,39,68,.11); transform: translateY(-5px); }.exam-index { color: rgba(16,39,68,.36); font-size: .76rem; font-weight: 800; }.exam-visual { border: 1px solid rgba(45,138,193,.28); border-radius: 50%; height: 122px; margin: 31px 0 28px auto; overflow: hidden; position: relative; width: 122px; }.exam-visual::after { background: rgba(45,138,193,.15); border-radius: 50%; content: ""; inset: 22px; position: absolute; }.exam-visual span { background: var(--blue); border-radius: 50%; height: 8px; position: absolute; width: 8px; z-index: 1; }.exam-visual span:nth-child(1) { left: 20px; top: 31px; }.exam-visual span:nth-child(2) { right: 19px; top: 52px; }.exam-visual span:nth-child(3) { bottom: 18px; left: 56px; }.tomography .exam-visual { border-radius: 18px; transform: rotate(45deg); }.tomography .exam-visual span, .tomography .exam-visual::after { transform: rotate(-45deg); }.ultrasound .exam-visual { border-style: dashed; }.exam-eyebrow { color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .1em; margin: 0 0 12px; text-transform: uppercase; }.exam-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; letter-spacing: -.045em; line-height: 1; margin: 0; }.exam-card > p:not(.exam-eyebrow) { color: #5e7284; font-size: .9rem; line-height: 1.5; margin: 17px 0 24px; }.text-link { background: transparent; border: 0; color: var(--ink); font-size: .78rem; font-weight: 800; padding: 0; }.text-link span { color: var(--blue); font-size: 1.2rem; margin-left: 5px; }.exams-note { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 14px; margin-top: 42px; padding-top: 23px; }.exams-note > span { color: var(--blue); font-size: 1.5rem; font-weight: 300; }.exams-note p { color: #5e7284; font-size: .86rem; margin: 0; }.exams-note button { background: transparent; border: 0; color: var(--ink); font-size: .78rem; font-weight: 800; margin-left: auto; white-space: nowrap; }
.exam-catalog-section { background: var(--ink); color: var(--white); padding: clamp(75px, 9vw, 125px) clamp(22px, 8vw, 135px); }
.catalog-heading { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 48px; }
.catalog-heading h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.2vw, 4.5rem); font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 0; }
.catalog-heading h2 em { color: var(--sky); }
.catalog-heading > p { color: #c3d5e1; font-size: .98rem; line-height: 1.55; margin: 0 0 5px; max-width: 420px; }
.catalog-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.catalog-card { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.19); }
.catalog-card summary { align-items: center; cursor: pointer; display: grid; gap: 16px; grid-template-columns: auto 1fr auto; list-style: none; min-height: 110px; padding: 24px 26px; }
.catalog-card summary::-webkit-details-marker { display: none; }
.catalog-number { align-items: center; border: 1px solid rgba(134,221,236,.55); border-radius: 50%; color: var(--sky); display: inline-flex; font-size: .66rem; font-weight: 800; height: 33px; justify-content: center; width: 33px; }
.catalog-card summary strong, .catalog-card summary small { display: block; }
.catalog-card summary strong { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 2.4vw, 2.05rem); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.catalog-card summary small { color: #b9cddc; font-size: .7rem; font-weight: 700; letter-spacing: .07em; margin-top: 7px; text-transform: uppercase; }
.catalog-card summary > b { color: var(--sky); font-size: 1.75rem; font-weight: 300; line-height: 1; transition: transform .2s; }
.catalog-card[open] summary > b { transform: rotate(45deg); }
.catalog-content { border-top: 1px solid rgba(255,255,255,.17); padding: 24px 26px 26px; }
.catalog-content ul { display: grid; gap: 0 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.catalog-content li { border-bottom: 1px solid rgba(255,255,255,.13); color: #e6f2f8; font-size: .79rem; line-height: 1.35; padding: 11px 0 11px 15px; position: relative; }
.catalog-content li::before { color: var(--sky); content: "•"; left: 0; position: absolute; }
.catalog-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 24px; }
.catalog-actions a { color: var(--sky); font-size: .75rem; font-weight: 800; }
.catalog-actions a span { font-size: 1rem; margin-left: 4px; }
.catalog-actions button { background: var(--sky); border: 0; color: var(--ink); font-size: .74rem; font-weight: 800; min-height: 42px; padding: 0 14px; }
.structure-section { background: var(--white); padding: clamp(75px, 9vw, 135px) clamp(22px, 8vw, 135px); }
.structure-heading { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 50px; }
.structure-heading h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.3vw, 4.6rem); font-weight: 400; letter-spacing: -.055em; line-height: 1.02; margin: 0; }
.structure-heading h2 em { color: var(--blue); }
.structure-heading > p { color: #566c82; font-size: 1rem; line-height: 1.55; margin: 0 0 5px; max-width: 410px; }
.structure-gallery { display: grid; gap: 18px; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); }
.structure-photo { background: var(--ink); margin: 0; min-height: 430px; overflow: hidden; position: relative; }
.structure-photo::after { background: linear-gradient(180deg, transparent 40%, rgba(8, 28, 47, .82)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.structure-photo img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .5s ease; width: 100%; }
.structure-photo:hover img { transform: scale(1.03); }
.equipment-photo img { object-position: center center; }
.reception-photo img { object-position: center 55%; }
.structure-photo figcaption { bottom: 29px; display: grid; gap: 6px; left: 30px; max-width: 290px; position: absolute; z-index: 1; }
.structure-photo figcaption span { color: var(--sky); font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.structure-photo figcaption strong { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.2vw, 2rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.authority-section { align-items: center; background: var(--mist); display: grid; gap: clamp(50px, 8vw, 130px); grid-template-columns: minmax(300px, .9fr) minmax(350px, 1.1fr); overflow: hidden; }.authority-visual { height: 490px; min-width: 0; position: relative; }.authority-ring { border: 1px solid rgba(45,138,193,.31); border-radius: 50%; position: absolute; }.ring-a { height: 432px; left: 2%; top: 27px; width: 432px; }.ring-b { border-style: dashed; height: 317px; left: 61px; top: 84px; width: 317px; }.ring-c { height: 210px; left: 114px; top: 137px; width: 210px; }.authority-card { align-items: center; background: var(--ink); box-shadow: 20px 28px 45px rgba(21,67,96,.18); color: var(--white); display: flex; flex-direction: column; height: 230px; justify-content: center; left: 112px; position: absolute; top: 126px; transform: rotate(-7deg); width: 230px; }.authority-card span { color: var(--sky); font-size: 1.2rem; font-weight: 800; letter-spacing: .16em; }.authority-card strong { font-family: Georgia, serif; font-size: 2.9rem; font-weight: 400; letter-spacing: -.09em; line-height: .8; }.authority-card i { color: #bed4e4; font-size: .59rem; font-style: normal; letter-spacing: .12em; margin-top: 23px; text-transform: uppercase; }.authority-note { background: var(--white); box-shadow: 0 10px 23px rgba(21,67,96,.08); color: var(--ink); font-size: .68rem; font-weight: 800; letter-spacing: .06em; padding: 11px 14px; position: absolute; text-transform: uppercase; }.note-top { right: -20px; top: 86px; }.note-bottom { bottom: 51px; left: 17px; }.lead { color: #526b81; font-size: 1.05rem; line-height: 1.6; margin: 25px 0 34px; max-width: 650px; }.advantages-list { border-top: 1px solid rgba(16,39,68,.14); }.advantages-list article { border-bottom: 1px solid rgba(16,39,68,.14); display: flex; gap: 19px; padding: 20px 0; }.advantages-list > article > span { color: var(--blue); font-size: .68rem; font-weight: 800; padding-top: 5px; }.advantages-list h3 { font-size: .99rem; margin: 0; }.advantages-list p { color: #5a7083; font-size: .82rem; line-height: 1.45; margin: 7px 0 0; }
.journey-section { background: var(--ink); color: var(--white); display: grid; gap: 60px; grid-template-columns: .75fr 1.25fr; padding: clamp(75px, 9vw, 125px) clamp(22px, 8vw, 135px); }.journey-intro h2 { font-size: clamp(2.6rem, 4vw, 4.3rem); line-height: .98; }.journey-steps { border-top: 1px solid rgba(255,255,255,.25); display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0; }.journey-steps li { border-right: 1px solid rgba(255,255,255,.19); padding: 29px 22px 0; }.journey-steps li:first-child { padding-left: 0; }.journey-steps li:last-child { border-right: 0; }.journey-steps span { color: var(--sky); font-size: .71rem; font-weight: 800; }.journey-steps h3 { font-size: 1rem; margin: 35px 0 12px; }.journey-steps p { color: #c1d0dd; font-size: .82rem; line-height: 1.52; margin: 0; }
.doctors-section { background: var(--white); display: grid; gap: clamp(45px, 7vw, 110px); grid-template-columns: minmax(350px, 1fr) minmax(350px, 1fr); }.doctor-panel h2 { margin-top: 7px; }.doctor-panel > p:not(.eyebrow) { color: #5b7184; font-size: 1rem; line-height: 1.62; margin: 25px 0 28px; max-width: 490px; }.doctor-benefits { border-left: 1px solid var(--line); display: grid; grid-template-columns: 1fr; }.doctor-benefits article { border-bottom: 1px solid var(--line); padding: 20px 0 20px 30px; }.doctor-benefits article:first-child { padding-top: 2px; }.doctor-benefits span { color: var(--blue); font-size: .7rem; font-weight: 800; }.doctor-benefits h3 { font-size: 1rem; margin: 10px 0 6px; }.doctor-benefits p { color: #5d7284; font-size: .83rem; line-height: 1.45; margin: 0; }
.checkup-banner { align-items: center; background: linear-gradient(125deg, #1e6c9a, #2f9dbc 65%, #83dfeb); color: var(--white); display: flex; gap: 45px; justify-content: space-between; overflow: hidden; padding: clamp(55px, 6vw, 88px) clamp(22px, 8vw, 135px); position: relative; }.checkup-banner::after { border: 1px solid rgba(255,255,255,.25); border-radius: 50%; content: ""; height: 460px; position: absolute; right: -92px; top: -220px; width: 460px; }.checkup-banner h2 { font-size: clamp(2.4rem, 4vw, 4.25rem); line-height: .98; position: relative; z-index: 1; }.checkup-banner h2 em { color: var(--white); }.checkup-action { max-width: 330px; position: relative; z-index: 1; }.checkup-action p { color: #e4fbff; font-size: .92rem; line-height: 1.5; margin: 0 0 21px; }
.baby-section { align-items: center; background: #fff3f1; display: grid; gap: clamp(50px, 7vw, 120px); grid-template-columns: minmax(320px, 1fr) minmax(330px, .8fr); overflow: hidden; padding: clamp(75px, 9vw, 125px) clamp(22px, 8vw, 135px); }.baby-copy h2 { font-size: clamp(2.5rem, 4.3vw, 4.65rem); line-height: .99; max-width: 720px; }.baby-copy h2 em { color: #d7768b; }.baby-copy > p:not(.eyebrow) { color: #6f6670; font-size: 1rem; line-height: 1.6; margin: 26px 0 22px; max-width: 590px; }.baby-copy ul { display: grid; gap: 8px; list-style: none; margin: 0 0 29px; padding: 0; }.baby-copy li { align-items: center; color: #4a4350; display: flex; font-size: .87rem; font-weight: 700; gap: 10px; }.baby-copy li::before { align-items: center; background: #f7c9d2; border-radius: 50%; color: #a95067; content: "✓"; display: inline-flex; font-size: .65rem; height: 18px; justify-content: center; width: 18px; }.baby-photo { box-shadow: 18px 25px 45px rgba(119,72,84,.15); height: 460px; overflow: hidden; position: relative; }.baby-photo::after { background: linear-gradient(180deg, transparent 43%, rgba(74, 38, 49, .6)); content: ""; inset: 0; pointer-events: none; position: absolute; }.baby-photo img { height: 100%; object-fit: cover; object-position: center 56%; width: 100%; }.baby-photo-card { align-items: center; background: rgba(255,255,255,.93); bottom: 26px; color: #9b5369; display: flex; flex-direction: column; height: 140px; justify-content: center; left: 25px; position: absolute; transform: rotate(-3deg); width: 190px; z-index: 1; }.baby-photo-card span { color: #d7788f; font-size: .94rem; font-weight: 700; letter-spacing: .18em; }.baby-photo-card strong { font-family: Georgia, serif; font-size: 2.4rem; font-weight: 400; letter-spacing: -.09em; line-height: .8; }.baby-photo-card i { color: #9e7e86; font-size: .48rem; font-style: normal; font-weight: 700; letter-spacing: .11em; margin-top: 15px; text-transform: uppercase; }
.contact-section { background: var(--warm); display: grid; gap: 60px; grid-template-columns: .8fr 1.2fr; }.contact-heading > p:not(.eyebrow) { color: #5d7284; font-size: .94rem; line-height: 1.55; margin: 24px 0 0; max-width: 370px; }.contact-options { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }.contact-card { background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; min-height: 166px; padding: 22px; transition: background .2s, color .2s, transform .2s; }.contact-card:hover { background: var(--ink); color: var(--white); transform: translateY(-3px); }.main-contact { background: var(--ink); color: var(--white); grid-column: span 2; }.contact-label { color: var(--blue); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.main-contact .contact-label { color: var(--sky); }.contact-card strong { font-family: Georgia, serif; font-size: clamp(1.2rem, 2vw, 1.75rem); font-weight: 400; letter-spacing: -.03em; margin: 14px 0; overflow-wrap: anywhere; }.contact-card small { color: #718394; font-size: .72rem; font-weight: 700; }.main-contact small, .contact-card:hover small { color: #d8eaf4; }.contact-card small b { color: var(--blue); font-size: 1rem; }.main-contact small b { color: var(--sky); }
.faq-section { background: var(--white); padding: 80px clamp(22px, 8vw, 135px) 110px; }.faq-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }.faq-grid details { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); padding: 24px; }.faq-grid details:first-child { padding-left: 0; }.faq-grid details:last-child { border-right: 0; }.faq-grid summary { cursor: pointer; font-size: .93rem; font-weight: 800; list-style: none; }.faq-grid summary::-webkit-details-marker { display: none; }.faq-grid summary::after { color: var(--blue); content: "+"; float: right; font-size: 1.25rem; }.faq-grid details[open] summary::after { content: "−"; }.faq-grid p { color: #5c7184; font-size: .81rem; line-height: 1.5; margin: 15px 0 0; }
.site-footer { align-items: center; background: var(--ink); color: #bbcedd; display: flex; font-size: .7rem; gap: 25px; justify-content: space-between; padding: 31px clamp(22px, 8vw, 135px) 96px; }.site-footer p { margin: 0; }.footer-brand { background: var(--white); padding: 8px 12px; }.footer-logo { display: block; height: auto; width: 160px; }
.mobile-actions { display: none; }
.modal-backdrop { align-items: center; background: rgba(10,28,47,.72); display: flex; inset: 0; justify-content: center; padding: 20px; position: fixed; z-index: 80; }.schedule-modal { background: var(--white); box-shadow: 0 26px 80px rgba(0,0,0,.3); max-height: min(735px, calc(100vh - 30px)); max-width: 585px; overflow: auto; padding: 39px; position: relative; width: 100%; }.modal-close { background: transparent; border: 0; color: var(--ink); font-size: 2rem; line-height: 1; position: absolute; right: 21px; top: 15px; }.schedule-modal h2 { font-size: clamp(2.3rem, 5vw, 3.55rem); line-height: .98; margin-bottom: 28px; }.schedule-modal h2 em { color: var(--blue); }.schedule-modal form { display: grid; gap: 14px; }.schedule-modal label { color: #38516a; display: grid; font-size: .72rem; font-weight: 800; gap: 7px; }.schedule-modal input:not([type="checkbox"]), .schedule-modal select { background: #f7fbfc; border: 1px solid #c6dbe2; border-radius: 0; color: var(--ink); min-height: 47px; outline-color: var(--blue); padding: 0 12px; }.schedule-hours { color: #708394; font-size: .69rem; font-weight: 400; line-height: 1.4; margin-top: -1px; }.schedule-modal .consent { align-items: start; display: flex; font-size: .72rem; font-weight: 400; gap: 9px; line-height: 1.4; margin-top: 3px; }.schedule-modal .consent input { margin: 1px 0 0; }.submit-button { border: 0; margin-top: 7px; width: 100%; }.success-message { background: var(--mist); padding: 28px; text-align: center; }.success-message > span { align-items: center; background: var(--blue); border-radius: 50%; color: var(--white); display: inline-flex; font-size: 1.1rem; height: 38px; justify-content: center; width: 38px; }.success-message h3 { font-size: 1.2rem; margin: 16px 0 7px; }.success-message p { color: #506a7f; font-size: .88rem; line-height: 1.5; margin: 0 0 20px; }
@media (max-width: 960px) { .hero { grid-template-columns: 1fr; }.hero-art, .hero-photo { margin: 35px auto 0; max-width: 560px; width: 100%; }.structure-heading { align-items: start; flex-direction: column; }.structure-heading > p { max-width: 550px; }.structure-gallery { grid-template-columns: 1.15fr .85fr; }.authority-section, .journey-section, .doctors-section, .contact-section { grid-template-columns: 1fr; }.authority-copy { max-width: 720px; }.doctor-benefits { border-left: 0; border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }.doctor-benefits article { border-bottom: 0; border-right: 1px solid var(--line); padding: 22px; }.doctor-benefits article:first-child { padding: 22px 22px 22px 0; }.doctor-benefits article:last-child { border-right: 0; }.journey-section { gap: 40px; }.convenios-strip { align-items: flex-start; flex-direction: column; gap: 12px; }.split-heading { align-items: start; flex-direction: column; }.section-heading > p { max-width: 550px; }.exams-grid { grid-template-columns: 1fr; }.exam-card { min-height: 0; }.exam-visual { float: right; margin: 0 0 22px 25px; }.checkup-banner { align-items: start; flex-direction: column; }.contact-options { max-width: 680px; }.navigation { gap: 18px; }.navigation > a { font-size: .72rem; } }
@media (max-width: 690px) { body { padding-bottom: 60px; }.site-header { height: 70px; padding: 0 22px; }.brand-text { font-size: 1rem; }.navigation { background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 16px 22px rgba(16,39,68,.08); display: none; left: 0; padding: 18px 22px 22px; position: absolute; right: 0; top: 70px; }.navigation.is-open { align-items: stretch; display: flex; flex-direction: column; }.navigation > a { font-size: .86rem; padding: 8px 0; }.navigation > a::after { bottom: 3px; }.nav-cta { margin-top: 7px; padding: 15px; }.menu-trigger { display: block; }.hero { min-height: auto; padding: 65px 22px 55px; }.hero h1 { font-size: clamp(3rem, 14vw, 4.35rem); }.hero-description { font-size: .98rem; }.hero-trust { gap: 12px; margin-top: 43px; }.hero-trust strong { font-size: .7rem; }.hero-trust span { font-size: .64rem; }.hero-art { min-height: 345px; }.hero-photo { min-height: 0; }.hero-photo img { height: 330px; }.hero-photo-badge { bottom: 21px; left: 21px; }.hero-photo-badge strong { font-size: 1.35rem; }.scan-window { height: 285px; margin-left: 20px; transform: rotate(4deg) scale(.9); transform-origin: left top; }.orbit-one { height: 360px; right: -16px; top: -10px; width: 360px; }.orbit-two { height: 250px; width: 250px; }.art-caption { bottom: 18px; right: 14px; }.convenios-strip { padding: 20px 22px; }.convenios-list { gap: 9px 18px; }.section, .structure-section { padding: 75px 22px; }.section h2, .structure-heading h2 { font-size: clamp(2.6rem, 12vw, 3.65rem); }.split-heading, .structure-heading { margin-bottom: 36px; }.structure-gallery { grid-template-columns: 1fr; }.structure-photo { min-height: 330px; }.structure-photo figcaption { bottom: 22px; left: 22px; }.exams-note { align-items: start; flex-wrap: wrap; }.exams-note button { margin-left: 28px; }.authority-section { gap: 15px; }.authority-visual { height: 375px; transform: scale(.85); transform-origin: left top; width: 117%; }.authority-copy { margin-top: -55px; }.journey-section { padding: 72px 22px; }.journey-steps { grid-template-columns: 1fr; }.journey-steps li, .journey-steps li:first-child { border-bottom: 1px solid rgba(255,255,255,.19); border-right: 0; padding: 20px 0; }.journey-steps li:last-child { border-bottom: 0; }.journey-steps h3 { margin: 15px 0 7px; }.doctor-benefits { grid-template-columns: 1fr; }.doctor-benefits article, .doctor-benefits article:first-child { border-bottom: 1px solid var(--line); border-right: 0; padding: 20px 0; }.checkup-banner { padding: 64px 22px; }.contact-options { grid-template-columns: 1fr; }.main-contact { grid-column: span 1; }.contact-card { min-height: 135px; }.faq-section { padding: 67px 22px 78px; }.faq-grid { grid-template-columns: 1fr; }.faq-grid details, .faq-grid details:first-child { border-bottom: 1px solid var(--line); border-right: 0; padding: 20px 0; }.site-footer { align-items: flex-start; flex-direction: column; gap: 17px; padding: 31px 22px 82px; }.mobile-actions { background: rgba(255,255,255,.97); border-top: 1px solid var(--line); bottom: 0; display: grid; gap: 8px; grid-template-columns: 1fr 1.25fr; left: 0; padding: 8px 12px; position: fixed; right: 0; z-index: 30; }.mobile-actions a, .mobile-actions button { align-items: center; background: transparent; border: 1px solid var(--line); color: var(--ink); display: flex; font-size: .75rem; font-weight: 800; justify-content: center; min-height: 42px; }.mobile-actions button { background: var(--ink); border-color: var(--ink); color: var(--white); }.schedule-modal { max-height: calc(100vh - 18px); padding: 31px 22px; }.schedule-modal h2 { font-size: 2.65rem; }.modal-close { right: 13px; top: 10px; } }

@media (max-width: 960px) { .quick-access, .baby-section { grid-template-columns: 1fr; }.results-area { padding-bottom: 65px; }.convenios-panel { padding: 60px clamp(22px, 8vw, 135px); }.baby-photo { margin: 0 auto; max-width: 560px; width: 100%; } }
@media (max-width: 690px) { .brand-logo { width: 155px; }.quick-access { display: block; }.results-area { padding: 70px 22px; }.quick-access-heading { display: block; }.results-brand-lockup { border-left: 0; border-top: 1px solid var(--line); margin-top: 26px; padding: 22px 0 0; }.results-brand-lockup img { width: 190px; }.results-brand-lockup p { max-width: 190px; }.results-grid { grid-template-columns: 1fr; }.result-card { min-height: 198px; }.convenios-panel { padding: 62px 22px; }.baby-section { padding: 75px 22px; }.baby-photo { height: 375px; } }
@media (max-width: 960px) { .catalog-heading { align-items: start; flex-direction: column; }.catalog-heading > p { max-width: 550px; }.catalog-grid { grid-template-columns: 1fr; } }
@media (max-width: 690px) { .exam-catalog-section { padding: 72px 22px; }.catalog-heading { margin-bottom: 34px; }.catalog-heading h2 { font-size: clamp(2.6rem, 12vw, 3.65rem); }.catalog-card summary { min-height: 100px; padding: 21px 19px; }.catalog-card summary strong { font-size: 1.65rem; }.catalog-content { padding: 18px 19px 21px; }.catalog-content ul { grid-template-columns: 1fr; }.catalog-content li { font-size: .81rem; }.catalog-actions { align-items: stretch; flex-direction: column; }.catalog-actions button { width: 100%; } }

.medical-team-section { background: #f5fbfd; padding: clamp(75px, 9vw, 125px) clamp(22px, 8vw, 135px); }
.team-heading { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 48px; }
.team-heading h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.2vw, 4.5rem); font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 0; }
.team-heading h2 em { color: var(--blue); }
.team-heading > p { color: #566c82; font-size: 1rem; line-height: 1.55; margin: 0 0 5px; max-width: 430px; }
.team-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.team-card { background: var(--white); border: 1px solid rgba(16,39,68,.12); min-height: 278px; overflow: hidden; padding: 31px; position: relative; }
.team-card::after { background: var(--sky); content: ""; height: 3px; left: 31px; position: absolute; right: 31px; top: 0; }
.team-index { color: var(--blue); display: block; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.team-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.85rem, 3vw, 2.65rem); font-weight: 400; letter-spacing: -.05em; line-height: .98; margin: 48px 0 36px; max-width: 440px; }
.team-credentials { border-top: 1px solid var(--line); display: flex; gap: 42px; margin: 0; padding-top: 18px; }
.team-credentials div { display: grid; gap: 6px; }
.team-credentials dt { color: #6f8394; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.team-credentials dd { color: var(--ink); font-size: .84rem; font-weight: 800; margin: 0; }
.team-card:nth-child(2) { background: var(--ink); border-color: var(--ink); color: var(--white); }
.team-card:nth-child(2)::after { background: var(--sky); }
.team-card:nth-child(2) .team-index { color: var(--sky); }
.team-card:nth-child(2) .team-credentials { border-color: rgba(255,255,255,.2); }
.team-card:nth-child(2) .team-credentials dt { color: #b6ccda; }
.team-card:nth-child(2) .team-credentials dd { color: var(--white); }

@media (max-width: 960px) { .team-heading { align-items: start; flex-direction: column; }.team-heading > p { max-width: 550px; } }
@media (max-width: 690px) { .medical-team-section { padding: 72px 22px; }.team-heading { margin-bottom: 34px; }.team-heading h2 { font-size: clamp(2.6rem, 12vw, 3.65rem); }.team-grid { grid-template-columns: 1fr; }.team-card { min-height: 245px; padding: 25px 22px; }.team-card::after { left: 22px; right: 22px; }.team-card h3 { font-size: 2.05rem; margin: 40px 0 30px; }.team-credentials { gap: 25px; } }

.locations-section { background: var(--ink); color: var(--white); padding: clamp(75px, 9vw, 120px) clamp(22px, 8vw, 135px); }
.locations-heading { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 47px; }
.locations-heading h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.2vw, 4.5rem); font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 0; }
.locations-heading h2 em { color: var(--sky); }
.locations-heading > p { color: #c3d5e1; font-size: .98rem; line-height: 1.55; margin: 0 0 5px; max-width: 390px; }
.locations-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.location-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.19); display: grid; grid-template-columns: minmax(220px, .78fr) minmax(200px, 1fr); min-height: 285px; overflow: hidden; }
.location-copy { display: flex; flex-direction: column; padding: 28px; }
.location-copy > span { color: var(--sky); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.location-copy h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.35vw, 2.15rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; margin: 25px 0 20px; }
.location-copy address { color: #cfdee8; font-size: .79rem; font-style: normal; line-height: 1.6; }
.location-copy a { color: var(--sky); font-size: .74rem; font-weight: 800; margin-top: auto; padding-top: 22px; }
.location-copy a b { font-size: 1rem; margin-left: 3px; }
.map-frame { background: #dcecf0; min-height: 285px; }
.map-frame iframe { border: 0; display: block; filter: saturate(.7) contrast(1.04); height: 100%; min-height: 285px; width: 100%; }

@media (max-width: 960px) { .locations-heading { align-items: start; flex-direction: column; }.locations-heading > p { max-width: 550px; }.locations-grid { grid-template-columns: 1fr; }.location-card { grid-template-columns: minmax(270px, .7fr) minmax(280px, 1fr); } }
@media (max-width: 690px) { .locations-section { padding: 72px 22px; }.locations-heading { margin-bottom: 34px; }.locations-heading h2 { font-size: clamp(2.6rem, 12vw, 3.65rem); }.location-card { grid-template-columns: 1fr; }.location-copy { min-height: 275px; padding: 25px 22px; }.map-frame, .map-frame iframe { min-height: 265px; } }

.modal-backdrop[hidden] { display: none; }

/* ==========================================================================
   AJUSTES V2 — Med Imagem
   Correções de acessibilidade, legibilidade e navegação.
   Fora deste bloco, apenas 3 linhas foram alteradas em relação à v1:
     :root         → novo token --blue-text
     html          → scroll-behavior sob prefers-reduced-motion
     .site-header  → position: sticky + backdrop-filter
   ========================================================================== */

/* 1. CONTRASTE — WCAG 2.1 AA -----------------------------------------------
   --blue (#2d8ac1) rende 3,81:1 sobre branco e 3,43:1 sobre --mist.
   O mínimo para texto pequeno é 4,5:1.
   --blue-text (#256f9e) rende 5,46:1 / 4,91:1 / 5,09:1 (branco/mist/warm).
   Especificidade mantida em (0,1,0) para preservar as variantes claras
   .doctor-result .result-kicker e .main-contact .contact-label. */
.eyebrow,
.exam-eyebrow,
.result-kicker,
.result-icon,
.contact-label,
.team-index { color: var(--blue-text); }
.contact-card small b { color: var(--blue-text); }

/* Cinzas e rosas que também reprovavam AA */
.team-credentials dt { color: #5c6f80; }   /* 3,93:1 → 5,74:1 */
.contact-card small  { color: #5c6f80; }   /* 3,91:1 → 5,74:1 */
.schedule-hours      { color: #5c6f80; }   /* 4,12:1 → 5,74:1 */
.coverage-note       { color: #4f6474; }
.exam-index          { color: rgba(16,39,68,.58); }
.baby-photo-card span { color: #b04a63; }  /* 3,01:1 → 5,12:1 */
.baby-photo-card i    { color: #7d5f67; }

/* 2. TAMANHO MÍNIMO DE TEXTO (12px) ---------------------------------------
   Público da clínica inclui faixa etária alta; rótulos entre 9,9px e 11,2px
   eram ilegíveis na prática. */
.eyebrow              { font-size: .78rem; }  /* 11,68px → 12,48px */
.exam-eyebrow         { font-size: .75rem; }  /* 10,88px → 12px */
.result-kicker        { font-size: .75rem; }  /* 10,08px → 12px */
.contact-label        { font-size: .75rem; }  /* 10,40px → 12px */
.team-index           { font-size: .75rem; }  /* 10,72px → 12px */
.team-credentials dt  { font-size: .75rem; }  /*  9,92px → 12px */
.contact-card small   { font-size: .78rem; }  /* 11,52px → 12,48px */
.schedule-hours       { font-size: .78rem; }  /* 11,04px → 12,48px */
.catalog-card summary small { font-size: .78rem; }
.catalog-number       { font-size: .75rem; }
.location-copy > span { font-size: .75rem; }
.site-footer          { font-size: .78rem; }
.baby-photo-card i    { font-size: .58rem; }  /* selo decorativo */

/* 3. HEADER FIXO ----------------------------------------------------------
   A página tem ~9.500px. Sem sticky, o desktop perdia a navegação e o CTA
   "Agendar exame" depois da primeira rolagem.
   scroll-margin-top evita que o header cubra o título ao usar as âncoras. */
section[id], footer[id] { scroll-margin-top: 96px; }
@media (max-width: 690px) { section[id], footer[id] { scroll-margin-top: 84px; } }
.site-header { transition: box-shadow .2s; }
.site-header.is-stuck { box-shadow: 0 10px 30px rgba(16,39,68,.10); }

/* 4. FOCO VISÍVEL ---------------------------------------------------------
   A v1 dependia do outline padrão do navegador, invisível sobre as seções
   escuras (hero, catálogo, jornada, localização, rodapé). */
:focus-visible { outline: 3px solid var(--blue-text); outline-offset: 3px; }
.hero :focus-visible,
.exam-catalog-section :focus-visible,
.journey-section :focus-visible,
.checkup-banner :focus-visible,
.locations-section :focus-visible,
.site-footer :focus-visible,
.doctors-section .button-dark:focus-visible { outline-color: var(--sky); }
.schedule-modal:focus { outline: none; }

/* 5. MOVIMENTO REDUZIDO ---------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* 6. ESTABILIDADE DE LAYOUT (CLS) ------------------------------------------
   Imagens agora têm width/height no HTML; a razão de aspecto abaixo garante
   que o box reservado não colapse enquanto o arquivo carrega. */
.hero-photo img,
.structure-photo img,
.baby-photo img { height: 100%; object-fit: cover; width: 100%; }
.map-frame { aspect-ratio: 4 / 3; }
@media (max-width: 690px) { .map-frame { aspect-ratio: 16 / 11; } }

/* 7. CONSENTIMENTO / RODAPÉ LEGAL ------------------------------------------ */
.consent a { color: var(--blue-text); text-decoration: underline; text-underline-offset: 2px; }
.footer-legal { color: #93a9bd; font-size: .72rem; line-height: 1.6; margin: 0; }
.footer-legal a { color: #cfe0ec; text-decoration: underline; text-underline-offset: 2px; }
.site-footer { flex-wrap: wrap; }
.site-footer .footer-col { display: flex; flex-direction: column; gap: 6px; }

/* 8. LINK PARA O CATÁLOGO DE EXAMES ----------------------------------------
   #lista-exames, #estrutura, #corpo-clinico e #localizacao existiam mas não
   eram alcançáveis por nenhum link da página. */
.exams-note .catalog-jump { background: transparent; border: 0; color: var(--blue-text); font-size: .82rem; font-weight: 800; padding: 0; text-decoration: underline; text-underline-offset: 3px; }

/* 9. SEGUNDO PASSE — apurado na reauditoria da v2 --------------------------- */

/* 9a. Numeração das listas (01/02/03): também usava --blue em texto pequeno. */
.advantages-list > article > span,
.doctor-benefits span { color: var(--blue-text); font-size: .75rem; }
.journey-steps span   { font-size: .75rem; }  /* --sky sobre fundo escuro: contraste ok */

/* 9b. REGRESSÃO da correção 1: ".contact-card small" tem a mesma
   especificidade de ".main-contact small" e, por vir depois, passou a
   sobrescrever a cor clara do card escuro do WhatsApp (2,89:1).
   Redeclarado aqui para restaurar o comportamento original. */
.main-contact small, .contact-card:hover small { color: #d8eaf4; }
.main-contact small b { color: var(--sky); }

/* 9c. Últimos textos abaixo de 12px. */
.hero-trust span              { font-size: .75rem; }
.hero-photo-badge span        { font-size: .72rem; }
.structure-photo figcaption span { font-size: .72rem; }
.result-card small            { font-size: .78rem; color: #4f6474; }
.convenio-tags span           { font-size: .78rem; }
.catalog-actions a            { font-size: .78rem; }
.catalog-actions button       { font-size: .78rem; }
.location-copy a              { font-size: .78rem; }
.footer-legal                 { font-size: .78rem; }

/* 9d. Mesma regressão de 9b, agora no card escuro "área do médico":
   ".result-card small" empata em especificidade com ".doctor-result small"
   e vencia por ordem. Redeclarado para manter o texto claro sobre --ink. */
.doctor-result small   { color: #bed2e1; }
.doctor-result small b { color: var(--sky); }

/* 9e. Dois últimos textos abaixo de 12px. */
.structure-photo figcaption span { font-size: .75rem; }
@media (max-width: 690px) {
  .hero-trust strong { font-size: .78rem; }
  .hero-trust span   { font-size: .72rem; }
}

/* 10. HORÁRIO DE ATENDIMENTO (seção de contato) ----------------------------
   Visível na página por dois motivos: NAP completo para SEO local e porque
   o horário de sexta divergia do informado no modal. */
.opening-hours { border-top: 1px solid var(--line); display: grid; gap: 9px; margin: 26px 0 0; max-width: 370px; padding-top: 20px; }
.opening-hours > div { display: flex; gap: 14px; justify-content: space-between; }
.opening-hours dt { color: #4f6474; font-size: .82rem; font-weight: 700; margin: 0; }
.opening-hours dd { color: var(--ink); font-size: .82rem; font-weight: 800; margin: 0; }

/* 11. [hidden] À PROVA DE DISPLAY -----------------------------------------
   Qualquer regra com `display` explícito derrota o `[hidden]` da folha do
   navegador. Aconteceu duas vezes neste projeto: em .modal-backdrop (display:
   flex) e em .schedule-modal form (display: grid), onde o formulário continuava
   visível atrás da mensagem de sucesso. Esta regra encerra a categoria. */
[hidden] { display: none !important; }

/* 12. LOCKUP DA MARCA NA SEÇÃO "SEUS RESULTADOS" ---------------------------
   O parágrafo ficava lado a lado com o logo, espremido em 170px, deixando o
   bloco pesado de informação. Passa a ficar abaixo do logo, com largura
   confortável para respirar. */
.results-brand-lockup { align-items: flex-start; flex-direction: column; gap: 14px; }
.results-brand-lockup p { max-width: min(330px, 100%); }
@media (max-width: 690px) { .results-brand-lockup p { max-width: min(330px, 100%); } }

/* 13. RODAPÉ EM FUNDO BRANCO ----------------------------------------------
   O logo é PNG com fundo branco sólido (não transparente). Sobre o azul-escuro
   do rodapé, isso criava uma caixa branca visível — que a v1 disfarçava com
   `.footer-brand { background: var(--white); padding: 8px 12px }`.
   Com o rodapé branco, a caixa some naturalmente e o logo encaixa. */
.site-footer { background: var(--white); color: #4f6474; }
.footer-brand { background: transparent; padding: 0; }
.footer-legal { color: #5c6f80; }
.footer-legal strong { color: var(--ink); }
.footer-legal a { color: var(--blue-text); }

/* O foco no rodapé usava --sky (claro), invisível agora que o fundo é branco. */
.site-footer :focus-visible { outline-color: var(--blue-text); }

/* 14. ÂNCORA DO PAINEL DE CONVÊNIOS ----------------------------------------
   O painel é um <aside>, que não estava coberto pela regra de scroll-margin —
   sem isso o header fixo cobriria o título ao clicar em "Convênios". */
aside[id] { scroll-margin-top: 96px; }
@media (max-width: 690px) { aside[id] { scroll-margin-top: 84px; } }

/* 15. MENU COM 8 ITENS — FAIXA INTERMEDIÁRIA ------------------------------
   Com "Convênios", o menu passou a precisar de ~1010px para caber numa linha,
   mas o hambúrguer só entrava em 690px. Entre 690 e 1010px ele quebrava em
   duas linhas e colidia com o logo.

   15a. Aperta tipografia e espaçamento em telas médias. */
@media (max-width: 1200px) {
  .navigation { gap: 17px; }
  .navigation > a { font-size: .77rem; }
  .nav-cta { font-size: .74rem; padding: 11px 13px; }
}

/*  15b. Mesmo apertado, o menu precisa de ~1060px. Abaixo disso entra o
    hambúrguer, com o mesmo dropdown já usado no mobile. A faixa é limitada
    por min-width: 691px para não conflitar com as regras de ≤690px, que
    posicionam o dropdown em top: 70px (header menor). */
@media (min-width: 691px) and (max-width: 1080px) {
  .menu-trigger { display: block; }
  .navigation {
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 22px rgba(16,39,68,.08);
    display: none;
    left: 0;
    padding: 18px clamp(22px, 5vw, 86px) 24px;
    position: absolute;
    right: 0;
    top: 82px;
  }
  .navigation.is-open { align-items: stretch; display: flex; flex-direction: column; gap: 4px; }
  .navigation > a { font-size: .9rem; padding: 9px 0; }
  .navigation > a::after { bottom: 4px; }
  .nav-cta { font-size: .82rem; margin-top: 10px; padding: 15px; }
}

/* 16. QUEBRA NO LINK DE ROTA ----------------------------------------------
   "Abrir rota no Google Maps ↗" quebrava em duas linhas nos cards de unidade,
   deixando a seta sozinha embaixo. A coluna tem ao menos 270px e o texto
   ocupa ~170px, então nowrap é seguro em todas as larguras. */
.location-copy a { white-space: nowrap; }

/*  16b. Com nowrap, o link precisa de ~184px e a coluna dava 176px. Em vez de
    encolher a fonte (ficaria abaixo dos 12px) ou mudar o texto, a coluna de
    texto ganha um pouco de largura. O mapa continua com 190px mínimos. */
@media (min-width: 961px) {
  .location-card { grid-template-columns: minmax(245px, .88fr) minmax(190px, 1fr); }
}
