@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.5}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.top-bar{background:#f3f4f6;border-bottom:1px solid #e5e7eb}.top-bar.transparent{background:#f3f4f64d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,231,235,.3);position:fixed;top:0;left:0;right:0;width:100%;z-index:1000}.top-bar-inner{display:flex;align-items:center;justify-content:center;gap:2rem;padding:8px 16px;font-size:13px;color:#374151;flex-wrap:wrap}.top-bar-item{display:flex;align-items:center;gap:6px}.top-bar.transparent .top-bar-item{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3)}.top-icon{font-size:14px}.site-header{background:#fff;box-shadow:0 2px 8px #0000000f;position:sticky;top:0;z-index:999;border-bottom:1px solid #e5e7eb;transition:all .3s ease}.site-header.transparent{background:#fff3;backdrop-filter:blur(35px);-webkit-backdrop-filter:blur(35px);box-shadow:0 2px 8px #0000001a;border-bottom:1px solid rgba(229,231,235,.3);position:fixed;top:0;left:0;right:0;width:100%;z-index:1001}.header-inner{height:90px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:90px;max-height:90px}.header-logo img{height:120px;width:auto}.header-logo{display:flex;align-items:center;text-decoration:none;transition:opacity .3s ease;padding:0;flex-shrink:0;margin:0;line-height:0}.header-logo:hover{opacity:.9}.logo-image{height:120px;width:auto;object-fit:contain;display:block;max-height:120px;padding:0;margin:0}.header-nav{display:flex;align-items:center;justify-content:center;gap:22px;flex:1 1 auto}.nav-link{text-decoration:none;color:#1f2937;font-weight:500;font-size:14px;padding:6px 10px;border-radius:6px;transition:all .2s;background:transparent;border:none;cursor:pointer;font-family:inherit;white-space:nowrap}.nav-link:hover{color:#2563eb;background:#f0f7ff}.site-header.transparent .nav-link{color:#000;font-weight:700;font-size:16px}.site-header.transparent .nav-link:hover{color:#000;background:#fff3;text-shadow:0 1px 3px rgba(0,0,0,.3)}.nav-dropdown{position:relative}.dropdown-toggle{display:flex;align-items:center;gap:6px;cursor:pointer}.dropdown-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #6b7280;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg);border-top-color:#2563eb}.site-header.transparent .dropdown-arrow{border-top-color:#000}.dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:200px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 8px 20px #00000014;padding:8px 0;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;pointer-events:none;z-index:1000}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.dropdown-menu a{padding:10px 16px;text-decoration:none;color:#374151;font-size:15px;border-radius:6px;margin:2px 6px;transition:all .2s;display:block}.dropdown-menu a:hover{background:#f0f7ff;color:#2563eb}.btn-primary{background:#fff;color:#2563eb;border:2px solid #2563eb;padding:10px 20px;border-radius:8px;font-weight:700;cursor:pointer;font-size:15px;transition:all .2s;box-shadow:0 4px 12px #2563eb1f;text-decoration:none;display:inline-flex;align-items:center}.btn-primary:hover{background:#2563eb;color:#fff;transform:translateY(-1px);box-shadow:0 6px 16px #2563eb47}.menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:36px;height:36px;cursor:pointer;border-radius:6px;background:transparent;border:none;padding:0}.hamburger{width:22px;height:2px;background:#1f2937;position:relative;transition:all .3s}.hamburger:before,.hamburger:after{content:"";position:absolute;width:22px;height:2px;background:#1f2937;transition:.3s}.hamburger:before{top:-7px}.hamburger:after{top:7px}.hamburger.open{background:transparent}.hamburger.open:before{transform:rotate(45deg);top:0}.hamburger.open:after{transform:rotate(-45deg);top:0}.site-header.transparent .hamburger,.site-header.transparent .hamburger:before,.site-header.transparent .hamburger:after{background:#000}.site-header.transparent .hamburger.open{background:transparent}.mobile-btn{display:none}@media(max-width:1000px){.header-inner{flex-direction:row;justify-content:space-between;align-items:center;height:90px;min-height:90px;max-height:90px}.header-logo{order:1;margin-left:0;margin-right:0}.menu-toggle{display:flex;order:2}.header-nav{order:3}.desktop-btn{display:none}.logo-image{height:80px;max-height:80px}.hamburger,.hamburger:before,.hamburger:after,.site-header.transparent .hamburger,.site-header.transparent .hamburger:before,.site-header.transparent .hamburger:after{background:#1f2937!important}.hamburger.open,.site-header.transparent .hamburger.open{background:transparent!important}.header-nav{position:fixed;top:70px;left:0;width:100%;flex-direction:column;background:#fff;gap:0;padding:20px;box-shadow:0 10px 30px #0000001a;transform:translate(-100%);opacity:0;pointer-events:none;transition:all .3s ease;border-top:1px solid #e5e7eb;z-index:999;max-height:calc(100vh - 70px);overflow-y:auto}.header-nav.open{transform:translate(0);opacity:1;pointer-events:auto}.nav-link,.site-header.transparent .nav-link{color:#1f2937!important;font-size:15px!important;font-weight:600!important;text-shadow:none!important;background:transparent;padding:10px 14px;width:100%;text-align:left;border-radius:8px}.nav-link:hover,.site-header.transparent .nav-link:hover{color:#2563eb!important;background:#f0f7ff!important;text-shadow:none!important}.nav-dropdown{width:100%}.dropdown-toggle{width:100%;justify-content:space-between;padding:10px 14px;border-radius:8px;background:#fff;border:1px solid #e5e7eb;margin-bottom:4px;color:#1f2937!important}.dropdown-toggle:hover{background:#f0f7ff}.dropdown-arrow,.site-header.transparent .dropdown-arrow{border-top-color:#2563eb!important}.dropdown-arrow.open,.site-header.transparent .dropdown-arrow.open{border-top-color:#1d4ed8!important}.dropdown-menu{position:static;display:flex;flex-direction:column;background:#f9fafb;box-shadow:none;border:none;padding:0;margin-top:0;margin-bottom:6px;opacity:1;visibility:visible;transform:none;pointer-events:auto;border-radius:8px;max-height:0;overflow:hidden;transition:max-height .3s ease}.dropdown-menu.show{max-height:500px;padding:6px 0}.dropdown-menu a{color:#374151;padding:8px 14px;margin:2px 6px;font-size:14px}.dropdown-menu a:hover{color:#2563eb;background:#e0f2fe}.mobile-btn{display:block;margin-top:12px;width:100%;text-align:center;justify-content:center}.top-bar-inner{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.75rem;padding:5px 10px;font-size:11px}.top-bar-item{gap:3px;white-space:nowrap;flex-shrink:1;min-width:0}.top-bar-item span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-icon svg{width:14px!important;height:14px!important}.top-bar.transparent .top-bar-item{color:#374151;text-shadow:none}}@media(max-width:480px){.header-inner{padding:12px 16px}.logo-image{height:100px;max-height:100px}.nav-link{font-size:15px;padding:10px 12px}.btn-primary{font-size:14px;padding:10px 18px}.top-bar-inner{font-size:10px;gap:.4rem;flex-direction:row;flex-wrap:nowrap;padding:5px 8px}.top-bar-item,.top-icon{font-size:10px}.dropdown-menu a{font-size:14px;padding:8px 12px}.menu-toggle{width:32px;height:32px}.hamburger,.hamburger:before,.hamburger:after{width:20px}}@media(min-width:481px)and (max-width:1000px){.header-inner{padding:14px 20px}.logo-image{height:100px;max-height:110px}.nav-link{font-size:15px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.nav-link:focus,.btn-primary:focus,.dropdown-toggle:focus,.menu-toggle:focus{outline:2px solid #2563eb;outline-offset:2px}@media print{.site-header,.top-bar{position:static}}body.nav-open{overflow:hidden;position:fixed;width:100%}.tiktok-live-link{position:relative;display:inline-flex;align-items:center;gap:6px}.live-dot{width:8px;height:8px;background:red;border-radius:50%;margin-left:6px;display:inline-block;animation:livePulse 1.5s infinite}@keyframes livePulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.6}to{transform:scale(1);opacity:1}}.site-root{background:#fff;color:#111827;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.header-main{border-bottom:1px solid #e5e7eb;background:#fff}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0}.header-left{display:flex;align-items:center;gap:.8rem}.header-logo-mark{width:42px;height:42px;border-radius:.75rem;background:#111827}.header-logo-text{display:flex;flex-direction:column}.header-logo-title{font-weight:700;font-size:1.1rem}.header-logo-sub{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#6b7280}.header-nav{display:flex;gap:1.75rem;font-size:.95rem}.header-nav a{text-decoration:none;color:#111827}.header-nav a:hover{color:#2563eb}.header-right{display:flex;align-items:center;gap:.75rem}.header-help-text{font-size:.8rem;color:#6b7280}.header-phone-badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;background:#16a34a;color:#fff;padding:.45rem .9rem;font-size:.85rem;font-weight:500}.header-phone-icon{width:26px;height:26px;border-radius:999px;border:2px solid #bbf7d0;display:flex;align-items:center;justify-content:center;font-size:.9rem}.hero-video{width:100%;position:relative;overflow:hidden;margin:0;padding:0}.hero-video-element{width:100%;height:100vh;display:block;object-fit:cover;filter:blur(3px);-webkit-filter:blur(3px)}.hero{min-height:87vh;padding:4rem 0;background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.6),transparent 40%),radial-gradient(circle at 85% 10%,rgba(255,255,255,.5),transparent 35%),linear-gradient(135deg,#fff 0% 45%,#fff);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.hero-inner{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1.2fr);gap:3rem;align-items:center}.hero-pill{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;padding:.25rem .7rem;background:#eef2ff;font-size:.75rem}.hero-pill-dot{width:8px;height:8px;border-radius:999px;background:#2563eb}.hero-pill span:last-child{color:#4b5563}.hero-title{margin:.9rem 0;font-size:2.8rem;line-height:1.15;color:#111827;text-transform:uppercase}.hero-title-strong{color:#1d4ed8}.hero-subtext{color:#374151;font-size:1rem}.hero-bullets{margin-top:.75rem;display:flex;flex-direction:column;gap:.45rem}.hero-bullet{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:#111827}.hero-bullet-icon{margin-top:.25rem;width:16px;height:16px;border-radius:999px;border:3px solid #1d4ed8;background:#fff}.hero-cta-row{display:flex;gap:.75rem;margin-top:1.4rem}.btn{border-radius:999px;padding:.6rem 1.4rem;font-size:.9rem;border:1px solid transparent;cursor:pointer;font-weight:500;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:#1d4ed8;color:#fff;box-shadow:0 8px 24px #1d4ed840}.btn-primary:hover{background:#1e40af}.btn-outline{background:#ffffffd9;border-color:#1f2937;color:#111827}.btn-outline:hover{background:#f3f4f6}.hero-right{position:relative}.hero-main-image{border-radius:1.75rem;overflow:hidden;box-shadow:0 30px 70px #0000002e}.hero-main-image-inner{width:100%;padding-top:56%;background-image:url(https://images.pexels.com/photos/4484078/pexels-photo-4484078.jpeg?auto=compress&cs=tinysrgb&w=1600);background-size:cover;background-position:center}.hero-experience-badge{position:absolute;right:-35px;top:10%;width:130px;height:130px;border-radius:999px;border:10px solid #eff6ff;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;text-align:center;text-transform:uppercase;letter-spacing:.08em}.hero-experience-badge span{max-width:6rem}.hero-bottom-strip{display:flex;justify-content:space-between;gap:.75rem;margin-top:1.1rem;font-size:.8rem;color:#6b7280}.hero-bottom-card{padding:.55rem .9rem;border-radius:.9rem;background:#f9fafb}.label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:#1d4ed8;font-weight:600}.features{padding:4rem 0 3.5rem;background:#fff}.section-heading.center{text-align:center;margin-bottom:2.5rem}.section-heading h2{margin-top:.5rem;margin-bottom:0}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}.feature-card{padding:1.5rem 1.4rem;border-radius:1.1rem;border:1px solid #e5e7eb;background:#fff}.feature-card h3{margin-top:0;margin-bottom:.6rem}.feature-card p{margin:0;color:#4b5563;font-size:.9rem}.metrics{padding:2.5rem 0 2rem;background:#f9fafb}.metrics-inner{display:flex;justify-content:space-around;gap:2rem}.metrics-item{text-align:center}.metrics-value{font-size:2rem;font-weight:700;color:#1d4ed8}.metrics-label{font-size:.9rem;color:#6b7280}.logo-strip{padding:1.5rem 0;background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.logo-strip-inner{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;font-weight:600;color:#1d4ed8}.testimonials{padding:3.5rem 0 3rem;background:#fff}.people-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem}.person-card{padding:1.5rem;border-radius:1.25rem;border:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.person-avatar{width:56px;height:56px;border-radius:999px;background-image:url(https://images.pexels.com/photos/3184301/pexels-photo-3184301.jpeg?auto=compress&cs=tinysrgb&w=400);background-size:cover;background-position:center}.quote{padding:3.5rem 0 4rem;background:#f9fafb}.quote-inner{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:2.5rem;align-items:center}.quote-form h2{margin-top:0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1rem 0}.field-input{width:100%;border-radius:.75rem;border:1px solid #e5e7eb;padding:.55rem .9rem;font-size:.85rem}.field-input:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 1px #2563eb33}.quote textarea.field-input{resize:vertical;margin-bottom:1rem}.quote-image{width:100%;min-height:260px;border-radius:1.5rem;background-image:url(https://images.pexels.com/photos/4484070/pexels-photo-4484070.jpeg?auto=compress&cs=tinysrgb&w=800);background-size:cover;background-position:center}.footer{background:#0b1120;color:#e5e7eb}.footer-inner{display:flex;justify-content:space-between;gap:3rem;padding:2.5rem 0 1.75rem}.footer-logo{font-weight:700;font-size:1.25rem;margin-bottom:.5rem}.footer-left p{margin:0;max-width:16rem;font-size:.9rem}.footer-cols{display:flex;gap:2.5rem}.footer-col h4{margin:0 0 .5rem}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{font-size:.85rem;color:#9ca3af;margin-bottom:.2rem}.footer-bottom{border-top:1px solid #111827;padding:.85rem 0 1rem}.footer-bottom-inner{display:flex;justify-content:space-between;gap:1.5rem;font-size:.8rem;color:#6b7280}@media(max-width:900px){.hero-video-element{min-height:20vh;object-fit:cover}.hero{padding:2.5rem 0 3rem}.hero-inner{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2rem}.hero-subtext{font-size:.95rem}.hero-cta-row{flex-direction:column;align-items:stretch}.btn{width:100%}.hero-experience-badge{position:absolute;right:10px;top:-30px;width:95px;height:95px;font-size:.65rem}.hero-bottom-strip{flex-direction:column}}.fulfillment-section{padding:40px 20px 0;background:transparent;margin-top:-370px;position:relative}.icon svg{transition:transform .3s ease,color .3s ease}.icon:hover svg{transform:scale(1.1);color:#f90}.fulfillment-card{max-width:1100px;margin:auto;background:#fff;border-radius:24px;padding:0;text-align:center;position:relative;box-shadow:0 20px 60px #0000001f;overflow:hidden;border:1px solid #e5e7eb}.fulfillment-vector{position:absolute;top:-40px;right:-40px;width:180px;height:180px;border-radius:50%}.fulfillment-header{background:linear-gradient(135deg,#f78c45 100% 50%,#f78c45);padding:20px 36px;border-radius:24px 24px 0 0;position:relative;overflow:hidden}.fulfillment-title{font-size:36px;margin:0;font-weight:800;color:#111827;position:relative;z-index:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.5px}.fulfillment-sub{margin-top:24px;color:#6b7280;font-size:18px;padding:0 36px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.fulfillment-grid{margin-top:32px;padding:0 36px 48px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fulfillment-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:12px;padding:18px 20px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:100px;box-shadow:0 2px 8px #2563eb33;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.fulfillment-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.fulfillment-btn:hover:before{opacity:1}.fulfillment-btn:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.25),transparent);transform:translate(-100%);transition:transform .6s ease}.fulfillment-btn:hover:after{transform:translate(100%)}.fulfillment-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-4px);box-shadow:0 8px 24px #2563eb59}.fulfillment-btn:active{transform:translateY(-2px)}.btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#fff;transition:transform .3s ease}.fulfillment-btn:hover .btn-icon{transform:scale(1.1) rotate(5deg)}.btn-text{position:relative;z-index:1;line-height:1.4;text-align:center}@media(max-width:1000px){.fulfillment-grid{grid-template-columns:repeat(2,1fr);padding:0 24px 40px}.fulfillment-header{padding:28px 24px}.fulfillment-title{font-size:36px}.fulfillment-sub{padding:0 24px;font-size:17px}}@media(max-width:600px){.fulfillment-section{margin-top:-450px}.fulfillment-header{padding:24px 20px;margin-top:-20px}.fulfillment-grid{grid-template-columns:1fr;padding:0 20px 36px;gap:12px}.fulfillment-title{font-size:28px}.fulfillment-sub{font-size:16px;padding:0 20px;margin-top:20px}.fulfillment-btn{min-height:90px;padding:16px 18px;font-size:14px}.btn-icon{width:28px;height:28px}}.fulfillment-modal-overlay{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .3s ease-out;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fulfillment-modal{background:#fff;border-radius:20px;max-width:600px;width:100%;max-height:85vh;overflow:hidden;box-shadow:0 25px 80px #0006;animation:slideUp .4s cubic-bezier(.16,1,.3,1);position:relative;margin:auto;display:flex;flex-direction:column}@keyframes slideUp{0%{transform:translateY(50px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.fulfillment-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:linear-gradient(135deg,#fff,#f8fafc);z-index:10;border-radius:20px 20px 0 0;box-shadow:0 2px 8px #0000000a}.fulfillment-modal-title{font-size:24px;font-weight:700;color:#2563eb;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.fulfillment-modal-close{background:transparent;padding:0;border-radius:50%;border:none;background:#f78c45;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.fulfillment-modal-close svg{width:40px;height:40px;display:block;color:#fff}.fulfillment-modal-close svg path{fill:#fff}.fulfillment-modal-close:hover{background:#d97706;transform:scale(1.1);box-shadow:0 4px 12px #f59e0b66}.fulfillment-modal-close:hover svg{color:#fff;stroke:#fff}.fulfillment-modal-form{padding:32px;display:flex;flex-direction:column;gap:28px;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:#e5e7eb #ffffff;background:linear-gradient(135deg,#f8fafc,#fff);position:relative}.fulfillment-modal-form:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#2563eb}.fulfillment-modal-form::-webkit-scrollbar{width:8px}.fulfillment-modal-form::-webkit-scrollbar-track{background:#f9fafb;border-radius:4px}.fulfillment-modal-form::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.fulfillment-modal-form::-webkit-scrollbar-thumb:hover{background:#9ca3af}.fulfillment-step-indicator{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:8px}.fulfillment-step{width:32px;height:32px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;transition:all .3s ease}.fulfillment-step.active{background:#2563eb;color:#fff;box-shadow:0 4px 12px #2563eb4d;transform:scale(1.1)}.fulfillment-step-divider{width:40px;height:3px;background:#e5e7eb;border-radius:2px}.fulfillment-page-title{font-size:22px;font-weight:700;color:#2563eb;margin:0 0 24px;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.fulfillment-progress-container{margin-bottom:8px}.fulfillment-progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:12px;position:relative;box-shadow:inset 0 2px 4px #0000000f}.fulfillment-progress-fill{height:100%;background:#2563eb;border-radius:10px;transition:width .5s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #2563eb66;position:relative;overflow:hidden}.fulfillment-progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.fulfillment-question-counter{text-align:center;font-size:14px;font-weight:600;color:#6b7280;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.fulfillment-form-group{display:flex;flex-direction:column;gap:20px;animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fulfillment-form-label{font-size:18px;font-weight:700;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.4;padding:16px 20px;background:#2563eb14;border-radius:12px;border-left:4px solid #2563eb;margin-bottom:8px}.fulfillment-radio-group{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:8px}.fulfillment-radio-label{display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-size:15px;font-weight:600;color:#4b5563;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-height:60px}.fulfillment-radio-label:before{content:"";position:absolute;inset:0;background:#2563eb1a;opacity:0;transition:opacity .3s ease}.fulfillment-radio-label:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb26}.fulfillment-radio-label:hover:before{opacity:1}.fulfillment-radio-label input[type=radio]{width:22px;height:22px;cursor:pointer;accent-color:#2563eb;position:relative;z-index:1}.fulfillment-radio-label input[type=radio]:checked+span{color:#2563eb;font-weight:700}.fulfillment-radio-label:has(input[type=radio]:checked){border-color:#2563eb;background:#2563eb1a;box-shadow:0 4px 16px #2563eb33;transform:translateY(-2px)}.fulfillment-radio-label span{position:relative;z-index:1;transition:all .3s ease}.fulfillment-mcq-group{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:8px}.fulfillment-mcq-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:15px;font-weight:500;color:#4b5563;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-height:60px}.fulfillment-mcq-label:before{content:"";position:absolute;inset:0;background:#2563eb1a;opacity:0;transition:opacity .3s ease}.fulfillment-mcq-label:hover{border-color:#2563eb;transform:translate(4px);box-shadow:0 4px 12px #2563eb26}.fulfillment-mcq-label:hover:before{opacity:1}.fulfillment-mcq-label input[type=radio],.fulfillment-mcq-label input[type=checkbox]{width:22px;height:22px;cursor:pointer;accent-color:#2563eb;position:relative;z-index:1;flex-shrink:0}.fulfillment-mcq-label input[type=radio]:checked+span,.fulfillment-mcq-label input[type=checkbox]:checked+span{color:#2563eb;font-weight:700}.fulfillment-mcq-label:has(input[type=radio]:checked),.fulfillment-mcq-label:has(input[type=checkbox]:checked){border-color:#2563eb;background:#2563eb1a;box-shadow:0 4px 16px #2563eb33;transform:translate(4px)}.fulfillment-mcq-label span{position:relative;z-index:1;flex:1;transition:all .3s ease}.fulfillment-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;background:#fff;transition:all .3s ease}.fulfillment-input:focus{outline:none;border-color:#2563eb}.fulfillment-other-input-wrapper{margin-top:16px;display:flex;flex-direction:column;gap:12px}.fulfillment-other-input{width:100%;padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;background:#fff;transition:all .3s ease}.fulfillment-other-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.fulfillment-other-input::placeholder{color:#9ca3af}@media(max-width:768px){.fulfillment-other-input-wrapper{margin-top:12px}.fulfillment-other-input{padding:12px 14px;font-size:14px}}.fulfillment-input::placeholder{color:#9ca3af}.fulfillment-form-actions{display:flex;gap:12px;margin-top:8px}.fulfillment-button-group{display:flex;gap:12px;margin-top:24px;align-items:center}.fulfillment-back-btn{display:inline-flex;align-items:center;gap:8px;background:#f3f4f6;color:#4b5563;border:none;border-radius:12px;padding:16px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;flex:0 0 auto}.fulfillment-back-btn:hover{background:#e5e7eb;color:#111827}.fulfillment-back-btn svg{width:20px;height:20px}.fulfillment-submit-btn{background:#2563eb;color:#fff;border:none;border-radius:12px;padding:18px 36px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;flex:1;box-shadow:0 4px 16px #2563eb4d;position:relative;overflow:hidden;margin-top:0;text-transform:uppercase;letter-spacing:.5px}.fulfillment-submit-btn:before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .3s ease}.fulfillment-submit-btn:hover{transform:translateY(-3px);color:#000;box-shadow:0 8px 24px #2563eb66}.fulfillment-submit-btn:hover:before{color:#000;opacity:1}.fulfillment-submit-btn:active{color:#000;transform:translateY(-1px)}.fulfillment-submit-btn:disabled{color:#000;opacity:.5;cursor:not-allowed;transform:none}.fulfillment-success-message{padding:48px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.fulfillment-success-message svg{color:#10b981;margin-bottom:8px}@media(max-width:768px){.fulfillment-modal-overlay{padding:10px}.fulfillment-modal{max-width:100%;max-height:95vh;border-radius:16px}.fulfillment-modal-header{padding:20px 24px;border-radius:16px 16px 0 0}.fulfillment-modal-title{font-size:20px}.fulfillment-modal-form{padding:24px 20px;gap:24px}.fulfillment-form-group{gap:16px}.fulfillment-form-label{font-size:16px;padding:14px 16px}.fulfillment-mcq-label{padding:16px 18px;font-size:15px}.fulfillment-radio-group{grid-template-columns:1fr;gap:12px}.fulfillment-radio-label{padding:16px 20px}.fulfillment-mcq-group{grid-template-columns:1fr;gap:12px}.fulfillment-page-title{font-size:20px;margin-bottom:20px}}@media(max-width:480px){.fulfillment-modal{max-height:98vh;border-radius:12px}.fulfillment-modal-header{padding:16px 20px}.fulfillment-modal-title{font-size:18px}.fulfillment-modal-form{padding:20px 16px;gap:20px}.fulfillment-page-title{font-size:18px;margin-bottom:16px}.fulfillment-form-label{font-size:15px;padding:12px 14px}.fulfillment-mcq-label{padding:14px 16px;font-size:14px}.fulfillment-radio-label{padding:14px 18px;font-size:15px}.fulfillment-submit-btn{padding:16px 28px;font-size:15px}.fulfillment-back-btn{padding:14px 24px;font-size:15px}.fulfillment-button-group{gap:10px;margin-top:20px}}.fulfillment-success-message h3{font-size:24px;font-weight:700;color:#111827;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.fulfillment-success-message p{font-size:16px;color:#6b7280;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media(max-width:600px){.fulfillment-modal{max-width:100%;border-radius:12px}.fulfillment-modal-header{padding:20px}.fulfillment-modal-title{font-size:20px}.fulfillment-modal-form{padding:20px}.fulfillment-radio-group,.fulfillment-mcq-group{grid-template-columns:1fr;gap:12px}}.stats-section{padding:60px 20px;background:#fff}.stats-container{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center}.stats-banner{display:flex;align-items:center;background:linear-gradient(90deg,#f78c45 0% 100%);border:1px solid #f78c45;border-radius:12px;padding:40px 20px;width:100%;max-width:1000px}.stats-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 20px}.stats-value{font-size:42px;font-weight:700;color:#111827;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.2}.stats-label{font-size:16px;font-weight:400;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.4}.stats-separator{width:1px;height:60px;background-color:#6b7280;flex-shrink:0}@media(max-width:768px){.stats-section{padding:40px 16px}.stats-banner{flex-direction:column;padding:30px 20px;gap:20px}.stats-separator{width:80%;height:1px;margin:10px 0}.stats-item{padding:10px 0}.stats-value{font-size:36px}.stats-label{font-size:15px}}@media(max-width:480px){.stats-banner{padding:24px 16px}.stats-value{font-size:32px}.stats-label{font-size:14px}}.hiw-wrapper{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:Segoe UI,system-ui,-apple-system,sans-serif;overflow:hidden;padding:80px 0}.hiw-bg-image{position:absolute;inset:0;z-index:0;background-image:url(https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=1800&q=80&auto=format&fit=crop);background-size:cover;background-position:center 30%;filter:blur(5px) saturate(.55) brightness(1.1);transform:scale(1.06)}.hiw-bg-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(160deg,#dce8fae8,#d0e0f6d9,#dae6f8eb)}.hiw-container{position:relative;z-index:2;max-width:1200px;width:100%;padding:0 32px;text-align:center}.hiw-title{font-size:clamp(1.8rem,3.5vw,2.7rem);font-weight:800;color:#16263a;margin:0 0 12px;letter-spacing:-.3px}.text-orange{color:#e8651a}.hiw-subtitle{font-size:clamp(.9rem,1.5vw,1.05rem);color:#4a5a70;margin:0 0 48px}.hiw-btn{background:linear-gradient(135deg,#e8651a,#c44e0c);color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:9px;padding:14px 44px;cursor:pointer;box-shadow:0 4px 18px #e8651a61;transition:transform .2s,box-shadow .2s;letter-spacing:.4px}.hiw-btn:hover{transform:translateY(-2px);box-shadow:0 8px 26px #e8651a7a;color:#fff}.bottom-btn{margin-top:80px;display:inline-block;text-decoration:none}.hiw-track{position:relative;width:100%;isolation:isolate}.hiw-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:1}.hiw-rail{stroke:#5a6b82;stroke-width:2.5;stroke-dasharray:8 5;fill:none;stroke-linecap:round;opacity:.9}.hiw-steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative;z-index:2}.hiw-step-col{display:flex;flex-direction:column;align-items:center;gap:0}.hiw-num-badge{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;color:#fff;position:relative;z-index:10;flex-shrink:0;margin-bottom:18px;box-shadow:0 0 0 5px #fffc,0 4px 16px #0000002e;transition:transform .2s}.hiw-num-badge:hover{transform:scale(1.08)}.hiw-num-badge.orange{background:linear-gradient(145deg,#f07830,#c44e0c)}.hiw-num-badge.blue{background:linear-gradient(145deg,#3b82f6,#1d4ed8)}.hiw-card{background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.85);border-radius:18px;padding:22px 20px 26px;width:100%;min-height:185px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 6px 24px #00000017,0 1px 4px #0000000f;transition:transform .25s,box-shadow .25s}.hiw-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px #00000021,0 2px 8px #00000012}.hiw-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.hiw-card-title{font-size:1rem;font-weight:700;color:#16263a;margin:0 0 10px;line-height:1.3;text-align:left}.hiw-card-desc{font-size:.84rem;color:#4a5a70;line-height:1.65;margin:0;text-align:left}.hiw-bottom-dot{width:16px;height:16px;border-radius:50%;flex-shrink:0;margin-top:32px;position:relative;z-index:10;box-shadow:0 0 0 4px #ffffffd9,0 2px 8px #0000002e}.hiw-bottom-dot.orange{background:#e8651a}.hiw-bottom-dot.blue{background:#2563eb}.hiw-mobile-slider{display:none}@media(max-width:900px){.hiw-steps-row{grid-template-columns:repeat(2,1fr);gap:20px}.hiw-svg{display:none}.hiw-subtitle{margin-bottom:40px}}@media(max-width:768px){.hiw-steps-row,.hiw-bottom-dot,.hiw-svg{display:none}.hiw-mobile-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:16px;padding:0 20px 20px;scrollbar-width:none;-ms-overflow-style:none}.hiw-mobile-slider::-webkit-scrollbar{display:none}.hiw-mobile-slide{flex:0 0 85%;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;align-items:center;gap:0;min-width:0}.hiw-mobile-slide:not(:last-child){padding-right:0}.hiw-mobile-num-badge{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;color:#fff;position:relative;z-index:10;flex-shrink:0;margin-bottom:22px;box-shadow:0 0 0 5px #fffc,0 4px 16px #0000002e}.hiw-mobile-num-badge.orange{background:linear-gradient(145deg,#f07830,#c44e0c)}.hiw-mobile-num-badge.blue{background:linear-gradient(145deg,#3b82f6,#1d4ed8)}.hiw-mobile-card{background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.85);border-radius:18px;padding:22px 20px 26px;width:100%;height:185px;min-height:185px;max-height:185px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;box-shadow:0 6px 24px #00000017,0 1px 4px #0000000f;box-sizing:border-box;overflow:hidden}.hiw-mobile-card .hiw-icon{flex-shrink:0;margin-bottom:8px}.hiw-mobile-card .hiw-card-title{flex-shrink:0;margin-bottom:8px;line-height:1.3}.hiw-mobile-card .hiw-card-desc{flex:1;overflow:hidden;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}}@media(max-width:520px){.hiw-btn{padding:13px 32px}.hiw-wrapper{padding:60px 0}.hiw-mobile-slide{flex:0 0 82%}.hiw-mobile-slider{padding:0 16px 16px;gap:12px}.hiw-mobile-card{height:185px;min-height:185px;max-height:185px}}.slider-wrapper{width:100%;overflow:hidden;padding:80px 00;background:linear-gradient(180deg,#fafbff,#f3f6ff)}.slider-section{margin-bottom:50px}.slider-section:last-child{margin-bottom:10}.slider-heading{font-family:Poppins,Segoe UI,sans-serif;font-size:36px;font-weight:700;color:#1f2937;text-align:center;margin:0 0 20px;padding:0}.slider{width:100%;overflow:hidden;margin:60px 0}.slide-track{display:flex;width:max-content;animation:scroll 40s linear infinite}.slide-card{width:350px;height:150px;flex-shrink:0;display:flex;justify-content:center;align-items:center;margin:0 20px;padding:10px;border-radius:18px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#6ea8ff,#b692ff) border-box;box-shadow:0 6px 24px #00000014;transition:transform .35s ease,box-shadow .35s ease,filter .35s ease;position:relative;overflow:hidden}.slide-card:after{content:"";position:absolute;inset:-40%;background:radial-gradient(circle,rgba(120,140,255,.15),transparent 60%);opacity:0;transition:opacity .4s ease}.slide-card:hover:after{opacity:1}.slide-card:before{content:"";position:absolute;top:0;left:-120%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.55),transparent);transform:skew(-25deg);transition:left .7s ease}.slide-card:hover:before{left:140%}.slide-card img{width:250px;height:100px;object-fit:cover;border-radius:12px;transition:transform .4s ease,filter .4s ease}.slide-card:hover img{transform:scale(1.12) rotate(1deg);filter:saturate(1.2) contrast(1.05)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-33.33%)}}@keyframes scrollReverse{0%{transform:translate(-33.33%)}to{transform:translate(0)}}.slide-track-reverse{animation:scrollReverse 40s linear infinite}:root{--wcu-blue: #1d4ed8;--wcu-blue-mid: #3b82f6;--wcu-blue-light: #dbeafe;--wcu-text-dark: #0f172a;--wcu-text-mid: #334155;--wcu-text-light: #64748b;--wcu-white: #ffffff;--wcu-card-bg: rgba(255, 255, 255, .82);--wcu-section-bg: #e8eef6}.wcu-section{position:relative;width:100%;padding:64px 24px 52px;overflow:hidden;font-family:DM Sans,Segoe UI,system-ui,sans-serif;background-color:var(--wcu-section-bg)}.wcu-bg-image{position:absolute;inset:0;z-index:0;filter:brightness(.9) contrast(1.05);background-image:url(/Images/OPTIMIZED-CASE-PACKAGING.png);background-size:cover;background-position:center;transform:scale(1.06)}.wcu-bg-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fffffff2,#ffffffd9 25%,#fff9,#ffffff40 65%,#ffffff0d 80%,#fff0)}.wcu-container{position:relative;z-index:3;max-width:1100px;margin:0 30px}@media(max-width:768px){.wcu-container{margin:0;padding:0 16px;max-width:100%}}.wcu-header{margin-bottom:40px}.wcu-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:var(--wcu-text-dark);margin:0 0 14px;letter-spacing:-.4px;line-height:1.18}.wcu-subtitle{font-size:clamp(.88rem,1.4vw,.98rem);color:var(--wcu-text-mid);line-height:1.65;max-width:560px;margin:0 0 6px;font-weight:400}.wcu-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:124px;align-items:center;min-height:200px}.wcu-card{background:var(--wcu-card-bg);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);border:1px solid rgba(255,255,255,.75);border-radius:16px;padding:24px 18px 22px;box-shadow:0 4px 20px #1e3c7814,0 1px 4px #1e3c780d;transition:transform .3s ease,box-shadow .3s ease;cursor:default;left:145px;display:flex;flex-direction:column;justify-content:center;align-items:center}.wcu-card.wcu-card--open{transform:translateY(-5px);box-shadow:0 12px 32px #1e3c7824,0 2px 8px #1e3c7812}.wcu-card-num{position:absolute;top:-14px;right:-10px;width:30px;height:30px;background:#cc530f;color:var(--wcu-white);border-radius:50%;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #cc530f59;letter-spacing:.3px}.wcu-card-icon{margin-bottom:14px;display:flex;align-items:center;justify-content:center}.wcu-card-title{font-size:1rem;font-weight:700;color:var(--wcu-text-dark);margin:0;line-height:1.3;text-align:center;transition:margin-bottom .3s ease}.wcu-card.wcu-card--open .wcu-card-title{margin-bottom:12px}.wcu-card-desc{font-size:.83rem;color:var(--wcu-text-mid);line-height:1.65;font-weight:400;text-align:center;max-height:0;opacity:0;overflow:hidden;margin:0;transition:max-height .35s ease,opacity .3s ease}.wcu-card.wcu-card--open .wcu-card-desc{max-height:200px;opacity:1}.wcu-tagline{text-align:center;font-size:1.4rem;color:var(--wcu-text-mid);display:flex;align-items:center;justify-content:center;gap:12px;width:100%;position:relative}.wcu-tagline:before,.wcu-tagline:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(100,130,180,.35),transparent)}.wcu-tagline strong{color:var(--wcu-text-dark);font-weight:700}.wcu-mobile-slider{display:none}@media(max-width:900px){.wcu-cards{grid-template-columns:repeat(2,1fr);gap:18px}}@media(max-width:768px){.wcu-cards{display:none}.wcu-mobile-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:0;padding:0;scrollbar-width:none;-ms-overflow-style:none;margin-bottom:40px;width:100%}.wcu-mobile-slider::-webkit-scrollbar{display:none}.wcu-mobile-slide{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always;min-width:0;padding:0 8px;box-sizing:border-box}.wcu-mobile-card{background:var(--wcu-card-bg);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);border:1px solid rgba(255,255,255,.75);border-radius:16px;padding:24px 18px 22px;box-shadow:0 4px 20px #1e3c7814,0 1px 4px #1e3c780d;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:280px;min-height:280px;max-height:280px;position:relative}.wcu-mobile-card .wcu-card-num{position:absolute;top:-14px;right:-10px;width:30px;height:30px;background:#cc530f;color:var(--wcu-white);border-radius:50%;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #cc530f59;letter-spacing:.3px}.wcu-mobile-card .wcu-card-icon{margin-bottom:14px;display:flex;align-items:center;justify-content:center}.wcu-mobile-card .wcu-card-title{font-size:1rem;font-weight:700;color:var(--wcu-text-dark);margin:0 0 12px;line-height:1.3;text-align:center}.wcu-mobile-card .wcu-card-desc{font-size:.83rem;color:var(--wcu-text-mid);line-height:1.65;font-weight:400;text-align:center;max-height:200px;opacity:1;margin:0}}@media(max-width:540px){.wcu-section{padding:48px 16px 40px}.wcu-mobile-slide{flex:0 0 82%}.wcu-mobile-slider{gap:0;padding:0 0 16px}.wcu-mobile-slide{flex:0 0 100%;padding:0 8px}}.newsletter-section{padding:80px 20px;background:linear-gradient(135deg,#1e40af,#2563eb,#3b82f6);position:relative;overflow:hidden}.newsletter-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(245,158,11,.15) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(245,158,11,.1) 0%,transparent 50%);pointer-events:none}.newsletter-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.newsletter-content{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.newsletter-text{color:#fff}.newsletter-title{font-size:36px;font-weight:800;color:#fff;margin:0 0 16px;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.5px}.newsletter-highlight{color:#f78c45}.newsletter-description{font-size:18px;line-height:1.7;color:#ffffffe6;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.newsletter-form{display:flex;flex-direction:column;gap:12px}.newsletter-input-wrapper{display:flex;gap:12px;background:#fffffff2;border-radius:12px;padding:4px;box-shadow:0 4px 20px #0000001a}.newsletter-input{flex:1;padding:16px 20px;border:none;background:transparent;font-size:16px;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;outline:none}.newsletter-input::placeholder{color:#9ca3af}.newsletter-btn{background:linear-gradient(135deg,#f78c45,#d97706);color:#fff;padding:16px 32px;font-size:16px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap;box-shadow:0 4px 12px #f59e0b4d}.newsletter-btn:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}.newsletter-btn:active{transform:translateY(0)}.newsletter-btn svg{transition:transform .3s ease}.newsletter-btn:hover svg{transform:translate(4px)}.newsletter-privacy{font-size:13px;color:#ffffffb3;margin:0;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media(max-width:968px){.newsletter-section{padding:60px 20px}.newsletter-content{grid-template-columns:1fr;gap:40px;text-align:center}.newsletter-title{font-size:36px}.newsletter-description{font-size:16px}}@media(max-width:768px){.newsletter-section{padding:50px 20px}.newsletter-title{font-size:32px}.newsletter-input-wrapper{flex-direction:column;padding:0;background:transparent;gap:12px}.newsletter-input{background:#fffffff2;border-radius:12px;padding:14px 18px}.newsletter-btn{width:100%;justify-content:center;padding:14px 28px}}@media(max-width:480px){.newsletter-title{font-size:28px}.newsletter-description,.newsletter-input,.newsletter-btn{font-size:15px}}.contactus-section{padding:80px 20px;background:#fff;position:relative;min-height:100vh}.contactus-container{max-width:1400px;margin:0 auto;position:relative}.contactus-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.contactus-image-wrapper{display:flex;align-items:center;justify-content:center;background:transparent}.contactus-image{width:100%;max-width:100%;height:600px;border-radius:16px;object-fit:cover;box-shadow:0 10px 40px #0000001a}.contactus-form-wrapper{background:#fff;border-radius:24px;padding:48px;box-shadow:0 10px 40px #00000026;border:1px solid #e5e7eb;width:100%}.form-header{margin-bottom:20px}.form-title{font-size:42px;font-weight:800;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.5px}.form-subtitle{font-size:16px;color:#6b7280;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.contactus-form{display:flex;flex-direction:column;gap:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.form-group input,.form-group textarea{width:100%;padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;background:#fff;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:16px 32px;font-size:18px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 4px 16px #2563eb4d}.submit-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb66}.submit-btn:active{transform:translateY(0)}.submit-btn svg{transition:transform .3s ease}.submit-btn:hover svg{transform:translate(4px)}@media(max-width:1200px){.contactus-content{gap:60px}.contactus-form-wrapper{padding:40px}.form-title{font-size:36px}}@media(max-width:968px){.contactus-section{padding:60px 20px}.contactus-content{grid-template-columns:1fr;gap:40px}.contactus-image-wrapper{display:none}.contactus-form-wrapper{padding:36px}}@media(max-width:768px){.contactus-section{padding:40px 20px}.contactus-form-wrapper{padding:32px 24px}.form-title{font-size:32px}.form-subtitle{font-size:15px}.form-row{grid-template-columns:1fr;gap:24px}.contactus-form{gap:20px}}@media(max-width:480px){.contactus-form-wrapper{padding:20px}.form-title{font-size:28px}.form-group input,.form-group textarea{padding:12px 14px;font-size:15px}.submit-btn{padding:14px 28px;font-size:16px}}.footer-section{background:linear-gradient(135deg,#1e40af,#2563eb,#3b82f6);color:#fff;padding:60px 20px 30px;position:relative;overflow:hidden}.footer-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(245,158,11,.15) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(245,158,11,.1) 0%,transparent 50%);pointer-events:none}.footer-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:50px;margin-bottom:40px}.footer-column{display:flex;flex-direction:column;gap:20px}.footer-logo{display:inline-block;text-decoration:none;transition:opacity .3s ease}.footer-logo:hover{opacity:.9}.footer-logo-image{height:140px;width:auto;display:block;object-fit:contain}.footer-description{font-size:15px;line-height:1.7;color:#ffffffe6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.footer-contact{display:flex;flex-direction:column;gap:16px;margin-bottom:30px}.footer-stay-connected{margin-top:0}.footer-stay-connected-desktop{display:block}.footer-stay-connected-mobile{display:none}.contact-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#fffffff2;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;flex-wrap:wrap}.contact-label{font-weight:600;color:#fffffff2;margin-right:4px}.contact-item svg{flex-shrink:0;color:#f78c45;margin-top:2px}.contact-item a,.contact-item span{color:#fffffff2;text-decoration:none;transition:color .3s ease;word-break:break-word}.contact-item a:hover{color:#f78c45}.footer-heading{font-size:18px;font-weight:700;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links li{margin:0}.footer-links a{color:#ffffffd9;text-decoration:none;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:#f78c45;transform:translate(4px)}.social-links{display:flex;gap:16px;margin-top:8px}.social-link{width:44px;height:44px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;border:2px solid rgba(255,255,255,.2)}.social-link:hover{background:#f78c45;border-color:#f78c45;transform:translateY(-3px);box-shadow:0 4px 12px #f59e0b66}.footer-email{margin:16px 0 0;font-size:14px;color:#fffffff2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.footer-email a{color:#fffffff2;text-decoration:none;transition:color .3s ease}.footer-email a:hover{color:#f78c45}.footer-map-link{color:#fffffff2;text-decoration:none;transition:color .3s ease}.footer-map-link:hover{color:#f78c45}.footer-map-container{margin-top:16px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000026;transition:all .3s ease;opacity:.9}.footer-map-container:hover{opacity:1;box-shadow:0 6px 20px #f59e0b4d;transform:translateY(-2px)}.footer-map-iframe{display:block;width:100%;border-radius:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:30px;text-align:center}.copyright{font-size:14px;color:#fffc;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media(max-width:1200px){.footer-main{grid-template-columns:2fr 1fr 1fr 1.2fr;gap:40px}}@media(max-width:968px){.footer-section{padding:50px 20px 25px}.footer-main{grid-template-columns:1fr 1fr;gap:40px}.footer-column:first-child{grid-column:1 / -1}.footer-column:last-child{grid-column:1 / -1;margin-top:20px}.social-links{justify-content:flex-start}}@media(max-width:768px){.footer-section{padding:40px 20px 20px}.footer-main{grid-template-columns:1fr;gap:35px}.footer-column:first-child{grid-column:1}.footer-logo-image{height:120px;max-height:120px}.footer-logo{margin-bottom:-30px;line-height:0}.footer-stay-connected-desktop{display:none}.footer-stay-connected-mobile{display:block;margin-top:20px}.footer-stay-connected-mobile .footer-heading{margin-bottom:12px}.footer-description{font-size:14px}.footer-heading{font-size:16px}.social-links{justify-content:center}}@media(max-width:480px){.footer-section{padding:35px 15px 20px}.footer-main{gap:30px}.footer-logo-image{height:100px;max-height:100px}.footer-logo{margin-bottom:-25px;line-height:0}.contact-item,.footer-links a{font-size:13px}.copyright{font-size:12px}.footer-map-iframe{height:300px}}@media(max-width:768px){.footer-map-iframe{height:300px}}.home-industries-section{padding:80px 0;background:#fff}.home-industries-container{max-width:1200px;margin:0 auto;padding:0 48px}.home-industries-header{text-align:center;margin-bottom:48px}.home-industries-title{font-family:Sora,sans-serif;font-size:clamp(1.7rem,3vw,2.5rem);font-weight:800;color:#0f172a;letter-spacing:-.55px;line-height:1.18;margin-bottom:14px}.home-industries-subtitle{font-size:1.02rem;color:#64748b;line-height:1.75;text-align:center;max-width:640px;margin:0 auto}.home-industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-industries-card{background:#fff;border:1.5px solid #E2E8F0;border-radius:22px;overflow:hidden;box-shadow:0 2px 12px #0f172a0d;transition:border-color .25s,box-shadow .25s,transform .25s}.home-industries-card.home-industries-out{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}.home-industries-card.home-industries-in{opacity:1;transform:translateY(0);transition:opacity .55s ease,transform .55s ease}.home-industries-card.home-industries-in:hover{border-color:#2563eb;box-shadow:0 8px 32px #2563eb1f;transform:translateY(-4px)}.home-industries-img-wrap{position:relative;height:180px;overflow:hidden}.home-industries-img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.home-industries-card:hover .home-industries-img{transform:scale(1.04)}.home-industries-img-overlay{position:absolute;inset:0;background:#0f172a33}.home-industries-footer{display:flex;align-items:center;gap:12px;padding:16px 18px}.home-industries-icon{width:36px;height:36px;background:#eff4ff;border:1px solid #DBEAFE;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-industries-label{font-family:Sora,sans-serif;font-size:.95rem;font-weight:700;color:#0f172a}.home-industries-mobile-slider{display:none}@media(max-width:1100px){.home-industries-container{padding:0 36px}.home-industries-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.home-industries-section{padding:60px 0}.home-industries-container{padding:0 20px}.home-industries-grid{display:none}.home-industries-mobile-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:16px;padding:0 0 20px;scrollbar-width:none;-ms-overflow-style:none}.home-industries-mobile-slider::-webkit-scrollbar{display:none}.home-industries-mobile-slide{flex:0 0 85%;scroll-snap-align:start;scroll-snap-stop:always;min-width:0}.home-industries-mobile-card{background:#fff;border:1.5px solid #E2E8F0;border-radius:22px;overflow:hidden;box-shadow:0 2px 12px #0f172a0d;display:flex;flex-direction:column;width:100%;height:100%}.home-industries-mobile-card .home-industries-img-wrap{position:relative;height:180px;overflow:hidden}.home-industries-mobile-card .home-industries-img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.home-industries-mobile-card .home-industries-img-overlay{position:absolute;inset:0;background:#0f172a33}.home-industries-mobile-card .home-industries-footer{display:flex;align-items:center;gap:12px;padding:16px 18px}.home-industries-mobile-card .home-industries-icon{width:36px;height:36px;background:#eff4ff;border:1px solid #DBEAFE;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-industries-mobile-card .home-industries-label{font-family:Sora,sans-serif;font-size:.95rem;font-weight:700;color:#0f172a}}@media(max-width:580px){.home-industries-mobile-slide{flex:0 0 82%}.home-industries-mobile-slider{gap:12px;padding:0 0 16px}}.testimonials-section{background-color:#111;padding:64px 40px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:#fff;min-height:50vh;box-sizing:border-box}.section-title{text-align:center;font-size:2.4rem;font-weight:800;letter-spacing:-.5px;margin:0 0 48px;color:#fff}.testimonials-layout{display:flex;align-items:flex-start;gap:40px;max-width:1300px;margin:0 auto}.rating-panel{flex-shrink:0;width:180px;display:flex;flex-direction:column;align-items:flex-start;padding-top:8px}.excellent-label{font-size:1.1rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 10px;color:#fff}.big-stars{display:flex;gap:3px;margin-bottom:12px}.big-star{width:30px;height:30px}.big-star.filled path{fill:#f5a623}.big-star.empty path{fill:#555}.big-star.half path{fill:url(#half-grad)}.review-count{font-size:.82rem;color:#aaa;margin:0 0 14px}.review-link{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:2px}.review-link:hover{color:#f5a623}.google-logo svg{width:70px;height:auto}.carousel-wrapper{flex:1;position:relative;display:flex;align-items:center;min-width:0}.reviews-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 2px 12px}.reviews-track::-webkit-scrollbar{display:none}.review-card{flex-shrink:0;width:290px;background-color:#1e1e1e;border:1px solid #2e2e2e;border-radius:14px;padding:20px;scroll-snap-align:start;display:flex;flex-direction:column;gap:12px;transition:border-color .2s ease,transform .2s ease;box-sizing:border-box}.review-card:hover{border-color:#444;transform:translateY(-2px)}.card-header{display:flex;align-items:center;gap:10px}.avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:#fff;flex-shrink:0;letter-spacing:.5px}.reviewer-info{flex:1;min-width:0;display:flex;flex-direction:column}.reviewer-name{font-size:.88rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-source{font-size:.72rem;color:#777;margin-top:1px}.google-badge{width:28px;height:28px;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px;box-sizing:border-box}.google-badge svg{width:100%;height:100%}.stars{display:flex;gap:2px}.star{width:16px;height:16px}.star.filled path{fill:#f5a623;stroke:none}.star.empty path{fill:#444;stroke:none}.review-text{font-size:.82rem;line-height:1.6;color:#ccc;margin:0;flex:1}.read-more-btn{background:none;border:none;color:#888;font-size:.8rem;cursor:pointer;padding:0;font-family:inherit;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.read-more-btn:hover{color:#ccc}.carousel-arrow{position:absolute;z-index:10;width:44px;height:44px;border-radius:50%;border:1.5px solid #333333;background:#1e1e1e;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease;box-shadow:0 2px 12px #00000080;padding:0}.carousel-arrow svg{width:20px;height:20px;flex-shrink:0}.carousel-arrow:hover{background:#2e2e2e;border-color:#555}.carousel-arrow.left{left:-20px}.carousel-arrow.right{right:-20px}.carousel-arrow.hidden{opacity:0;pointer-events:none}@media(max-width:768px){.testimonials-section{padding:40px 16px}.section-title{font-size:1.75rem;margin-bottom:32px}.testimonials-layout{flex-direction:column;gap:24px}.rating-panel{width:100%;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;padding-top:0}.excellent-label{width:100%;text-align:center;margin-bottom:8px;font-size:.95rem}.big-stars{justify-content:center}.big-star{width:24px;height:24px}.google-logo{margin-top:8px}.google-logo svg{width:60px}.carousel-wrapper{width:100%;position:relative;padding:0}.reviews-track{gap:12px;padding:4px 0 12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.review-card{width:85%;min-width:280px;max-width:320px;padding:18px;scroll-snap-align:center}.carousel-arrow{display:none}}@media(max-width:480px){.testimonials-section{padding:32px 12px}.section-title{font-size:1.5rem;margin-bottom:24px}.rating-panel{gap:12px}.excellent-label{font-size:.85rem;letter-spacing:1px}.big-star{width:20px;height:20px}.review-card{width:82%;min-width:260px;padding:16px}.card-header{gap:8px}.avatar{width:36px;height:36px;font-size:.72rem}.reviewer-name{font-size:.82rem}.review-source{font-size:.68rem}.google-badge{width:24px;height:24px}.review-text{font-size:.78rem;line-height:1.5}.stars{gap:1px}.star{width:14px;height:14px}}*{box-sizing:border-box}body{width:100%;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff}#root{min-height:100vh;width:100%}
