.nav-container,body{display:flex;width:100%}.bullet-list,body{flex-direction:column}.hero-title,.nav-brand,.nav-link{text-transform:uppercase;color:var(--accent-dark)}.hero-section,.hero-title,.nav-brand,.nav-link{color:var(--accent-dark)}.bullet-list li::before,.footer-brand span,.nav-link.active,.nav-link:hover{color:var(--accent-brand)}.floating-btn,.footer-brand,.footer-links a,.nav-brand,.nav-link{text-decoration:none}:root{--bg-white:#ffffff;--bg-light-gray:#f8fafc;--accent-dark:#0f172a;--accent-brand:#2563eb;--text-main:#0f172a;--text-muted:#475569;--border-color:#e2e8f0;--footer-bg:#0b1120;--whatsapp-green:#25d366;--youtube-red:#ff0000}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;background-color:var(--bg-light-gray);color:var(--text-main);line-height:1.6;min-height:100vh;overflow-x:hidden}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity 1s cubic-bezier(.22, 1, .36, 1),transform 1s cubic-bezier(.22, 1, .36, 1);will-change:opacity,transform}.fade-in-left,.fade-in-right{opacity:0;transition:opacity 1.1s cubic-bezier(.22, 1, .36, 1),transform 1.1s cubic-bezier(.22, 1, .36, 1);will-change:opacity,transform}.fade-in-left{transform:translateX(-50px)}.fade-in-right{transform:translateX(50px)}.fade-in-left.visible,.fade-in-right.visible,.fade-in-up.visible{opacity:1;transform:translate(0,0)}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background:0 0;border-bottom:1px solid rgba(15,23,42,.08);transition:.5s}.nav-container{max-width:1250px;margin:0 auto;padding:1.2rem 2rem;justify-content:space-between;align-items:center}.nav-brand,.nav-menu{align-items:center;display:flex}.nav-brand{font-size:1.4rem;font-weight:900;letter-spacing:2px;gap:.6rem;transition:color .4s}.nav-brand-logo{height:36px;width:auto;max-width:40px;object-fit:contain;border-radius:4px;transition:transform .3s}.nav-brand:hover .nav-brand-logo{transform:scale(1.05)}.nav-menu{gap:2.2rem;list-style:none}.dropdown-item.nested-dropdown,.nav-item{position:relative}.nav-link{font-size:.9rem;font-weight:700;letter-spacing:1px;transition:color .3s;display:flex;align-items:center;gap:.3rem;padding:.5rem 0;cursor:pointer}.dropdown-menu,.sub-dropdown-menu{background:var(--bg-white);box-shadow:0 10px 25px rgba(0,0,0,.08);padding:.6rem 0;visibility:hidden;position:absolute;opacity:0;list-style:none}.dropdown-icon{font-size:.65rem;transition:transform .3s}.dropdown-menu{top:100%;left:0;min-width:230px;border:1px solid var(--border-color);border-radius:8px;transform:translateY(10px);transition:.3s;z-index:1001}.dropdown-item a,.sub-dropdown-item a{display:block;padding:.6rem 1.2rem;color:var(--text-main);font-size:.85rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s}.dropdown-item a.active,.dropdown-item a:hover,.sub-dropdown-item a.active,.sub-dropdown-item a:hover{background-color:var(--bg-light-gray);color:var(--accent-brand)}.nav-item.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-item.dropdown:hover .dropdown-icon{transform:rotate(180deg)}.nested-link{display:flex!important;justify-content:space-between;align-items:center;width:100%;cursor:pointer}.nested-icon{font-size:.6rem;transition:transform .3s;margin-left:.5rem}.sub-dropdown-menu{top:0;left:100%;min-width:210px;border:1px solid var(--border-color);border-radius:8px;transform:translateX(10px);transition:.3s;z-index:1002}.dropdown-item.nested-dropdown:hover .sub-dropdown-menu{opacity:1;visibility:visible;transform:translateX(0)}.dropdown-item.nested-dropdown:hover .nested-icon{transform:translateX(3px)}.nav-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:.5rem}.details-section,.gallery-section,.navbar.scrolled{border-bottom:1px solid var(--border-color)}.nav-toggle span{display:block;width:25px;height:2px;background-color:var(--accent-dark);margin:5px 0;transition:.3s}.navbar.scrolled{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:0 4px 20px rgba(0,0,0,.06)}.hero-section{background:var(--bg-light-gray);padding:9rem 2rem 3rem;text-align:center}.hero-content{max-width:850px;margin:0 auto}.hero-title{font-size:clamp(2.2rem, 4vw, 3.5rem);font-weight:900;letter-spacing:-.5px;margin-bottom:1rem}.hero-desc{font-size:1.05rem;color:#334155;max-width:760px;margin:0 auto;font-weight:500;line-height:1.8}.details-section{padding:4rem 2rem;background-color:var(--bg-white)}.details-container{max-width:1000px;margin:0 auto}.details-heading{font-size:clamp(2rem, 3.5vw, 2.6rem);font-weight:900;color:#0f172a;margin-bottom:1.2rem;text-transform:capitalize}.details-text-wrapper{color:#1e293b;font-size:1.05rem;line-height:1.85}.details-preview-text{color:#1e293b;margin-bottom:1.2rem}.bullet-list{list-style:none;padding:0;margin:1rem 0;display:flex;gap:.9rem}.bullet-list li{position:relative;padding-left:1.6rem;color:#1e293b;font-size:1.02rem;line-height:1.6}.bullet-list li::before{content:"•";position:absolute;left:0;font-weight:700;font-size:1.4rem;line-height:1;top:.1rem}.bullet-list li strong{color:#0f172a}.showcase-section{padding:5rem 2rem;background-color:var(--bg-light-gray)}.showcase-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:4.5rem;width:100%}.section-main-title{font-size:clamp(2.2rem, 3.8vw, 3rem);font-weight:900;text-align:center;color:var(--accent-dark);text-transform:uppercase;letter-spacing:-.5px;margin-bottom:1rem}.showcase-row{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;width:100%}.showcase-img-wrapper{background:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.04);display:flex;justify-content:center;align-items:center;min-height:300px;width:100%;overflow:hidden}.showcase-img-wrapper img{width:100%;max-width:100%;height:auto;object-fit:contain;border-radius:8px}.showcase-content{display:flex;flex-direction:column;gap:.8rem}.showcase-category{font-size:.85rem;font-weight:700;color:var(--accent-brand);text-transform:uppercase;letter-spacing:1.5px}.showcase-heading{font-size:clamp(1.6rem, 2.5vw, 2.2rem);font-weight:800;color:var(--accent-dark);text-transform:capitalize}.gallery-section{padding:5rem 2rem;background-color:var(--bg-white);border-top:1px solid var(--border-color)}.gallery-container{max-width:1200px;margin:0 auto;width:100%}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem;margin-top:2.5rem;width:100%}.gallery-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.06);background-color:var(--bg-light-gray);cursor:pointer;aspect-ratio:4/3;width:100%}.gallery-item img{width:100%;max-width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(15,23,42,.82);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1.5rem;opacity:0;transition:opacity .35s;backdrop-filter:blur(2px)}.gallery-item:hover img{transform:scale(1.08)}.gallery-item:hover .gallery-overlay{opacity:1}.overlay-title{font-size:1.2rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:.4rem;color:#fff}.overlay-subtitle{font-size:.9rem;font-weight:500;color:#93c5fd}.lightbox-modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:rgba(11,17,32,.92);backdrop-filter:blur(8px);justify-content:center;align-items:center;padding:2rem}.lightbox-modal.active{display:flex}.lightbox-content{max-width:90%;max-height:85vh;border-radius:8px;box-shadow:0 20px 50px rgba(0,0,0,.5);object-fit:contain}.lightbox-close{position:absolute;top:25px;right:35px;color:#fff;font-size:42px;font-weight:700;cursor:pointer;line-height:1;transition:color .3s,transform .2s;z-index:2001}.footer-brand,.video-title{font-weight:900;text-transform:uppercase}.lightbox-close:hover{color:var(--accent-brand);transform:scale(1.1)}.video-section{padding:5rem 2rem 7rem;background-color:var(--bg-light-gray);text-align:center}.video-container{max-width:950px;margin:0 auto;width:100%}.video-title{font-size:clamp(1.8rem, 3vw, 2.5rem);color:var(--accent-dark);margin-bottom:2.5rem}.video-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 20px 50px rgba(37,99,235,.25),0 0 30px rgba(37,99,235,.15);border:2px solid rgba(37,99,235,.2);transition:transform .4s,box-shadow .4s}.video-wrapper:hover{transform:scale(1.01);box-shadow:0 25px 60px rgba(37,99,235,.35),0 0 45px rgba(37,99,235,.25)}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.floating-contact-container{position:fixed;bottom:30px;right:25px;z-index:9990;display:flex;flex-direction:column;gap:12px}.floating-btn{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 16px rgba(0,0,0,.25);transition:transform .3s cubic-bezier(.16, 1, .3, 1),box-shadow .3s,background-color .3s}.floating-btn:hover{transform:scale(1.12);box-shadow:0 8px 24px rgba(0,0,0,.35)}.float-call{background-color:var(--accent-brand)}.float-call:hover{background-color:#1d4ed8}.float-whatsapp{background-color:var(--whatsapp-green)}.float-whatsapp:hover{background-color:#1fbe5c}.float-youtube{background-color:var(--youtube-red)}.float-youtube:hover{background-color:#c00}.floating-btn svg{width:24px;height:24px;fill:currentColor}.footer{background-color:var(--footer-bg);color:#94a3b8;padding:4rem 2rem 2rem;margin-top:auto;width:100%}.footer-container{max-width:1250px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid #1e293b}.footer-brand{font-size:1.4rem;letter-spacing:2px;color:#fff;display:inline-block;margin-bottom:1rem}.footer-about{font-size:.9rem;line-height:1.7;max-width:320px}.footer-heading{color:#fff;font-size:.95rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.2rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer-links a{color:#94a3b8;font-size:.9rem;transition:color .3s}.footer-links a:hover{color:#fff}.footer-bottom{max-width:1250px;margin:0 auto;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;font-size:.85rem}@media (max-width:992px){.showcase-row{grid-template-columns:1fr;gap:2rem}.showcase-row.reverse-responsive{display:flex;flex-direction:column-reverse}.footer-container{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:768px){.footer-container,.gallery-grid{grid-template-columns:1fr}.hero-section{padding:7rem 1.25rem 2rem}.details-section,.gallery-section,.showcase-section,.video-section{padding:3.5rem 1.25rem}.showcase-img-wrapper{padding:1rem;min-height:auto}.gallery-grid{gap:1.25rem}.floating-contact-container{bottom:20px;right:18px;gap:10px}.floating-btn{width:46px;height:46px}.floating-btn svg{width:20px;height:20px}.nav-menu{position:fixed;top:73px;left:-100%;flex-direction:column;background-color:var(--bg-white);width:100%;text-align:center;padding:2rem 0;box-shadow:0 10px 15px rgba(0,0,0,.05);transition:.4s;max-height:calc(100vh - 73px);overflow-y:auto}.dropdown-menu,.sub-dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;padding:.5rem 0}.nav-menu.active{left:0}.dropdown-menu{background:0 0;text-align:center;display:none}.dropdown-item.nested-dropdown.mobile-sub-open .sub-dropdown-menu,.nav-item.dropdown.mobile-open .dropdown-menu,.nav-toggle{display:block}.nav-item.dropdown.mobile-open .dropdown-icon{transform:rotate(180deg)}.sub-dropdown-menu{border-left:3px solid var(--accent-brand);background:rgba(37,99,235,.05);border-radius:0 8px 8px 0;margin:.6rem 2rem;display:none}.sub-dropdown-item a{font-size:.82rem;padding:.45rem 1rem;color:var(--text-muted);text-align:center}.sub-dropdown-item a::before{content:"↳ ";color:var(--accent-brand);font-weight:700;margin-right:4px}.dropdown-item.nested-dropdown.mobile-sub-open .nested-icon{transform:rotate(90deg)}.nested-link{justify-content:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}