:root{
  --aqua:#45d7cc; --aqua-dark:#159e99; --navy:#1f2f4a; --ink:#172033;
  --muted:#667085; --soft:#f3fbfa; --white:#fff; --line:#d8ecea; --shadow:0 18px 55px rgba(23,32,51,.12);
  --radius:24px; --container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.container{width:min(92%,var(--container));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:8px;background:#fff;padding:.75rem 1rem;z-index:9999}.skip-link:focus{left:8px}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(31,47,74,.08)}.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:flex;align-items:center;gap:.8rem}.brand img{width:54px;height:54px;border-radius:50%;object-fit:cover}.brand span{display:flex;flex-direction:column;line-height:1.15}.brand strong{font-size:1rem}.brand small{font-size:.75rem;color:var(--muted);margin-top:.2rem}.main-nav{display:flex;align-items:center;gap:1.35rem}.main-nav a{font-weight:700;font-size:.93rem}.main-nav a:hover{color:var(--aqua-dark)}.lang-toggle{border:1px solid var(--line);background:#fff;color:var(--ink);font-weight:800;border-radius:999px;padding:.55rem .8rem}.menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;padding:10px}.menu-toggle span{display:block;height:2px;background:var(--ink);margin:5px 0}
.hero{position:relative;min-height:820px;display:grid;align-items:center;overflow:hidden;padding:150px 0 90px}.hero-bg{position:absolute;inset:0;background:url('assets/images/portada.jpg') center/cover no-repeat;filter:saturate(.9)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,26,43,.88) 0%,rgba(13,26,43,.72) 48%,rgba(13,26,43,.26) 100%),linear-gradient(0deg,rgba(13,26,43,.35),rgba(13,26,43,.08))}.hero-grid{position:relative;display:grid;grid-template-columns:1.45fr .75fr;gap:3rem;align-items:end}.hero-copy{color:#fff;max-width:760px}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:.5rem;letter-spacing:.14em;font-weight:900;font-size:.78rem;color:var(--aqua-dark)}.hero .eyebrow{color:#b9fff8}.hero h1{font-size:clamp(2.6rem,5.4vw,5.5rem);line-height:.98;letter-spacing:-.05em;margin:.8rem 0 1.15rem;max-width:900px}.hero p{font-size:1.2rem;max-width:720px;color:rgba(255,255,255,.9)}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin:1.8rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.85rem 1.2rem;border-radius:14px;font-weight:900;border:1px solid transparent;transition:.25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--aqua);color:#083b3a;box-shadow:0 12px 26px rgba(69,215,204,.26)}.btn-light{background:#fff;color:var(--ink)}.btn-ghost{border-color:rgba(255,255,255,.5);color:#fff;background:rgba(255,255,255,.08)}.full{width:100%}.trust-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.2rem}.trust-row span{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);padding:.55rem .8rem;border-radius:999px;font-size:.86rem;font-weight:800}.hero-card{background:rgba(255,255,255,.95);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.hero-card img{width:88px;height:88px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.hero-card h2{margin:.2rem 0;font-size:1.45rem}.hero-card p{color:var(--muted);font-size:.98rem}.hero-card a{display:block;font-weight:800;margin:.35rem 0;color:var(--navy)}
.quick-benefits{position:relative;margin-top:-55px;z-index:3}.benefits-grid{background:#fff;border-radius:28px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.benefits-grid article{padding:1.5rem;border-right:1px solid var(--line)}.benefits-grid article:last-child{border-right:0}.benefits-grid .icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--soft);color:var(--aqua-dark);font-weight:900;font-size:1.2rem}.benefits-grid h3{font-size:1rem;margin:.9rem 0 .3rem}.benefits-grid p{color:var(--muted);margin:0;font-size:.9rem}
.section{padding:100px 0}.section-soft{background:var(--soft)}.split-grid,.why-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.image-stack{position:relative;padding-right:12%;padding-bottom:12%}.main-photo{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.floating-photo{position:absolute;right:0;bottom:0;width:44%;aspect-ratio:1;object-fit:cover;border-radius:22px;border:8px solid #fff;box-shadow:var(--shadow)}.section-copy h2,.section-heading h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;letter-spacing:-.04em;margin:.6rem 0 1rem}.section-copy p,.section-heading p{color:var(--muted)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.values-grid>div{padding:1rem;border:1px solid var(--line);border-radius:18px}.values-grid strong{display:block;margin-bottom:.3rem}.values-grid p{font-size:.9rem;margin:0}.section-heading{max-width:760px;margin-bottom:2.5rem}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.service-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:1.5rem;min-height:290px;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(23,32,51,.05)}.service-number{font-size:.8rem;font-weight:900;color:var(--aqua-dark);letter-spacing:.12em}.service-card h3{font-size:1.35rem;margin:.9rem 0 .5rem}.service-card p{color:var(--muted);font-size:.95rem}.service-card a{margin-top:auto;font-weight:900;color:var(--aqua-dark)}.health-note{font-size:.85rem;color:var(--muted);margin-top:1.5rem}.check-list p{padding:.7rem 0;border-bottom:1px solid var(--line);margin:0}.video-card{background:var(--navy);border-radius:28px;padding:1rem;box-shadow:var(--shadow)}.video-wrap{position:relative;aspect-ratio:9/16;max-height:620px;overflow:hidden;border-radius:20px;background:#000}.video-wrap iframe{width:100%;height:100%;border:0}.video-card p{color:#fff;margin:1rem .4rem .3rem}
.section-dark{background:var(--navy);color:#fff}.section-heading.light p{color:#c7d0df}.section-heading.light .section-kicker{color:#8bf7ef}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.gallery-item{padding:0;border:0;border-radius:20px;overflow:hidden;background:#102039;aspect-ratio:1;transition:.25s ease}.gallery-item:hover{transform:translateY(-4px)}.gallery-item img{width:100%;height:100%;object-fit:cover}.social-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.social-card{border:1px solid var(--line);border-radius:20px;padding:1.25rem;display:flex;align-items:center;gap:1rem;background:#fff;box-shadow:0 10px 30px rgba(23,32,51,.05)}.social-mark{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:var(--soft);font-size:1.6rem;font-weight:900}.social-card div{display:flex;flex-direction:column}.social-card small{color:var(--muted)}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem}.section-heading.left{margin-bottom:0}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem 1.2rem;margin-bottom:.8rem}.faq-list summary{font-weight:900;cursor:pointer}.faq-list p{color:var(--muted);margin-bottom:.2rem}.contact-section{background:#fff}.contact-panel{align-self:start}.contact-list{display:grid;gap:.8rem;margin-top:1.5rem}.contact-list a,.contact-list>div{display:flex;flex-direction:column;padding:1rem;border:1px solid var(--line);border-radius:16px}.contact-list span{color:var(--muted);margin-top:.15rem}.contact-form{background:var(--soft);padding:1.5rem;border-radius:24px}.contact-form label{display:grid;gap:.35rem;margin-bottom:.9rem;font-weight:800}.contact-form input,.contact-form textarea{width:100%;border:1px solid #cde2df;border-radius:12px;background:#fff;padding:.85rem 1rem;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--aqua-dark);box-shadow:0 0 0 3px rgba(69,215,204,.15)}.consent{grid-template-columns:auto 1fr!important;align-items:start;font-weight:500!important;font-size:.85rem}.consent input{width:auto;margin-top:.25rem}.form-status{min-height:1.2em;font-size:.9rem;margin-bottom:0}.map-wrap{margin-top:2rem}.map-wrap iframe{width:100%;height:390px;border:0;border-radius:24px;box-shadow:var(--shadow)}
.site-footer{background:#111827;color:#d7deea;padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:2rem}.footer-brand{display:flex;gap:1rem;align-items:flex-start}.footer-brand img{width:64px;height:64px;border-radius:50%;object-fit:cover}.footer-brand p{color:#9eabbf;margin:.25rem 0}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:.45rem}.footer-grid a{color:#b6c1d2}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #263245;margin-top:2.2rem;padding-top:1.25rem;display:flex;justify-content:space-between;gap:1rem;color:#8d9ab0;font-size:.9rem}.footer-bottom a{color:#fff;font-weight:800}.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:1000;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.22)}.back-top{position:fixed;right:24px;bottom:90px;z-index:999;width:44px;height:44px;border-radius:50%;border:0;background:var(--navy);color:#fff;opacity:0;pointer-events:none;transition:.2s}.back-top.show{opacity:1;pointer-events:auto}.lightbox{position:fixed;inset:0;z-index:3000;background:rgba(5,13,24,.94);display:grid;place-items:center;padding:2rem}.lightbox[hidden]{display:none}.lightbox img{max-width:min(96vw,1200px);max-height:88vh;object-fit:contain;border-radius:16px}.lightbox-close{position:absolute;right:24px;top:20px;border:0;background:#fff;color:#111827;width:46px;height:46px;border-radius:50%;font-size:1.6rem}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width:980px){.main-nav{position:fixed;top:78px;left:4%;right:4%;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem;box-shadow:var(--shadow)}.main-nav.open{display:flex}.menu-toggle{display:block}.hero{min-height:760px}.hero-grid{grid-template-columns:1fr}.hero-card{max-width:520px}.benefits-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid article:nth-child(2){border-right:0}.split-grid,.why-grid,.contact-grid,.faq-layout{grid-template-columns:1fr;gap:2.5rem}.services-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.social-cards{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.values-grid{grid-template-columns:1fr}.image-stack{max-width:700px}}
@media (max-width:640px){.nav-wrap{min-height:70px}.brand small{display:none}.brand img{width:46px;height:46px}.hero{padding:118px 0 90px;min-height:720px}.hero-bg{background-position:32% center}.hero-overlay{background:linear-gradient(180deg,rgba(13,26,43,.5),rgba(13,26,43,.9) 60%,rgba(13,26,43,.97))}.hero h1{font-size:2.7rem}.hero p{font-size:1.03rem}.hero-actions .btn{width:100%}.hero-card{display:none}.quick-benefits{margin-top:-35px}.benefits-grid{grid-template-columns:1fr}.benefits-grid article{border-right:0;border-bottom:1px solid var(--line)}.benefits-grid article:last-child{border-bottom:0}.section{padding:72px 0}.services-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}.gallery-item{border-radius:14px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.floating-whatsapp{right:14px;bottom:14px}.back-top{right:20px;bottom:82px}.contact-form{padding:1rem}.map-wrap iframe{height:320px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn,.gallery-item{transition:none}}
