:root {
  --ink: #073b5b;
  --ink-deep: #052a42;
  --muted: #557286;
  --aqua: #42c3cd;
  --aqua-deep: #159aa7;
  --aqua-soft: #e8f9fa;
  --blue: #075bd8;
  --yellow: #ffd228;
  --paper: #ffffff;
  --ice: #f6fbfc;
  --line: #dcebee;
  --success: #157a65;
  --danger: #b42318;
  --shadow-sm: 0 12px 36px rgba(20, 72, 92, 0.08);
  --shadow-md: 0 28px 80px rgba(20, 72, 92, 0.14);
  --radius-lg: 32px;
  --radius-md: 20px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box }
html { scroll-behavior: smooth; scroll-padding-top: 88px }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.58; -webkit-font-smoothing: antialiased; overflow-x: hidden }
body.menu-open { overflow: hidden }
img, svg { display: block; max-width: 100% }
button, input, select, textarea { font: inherit }
a { color: inherit }
p, h1, h2, h3 { margin-top: 0 }
.container { width: var(--container); margin-inline: auto }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0 }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 11px 16px; border-radius: 10px; background: var(--ink-deep); color: #fff; text-decoration: none; transform: translateY(-150%); transition: transform 160ms ease }
.skip-link:focus { transform: translateY(0) }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; background: rgba(255,255,255,.86); backdrop-filter: blur(18px); transition: box-shadow 180ms ease, border-color 180ms ease, background 180ms ease }
.site-header.is-scrolled { border-color: rgba(7,59,91,.08); background: rgba(255,255,255,.95); box-shadow: 0 8px 28px rgba(20,72,92,.07) }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px }
.brand img { width: 160px; height: auto }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: .91rem; font-weight: 760 }
.site-nav > a { text-decoration: none }
.site-nav > a:not(.button) { color: #45677d; transition: color 150ms ease }
.site-nav > a:not(.button):hover { color: var(--aqua-deep) }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: pointer }
.menu-button > span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); border-radius: 2px; transition: transform 160ms ease, opacity 160ms ease }
.menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(6px) rotate(45deg) }
.menu-button[aria-expanded="true"] > span:nth-child(3) { opacity: 0 }
.menu-button[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-6px) rotate(-45deg) }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 23px; border: 1px solid transparent; border-radius: 14px; text-decoration: none; font-weight: 850; line-height: 1.15; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease }
.button:hover { transform: translateY(-2px) }
.button-primary { background: var(--aqua-deep); color: #fff; box-shadow: 0 14px 32px rgba(21,154,167,.2) }
.button-primary:hover { background: #108792; box-shadow: 0 18px 38px rgba(21,154,167,.27) }
.button-secondary { border-color: #cde4e8; background: rgba(255,255,255,.8); color: var(--ink) }
.button-secondary:hover { border-color: #93ccd2; background: #fff }
.button-small { min-height: 42px; padding-inline: 18px; border-radius: 12px; background: var(--ink); color: #fff; box-shadow: none }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--aqua-deep); font-size: .76rem; font-weight: 900; letter-spacing: .115em; text-transform: uppercase }
.eyebrow::before { content: ""; width: 24px; height: 2px; border-radius: 2px; background: var(--yellow) }
.eyebrow-light { color: #cef7f7 }

.hero { position: relative; min-height: 760px; padding: 145px 0 82px; display: flex; align-items: center; background: radial-gradient(circle at 77% 30%, rgba(66,195,205,.11), transparent 25%), radial-gradient(circle at 18% 15%, rgba(7,91,216,.055), transparent 22%), linear-gradient(180deg,#fcfefe 0%,#f4fbfc 100%); overflow: hidden }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg,transparent,#cde5e8 15%,#cde5e8 85%,transparent) }
.motion-line { position: absolute; border: 1px solid rgba(66,195,205,.13); border-radius: 50%; pointer-events: none; transform: rotate(-18deg) }
.motion-line-one { width: 630px; height: 280px; right: -150px; top: 115px }
.motion-line-two { width: 470px; height: 210px; right: -35px; top: 220px; border-color: rgba(7,91,216,.07) }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.93fr) minmax(510px,1.07fr); align-items: center; gap: 68px }
.hero-copy h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(3rem,5.1vw,5.35rem); line-height: .99; letter-spacing: -.055em; font-weight: 900 }
.hero-copy h1 span { color: var(--aqua-deep) }
.hero-text { max-width: 650px; margin-bottom: 31px; color: var(--muted); font-size: 1.1rem; line-height: 1.75 }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 31px }
.hero-audience { display: flex; flex-wrap: wrap; gap: 8px }
.hero-audience span { padding: 7px 11px; border: 1px solid #d3e8eb; border-radius: 99px; background: #fff; color: #517188; font-size: .72rem; font-weight: 800 }

.hero-visual { position: relative }
.clinical-stage { position: relative; min-height: 510px; display: grid; place-items: center }
.stage-orbit { position: absolute; width: 450px; height: 450px; border: 1px solid rgba(66,195,205,.18); border-radius: 50%; box-shadow: 0 0 0 52px rgba(66,195,205,.035), 0 0 0 104px rgba(7,91,216,.018) }
.schedule-card { position: relative; z-index: 3; width: min(100%,560px); padding: 25px; border: 1px solid #cee4e8; border-radius: 28px; background: rgba(255,255,255,.93); box-shadow: var(--shadow-md); backdrop-filter: blur(18px) }
.schedule-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line) }
.schedule-header small, .schedule-summary small, .appointment small, .floating-clinical small, .support-facts small, .price-card small, .lead-points small { display: block; color: #76909f; font-size: .71rem; font-weight: 720 }
.schedule-header strong { display: block; margin-top: 2px; font-size: 1rem }
.day-chip { padding: 7px 10px; border-radius: 99px; background: var(--aqua-soft); color: var(--aqua-deep); font-size: .7rem; font-weight: 850 }
.schedule-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 18px 0 }
.schedule-summary article { padding: 13px; border: 1px solid #e0ecef; border-radius: 15px; background: #fbfefe }
.schedule-summary strong { display: block; margin-top: 3px; font-size: .79rem }
.timeline { display: grid; gap: 9px }
.time-slot { display: grid; grid-template-columns: 52px 1fr; gap: 10px; align-items: center }
.time { color: #8299a7; font-size: .69rem; font-weight: 800 }
.appointment { min-height: 64px; padding: 10px 12px; display: flex; align-items: center; gap: 11px; border-radius: 15px }
.appointment.aqua { background: #eaf9fa; border: 1px solid #c9eaed }
.appointment.blue { background: #edf4ff; border: 1px solid #d4e3fa }
.appointment.soft { background: #f6f8fa; border: 1px solid #e3e9ed }
.appointment-icon { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--aqua-deep); font-size: .7rem; font-weight: 900 }
.appointment strong { display: block; margin-top: 2px; font-size: .82rem }
.floating-clinical { position: absolute; z-index: 4; min-width: 190px; padding: 11px 13px; display: flex; align-items: center; gap: 10px; border: 1px solid #d9e9ec; border-radius: 15px; background: rgba(255,255,255,.97); box-shadow: var(--shadow-sm) }
.floating-clinical strong { display: block; margin-top: 2px; font-size: .78rem }
.note-icon, .resource-icon, .journey-icon { display: grid; place-items: center; color: var(--aqua-deep) }
.note-icon { width: 37px; height: 37px; flex: 0 0 auto; border-radius: 11px; background: var(--aqua-soft) }
.note-icon.yellow { background: #fff7d7; color: #977400 }
.note-icon svg, .resource-icon svg, .journey-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round }
.note-evolution { left: -26px; bottom: 51px }
.note-convenio { right: -18px; top: 93px }

.care-strip { background: var(--ink); color: #fff }
.care-grid { display: grid; grid-template-columns: repeat(4,1fr) }
.care-grid > div { min-height: 112px; padding: 24px 25px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.1) }
.care-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.1) }
.care-grid strong { font-size: .88rem }
.care-grid span { margin-top: 4px; color: #a9c1d0; font-size: .78rem }

.section { padding: 108px 0 }
.section-heading { max-width: 760px; margin-bottom: 48px }
.section-heading h2, .flow-copy h2, .audience-copy h2, .support-copy h2, .investment-copy h2, .faq-intro h2, .lead-copy h2 { margin-bottom: 18px; font-size: clamp(2.25rem,4vw,3.75rem); line-height: 1.04; letter-spacing: -.045em }
.section-heading p, .flow-copy > p, .audience-copy > p, .investment-copy p, .faq-intro p { max-width: 680px; margin-bottom: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.75 }

.flow-section { background: #fff }
.flow-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 85px; align-items: start }
.flow-copy { position: sticky; top: 120px }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: var(--aqua-deep); font-weight: 850; text-decoration: none }
.journey { border-top: 1px solid var(--line) }
.journey-item { position: relative; display: grid; grid-template-columns: 42px 54px 1fr; gap: 17px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line) }
.journey-number { padding-top: 13px; color: #95aab5; font-size: .68rem; font-weight: 900 }
.journey-icon { width: 48px; height: 48px; border-radius: 15px; background: var(--aqua-soft) }
.journey-item small { color: var(--aqua-deep); font-size: .69rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em }
.journey-item h3 { margin: 3px 0 6px; font-size: 1.08rem }
.journey-item p { margin: 0; color: var(--muted); font-size: .88rem }

.resources { background: var(--ice) }
.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px }
.resource-card { position: relative; min-height: 285px; padding: 28px; border: 1px solid #ddecef; border-radius: var(--radius-md); background: #fff; box-shadow: 0 12px 32px rgba(20,72,92,.035); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease }
.resource-card:hover { transform: translateY(-4px); border-color: #b9dce0; box-shadow: var(--shadow-sm) }
.resource-card.featured { background: var(--ink); color: #fff; border-color: var(--ink) }
.resource-card.clinical-card { background: linear-gradient(145deg,#fff,#ecfafb); border-color: #cce9ec }
.resource-number { position: absolute; top: 22px; right: 25px; color: #a4b8c2; font-size: .7rem; font-weight: 900 }
.resource-icon { width: 47px; height: 47px; margin-bottom: 23px; border-radius: 14px; background: var(--aqua-soft) }
.featured .resource-icon { background: rgba(66,195,205,.12); color: #79e1e5 }
.resource-card h3 { margin-bottom: 11px; font-size: 1.12rem }
.resource-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; line-height: 1.7 }
.featured p { color: #bed3df }
.resource-tag { display: inline-block; margin-top: 21px; padding: 6px 9px; border-radius: 99px; background: rgba(66,195,205,.11); color: var(--aqua-deep); font-size: .67rem; font-weight: 850 }
.featured .resource-tag { color: #8ce7e9 }

.audience-section { background: #fff }
.audience-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: center }
.audience-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px }
.audience-card { min-height: 285px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: transform 180ms ease, box-shadow 180ms ease }
.audience-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm) }
.audience-symbol { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 52px; border-radius: 50%; background: linear-gradient(145deg,var(--aqua-soft),#fff); color: var(--aqua-deep); border: 1px solid #cbe9ec; font-size: .72rem; font-weight: 900 }
.audience-card h3 { margin-bottom: 9px; font-size: 1.06rem }
.audience-card p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.7 }

.support-section { padding-top: 0 }
.support-panel { position: relative; padding: 50px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; border-radius: 32px; overflow: hidden; background: linear-gradient(135deg,var(--ink-deep),var(--ink)); color: #fff }
.support-panel::after { content: ""; position: absolute; width: 440px; height: 440px; right: -190px; top: -210px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 60px rgba(66,195,205,.035),0 0 0 120px rgba(7,91,216,.02) }
.support-copy, .support-facts { position: relative; z-index: 2 }
.support-copy h2 { font-size: clamp(2.1rem,3.5vw,3.2rem) }
.support-copy p { margin: 0; color: #b9d0dc; line-height: 1.75 }
.support-facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px }
.support-facts article { min-height: 115px; padding: 19px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.045) }
.support-facts small { color: #8faab8 }
.support-facts strong { display: block; margin-top: 8px; font-size: .9rem; line-height: 1.4 }

.investment-section { background: linear-gradient(180deg,#f7fcfd,#eff8f9) }
.investment-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center }
.price-card { padding: 38px; border: 1px solid #d4e8eb; border-radius: 26px; background: #fff; box-shadow: var(--shadow-sm) }
.price-card > strong { display: flex; align-items: baseline; gap: 8px; margin: 10px 0 7px; font-size: clamp(3rem,6vw,4.8rem); line-height: 1; letter-spacing: -.05em }
.price-card > strong span { color: var(--aqua-deep); font-size: .38em }
.price-card p { color: var(--muted) }

.faq-section { background: #fff }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start }
.faq-intro { position: sticky; top: 120px }
.faq-list { border-top: 1px solid var(--line) }
.faq-list details { border-bottom: 1px solid var(--line) }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; list-style: none; cursor: pointer; font-weight: 850 }
.faq-list summary::-webkit-details-marker { display: none }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 50%; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--aqua-deep); transform: translateY(-50%); transition: transform 160ms ease }
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg) }
.faq-list details p { max-width: 720px; margin: -6px 45px 24px 0; color: var(--muted); line-height: 1.75 }

.lead-section { position: relative; padding: 105px 0; overflow: hidden; background: radial-gradient(circle at 12% 20%,rgba(66,195,205,.16),transparent 27%),radial-gradient(circle at 85% 10%,rgba(7,91,216,.15),transparent 29%),var(--ink-deep); color: #fff }
.lead-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center }
.lead-copy > p { max-width: 590px; color: #bdd1dc; font-size: 1.02rem; line-height: 1.75 }
.lead-points { margin-top: 32px; display: grid; gap: 10px }
.lead-points article { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.1) }
.lead-points article > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(66,195,205,.12); color: #8ae3e6; font-size: .65rem; font-weight: 900 }
.lead-points strong { display: block; font-size: .86rem }
.lead-points small { margin-top: 2px; color: #91adbc }
.lead-form { position: relative; padding: 34px; border-radius: 28px; background: #fff; color: var(--ink); box-shadow: 0 32px 80px rgba(0,0,0,.18) }
.form-heading { margin-bottom: 25px }
.form-heading > span { display: block; margin-bottom: 4px; font-size: 1.4rem; font-weight: 900; letter-spacing: -.025em }
.form-heading p { margin: 0; color: var(--muted); font-size: .9rem }
.field-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px }
.field { margin-bottom: 14px }
.field label { display: block; margin-bottom: 7px; color: #43657a; font-size: .78rem; font-weight: 780 }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d4e5e8; border-radius: 13px; background: #fbfefe; color: var(--ink); outline: 0; transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease }
.field input, .field select { height: 48px; padding: 0 13px }
.field textarea { min-height: 84px; padding: 12px 13px; resize: vertical }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #79cbd1; background: #fff; box-shadow: 0 0 0 4px rgba(66,195,205,.11) }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #d86b63 }
.privacy-check { display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; margin: 4px 0 18px; color: #5b7484; font-size: .76rem; line-height: 1.5 }
.privacy-check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--aqua-deep) }
.button-submit { width: 100% }
.button-submit:disabled { opacity: .72; cursor: wait; transform: none }
.spinner { display: none; width: 17px; height: 17px; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; animation: spin 700ms linear infinite }
.button-submit.is-loading .spinner { display: inline-block }
.form-status { min-height: 22px; margin: 12px 0 0; text-align: center; font-size: .78rem; font-weight: 700 }
.form-status[data-type="success"] { color: var(--success) }
.form-status[data-type="error"] { color: var(--danger) }
.form-status[data-type="neutral"] { color: #647d8c }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important }

.site-footer { padding: 42px 0; background: #041f32; color: #adc3cf }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px }
.footer-brand img { width: 128px; height: auto }
.footer-brand p, .footer-company span, .footer-copy span { display: block; margin: 8px 0 0; font-size: .78rem }
.footer-company { text-align: center }
.footer-company strong { display: block; color: #fff }
.footer-company a { display: inline-block; margin-top: 6px; color: #d7e6ed; text-decoration: none; font-size: .8rem }
.footer-copy { text-align: right }
.mobile-cta { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 80; min-height: 52px; display: none; align-items: center; justify-content: center; border-radius: 14px; background: var(--yellow); color: #182b3d; text-decoration: none; font-weight: 900; box-shadow: 0 16px 34px rgba(7,33,56,.25); transform: translateY(calc(100% + 28px)); transition: transform 200ms ease }
.mobile-cta.is-visible { transform: translateY(0) }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 200; max-width: 380px; padding: 13px 16px; border-radius: 13px; background: var(--ink); color: #fff; box-shadow: var(--shadow-md); font-size: .84rem; font-weight: 750; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity 180ms ease, transform 180ms ease }
.toast.is-visible { opacity: 1; transform: translateY(0) }
.toast[data-type="error"] { background: #821c1c }
.reveal { opacity: 0; transform: translateY(19px); transition: opacity 620ms ease, transform 620ms ease }
.reveal.is-visible { opacity: 1; transform: translateY(0) }
@keyframes spin { to { transform: rotate(360deg) } }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 38px }
  .resource-grid { grid-template-columns: repeat(2,1fr) }
  .audience-layout { grid-template-columns: 1fr }
  .audience-cards { max-width: 850px }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 32px, 760px) }
  .menu-button { display: block }
  .site-nav { position: fixed; top: 80px; right: 16px; left: 16px; padding: 18px; display: grid; gap: 5px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0) }
  .site-nav > a { padding: 12px; border-radius: 10px }
  .hero { padding-top: 125px }
  .hero-grid, .flow-layout, .support-panel, .investment-grid, .faq-grid, .lead-grid { grid-template-columns: 1fr }
  .hero-grid { gap: 46px }
  .hero-copy { max-width: 720px }
  .hero-visual { width: min(100%,650px); margin-inline: auto }
  .flow-layout, .investment-grid, .faq-grid, .lead-grid { gap: 44px }
  .flow-copy, .faq-intro { position: static }
  .care-grid { grid-template-columns: repeat(2,1fr) }
  .care-grid > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.1); border-top: 1px solid rgba(255,255,255,.1) }
  .care-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1) }
  .support-panel { gap: 38px }
  .footer-grid { grid-template-columns: 1fr 1fr }
  .footer-copy { grid-column: 1 / -1; text-align: left }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 28px) }
  html { scroll-padding-top: 76px }
  .header-inner { min-height: 72px }
  .brand img { width: 137px }
  .site-nav { top: 72px }
  .hero { min-height: auto; padding: 108px 0 60px }
  .hero-copy h1 { font-size: clamp(2.65rem,13.3vw,4rem) }
  .hero-text { font-size: 1rem }
  .hero-actions { display: grid }
  .hero-actions .button { width: 100% }
  .hero-audience { gap: 6px }
  .clinical-stage { min-height: 465px }
  .stage-orbit { width: 380px; height: 380px }
  .schedule-card { padding: 17px; border-radius: 22px }
  .schedule-summary { grid-template-columns: 1fr 1fr }
  .schedule-summary article:nth-child(3) { grid-column: 1 / -1 }
  .floating-clinical { min-width: 0; padding: 9px 10px }
  .floating-clinical small { display: none }
  .floating-clinical strong { font-size: .7rem }
  .note-evolution { left: -4px; bottom: 1px }
  .note-convenio { right: -4px; top: 75px }
  .care-grid { grid-template-columns: 1fr }
  .care-grid > div, .care-grid > div:first-child, .care-grid > div:nth-child(3), .care-grid > div:nth-child(4) { min-height: 86px; border: 0; border-bottom: 1px solid rgba(255,255,255,.1) }
  .section { padding: 78px 0 }
  .section-heading { margin-bottom: 34px }
  .section-heading h2, .flow-copy h2, .audience-copy h2, .support-copy h2, .investment-copy h2, .faq-intro h2, .lead-copy h2 { font-size: clamp(2.15rem,10vw,3rem) }
  .journey-item { grid-template-columns: 34px 47px 1fr; gap: 11px }
  .journey-icon { width: 43px; height: 43px }
  .resource-grid, .audience-cards, .support-facts, .field-row { grid-template-columns: 1fr }
  .resource-card { min-height: auto }
  .audience-symbol { margin-bottom: 34px }
  .support-panel { width: calc(100% - 20px); padding: 32px 24px; border-radius: 26px }
  .price-card, .lead-form { padding: 25px 20px; border-radius: 22px }
  .lead-section { padding: 80px 0 100px }
  .footer-grid { grid-template-columns: 1fr }
  .footer-company, .footer-copy { text-align: left }
  .mobile-cta { display: flex }
  .toast { right: 12px; bottom: 76px; left: 12px; max-width: none }
}

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