*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary:#0A2540;--primary-d:#0B1C2D;--accent:#0A4C6A;--text:#1a1a1a;--muted:#4b5563;--light:#9ca3af;--bg:#f9fafb;--bg2:#f3f4f6;--white:#ffffff;--border:#e5e7eb;--r-sm:.5rem;--r-md:.75rem;--r-lg:1rem;--r-xl:1.5rem;--ease:.3s cubic-bezier(.4,0,.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{line-height:1.2;font-weight:700}img{display:block;max-width:100%}button{font-family:inherit;border:none;background:none;cursor:pointer}a{text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50;border-bottom:1px solid var(--border);box-shadow:0 1px 3px #00000014}.nav-container{max-width:1280px;margin:0 auto;padding:0 1rem}.nav-content{display:flex;justify-content:space-between;align-items:center;height:96px}.logo-link{margin-left:-1rem}.logo{height:180px;width:300px;-o-object-fit:fill;object-fit:fill;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.nav-links{display:flex;align-items:center;gap:1.75rem}.nav-link{font-size:.9375rem;color:#374151;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--primary)}.nav-link-cta{background:var(--primary);color:#fff!important;padding:.6rem 1.5rem;border-radius:var(--r-sm);transition:background .2s,transform .2s;box-shadow:0 2px 8px #0a254040}.nav-link-cta:hover{background:var(--primary-d);transform:translateY(-1px)}.pill{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:.45rem 1.25rem;border-radius:9999px;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.25rem;border:1px solid rgba(255,255,255,.2)}.pill--dark{background:#0a254014;color:var(--primary);border-color:transparent}.pill--light{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.18)}.hero{position:relative;min-height:72vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-img-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.hero-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a2540b3,#0a254080 40%,#0a2540bf)}.hero-body{position:relative;z-index:1;text-align:center;max-width:800px;padding:8rem 1.5rem 4rem;color:#fff}.hero-body h1{font-size:2.75rem;margin-bottom:1rem;text-shadow:0 2px 12px rgba(0,0,0,.3)}.hero-sub{font-size:1.2rem;color:#ffffffe6;max-width:640px;margin:0 auto;line-height:1.7}.section{padding:5rem 0}.section--white{background:var(--white)}.section--grey{background:var(--bg2)}.section--dark{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-d) 50%,var(--accent) 100%);color:#fff}.section h2{font-size:2.125rem;margin-bottom:2rem}.section--white h2,.section--grey h2{color:var(--primary)}.about-cols{display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;align-items:start;margin-top:.5rem}.about-text p{font-size:1.0625rem;color:var(--muted);line-height:1.8;margin-bottom:1rem}.about-text p:last-child{margin-bottom:0}.highlights-wrap{display:flex;flex-direction:column;gap:1rem}.highlights-pill{margin-bottom:0;align-self:flex-start}.highlight-card{background:var(--white);border-radius:var(--r-md);padding:1.1rem 1.15rem;border:1px solid var(--border);box-shadow:0 1px 4px #0000000f;transition:transform var(--ease),box-shadow var(--ease)}.highlight-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.highlight-icon{width:38px;height:38px;background:#0a25400f;border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;margin-bottom:.55rem;color:var(--primary)}.highlight-card h3{font-size:.95rem;color:var(--primary);margin-bottom:.25rem}.highlight-card p{font-size:.8125rem;color:var(--muted);line-height:1.5}.scope-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.scope-card{background:var(--white);border-radius:var(--r-lg);padding:1.75rem 1.25rem;box-shadow:0 1px 4px #0000000f;transition:transform var(--ease),box-shadow var(--ease)}.scope-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0000001a}.scope-icon{width:48px;height:48px;background:#0a25400f;border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--primary)}.scope-card h3{font-size:1rem;color:var(--primary);margin-bottom:.4rem}.scope-card p{font-size:.875rem;color:var(--muted);line-height:1.6}.scope-intro{font-size:1.0625rem;color:var(--muted);line-height:1.7;max-width:760px;margin-bottom:2rem}.scope-link{color:var(--primary);font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.scope-link:hover{color:var(--accent)}.gallery-intro{font-size:1rem;color:var(--muted);margin-bottom:2rem;margin-top:-1rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.gallery-item{position:relative;overflow:hidden;border-radius:var(--r-md);aspect-ratio:4/3;box-shadow:0 1px 4px #0000000f;padding:0;display:block;transition:transform var(--ease),box-shadow var(--ease)}.gallery-item--wide{grid-column:span 1}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001f}.gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.06)}.gallery-zoom{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0a254000;color:#fff;transition:background .3s}.gallery-zoom svg{width:36px;height:36px;opacity:0;transform:scale(.8);transition:opacity .3s,transform .3s}.gallery-item:hover .gallery-zoom{background:#0a254073}.gallery-item:hover .gallery-zoom svg{opacity:1;transform:scale(1)}.why-intro{max-width:780px;margin:0 auto}.why-intro p{color:#ffffffd9;font-size:1.0625rem;line-height:1.8;margin-bottom:1rem;text-align:left}.why-intro p:last-child{margin-bottom:0}.section--dark .why-intro p{text-align:center}.cta-card{background:var(--white);border-radius:var(--r-xl);padding:4rem 3rem;text-align:center;box-shadow:0 10px 30px #00000014;border:1px solid var(--border)}.cta-card h2{font-size:2rem;color:var(--primary);margin-bottom:.75rem}.cta-text{font-size:1.0625rem;color:var(--muted);max-width:640px;margin:0 auto 2.25rem;line-height:1.7}.cta-link{color:var(--primary);font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.cta-link:hover{color:var(--accent)}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.9rem 2.25rem;border-radius:var(--r-sm);font-weight:600;font-size:1rem;transition:all var(--ease);display:inline-block}.btn--primary{background:var(--primary);color:#fff;box-shadow:0 4px 12px #0a254040}.btn--primary:hover{background:var(--primary-d);transform:translateY(-2px);box-shadow:0 6px 18px #0a254059}.btn--outline{color:var(--primary);border:2px solid var(--primary);background:transparent}.btn--outline:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#000000eb;display:none;align-items:center;justify-content:center;padding:2rem}.lightbox.active{display:flex;animation:lbIn .25s ease}@keyframes lbIn{0%{opacity:0}to{opacity:1}}.lb-img-wrap{max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.lb-img-wrap img{max-width:100%;max-height:85vh;-o-object-fit:contain;object-fit:contain;border-radius:var(--r-sm);box-shadow:0 20px 60px #00000080;animation:lbZoom .25s ease}@keyframes lbZoom{0%{transform:scale(.93);opacity:0}to{transform:scale(1);opacity:1}}.lb-close{position:absolute;top:1.25rem;right:1.25rem;color:#fff;background:#ffffff1a;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10}.lb-close:hover{background:#fff3}.lb-nav{position:absolute;top:50%;transform:translateY(-50%);color:#fff;background:#ffffff1a;border-radius:50%;width:52px;height:52px;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10}.lb-nav:hover{background:#fff3}.lb-prev{left:1.25rem}.lb-next{right:1.25rem}.lb-counter{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);color:#ffffffa6;font-size:.9rem;font-weight:500}.site-footer{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-d) 50%,var(--accent) 100%);color:#fff}.footer-inner{max-width:1280px;margin:0 auto;padding:4rem 1.5rem 2rem}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}.footer-col h4{font-size:1.0625rem;font-weight:700;margin-bottom:1rem}.footer-desc{color:#d1d5db;line-height:1.6;margin-bottom:1.25rem;font-size:.9375rem}.footer-social{display:flex;gap:.75rem}.social-icon{width:38px;height:38px;background:#ffffff1a;border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s}.social-icon:hover{background:#fff3}.footer-col ul{padding:0}.footer-col li{margin-bottom:.6rem}.footer-col li a,.footer-col li span{color:#d1d5db;font-size:.9375rem;transition:color .2s}.footer-col li a:hover{color:#fff}.footer-contact li{display:flex;align-items:flex-start;gap:.6rem}.footer-contact svg{margin-top:3px;flex-shrink:0;color:#d1d5db}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;color:#d1d5db;font-size:.8125rem}.footer-legal{display:flex;gap:1.25rem}.footer-legal a{color:#d1d5db;transition:color .2s}.footer-legal a:hover{color:#fff}.whatsapp-btn{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;width:56px;height:56px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0000004d;transition:all .3s ease;animation:waPulse 2s infinite}.whatsapp-btn:hover{background:#20ba5a;transform:scale(1.1);animation:none}.wa-ping{position:absolute;top:-3px;right:-3px;width:14px;height:14px;background:#ef4444;border-radius:50%;animation:waPing 1s cubic-bezier(0,0,.2,1) infinite}@keyframes waPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes waPing{75%,to{transform:scale(2);opacity:0}}@media (max-width:1024px){.scope-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}.about-cols{grid-template-columns:1fr}.highlights-wrap{flex-direction:row;flex-wrap:wrap;gap:1.25rem}.highlights-pill{flex-basis:100%}.highlight-card{flex:1 1 calc(33.333% - .85rem);min-width:220px}}@media (max-width:768px){.logo{height:120px;width:200px}.nav-content{height:80px}.nav-links{gap:.85rem}.nav-link:not(.nav-link-cta){display:none}.hero-body{padding:7rem 1.25rem 3rem}.hero-body h1{font-size:1.75rem;line-height:1.25}.hero-sub{font-size:1rem}.section{padding:3.5rem 0}.section h2{font-size:1.5rem}.scope-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.highlights-wrap{flex-direction:column}.highlight-card{flex-basis:auto;min-width:0}.cta-card{padding:2.5rem 1.5rem}.cta-card h2{font-size:1.375rem}.cta-buttons{flex-direction:column}.btn{text-align:center}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.75rem}.lb-nav{width:42px;height:42px}.lb-prev{left:.75rem}.lb-next{right:.75rem}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr}.scope-card{padding:1.25rem}}
