:root{--main-color:#e8640c;--secondary-color:#06064c;--bg-light:#f8f9fa;--text-muted:#6c757d;--transition:all .3s ease}*,input,button,textarea,select{box-sizing:border-box;-webkit-tap-highlight-color:transparent;outline:none;margin:0;padding:0;font-family:Inter,sans-serif;text-decoration:none;list-style:none}html{scroll-behavior:smooth}body{color:#000;-webkit-font-smoothing:antialiased;background-color:#fff;line-height:1.5;overflow-x:hidden}body a{color:inherit;transition:var(--transition)}body button{cursor:pointer;font:inherit;background:0 0;border:none}body img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}@media (width<=1024px){.container{max-width:960px}}@media (width<=768px){.container{padding:0 16px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--main-color);border-radius:4px}.site-header{width:100%;transition:var(--transition);z-index:1000;background-color:#0000;padding:16px 0;position:fixed;top:0;left:0}.site-header.scrolled{background-color:var(--secondary-color);padding:10px 0;box-shadow:0 4px 20px #00000040}.site-header .header-container{justify-content:space-between;align-items:center;display:flex}.site-header .logo{align-items:center;display:flex}.site-header .logo .logo-img{object-fit:contain;width:auto;height:35px;transition:transform .2s;display:block}@media (width<=767px){.site-header .logo .logo-img{height:30px}}.site-header .logo .logo-img:hover{transform:scale(1.03)}.site-header .desktop-nav{align-items:center;gap:28px;display:flex}.site-header .desktop-nav a{color:#fff;font-size:.9rem;font-weight:600;position:relative}.site-header .desktop-nav a.active,.site-header .desktop-nav a:hover{color:var(--main-color)}.site-header .desktop-nav .dropdown-wrapper{position:relative}.site-header .desktop-nav .dropdown-wrapper .dropdown-trigger{color:#fff;cursor:pointer;align-items:center;gap:4px;font-size:.9rem;font-weight:600;transition:color .2s;display:flex}.site-header .desktop-nav .dropdown-wrapper .dropdown-trigger.active,.site-header .desktop-nav .dropdown-wrapper .dropdown-trigger:hover{color:var(--main-color)}.site-header .desktop-nav .dropdown-wrapper .dropdown-trigger .chevron{transition:transform .2s}.site-header .desktop-nav .dropdown-wrapper .dropdown-trigger .chevron.open{transform:rotate(180deg)}.site-header .desktop-nav .dropdown-wrapper .dropdown-menu{background-color:var(--secondary-color);border:1px solid #ffffff1a;border-radius:6px;min-width:220px;margin-top:12px;padding:8px 0;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #0000004d}.site-header .desktop-nav .dropdown-wrapper .dropdown-menu li a{color:#d1d5db;padding:10px 16px;font-size:.85rem;transition:all .2s;display:block}.site-header .desktop-nav .dropdown-wrapper .dropdown-menu li a.active,.site-header .desktop-nav .dropdown-wrapper .dropdown-menu li a:hover{color:var(--main-color);background-color:#ff5e001a}@media (width<=991px){.site-header .desktop-nav{display:none}}.site-header .header-actions{align-items:center;gap:12px;display:flex}.site-header .header-actions .catalog-btn{color:#fff;transition:var(--transition);background-color:#ffffff1a;border:1px solid #ffffff40;border-radius:4px;align-items:center;gap:6px;padding:9px 16px;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.site-header .header-actions .catalog-btn:hover{color:#fff;background-color:#fff3;border-color:#fff}@media (width<=991px){.site-header .header-actions .catalog-btn{display:none}}.site-header .header-actions .cta-btn{background-color:var(--main-color);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:4px;padding:10px 22px;font-size:.9rem;font-weight:700}.site-header .header-actions .cta-btn:hover{opacity:.9}@media (width<=991px){.site-header .header-actions .cta-btn{display:none}}.site-header .header-actions .mobile-toggle{color:#fff;cursor:pointer;background:0 0;border:none;display:none}@media (width<=991px){.site-header .header-actions .mobile-toggle{justify-content:center;align-items:center;display:flex!important}}.site-header .mobile-menu{background-color:var(--secondary-color);border-top:1px solid #ffffff1a;margin-top:16px;overflow:hidden}@media (width>=992px){.site-header .mobile-menu{display:none}}.site-header .mobile-menu .mobile-nav{flex-direction:column;gap:12px;padding:20px;display:flex}.site-header .mobile-menu .mobile-nav a{color:#fff;font-size:.95rem;font-weight:600}.site-header .mobile-menu .mobile-nav a.active,.site-header .mobile-menu .mobile-nav a:hover{color:var(--main-color)}.site-header .mobile-menu .mobile-nav .mobile-sub-services{border-left:2px solid var(--main-color);flex-direction:column;gap:8px;margin:4px 0 8px;padding-left:12px;display:flex}.site-header .mobile-menu .mobile-nav .mobile-sub-services a{color:#a0aec0;font-size:.85rem}.site-header .mobile-menu .mobile-nav .mobile-sub-services a.active,.site-header .mobile-menu .mobile-nav .mobile-sub-services a:hover{color:var(--main-color)}.site-header .mobile-menu .mobile-nav .mobile-actions-group{border-top:1px solid #ffffff1a;flex-direction:column;gap:10px;margin-top:14px;padding-top:14px;display:flex}.site-header .mobile-menu .mobile-nav .mobile-actions-group .mobile-catalog-btn{color:#fff;transition:var(--transition);background-color:#ffffff1f;border:1px solid #ffffff40;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:11px;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.site-header .mobile-menu .mobile-nav .mobile-actions-group .mobile-catalog-btn:hover{background-color:#fff3}.site-header .mobile-menu .mobile-nav .mobile-actions-group .mobile-cta{text-align:center;background-color:var(--main-color);color:#fff;cursor:pointer;border:none;border-radius:4px;width:100%;padding:11px;font-size:.9rem;font-weight:700;display:block}.quote-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;background-color:#0a0e1ad1;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.quote-modal-overlay .quote-modal-card{overscroll-behavior:contain;background-color:#fff;border:none;outline:none;width:100%;max-width:820px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 25px 50px #0006}.quote-modal-overlay .quote-modal-card::-webkit-scrollbar{width:5px}.quote-modal-overlay .quote-modal-card::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.quote-modal-overlay .quote-modal-card .close-btn{width:32px;height:32px;color:var(--secondary-color);cursor:pointer;z-index:10;background-color:#f1f3f5;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:14px;right:14px}.quote-modal-overlay .quote-modal-card .close-btn:hover{background-color:var(--main-color);color:#fff}.quote-modal-overlay .quote-modal-card .quote-modal-body{grid-template-columns:1fr 1.3fr;display:grid}@media (width<=768px){.quote-modal-overlay .quote-modal-card .quote-modal-body{grid-template-columns:1fr}}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-direct-info{background-color:var(--secondary-color);color:#fff;flex-direction:column;justify-content:space-between;padding:36px 28px;display:flex}@media (width<=768px){.quote-modal-overlay .quote-modal-card .quote-modal-body .side-direct-info{gap:24px;padding:28px 20px}}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-direct-info .side-content .badge{color:var(--main-color);letter-spacing:1px;margin-bottom:10px;font-size:.68rem;font-weight:800;display:inline-block}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-direct-info .side-content h2{text-transform:uppercase;margin-bottom:12px;font-size:1.45rem;font-weight:900;line-height:1.25}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-direct-info .side-content p{color:#ffffffb3;font-size:.85rem;line-height:1.55}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-direct-info .direct-action-box span{color:#fff9;margin-bottom:8px;font-size:.78rem;display:block}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-direct-info .direct-action-box .direct-whatsapp-btn{color:#fff;cursor:pointer;text-transform:uppercase;white-space:nowrap;background-color:#25d366;border:none;border-radius:6px;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:.85rem;font-weight:800;transition:background-color .2s,transform .2s;display:inline-flex}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-direct-info .direct-action-box .direct-whatsapp-btn .whatsapp-svg-icon{flex-shrink:0;display:block}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-direct-info .direct-action-box .direct-whatsapp-btn span{color:#fff;margin-bottom:0;font-size:.85rem;font-weight:800;display:inline-block}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-direct-info .direct-action-box .direct-whatsapp-btn:hover{background-color:#20ba5a;transform:translateY(-2px)}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container{background-color:#fff;padding:32px 28px}@media (width<=576px){.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container{padding:24px 18px}}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container h3{color:var(--secondary-color);text-transform:uppercase;margin-bottom:20px;font-size:1.15rem;font-weight:900}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form{flex-direction:column;gap:14px;display:flex}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group{flex-direction:column;gap:5px;display:flex;position:relative}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group label{color:var(--secondary-color);text-transform:uppercase;font-size:.75rem;font-weight:800}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group input,.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group textarea{width:100%;color:var(--secondary-color);border:1px solid #ced4da;border-radius:6px;padding:10px 12px;font-family:inherit;font-size:.85rem}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group input:focus,.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group textarea:focus{border-color:var(--main-color);outline:none}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group .custom-select-wrapper{position:relative}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group .custom-select-wrapper .custom-select-trigger{cursor:pointer;width:100%;color:var(--secondary-color);background-color:#fff;border:1px solid #ced4da;border-radius:6px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:.85rem;font-weight:600;transition:border-color .2s;display:flex}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group .custom-select-wrapper .custom-select-trigger.has-error{border-color:#dc3545}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group .custom-select-wrapper .custom-select-trigger.open{border-color:var(--main-color)}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group .custom-select-wrapper .custom-select-trigger.open .arrow-icon{transform:rotate(180deg)}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group .custom-select-wrapper .custom-select-trigger .placeholder-text{color:#adb5bd;font-weight:500}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group .custom-select-wrapper .custom-select-trigger .arrow-icon{color:#6c757d;transition:transform .2s}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group .custom-select-wrapper .custom-options-menu{z-index:50;background-color:#fff;border:1px solid #e9ecef;border-radius:6px;width:100%;max-height:180px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 10px 25px #0000001f}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group .custom-select-wrapper .custom-options-menu .option-item{color:#495057;cursor:pointer;border-radius:4px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.825rem;font-weight:600;transition:background-color .15s,color .15s;display:flex}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group .custom-select-wrapper .custom-options-menu .option-item:hover{color:var(--secondary-color);background-color:#f1f3f5}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group .custom-select-wrapper .custom-options-menu .option-item.selected{background-color:color-mix(in srgb, var(--main-color) 12%, transparent);color:var(--main-color);font-weight:800}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .form-group .error-text{color:#dc3545;margin-top:2px;font-size:.7rem;font-weight:700}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .submit-quote-btn{background-color:var(--main-color);color:#fff;cursor:pointer;text-transform:uppercase;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:12px;font-size:.85rem;font-weight:800;transition:background-color .2s;display:flex}.quote-modal-overlay .quote-modal-card .quote-modal-body .side-form-container .quote-form .submit-quote-btn:hover{background-color:color-mix(in srgb, var(--main-color) 88%, #000)}.site-footer{background-color:color-mix(in srgb, var(--secondary-color) 98%, #000);color:#fff;border-top:1px solid #ffffff1a;padding-top:80px;padding-bottom:30px}.site-footer .footer-top-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:60px;display:grid}@media (width<=1024px){.site-footer .footer-top-grid{grid-template-columns:repeat(2,1fr);gap:40px 30px}}@media (width<=576px){.site-footer .footer-top-grid{grid-template-columns:1fr;gap:36px}}.site-footer .footer-col .col-title{color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:24px;font-size:.85rem;font-weight:800}.site-footer .footer-col.brand-col .footer-logo{align-items:center;margin-bottom:20px;text-decoration:none;display:inline-flex}.site-footer .footer-col.brand-col .footer-logo .footer-logo-img{object-fit:contain;width:auto;height:38px;transition:transform .2s;display:block}.site-footer .footer-col.brand-col .footer-logo .footer-logo-img:hover{transform:scale(1.03)}.site-footer .footer-col.brand-col .brand-desc{color:#ffffffa6;max-width:280px;font-size:.9rem;line-height:1.6}.site-footer .footer-col .footer-links{flex-direction:column;gap:12px;display:flex}.site-footer .footer-col .footer-links li a{color:#ffffffa6;transition:var(--transition);align-items:center;gap:6px;font-size:.875rem;display:inline-flex}.site-footer .footer-col .footer-links li a .link-arrow{color:var(--main-color);transition:transform .2s}.site-footer .footer-col .footer-links li a:hover{color:var(--main-color);padding-left:2px}.site-footer .footer-col .footer-links li a:hover .link-arrow{transform:translate(4px)}.site-footer .footer-col.contact-col .contact-list{flex-direction:column;gap:16px;display:flex}.site-footer .footer-col.contact-col .contact-list li{color:#ffffffa6;align-items:flex-start;gap:12px;font-size:.875rem;line-height:1.5;display:flex}.site-footer .footer-col.contact-col .contact-list li .icon{color:var(--main-color);flex-shrink:0;margin-top:2px}.site-footer .footer-col.contact-col .contact-list li a{color:#ffffffa6;transition:var(--transition)}.site-footer .footer-col.contact-col .contact-list li a:hover{color:var(--main-color)}.site-footer .footer-bottom-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:30px;display:flex}@media (width<=768px){.site-footer .footer-bottom-bar{text-align:center;flex-direction:column;align-items:center}}.site-footer .footer-bottom-bar .bottom-left-group{flex-wrap:wrap;align-items:center;gap:20px;display:flex}@media (width<=768px){.site-footer .footer-bottom-bar .bottom-left-group{flex-direction:column;gap:12px}}.site-footer .footer-bottom-bar .bottom-left-group .social-icons{align-items:center;gap:12px;display:flex}.site-footer .footer-bottom-bar .bottom-left-group .social-icons a{color:#fffc;width:36px;height:36px;transition:var(--transition);background-color:#ffffff14;border-radius:50%;justify-content:center;align-items:center;display:flex}.site-footer .footer-bottom-bar .bottom-left-group .social-icons a:hover{background-color:var(--main-color);color:#fff;transform:translateY(-3px)}.site-footer .footer-bottom-bar .bottom-left-group .copyrights{color:#ffffff80;font-size:.825rem}.site-footer .footer-bottom-bar .powered-by{color:#fff9;font-size:.825rem}.site-footer .footer-bottom-bar .powered-by a{color:var(--main-color);transition:var(--transition);font-weight:700;text-decoration:none}.site-footer .footer-bottom-bar .powered-by a:hover{color:#fff;text-decoration:underline}.floating-actions-container{z-index:999;flex-direction:column;align-items:center;gap:14px;display:flex;position:fixed;bottom:32px;right:32px}@media (width<=576px){.floating-actions-container{gap:12px;bottom:20px;right:20px}}.floating-actions-container .action-btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;text-decoration:none;transition:background-color .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 8px 24px #00000038}@media (width<=576px){.floating-actions-container .action-btn{width:48px;height:48px}}.floating-actions-container .action-btn.scroll-top-btn{background-color:var(--secondary-color);color:#fff;border:1px solid #fff3}.floating-actions-container .action-btn.scroll-top-btn:hover{background-color:var(--main-color);box-shadow:0 10px 28px #00000059}.floating-actions-container .action-btn.whatsapp-btn{color:#fff;background-color:#25d366}.floating-actions-container .action-btn.whatsapp-btn .pulse-ring{z-index:-1;background-color:#25d366;border-radius:50%;animation:2s ease-out infinite whatsappPulse;position:absolute;inset:0}.floating-actions-container .action-btn.whatsapp-btn:hover{background-color:#20ba5a;box-shadow:0 10px 28px #25d36673}@keyframes whatsappPulse{0%{opacity:.75;transform:scale(1)}to{opacity:0;transform:scale(1.65)}}.brand-home-attributes-section{background-color:#f8f9fa;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef;padding:70px 0}.brand-home-attributes-section .section-header{flex-direction:column;justify-content:center;align-items:center;margin-bottom:40px;display:flex}.brand-home-attributes-section .section-header .subtitle{color:var(--main-color);letter-spacing:2px;text-transform:uppercase;margin-bottom:8px;font-size:.72rem;font-weight:800;display:inline-block}.brand-home-attributes-section .section-header .title{color:var(--secondary-color);text-transform:uppercase;font-size:1.8rem;font-weight:900;line-height:1.25}.brand-home-attributes-section .section-header .title span{color:var(--main-color)}@media (width<=768px){.brand-home-attributes-section .section-header .title{font-size:1.45rem}}.brand-home-attributes-section .attributes-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (width<=768px){.brand-home-attributes-section .attributes-grid{grid-template-columns:1fr;gap:16px}}.brand-home-attributes-section .attributes-grid .attribute-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;justify-content:space-between;padding:28px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 4px 15px #00000008}.brand-home-attributes-section .attributes-grid .attribute-card:hover{border-color:color-mix(in srgb, var(--main-color) 40%, #e2e8f0);transform:translateY(-4px);box-shadow:0 12px 25px #00000012}.brand-home-attributes-section .attributes-grid .attribute-card .card-top{align-items:center;gap:12px;margin-bottom:12px;display:flex}.brand-home-attributes-section .attributes-grid .attribute-card .card-top .icon-wrapper{background-color:color-mix(in srgb, var(--main-color) 12%, transparent);width:38px;height:38px;color:var(--main-color);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.brand-home-attributes-section .attributes-grid .attribute-card .card-top .attribute-title{color:var(--secondary-color);letter-spacing:.5px;text-transform:uppercase;font-size:1.05rem;font-weight:900}.brand-home-attributes-section .attributes-grid .attribute-card .attribute-desc{color:#4a5568;margin-bottom:20px;font-size:.9rem;line-height:1.55}.brand-home-attributes-section .attributes-grid .attribute-card .attribute-example{border-left:3px solid var(--main-color);background-color:#f8fafc;border-radius:6px;align-items:flex-start;gap:8px;padding:10px 14px;display:flex}.brand-home-attributes-section .attributes-grid .attribute-card .attribute-example .quote-icon{color:var(--main-color);flex-shrink:0;margin-top:2px}.brand-home-attributes-section .attributes-grid .attribute-card .attribute-example span{color:#2d3748;font-size:.82rem;font-style:italic;font-weight:600;line-height:1.4}.clients-home-section{background-color:#fff;padding:50px 0;overflow:hidden}.clients-home-section .section-header{text-align:center;margin-bottom:35px}.clients-home-section .section-header .subtitle{letter-spacing:2px;color:var(--main-color);text-transform:uppercase;margin-bottom:6px;font-size:.75rem;font-weight:800;display:block}.clients-home-section .section-header .title{color:var(--secondary-color);text-transform:uppercase;letter-spacing:-.5px;font-size:1.8rem;font-weight:900}.clients-home-section .section-header .title span{color:var(--main-color)}@media (width<=768px){.clients-home-section .section-header .title{font-size:1.4rem}}.clients-home-section .marquee-container{width:100%;padding:10px 0;position:relative;overflow:hidden}.clients-home-section .marquee-container:before,.clients-home-section .marquee-container:after{content:"";z-index:2;pointer-events:none;width:100px;height:100%;position:absolute;top:0}.clients-home-section .marquee-container:before{background:linear-gradient(90deg,#fff,#0000);left:0}.clients-home-section .marquee-container:after{background:linear-gradient(270deg,#fff,#0000);right:0}.clients-home-section .marquee-container .marquee-track{width:max-content;display:flex}.clients-home-section .marquee-container .marquee-track:hover .marquee-group{animation-play-state:paused}.clients-home-section .marquee-container .marquee-group{flex-shrink:0;align-items:center;animation:25s linear infinite scrollMarquee;display:flex}.clients-home-section .marquee-container .marquee-group .client-logo-item{justify-content:center;align-items:center;height:70px;margin:0 35px;transition:transform .25s;display:flex}.clients-home-section .marquee-container .marquee-group .client-logo-item:hover{transform:scale(1.08)}.clients-home-section .marquee-container .marquee-group .client-logo-item:hover .client-img{filter:grayscale(0%);opacity:1}.clients-home-section .marquee-container .marquee-group .client-logo-item .client-img{object-fit:contain;filter:grayscale();opacity:.65;width:auto;max-width:140px;height:auto;max-height:52px;transition:filter .25s,opacity .25s}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.cta-banner-home-section{background-color:var(--secondary-color);color:#fff;text-align:center;padding:100px 0;position:relative;overflow:hidden}.cta-banner-home-section .corner-accent{border-style:solid;border-width:140px 140px 0 0;border-color:var(--main-color) transparent transparent transparent;z-index:1;width:0;height:0;position:absolute;top:0;left:0}@media (width<=768px){.cta-banner-home-section .corner-accent{border-width:90px 90px 0 0}}.cta-banner-home-section .cta-content{z-index:2;max-width:820px;margin:0 auto;position:relative}.cta-banner-home-section .cta-content .subtitle{letter-spacing:2px;color:var(--main-color);margin-bottom:12px;font-size:.85rem;font-weight:700;display:inline-block;position:relative}.cta-banner-home-section .cta-content .subtitle:before,.cta-banner-home-section .cta-content .subtitle:after{content:"";background-color:var(--main-color);vertical-align:middle;width:16px;height:2px;margin:0 10px;display:inline-block}.cta-banner-home-section .cta-content .title{color:#fff;letter-spacing:-.5px;text-transform:uppercase;margin-bottom:20px;font-size:2.8rem;font-weight:900;line-height:1.15}.cta-banner-home-section .cta-content .title span{color:var(--main-color)}@media (width<=991px){.cta-banner-home-section .cta-content .title{font-size:2.2rem}}@media (width<=576px){.cta-banner-home-section .cta-content .title{font-size:1.7rem}}.cta-banner-home-section .cta-content .contact-info-text{color:#ffffffbf;margin-bottom:36px;font-size:1.05rem;font-weight:500}.cta-banner-home-section .cta-content .contact-info-text a{color:#fff;text-underline-offset:4px;transition:var(--transition);text-decoration:underline}.cta-banner-home-section .cta-content .contact-info-text a:hover{color:var(--main-color)}@media (width<=576px){.cta-banner-home-section .cta-content .contact-info-text{font-size:.9rem}}.cta-banner-home-section .cta-content .actions-wrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;display:flex}.cta-banner-home-section .cta-content .actions-wrapper .btn-primary{background-color:var(--main-color);color:#fff;transition:var(--transition);border-radius:4px;align-items:center;gap:10px;padding:14px 34px;font-size:.95rem;font-weight:700;display:inline-flex}.cta-banner-home-section .cta-content .actions-wrapper .btn-primary:hover{opacity:.92;transform:translateY(-2px)}.cta-banner-home-section .cta-content .actions-wrapper .btn-outline{color:#fff;transition:var(--transition);background-color:#0000;border:1px solid #ffffff59;border-radius:4px;align-items:center;gap:10px;padding:14px 34px;font-size:.95rem;font-weight:700;display:inline-flex}.cta-banner-home-section .cta-content .actions-wrapper .btn-outline:hover{border-color:var(--main-color);color:var(--main-color);background-color:color-mix(in srgb, var(--main-color) 8%, transparent);transform:translateY(-2px)}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.hero-home-section{background-color:var(--secondary-color);width:100%;height:100vh;min-height:650px;position:relative;overflow:hidden}.hero-home-section .hero-swiper{width:100%;height:100%}.hero-home-section .slide-inner{align-items:center;width:100%;height:100%;display:flex;position:relative}.hero-home-section .slide-inner .slide-bg{object-fit:cover;object-position:center;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-home-section .slide-inner .slide-overlay{background:linear-gradient(135deg, color-mix(in srgb, var(--secondary-color) 92%, transparent) 0%, color-mix(in srgb, var(--secondary-color) 75%, transparent) 60%, color-mix(in srgb, var(--secondary-color) 85%, transparent) 100%);z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.hero-home-section .slide-inner .slide-container{z-index:3;padding-top:80px;position:relative}@media (width<=768px){.hero-home-section .slide-inner .slide-container{padding-top:0;transform:translateY(-10px)}}.hero-home-section .slide-inner .slide-content{max-width:820px}.hero-home-section .slide-inner .slide-content .tagline-wrapper{align-items:center;gap:12px;margin-bottom:20px;display:flex}.hero-home-section .slide-inner .slide-content .tagline-wrapper .line{background-color:var(--main-color);width:32px;height:2px}.hero-home-section .slide-inner .slide-content .tagline-wrapper .tagline{letter-spacing:2px;color:var(--main-color);text-transform:uppercase;font-size:.85rem;font-weight:700}.hero-home-section .slide-inner .slide-content .hero-title{color:#fff;letter-spacing:-1px;text-transform:uppercase;margin-bottom:24px;font-size:3.5rem;font-weight:900;line-height:1.15}.hero-home-section .slide-inner .slide-content .hero-title span{color:var(--main-color)}@media (width<=1024px){.hero-home-section .slide-inner .slide-content .hero-title{font-size:2.8rem}}@media (width<=768px){.hero-home-section .slide-inner .slide-content .hero-title{font-size:2rem}}.hero-home-section .slide-inner .slide-content .hero-description{color:var(--text-muted);max-width:680px;margin-bottom:36px;font-size:1.1rem;line-height:1.6}@media (width<=768px){.hero-home-section .slide-inner .slide-content .hero-description{font-size:.95rem}}.hero-home-section .slide-inner .slide-content .hero-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.hero-home-section .slide-inner .slide-content .hero-actions .btn-primary{background-color:var(--main-color);color:#fff;transition:var(--transition);border-radius:4px;padding:14px 32px;font-size:.95rem;font-weight:700}.hero-home-section .slide-inner .slide-content .hero-actions .btn-primary:hover{opacity:.9;transform:translateY(-2px)}.hero-home-section .slide-inner .slide-content .hero-actions .btn-outline{color:#fff;transition:var(--transition);border:1px solid #fff6;border-radius:4px;padding:14px 32px;font-size:.95rem;font-weight:600}.hero-home-section .slide-inner .slide-content .hero-actions .btn-outline:hover{border-color:var(--main-color);color:var(--main-color);background-color:color-mix(in srgb, var(--main-color) 5%, transparent)}.hero-home-section .hero-bottom-controls{z-index:10;position:absolute;bottom:40px;right:5%}.hero-home-section .hero-bottom-controls .custom-nav-box{background-color:color-mix(in srgb, var(--secondary-color) 80%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #ffffff2e;border-radius:30px;align-items:center;gap:14px;padding:8px 16px;display:flex;box-shadow:0 10px 30px #00000059}.hero-home-section .hero-bottom-controls .custom-nav-box .nav-btn{color:#fff;cursor:pointer;background-color:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .25s;display:flex}.hero-home-section .hero-bottom-controls .custom-nav-box .nav-btn:hover{background-color:var(--main-color);border-color:var(--main-color);color:#fff;transform:scale(1.05)}.hero-home-section .hero-bottom-controls .custom-nav-box .custom-hero-pagination{align-items:center;gap:8px;width:auto;padding:0 4px;display:flex}.hero-home-section .hero-bottom-controls .custom-nav-box .custom-hero-pagination .swiper-pagination-bullet{opacity:1;cursor:pointer;background-color:#ffffff40;border-radius:2px;width:20px;height:4px;margin:0;transition:width .3s cubic-bezier(.4,0,.2,1),background-color .3s;position:relative;overflow:hidden}.hero-home-section .hero-bottom-controls .custom-nav-box .custom-hero-pagination .swiper-pagination-bullet:hover{background-color:#fff9}.hero-home-section .hero-bottom-controls .custom-nav-box .custom-hero-pagination .swiper-pagination-bullet-active{background-color:var(--main-color);width:38px;box-shadow:0 0 12px color-mix(in srgb, var(--main-color) 70%, transparent)}@media (width<=768px){.hero-home-section .hero-bottom-controls{bottom:24px;right:50%;transform:translate(50%)}}.portfolio-home-section{background-color:var(--secondary-color);color:#fff;padding:70px 0}.portfolio-home-section .section-header{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:35px;display:flex}@media (width<=991px){.portfolio-home-section .section-header{flex-direction:column;align-items:flex-start;gap:14px}}.portfolio-home-section .section-header .subtitle{letter-spacing:2px;color:var(--main-color);margin-bottom:6px;font-size:.85rem;font-weight:700;display:block}.portfolio-home-section .section-header .title{color:#fff;letter-spacing:-.5px;text-transform:uppercase;font-size:2.1rem;font-weight:900}.portfolio-home-section .section-header .title span{color:var(--main-color)}@media (width<=768px){.portfolio-home-section .section-header .title{font-size:1.65rem}}.portfolio-home-section .section-header .description{color:#ffffffb3;text-align:right;max-width:400px;font-size:.9rem;line-height:1.5}@media (width<=991px){.portfolio-home-section .section-header .description{text-align:left}}.portfolio-home-section .videos-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (width<=991px){.portfolio-home-section .videos-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (width<=576px){.portfolio-home-section .videos-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.portfolio-home-section .videos-grid .video-card{background-color:color-mix(in srgb, var(--secondary-color) 80%, #000);cursor:pointer;border:1px solid #ffffff1f;border-radius:8px;width:100%;height:280px;transition:all .5s;position:relative;overflow:hidden}@media (width<=768px){.portfolio-home-section .videos-grid .video-card{height:240px}}@media (width<=576px){.portfolio-home-section .videos-grid .video-card{height:210px}}.portfolio-home-section .videos-grid .video-card:hover{border-color:var(--main-color)}.portfolio-home-section .videos-grid .video-card:hover .play-btn-circle{background-color:var(--main-color)!important}.portfolio-home-section .videos-grid .video-card:hover .play-btn-circle .play-icon{color:#fff}.portfolio-home-section .videos-grid .video-card .video-thumb-wrapper{width:100%;height:100%;position:relative}.portfolio-home-section .videos-grid .video-card .video-thumb-wrapper .video-thumb{object-fit:cover;pointer-events:none;width:100%;height:100%}.portfolio-home-section .videos-grid .video-card .video-thumb-wrapper .card-overlay{background:linear-gradient(#0000 0%,#0b0e1a33 45%,#0b0e1ae6 100%);position:absolute;inset:0}.portfolio-home-section .videos-grid .video-card .video-thumb-wrapper .play-btn-circle{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#0b0e1ab3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background-color .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.portfolio-home-section .videos-grid .video-card .video-thumb-wrapper .play-btn-circle .play-icon{color:#fff;margin-left:2px}@media (width<=576px){.portfolio-home-section .videos-grid .video-card .video-thumb-wrapper .play-btn-circle{width:36px;height:36px}.portfolio-home-section .videos-grid .video-card .video-thumb-wrapper .play-btn-circle .play-icon{width:14px;height:14px}}.portfolio-home-section .videos-grid .video-card .video-thumb-wrapper .card-content{z-index:2;flex-direction:column;gap:3px;width:100%;padding:12px;display:flex;position:absolute;bottom:0;left:0}@media (width<=576px){.portfolio-home-section .videos-grid .video-card .video-thumb-wrapper .card-content{padding:10px}}.portfolio-home-section .videos-grid .video-card .video-thumb-wrapper .card-content .project-tag{color:var(--main-color);letter-spacing:.5px;text-transform:uppercase;font-size:.65rem;font-weight:800}@media (width<=576px){.portfolio-home-section .videos-grid .video-card .video-thumb-wrapper .card-content .project-tag{font-size:.58rem}}.portfolio-home-section .videos-grid .video-card .video-thumb-wrapper .card-content .project-title{color:#fff;letter-spacing:-.2px;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;font-size:.825rem;font-weight:900;line-height:1.2;overflow:hidden}@media (width<=576px){.portfolio-home-section .videos-grid .video-card .video-thumb-wrapper .card-content .project-title{font-size:.72rem}}.portfolio-home-section .video-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background-color:#05070fe0;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.portfolio-home-section .video-modal-overlay .video-modal-content{background-color:#0b0e1a;border:1px solid #ffffff26;border-radius:14px;width:100%;max-width:380px;position:relative;overflow:hidden}.portfolio-home-section .video-modal-overlay .video-modal-content .modal-top-actions{z-index:10;gap:8px;display:flex;position:absolute;top:12px;right:12px}.portfolio-home-section .video-modal-overlay .video-modal-content .modal-top-actions .action-circle-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;background-color:#000000a6;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.portfolio-home-section .video-modal-overlay .video-modal-content .modal-top-actions .action-circle-btn:hover{background-color:var(--main-color);border-color:var(--main-color)}.portfolio-home-section .video-modal-overlay .video-modal-content .modal-video-container{aspect-ratio:9/16;flex-direction:column;justify-content:flex-end;width:100%;display:flex;position:relative}.portfolio-home-section .video-modal-overlay .video-modal-content .modal-video-container .modal-player{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.portfolio-home-section .video-modal-overlay .video-modal-content .modal-video-container .modal-video-info{z-index:2;background:linear-gradient(#0000 0%,#0b0e1a99 40%,#0b0e1af2 100%);padding:16px;position:relative}.portfolio-home-section .video-modal-overlay .video-modal-content .modal-video-container .modal-video-info .modal-tag{color:var(--main-color);text-transform:uppercase;margin-bottom:2px;font-size:.65rem;font-weight:800;display:block}.portfolio-home-section .video-modal-overlay .video-modal-content .modal-video-container .modal-video-info .modal-title{color:#fff;text-transform:uppercase;margin-bottom:4px;font-size:.95rem;font-weight:900;line-height:1.2}.portfolio-home-section .video-modal-overlay .video-modal-content .modal-video-container .modal-video-info .modal-desc{color:#ffffffbf;font-size:.78rem;line-height:1.3}.services-home-section{background-color:var(--bg-light);padding:70px 0}.services-home-section .section-header{text-align:center;max-width:650px;margin:0 auto 50px}.services-home-section .section-header .subtitle{letter-spacing:2px;color:var(--main-color);margin-bottom:8px;font-size:.85rem;font-weight:700;display:block}.services-home-section .section-header .title{color:var(--secondary-color);letter-spacing:-.5px;text-transform:uppercase;font-size:2.25rem;font-weight:900}.services-home-section .section-header .title span{color:var(--main-color)}@media (width<=768px){.services-home-section .section-header .title{font-size:1.75rem}}.services-home-section .services-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=1024px){.services-home-section .services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.services-home-section .services-grid{grid-template-columns:1fr}}.services-home-section .service-card{border:1px solid color-mix(in srgb, var(--secondary-color) 8%, transparent);transition:var(--transition);background-color:#fff;border-radius:8px;flex-direction:column;padding:32px 24px;display:flex}.services-home-section .service-card:hover{border-color:color-mix(in srgb, var(--main-color) 40%, transparent);transform:translateY(-5px);box-shadow:0 12px 30px #0000000d}.services-home-section .service-card:hover .card-icon{background-color:var(--main-color);color:#fff}.services-home-section .service-card:hover .card-link{color:var(--main-color);gap:8px}.services-home-section .service-card .card-icon{background-color:color-mix(in srgb, var(--main-color) 10%, transparent);width:56px;height:56px;color:var(--main-color);transition:var(--transition);border-radius:6px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.services-home-section .service-card .card-title{color:var(--secondary-color);margin-bottom:12px;font-size:1.15rem;font-weight:700}.services-home-section .service-card .card-desc{color:var(--text-muted);flex-grow:1;margin-bottom:24px;font-size:.9rem;line-height:1.5}.services-home-section .service-card .card-link{color:var(--secondary-color);transition:var(--transition);align-items:center;gap:4px;font-size:.85rem;font-weight:700;display:inline-flex}.services-home-section .service-card.cta-card{background-color:var(--secondary-color);color:#fff;border:none;justify-content:center}.services-home-section .service-card.cta-card .cta-content h3{margin-bottom:8px;font-size:1.25rem;font-weight:800}.services-home-section .service-card.cta-card .cta-content p{color:#ffffffb3;margin-bottom:20px;font-size:.85rem;line-height:1.4}.services-home-section .service-card.cta-card .cta-content .cta-btn{background-color:var(--main-color);color:#fff;transition:var(--transition);border-radius:4px;align-items:center;gap:8px;padding:10px 18px;font-size:.85rem;font-weight:700;display:inline-flex}.services-home-section .service-card.cta-card .cta-content .cta-btn:hover{opacity:.9}.services-home-section .service-card.cta-card:hover{transform:translateY(-5px)}.stats-home-section{background-color:color-mix(in srgb, var(--secondary-color) 96%, #000);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:70px 0;position:relative;overflow:hidden}.stats-home-section .stats-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=1024px){.stats-home-section .stats-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (width<=576px){.stats-home-section .stats-grid{grid-template-columns:1fr;gap:28px}}.stats-home-section .stat-card{background-color:color-mix(in srgb, var(--secondary-color) 80%, #fff 5%);transition:var(--transition);border:1px solid #ffffff1a;border-radius:8px;align-items:flex-start;gap:16px;padding:24px;display:flex}.stats-home-section .stat-card:hover{border-color:color-mix(in srgb, var(--main-color) 50%, transparent);transform:translateY(-4px);box-shadow:0 10px 30px #00000040}.stats-home-section .stat-card:hover .stat-icon-box{background-color:var(--main-color);color:#fff}.stats-home-section .stat-card .stat-icon-box{background-color:color-mix(in srgb, var(--main-color) 15%, transparent);width:52px;height:52px;color:var(--main-color);transition:var(--transition);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.stats-home-section .stat-card .stat-content{flex-direction:column;display:flex}.stats-home-section .stat-card .stat-content .stat-number{color:#fff;letter-spacing:-1px;margin-bottom:6px;font-size:2.25rem;font-weight:900;line-height:1}.stats-home-section .stat-card .stat-content .stat-title{color:var(--main-color);margin-bottom:4px;font-size:1rem;font-weight:700}.stats-home-section .stat-card .stat-content .stat-desc{color:#fff9;font-size:.8rem;line-height:1.4}.why-us-home-section{background-color:#fff;padding:70px 0}.why-us-home-section .why-us-layout{grid-template-columns:1fr 1.1fr;align-items:center;gap:60px;display:grid}@media (width<=991px){.why-us-home-section .why-us-layout{grid-template-columns:1fr;gap:48px}}.why-us-home-section .text-content .subtitle{letter-spacing:2px;color:var(--main-color);margin-bottom:12px;padding-left:28px;font-size:.85rem;font-weight:700;display:block;position:relative}.why-us-home-section .text-content .subtitle:before{content:"";background-color:var(--main-color);width:18px;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.why-us-home-section .text-content .title{color:var(--secondary-color);letter-spacing:-.5px;text-transform:uppercase;margin-bottom:20px;font-size:2.5rem;font-weight:900;line-height:1.15}.why-us-home-section .text-content .title span{color:var(--main-color)}@media (width<=768px){.why-us-home-section .text-content .title{font-size:1.85rem}}.why-us-home-section .text-content .description{color:var(--text-muted);max-width:480px;font-size:.95rem;line-height:1.65}.why-us-home-section .features-container{border:1px solid color-mix(in srgb, var(--secondary-color) 10%, transparent);border-radius:8px;grid-template-columns:repeat(2,1fr);gap:0;display:grid;overflow:hidden}@media (width<=576px){.why-us-home-section .features-container{grid-template-columns:1fr}}.why-us-home-section .features-container .feature-item{border-right:1px solid color-mix(in srgb, var(--secondary-color) 10%, transparent);border-bottom:1px solid color-mix(in srgb, var(--secondary-color) 10%, transparent);transition:var(--transition);background-color:#fff;padding:32px 28px}.why-us-home-section .features-container .feature-item:nth-child(2n){border-right:none}.why-us-home-section .features-container .feature-item:nth-child(3),.why-us-home-section .features-container .feature-item:nth-child(4){border-bottom:none}@media (width<=576px){.why-us-home-section .features-container .feature-item{border-right:none!important;border-bottom:1px solid color-mix(in srgb, var(--secondary-color) 10%, transparent)!important}.why-us-home-section .features-container .feature-item:last-child{border-bottom:none!important}}.why-us-home-section .features-container .feature-item:hover{background-color:var(--bg-light)}.why-us-home-section .features-container .feature-item:hover .icon-box{color:var(--main-color);transform:scale(1.1)}.why-us-home-section .features-container .feature-item .icon-box{color:var(--secondary-color);margin-bottom:16px;transition:transform .3s,color .3s}.why-us-home-section .features-container .feature-item .info .feature-title{color:var(--secondary-color);letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px;font-size:.95rem;font-weight:800}.why-us-home-section .features-container .feature-item .info .feature-desc{color:var(--text-muted);font-size:.85rem;line-height:1.5}.about-cta-section{background-color:var(--secondary-color);color:#fff;text-align:center;padding:90px 0;position:relative;overflow:hidden}.about-cta-section .cta-card{max-width:800px;margin:0 auto}.about-cta-section .cta-card .title{color:#fff;letter-spacing:-.5px;text-transform:uppercase;margin-bottom:16px;font-size:2.25rem;font-weight:900;line-height:1.2}.about-cta-section .cta-card .title span{color:var(--main-color)}@media (width<=768px){.about-cta-section .cta-card .title{font-size:1.7rem}}@media (width<=480px){.about-cta-section .cta-card .title{font-size:1.4rem}}.about-cta-section .cta-card .description{color:#ffffffbf;margin-bottom:32px;font-size:1rem;font-weight:400}@media (width<=576px){.about-cta-section .cta-card .description{font-size:.9rem}}.about-cta-section .cta-card .btn-wrapper{justify-content:center;display:flex}.about-cta-section .cta-card .btn-wrapper .btn-quote{background-color:var(--main-color);color:#fff;text-transform:uppercase;letter-spacing:.5px;transition:var(--transition,transform .3s ease, background-color .3s ease);border-radius:4px;align-items:center;gap:10px;padding:14px 36px;font-size:.95rem;font-weight:800;display:inline-flex}.about-cta-section .cta-card .btn-wrapper .btn-quote:hover{background-color:color-mix(in srgb, var(--main-color) 88%, #000);transform:translateY(-3px);box-shadow:0 10px 25px #eb5e004d}.about-hero-section{background-color:var(--secondary-color);color:#fff;text-align:center;padding:120px 0 100px;position:relative;overflow:hidden}@media (width<=768px){.about-hero-section{padding:90px 0 70px}}.about-hero-section .hero-content{max-width:860px;margin:0 auto}.about-hero-section .hero-content .subtitle{letter-spacing:2px;color:var(--main-color);text-transform:uppercase;margin-bottom:16px;font-size:.85rem;font-weight:800;display:inline-block}.about-hero-section .hero-content .title{color:#fff;letter-spacing:-.5px;text-transform:uppercase;margin-bottom:24px;font-size:2.8rem;font-weight:900;line-height:1.18}.about-hero-section .hero-content .title span{color:var(--main-color)}@media (width<=991px){.about-hero-section .hero-content .title{font-size:2.2rem}}@media (width<=576px){.about-hero-section .hero-content .title{font-size:1.65rem}}.about-hero-section .hero-content .description{color:#ffffffbf;max-width:760px;margin:0 auto;font-size:1rem;font-weight:400;line-height:1.7}@media (width<=576px){.about-hero-section .hero-content .description{font-size:.9rem}}.brand-attributes-section{background-color:var(--bg-light,#f8f9fa);padding:70px 0}.brand-attributes-section .section-header{text-align:center;max-width:800px;margin:0 auto 50px}.brand-attributes-section .section-header .subtitle{letter-spacing:2px;color:var(--main-color);text-transform:uppercase;margin-bottom:12px;font-size:.85rem;font-weight:800;display:block}.brand-attributes-section .section-header .title{color:var(--secondary-color);letter-spacing:-.5px;text-transform:uppercase;font-size:2rem;font-weight:900;line-height:1.25}@media (width<=768px){.brand-attributes-section .section-header .title{font-size:1.5rem}}.brand-attributes-section .attributes-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=991px){.brand-attributes-section .attributes-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.brand-attributes-section .attributes-grid{grid-template-columns:1fr}}.brand-attributes-section .attributes-grid .attribute-card{border-top:3px solid var(--main-color);transition:var(--transition,transform .3s ease, box-shadow .3s ease);background-color:#fff;border-radius:8px;flex-direction:column;justify-content:space-between;padding:32px 24px;display:flex;box-shadow:0 10px 30px #0000000a}.brand-attributes-section .attributes-grid .attribute-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000014}.brand-attributes-section .attributes-grid .attribute-card .card-title{color:var(--secondary-color);letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px;font-size:1.15rem;font-weight:900}.brand-attributes-section .attributes-grid .attribute-card .card-desc{color:var(--text-muted,#6c757d);flex-grow:1;margin-bottom:24px;font-size:.875rem;line-height:1.6}.brand-attributes-section .attributes-grid .attribute-card .card-quote{color:var(--main-color);border-top:1px dashed color-mix(in srgb, var(--secondary-color) 15%, transparent);padding-top:16px;font-size:.85rem;font-style:italic;font-weight:700;line-height:1.5}.company-locations-section{background-color:var(--bg-light,#f8f9fa);padding:70px 0}.company-locations-section .locations-wrapper{border:1px solid color-mix(in srgb, var(--secondary-color) 10%, transparent);background-color:#fff;border-radius:12px;grid-template-columns:1fr auto 1fr;align-items:center;gap:40px;padding:40px;display:grid;box-shadow:0 10px 30px #0000000a}@media (width<=991px){.company-locations-section .locations-wrapper{grid-template-columns:1fr;gap:24px;padding:30px}}.company-locations-section .locations-wrapper .divider-line{background-color:color-mix(in srgb, var(--secondary-color) 12%, transparent);width:1px;height:100%;min-height:80px}@media (width<=991px){.company-locations-section .locations-wrapper .divider-line{width:100%;height:1px;min-height:auto}}.company-locations-section .locations-wrapper .location-card .card-header{align-items:center;gap:14px;margin-bottom:12px;display:flex}.company-locations-section .locations-wrapper .location-card .card-header .icon-box{background-color:color-mix(in srgb, var(--main-color) 12%, transparent);width:42px;height:42px;color:var(--main-color);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.company-locations-section .locations-wrapper .location-card .card-header .location-title{color:var(--secondary-color);letter-spacing:.5px;text-transform:uppercase;font-size:1.1rem;font-weight:900}.company-locations-section .locations-wrapper .location-card .address-text{color:var(--text-muted,#6c757d);padding-left:56px;font-size:.925rem;line-height:1.6}@media (width<=576px){.company-locations-section .locations-wrapper .location-card .address-text{padding-left:0}}.core-pillars-section{background-color:var(--secondary-color);color:#fff;padding:100px 0}.core-pillars-section .section-header{text-align:center;max-width:800px;margin:0 auto 50px}.core-pillars-section .section-header .subtitle{letter-spacing:2px;color:var(--main-color);text-transform:uppercase;margin-bottom:12px;font-size:.85rem;font-weight:800;display:block}.core-pillars-section .section-header .title{color:#fff;letter-spacing:-.5px;text-transform:uppercase;font-size:2.25rem;font-weight:900;line-height:1.2}.core-pillars-section .section-header .title span{color:var(--main-color)}@media (width<=768px){.core-pillars-section .section-header .title{font-size:1.65rem}}.core-pillars-section .pillars-grid{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.core-pillars-section .pillars-grid .pillar-card{transition:var(--transition,transform .3s ease, border-color .3s ease);background-color:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;flex:0 0 calc(33.333% - 16px);padding:32px 24px}@media (width<=991px){.core-pillars-section .pillars-grid .pillar-card{flex:0 0 calc(50% - 12px)}}@media (width<=576px){.core-pillars-section .pillars-grid .pillar-card{flex:0 0 100%}}.core-pillars-section .pillars-grid .pillar-card:hover{border-color:var(--main-color);background-color:#ffffff0f;transform:translateY(-5px)}.core-pillars-section .pillars-grid .pillar-card:hover .icon-box{color:#fff;background-color:var(--main-color)}.core-pillars-section .pillars-grid .pillar-card .icon-box{width:48px;height:48px;color:var(--main-color);background-color:#eb5e0026;border-radius:6px;justify-content:center;align-items:center;margin-bottom:20px;transition:background-color .3s,color .3s;display:flex}.core-pillars-section .pillars-grid .pillar-card .card-title{color:#fff;margin-bottom:10px;font-size:1.15rem;font-weight:800}.core-pillars-section .pillars-grid .pillar-card .card-desc{color:#ffffffb3;font-size:.875rem;line-height:1.6}.factory-infrastructure-section{background-color:#fff;padding:70px 0}.factory-infrastructure-section .section-header{text-align:center;max-width:800px;margin:0 auto 50px}.factory-infrastructure-section .section-header .subtitle{letter-spacing:2px;color:var(--main-color);text-transform:uppercase;margin-bottom:12px;font-size:.85rem;font-weight:800;display:block}.factory-infrastructure-section .section-header .title{color:var(--secondary-color);letter-spacing:-.5px;text-transform:uppercase;margin-bottom:16px;font-size:2.1rem;font-weight:900;line-height:1.2}@media (width<=768px){.factory-infrastructure-section .section-header .title{font-size:1.6rem}}.factory-infrastructure-section .section-header .description{color:var(--text-muted,#6c757d);font-size:.95rem;line-height:1.6}.factory-infrastructure-section .factory-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=991px){.factory-infrastructure-section .factory-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.factory-infrastructure-section .factory-grid{grid-template-columns:1fr}}.factory-infrastructure-section .factory-grid .factory-card{background-color:var(--bg-light,#f8f9fa);border:1px solid color-mix(in srgb, var(--secondary-color) 8%, transparent);border-left:3px solid var(--main-color);transition:var(--transition,transform .3s ease, box-shadow .3s ease);border-radius:8px;padding:32px 24px}.factory-infrastructure-section .factory-grid .factory-card:hover{background-color:#fff;transform:translateY(-5px);box-shadow:0 15px 35px #0000000f}.factory-infrastructure-section .factory-grid .factory-card .card-category{color:var(--main-color);letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;font-size:.75rem;font-weight:800;display:block}.factory-infrastructure-section .factory-grid .factory-card .card-title{color:var(--secondary-color);margin-bottom:12px;font-size:1.1rem;font-weight:900;line-height:1.3}.factory-infrastructure-section .factory-grid .factory-card .card-desc{color:var(--text-muted,#6c757d);font-size:.85rem;line-height:1.5}.not-found-page{background-color:var(--secondary-color);color:#fff;text-align:center;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:125px 0 80px;display:flex;position:relative;overflow:hidden}.not-found-page:before{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--main-color) 8%, transparent) 0%, transparent 60%);pointer-events:none;width:200%;height:200%;position:absolute;top:-50%;left:-50%}.not-found-page .not-found-content{z-index:2;max-width:650px;margin:0 auto;position:relative}.not-found-page .not-found-content .error-code-badge{letter-spacing:-2px;color:#0000;-webkit-text-stroke:2px var(--main-color);-webkit-user-select:none;user-select:none;margin-bottom:10px;font-size:8.5rem;font-weight:900;line-height:1}@media (width<=576px){.not-found-page .not-found-content .error-code-badge{font-size:6rem}}.not-found-page .not-found-content .subtitle{letter-spacing:2px;color:var(--main-color);text-transform:uppercase;margin-bottom:12px;font-size:.85rem;font-weight:800;display:inline-block}.not-found-page .not-found-content .title{color:#fff;letter-spacing:-.5px;text-transform:uppercase;margin-bottom:16px;font-size:2.2rem;font-weight:900;line-height:1.2}.not-found-page .not-found-content .title span{color:var(--main-color)}@media (width<=576px){.not-found-page .not-found-content .title{font-size:1.6rem}}.not-found-page .not-found-content .description{color:#ffffffb3;margin-bottom:36px;font-size:.95rem;line-height:1.6}@media (width<=576px){.not-found-page .not-found-content .description{font-size:.875rem}}.not-found-page .not-found-content .actions-wrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:32px;display:flex}.not-found-page .not-found-content .actions-wrapper .btn-primary{background-color:var(--main-color);color:#fff;text-transform:uppercase;letter-spacing:.5px;transition:var(--transition,transform .2s ease, background-color .2s ease);border-radius:4px;align-items:center;gap:8px;padding:13px 28px;font-size:.9rem;font-weight:800;display:inline-flex}.not-found-page .not-found-content .actions-wrapper .btn-primary:hover{background-color:color-mix(in srgb, var(--main-color) 88%, #000);transform:translateY(-2px)}.not-found-page .not-found-content .actions-wrapper .btn-outline{color:#fff;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:var(--transition,transform .2s ease, border-color .2s ease);background-color:#0000;border:1px solid #ffffff4d;border-radius:4px;align-items:center;gap:8px;padding:13px 28px;font-size:.9rem;font-weight:800;display:inline-flex}.not-found-page .not-found-content .actions-wrapper .btn-outline:hover{border-color:var(--main-color);color:var(--main-color);transform:translateY(-2px)}.not-found-page .not-found-content .support-note{color:#ffffff80;align-items:center;gap:8px;font-size:.825rem;display:inline-flex}.not-found-page .not-found-content .support-note a{color:#fff;text-underline-offset:3px;text-decoration:underline;transition:color .2s}.not-found-page .not-found-content .support-note a:hover{color:var(--main-color)}.our-work-cta-section{background-color:var(--secondary-color);text-align:center;border-top:1px solid #ffffff1a;padding:80px 0}.our-work-cta-section .cta-content{max-width:700px;margin:0 auto}.our-work-cta-section .cta-content .title{color:#fff;text-transform:uppercase;margin-bottom:14px;font-size:2.2rem;font-weight:900;line-height:1.25}.our-work-cta-section .cta-content .title span{color:var(--main-color)}@media (width<=576px){.our-work-cta-section .cta-content .title{font-size:1.5rem}}.our-work-cta-section .cta-content .description{color:#ffffffb3;margin-bottom:28px;font-size:.95rem}.our-work-cta-section .cta-content .btn-primary{background-color:var(--main-color);color:#fff;text-transform:uppercase;border-radius:4px;align-items:center;gap:10px;padding:14px 32px;font-size:.9rem;font-weight:800;text-decoration:none;transition:transform .2s,background-color .2s;display:inline-flex}.our-work-cta-section .cta-content .btn-primary:hover{background-color:color-mix(in srgb, var(--main-color) 88%, #000);transform:translateY(-3px)}.our-work-gallery-section{color:var(--secondary-color);background-color:#fff;padding:50px 0 80px}.our-work-gallery-section .tabs-container{justify-content:center;margin-bottom:35px;display:flex}.our-work-gallery-section .tabs-container .tabs-wrapper{background-color:#f1f3f5;border:1px solid #e9ecef;border-radius:30px;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:6px;display:flex}.our-work-gallery-section .tabs-container .tabs-wrapper .tab-btn{color:#495057;cursor:pointer;background-color:#0000;border:none;border-radius:20px;padding:8px 18px;font-size:.8rem;font-weight:700;transition:background-color .2s,color .2s,box-shadow .2s}.our-work-gallery-section .tabs-container .tabs-wrapper .tab-btn:hover{color:var(--secondary-color);background-color:#e2e6ea}.our-work-gallery-section .tabs-container .tabs-wrapper .tab-btn.active{background-color:var(--main-color);color:#fff;box-shadow:0 4px 12px #eb5e004d}.our-work-gallery-section .gallery-grid{width:100%}.our-work-gallery-section .gallery-grid .gallery-grid-inner{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=1024px){.our-work-gallery-section .gallery-grid .gallery-grid-inner{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.our-work-gallery-section .gallery-grid .gallery-grid-inner{grid-template-columns:repeat(2,1fr);gap:10px}}.our-work-gallery-section .gallery-grid .gallery-card{aspect-ratio:4/5;cursor:pointer;will-change:transform, opacity;backface-visibility:hidden;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative;overflow:hidden;transform:translateZ(0)}.our-work-gallery-section .gallery-grid .gallery-card:hover{border-color:var(--main-color);transform:translateY(-3px);box-shadow:0 8px 20px #00000014}.our-work-gallery-section .gallery-grid .gallery-card:hover .media-element{transform:scale(1.04)}.our-work-gallery-section .gallery-grid .gallery-card:hover .action-icon-badge{background-color:var(--main-color);color:#fff;transform:translate(-50%,-50%)scale(1.08)}.our-work-gallery-section .gallery-grid .gallery-card .media-wrapper{width:100%;height:100%;position:relative}.our-work-gallery-section .gallery-grid .gallery-card .media-wrapper .media-element{object-fit:cover;width:100%;height:100%;transition:transform .3s}.our-work-gallery-section .gallery-grid .gallery-card .media-wrapper .card-overlay{background:linear-gradient(#0000 0%,#0b0e1a26 50%,#0b0e1ad9 100%);position:absolute;inset:0}.our-work-gallery-section .gallery-grid .gallery-card .media-wrapper .action-icon-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:38px;height:38px;color:var(--secondary-color);background-color:#ffffffd9;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.our-work-gallery-section .gallery-grid .gallery-card .media-wrapper .action-icon-badge .play-icon{margin-left:1px}.our-work-gallery-section .gallery-grid .gallery-card .media-wrapper .card-content{z-index:2;width:100%;padding:12px;position:absolute;bottom:0;left:0}.our-work-gallery-section .gallery-grid .gallery-card .media-wrapper .card-content .item-tag{color:var(--main-color);text-transform:uppercase;margin-bottom:2px;font-size:.6rem;font-weight:800;display:block}.our-work-gallery-section .gallery-grid .gallery-card .media-wrapper .card-content .item-title{color:#fff;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:900;line-height:1.2;overflow:hidden}.our-work-gallery-section .our-work-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background-color:#05070fe0;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.our-work-gallery-section .our-work-modal-overlay .our-work-modal-content{background-color:#0b0e1a;border:1px solid #ffffff26;border-radius:14px;width:100%;max-width:720px;position:relative;overflow:hidden}.our-work-gallery-section .our-work-modal-overlay .our-work-modal-content .modal-top-actions{z-index:10;gap:10px;display:flex;position:absolute;top:16px;right:16px}.our-work-gallery-section .our-work-modal-overlay .our-work-modal-content .modal-top-actions .action-circle-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;background-color:#000000a6;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.our-work-gallery-section .our-work-modal-overlay .our-work-modal-content .modal-top-actions .action-circle-btn:hover{background-color:var(--main-color);border-color:var(--main-color)}.our-work-gallery-section .our-work-modal-overlay .our-work-modal-content .modal-media-container{width:100%;max-height:80vh;display:flex;position:relative}.our-work-gallery-section .our-work-modal-overlay .our-work-modal-content .modal-media-container .modal-player,.our-work-gallery-section .our-work-modal-overlay .our-work-modal-content .modal-media-container .modal-image{object-fit:contain;background-color:#000;width:100%;height:100%;max-height:80vh}.our-work-gallery-section .our-work-modal-overlay .our-work-modal-content .modal-media-container .modal-info-overlay{background:linear-gradient(#0000 0%,#0b0e1af2 100%);width:100%;padding:24px 20px;position:absolute;bottom:0;left:0}.our-work-gallery-section .our-work-modal-overlay .our-work-modal-content .modal-media-container .modal-info-overlay .modal-tag{color:var(--main-color);text-transform:uppercase;margin-bottom:2px;font-size:.72rem;font-weight:800;display:block}.our-work-gallery-section .our-work-modal-overlay .our-work-modal-content .modal-media-container .modal-info-overlay .modal-title{color:#fff;text-transform:uppercase;font-size:1.1rem;font-weight:900}.our-work-hero-section{background-color:var(--secondary-color);color:#fff;text-align:center;padding:150px 0 80px}.our-work-hero-section .hero-content{max-width:800px;margin:0 auto}.our-work-hero-section .hero-content .subtitle{letter-spacing:2px;color:var(--main-color);margin-bottom:12px;font-size:.85rem;font-weight:800;display:block}.our-work-hero-section .hero-content .title{text-transform:uppercase;margin-bottom:16px;font-size:2.5rem;font-weight:900;line-height:1.2}.our-work-hero-section .hero-content .title span{color:var(--main-color)}@media (width<=768px){.our-work-hero-section .hero-content .title{font-size:1.8rem}}.our-work-hero-section .hero-content .description{color:#ffffffb3;font-size:.95rem;line-height:1.6}.contact-content-section{color:var(--secondary-color);background-color:#fff;padding:60px 0 100px}.contact-content-section .contact-grid{grid-template-columns:1fr 1.3fr;align-items:start;gap:40px;display:grid}@media (width<=991px){.contact-content-section .contact-grid{grid-template-columns:1fr;gap:30px}}.contact-content-section .contact-grid .info-column{flex-direction:column;gap:12px;display:flex}.contact-content-section .contact-grid .info-column .info-card{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;height:fit-content;padding:16px 20px}.contact-content-section .contact-grid .info-column .info-card .card-header{align-items:center;gap:10px;margin-bottom:6px;display:flex}.contact-content-section .contact-grid .info-column .info-card .card-header .icon-box{background-color:color-mix(in srgb, var(--main-color) 12%, transparent);width:32px;height:32px;color:var(--main-color);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-content-section .contact-grid .info-column .info-card .card-header h3{color:var(--secondary-color);text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.875rem;font-weight:900}.contact-content-section .contact-grid .info-column .info-card p{color:#6c757d;margin:0;padding-left:42px;font-size:.85rem;line-height:1.45}@media (width<=576px){.contact-content-section .contact-grid .info-column .info-card p{padding-left:0}}.contact-content-section .contact-grid .form-column .contact-form-wrapper{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;padding:32px 28px}@media (width<=576px){.contact-content-section .contact-grid .form-column .contact-form-wrapper{padding:24px 18px}}.contact-content-section .contact-grid .form-column .contact-form-wrapper .form-title{color:var(--secondary-color);text-transform:uppercase;margin-bottom:6px;font-size:1.35rem;font-weight:900}.contact-content-section .contact-grid .form-column .contact-form-wrapper .form-subtitle{color:#6c757d;margin-bottom:24px;font-size:.85rem}.contact-content-section .contact-grid .form-column .contact-form-wrapper .contact-form{flex-direction:column;gap:18px;display:flex}.contact-content-section .contact-grid .form-column .contact-form-wrapper .contact-form .form-group{flex-direction:column;gap:6px;display:flex}.contact-content-section .contact-grid .form-column .contact-form-wrapper .contact-form .form-group label{color:var(--secondary-color);text-transform:uppercase;font-size:.8rem;font-weight:800}.contact-content-section .contact-grid .form-column .contact-form-wrapper .contact-form .form-group input,.contact-content-section .contact-grid .form-column .contact-form-wrapper .contact-form .form-group textarea{width:100%;color:var(--secondary-color);background-color:#fff;border:1px solid #ced4da;border-radius:6px;padding:12px 14px;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.contact-content-section .contact-grid .form-column .contact-form-wrapper .contact-form .form-group input:focus,.contact-content-section .contact-grid .form-column .contact-form-wrapper .contact-form .form-group textarea:focus{border-color:var(--main-color);box-shadow:0 0 0 3px color-mix(in srgb, var(--main-color) 15%, transparent);outline:none}.contact-content-section .contact-grid .form-column .contact-form-wrapper .contact-form .form-group textarea{resize:vertical}.contact-content-section .contact-grid .form-column .contact-form-wrapper .contact-form .submit-whatsapp-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background-color:#25d366;border:none;border-radius:6px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px;font-size:.9rem;font-weight:800;transition:background-color .2s,transform .2s;display:inline-flex}.contact-content-section .contact-grid .form-column .contact-form-wrapper .contact-form .submit-whatsapp-btn:hover{background-color:#20ba5a;transform:translateY(-2px)}.contact-hero-section{background-color:var(--secondary-color);color:#fff;text-align:center;padding:150px 0 80px}.contact-hero-section .hero-content{max-width:800px;margin:0 auto}.contact-hero-section .hero-content .subtitle{letter-spacing:2px;color:var(--main-color);text-transform:uppercase;margin-bottom:12px;font-size:.85rem;font-weight:800;display:block}.contact-hero-section .hero-content .title{text-transform:uppercase;margin-bottom:16px;font-size:2.5rem;font-weight:900;line-height:1.2}.contact-hero-section .hero-content .title span{color:var(--main-color)}@media (width<=768px){.contact-hero-section .hero-content .title{font-size:1.8rem}}.contact-hero-section .hero-content .description{color:#ffffffb3;font-size:.95rem;line-height:1.6}.service-details-page{background-color:#f3f4f6;width:100%}.service-details-page .service-hero-section{background-color:var(--secondary-color);color:#fff;padding:150px 0 65px;position:relative}@media (width<=768px){.service-details-page .service-hero-section{padding:80px 0 35px}}.service-details-page .service-hero-section .back-link{color:#ffffffb3;align-items:center;gap:8px;margin-bottom:18px;font-size:.85rem;font-weight:600;transition:color .2s;display:inline-flex}.service-details-page .service-hero-section .back-link:hover{color:var(--main-color)}.service-details-page .service-hero-section .badge{color:var(--main-color);letter-spacing:2px;margin-bottom:10px;font-size:.72rem;font-weight:800;display:block}.service-details-page .service-hero-section .service-title{text-transform:uppercase;margin-bottom:12px;font-size:2.6rem;font-weight:900;line-height:1.1}@media (width<=768px){.service-details-page .service-hero-section .service-title{font-size:2rem}}.service-details-page .service-hero-section .hero-tagline{color:#fffc;max-width:680px;font-size:1rem;line-height:1.55}@media (width<=768px){.service-details-page .service-hero-section .hero-tagline{font-size:.9rem}}.service-details-page .service-overview-section{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:55px 0}.service-details-page .service-overview-section .overview-grid{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}@media (width<=992px){.service-details-page .service-overview-section .overview-grid{grid-template-columns:1fr;gap:28px}}.service-details-page .service-overview-section .overview-grid .overview-text-col h2{color:var(--secondary-color);letter-spacing:1px;margin-bottom:12px;font-size:1.15rem;font-weight:900}.service-details-page .service-overview-section .overview-grid .overview-text-col .long-description{color:#4b5563;margin-bottom:24px;font-size:.95rem;line-height:1.65}.service-details-page .service-overview-section .overview-grid .overview-text-col .request-quote-btn{background-color:var(--main-color);color:#fff;cursor:pointer;text-transform:uppercase;border:none;border-radius:6px;align-items:center;gap:8px;padding:12px 24px;font-size:.85rem;font-weight:800;transition:background-color .2s,transform .2s;display:inline-flex}.service-details-page .service-overview-section .overview-grid .overview-text-col .request-quote-btn:hover{background-color:color-mix(in srgb, var(--main-color) 88%, #000);transform:translateY(-2px)}.service-details-page .service-overview-section .overview-grid .overview-text-col .service-attachments-wrapper{border-top:1px dashed #e5e7eb;margin-top:28px;padding-top:20px}.service-details-page .service-overview-section .overview-grid .overview-text-col .service-attachments-wrapper .attachments-title{color:var(--secondary-color);letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px;font-size:.8rem;font-weight:800;display:block}.service-details-page .service-overview-section .overview-grid .overview-text-col .service-attachments-wrapper .attachments-grid{flex-wrap:wrap;gap:10px;display:flex}.service-details-page .service-overview-section .overview-grid .overview-text-col .service-attachments-wrapper .attachments-grid .attachment-btn{color:var(--secondary-color);background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:8px;padding:9px 14px;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.service-details-page .service-overview-section .overview-grid .overview-text-col .service-attachments-wrapper .attachments-grid .attachment-btn .file-icon{color:var(--main-color);flex-shrink:0}.service-details-page .service-overview-section .overview-grid .overview-text-col .service-attachments-wrapper .attachments-grid .attachment-btn:hover{background-color:var(--secondary-color);border-color:var(--secondary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px #00000014}.service-details-page .service-overview-section .overview-grid .overview-text-col .service-attachments-wrapper .attachments-grid .attachment-btn:hover .file-icon{color:#fff}@media (width<=576px){.service-details-page .service-overview-section .overview-grid .overview-text-col .service-attachments-wrapper .attachments-grid{flex-direction:column}.service-details-page .service-overview-section .overview-grid .overview-text-col .service-attachments-wrapper .attachments-grid .attachment-btn{justify-content:center;width:100%}}.service-details-page .service-overview-section .overview-grid .overview-image-col{justify-content:center;display:flex}.service-details-page .service-overview-section .overview-grid .overview-image-col .image-wrapper{border:1px solid #e5e7eb;border-radius:10px;width:100%;max-width:440px;overflow:hidden;box-shadow:0 10px 25px #00000014}.service-details-page .service-overview-section .overview-grid .overview-image-col .image-wrapper img{object-fit:contain;width:100%;height:auto;display:block}.service-details-page .service-features-section{padding:50px 0}.service-details-page .service-features-section .section-head{text-align:center;margin-bottom:32px}.service-details-page .service-features-section .section-head .subtitle{color:var(--main-color);letter-spacing:1px;margin-bottom:6px;font-size:.72rem;font-weight:800;display:block}.service-details-page .service-features-section .section-head h2{color:var(--secondary-color);font-size:1.5rem;font-weight:900}.service-details-page .service-features-section .features-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.service-details-page .service-features-section .features-grid .feature-card{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;padding:22px 20px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #0000000a}.service-details-page .service-features-section .features-grid .feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000014}.service-details-page .service-features-section .features-grid .feature-card .card-icon{color:var(--main-color);margin-bottom:12px}.service-details-page .service-features-section .features-grid .feature-card h3{color:var(--secondary-color);margin-bottom:8px;font-size:.98rem;font-weight:800}.service-details-page .service-features-section .features-grid .feature-card p{color:#6b7280;font-size:.82rem;line-height:1.5}.service-details-page .service-categories-section{background-color:#fff;border-top:1px solid #e5e7eb;padding:50px 0}.service-details-page .service-categories-section .section-head{margin-bottom:28px}.service-details-page .service-categories-section .section-head .subtitle{color:var(--main-color);letter-spacing:1px;margin-bottom:6px;font-size:.72rem;font-weight:800;display:block}.service-details-page .service-categories-section .section-head h2{color:var(--secondary-color);font-size:1.5rem;font-weight:900}.service-details-page .service-categories-section .categories-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.service-details-page .service-categories-section .categories-grid .category-card{border:1px solid #e5e7eb;border-left:4px solid var(--main-color);background-color:#f9fafb;border-radius:8px;padding:16px 18px;transition:transform .2s;box-shadow:0 2px 6px #00000008}.service-details-page .service-categories-section .categories-grid .category-card:hover{transform:translate(3px)}.service-details-page .service-categories-section .categories-grid .category-card .card-header{align-items:center;gap:8px;margin-bottom:4px;display:flex}.service-details-page .service-categories-section .categories-grid .category-card .card-header .badge-icon{color:var(--main-color);flex-shrink:0}.service-details-page .service-categories-section .categories-grid .category-card .card-header h3{color:var(--secondary-color);font-size:.875rem;font-weight:800}.service-details-page .service-categories-section .categories-grid .category-card p{color:#6b7280;padding-left:28px;font-size:.78rem}.service-details-page .service-cta-banner{background-color:var(--secondary-color);padding:45px 0}.service-details-page .service-cta-banner .cta-box{text-align:center;color:#fff;max-width:600px;margin:0 auto}.service-details-page .service-cta-banner .cta-box h2{margin-bottom:8px;font-size:1.5rem;font-weight:900}.service-details-page .service-cta-banner .cta-box p{color:#ffffffbf;margin-bottom:20px;font-size:.88rem}.service-details-page .service-cta-banner .cta-box .btn-primary{background-color:var(--main-color);color:#fff;cursor:pointer;text-transform:uppercase;border:none;border-radius:6px;align-items:center;gap:8px;padding:12px 28px;font-size:.85rem;font-weight:800;transition:background-color .2s,transform .2s;display:inline-flex}.service-details-page .service-cta-banner .cta-box .btn-primary:hover{background-color:color-mix(in srgb, var(--main-color) 88%, #000);transform:translateY(-2px)}
