.division-title,.divisions-subhead,.footer-brand-title,.footer-col-title,.header-title,.nav-brand,.nav-link,.product-explore-link,.products-title-link,.story-subhead,.story-title{text-transform:uppercase}.header-title,.nav-brand,.nav-link,.page-header{color:var(--accent-dark)}.products-grid,.values-grid{grid-template-columns:repeat(3,1fr)}.floating-btn,.footer-links-list a,.nav-brand,.nav-link,.product-explore-link,.products-title-link{text-decoration:none}:root{--bg-white:#ffffff;--bg-light-gray:#f8fafc;--accent-dark:#0f172a;--accent-brand:#2563eb;--text-main:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0;--footer-bg:#060a12;--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-white);color:var(--text-main);overflow-x:hidden;line-height:1.6;width:100%}.fade-in-up{opacity:0;transform:translateY(20px);transition:opacity 1.2s cubic-bezier(.22, 1, .36, 1),transform 1.2s cubic-bezier(.22, 1, .36, 1);will-change:opacity,transform}.fade-in-up.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:0.25s}.delay-2{transition-delay:0.5s}.delay-3{transition-delay:0.75s}.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;display:flex;justify-content:space-between;align-items:center;width:100%}.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,.product-card:hover .product-image-box img{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{position:absolute;background:var(--bg-white);box-shadow:0 10px 25px rgba(0,0,0,.08);padding:.6rem 0;opacity:0;visibility:hidden;list-style:none}.footer-brand-title .brand-dot,.nav-link.active,.nav-link:hover{color:var(--accent-brand)}.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}.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);border-bottom:1px solid var(--border-color);box-shadow:0 4px 20px rgba(0,0,0,.06)}.page-header{background:var(--bg-light-gray);padding:9rem 2rem 3rem;text-align:center}.header-content,.story-container{max-width:850px;margin:0 auto}.header-title{font-size:clamp(2.2rem, 4vw, 3.5rem);font-weight:900;letter-spacing:-.5px;margin-bottom:1rem}.header-desc{font-size:1.05rem;color:#334155;max-width:700px;margin:0 auto;font-weight:500}.featured-image-section{padding:4rem 2rem 2rem;background-color:var(--bg-white);display:flex;justify-content:center;align-items:center}.image-placeholder-box{max-width:480px;width:100%;margin:0 auto;padding:2rem;background:#fff;border:1px dashed #cbd5e1;border-radius:20px;box-shadow:0 12px 30px rgba(0,0,0,.06);display:flex;justify-content:center;align-items:center;overflow:hidden;transition:transform .4s,box-shadow .4s}.image-placeholder-box:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(0,0,0,.1)}.image-placeholder-box img{width:100%;height:auto;max-height:320px;object-fit:contain;border-radius:12px;display:block}.product-image-box img,.value-icon-box img{height:100%;object-fit:cover;display:block}.story-section{padding:3rem 2rem 6rem;background-color:var(--bg-white)}.story-subhead{font-size:.85rem;font-weight:700;letter-spacing:3px;color:var(--text-muted);margin-bottom:.8rem}.story-title{font-size:clamp(2rem, 3.5vw, 2.8rem);font-weight:800;color:var(--accent-dark);margin-bottom:2rem;line-height:1.2}.story-body p{font-size:1.05rem;color:#475569;line-height:1.85;margin-bottom:1.5rem}.values-section{padding:6rem 2rem;background-color:var(--bg-light-gray);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);text-align:center}.divisions-container,.values-container{max-width:1100px;margin:0 auto}.values-subhead{font-size:.9rem;font-weight:600;color:#475569;margin-bottom:.5rem}.values-main-title{font-size:clamp(2.2rem, 4vw, 3.2rem);font-weight:800;color:#1e293b;margin-bottom:4rem;letter-spacing:-.5px}.values-grid{display:grid;gap:3rem;align-items:start}.value-card{display:flex;flex-direction:column;align-items:center;text-align:center}.value-icon-box{width:140px;height:140px;margin-bottom:1.8rem;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border-color);border-radius:50%;position:relative;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.04);transition:transform .5s cubic-bezier(.22, 1, .36, 1),box-shadow .5s}.value-icon-box img{width:100%}.value-card:hover .value-icon-box{transform:scale(1.06);box-shadow:0 12px 28px rgba(0,0,0,.08)}.value-card-title{font-size:1.6rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.value-card-desc{font-size:.98rem;color:#475569;line-height:1.6;max-width:320px}.products-section{padding:6rem 2rem 7rem;background-color:var(--bg-white)}.products-container{max-width:1150px;margin:0 auto}.products-header{margin-bottom:3.5rem;text-align:center}.products-title-link{font-size:clamp(2.2rem, 4vw, 3rem);font-weight:800;color:var(--accent-dark);display:inline-flex;align-items:center;gap:.6rem;transition:color .4s,transform .4s}.products-title-link:hover{color:var(--accent-brand);transform:translateY(-2px)}.products-title-link span{font-size:1.8rem;transition:transform .4s}.products-title-link:hover span{transform:translateX(8px)}.products-grid{display:grid;gap:2.5rem}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .5s cubic-bezier(.22, 1, .36, 1),box-shadow .5s cubic-bezier(.22, 1, .36, 1)}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 35px rgba(0,0,0,.08)}.product-image-box{width:100%;height:280px;background-color:#f1f5f9;overflow:hidden}.product-image-box img{width:100%;transition:transform .5s}.product-info-box{padding:2rem 1.8rem;display:flex;flex-direction:column;flex-grow:1;text-align:left}.product-name{font-size:1.3rem;font-weight:700;color:var(--accent-dark);margin-bottom:.8rem;line-height:1.3}.product-description{font-size:.92rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem}.product-explore-link{margin-top:auto;color:var(--accent-dark);font-size:.9rem;font-weight:700;letter-spacing:.5px;display:inline-flex;align-items:center;gap:.4rem;transition:color .3s,transform .3s}.product-explore-link:hover{color:var(--accent-brand);transform:translateX(4px)}.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}.site-footer{background-color:var(--footer-bg);color:#94a3b8;padding:5rem 2rem 3rem;font-family:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif}.footer-container{max-width:1180px;margin:0 auto}.footer-top-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:4rem;align-items:start;margin-bottom:4rem}.footer-brand-col{display:flex;flex-direction:column;gap:1.2rem;padding-right:2rem}.footer-brand-title{font-size:1.6rem;font-weight:900;color:#fff;letter-spacing:2px}.footer-brand-desc{font-size:.9rem;line-height:1.65;color:#94a3b8}.footer-col-title{color:#fff;font-size:.85rem;font-weight:800;letter-spacing:1.5px;margin-bottom:1.5rem}.footer-links-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer-links-list a{color:#94a3b8;font-size:.9rem;font-weight:400;transition:color .3s}.footer-links-list a:hover{color:#fff}.footer-divider{width:100%;height:1px;background-color:rgba(255,255,255,.08);margin-bottom:2rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#94a3b8}@media (max-width:992px){.products-grid,.values-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-top-grid{grid-template-columns:1fr repeat(3,1fr);gap:2.5rem}}.divisions-section{padding:6rem 2rem;background-color:var(--bg-white);border-bottom:1px solid var(--border-color);text-align:center}.divisions-subhead{font-size:.85rem;font-weight:700;letter-spacing:3px;color:var(--text-muted);margin-bottom:.8rem}.division-title,.divisions-main-title{font-weight:800;color:var(--accent-dark)}.divisions-main-title{font-size:clamp(2.2rem, 4vw, 3.2rem);margin-bottom:3.5rem;letter-spacing:-.5px}.divisions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;align-items:stretch}.division-card{background:var(--bg-light-gray);border:1px solid var(--border-color);border-radius:12px;padding:2.8rem 2.2rem;text-align:left;display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.22, 1, .36, 1),box-shadow .4s}.division-card:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(0,0,0,.06)}.division-title{font-size:1.6rem;margin-bottom:1.2rem;position:relative;padding-bottom:.8rem}.division-title::after{content:'';position:absolute;bottom:0;left:0;width:45px;height:3px;background-color:var(--accent-brand);border-radius:2px}.division-desc{font-size:1rem;color:#475569;line-height:1.75}@media (max-width:768px){.footer-top-grid,.products-grid,.values-grid{grid-template-columns:1fr}.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-top-grid{gap:2rem}.footer-brand-col{padding-right:0}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.divisions-grid{grid-template-columns:1fr;gap:2rem}.division-card{padding:2rem 1.5rem}}