@import "tailwindcss";

:root {
  --wine: #760d1a;
  --wine-dark: #4d0710;
  --red: #ae162a;
  --cream: #f8f4f0;
  --paper: #fffdfb;
  --ink: #211c1c;
  --muted: #716667;
  --line: #e9dfdc;
  --gold: #d9b873;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }

.topbar { background: #32060c; color: #fff; font-size: 12px; letter-spacing: .02em; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-inner span { display: flex; align-items: center; gap: 8px; }
.topbar-inner i { width: 7px; height: 7px; border-radius: 50%; background: #5ce38b; box-shadow: 0 0 0 4px rgba(92,227,139,.14); }
.topbar a { opacity: .82; }

.header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,251,.96); border-bottom: 1px solid rgba(100,20,30,.1); backdrop-filter: blur(16px); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; border-left: 1px solid var(--line); padding-left: 12px; }
.brand strong { color: var(--wine); font-size: 16px; letter-spacing: .1em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.nav > a:not(.button) { transition: color .2s ease; }
.nav > a:not(.button):hover { color: var(--red); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 24px; border-radius: 999px; background: var(--wine); color: #fff; font-size: 13px; font-weight: 800; border: 1px solid var(--wine); box-shadow: 0 10px 28px rgba(118,13,26,.17); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--red); box-shadow: 0 14px 34px rgba(118,13,26,.25); }
.button-small { min-height: 42px; padding-inline: 19px; }
.button-white { background: #fff; color: var(--wine); border-color: #fff; box-shadow: 0 12px 32px rgba(15,0,4,.2); }
.button-white:hover { color: #fff; background: var(--red); border-color: var(--red); }
.menu-button { display: none; border: 0; background: none; padding: 8px; }

.hero { position: relative; overflow: hidden; min-height: 690px; display: flex; align-items: center; background: linear-gradient(132deg, #31050b 0%, #640a16 50%, #8f1120 100%); color: #fff; }
.hero::after { content: ""; position: absolute; left: -5%; right: -5%; bottom: -72px; height: 130px; background: var(--paper); border-radius: 50% 50% 0 0; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 540px; height: 540px; right: -240px; top: -250px; background: radial-gradient(circle, rgba(255,105,105,.24), transparent 68%); }
.hero-glow-two { width: 430px; height: 430px; left: -200px; bottom: -270px; border: 1px solid rgba(255,255,255,.09); box-shadow: 0 0 0 65px rgba(255,255,255,.015), 0 0 0 130px rgba(255,255,255,.012); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; gap: 76px; align-items: center; padding-block: 70px 105px; }
.tag { width: max-content; display: flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tag span { color: var(--gold); }
.hero h1 { max-width: 650px; margin: 22px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(47px, 5vw, 72px); line-height: .98; letter-spacing: -.045em; font-weight: 500; }
.hero h1 em { color: #f4cf88; font-weight: 500; }
.hero-copy > p { max-width: 590px; margin: 0; color: rgba(255,255,255,.79); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.hero-link { font-size: 13px; font-weight: 800; color: rgba(255,255,255,.88); }
.hero-link span { margin-left: 8px; color: var(--gold); }
.hero-proof { display: flex; align-items: center; gap: 18px; margin-top: 38px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); width: max-content; max-width: 100%; }
.proof-avatars { display: flex; }
.proof-avatars b { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; margin-left: -7px; border: 2px solid #5e0c17; background: #fff; color: var(--wine); font-size: 11px; }
.proof-avatars b:first-child { margin-left: 0; background: #d8b36b; color: #fff; }
.proof-avatars b:last-child { background: #931728; color: #fff; }
.hero-proof > span { display: flex; flex-direction: column; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.55; }
.hero-proof strong { color: #fff; font-size: 13px; }
.hero-visual { position: relative; }
.hero-photo { border-radius: 32px; padding: 9px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); transform: rotate(1.2deg); box-shadow: 0 35px 80px rgba(15,0,4,.32); }
.hero-photo img { width: 100%; height: 405px; object-fit: cover; border-radius: 24px; }
.float-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 205px; padding: 14px 16px; border-radius: 16px; background: #fff; color: var(--ink); box-shadow: 0 18px 45px rgba(30,0,5,.25); }
.float-card span { display: flex; flex-direction: column; gap: 3px; font-size: 10px; color: var(--muted); }
.float-card strong { color: var(--wine); font-size: 12px; }
.float-card-top { left: -34px; top: -30px; }
.float-card-top > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #29a968; }
.float-card-bottom { right: -22px; bottom: -24px; justify-content: space-between; }
.float-card-bottom > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--wine); font-size: 10px; }

.trust { position: relative; z-index: 4; background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 25px 0 20px; }
.trust-grid div { padding: 12px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; text-align: center; }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { color: var(--wine); font-family: Georgia, serif; font-size: 22px; }
.trust-grid span { margin-top: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.cost-hook { position: relative; overflow: hidden; padding: 84px 0; color: #fff; background: linear-gradient(118deg, #3d060d 0%, #720d19 62%, #a5192c 100%); }
.cost-hook::before { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; top: -290px; border-radius: 50%; border: 1px solid rgba(255,255,255,.11); box-shadow: 0 0 0 74px rgba(255,255,255,.025), 0 0 0 148px rgba(255,255,255,.018); }
.cost-hook-inner { position: relative; display: grid; grid-template-columns: 230px 1fr; gap: 62px; align-items: center; }
.cost-hook-mark { width: 220px; height: 220px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 76px; line-height: 1; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); box-shadow: inset 0 0 0 12px rgba(255,255,255,.03), 0 25px 60px rgba(20,0,4,.2); }
.cost-hook-copy { max-width: 820px; }
.cost-hook-copy h2 { font-size: clamp(40px, 4.8vw, 66px); }
.cost-hook-copy h2 em { color: #f4cf88; font-style: normal; }
.cost-hook-copy > p:not(.eyebrow) { max-width: 750px; margin: 22px 0 28px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.75; }
.cost-hook-copy small { display: block; max-width: 790px; margin-top: 20px; color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.6; }

.section { padding: 110px 0; }
.soft { background: var(--cream); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; color: var(--red); font-size: 11px; line-height: 1.2; font-weight: 900; letter-spacing: .16em; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #f1c875; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(39px, 4vw, 58px); line-height: 1.04; letter-spacing: -.035em; font-weight: 500; }
h3 { margin: 0; }
.intro-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 110px; align-items: center; }
.intro-grid h2 { max-width: 620px; }
.intro-text p { color: var(--muted); line-height: 1.8; margin: 0 0 17px; font-size: 16px; }
.text-link { display: inline-flex; gap: 12px; margin-top: 10px; padding-bottom: 6px; border-bottom: 1px solid var(--wine); color: var(--wine); font-size: 13px; font-weight: 900; }
.section-title { max-width: 850px; margin: 0 auto 55px; }
.section-title.centered { text-align: center; }
.section-title.centered .eyebrow { justify-content: center; }
.section-title > p:last-child { max-width: 680px; margin: 20px auto 0; color: var(--muted); line-height: 1.75; }
.section-title.narrow { max-width: 740px; }
.umax-section { overflow: hidden; }
.umax-overview { display: grid; grid-template-columns: .92fr 1.08fr; gap: 58px; align-items: stretch; margin-top: 14px; }
.umax-copy { padding: 28px 0; }
.umax-copy h3 { max-width: 600px; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: clamp(29px, 3vw, 42px); line-height: 1.12; letter-spacing: -.025em; }
.umax-copy > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.umax-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 30px; }
.umax-facts div { min-height: 108px; display: flex; flex-direction: column; justify-content: center; padding: 20px 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(79,17,24,.05); }
.umax-facts strong { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: 1.05; }
.umax-facts span { margin-top: 7px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.hospital-carousel { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 24px 60px rgba(70,20,25,.12); }
.hospital-carousel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.hospital-carousel-heading > div:first-child { display: flex; flex-direction: column; gap: 5px; }
.hospital-carousel-heading span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.hospital-carousel-heading strong { color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 19px; }
.hospital-carousel-controls { display: flex; gap: 8px; }
.hospital-carousel-controls button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--wine); font-size: 20px; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease; }
.hospital-carousel-controls button:hover:not(:disabled) { color: #fff; background: var(--wine); border-color: var(--wine); }
.hospital-carousel-controls button:disabled { opacity: .3; cursor: default; }
.hospital-carousel-track { display: flex; gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: var(--red) #eadfdd; border-radius: 20px; }
.hospital-carousel-track:focus-visible { outline: 3px solid rgba(174,22,42,.25); outline-offset: 4px; }
.hospital-carousel-track::-webkit-scrollbar { height: 7px; }
.hospital-carousel-track::-webkit-scrollbar-track { background: #eadfdd; border-radius: 999px; }
.hospital-carousel-track::-webkit-scrollbar-thumb { background: var(--red); border-radius: 999px; }
.hospital-slide { flex: 0 0 min(100%, 440px); aspect-ratio: 4 / 5; display: flex; flex-direction: column; margin: 0 0 12px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #f3eeeb; scroll-snap-align: start; }
.hospital-slide img { width: 100%; height: calc(100% - 68px); padding: 12px; object-fit: contain; object-position: center; background: #f3eeeb; }
.hospital-slide figcaption { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; border-top: 1px solid var(--line); background: #fff; color: var(--wine); }
.hospital-slide figcaption span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.hospital-slide figcaption strong { flex: 0 0 auto; font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.hospital-carousel-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 14px; }
.hospital-carousel-footer > span { color: var(--muted); font-size: 10px; }
.hospital-carousel-dots { display: flex; gap: 5px; flex: 0 0 auto; }
.hospital-carousel-dots i { width: 6px; height: 6px; border-radius: 999px; background: #d8c9c6; transition: width .2s ease, background .2s ease; }
.hospital-carousel-dots i.is-active { width: 18px; background: var(--red); }
.umax-benefits-title { margin: 76px 0 30px; text-align: center; }
.umax-benefits-title .eyebrow { justify-content: center; }
.umax-benefits-title h3 { color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3vw, 40px); font-weight: 500; }
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit { position: relative; min-height: 330px; padding: 32px 25px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.benefit:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(85,28,34,.11); }
.benefit-number { position: absolute; right: 20px; top: 18px; color: #ded3d1; font-family: Georgia, serif; font-size: 34px; }
.benefit-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: #f5e7e6; color: var(--wine); font-size: 22px; }
.benefit h3 { margin-top: 55px; font-family: Georgia, serif; color: var(--wine); font-size: 22px; }
.benefit p { margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.72; }

.experience-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 95px; align-items: center; }
.experience-photos { position: relative; min-height: 590px; }
.experience-main { width: 68%; height: 570px; border-radius: 190px 190px 28px 28px; overflow: hidden; box-shadow: 0 25px 55px rgba(65,18,24,.16); }
.experience-main img { width: 100%; height: 100%; object-fit: cover; }
.experience-small { position: absolute; width: 54%; height: 255px; right: 0; bottom: 36px; padding: 7px; background: var(--paper); border-radius: 20px; box-shadow: 0 22px 50px rgba(65,18,24,.2); }
.experience-small img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.experience-badge { position: absolute; top: 38px; right: 10px; width: 160px; height: 160px; border-radius: 50%; background: var(--wine); color: #fff; display: flex; flex-direction: column; justify-content: center; text-align: center; padding: 24px; border: 7px solid var(--paper); box-shadow: 0 15px 38px rgba(65,18,24,.2); }
.experience-badge strong { font-family: Georgia, serif; font-size: 18px; }
.experience-badge span { margin-top: 7px; color: rgba(255,255,255,.7); font-size: 10px; line-height: 1.4; }
.experience-copy > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); line-height: 1.8; }
.experience-copy ul { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 13px; }
.experience-copy li { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 13px; }
.experience-copy li span { width: 25px; height: 25px; display: grid; place-items: center; background: #f4e4e4; color: var(--wine); border-radius: 50%; }

.assess { background: linear-gradient(135deg, #33050b, #730d19 68%, #951427); color: #fff; overflow: hidden; }
.assess-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 90px; align-items: center; }
.assess-copy h2 { max-width: 620px; }
.assess-copy .lead { color: #f4cf88; font-family: Georgia, serif; font-size: 23px; line-height: 1.45; }
.assess-copy > p:not(.eyebrow):not(.lead) { color: rgba(255,255,255,.7); line-height: 1.8; }
.recognition { max-width: 500px; display: flex; align-items: center; gap: 16px; margin: 28px 0 30px; padding: 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); }
.recognition > b { color: #f2cd7d; font-size: 24px; }
.recognition span { display: flex; flex-direction: column; color: rgba(255,255,255,.64); font-size: 12px; gap: 4px; }
.recognition strong { color: #fff; font-size: 13px; }
.assess-photo { position: relative; max-width: 440px; justify-self: end; }
.assess-photo::before { content: ""; position: absolute; inset: -18px; border: 1px solid rgba(255,255,255,.15); border-radius: 235px 235px 24px 24px; }
.assess-photo img { width: 100%; height: auto; aspect-ratio: 1320 / 1517; object-fit: contain; border-radius: 220px 220px 20px 20px; }
.assess-photo > div { position: absolute; left: -35px; right: 35px; bottom: 25px; padding: 16px 22px; display: flex; flex-direction: column; gap: 4px; border-radius: 12px; background: rgba(255,255,255,.95); color: var(--wine); box-shadow: 0 15px 38px rgba(20,0,4,.25); }
.assess-photo > div strong { font-size: 13px; letter-spacing: .1em; }
.assess-photo > div span { color: var(--muted); font-size: 11px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step { position: relative; min-height: 245px; padding: 35px 26px; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step > strong { color: var(--red); font-family: Georgia, serif; font-size: 34px; }
.step h3 { margin: 42px 0 12px; color: var(--wine); font-family: Georgia, serif; font-size: 20px; }
.step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.center-button { display: flex; justify-content: center; margin-top: 42px; }

.planning-grid { display: grid; grid-template-columns: .72fr 1fr; gap: 95px; align-items: center; }
.planning-photo { position: relative; max-width: 445px; }
.planning-photo img { width: 100%; height: 600px; object-fit: cover; border-radius: 28px; box-shadow: 0 24px 55px rgba(70,20,25,.18); }
.planning-photo > div { position: absolute; left: 20px; right: -30px; bottom: 20px; padding: 18px 22px; display: flex; flex-direction: column; gap: 5px; border-radius: 13px; background: #fff; box-shadow: 0 14px 35px rgba(70,20,25,.2); }
.planning-photo strong { color: var(--wine); font-family: Georgia, serif; }
.planning-photo span { color: var(--muted); font-size: 11px; }
.planning-copy > p:not(.eyebrow) { margin: 22px 0; color: var(--muted); line-height: 1.8; }
.info-stack { margin: 25px 0 30px; border-top: 1px solid #dacdca; }
.info-stack details { border-bottom: 1px solid #dacdca; padding: 18px 0; }
.info-stack summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; color: var(--wine); font-size: 14px; font-weight: 800; }
.info-stack summary::-webkit-details-marker { display: none; }
.info-stack summary b { font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.info-stack details[open] summary b { transform: rotate(45deg); }
.info-stack details p { margin: 13px 35px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.revalidation { padding-block: 78px; }
.revalidation-card { display: grid; grid-template-columns: auto 1fr; gap: 34px; align-items: start; padding: 45px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 15px 50px rgba(70,20,25,.06); }
.shield { width: 68px; height: 76px; display: grid; place-items: center; background: var(--wine); color: #fff; font-size: 25px; clip-path: polygon(50% 0, 92% 16%, 84% 75%, 50% 100%, 16% 75%, 8% 16%); }
.revalidation h2 { font-size: 38px; }
.revalidation-card p:last-child { margin: 16px 0 0; color: var(--muted); line-height: 1.8; }

.faq-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 100px; }
.faq-intro { position: sticky; top: 125px; align-self: start; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; margin-top: 20px; }
.faq-list { border-top: 1px solid #dacdca; }
.faq-list details { border-bottom: 1px solid #dacdca; padding: 20px 0; }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; color: var(--ink); font-family: Georgia, serif; font-size: 18px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { color: var(--red); font: 400 23px Arial; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list p { margin: 14px 50px 0 0; color: var(--muted); line-height: 1.75; font-size: 14px; }

.final-cta { padding: 85px 0; color: #fff; background: linear-gradient(115deg, #4a0710, #8c1221); }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 80px; }
.final-inner h2 { max-width: 720px; font-size: clamp(37px, 4vw, 55px); }
.final-inner p:last-child { max-width: 650px; color: rgba(255,255,255,.7); line-height: 1.7; }
.final-inner .button { flex: 0 0 auto; }
.footer { padding: 58px 0 28px; background: #260409; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .5fr; gap: 80px; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 70px; height: 70px; object-fit: contain; background: #fff; border-radius: 14px; }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand strong { letter-spacing: .12em; }
.footer-brand small { margin-top: 6px; color: rgba(255,255,255,.55); }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; font-size: 12px; color: rgba(255,255,255,.6); }
.footer-grid > div:not(.footer-brand) strong { color: #fff; margin-bottom: 5px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-note { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.43); font-size: 10px; line-height: 1.7; text-align: center; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 45; min-height: 52px; padding: 0 18px 0 8px; display: flex; align-items: center; gap: 9px; border-radius: 999px; background: #20b863; color: #fff; box-shadow: 0 12px 35px rgba(0,80,35,.3); font-size: 12px; }
.whatsapp-float span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #20b863; }
.whatsapp-float svg { width: 25px; height: 25px; display: block; fill: currentColor; }

@media (max-width: 1020px) {
  .nav { gap: 16px; }
  .nav > a:not(.button) { display: none; }
  .hero-grid { gap: 40px; }
  .hero-photo img { height: 340px; }
  .cost-hook-inner { grid-template-columns: 170px 1fr; gap: 38px; }
  .cost-hook-mark { width: 165px; height: 165px; font-size: 58px; }
  .umax-overview { gap: 34px; }
  .hospital-carousel { padding: 18px; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .benefit { min-height: 290px; }
  .experience-grid, .assess-grid, .planning-grid { gap: 55px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 30px, 580px); }
  .topbar { display: none; }
  .header-inner { height: 68px; }
  .brand img { width: 43px; height: 43px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 8px; }
  .menu-button { width: 42px; height: 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; z-index: 2; }
  .menu-button span { width: 23px; height: 2px; background: var(--wine); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
  .menu-button.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button.is-open span:nth-child(2) { opacity: 0; }
  .menu-button.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 68px; padding: 18px 15px 22px; flex-direction: column; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(45,5,10,.12); }
  .nav.is-open { display: flex; }
  .nav > a:not(.button) { display: block; padding: 8px; }
  .nav .button { width: 100%; margin-top: 6px; }
  .hero { min-height: auto; }
  .hero::after { bottom: -48px; height: 90px; }
  .hero-grid { grid-template-columns: 1fr; gap: 62px; padding-block: 55px 105px; }
  .hero h1 { font-size: clamp(43px, 13vw, 60px); }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-link { text-align: center; }
  .hero-proof { margin-top: 30px; width: 100%; }
  .hero-photo img { height: 260px; }
  .float-card-top { left: 8px; top: -34px; }
  .float-card-bottom { right: 4px; bottom: -30px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div { border-bottom: 1px solid var(--line); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(n+3) { border-bottom: 0; }
  .cost-hook { padding: 72px 0; }
  .cost-hook-inner { grid-template-columns: 1fr; gap: 30px; }
  .cost-hook-mark { width: 122px; height: 122px; font-size: 44px; }
  .cost-hook-copy h2 { font-size: clamp(38px, 11.2vw, 54px); }
  .cost-hook-copy > p:not(.eyebrow) { font-size: 15px; }
  .cost-hook-copy .button { width: 100%; text-align: center; }
  .section { padding: 78px 0; }
  h2 { font-size: clamp(38px, 11vw, 49px); }
  .intro-grid, .umax-overview, .experience-grid, .assess-grid, .planning-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .umax-copy { padding: 0; }
  .hospital-carousel { padding: 14px; border-radius: 22px; }
  .hospital-carousel-heading { margin: 3px 3px 14px; }
  .hospital-carousel-heading strong { font-size: 17px; }
  .hospital-carousel-controls button { width: 40px; height: 40px; }
  .hospital-slide { border-radius: 16px; }
  .hospital-slide figcaption { left: 18px; right: 18px; bottom: 17px; }
  .hospital-carousel-footer { align-items: flex-start; flex-direction: column; gap: 10px; margin: 12px 3px 2px; }
  .umax-benefits-title { margin-top: 58px; }
  .benefits { grid-template-columns: 1fr; }
  .benefit { min-height: 260px; }
  .experience-photos { min-height: 510px; }
  .experience-main { height: 490px; width: 78%; }
  .experience-small { height: 190px; }
  .experience-badge { width: 125px; height: 125px; top: 18px; right: 0; }
  .experience-copy .button, .planning-copy .button { width: 100%; text-align: center; }
  .assess { padding-top: 85px; }
  .assess-photo { justify-self: center; margin: 15px 0 0; width: calc(100% - 20px); }
  .assess-photo img { height: auto; }
  .assess-photo > div { left: 15px; right: 15px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line) !important; display: grid; grid-template-columns: 60px 1fr; gap: 10px; }
  .step:last-child { border-bottom: 0 !important; }
  .step h3 { margin-top: 4px; }
  .planning-photo { margin-right: 18px; }
  .planning-photo img { height: 520px; }
  .planning-photo > div { right: -18px; }
  .revalidation-card { grid-template-columns: 1fr; padding: 30px 24px; }
  .revalidation h2 { font-size: 36px; }
  .faq-intro { position: static; }
  .final-inner { align-items: stretch; flex-direction: column; gap: 28px; }
  .final-inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .footer-brand { justify-content: center; }
  .whatsapp-float { right: 14px; bottom: 14px; padding-right: 9px; }
  .whatsapp-float b { display: none; }
}

@media (max-width: 390px) {
  .brand small { display: none; }
  .hero-photo img { height: 220px; }
  .float-card { min-width: 185px; padding: 11px 13px; }
  .float-card-bottom { display: none; }
  .umax-facts { grid-template-columns: 1fr; }
  .umax-hospital, .umax-hospital img { min-height: 300px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
