:root{--ink:#06121c;--blue:#0ba8c5;--purple:#6d2a91;--ice:#eaf8fb;--white:#fff;--muted:#5f6e76;--line:#d9e6ea;--shadow:0 22px 70px rgba(6,18,28,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#fff;line-height:1.65}img{max-width:100%;display:block}a{color:inherit}.container{width:min(1180px,92vw);margin:auto}.skip{position:fixed;left:1rem;top:-5rem;z-index:999;background:#fff;padding:.8rem 1rem}.skip:focus{top:1rem}.site-header{position:fixed;inset:0 0 auto;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(6,18,28,.08)}.nav-wrap{height:82px;display:flex;align-items:center;gap:2rem}.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none}.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover}.brand span{display:flex;flex-direction:column;line-height:.92}.brand strong{font-size:1.23rem}.brand b{font-size:.85rem;letter-spacing:.14em;color:var(--blue)}nav{display:flex;gap:1.5rem;margin-left:auto}nav a{text-decoration:none;font-weight:700;font-size:.9rem}.nav-actions{display:flex;gap:.7rem;align-items:center}.lang{border:1px solid var(--line);background:#fff;padding:.65rem .75rem;border-radius:50%;font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.35rem;border-radius:999px;text-decoration:none;font-weight:800;border:1px solid transparent;transition:.25s}.btn:hover{transform:translateY(-2px)}.btn.primary{background:linear-gradient(135deg,var(--blue),var(--purple));color:white;box-shadow:0 16px 35px rgba(11,168,197,.28)}.btn.ghost{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.08)}.btn.mini{padding:.7rem 1rem;background:var(--ink);color:#fff}.menu-btn{display:none;background:none;border:0}.menu-btn span{display:block;width:25px;height:2px;background:var(--ink);margin:5px}.hero{position:relative;min-height:850px;display:grid;align-items:center;color:#fff;padding-top:82px;overflow:hidden}.hero-media{position:absolute;inset:0;background:url('../img/hero.webp') center/cover no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,15,25,.88) 0%,rgba(4,15,25,.62) 48%,rgba(4,15,25,.18) 100%)}.hero-grid{position:relative;display:grid;grid-template-columns:1.45fr .55fr;gap:4rem;align-items:end;padding:8rem 0 6rem}.eyebrow{letter-spacing:.2em;font-weight:900;font-size:.75rem;color:var(--blue);text-transform:uppercase}.hero .eyebrow{color:#8deaff}.hero h1{font-size:clamp(3.2rem,7vw,7rem);line-height:.9;max-width:850px;margin:.55rem 0 1.6rem;letter-spacing:-.06em}.lead{font-size:1.22rem;max-width:710px;color:rgba(255,255,255,.85)}.cta-row{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.trust{display:flex;align-items:center;gap:1rem;margin-top:2.2rem}.trust span{font-size:3rem;font-weight:900}.trust p{max-width:170px;line-height:1.25}.hero-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(18px);border-radius:28px;padding:2rem;box-shadow:var(--shadow)}.hero-card h2{font-size:2rem;margin:.5rem 0}.hero-card ul{padding-left:1.2rem}.hero-card a{font-weight:900;color:#9eeeff}.pulse{width:10px;height:10px;border-radius:50%;background:#43ff9a;display:inline-block;box-shadow:0 0 0 8px rgba(67,255,154,.13)}.benefits{background:var(--ink);color:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr)}.benefit-grid article{padding:2.5rem;border-right:1px solid rgba(255,255,255,.12)}.benefit-grid b{color:#7cecff}.benefit-grid p{color:rgba(255,255,255,.68)}.section{padding:7rem 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.section h2{font-size:clamp(2.3rem,4vw,4.5rem);line-height:1.02;letter-spacing:-.045em;margin:.6rem 0 1.5rem}.values{display:grid;gap:1rem}.values article,.service-card,.quote-grid blockquote{border:1px solid var(--line);padding:1.6rem;border-radius:22px;background:#fff}.programs{background:var(--ice)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:2rem}.section-head>p{max-width:500px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem}.service-card{min-height:270px;display:flex;flex-direction:column}.service-card span{color:var(--blue);font-weight:900}.service-card h3{font-size:1.55rem;margin:.6rem 0}.service-card a{margin-top:auto;font-weight:900;color:var(--purple)}.video{background:var(--ink);color:#fff}.video-box{aspect-ratio:16/9;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.video-box iframe,.map iframe{width:100%;height:100%;border:0}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.8rem}.g{padding:0;border:0;background:none;border-radius:20px;overflow:hidden;aspect-ratio:1;cursor:zoom-in}.g img{width:100%;height:100%;object-fit:cover;transition:.4s}.g:hover img{transform:scale(1.08)}.g.wide{grid-column:span 2;aspect-ratio:2.05}.testimonials{background:linear-gradient(135deg,#f7fbfc,#f2eaf7)}.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}.quote-grid blockquote{margin:0}.quote-grid p{font-size:1.15rem}.quote-grid cite{font-style:normal;color:var(--muted);font-size:.85rem}.accordion details{border-bottom:1px solid var(--line);padding:1.2rem 0}.accordion summary{font-weight:900;cursor:pointer}.social{background:var(--ice)}.social-buttons{display:flex;gap:1rem}.social-buttons a{padding:1rem 1.2rem;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:900;text-decoration:none}.contact-grid{display:grid;grid-template-columns:1fr .85fr;gap:5rem}.contact-list{list-style:none;padding:0}.contact-list li{display:flex;flex-direction:column;padding:1rem 0;border-bottom:1px solid var(--line)}.contact-list span{font-size:.8rem;color:var(--muted);font-weight:800}.contact-list a{font-size:1.1rem;font-weight:900;text-decoration:none}.map{height:300px;border-radius:24px;overflow:hidden;margin-top:2rem}.contact-form{background:var(--ink);color:#fff;padding:2rem;border-radius:28px}.contact-form label{display:block;margin-bottom:1rem;font-weight:800}.contact-form input,.contact-form textarea,.contact-form select{width:100%;margin-top:.35rem;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.08);color:#fff;font:inherit}.contact-form select option{color:#111}.contact-form small{display:block;color:rgba(255,255,255,.6);margin-top:1rem}footer{background:#020a10;color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-grid>div:not(.brand){display:flex;flex-direction:column;gap:.5rem}.footer-grid a{text-decoration:none;color:rgba(255,255,255,.75)}.foot img{width:58px;height:58px}.credits{display:flex;gap:.5rem;justify-content:center;border-top:1px solid rgba(255,255,255,.12);margin-top:3rem;padding-top:1.5rem;color:rgba(255,255,255,.65)}.credits a{color:#6ee7ff}.whatsapp{position:fixed;right:1.2rem;bottom:1.2rem;width:58px;height:58px;background:#25d366;border-radius:50%;display:grid;place-items:center;z-index:40;box-shadow:0 12px 30px rgba(0,0,0,.25)}.whatsapp svg{width:34px;fill:#fff}.to-top{position:fixed;right:1.7rem;bottom:5.8rem;border:0;background:#fff;width:42px;height:42px;border-radius:50%;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.2s}.to-top.show{opacity:1;pointer-events:auto}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);display:none;place-items:center;z-index:100;padding:3rem}.lightbox.open{display:grid}.lightbox img{max-width:min(100%,1000px);max-height:85vh}.lightbox button{position:absolute;right:2rem;top:1rem;background:none;border:0;color:#fff;font-size:3rem}.reveal{opacity:0;transform:translateY(25px);transition:.7s}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){nav{position:absolute;top:82px;left:0;right:0;background:#fff;display:none;flex-direction:column;padding:1.5rem 4vw;border-bottom:1px solid var(--line)}nav.open{display:flex}.menu-btn{display:block;margin-left:auto}.nav-actions{margin-left:0}.hero{min-height:760px}.hero-grid,.split,.contact-grid{grid-template-columns:1fr;gap:2.5rem}.hero-grid{padding:6rem 0 4rem}.hero-card{max-width:520px}.benefit-grid,.cards,.quote-grid{grid-template-columns:1fr 1fr}.section{padding:5rem 0}.gallery-grid{grid-template-columns:repeat(2,1fr)}.section-head{align-items:start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.nav-wrap{height:70px}.brand img{width:42px;height:42px}.brand span{display:none}.btn.mini{display:none}nav{top:70px}.hero{padding-top:70px;min-height:760px}.hero h1{font-size:3.3rem}.hero-grid{padding-top:4rem}.benefit-grid,.cards,.quote-grid,.footer-grid{grid-template-columns:1fr}.benefit-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.gallery-grid{gap:.65rem}.g.wide{grid-column:span 2}.section{padding:4rem 0}.contact-form{padding:1.3rem}.social-buttons{flex-wrap:wrap}.credits{flex-wrap:wrap}.hero-overlay{background:linear-gradient(rgba(4,15,25,.62),rgba(4,15,25,.88))}}
