
:root{--ink:#16282f;--navy:#163847;--navy2:#0e242e;--blue:#1f4b5e;--white:#fff;--soft:#f6f9fa;--blush:#ead8d2;--blush2:#f3e7e3;--rose:#b98f86;--roseDark:#8e675f;--green:#4fb160;--line:rgba(22,40,47,.14);--lineDark:rgba(255,255,255,.16);--max:1520px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;overflow-x:hidden;font-size:18px;line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;z-index:99;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");mix-blend-mode:multiply}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}::selection{background:var(--blush);color:var(--ink)}h1,h2,h3{margin:0;font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:.96;letter-spacing:-.055em}p{margin:0}.topbar{position:fixed;top:0;left:0;right:0;z-index:60;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:16px clamp(18px,3vw,54px);background:rgba(234,216,210,.94);border-bottom:1px solid rgba(22,40,47,.08);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:13px;color:var(--navy);font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:800;line-height:1.1;white-space:nowrap}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(22,56,71,.26);background:var(--white);position:relative;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)}.brand-mark:before{content:"";width:18px;height:24px;border:2px solid var(--rose);border-radius:60% 60% 72% 72%;border-top-color:var(--navy);transform:rotate(-8deg)}.nav{display:flex;align-items:center;justify-content:center;gap:24px;font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:rgba(22,40,47,.70);font-weight:800}.nav a,.drop button{position:relative;background:transparent;border:0;color:inherit;text-transform:uppercase;letter-spacing:inherit;font-size:inherit;font-weight:800;cursor:pointer;padding:9px 0}.nav a:after,.drop button:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--roseDark);transition:.35s}.nav a:hover:after,.nav a.active:after,.drop:hover button:after{width:100%}.drop{position:relative}.drop-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(12px);width:720px;max-width:calc(100vw - 36px);display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(22,40,47,.12);padding:1px;opacity:0;pointer-events:none;transition:.25s;box-shadow:0 22px 65px rgba(14,36,46,.18)}.drop:hover .drop-menu{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(18px)}.drop-menu a{background:var(--white);padding:18px;color:var(--navy);letter-spacing:.08em}.top-actions{justify-self:end;display:flex;align-items:center;gap:14px}.phone{white-space:nowrap;font-size:13px;letter-spacing:.1em;text-transform:uppercase;font-weight:900;color:var(--navy)}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--navy);background:transparent;color:var(--navy);padding:14px 22px;letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:900;cursor:pointer;position:relative;overflow:hidden;transition:.35s;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));min-height:48px}.btn:before{content:"";position:absolute;inset:0;background:var(--navy);transform:translateX(-105%);transition:.35s;z-index:-1}.btn:hover{color:var(--white)}.btn:hover:before{transform:translateX(0)}.btn.light{background:var(--white);border-color:var(--white);color:var(--navy)}.btn.light:before{background:var(--blush)}.btn.ghost{border-color:rgba(255,255,255,.58);color:var(--white)}.btn.ghost:before{background:var(--white)}.btn.ghost:hover{color:var(--navy)}.menu-toggle{display:none;border:1px solid rgba(22,56,71,.22);background:rgba(255,255,255,.45);padding:12px 16px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;color:var(--navy)}.mobile-menu{display:none;position:absolute;left:16px;right:16px;top:78px;background:rgba(255,255,255,.98);border:1px solid var(--line);box-shadow:0 20px 50px rgba(14,36,46,.18);padding:8px;grid-template-columns:1fr 1fr;gap:8px}.mobile-menu.open{display:grid}.mobile-menu a{padding:14px;border:1px solid rgba(22,56,71,.12);font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.hero{min-height:100svh;position:relative;display:grid;align-items:center;padding:150px clamp(18px,4vw,72px) 70px;overflow:hidden;isolation:isolate;color:var(--white);background:var(--navy2)}.page-hero{min-height:720px}.home-hero{min-height:100svh}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.95) contrast(1.08) brightness(.72);z-index:-3}.hero:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 78% 20%,rgba(234,216,210,.34),transparent 28%),linear-gradient(90deg,rgba(14,36,46,.96),rgba(14,36,46,.74) 44%,rgba(14,36,46,.28)),linear-gradient(0deg,rgba(14,36,46,1),rgba(14,36,46,0) 36%)}.hero:after{content:"";position:absolute;inset:118px 0 0;background:linear-gradient(90deg,transparent 0 8%,rgba(255,255,255,.12) 8% calc(8% + 1px),transparent calc(8% + 1px) 100%),linear-gradient(90deg,transparent 0 33%,rgba(255,255,255,.08) 33% calc(33% + 1px),transparent calc(33% + 1px) 100%),linear-gradient(90deg,transparent 0 68%,rgba(255,255,255,.08) 68% calc(68% + 1px),transparent calc(68% + 1px) 100%);pointer-events:none;z-index:-1}.hero-grid{max-width:var(--max);width:100%;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:14px;color:var(--blush);letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:900;margin-bottom:24px}.eyebrow:before{content:"";width:74px;height:1px;background:currentColor}.eyebrow.ink{color:var(--roseDark)}h1{font-size:clamp(62px,8vw,136px);max-width:1050px}.page-hero h1{font-size:clamp(56px,6.4vw,106px);max-width:1040px}.hero-copy{max-width:720px;color:rgba(255,255,255,.78);font-size:clamp(18px,1.45vw,23px);line-height:1.65;margin:30px 0 34px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-panel{border-left:1px solid var(--blush);padding:34px 0 34px 34px;align-self:center;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(90deg,rgba(234,216,210,.14),transparent);min-height:280px}.hero-panel strong{display:block;font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;font-size:50px;line-height:1;color:var(--white);margin-bottom:14px;letter-spacing:-.04em}.hero-panel p{color:rgba(255,255,255,.68);line-height:1.7}.ticker{position:absolute;bottom:0;left:0;right:0;border-top:1px solid rgba(255,255,255,.16);background:rgba(14,36,46,.74);backdrop-filter:blur(12px);overflow:hidden}.ticker div{display:flex;width:max-content;animation:marquee 24s linear infinite}.ticker span{padding:16px 34px;color:rgba(255,255,255,.74);font-size:12px;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}@keyframes marquee{to{transform:translateX(-50%)}}section{position:relative;padding:112px clamp(18px,4vw,72px);background:var(--white)}.wrap{max-width:var(--max);margin:auto}.section-head{display:grid;grid-template-columns:.82fr 1fr;gap:56px;align-items:end;margin-bottom:64px}.section-head h2,.two-col h2,.faq-grid h2,.cta-card h2,.impact h2{font-size:clamp(48px,6.2vw,108px);color:var(--navy)}.section-head p,.lead{color:rgba(22,40,47,.66);line-height:1.75;font-size:19px;max-width:760px}.soft{background:var(--soft)}.dark{background:linear-gradient(135deg,rgba(234,216,210,.10),transparent 30%),linear-gradient(180deg,var(--navy),var(--navy2));color:var(--white)}.dark h2,.dark h3{color:var(--white)}.dark p{color:rgba(255,255,255,.70)}.programs{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.program{min-height:330px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;background:var(--white);transition:.35s}.program:hover{transform:translateY(-8px);box-shadow:0 24px 70px rgba(22,40,47,.12)}.program span{color:var(--roseDark);font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:900}.program h3{font-size:44px;color:var(--navy)}.program p{color:rgba(22,40,47,.64);font-size:16px;line-height:1.65}.split{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:700px}.visual{position:relative;overflow:hidden;min-height:600px}.visual img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;filter:saturate(.96) contrast(1.04) brightness(.82)}.impact{padding:62px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,rgba(234,216,210,.12),rgba(255,255,255,.03))}.impact h2{color:var(--white)}.impact p{color:rgba(255,255,255,.70);line-height:1.75;max-width:650px;margin:28px 0 38px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--lineDark)}.metrics div{padding:26px 18px 0 0;border-right:1px solid var(--lineDark)}.metrics div:last-child{border-right:0}.metrics strong{display:block;font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:58px;font-weight:500;color:var(--blush);line-height:1}.metrics span{display:block;color:rgba(255,255,255,.58);font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-top:12px}.photo-rail{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);margin:1px 0}.photo-rail figure,.image-mosaic figure,.full-gallery figure{margin:0;background:var(--navy);position:relative;overflow:hidden;min-height:360px}.photo-rail img,.image-mosaic img,.full-gallery img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;filter:saturate(.95) contrast(1.04);transition:.45s}.photo-rail figure:hover img,.image-mosaic figure:hover img,.full-gallery figure:hover img{transform:scale(1.07)}figcaption{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(14,36,46,.72);color:var(--white);font-size:11px;letter-spacing:.12em;text-transform:uppercase;padding:10px 12px}.cta-card{background:var(--blush2);border:1px solid rgba(22,40,47,.10);padding:56px;display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center}.cta-card h2{font-size:clamp(44px,5vw,88px)}.cta-card p{max-width:720px;color:rgba(22,40,47,.68);font-size:20px;line-height:1.7}.dark-card{background:rgba(255,255,255,.06);border-color:var(--lineDark)}.two-col{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px;align-items:start}.two-col.reverse{grid-template-columns:1.18fr .82fr}.pain-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.pain-grid article{border:1px solid var(--line);background:var(--white);padding:26px;min-height:170px}.soft .pain-grid article{background:var(--white)}.pain-grid span{display:block;color:var(--roseDark);font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:900;margin-bottom:24px}.pain-grid p{color:rgba(22,40,47,.72);line-height:1.68}.approach-list{margin:0;padding:36px 36px 36px 62px;display:grid;gap:22px;background:var(--white);border:1px solid var(--line);box-shadow:0 18px 65px rgba(22,40,47,.06)}.approach-list li{font-size:20px;line-height:1.6;color:rgba(22,40,47,.74);padding-left:8px}.approach-list li::marker{color:var(--roseDark);font-weight:900}.image-mosaic{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line)}.image-mosaic figure:nth-child(1){grid-column:span 2}.image-mosaic figure:nth-child(2){grid-column:span 2}.faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:start}.faqs details{background:rgba(255,255,255,.06);border:1px solid var(--lineDark);margin-bottom:12px}.faqs summary{cursor:pointer;padding:22px 24px;font-weight:900;font-size:20px;list-style:none}.faqs summary::-webkit-details-marker{display:none}.faqs summary:after{content:'+';float:right;color:var(--blush);font-size:26px;line-height:1}.faqs details[open] summary:after{content:'–'}.faqs p{padding:0 24px 24px;color:rgba(255,255,255,.72);line-height:1.7}.treatment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.treatment-card{background:var(--white);border:1px solid var(--line);display:flex;flex-direction:column;min-height:620px;overflow:hidden;box-shadow:0 18px 65px rgba(22,40,47,.06)}.treatment-card img{height:310px;width:100%;object-fit:cover}.treatment-card div{padding:28px;display:flex;flex-direction:column;gap:18px;flex:1}.treatment-card span{color:var(--roseDark);font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:900}.treatment-card h3{font-size:38px;color:var(--navy)}.treatment-card p{color:rgba(22,40,47,.66);line-height:1.65}.treatment-card a{margin-top:auto;color:var(--navy);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.full-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.full-gallery figure{min-height:330px}.contact-section{background:var(--white)}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px}.contact-grid h2{font-size:clamp(48px,5vw,96px);color:var(--navy)}.contact-grid p{color:rgba(22,40,47,.68);margin-top:18px}.contact-grid form{display:grid;gap:16px;border-left:1px solid rgba(22,40,47,.22);padding-left:38px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}input,select,textarea{width:100%;border:0;border-bottom:1px solid rgba(22,40,47,.24);background:transparent;color:var(--ink);padding:18px 0;outline:0}textarea{min-height:138px;resize:vertical}.form-msg{color:var(--roseDark);font-weight:800}footer{padding:42px clamp(18px,4vw,72px);display:flex;justify-content:space-between;gap:24px;color:rgba(255,255,255,.62);font-size:12px;letter-spacing:.1em;text-transform:uppercase;border-top:1px solid var(--lineDark);background:var(--navy2)}footer strong{display:block;color:var(--white);margin-bottom:8px}footer div:last-child{display:flex;gap:22px;flex-wrap:wrap}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:70;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:var(--white);box-shadow:0 18px 38px rgba(22,40,47,.24);font-weight:900;letter-spacing:-.04em}.reveal{opacity:0;transform:translateY(24px);transition:.8s}.reveal.visible{opacity:1;transform:none}@media(max-width:1220px){.nav,.top-actions .phone{display:none}.menu-toggle{display:block;justify-self:end}.topbar{grid-template-columns:auto 1fr auto}.hero-grid,.section-head,.split,.two-col,.two-col.reverse,.faq-grid,.contact-grid{grid-template-columns:1fr}.programs,.treatment-grid{grid-template-columns:1fr 1fr}.image-mosaic,.photo-rail{grid-template-columns:1fr 1fr}.full-gallery{grid-template-columns:repeat(3,1fr)}.hero-panel{max-width:820px}.cta-card{grid-template-columns:1fr}.contact-grid form{border-left:0;padding-left:0;border-top:1px solid var(--line);padding-top:24px}}@media(max-width:720px){body{font-size:17px}.brand span:last-child{max-width:155px}.top-actions{display:none}.hero{padding:118px 18px 58px;min-height:780px}.page-hero{min-height:720px}h1,.page-hero h1{font-size:clamp(48px,14vw,66px)}.hero-copy{font-size:18px}.hero-panel{padding-left:22px;min-height:auto}.hero-panel strong{font-size:36px}.hero-actions,.form-row{flex-direction:column;display:grid;grid-template-columns:1fr}section{padding:78px 18px}.section-head h2,.two-col h2,.faq-grid h2,.cta-card h2,.impact h2{font-size:clamp(42px,12vw,58px)}.programs,.treatment-grid,.pain-grid,.image-mosaic,.photo-rail,.full-gallery{grid-template-columns:1fr}.program{min-height:280px}.photo-rail figure,.image-mosaic figure,.full-gallery figure{min-height:380px}.impact,.cta-card{padding:34px 24px}.metrics{grid-template-columns:1fr}.metrics div{border-right:0;border-bottom:1px solid var(--lineDark);padding-bottom:22px}.approach-list{padding:28px 28px 28px 46px}.mobile-menu{grid-template-columns:1fr}.drop-menu{display:none}footer{flex-direction:column}.whatsapp{width:54px;height:54px}}


/* Final copy + typography refinement */
body{font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif!important;font-weight:300!important;font-size:18px;line-height:1.72;color:#16282f}
h1,h2,h3,.hero-panel strong,.metric strong{font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif!important;font-weight:300!important;letter-spacing:-.045em;line-height:1.02}
h1{font-weight:300!important}.page-hero h1{font-weight:300!important}.section-head h2,.impact h2,.cta-card h2,.faq-grid h2{font-weight:300!important;line-height:1.04}
p,.lead,.hero-copy,.pain-grid p,.approach-list li,.faqs p,.treatment-card p,.section-head p{font-weight:300!important;line-height:1.78}.brand,.nav,.btn,.phone,.eyebrow,.program span,.pain-grid span,.faqs summary{font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif!important;font-weight:600!important}.hero-copy{font-size:clamp(19px,1.35vw,23px);max-width:690px;color:rgba(255,255,255,.82)}.lead{font-size:21px;color:rgba(22,40,47,.72)}.page-hero h1{max-width:1050px}.hero-panel p{font-weight:300!important;color:rgba(255,255,255,.76)}.program h3,.treatment-card h3{font-weight:300!important}.program p{font-weight:300!important;color:rgba(255,255,255,.72)}.topbar{background:rgba(246,249,250,.92)}.brand-mark{background:#fff}.visual-depth{padding-top:82px;padding-bottom:82px}.wide-photo-band{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:rgba(22,40,47,.12);padding:1px}.wide-photo-band figure{position:relative;margin:0;min-height:300px;background:#163847;overflow:hidden}.wide-photo-band img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;filter:saturate(.96) contrast(1.03) brightness(.86);transition:.45s ease}.wide-photo-band figure:hover img{transform:scale(1.06)}.wide-photo-band figcaption{position:absolute;left:0;right:0;bottom:0;padding:16px;background:linear-gradient(0deg,rgba(14,36,46,.78),transparent);color:white;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:600}.image-mosaic figure,.photo-rail figure,.treatment-card,.doctor-card{background:#fff}.image-mosaic figcaption,.photo-rail figcaption{font-weight:500}.all-gallery figcaption{font-weight:500}@media(max-width:1100px){.wide-photo-band{grid-template-columns:repeat(3,1fr)}.wide-photo-band figure{min-height:260px}}@media(max-width:680px){body{font-size:17px}.wide-photo-band{grid-template-columns:1fr 1fr}.wide-photo-band figure{min-height:220px}.lead{font-size:18px}.hero-copy{font-size:18px}}

/* Readability pass: light typography with stronger contrast */
.hero-bg{filter:saturate(.96) contrast(1.05) brightness(.56)!important}.hero:before{background:radial-gradient(circle at 78% 20%,rgba(234,216,210,.18),transparent 26%),linear-gradient(90deg,rgba(14,36,46,.96),rgba(14,36,46,.82) 46%,rgba(14,36,46,.48)),linear-gradient(0deg,rgba(14,36,46,.96),rgba(14,36,46,0) 42%)!important}.hero h1{color:rgba(255,255,255,.98)!important;text-shadow:0 18px 45px rgba(0,0,0,.16)}.hero-copy{color:rgba(255,255,255,.9)!important}.hero-panel{background:linear-gradient(90deg,rgba(255,255,255,.13),rgba(255,255,255,.04))!important;border-left-color:rgba(255,255,255,.52)!important}.hero-panel strong{color:#fff!important}.hero-panel p{color:rgba(255,255,255,.84)!important}section h2,.treatment-card h3,.program h3{color:var(--navy)!important}.dark h2,.dark .treatment-card h3,.dark .program h3,.dark .cta-card h2,.dark .faq-grid h2{color:#fff!important}.section-head p,.lead,.pain-grid p,.approach-list li,.faqs p,.treatment-card p{color:rgba(22,40,47,.76)!important}.dark p,.dark .faqs p{color:rgba(255,255,255,.76)!important}.pain-grid article{background:#fff}.pain-grid span{color:var(--roseDark)}


/* Cliente final: tipografía limpia + servicios con imagen */
body{font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif!important;font-weight:300!important;font-size:18px;line-height:1.72;color:#16282f;background:#fff}
h1,h2,h3,.hero-panel strong,.metrics strong{font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif!important;font-weight:300!important;letter-spacing:-.045em;line-height:1.03}
.nav,.brand,.btn,.phone,.eyebrow,.program span,.faqs summary{font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif!important;font-weight:600!important}
.hero-copy,.section-head p,.lead,.pain-grid p,.approach-list li,.treatment-card p,.faqs p,.cta-card p{font-weight:300!important;line-height:1.78}.section-head p,.lead,.pain-grid p,.approach-list li,.treatment-card p{color:rgba(22,40,47,.75)!important}.dark p,.dark .faqs p{color:rgba(255,255,255,.78)!important}
.programs{gap:1px;background:rgba(22,40,47,.16);border:0!important}.program{min-height:390px!important;padding:0!important;border:0!important;background:#102c37!important;color:#fff!important;overflow:hidden;justify-content:flex-end!important;position:relative;box-shadow:none!important}.program:hover{transform:translateY(-6px);box-shadow:0 28px 80px rgba(22,40,47,.20)!important}.program-bg{position:absolute!important;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;z-index:0;filter:saturate(.96) contrast(1.05) brightness(.58);transition:transform .55s ease, filter .55s ease}.program:hover .program-bg{transform:scale(1.08);filter:saturate(1.02) contrast(1.08) brightness(.50)}.program:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(14,36,46,.18),rgba(14,36,46,.88) 78%),linear-gradient(90deg,rgba(14,36,46,.50),rgba(14,36,46,.16));pointer-events:none}.program-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;gap:18px;min-height:390px;padding:30px}.program span{color:#ead8d2!important;font-size:12px;letter-spacing:.18em}.program h3{color:#fff!important;font-size:clamp(34px,3vw,48px)!important;text-shadow:0 16px 38px rgba(0,0,0,.20)}.program p{color:rgba(255,255,255,.88)!important;font-size:16px!important;line-height:1.7;font-weight:300!important;max-width:430px}.photo-rail figcaption,.image-mosaic figcaption,.full-gallery figcaption,.wide-photo-band figcaption{background:linear-gradient(0deg,rgba(14,36,46,.82),rgba(14,36,46,.08))!important;color:#fff!important;font-weight:500!important}.topbar{background:rgba(246,249,250,.94)!important}.hero-bg{filter:saturate(.96) contrast(1.05) brightness(.54)!important}.hero:before{background:radial-gradient(circle at 78% 20%,rgba(234,216,210,.14),transparent 26%),linear-gradient(90deg,rgba(14,36,46,.96),rgba(14,36,46,.82) 46%,rgba(14,36,46,.50)),linear-gradient(0deg,rgba(14,36,46,.98),rgba(14,36,46,0) 42%)!important}.hero-copy{color:rgba(255,255,255,.90)!important}.hero-panel{background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,255,255,.04))!important;border-left-color:rgba(255,255,255,.48)!important}.hero-panel p{color:rgba(255,255,255,.84)!important}@media(max-width:1220px){.programs{grid-template-columns:1fr 1fr}.program,.program-content{min-height:350px!important}}@media(max-width:720px){body{font-size:17px}.programs{grid-template-columns:1fr}.program,.program-content{min-height:340px!important}.program h3{font-size:38px!important}.program p{font-size:16px!important}}

/* Ajuste de legibilidad final */
h1,h2,h3,.section-head h2,.two-col h2,.faq-grid h2,.cta-card h2,.impact h2{color:#163847!important;font-weight:300!important}
.hero h1,.dark h1,.dark h2,.dark h3,.dark .impact h2{color:#fff!important}
.section-head p,.lead,.pain-grid p,.approach-list li,.treatment-card p,.cta-card p{color:#3d5159!important}
.hero-copy{color:rgba(255,255,255,.92)!important}.hero-panel p{color:rgba(255,255,255,.86)!important}
.program{background:#0e242e!important}.program-bg{filter:saturate(.96) contrast(1.08) brightness(.38)!important;opacity:.92!important}.program:after{background:linear-gradient(180deg,rgba(14,36,46,.46),rgba(14,36,46,.96) 76%),linear-gradient(90deg,rgba(14,36,46,.82),rgba(14,36,46,.34))!important}.program h3{color:#fff!important}.program p{color:rgba(255,255,255,.92)!important}.program span{color:#ead8d2!important}

/* Contenido visible aunque el navegador no ejecute animaciones */
.reveal{opacity:1!important;transform:none!important}

/* Adaptación legal conservando la paleta original */
.brand-mark:before{content:'CC';width:auto;height:auto;border:0;border-radius:0;transform:none;color:var(--roseDark);font-weight:800;font-size:12px;letter-spacing:.02em}
.drop button{white-space:nowrap}.whatsapp{font-size:13px;letter-spacing:.02em}.program-bg{display:block!important}.reveal{opacity:1!important;transform:none!important}


/* Corrección final solicitada: misma paleta, textos más contenidos y web llena de fotos */
body{font-size:16px!important;line-height:1.58!important}.hero{min-height:780px!important}.home-hero{min-height:820px!important}.page-hero{min-height:620px!important}h1{font-size:clamp(42px,5.4vw,82px)!important;line-height:1.02!important;letter-spacing:-.04em!important;max-width:920px!important}.page-hero h1{font-size:clamp(38px,4.5vw,68px)!important;line-height:1.05!important;max-width:860px!important}.section-head h2,.two-col h2,.faq-grid h2,.cta-card h2,.impact h2{font-size:clamp(32px,4.1vw,58px)!important;line-height:1.08!important;letter-spacing:-.035em!important}.hero-panel strong{font-size:clamp(28px,3vw,42px)!important}.hero-copy{font-size:clamp(16px,1.2vw,19px)!important;line-height:1.62!important;max-width:640px!important}.lead{font-size:18px!important;line-height:1.62!important}.program{min-height:310px!important}.program-content{min-height:310px!important;padding:24px!important}.program h3{font-size:clamp(26px,2.35vw,36px)!important;line-height:1.05!important}.program p{font-size:15px!important;line-height:1.55!important}.treatment-card h3,.program h3{font-weight:400!important}.pain-grid span,.eyebrow{font-size:11px!important}.section-head{margin-bottom:44px!important;gap:38px!important}section{padding-top:82px!important;padding-bottom:82px!important}.photo-density{padding-top:64px!important;padding-bottom:64px!important;background:var(--soft)!important}.photo-density:nth-of-type(even){background:var(--white)!important}.dense-gallery{display:grid;grid-template-columns:repeat(8,1fr);gap:1px;background:rgba(22,40,47,.12);padding:1px}.dense-gallery figure{margin:0;position:relative;min-height:260px;background:var(--navy2);overflow:hidden}.dense-gallery img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.05) brightness(.74);transition:transform .45s ease}.dense-gallery figure:hover img{transform:scale(1.06)}.dense-gallery figcaption,.team-wall-grid figcaption{position:absolute;left:0;right:0;bottom:0;padding:14px 16px;background:linear-gradient(0deg,rgba(14,36,46,.88),rgba(14,36,46,.06));color:#fff;font-size:10px;letter-spacing:.13em;text-transform:uppercase;font-weight:700}.team-photo-wall{padding-top:0!important;padding-bottom:1px!important;background:var(--navy2)!important}.team-wall-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1px}.team-wall-grid figure{margin:0;min-height:330px;position:relative;overflow:hidden;background:var(--navy)}.team-wall-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(1.05) brightness(.82)}.photo-rail,.image-mosaic,.full-gallery{gap:1px!important}.photo-rail figure,.image-mosaic figure,.full-gallery figure{min-height:300px!important}.hero-bg{filter:saturate(.92) contrast(1.08) brightness(.48)!important}.program-bg{filter:saturate(.92) contrast(1.08) brightness(.34)!important;opacity:1!important}.program:after{background:linear-gradient(180deg,rgba(14,36,46,.48),rgba(14,36,46,.96) 80%),linear-gradient(90deg,rgba(14,36,46,.78),rgba(14,36,46,.26))!important}.topbar{background:rgba(234,216,210,.94)!important}.brand-mark{background:var(--white)!important}@media(max-width:1180px){.dense-gallery{grid-template-columns:repeat(4,1fr)}.team-wall-grid{grid-template-columns:repeat(3,1fr)}.dense-gallery figure{min-height:240px}.team-wall-grid figure{min-height:290px}}@media(max-width:720px){body{font-size:15.5px!important}.hero,.home-hero,.page-hero{min-height:680px!important}h1,.page-hero h1{font-size:clamp(34px,11vw,50px)!important}.section-head h2,.two-col h2,.faq-grid h2,.cta-card h2,.impact h2{font-size:clamp(30px,9vw,42px)!important}.dense-gallery{grid-template-columns:1fr 1fr}.team-wall-grid{grid-template-columns:1fr 1fr}.dense-gallery figure{min-height:210px}.team-wall-grid figure{min-height:240px}.program,.program-content{min-height:280px!important}section{padding-top:62px!important;padding-bottom:62px!important}}

/* Fix menú superior: el desplegable de Áreas no pierde foco al bajar el ratón */
.topbar,
.nav,
.drop{overflow:visible!important}
.drop{position:relative!important;display:flex!important;align-items:center!important;min-height:52px!important;margin:-12px 0!important;padding:12px 0!important;z-index:90!important}
.drop>button{display:flex!important;align-items:center!important;min-height:52px!important;padding:0!important}
.drop::after{content:"";position:absolute;left:-90px;right:-90px;top:100%;height:28px;background:transparent;pointer-events:auto}
.drop-menu{top:calc(100% + 0px)!important;transform:translateX(-50%) translateY(0)!important;z-index:120!important;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease!important}
.drop:hover .drop-menu,
.drop:focus-within .drop-menu{opacity:1!important;pointer-events:auto!important;transform:translateX(-50%) translateY(0)!important}
.drop-menu:hover{opacity:1!important;pointer-events:auto!important}
.drop-menu a{display:flex!important;align-items:center!important;min-height:58px!important;position:relative!important;z-index:121!important}
@media(max-width:1220px){.drop{display:none!important}.drop-menu{display:none!important}}
