@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";.navbar-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.08);position:sticky;top:0;z-index:1000;height:88px}.navbar-container{max-width:1400px;margin:0 auto;height:100%;padding:0 2rem}.navbar-desktop{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;height:100%;gap:3rem}.navbar-mobile{display:none;align-items:center;justify-content:space-between;height:100%;padding:0 1.5rem}.navbar-logo-link{display:flex;align-items:center;text-decoration:none}.navbar-logo{height:72px;width:auto;object-fit:contain}.navbar-logo-mobile{height:60px;width:auto;object-fit:contain}.navbar-brand-center{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}.navbar-brand-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.45rem;font-weight:700;letter-spacing:-.04em;color:#0a0a0a}.navbar-brand-subtitle{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.5rem;letter-spacing:.32em;color:#aaa;font-weight:400;margin-top:4px;text-transform:uppercase}.navbar-brand-title-mobile{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:-.04em;color:#0a0a0a}.navbar-brand-subtitle-mobile{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.45rem;letter-spacing:.28em;color:#aaa;text-transform:uppercase}.navbar-nav{display:flex;align-items:center;gap:2.5rem}.navbar-nav-right{display:flex;align-items:center;gap:2.5rem;justify-content:flex-end}.nav-link{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.74rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#0a0a0a;text-decoration:none;display:flex;align-items:center;gap:.2rem;transition:color .2s ease-in-out;white-space:nowrap;cursor:pointer}.nav-link:hover{color:#555}.nav-link-chevron{margin-top:1px;display:inline-flex}.wa-button{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#25d366;padding:.55rem 1rem;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:background-color .2s ease-in-out;white-space:nowrap;border:none;cursor:pointer}.wa-button:hover{background:#1ebe5d}.wa-icon{display:inline-flex;align-items:center;justify-content:center}.navbar-toggle-btn{background:none;border:none;cursor:pointer;color:#0a0a0a;display:flex;align-items:center;justify-content:center}.mobile-drawer{background:#fff;border-top:1px solid rgba(0,0,0,.08);padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 8px 24px #0000001a;position:relative;z-index:999}.mobile-drawer-link{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.88rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#0a0a0a;text-decoration:none;transition:padding-left .2s ease}.mobile-drawer-link:hover{padding-left:4px;color:#555}.nav-item-dropdown{position:relative;display:flex;align-items:center;height:100%}.dropdown-trigger{cursor:pointer}.dropdown-menu{position:absolute;top:calc(100% - 15px);left:50%;transform:translate(-50%) translateY(10px);background-color:#fff;box-shadow:0 10px 30px #00000014;border:1px solid rgba(0,0,0,.06);border-radius:6px;padding:.8rem 0;min-width:250px;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:100}.dropdown-menu:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%) rotate(45deg);width:12px;height:12px;background-color:#fff;border-left:1px solid rgba(0,0,0,.06);border-top:1px solid rgba(0,0,0,.06)}.nav-item-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-item{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0a0a0a;padding:.7rem 1.5rem;text-decoration:none;display:flex;align-items:center;justify-content:space-between;transition:all .15s ease-in-out;white-space:nowrap}.dropdown-item:not(.disabled):hover{background-color:#f7f9fa;color:#f2a900}.dropdown-item.disabled{color:#a0a0a0;cursor:not-allowed;-webkit-user-select:none;user-select:none}.badge-soon{font-size:.55rem;color:#d49500;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-left:.5rem}.mobile-drawer-group{display:flex;flex-direction:column;gap:.6rem}.mobile-drawer-label{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.88rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#a0a0a0;-webkit-user-select:none;user-select:none}.mobile-drawer-sublinks{display:flex;flex-direction:column;gap:.8rem;padding-left:1rem;border-left:2px solid #f0f0f0;margin-top:.2rem}.mobile-drawer-sublink{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#333;text-decoration:none;display:flex;align-items:center;justify-content:space-between;transition:color .15s ease}.mobile-drawer-sublink:not(.disabled):hover{color:#f2a900}.mobile-drawer-sublink.disabled{color:#a0a0a0;cursor:not-allowed}.mobile-badge-soon{font-size:.55rem;color:#d49500;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-left:.5rem}@media(max-width:768px){.navbar-container{padding:0 1.25rem}.navbar-desktop{display:none}.navbar-mobile{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0;position:relative}.navbar-mobile .navbar-brand-center{position:absolute;left:50%;transform:translate(-50%);pointer-events:none}.navbar-toggle-btn{margin-left:auto;padding:.5rem;margin-right:-.35rem;z-index:10}}.footer-wrapper{background:#0f0f1a;color:#fff}.footer-container{max-width:1200px;margin:0 auto;padding:4rem 2rem 3rem;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem}.footer-brand-col{display:flex;flex-direction:column;gap:1.25rem}.footer-logo{height:64px;width:auto;object-fit:contain;background:#fff;padding:8px;border-radius:8px;align-self:flex-start}.footer-desc{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.84rem;color:#ffffff8c;line-height:1.7;max-width:22ch;margin:0}.footer-wa-btn{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.6rem 1.1rem;border-radius:2rem;text-decoration:none;width:fit-content;transition:background-color .2s ease}.footer-wa-btn:hover{background:#1ebe5d}.footer-links-col{display:flex;flex-direction:column;gap:.9rem}.footer-links-header{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#fff6;margin-top:0;margin-bottom:.25rem}.footer-link{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.85rem;color:#ffffffa6;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-contact-link{display:inline-flex;align-items:center;gap:.45rem}.footer-icon-wa{color:#25d366}.footer-icon-email{color:#f2a900}.footer-divider{border-top:1px solid rgba(255,255,255,.08);margin:0 2rem}.footer-bottom{max-width:1200px;margin:0 auto;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer-copyright{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75rem;color:#ffffff59;margin:0}.footer-motto{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75rem;font-style:italic;font-weight:400;color:#ffffff73;margin:0;letter-spacing:.01em}@media(max-width:900px){.footer-container{grid-template-columns:1fr 1fr!important}}@media(max-width:540px){.footer-container{grid-template-columns:1fr!important}}.page-loader-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem;background:#fff}.page-loader-shapes{display:flex;gap:1.25rem;align-items:center}.pl-shape-wrap{width:48px;height:48px}.pl-shape-wrap svg{width:100%;height:100%;fill:none;stroke:#f2a900;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.pl-shape-circle circle{stroke-dasharray:201;stroke-dashoffset:0;animation:plCircle 2s ease-in-out infinite}@keyframes plCircle{25%{stroke-dashoffset:50}50%{stroke-dashoffset:100}75%{stroke-dashoffset:150}to{stroke-dashoffset:201}}.pl-shape-bolt polygon{stroke-dasharray:180;stroke-dashoffset:0;animation:plBolt 2s ease-in-out infinite}@keyframes plBolt{33%{stroke-dashoffset:60}66%{stroke-dashoffset:120}to{stroke-dashoffset:180}}.pl-shape-square rect{stroke-dasharray:224;stroke-dashoffset:0;animation:plSquare 2s ease-in-out infinite}@keyframes plSquare{25%{stroke-dashoffset:56}50%{stroke-dashoffset:112}75%{stroke-dashoffset:168}to{stroke-dashoffset:224}}.pl-brand{font-family:Outfit,Inter,system-ui,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#0a0a0a;opacity:0;animation:plFadeIn .5s ease .2s forwards}.pl-brand span{color:#f2a900}@keyframes plFadeIn{to{opacity:1}}.hero-section{position:relative;width:100%;height:75vh;min-height:500px;overflow:hidden}.hero-embla-container{overflow:hidden;height:100%}.hero-embla-slides{display:flex;height:100%}.hero-slide{position:relative;flex:0 0 100%;width:100%;height:100%}.hero-slide-image{width:100%;height:100%;object-fit:cover}.hero-slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000073}.hero-slide-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 2rem;z-index:5}.hero-badge{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:#ffffffa6;margin-bottom:1rem}.hero-title{font-family:Outfit,Inter,sans-serif;font-size:clamp(2.2rem,5vw,3.75rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-top:0;margin-bottom:1.25rem;max-width:48rem;color:#fff}.hero-subtitle{font-family:Inter,Helvetica Neue,sans-serif;font-size:clamp(1rem,2vw,1.2rem);font-weight:300;line-height:1.6;color:#ffffffd9;margin-top:0;margin-bottom:2.5rem;max-width:36rem}.hero-btn-container{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hero-button{font-family:Inter,Helvetica Neue,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.85rem 2rem;cursor:pointer;transition:all .2s ease-in-out}.hero-button-solid{background:#fff;color:#0a0a0a;border:1.5px solid #ffffff}.hero-button-solid:hover{background:#ffffffd9;border-color:#ffffffd9}.hero-button-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.6)}.hero-button-outline:hover{border-color:#fff;background:#ffffff1a}.hero-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:.5rem}.hero-dot{height:.5rem;background:#fff6;border:none;cursor:pointer;transition:width .3s ease,background-color .3s ease;border-radius:4px;padding:0}.hero-dot-active{width:2rem;background:#fff}.hero-dot-inactive{width:.5rem}.products-section{background:#fff;padding:5rem 2rem 4rem;border-radius:50% 50% 0 0/80px 80px 0 0;position:relative;z-index:2;margin-top:-60px}.products-header{text-align:center;margin-bottom:2.5rem}.products-category-nav{display:flex;justify-content:center;align-items:center;gap:2.5rem;padding:1rem 1rem 2rem;flex-wrap:wrap;border-bottom:1px solid #ebebeb;margin-bottom:2.5rem}.products-category-item{display:flex;align-items:center;gap:.5rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.05em;color:#555;cursor:pointer;transition:color .2s ease;white-space:nowrap;padding:.25rem 0}.products-category-item:hover{color:#0a0a0a}.products-category-icon{display:flex;align-items:center;opacity:.65}.products-category-item:hover .products-category-icon{opacity:1}.products-container{max-width:1200px;margin:0 auto;padding:0;box-sizing:border-box}.products-header{text-align:left;margin-top:5rem;margin-bottom:3.5rem}.products-header-top{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.products-nav-btns{display:flex;gap:.6rem;flex-shrink:0;padding-bottom:.2rem}.products-nav-btn{width:44px;height:44px;border-radius:50%;border:2px solid #e8e8e8;background:#fff;color:#0c0b1a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .18s ease,box-shadow .22s ease;box-shadow:0 2px 8px #00000012}.products-nav-btn:hover{background:#f2a900;border-color:#f2a900;color:#fff;transform:scale(1.08);box-shadow:0 4px 16px #f2a90059}.products-nav-btn:active{transform:scale(.96)}.products-tagline{font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:#8c8c9e;margin-bottom:.6rem}.products-title{font-family:Outfit,Inter,sans-serif;font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:700;letter-spacing:-.02em;color:#0c0b1a;line-height:1.15;margin:0}.products-line{width:2.5rem;height:3px;background:#f2a900;margin:1rem 0 0}.products-row{display:flex;overflow-x:auto;gap:1.5rem;padding:.5rem 0 1.5rem;scroll-snap-type:x mandatory;scrollbar-width:none;justify-content:center;flex-wrap:nowrap}.products-row::-webkit-scrollbar{display:none}.product-card{position:relative;flex:0 0 260px;height:380px;scroll-snap-align:start;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 10px 25px #0000001f;text-decoration:none;cursor:pointer;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000038}.product-card-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:transform .6s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card-img{transform:scale(1.06)}.product-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000,#00000059,#000000d9 90%);z-index:2;transition:opacity .4s ease}.product-card-hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff1f;opacity:0;z-index:2;transition:opacity .35s ease}.product-card:hover .product-card-hover-overlay{opacity:1}.product-card-content{position:relative;z-index:3;padding:1.75rem 1.5rem;color:#fff;display:flex;flex-direction:column;gap:.5rem}.product-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.product-icon-wrapper{width:32px;height:32px;border-radius:50%;background:#ffffff2e;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;color:#fff}.product-card-tag{font-family:Inter,sans-serif;font-size:.62rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#f2a900}.product-card-title{font-family:Outfit,Inter,sans-serif;font-size:1.15rem;font-weight:600;color:#fff;letter-spacing:-.01em;line-height:1.25;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card-desc{font-family:Inter,sans-serif;font-size:.8rem;font-weight:400;color:#ffffffa6;line-height:1.55;margin:0}.product-install-link{font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;gap:.45rem;color:#ffffffd9;margin-top:.35rem;transition:gap .2s ease,color .25s ease}.product-card:hover .product-install-link{gap:.65rem;color:#f2a900}.product-install-link .arrow-icon{transition:transform .25s ease}.product-card:hover .arrow-icon{transform:translate(3px)}@media(max-width:1720px){.products-row{justify-content:flex-start!important;padding-left:2rem;padding-right:2rem}}@media(max-width:900px){.product-card{flex:0 0 220px;height:330px}}@media(max-width:768px){.products-section{border-radius:32px 32px 0 0;margin-top:-30px;padding:3rem .75rem 2.5rem}.products-header{margin-top:3rem;margin-bottom:2rem}.products-header-top{flex-direction:column;align-items:flex-start;gap:1rem}.products-nav-btns{align-self:flex-end}.products-row{gap:1rem;padding-left:1rem;padding-right:1rem}.product-card{flex:0 0 200px;height:300px}.product-card-content{padding:1.25rem 1rem}.product-card-title{font-size:1.05rem}.product-card-desc{font-size:.75rem}}@media(max-width:480px){.products-section{padding:2.5rem 0 2rem}.products-container{padding:0 1rem}.products-row{padding-left:.875rem;padding-right:.875rem;gap:.75rem}.product-card{flex:0 0 160px;height:260px}.product-card-content{padding:1rem .875rem;gap:.3rem}.product-card-title{font-size:.95rem}.product-card-desc{font-size:.7rem;line-height:1.45}.product-card-tag{font-size:.55rem}.product-icon-wrapper{width:26px;height:26px}.products-nav-btn{width:38px;height:38px}.products-title{font-size:1.6rem}}.clients-section{background:#fbfbfd;padding:4.5rem 0 5rem;position:relative;z-index:1;border-top:1px solid rgba(0,0,0,.04)}.clients-container{max-width:1400px;margin:0 auto}.clients-header{text-align:center;margin-bottom:3.5rem;padding:0 2rem}.clients-tagline{font-family:Inter,sans-serif;font-size:.68rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:#8c8c9e;margin-bottom:.5rem}.clients-title{font-family:Outfit,Inter,sans-serif;font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:700;letter-spacing:-.02em;color:#0c0b1a;line-height:1.2;margin:0}.clients-line{width:2rem;height:3px;background:#1a1a2e;margin:1rem auto 0}.clients-marquee-wrapper{overflow:hidden;position:relative;width:100%;padding:1.5rem 0;display:flex}.clients-marquee-wrapper:before,.clients-marquee-wrapper:after{content:"";height:100%;width:15%;position:absolute;top:0;z-index:2;pointer-events:none}.clients-marquee-wrapper:before{left:0;background:linear-gradient(to right,#fbfbfd 15%,transparent 100%)}.clients-marquee-wrapper:after{right:0;background:linear-gradient(to left,#fbfbfd 15%,transparent 100%)}.clients-marquee-wrapper.simple-marquee:before{background:linear-gradient(to right,#ffffff 15%,transparent 100%)}.clients-marquee-wrapper.simple-marquee:after{background:linear-gradient(to left,#ffffff 15%,transparent 100%)}.clients-marquee-track{display:flex;gap:2rem;width:max-content;animation:marquee-scroll 35s linear infinite}.clients-marquee-wrapper:hover .clients-marquee-track{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(calc(-33.333% - .666rem))}}.client-logo-card{display:flex;align-items:center;gap:.85rem;background:#fff;padding:1rem 2rem;border-radius:.75rem;box-shadow:0 4px 15px #0000000a;border:1px solid rgba(0,0,0,.04);transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s ease;-webkit-user-select:none;user-select:none}.client-logo-card:hover{transform:translateY(-3px) scale(1.02);border-color:#f2a9004d}.client-logo-icon{width:24px;height:24px;color:#1a1a2e;display:flex;align-items:center;justify-content:center;transition:color .25s ease}.client-logo-card:hover .client-logo-icon{color:#f2a900}.client-logo-name{font-family:Inter,sans-serif;font-size:.92rem;font-weight:500;color:#1a1a2e;letter-spacing:-.01em;white-space:nowrap}.client-logo-svg{width:100%;height:100%}.lazy-section-placeholder{display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:16px;margin:1rem 2rem}.lazy-section-skeleton{display:flex;flex-direction:column;gap:.85rem;width:280px;align-items:center}.lazy-skeleton-bar{height:12px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;border-radius:6px;animation:lazyShimmer 1.5s ease-in-out infinite}@keyframes lazyShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:600px){.lazy-section-placeholder{margin:.5rem 1rem}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-block,.skeleton-line{background:linear-gradient(90deg,#ebebed 25%,#e0e0e4,#ebebed 75%);background-size:800px 100%;animation:shimmer 1.4s infinite;border-radius:4px}.shop-embla-static{display:flex;gap:1.5rem;overflow:hidden}.shop-embla-static .shop-card-skeleton{flex:0 0 260px}.shop-empty-section{text-align:center;padding:3.5rem 2rem;background:#fff;border-radius:14px;border:1.5px dashed #e0e0e8;display:flex;flex-direction:column;align-items:center;gap:.65rem}.shop-empty-section .shop-empty-icon{color:#ccc}.shop-empty-section h3{font-family:Outfit,Inter,sans-serif;font-size:1.2rem;font-weight:700;color:#333;margin:0}.shop-empty-section p{font-family:Inter,sans-serif;font-size:.88rem;color:#8c8c9e;max-width:340px;line-height:1.6;margin:0}.shop-section{background:#f7f7f9;padding:5rem 2rem}.shop-container{max-width:1280px;margin:0 auto}.shop-header-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem;gap:1rem}.shop-header{text-align:left}.shop-tagline{font-family:Inter,sans-serif;font-size:.68rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:#8c8c9e;margin-bottom:.5rem;margin-top:0}.shop-title{font-family:Outfit,Inter,sans-serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;letter-spacing:-.02em;color:#0c0b1a;line-height:1.1;margin:0}.shop-line{width:2.5rem;height:3px;background:#1a1a2e;margin:.75rem 0 0}.shop-arrows{display:flex;gap:.6rem;flex-shrink:0}.shop-arrow-btn{width:2.6rem;height:2.6rem;border-radius:50%;border:1.5px solid #d0d0d0;background:#fff;color:#1a1a2e;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00000012}.shop-arrow-btn:hover{background:#1a1a2e;color:#fff;border-color:#1a1a2e;box-shadow:0 4px 16px #1a1a2e33}.shop-embla{overflow:hidden;border-radius:.5rem}.shop-embla-container{display:flex;gap:1.5rem;backface-visibility:hidden;touch-action:pan-y}.shop-embla-slide{flex:0 0 calc((100% - 4.5rem) / 4.2);min-width:0}.shop-dots{display:flex;justify-content:center;align-items:center;gap:.45rem;margin-top:2rem}.shop-dot{height:.45rem;border:none;cursor:pointer;border-radius:4px;padding:0;transition:width .3s ease,background-color .3s ease}.shop-dot-active{width:1.8rem;background:#1a1a2e}.shop-dot-inactive{width:.45rem;background:#ccc}.shop-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;box-shadow:0 4px 16px #00000008;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease;cursor:pointer;height:100%;box-sizing:border-box}.shop-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000012}.shop-img-wrapper{position:relative;height:190px;overflow:hidden;background:#fff;border-bottom:1px solid rgba(0,0,0,.05)}.shop-image{width:100%;height:100%;object-fit:contain;padding:4px;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1)}.shop-card:hover .shop-image{transform:scale(1.03)}.shop-badge{position:absolute;top:.75rem;left:.75rem;font-family:Inter,sans-serif;font-size:.58rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#f2a900;color:#fff;padding:.25rem .65rem;border-radius:2rem;z-index:5;box-shadow:0 2px 8px #f2a90026}.shop-info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.shop-card-title{font-family:Outfit,Inter,sans-serif;font-size:.95rem;font-weight:600;color:#1c1c1e;letter-spacing:-.01em;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.6em}.shop-card-price-row{display:flex;align-items:baseline;gap:.5rem;margin:0}.shop-card-price-slashed{font-family:Outfit,sans-serif;font-size:.82rem;text-decoration:line-through;color:#a0a0ab;font-weight:500}.shop-card-price-current{font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:700;color:#128c7e}.shop-card-metadata{display:flex;flex-direction:column;gap:.35rem;margin:.25rem 0 .85rem;border-top:1px solid #f0f0f2;padding-top:.75rem}.metadata-row{display:flex;justify-content:space-between;font-family:Inter,sans-serif;font-size:.74rem}.meta-label{color:#888;font-weight:400}.meta-value{color:#555;font-weight:500;text-align:right;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-cart-btn{margin-top:auto;font-family:Inter,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;background:#1a1a2e;color:#fff;border:none;padding:.75rem 0;width:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;border-radius:6px;transition:background-color .25s ease,opacity .2s ease}.shop-cart-btn:hover{background:#25d366;opacity:1}@media(max-width:1100px){.shop-embla-slide{flex:0 0 calc((100% - 1.5rem) / 3.1)}}@media(max-width:700px){.shop-embla-slide{flex:0 0 80%}.shop-header-row{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.shop-embla-slide{flex:0 0 88%}}.category-carousels-container{display:flex;flex-direction:column;gap:3.5rem}.category-carousel-wrapper{margin-top:1rem}.category-carousel-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;border-bottom:2px solid #eef0f3;padding-bottom:.75rem}.category-carousel-titles{display:flex;flex-direction:column;text-align:left}.category-carousel-subtitle{font-family:Inter,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#f2a900;margin-bottom:.35rem}.category-carousel-title{font-family:Outfit,Inter,sans-serif;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:700;letter-spacing:-.01em;color:#0c0b1a;margin:0}.category-carousel-arrows{display:flex;gap:.5rem;flex-shrink:0}.category-carousel-arrow-btn{width:2.2rem;height:2.2rem;border-radius:50%;border:1.5px solid #d0d0d0;background:#fff;color:#1a1a2e;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #0000000d}.category-carousel-arrow-btn:hover{background:#1a1a2e;color:#fff;border-color:#1a1a2e;box-shadow:0 4px 12px #1a1a2e26}.category-empty-state{background:#fff;border:1.5px dashed #e2e8f0;border-radius:12px;padding:3rem 1.5rem;text-align:center;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000003}.category-empty-text{font-family:Inter,sans-serif;font-size:.95rem;color:#8c8c9e;font-weight:500;margin:0;letter-spacing:.02em}.premium-courier-section{background:linear-gradient(180deg,#f8f9fa,#fff);padding:8rem 2rem;position:relative;overflow:hidden}.courier-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.courier-header{text-align:center;max-width:600px;margin:0 auto 5rem}.courier-badge{display:inline-block;background:#f2a9001a;color:#f2a900;padding:.5rem 1.5rem;border-radius:50px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.courier-main-title{font-family:Outfit,Inter,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:#0a0a0a;line-height:1.1;margin-bottom:1rem}.courier-main-subtitle{font-family:Inter,sans-serif;font-size:1.1rem;color:#555;line-height:1.6}.courier-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:6rem}.courier-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 10px 40px #0000000a;border:1px solid rgba(0,0,0,.04);position:relative;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;align-items:flex-start}.courier-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00000014;border-color:#f2a9004d}.courier-icon-wrapper{width:60px;height:60px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.courier-icon{font-size:1.75rem;color:#333;transition:color .3s ease}.courier-card:hover .courier-icon-wrapper{background:#f2a900}.courier-card:hover .courier-icon{color:#fff}.courier-card-title{font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;color:#0a0a0a;margin-bottom:.5rem}.courier-card-tagline{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:#f2a900;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.courier-card-desc{font-family:Inter,sans-serif;font-size:.95rem;color:#666;line-height:1.6}.courier-card-glow{position:absolute;bottom:-50px;right:-50px;width:150px;height:150px;background:radial-gradient(circle,#f2a9001a,#fff0 70%);border-radius:50%;opacity:0;transition:opacity .5s ease;pointer-events:none}.courier-card:hover .courier-card-glow{opacity:1}.central-region-card{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 15px 45px #0000000d;border:1px solid rgba(0,0,0,.06)}.central-region-top{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:2.5rem}.central-region-text-content{display:flex;flex-direction:column;justify-content:center}.central-region-title{font-family:Outfit,sans-serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;color:#0a0a0a;line-height:1.2;margin:0}.central-region-accent-bar{width:48px;height:4px;background:linear-gradient(90deg,#f2a900,#f60);border-radius:4px;margin:1rem 0 1.25rem}.central-region-description{font-family:Inter,sans-serif;font-size:1.05rem;color:#555;line-height:1.65;margin:0}.central-region-image-wrapper{width:100%;height:100%;max-height:280px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f9fa;box-shadow:0 6px 20px #0000000f}.central-region-truck-img{width:100%;height:100%;max-height:280px;object-fit:cover;border-radius:16px;transition:transform .4s ease}.central-region-card:hover .central-region-truck-img{transform:scale(1.02)}.central-region-map-wrapper{position:relative;width:100%;height:400px;border-radius:20px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 30px #0000000f}.central-region-iframe{width:100%;height:100%;filter:contrast(102%) saturate(105%)}.map-floating-card{position:absolute;top:24px;left:24px;z-index:5;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;padding:1.25rem 1.5rem;box-shadow:0 12px 36px #0000001f;border:1px solid rgba(0,0,0,.06);display:flex;gap:1rem;align-items:flex-start;max-width:340px;transition:transform .3s ease}.map-floating-card:hover{transform:translateY(-2px)}.map-card-icon-box{width:44px;height:44px;min-width:44px;background:#f2a90026;border-radius:12px;display:flex;align-items:center;justify-content:center}.map-pin-icon{color:#f2a900;font-size:1.35rem}.map-card-info h4{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;color:#0a0a0a;margin:0 0 .35rem}.map-card-info p{font-family:Inter,sans-serif;font-size:.85rem;color:#555;line-height:1.45;margin:0}@media(max-width:900px){.premium-courier-section{padding:5rem 1.5rem}.central-region-card{padding:2rem;border-radius:20px}.central-region-top{grid-template-columns:1fr;gap:1.75rem;margin-bottom:2rem}.central-region-title{font-size:1.85rem}.central-region-image-wrapper,.central-region-truck-img{max-height:220px}.central-region-map-wrapper{height:320px;border-radius:16px}.map-floating-card{top:16px;left:16px;right:16px;max-width:calc(100% - 32px);padding:1rem 1.15rem}}@media(max-width:600px){.premium-courier-section{padding:3rem 1rem}.courier-header{margin-bottom:2.5rem}.courier-main-title{font-size:1.85rem}.central-region-card{padding:1.25rem 1rem;border-radius:16px}.central-region-top{gap:1.15rem;margin-bottom:1.25rem}.central-region-title{font-size:1.45rem;font-weight:700;line-height:1.25}.central-region-accent-bar{width:36px;height:3px;margin:.5rem 0 .75rem}.central-region-description{font-size:.9rem;line-height:1.55;color:#4b5563}.central-region-image-wrapper,.central-region-truck-img{max-height:180px;border-radius:12px}.central-region-map-wrapper{height:250px;border-radius:14px}.map-floating-card{top:10px;left:10px;right:10px;max-width:none;padding:.65rem .85rem;gap:.65rem;border-radius:12px;background:#fffffff2}.map-card-icon-box{width:34px;height:34px;min-width:34px;border-radius:8px}.map-pin-icon{font-size:1rem}.map-card-info h4{font-size:.9rem;margin-bottom:.15rem}.map-card-info p{font-size:.76rem;line-height:1.35}}.offices-section{padding:6rem 2rem;background:#f8fafc;border-top:1px solid rgba(0,0,0,.05)}.offices-container{max-width:1200px;margin:0 auto}.offices-header{text-align:center;margin-bottom:4rem}.offices-main-title{font-family:Outfit,Inter,sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:#0a0a0a;line-height:1.2;margin:0}.text-highlight{color:#f2a900}.offices-accent-bar{width:48px;height:4px;background:linear-gradient(90deg,#f2a900,#f60);border-radius:4px;margin:.85rem auto 1rem}.offices-subtitle{font-family:Inter,sans-serif;font-size:1.05rem;color:#64748b;margin:0}.offices-cards-list{display:flex;flex-direction:column;gap:2.5rem}.office-location-card{background:#fff;border-radius:24px;border:1px solid rgba(0,0,0,.06);box-shadow:0 15px 45px #0000000d;display:grid;grid-template-columns:1fr 1.1fr;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.office-location-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #00000014}.office-details-col{padding:3rem;display:flex;flex-direction:column;justify-content:center}.office-badge-header{display:flex;align-items:center;gap:1.25rem}.office-icon-circle{width:60px;height:60px;min-width:60px;border-radius:50%;background:linear-gradient(135deg,#f2a900,#f60);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;box-shadow:0 8px 24px #f2a90047}.office-title-meta{display:flex;flex-direction:column}.office-badge-tag{font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f2a900;margin-bottom:.2rem}.office-name{font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:700;color:#0a0a0a;margin:0;line-height:1.25}.office-address-row{display:flex;gap:.75rem;align-items:flex-start;margin-top:1.5rem}.office-pin-icon{color:#f2a900;font-size:1.1rem;margin-top:2px}.office-address-txt{font-family:Inter,sans-serif;font-size:.95rem;color:#475569;line-height:1.55;margin:0}.office-divider{height:1px;background:#e2e8f0;margin:1.5rem 0}.office-contact-list{display:flex;flex-direction:column;gap:.75rem}.office-contact-item{display:flex;align-items:center;gap:.75rem}.contact-icon{color:#f2a900;font-size:.95rem}.contact-link{font-family:Inter,sans-serif;font-size:.92rem;font-weight:500;color:#334155;text-decoration:none;transition:color .2s ease}.contact-link:hover{color:#f2a900}.office-map-col{position:relative;width:100%;min-height:340px}.office-map-iframe{width:100%;height:100%;filter:contrast(102%) saturate(105%)}.office-map-floating-card{position:absolute;top:24px;right:24px;z-index:5;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;padding:1rem 1.25rem;box-shadow:0 10px 30px #0000001f;border:1px solid rgba(0,0,0,.06);display:flex;gap:.85rem;align-items:center;max-width:280px}.office-map-pin-box{width:38px;height:38px;min-width:38px;border-radius:10px;background:#f2a90026;display:flex;align-items:center;justify-content:center;color:#f2a900}.office-map-pin{font-size:1.15rem}.office-map-callout-info h4{font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;color:#0a0a0a;margin:0 0 .15rem}.office-map-callout-info p{font-family:Inter,sans-serif;font-size:.78rem;color:#64748b;margin:0;line-height:1.35}@media(max-width:900px){.offices-section{padding:5rem 1.5rem}.office-location-card{grid-template-columns:1fr}.office-details-col{padding:2rem}.office-map-col{min-height:280px;height:280px}.office-map-floating-card{top:16px;right:16px;left:16px;max-width:none}}@media(max-width:600px){.offices-section{padding:3.5rem 1rem}.offices-header{margin-bottom:2.5rem}.office-location-card{border-radius:18px}.office-details-col{padding:1.5rem 1.25rem}.office-icon-circle{width:48px;height:48px;min-width:48px;font-size:1.15rem}.office-name{font-size:1.3rem}.office-address-row{margin-top:1rem}.office-address-txt{font-size:.88rem}.office-divider{margin:1rem 0}.contact-link{font-size:.85rem}.office-map-col{min-height:240px;height:240px}.office-map-floating-card{top:10px;right:10px;left:10px;padding:.65rem .85rem;gap:.65rem;border-radius:10px}.office-map-pin-box{width:32px;height:32px;min-width:32px}.office-map-callout-info h4{font-size:.82rem}.office-map-callout-info p{font-size:.72rem}}.social-section{padding:6rem 2rem;background:#f8fafc;border-top:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden}.social-container{max-width:1200px;margin:0 auto;position:relative}.social-section-header{text-align:center;margin-bottom:4.5rem}.social-tagline{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#f2a900;margin-bottom:.5rem}.social-title{font-family:Inter,sans-serif;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#0f172a;margin:0 0 1rem;letter-spacing:-.02em}.orange-underline{position:relative;display:inline-block}.orange-underline:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:#f2a900;border-radius:2px}.social-dashboard-grid{display:grid;grid-template-columns:1.1fr 1.9fr;gap:2rem;align-items:stretch}.engineer-profile-card{background:#fff;border-radius:20px;padding:2.75rem 2.25rem;color:#0f172a;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 20px 40px #0f172a0d;border:1px solid rgba(0,0,0,.05)}.profile-card-glow{position:absolute;top:-50px;right:-50px;width:150px;height:150px;background:radial-gradient(circle,#f2a90026,#f2a90000 70%);pointer-events:none}.engineer-card-header{display:flex;gap:1.25rem;align-items:center;margin-bottom:1.75rem}.engineer-avatar-wrapper{position:relative;width:64px;height:64px;background:#f2a900;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #f2a90040;flex-shrink:0}.engineer-avatar-txt{font-family:Inter,sans-serif;font-weight:700;font-size:1.35rem;color:#0f172a}.engineer-identity{display:flex;flex-direction:column}.engineer-badge{font-family:Inter,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#f2a900;margin-bottom:.25rem}.engineer-name{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:700;color:#0f172a;margin:0 0 .15rem}.engineer-title{font-family:Inter,sans-serif;font-size:.82rem;color:#94a3b8;margin:0}.engineer-bio{font-family:Inter,sans-serif;font-size:.9rem;line-height:1.6;color:#475569;margin-bottom:1.75rem}.engineer-skills-checklist{display:flex;flex-direction:column;gap:.85rem;margin-bottom:2rem}.skill-check-item{display:flex;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#334155}.engineer-portfolio-btn{margin-top:auto;background:#0f172a;color:#fff;border-radius:12px;padding:.95rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem;text-decoration:none;font-family:Inter,sans-serif;font-size:.88rem;font-weight:700;letter-spacing:.03em;border:1px solid rgba(242,169,0,.35);box-shadow:0 8px 24px #0f172a1f;transition:all .3s cubic-bezier(.16,1,.3,1)}.engineer-portfolio-btn:hover{background:#f2a900;color:#0f172a;border-color:#f2a900;transform:translateY(-3px);box-shadow:0 12px 30px #f2a90059}.portfolio-btn-icon{font-size:.8rem;transition:transform .25s ease}.engineer-portfolio-btn:hover .portfolio-btn-icon{transform:translate(3px) translateY(-1px)}.social-right-column{display:flex;flex-direction:column;gap:1.5rem;justify-content:center}.youtube-player-card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 16px 40px #0f172a0f;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1rem}.youtube-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.yt-header-left{display:flex;flex-direction:column;gap:.35rem}.yt-card-title{font-family:Outfit,Inter,sans-serif;font-size:1.1rem;font-weight:700;color:#0f172a;margin:0;line-height:1.35}.yt-channel-link{font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;color:#64748b;text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;transition:color .2s ease}.yt-channel-link:hover{color:red}.youtube-video-container{position:relative;width:100%;height:250px;border-radius:14px;overflow:hidden;background:#0f172a;box-shadow:0 8px 24px #00000026}.youtube-iframe{width:100%;height:100%;border:none}.youtube-thumbnail-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s cubic-bezier(.16,1,.3,1),filter .3s ease;filter:brightness(.82) saturate(1.1)}.youtube-preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.youtube-thumbnail-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b8,#00000040,#00000026);display:flex;align-items:center;justify-content:center;transition:background .3s ease}.youtube-preview-overlay:hover .youtube-thumbnail-bg{transform:scale(1.05);filter:brightness(.65) saturate(1.15)}.youtube-preview-overlay:hover .youtube-thumbnail-scrim{background:linear-gradient(to top,#000000d1,#00000059,#0003)}.youtube-play-btn-wrapper{display:flex;flex-direction:column;align-items:center;gap:.85rem;text-align:center;z-index:1}.youtube-play-btn{width:68px;height:68px;background:#ff0000eb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 32px #ff00008c,0 0 0 6px #ffffff1f;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.play-icon{font-size:1.3rem;margin-left:4px}.youtube-preview-overlay:hover .youtube-play-btn{transform:scale(1.12);box-shadow:0 14px 40px #ff0000b3,0 0 0 8px #ffffff2e}.play-btn-text{font-family:Inter,sans-serif;font-size:.82rem;font-weight:700;color:#fffffff2;letter-spacing:.06em;text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.6)}.social-og-and-quick-links{display:flex;flex-direction:column;gap:1rem}.fb-og-preview-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;text-decoration:none;box-shadow:0 8px 25px #0f172a0a;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column}.fb-og-preview-card:hover{transform:translateY(-3px);border-color:#1877f2;box-shadow:0 14px 35px #1877f21f}.fb-og-banner{background:linear-gradient(90deg,#1877f2,#0d5bb5);color:#fff;padding:.6rem 1.25rem;display:flex;justify-content:space-between;align-items:center}.fb-og-badge{display:inline-flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.fb-og-domain{font-family:Inter,sans-serif;font-size:.72rem;opacity:.85}.fb-og-content{padding:1.25rem;display:flex;gap:1rem;align-items:center}.fb-og-avatar-box{width:50px;height:50px;min-width:50px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid #1877f2;box-shadow:0 4px 12px #1877f233;position:relative;padding:2px}.fb-og-avatar{width:100%;height:100%;object-fit:contain;border-radius:50%}.fb-og-details{display:flex;flex-direction:column;gap:.25rem;flex-grow:1}.fb-og-title-row{display:flex;align-items:center;gap:.4rem}.fb-og-title{font-family:Outfit,Inter,sans-serif;font-size:1rem;font-weight:700;color:#0f172a;margin:0}.fb-verified-icon{color:#1877f2;font-size:.9rem}.fb-og-description{font-family:Inter,sans-serif;font-size:.8rem;color:#64748b;line-height:1.45;margin:0}.fb-og-meta-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.4rem;padding-top:.4rem;border-top:1px solid #f1f5f9}.fb-meta-item{font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;color:#1877f2;display:inline-flex;align-items:center;gap:.35rem}.fb-og-action{font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;color:#0f172a;transition:color .2s ease}.fb-og-preview-card:hover .fb-og-action{color:#1877f2}.social-quick-links-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.social-strip-card{background:#fff;border-radius:14px;padding:1rem;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;gap:.75rem;text-decoration:none;box-shadow:0 4px 14px #00000008;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.social-strip-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.social-strip-card.wa-theme:hover{border-color:#25d366}.social-strip-card.yt-theme:hover{border-color:red}.social-strip-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;border-radius:10px;background:#f8fafc}.wa-theme .social-strip-icon{color:#25d366;background:#25d3661a}.yt-theme .social-strip-icon{color:red;background:#ff00001a}.social-strip-info{display:flex;flex-direction:column;overflow:hidden}.social-strip-info strong{font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;color:#0f172a}.social-strip-info span{font-family:Inter,sans-serif;font-size:.7rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.social-strip-arrow{margin-left:auto;font-size:.9rem;color:#cbd5e1;transition:transform .2s ease,color .2s ease}.social-strip-card:hover .social-strip-arrow{transform:translate(3px);color:#0f172a}@media(max-width:900px){.social-section{padding:4rem 1.25rem}.social-section-header{margin-bottom:2.5rem}.social-dashboard-grid{grid-template-columns:1fr;gap:2rem}.engineer-profile-card{padding:1.75rem 1.5rem}.youtube-player-card{padding:1.25rem 1rem}.youtube-video-container{height:220px}}@media(max-width:600px){.social-section{padding:3.25rem 1rem}.engineer-card-header{flex-direction:row;gap:1rem}.engineer-name{font-size:1.15rem}.youtube-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.yt-card-title{font-size:1rem}.youtube-video-container{height:190px}.fb-og-content{flex-direction:column;align-items:flex-start;gap:.75rem}.social-quick-links-strip{grid-template-columns:1fr}.engineer-portfolio-btn{padding:.85rem 1.25rem;font-size:.84rem}}.home-container{display:flex;flex-direction:column;min-height:100vh;animation:fadeInPage .6s ease-out}@keyframes fadeInPage{0%{opacity:0}to{opacity:1}}/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--font-weight-normal:400;--font-weight-medium:500;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}html{font-size:var(--font-size)}h1{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.5}h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.5}h3{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.5}h4,label,button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.isolate{isolation:isolate}.block{display:block}.flex{display:flex}.grid{display:grid}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.border{border-style:var(--tw-border-style);border-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root{--font-size:16px;--background:#fff;--foreground:oklch(14.5% 0 0);--card:#fff;--card-foreground:oklch(14.5% 0 0);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.5% 0 0);--primary:#030213;--primary-foreground:oklch(100% 0 0);--secondary:oklch(95% .0058 264.53);--secondary-foreground:#030213;--muted:#ececf0;--muted-foreground:#717182;--accent:#e9ebef;--accent-foreground:#030213;--destructive:#d4183d;--destructive-foreground:#fff;--border:#0000001a;--input:transparent;--input-background:#f3f3f5;--switch-background:#cbced4;--font-weight-medium:500;--font-weight-normal:400;--ring:oklch(70.8% 0 0);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08);--radius:.625rem;--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.5% 0 0);--sidebar-primary:#030213;--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(97% 0 0);--sidebar-accent-foreground:oklch(20.5% 0 0);--sidebar-border:oklch(92.2% 0 0);--sidebar-ring:oklch(70.8% 0 0)}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(14.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(14.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(98.5% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(26.9% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(39.6% .141 25.723);--destructive-foreground:oklch(63.7% .237 25.331);--border:oklch(26.9% 0 0);--input:oklch(26.9% 0 0);--ring:oklch(43.9% 0 0);--font-weight-medium:500;--font-weight-normal:400;--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439);--sidebar:oklch(20.5% 0 0);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(26.9% 0 0);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(26.9% 0 0);--sidebar-ring:oklch(43.9% 0 0)}.app-root-layout{background:#fff;flex-direction:column;min-height:100vh;display:flex}.app-main-content{flex:1}.orange-underline{text-underline-offset:6px;-webkit-text-decoration:underline #f2a900;text-decoration:underline #f2a900;text-decoration-thickness:3px}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
