.Stepper-module__ghguyW__stepper{justify-content:center;align-items:center;gap:12px;max-width:600px;margin:0 auto 20px;padding:20px;display:flex}.Stepper-module__ghguyW__step{z-index:1;flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.Stepper-module__ghguyW__circle{color:#94a3b8;width:36px;height:36px;transition:all .3s var(--ease);background:#fff;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.Stepper-module__ghguyW__label{color:#94a3b8;letter-spacing:1px;transition:all .3s var(--ease);font-size:11px;font-weight:700}.Stepper-module__ghguyW__line{min-width:40px;height:2px;transition:all .3s var(--ease);background:#e2e8f0;flex:1;margin-top:-20px}.Stepper-module__ghguyW__active .Stepper-module__ghguyW__circle{border-color:var(--orange);color:var(--orange);box-shadow:0 0 15px #ff6b2c33}.Stepper-module__ghguyW__active .Stepper-module__ghguyW__label{color:var(--text-dark)}.Stepper-module__ghguyW__filled{background:var(--orange)!important}.Stepper-module__ghguyW__active.Stepper-module__ghguyW__step .Stepper-module__ghguyW__circle{background:#fff}.Stepper-module__ghguyW__active:not(:last-child) .Stepper-module__ghguyW__circle{background:var(--orange);color:#fff;border-color:var(--orange)}
.ship-module__Jde-RW__page{background-color:var(--warm-white);min-height:100vh}.ship-module__Jde-RW__main{padding:60px 0}.ship-module__Jde-RW__contentLayout{grid-template-columns:380px 1fr;align-items:start;gap:32px;display:grid}@media (max-width:1024px){.ship-module__Jde-RW__contentLayout{grid-template-columns:1fr}.ship-module__Jde-RW__sidebar{order:-1}}.ship-module__Jde-RW__stepCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fff;padding:40px}.ship-module__Jde-RW__stepTitle{color:var(--navy-900);margin-bottom:8px;font-size:24px;font-weight:700}.ship-module__Jde-RW__stepSub{color:var(--text-dark-muted);margin-bottom:32px;font-size:15px}.ship-module__Jde-RW__addressList{flex-direction:column;gap:20px;margin-bottom:40px;display:flex}.ship-module__Jde-RW__addressBox{border-radius:var(--radius-md);transition:all .3s var(--ease);border:1.5px dashed #cbd5e1;padding:24px}.ship-module__Jde-RW__addressBox:hover{border-color:var(--orange);background:#ff6b2c05}.ship-module__Jde-RW__boxHeader{color:var(--navy-700);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:10px;margin-bottom:16px;font-size:14px;font-weight:600;display:flex}.ship-module__Jde-RW__addBtn{width:100%;color:var(--orange);cursor:pointer;background:0 0;border:none;font-size:15px;font-weight:600;transition:transform .2s}.ship-module__Jde-RW__addBtn:hover{transform:scale(1.01)}.ship-module__Jde-RW__selectedAddress{background:var(--warm-white);border-radius:var(--radius-sm);border-left:4px solid var(--orange);padding:16px}.ship-module__Jde-RW__addrMain{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ship-module__Jde-RW__addrType{background:var(--navy-900);color:#fff;text-transform:uppercase;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.ship-module__Jde-RW__addrFooter{color:var(--text-dark-muted);border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;font-size:13px;display:flex}.ship-module__Jde-RW__editBtn{color:var(--orange);border-bottom:1px dashed var(--orange);background:0 0;font-weight:600}.ship-module__Jde-RW__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#050c18cc;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ship-module__Jde-RW__modalContent{border-radius:var(--radius-lg);background:#fff;width:100%;max-width:600px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.ship-module__Jde-RW__modalHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:24px;display:flex}.ship-module__Jde-RW__modalHeader h3{color:var(--navy-900);font-size:18px}.ship-module__Jde-RW__modalHeader button{color:var(--text-dark-muted);background:0 0;font-size:24px}.ship-module__Jde-RW__modalForm{padding:24px}.ship-module__Jde-RW__formGrid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.ship-module__Jde-RW__fieldFull{grid-column:span 2}.ship-module__Jde-RW__field,.ship-module__Jde-RW__fieldFull{flex-direction:column;gap:6px;display:flex}.ship-module__Jde-RW__field label,.ship-module__Jde-RW__fieldFull label{color:var(--navy-700);text-transform:uppercase;font-size:12px;font-weight:600}.ship-module__Jde-RW__field input,.ship-module__Jde-RW__fieldFull input{border:1.5px solid #e2e8f0;border-radius:8px;padding:12px;font-family:inherit;font-size:14px;transition:border-color .2s}.ship-module__Jde-RW__field input:focus,.ship-module__Jde-RW__fieldFull input:focus{border-color:var(--orange);outline:none}.ship-module__Jde-RW__saveAs{margin-bottom:24px}.ship-module__Jde-RW__saveAs p{color:var(--navy-900);margin-bottom:12px;font-size:12px;font-weight:700}.ship-module__Jde-RW__typeOptions{gap:10px;display:flex}.ship-module__Jde-RW__typeOptions button{text-transform:capitalize;background:#fff;border:1.5px solid #e2e8f0;border-radius:100px;padding:8px 20px;font-size:13px;font-weight:600;transition:all .2s}.ship-module__Jde-RW__typeOptions .ship-module__Jde-RW__typeActive{background:var(--orange);color:#fff;border-color:var(--orange)}.ship-module__Jde-RW__modalActions{justify-content:center;margin-top:24px;display:flex}.ship-module__Jde-RW__actions{border-top:1px solid #f1f5f9;justify-content:flex-end;padding-top:20px;display:flex}.ship-module__Jde-RW__infoCard,.ship-module__Jde-RW__summaryCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fff;padding:24px;position:sticky;top:120px}.ship-module__Jde-RW__infoCard h3,.ship-module__Jde-RW__summaryCard h3{color:var(--navy-900);margin-bottom:24px;font-size:18px;font-weight:700}.ship-module__Jde-RW__infoList{flex-direction:column;gap:20px;margin-bottom:32px;list-style:none;display:flex}.ship-module__Jde-RW__infoList li{gap:16px;display:flex}.ship-module__Jde-RW__infoIcon{width:40px;height:40px;color:var(--orange);background:#fff0ea;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ship-module__Jde-RW__infoList strong{color:var(--navy-900);margin-bottom:4px;font-size:14px;display:block}.ship-module__Jde-RW__infoList p{color:var(--text-dark-muted);font-size:13px;line-height:1.4}.ship-module__Jde-RW__promoBox{border-radius:var(--radius-md);height:200px;position:relative;overflow:hidden}.ship-module__Jde-RW__promoBox img{object-fit:cover;width:100%;height:100%}.ship-module__Jde-RW__promoText{color:#fff;background:linear-gradient(#0000,#000c);flex-direction:column;justify-content:flex-end;padding:20px;display:flex;position:absolute;inset:0}.ship-module__Jde-RW__promoText p{text-transform:uppercase;letter-spacing:1px;color:var(--orange-light);font-size:12px;font-weight:600}.ship-module__Jde-RW__promoText h4{margin:4px 0 12px;font-size:16px}.ship-module__Jde-RW__promoBtn{color:var(--text-dark);background:#fff;border-radius:6px;width:fit-content;padding:8px 16px;font-size:12px;font-weight:700}.ship-module__Jde-RW__backBtn{color:var(--text-dark-muted);background:0 0;align-items:center;gap:8px;margin-bottom:20px;font-size:14px;font-weight:600;transition:color .2s;display:flex}.ship-module__Jde-RW__backBtn:hover{color:var(--orange)}.ship-module__Jde-RW__packageSection{margin-bottom:32px}.ship-module__Jde-RW__sectionLabel{color:var(--navy-700);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:13px;font-weight:700;display:block}.ship-module__Jde-RW__grid4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.ship-module__Jde-RW__grid5{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}@media (max-width:640px){.ship-module__Jde-RW__grid4,.ship-module__Jde-RW__grid5{grid-template-columns:repeat(2,1fr)}}.ship-module__Jde-RW__selectionCard{border-radius:var(--radius-md);cursor:pointer;text-align:center;border:1.5px solid #e2e8f0;flex-direction:column;align-items:center;gap:12px;padding:20px 12px;transition:all .2s;display:flex}.ship-module__Jde-RW__selectionCard:hover{border-color:var(--orange);background:#ff6b2c05}.ship-module__Jde-RW__selectionCard.ship-module__Jde-RW__selected{border-color:var(--orange);box-shadow:0 0 0 1px var(--orange);background:#ff6b2c0d}.ship-module__Jde-RW__cardIcon{color:var(--navy-600);font-size:24px}.ship-module__Jde-RW__selectionCard.ship-module__Jde-RW__selected .ship-module__Jde-RW__cardIcon{color:var(--orange)}.ship-module__Jde-RW__selectionCard span{color:var(--navy-900);font-size:12px;font-weight:600}.ship-module__Jde-RW__contentEmoji{font-size:28px}.ship-module__Jde-RW__weightOptions{flex-wrap:wrap;gap:12px;display:flex}.ship-module__Jde-RW__weightBtn{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;flex:1;justify-content:space-between;align-items:center;min-width:150px;padding:12px 16px;transition:all .2s;display:flex}.ship-module__Jde-RW__weightBtn.ship-module__Jde-RW__selected{border-color:var(--orange);background:#ff6b2c0d}.ship-module__Jde-RW__weightLabel{color:var(--navy-900);font-size:13px;font-weight:700}.ship-module__Jde-RW__weightBadge{color:var(--navy-600);background:#f1f5f9;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:800}.ship-module__Jde-RW__weightBtn.ship-module__Jde-RW__selected .ship-module__Jde-RW__weightBadge{background:var(--orange);color:#fff}.ship-module__Jde-RW__valueInput{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;align-items:center;padding:0 16px;display:flex}.ship-module__Jde-RW__valueInput span{color:var(--navy-600);font-weight:700}.ship-module__Jde-RW__valueInput input{border:none;outline:none;flex:1;padding:12px;font-family:inherit;font-size:15px}.ship-module__Jde-RW__protectCard{border-radius:var(--radius-md);background:#fff8f5;border:1px solid #ffccb8;padding:20px}.ship-module__Jde-RW__protectHeader{align-items:center;gap:16px;display:flex}.ship-module__Jde-RW__protectHeader svg{color:var(--orange);font-size:24px}.ship-module__Jde-RW__protectHeader div{flex:1}.ship-module__Jde-RW__protectHeader strong{color:var(--navy-900);font-size:15px;display:block}.ship-module__Jde-RW__protectHeader p{color:#64748b;font-size:13px}.ship-module__Jde-RW__dateSelector{gap:12px;margin-bottom:32px;padding-bottom:8px;display:flex;overflow-x:auto}.ship-module__Jde-RW__dateBtn{cursor:pointer;min-width:80px;transition:all .2s var(--ease);background:#fff;border:1.5px solid #e2e8f0;border-radius:40px;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;display:flex}.ship-module__Jde-RW__dateBtn span:first-child{color:var(--navy-900);text-transform:uppercase;font-size:10px;font-weight:800}.ship-module__Jde-RW__dateBtn strong{color:var(--navy-900);font-size:24px;font-weight:800}.ship-module__Jde-RW__dateBtn span:last-child{color:var(--text-dark-muted);font-size:11px;font-weight:600}.ship-module__Jde-RW__dateBtn.ship-module__Jde-RW__selected{background:#f5f3ff;border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}.ship-module__Jde-RW__dateBtn.ship-module__Jde-RW__selected span,.ship-module__Jde-RW__dateBtn.ship-module__Jde-RW__selected strong{color:#1e1b4b}.ship-module__Jde-RW__slotInfo{color:var(--navy-700);background:#f8fafc;border-radius:12px;align-items:center;gap:16px;padding:20px;font-size:14px;line-height:1.5;display:flex}.ship-module__Jde-RW__slotInfo svg{color:var(--orange);font-size:20px}.ship-module__Jde-RW__summarySidebar{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fff;border:1px solid #f1f5f9;padding:32px;position:sticky;top:120px}.ship-module__Jde-RW__sidebarTitle{color:var(--navy-900);border-bottom:1.5px solid #f1f5f9;margin-bottom:24px;padding-bottom:16px;font-size:18px;font-weight:700}.ship-module__Jde-RW__summaryGroups{flex-direction:column;gap:20px;display:flex}.ship-module__Jde-RW__summaryGroup{position:relative}.ship-module__Jde-RW__groupHeader{align-items:center;gap:10px;margin-bottom:8px;display:flex}.ship-module__Jde-RW__groupHeader svg{color:var(--orange);font-size:16px}.ship-module__Jde-RW__groupHeader span{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;flex:1;font-size:11px;font-weight:800}.ship-module__Jde-RW__groupHeader button{color:var(--orange);background:0 0;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700;transition:background .2s}.ship-module__Jde-RW__groupHeader button:hover{background:#ff6b2c0d}.ship-module__Jde-RW__groupContent{padding-left:26px}.ship-module__Jde-RW__groupContent strong{color:var(--navy-900);margin-bottom:2px;font-size:15px;display:block}.ship-module__Jde-RW__groupContent p{color:var(--text-dark-muted);font-size:13px;line-height:1.4}.ship-module__Jde-RW__placeholder{color:#cbd5e1;padding-left:26px;font-size:13px;font-style:italic}.ship-module__Jde-RW__sidebarFooter{border-top:2px solid #f8fafc;margin-top:32px;padding-top:24px}.ship-module__Jde-RW__totalRow{justify-content:space-between;align-items:baseline;margin-bottom:4px;display:flex}.ship-module__Jde-RW__totalRow span{color:var(--text-dark-muted);font-size:13px;font-weight:600}.ship-module__Jde-RW__totalRow strong{color:var(--navy-900);font-size:24px;font-weight:800}.ship-module__Jde-RW__taxInfo{color:#94a3b8;text-align:right;font-size:11px}.ship-module__Jde-RW__addressSummary{flex-direction:column;gap:0;padding-left:4px;display:flex;position:relative}.ship-module__Jde-RW__addressItem{gap:16px;display:flex;position:relative}.ship-module__Jde-RW__addressIcon{flex-direction:column;align-items:center;width:20px;display:flex}.ship-module__Jde-RW__dot{border:2px solid var(--orange);z-index:1;background:#fff;border-radius:50%;width:10px;height:10px}.ship-module__Jde-RW__dot.ship-module__Jde-RW__pickup{border-color:#10b981}.ship-module__Jde-RW__dot.ship-module__Jde-RW__delivery{border-color:#ef4444}.ship-module__Jde-RW__line{border-left:2px dashed #cbd5e1;width:1px;height:40px;margin:4px 0}.ship-module__Jde-RW__addrDetails{flex:1;padding-bottom:20px}.ship-module__Jde-RW__addrDetails strong{color:var(--navy-900);margin-bottom:2px;font-size:14px;display:block}.ship-module__Jde-RW__addrDetails p{color:var(--text-dark-muted);font-size:12px}.ship-module__Jde-RW__chevron{color:#94a3b8}.ship-module__Jde-RW__promoCard{border-radius:var(--radius-lg);background:#1e1b4b;height:180px;margin-top:24px;position:relative;overflow:hidden}.ship-module__Jde-RW__promoImage{object-fit:cover;opacity:.7;width:100%;height:100%}.ship-module__Jde-RW__promoOverlay{background:linear-gradient(#0000,#000c);flex-direction:column;justify-content:flex-end;padding:24px;display:flex;position:absolute;inset:0}.ship-module__Jde-RW__promoOverlay h4{color:#fff;margin-bottom:4px;font-size:18px;font-weight:700}.ship-module__Jde-RW__promoOverlay p{color:#fffc;font-size:13px;line-height:1.4}.ship-module__Jde-RW__packageSummary{background:#f8fafc;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.ship-module__Jde-RW__packageIcon{background:#fff;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 2px 4px #0000000d}.ship-module__Jde-RW__packageInfo{flex:1}.ship-module__Jde-RW__packageInfo strong{color:var(--navy-900);font-size:13px;display:block}.ship-module__Jde-RW__packageInfo span{color:var(--text-dark-muted);font-size:11px}.ship-module__Jde-RW__weightTag{color:#ef4444;background:#fee2e2;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:800}.ship-module__Jde-RW__paymentSection{flex-direction:column;gap:24px;display:flex}.ship-module__Jde-RW__protectBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:20px;display:flex}.ship-module__Jde-RW__protectContent{flex:1}.ship-module__Jde-RW__protectContent p{color:var(--navy-900);font-size:14px;font-weight:500}.ship-module__Jde-RW__protectContent button{color:#6366f1;background:0 0;margin-top:4px;padding:0;font-size:12px;font-weight:600}.ship-module__Jde-RW__shieldIcon{color:#4338ca;background:#e0e7ff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ship-module__Jde-RW__couponBox{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;align-items:center;gap:16px;padding:16px 20px;display:flex}.ship-module__Jde-RW__couponIcon{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ship-module__Jde-RW__couponInfo{flex:1}.ship-module__Jde-RW__couponInfo strong{color:var(--navy-900);font-size:14px;display:block}.ship-module__Jde-RW__couponInfo p{color:#166534;font-size:12px}.ship-module__Jde-RW__deliveryTypeSection{margin-top:8px}.ship-module__Jde-RW__deliveryGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:16px;display:grid}.ship-module__Jde-RW__deliveryCard{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .2s}.ship-module__Jde-RW__deliveryCard.ship-module__Jde-RW__active{background:#f5f3ff;border-color:#6366f1}.ship-module__Jde-RW__deliveryHeader{color:var(--navy-900);text-transform:uppercase;align-items:center;gap:10px;margin-bottom:12px;font-size:12px;font-weight:800;display:flex}.ship-module__Jde-RW__deliveryPrice{align-items:baseline;gap:8px;margin-bottom:8px;display:flex}.ship-module__Jde-RW__priceMain{color:var(--navy-900);font-size:20px;font-weight:800}.ship-module__Jde-RW__priceStrike{color:#94a3b8;font-size:14px;text-decoration:line-through}.ship-module__Jde-RW__deliveryMeta{color:var(--text-dark-muted);font-size:12px;line-height:1.4}.ship-module__Jde-RW__deliveryMeta strong{color:#10b981}.ship-module__Jde-RW__summaryHeaderRow{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ship-module__Jde-RW__changeBtn{color:#6366f1;text-transform:uppercase;letter-spacing:.5px;background:0 0;font-size:12px;font-weight:700}.ship-module__Jde-RW__dateSummaryBox{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:12px;padding:8px 16px;display:flex}.ship-module__Jde-RW__dateSummaryMonth{color:#64748b;text-transform:uppercase;font-size:10px;font-weight:700}.ship-module__Jde-RW__dateSummaryDay{color:var(--navy-900);font-size:18px;font-weight:800}.ship-module__Jde-RW__summaryGroup{border-bottom:1px solid #f1f5f9;margin-bottom:24px;padding-bottom:24px}.ship-module__Jde-RW__summaryGroup:last-child{border-bottom:none;margin-bottom:0}
.Navbar-module__nuAbfa__navbar{z-index:1000;background:linear-gradient(#0a0f1abf 0%,#0000 100%);padding:20px 0;transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,box-shadow .4s,padding .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__nuAbfa__navbar.Navbar-module__nuAbfa__scrolled{-webkit-backdrop-filter:blur(20px);background:#0b1f3ae6;padding:12px 0;box-shadow:0 1px #ffffff0f}.Navbar-module__nuAbfa__inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.Navbar-module__nuAbfa__logo{align-items:center;gap:12px;height:48px;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoImg{object-fit:contain;border-radius:10px;width:auto;height:100%}.Navbar-module__nuAbfa__logoIcon{flex-shrink:0}.Navbar-module__nuAbfa__logoText{color:#fff;letter-spacing:-.3px;font-size:18px;font-weight:500}.Navbar-module__nuAbfa__logoText strong{color:#e8520a;font-weight:800}.Navbar-module__nuAbfa__nav{align-items:center;gap:6px;display:flex}.Navbar-module__nuAbfa__navLink{color:#fff;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13.5px;font-weight:500;transition:color .2s,background .2s;display:flex;position:relative}.Navbar-module__nuAbfa__navLink:hover{color:#fff;background:#ffffff14}.Navbar-module__nuAbfa__navLinkActive{background:#fff;font-weight:600;box-shadow:0 1px 4px #00000026;color:#1a1f2e!important}.Navbar-module__nuAbfa__navLinkActive:hover{background:#f5f5f5;color:#1a1f2e!important}.Navbar-module__nuAbfa__activeDot{display:none}.Navbar-module__nuAbfa__navItem{position:relative}.Navbar-module__nuAbfa__chevron{font-size:12px;transition:transform .2s}.Navbar-module__nuAbfa__navItem:hover .Navbar-module__nuAbfa__chevron{transform:rotate(180deg)}.Navbar-module__nuAbfa__dropdown{opacity:0;visibility:hidden;z-index:100;background:#0b1f3a;border:1px solid #ffffff1a;border-radius:12px;width:260px;padding:10px;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 40px #0006}.Navbar-module__nuAbfa__navItem:hover .Navbar-module__nuAbfa__dropdown{opacity:1;visibility:visible;transform:translateY(4px)}.Navbar-module__nuAbfa__dropdownItem{color:#ffffffb3;border-radius:8px;padding:10px 14px;font-size:13.5px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Navbar-module__nuAbfa__dropdownItem:hover{color:#fff;background:#ffffff14;padding-left:18px}.Navbar-module__nuAbfa__actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.Navbar-module__nuAbfa__ctaBtn{padding:10px 20px;font-size:13px}.Navbar-module__nuAbfa__hamburger{color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:none}.Navbar-module__nuAbfa__hamburger:hover{background:#e8520a33}.Navbar-module__nuAbfa__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;background:#0a0f1afa;flex-direction:column;gap:4px;padding:16px 24px 24px;transition:opacity .3s,transform .3s;display:none;transform:translateY(-10px)}.Navbar-module__nuAbfa__mobileMenu.Navbar-module__nuAbfa__open{opacity:1;pointer-events:all;display:flex;transform:translateY(0)}.Navbar-module__nuAbfa__mobileLink{color:#fffc;border-bottom:1px solid #ffffff0f;padding:12px 0;font-size:15px;font-weight:500;transition:color .2s}.Navbar-module__nuAbfa__mobileLink:hover{color:var(--orange)}.Navbar-module__nuAbfa__mobileLinkActive{font-weight:700;color:var(--orange)!important}.Navbar-module__nuAbfa__mobileSection{border-bottom:1px solid #ffffff0f;padding:8px 0}.Navbar-module__nuAbfa__mobileSectionLabel{color:var(--orange);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.Navbar-module__nuAbfa__mobileSubLinks{flex-direction:column;gap:4px;padding-left:12px;display:flex}.Navbar-module__nuAbfa__mobileSubLink{color:#ffffffb3;padding:10px 0;font-size:14.5px;transition:color .2s}.Navbar-module__nuAbfa__mobileSubLink:hover{color:#fff}.Navbar-module__nuAbfa__userMenu{position:relative}.Navbar-module__nuAbfa__userBtn{color:#fff;cursor:pointer;background:#ffffff1f;border:1.5px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,border-color .2s,color .2s,transform .2s;display:flex}.Navbar-module__nuAbfa__userBtn:hover,.Navbar-module__nuAbfa__userBtnActive{border-color:var(--orange);color:var(--orange);background:#e8520a40;transform:scale(1.05)}.Navbar-module__nuAbfa__userDropdown{z-index:100;background:#0f1826;border:1px solid #ffffff1a;border-radius:14px;width:240px;padding:10px;animation:.18s Navbar-module__nuAbfa__dropdownFadeIn;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 20px 60px #00000080}@keyframes Navbar-module__nuAbfa__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__nuAbfa__dropdownLabel{letter-spacing:1.5px;color:var(--text-muted);text-transform:uppercase;padding:4px 10px 8px;font-size:10px;font-weight:700}.Navbar-module__nuAbfa__dropdownItem{color:#fffc;cursor:pointer;border-radius:10px;align-items:flex-start;gap:12px;margin-bottom:2px;padding:12px 10px;text-decoration:none;transition:background .18s,color .18s;display:flex}.Navbar-module__nuAbfa__dropdownItem:hover{color:#fff;background:#ffffff0f}.Navbar-module__nuAbfa__dropdownItemHighlight{color:var(--orange);background:#e8520a14;border:1px solid #e8520a4d}.Navbar-module__nuAbfa__dropdownItemHighlight:hover{color:var(--orange-light);background:#e8520a26}.Navbar-module__nuAbfa__dropdownItemTitle{font-size:13.5px;font-weight:600;line-height:1.3;display:block}.Navbar-module__nuAbfa__dropdownItemDesc{color:var(--text-muted);margin-top:1px;font-size:11.5px;line-height:1.4;display:block}.Navbar-module__nuAbfa__dropdownItemHighlight .Navbar-module__nuAbfa__dropdownItemDesc{color:#e8520ab3}.Navbar-module__nuAbfa__mobileDivider{background:#ffffff14;height:1px;margin:6px 0}@media (max-width:960px){.Navbar-module__nuAbfa__nav{display:none}.Navbar-module__nuAbfa__hamburger{display:flex}.Navbar-module__nuAbfa__ctaBtn{display:none}}
.Footer-module__EZoWya__footer{background:var(--cream);color:var(--text-dark)}.Footer-module__EZoWya__ctaStrip{background:var(--orange);padding:48px 0}.Footer-module__EZoWya__ctaInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.Footer-module__EZoWya__ctaTitle{color:#fff;letter-spacing:-.5px;font-size:clamp(22px,3vw,32px);font-weight:500}.Footer-module__EZoWya__ctaSub{color:#ffffffbf;margin-top:6px;font-size:14px}.Footer-module__EZoWya__ctaActions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.Footer-module__EZoWya__ctaActions .Footer-module__EZoWya__btn-primary{color:var(--orange);background:#fff}.Footer-module__EZoWya__ctaActions .Footer-module__EZoWya__btn-primary:hover{background:#ffffffe6}.Footer-module__EZoWya__main{padding:72px 0 60px}.Footer-module__EZoWya__grid{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr;gap:32px;display:grid}.Footer-module__EZoWya__brandCol{flex-direction:column;gap:20px;display:flex}.Footer-module__EZoWya__logo{align-items:center;gap:10px;display:flex}.Footer-module__EZoWya__logoIcon{flex-shrink:0}.Footer-module__EZoWya__logoText{color:var(--text-dark);font-size:22px;font-weight:500}.Footer-module__EZoWya__logoText strong{color:#e8520a;font-weight:800}.Footer-module__EZoWya__brandDesc{color:var(--text-dark-muted);font-size:13.5px;line-height:1.7}.Footer-module__EZoWya__contactList{flex-direction:column;gap:10px;display:flex}.Footer-module__EZoWya__contactItem{color:var(--text-dark-muted);align-items:center;gap:10px;font-size:13px;text-decoration:none;transition:color .2s;display:flex}.Footer-module__EZoWya__contactItem:hover{color:#e8520a}.Footer-module__EZoWya__contactItem svg{color:#e8520a;flex-shrink:0}.Footer-module__EZoWya__newsletter{flex-direction:column;gap:10px;display:flex}.Footer-module__EZoWya__newsletterLabel{letter-spacing:1px;text-transform:uppercase;color:var(--text-dark-muted);font-size:11px;font-weight:600}.Footer-module__EZoWya__newsletterForm{border:1px solid #0000001a;border-radius:10px;display:flex;overflow:hidden}.Footer-module__EZoWya__newsletterInput{color:var(--text-dark);font-size:13px;font-family:var(--font);background:#fff;border:none;outline:none;flex:1;padding:11px 14px}.Footer-module__EZoWya__newsletterInput::placeholder{color:var(--text-muted)}.Footer-module__EZoWya__newsletterBtn{color:#fff;cursor:pointer;background:#e8520a;border:none;align-items:center;padding:0 16px;font-size:16px;transition:background .2s;display:flex}.Footer-module__EZoWya__newsletterBtn:hover{background:#c44208}.Footer-module__EZoWya__linkCol{flex-direction:column;gap:16px;display:flex}.Footer-module__EZoWya__colHeading{color:var(--text-dark);text-transform:uppercase;letter-spacing:1.5px;font-size:11px;font-weight:700}.Footer-module__EZoWya__linkList{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__EZoWya__footerLink{color:var(--text-dark-muted);font-size:13.5px;transition:color .2s}.Footer-module__EZoWya__footerLink:hover{color:#e8520a}.Footer-module__EZoWya__bottomBar{border-top:1px solid #00000014;padding:20px 0}.Footer-module__EZoWya__bottomInner{justify-content:space-between;align-items:center;gap:16px;display:flex}.Footer-module__EZoWya__copyright{color:var(--text-muted);font-size:12px}.Footer-module__EZoWya__socials{gap:8px;display:flex}.Footer-module__EZoWya__socialLink{width:34px;height:34px;color:var(--text-dark-muted);background:#fff;border:1px solid #00000014;border-radius:8px;justify-content:center;align-items:center;transition:background .2s,color .2s,border-color .2s;display:flex}.Footer-module__EZoWya__socialLink:hover{color:#e8520a;background:#e8520a26;border-color:#e8520a4d}@media (max-width:1100px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr 1fr;gap:40px}}@media (max-width:800px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr}.Footer-module__EZoWya__brandCol{grid-column:1/-1}}@media (max-width:480px){.Footer-module__EZoWya__ctaInner{flex-direction:column;align-items:flex-start}.Footer-module__EZoWya__grid{grid-template-columns:1fr}.Footer-module__EZoWya__bottomInner{text-align:center;flex-direction:column}}
.Hero-module__Z8hQ_W__hero{color:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__bg{z-index:0;position:absolute;inset:0}.Hero-module__Z8hQ_W__overlay{background:linear-gradient(135deg,#0a0f1ae0 0%,#0a0f1a99 50%,#0a0f1abf 100%);position:absolute;inset:0}.Hero-module__Z8hQ_W__content{z-index:1;grid-template-columns:1fr 420px;align-items:center;gap:60px;min-height:100vh;padding-top:120px;padding-bottom:80px;display:grid;position:relative}.Hero-module__Z8hQ_W__left{flex-direction:column;gap:28px;display:flex}.Hero-module__Z8hQ_W__headline{letter-spacing:-2px;color:#fff;font-size:clamp(28px,3.5vw,46px);font-weight:600;line-height:1.08}.Hero-module__Z8hQ_W__accent{color:#e8520a;display:block}.Hero-module__Z8hQ_W__subtext{color:#ffffffb3;max-width:500px;font-size:16px;line-height:1.8}.Hero-module__Z8hQ_W__ctaGroup{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.Hero-module__Z8hQ_W__stats{border-top:1px solid #ffffff1a;gap:36px;padding-top:8px;display:flex}.Hero-module__Z8hQ_W__stat{flex-direction:column;display:flex}.Hero-module__Z8hQ_W__stat strong{color:#fff;font-size:26px;font-weight:800;line-height:1}.Hero-module__Z8hQ_W__stat span{color:#ffffff80;letter-spacing:.5px;margin-top:4px;font-size:12px;font-weight:500}.Hero-module__Z8hQ_W__right{justify-content:flex-end;display:flex}.Hero-module__Z8hQ_W__trackCard{-webkit-backdrop-filter:blur(24px);background:#0f1826d9;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;gap:20px;width:100%;max-width:380px;padding:28px;display:flex;box-shadow:0 32px 64px #0006,0 0 0 1px #e8520a1a}.Hero-module__Z8hQ_W__trackHeader{border-bottom:1px solid #ffffff14;align-items:center;gap:14px;padding-bottom:16px;display:flex}.Hero-module__Z8hQ_W__trackIcon{color:#e8520a;flex-shrink:0}.Hero-module__Z8hQ_W__trackTitle{color:#fff;margin:0;font-size:15px;font-weight:700}.Hero-module__Z8hQ_W__trackSub{color:#ffffff73;margin-top:2px;font-size:12px}.Hero-module__Z8hQ_W__trackForm{flex-direction:column;gap:14px;display:flex}.Hero-module__Z8hQ_W__formLabel{letter-spacing:1px;text-transform:uppercase;color:#ffffff73;margin-bottom:-8px;font-size:11px;font-weight:600}.Hero-module__Z8hQ_W__inputWrap{position:relative}.Hero-module__Z8hQ_W__inputIcon{color:#e8520a;font-size:16px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.Hero-module__Z8hQ_W__input{color:#fff;width:100%;font-size:14px;font-family:var(--font);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;outline:none;padding:12px 14px 12px 42px;transition:border-color .2s,background .2s}.Hero-module__Z8hQ_W__input::placeholder{color:#ffffff4d}.Hero-module__Z8hQ_W__input:focus{background:#e8520a0f;border-color:#e8520a}.Hero-module__Z8hQ_W__select{color:#fff;width:100%;font-size:14px;font-family:var(--font);cursor:pointer;appearance:none;background:#ffffff0f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 14px center no-repeat;border:1px solid #ffffff1f;border-radius:10px;outline:none;padding:12px 14px;transition:border-color .2s}.Hero-module__Z8hQ_W__select option{color:#fff;background:#0a0f1a}.Hero-module__Z8hQ_W__select:focus{border-color:#e8520a}.Hero-module__Z8hQ_W__trackBtn{justify-content:center;width:100%;padding:14px;font-size:14.5px}.Hero-module__Z8hQ_W__trackFooter{color:#ffffff4d;align-items:center;gap:8px;font-size:11px;display:flex}.Hero-module__Z8hQ_W__dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s infinite Hero-module__Z8hQ_W__pulse-orange;box-shadow:0 0 #22c55e66}.Hero-module__Z8hQ_W__scrollIndicator{z-index:2;opacity:.5;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__scrollLine{background:linear-gradient(#0000,#fff9);width:1px;height:48px;animation:2s infinite alternate Hero-module__Z8hQ_W__fadeIn}.Hero-module__Z8hQ_W__scrollIndicator span{letter-spacing:2px;text-transform:uppercase;color:#fff9;font-size:10px}@media (max-width:1100px){.Hero-module__Z8hQ_W__content{grid-template-columns:1fr 380px;gap:40px}}@media (max-width:900px){.Hero-module__Z8hQ_W__content{grid-template-columns:1fr;gap:48px;padding-top:140px;padding-bottom:60px}.Hero-module__Z8hQ_W__right{justify-content:center}.Hero-module__Z8hQ_W__scrollIndicator{display:none}}@media (max-width:480px){.Hero-module__Z8hQ_W__stats{gap:20px}.Hero-module__Z8hQ_W__stat strong{font-size:22px}.Hero-module__Z8hQ_W__ctaGroup{flex-direction:column;align-items:flex-start}}
.SolutionsHero-module__Lrl-WW__hero{background:var(--navy-900);color:var(--text-white);background:radial-gradient(circle at 100% 0,#111a2f 0%,#080d19 100%);align-items:center;min-height:90vh;padding:100px 0 80px;display:flex;position:relative;overflow:hidden}.SolutionsHero-module__Lrl-WW__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ef63270d 0%,#0000 70%);width:50%;height:50%;position:absolute;top:-20%;left:-10%}.SolutionsHero-module__Lrl-WW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:32px;display:grid}@media (max-width:991px){.SolutionsHero-module__Lrl-WW__grid{grid-template-columns:1fr;gap:48px}}.SolutionsHero-module__Lrl-WW__badge{color:var(--orange);background:#ef63271a;border:1px solid #ef632733;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex}.SolutionsHero-module__Lrl-WW__title{letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(28px,3vw,38px);font-weight:600;line-height:1.1}.SolutionsHero-module__Lrl-WW__accent{color:var(--orange)}.SolutionsHero-module__Lrl-WW__desc{color:var(--text-light);max-width:500px;margin-bottom:40px;font-size:18px;line-height:1.6}.SolutionsHero-module__Lrl-WW__actions{align-items:center;gap:16px;margin-bottom:48px;display:flex}.SolutionsHero-module__Lrl-WW__primaryBtn{background:var(--orange);color:var(--text-white);border-radius:var(--radius-md);align-items:center;gap:8px;padding:16px 32px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.SolutionsHero-module__Lrl-WW__primaryBtn:hover{background:var(--orange-light);transform:translateY(-2px)}.SolutionsHero-module__Lrl-WW__secondaryBtn{color:var(--text-white);border-radius:var(--radius-md);background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:8px;padding:16px 32px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.SolutionsHero-module__Lrl-WW__secondaryBtn:hover{background:#ffffff1a;border-color:#fff3}.SolutionsHero-module__Lrl-WW__stats{border-top:1px solid #ffffff1a;flex-wrap:wrap;align-items:flex-start;gap:40px;padding-top:32px;display:flex}.SolutionsHero-module__Lrl-WW__statItem{flex-direction:column;gap:4px;display:flex}.SolutionsHero-module__Lrl-WW__statValue{color:var(--text-white);font-size:2rem;font-weight:700}.SolutionsHero-module__Lrl-WW__statLabel{color:var(--text-light);font-size:14px}.SolutionsHero-module__Lrl-WW__panel{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;padding:32px}.SolutionsHero-module__Lrl-WW__panelHeader{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.SolutionsHero-module__Lrl-WW__panelTitle{color:var(--text-white);font-size:1.25rem;font-weight:600}.SolutionsHero-module__Lrl-WW__panelBadge{color:var(--orange);background:#ef63271a;border-radius:100px;padding:4px 12px;font-size:12px;font-weight:600}.SolutionsHero-module__Lrl-WW__list{flex-direction:column;gap:8px;display:flex}.SolutionsHero-module__Lrl-WW__listItem{border-radius:var(--radius-md);cursor:pointer;color:#ffffffb3;background:#ffffff08;border:1px solid #ffffff05;justify-content:space-between;align-items:center;padding:16px 20px;text-decoration:none;transition:all .2s;display:flex}.SolutionsHero-module__Lrl-WW__listItem:hover{background:#ffffff0f;border-color:#ffffff1a}.SolutionsHero-module__Lrl-WW__listItemActive{color:var(--text-white);background:#ef632714;border-color:#ef632733}.SolutionsHero-module__Lrl-WW__listItemLeft{align-items:center;gap:16px;display:flex}.SolutionsHero-module__Lrl-WW__itemIcon{color:#ffffff80}.SolutionsHero-module__Lrl-WW__listItemActive .SolutionsHero-module__Lrl-WW__itemIcon{color:var(--orange)}.SolutionsHero-module__Lrl-WW__itemLabel{font-weight:500}.SolutionsHero-module__Lrl-WW__itemBadge{color:var(--orange);background:#ef632733;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600}
.WhatSetsUsApart-module__u1YGRG__section{overflow:hidden}.WhatSetsUsApart-module__u1YGRG__header{flex-direction:column;gap:16px;max-width:520px;margin-bottom:60px;display:flex}.WhatSetsUsApart-module__u1YGRG__title{letter-spacing:-1.5px;color:var(--text-dark);font-size:clamp(24px,3vw,40px);font-weight:600;line-height:1.1}.WhatSetsUsApart-module__u1YGRG__accent{color:var(--orange)}.WhatSetsUsApart-module__u1YGRG__subtitle{color:var(--text-dark-muted);font-size:16px;line-height:1.7}.WhatSetsUsApart-module__u1YGRG__grid{border-radius:var(--radius-lg);background:#0000000f;grid-template-columns:repeat(3,1fr);gap:2px;display:grid;overflow:hidden}.WhatSetsUsApart-module__u1YGRG__card{background:var(--cream);cursor:default;flex-direction:column;gap:14px;padding:36px 32px;transition:background .3s;display:flex;position:relative}.WhatSetsUsApart-module__u1YGRG__card:hover{background:#fff}.WhatSetsUsApart-module__u1YGRG__card:hover .WhatSetsUsApart-module__u1YGRG__iconWrap{background:var(--orange);color:#fff;transform:scale(1.05)}.WhatSetsUsApart-module__u1YGRG__iconWrap{width:52px;height:52px;color:var(--orange);background:#e8520a1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:background .3s,color .3s,transform .3s;display:flex}.WhatSetsUsApart-module__u1YGRG__cardTitle{color:var(--text-dark);letter-spacing:-.3px;font-size:17px;font-weight:700}.WhatSetsUsApart-module__u1YGRG__cardDesc{color:var(--text-dark-muted);font-size:14px;line-height:1.7}.WhatSetsUsApart-module__u1YGRG__cardLine{background:var(--orange);width:0;height:3px;transition:width .4s;position:absolute;bottom:0;left:0}.WhatSetsUsApart-module__u1YGRG__card:hover .WhatSetsUsApart-module__u1YGRG__cardLine{width:100%}@media (max-width:900px){.WhatSetsUsApart-module__u1YGRG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.WhatSetsUsApart-module__u1YGRG__grid{grid-template-columns:1fr}}
.SolutionsOverview-module__80Z4ZW__section{background:var(--cream);border-bottom:1px solid #0000000d;padding:100px 0}.SolutionsOverview-module__80Z4ZW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}@media (max-width:991px){.SolutionsOverview-module__80Z4ZW__grid{grid-template-columns:1fr}}.SolutionsOverview-module__80Z4ZW__left{max-width:500px}.SolutionsOverview-module__80Z4ZW__badge{text-transform:uppercase;letter-spacing:.1em;color:var(--orange);margin-bottom:16px;font-size:12px;font-weight:700;display:block}.SolutionsOverview-module__80Z4ZW__title{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(28px,3vw,38px);font-weight:600;line-height:1.1}.SolutionsOverview-module__80Z4ZW__accent{color:var(--orange)}.SolutionsOverview-module__80Z4ZW__desc{color:var(--text-dark-muted);font-size:18px;line-height:1.6}.SolutionsOverview-module__80Z4ZW__right{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:576px){.SolutionsOverview-module__80Z4ZW__right{grid-template-columns:1fr}}.SolutionsOverview-module__80Z4ZW__statCard{background:var(--text-white);border-radius:var(--radius-lg);border:1px solid #0000000d;padding:32px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d}.SolutionsOverview-module__80Z4ZW__statCard:hover{transform:translateY(-4px);box-shadow:0 12px 30px #ef632714}.SolutionsOverview-module__80Z4ZW__statCard:after{content:"";background:linear-gradient(90deg, transparent, var(--orange), transparent);opacity:.5;width:80%;height:4px;position:absolute;bottom:0;left:10%}.SolutionsOverview-module__80Z4ZW__statValue{color:var(--text-dark);margin-bottom:8px;font-size:2rem;font-weight:800;display:block}.SolutionsOverview-module__80Z4ZW__statDesc{color:var(--text-muted);font-size:14px;line-height:1.5}
.Pipeline-module__4QHuxW__section{overflow:hidden}.Pipeline-module__4QHuxW__grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.Pipeline-module__4QHuxW__left{flex-direction:column;gap:24px;display:flex;position:sticky;top:120px}.Pipeline-module__4QHuxW__title{letter-spacing:-1.5px;color:#fff;font-size:clamp(24px,3vw,40px);font-weight:600;line-height:1.1}.Pipeline-module__4QHuxW__accent{color:#e8520a;display:block}.Pipeline-module__4QHuxW__desc{color:#fff9;font-size:15px;line-height:1.8}.Pipeline-module__4QHuxW__featureList{flex-direction:column;gap:10px;list-style:none;display:flex}.Pipeline-module__4QHuxW__featureItem{color:#ffffffbf;align-items:center;gap:12px;font-size:14px;display:flex}.Pipeline-module__4QHuxW__checkIcon{color:#e8520a;flex-shrink:0;font-size:16px}.Pipeline-module__4QHuxW__right{flex-direction:column;gap:16px;display:flex}.Pipeline-module__4QHuxW__trackCard{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:20px;padding:24px;display:flex}.Pipeline-module__4QHuxW__trackTop{justify-content:space-between;align-items:center;display:flex}.Pipeline-module__4QHuxW__trackLabel{color:#ffffffe6;font-size:14px;font-weight:700}.Pipeline-module__4QHuxW__statusBadge{color:#f97316;background:#f9731626;border:1px solid #f973164d;border-radius:100px;padding:4px 12px;font-size:11px;font-weight:700}.Pipeline-module__4QHuxW__trackRoute{flex-direction:column;gap:4px;display:flex}.Pipeline-module__4QHuxW__routePoint{color:#ffffff8c;align-items:center;gap:10px;font-size:12px;display:flex}.Pipeline-module__4QHuxW__routeDot{background:#fff3;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;width:10px;height:10px}.Pipeline-module__4QHuxW__activeDot{background:#e8520a;border-color:#e8520a;animation:2s infinite Pipeline-module__4QHuxW__pulse-orange;box-shadow:0 0 8px #e8520a99}.Pipeline-module__4QHuxW__routeLine{background:#ffffff26;width:1px;height:16px;margin-left:4px}.Pipeline-module__4QHuxW__stages{gap:0;display:flex;position:relative}.Pipeline-module__4QHuxW__stage{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.Pipeline-module__4QHuxW__stageDot{color:#fff;z-index:1;background:#ffffff1a;border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;display:flex}.Pipeline-module__4QHuxW__stageDone{background:#e8520a;border-color:#e8520a}.Pipeline-module__4QHuxW__stageInfo{flex-direction:column;align-items:center;gap:2px;margin-top:8px;display:flex}.Pipeline-module__4QHuxW__stageLabel{color:#ffffffb3;text-align:center;font-size:10px;font-weight:600}.Pipeline-module__4QHuxW__stageTime{color:#ffffff59;font-size:10px}.Pipeline-module__4QHuxW__stageConnector{z-index:0;background:#ffffff1a;width:100%;height:2px;position:absolute;top:11px;left:50%}.Pipeline-module__4QHuxW__svcCard{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:16px;padding:20px;transition:background .3s,border-color .3s;display:flex}.Pipeline-module__4QHuxW__svcCard:hover{background:#e8520a12;border-color:#e8520a4d}.Pipeline-module__4QHuxW__svcIcon{color:#e8520a;background:#e8520a26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Pipeline-module__4QHuxW__svcBody{flex-direction:column;flex:1;gap:4px;display:flex}.Pipeline-module__4QHuxW__svcTop{align-items:center;gap:10px;display:flex}.Pipeline-module__4QHuxW__svcTitle{color:#fff;font-size:14px;font-weight:700}.Pipeline-module__4QHuxW__svcTag{color:#e8520a;background:#e8520a26;border:1px solid #e8520a40;border-radius:100px;padding:2px 8px;font-size:10px;font-weight:700}.Pipeline-module__4QHuxW__svcDesc{color:#ffffff73;font-size:12px;line-height:1.5}.Pipeline-module__4QHuxW__svcArrow{color:#ffffff40;flex-shrink:0;font-size:18px;transition:color .2s,transform .2s}.Pipeline-module__4QHuxW__svcCard:hover .Pipeline-module__4QHuxW__svcArrow{color:#e8520a;transform:translate(4px)}@media (max-width:960px){.Pipeline-module__4QHuxW__grid{grid-template-columns:1fr;gap:48px}.Pipeline-module__4QHuxW__left{position:static}}
.AboutHero-module__Tv9Ana__hero{color:#fff;align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.AboutHero-module__Tv9Ana__bg{z-index:0;background:linear-gradient(135deg,#0a0f1a 0%,#0f1826 50%,#162033 100%);position:absolute;inset:0}.AboutHero-module__Tv9Ana__dots{pointer-events:none;z-index:0;grid-template-columns:repeat(15,1fr);gap:36px;padding:40px;display:grid;position:absolute;inset:0}.AboutHero-module__Tv9Ana__dot{background:#ffffff0f;border-radius:50%;width:3px;height:3px}.AboutHero-module__Tv9Ana__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid;position:relative}.AboutHero-module__Tv9Ana__left{flex-direction:column;gap:28px;display:flex}.AboutHero-module__Tv9Ana__headline{letter-spacing:-2px;color:#fff;font-size:clamp(26px,3.2vw,40px);font-weight:600;line-height:1.05}.AboutHero-module__Tv9Ana__orange{color:#e8520a}.AboutHero-module__Tv9Ana__sub{color:#ffffffa6;max-width:460px;font-size:16px;line-height:1.75}.AboutHero-module__Tv9Ana__right{flex-direction:column;gap:32px;display:flex}.AboutHero-module__Tv9Ana__rightHeadline{color:#fff;max-width:480px;font-size:20px;font-weight:500;line-height:1.4}.AboutHero-module__Tv9Ana__statsGrid{background:#ffffff0f;border:1px solid #ffffff14;border-radius:16px;grid-template-columns:1fr 1fr;gap:2px;display:grid;overflow:hidden}.AboutHero-module__Tv9Ana__statCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f182699;flex-direction:column;gap:4px;padding:28px 24px;transition:background .2s;display:flex}.AboutHero-module__Tv9Ana__statCard:hover{background:#e8520a14}.AboutHero-module__Tv9Ana__statVal{color:#fff;letter-spacing:-1px;font-size:36px;font-weight:600;line-height:1}.AboutHero-module__Tv9Ana__statLabel{color:#ffffff73;letter-spacing:.5px;font-size:12px;font-weight:500}@media (max-width:900px){.AboutHero-module__Tv9Ana__inner{grid-template-columns:1fr;gap:48px}.AboutHero-module__Tv9Ana__hero{padding:140px 0 60px}}
.ServicesHero-module__qYtEbG__hero{background:var(--navy-900);color:var(--text-white);align-items:center;min-height:92vh;padding:160px 0 100px;display:flex;position:relative;overflow:hidden}.ServicesHero-module__qYtEbG__bg{pointer-events:none;position:absolute;inset:0}.ServicesHero-module__qYtEbG__orb1{background:radial-gradient(circle,#e8520a33 0%,#0000 65%);border-radius:50%;width:650px;height:650px;position:absolute;top:-100px;right:-80px}.ServicesHero-module__qYtEbG__orb2{background:radial-gradient(circle,#e8520a1a 0%,#0000 65%);border-radius:50%;width:450px;height:450px;position:absolute;bottom:-80px;left:-60px}.ServicesHero-module__qYtEbG__gridLines{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.ServicesHero-module__qYtEbG__inner{z-index:1;grid-template-columns:1fr 420px;align-items:center;gap:64px;display:grid;position:relative}.ServicesHero-module__qYtEbG__left{flex-direction:column;gap:24px;display:flex}.ServicesHero-module__qYtEbG__title{letter-spacing:-2px;margin-top:4px;font-size:clamp(28px,3vw,38px);font-weight:600;line-height:1.06}.ServicesHero-module__qYtEbG__accent{color:var(--orange)}.ServicesHero-module__qYtEbG__desc{color:var(--text-light);max-width:520px;font-size:17px;line-height:1.7}.ServicesHero-module__qYtEbG__actions{flex-wrap:wrap;gap:14px;display:flex}.ServicesHero-module__qYtEbG__statsRow{border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:32px;padding-top:20px;display:flex}.ServicesHero-module__qYtEbG__statItem{align-items:center;gap:10px;display:flex}.ServicesHero-module__qYtEbG__statIcon{color:var(--orange);flex-shrink:0}.ServicesHero-module__qYtEbG__statVal{color:var(--text-white);font-size:22px;font-weight:800;line-height:1;display:block}.ServicesHero-module__qYtEbG__statLabel{color:var(--text-muted);font-size:12px;display:block}.ServicesHero-module__qYtEbG__trustStrip{flex-wrap:wrap;gap:8px;display:flex}.ServicesHero-module__qYtEbG__trustChip{color:var(--text-muted);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:100px;padding:5px 14px;font-size:11px;font-weight:600}.ServicesHero-module__qYtEbG__right{justify-content:flex-end;display:flex}.ServicesHero-module__qYtEbG__bookingCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-xl);background:#ffffff0d;border:1px solid #ffffff1a;flex-direction:column;gap:18px;width:100%;padding:32px 28px;display:flex}.ServicesHero-module__qYtEbG__bookingTitle{color:var(--text-white);border-bottom:1px solid #ffffff1a;align-items:center;gap:8px;margin-bottom:2px;padding-bottom:14px;font-size:16px;font-weight:700;display:flex}.ServicesHero-module__qYtEbG__formGroup{flex-direction:column;gap:7px;display:flex}.ServicesHero-module__qYtEbG__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:600}.ServicesHero-module__qYtEbG__inputWrap{position:relative}.ServicesHero-module__qYtEbG__inputIcon{color:var(--text-muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.ServicesHero-module__qYtEbG__input{border-radius:var(--radius-sm);width:100%;color:var(--text-white);font-size:14px;font-family:var(--font);transition:border-color var(--duration) var(--ease);background:#ffffff0f;border:1px solid #ffffff1f;outline:none;padding:11px 14px 11px 36px}.ServicesHero-module__qYtEbG__input:not(.ServicesHero-module__qYtEbG__inputWrap .ServicesHero-module__qYtEbG__input){padding-left:14px}.ServicesHero-module__qYtEbG__input::placeholder{color:var(--text-muted)}.ServicesHero-module__qYtEbG__input:focus{border-color:var(--orange)}.ServicesHero-module__qYtEbG__bookBtn{background:var(--orange);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:background var(--duration) var(--ease), transform var(--duration) var(--ease);font-size:14px;font-weight:700;font-family:var(--font);border:none;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:13px;display:flex}.ServicesHero-module__qYtEbG__bookBtn:hover{background:var(--orange-light);transform:translateY(-2px)}.ServicesHero-module__qYtEbG__bookNote{color:var(--text-muted);text-align:center;font-size:11px}.ServicesHero-module__qYtEbG__imageWrap{border-radius:var(--radius-xl);border:1px solid #ffffff1a;width:100%;max-width:500px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.ServicesHero-module__qYtEbG__heroImage{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:1024px){.ServicesHero-module__qYtEbG__inner{grid-template-columns:1fr;gap:48px}.ServicesHero-module__qYtEbG__hero{min-height:auto;padding:140px 0 80px}.ServicesHero-module__qYtEbG__right{justify-content:stretch}.ServicesHero-module__qYtEbG__bookingCard{max-width:520px}}@media (max-width:600px){.ServicesHero-module__qYtEbG__statsRow{gap:20px}.ServicesHero-module__qYtEbG__title{letter-spacing:-1px}}
.SolutionsGrid-module__Q5FsTG__section{background:var(--text-white);padding:100px 0;position:relative;overflow:hidden}.SolutionsGrid-module__Q5FsTG__section:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#ef632708 0%,#0000 60%);width:100%;height:50%;position:absolute;top:0;left:0}.SolutionsGrid-module__Q5FsTG__header{text-align:center;max-width:600px;margin:0 auto 48px}.SolutionsGrid-module__Q5FsTG__badge{text-transform:uppercase;letter-spacing:.1em;color:var(--orange);margin-bottom:8px;font-size:12px;font-weight:700;display:inline-block}.SolutionsGrid-module__Q5FsTG__title{color:var(--text-dark);margin-bottom:16px;font-size:clamp(2rem,3vw,2.75rem);font-weight:800}.SolutionsGrid-module__Q5FsTG__accent{color:var(--orange)}.SolutionsGrid-module__Q5FsTG__desc{color:var(--text-dark-muted);font-size:18px;line-height:1.6}.SolutionsGrid-module__Q5FsTG__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (max-width:991px){.SolutionsGrid-module__Q5FsTG__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.SolutionsGrid-module__Q5FsTG__grid{grid-template-columns:1fr}}.SolutionsGrid-module__Q5FsTG__card{border-radius:var(--radius-lg);background:var(--text-white);border:1px solid #0000001a;flex-direction:column;height:100%;padding:32px;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.SolutionsGrid-module__Q5FsTG__card:hover{border-color:#ef63274d;transform:translateY(-8px);box-shadow:0 20px 40px #0000000d}.SolutionsGrid-module__Q5FsTG__card:after{content:"";background:var(--orange);opacity:0;border-radius:0 0 var(--radius-lg) var(--radius-lg);width:100%;height:4px;transition:opacity .3s;position:absolute;bottom:0;left:0}.SolutionsGrid-module__Q5FsTG__card:hover:after{opacity:1}.SolutionsGrid-module__Q5FsTG__cardTop{z-index:1;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px;display:flex;position:relative}.SolutionsGrid-module__Q5FsTG__number{color:#00000008;z-index:0;pointer-events:none;font-size:6rem;font-weight:900;line-height:1;transition:color .3s;position:absolute;top:-15px;right:-10px}.SolutionsGrid-module__Q5FsTG__iconWrapper{width:48px;height:48px;color:var(--orange);background:#ef63271a;border-radius:50%;justify-content:center;align-items:center;display:flex}.SolutionsGrid-module__Q5FsTG__category{letter-spacing:.1em;color:var(--orange);font-size:12px;font-weight:700}.SolutionsGrid-module__Q5FsTG__cardTitle{color:var(--text-dark);z-index:1;margin-bottom:8px;font-size:20px;font-weight:700;transition:color .3s;position:relative}.SolutionsGrid-module__Q5FsTG__cardDesc{color:var(--text-dark-muted);z-index:1;flex-grow:1;margin-bottom:32px;font-size:14px;line-height:1.6;transition:color .3s;position:relative}.SolutionsGrid-module__Q5FsTG__learnMore{color:var(--orange);z-index:1;align-items:center;gap:8px;font-size:14px;font-weight:600;display:inline-flex;position:relative}.SolutionsGrid-module__Q5FsTG__learnMoreIcon{transition:transform .2s}.SolutionsGrid-module__Q5FsTG__card:hover .SolutionsGrid-module__Q5FsTG__learnMoreIcon{transform:translate(4px)}.SolutionsGrid-module__Q5FsTG__cardDark{background:var(--navy-900);border-color:#ffffff0d}.SolutionsGrid-module__Q5FsTG__cardDark:after{background:var(--orange);opacity:1}.SolutionsGrid-module__Q5FsTG__cardDark .SolutionsGrid-module__Q5FsTG__number{color:#ffffff08}.SolutionsGrid-module__Q5FsTG__cardDark .SolutionsGrid-module__Q5FsTG__iconWrapper{color:var(--orange);background:#ffffff0d}.SolutionsGrid-module__Q5FsTG__cardDark .SolutionsGrid-module__Q5FsTG__cardTitle{color:var(--text-white)}.SolutionsGrid-module__Q5FsTG__cardDark .SolutionsGrid-module__Q5FsTG__cardDesc{color:var(--text-light)}.SolutionsGrid-module__Q5FsTG__cardDark:hover{border-color:#ffffff1a;box-shadow:0 20px 40px #0003}
.WhyHero-module__OzJFQG__hero{background:var(--navy-900);color:var(--text-white);align-items:center;min-height:90vh;padding:160px 0 100px;display:flex;position:relative;overflow:hidden}.WhyHero-module__OzJFQG__bg{pointer-events:none;position:absolute;inset:0}.WhyHero-module__OzJFQG__orb1{background:radial-gradient(circle,#e8520a2e 0%,#0000 65%);border-radius:50%;width:700px;height:700px;position:absolute;top:-120px;right:-100px}.WhyHero-module__OzJFQG__orb2{background:radial-gradient(circle,#e8520a1a 0%,#0000 65%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-100px;left:-80px}.WhyHero-module__OzJFQG__grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.WhyHero-module__OzJFQG__inner{z-index:1;max-width:760px;position:relative}.WhyHero-module__OzJFQG__badge{color:var(--orange-light);letter-spacing:1.5px;text-transform:uppercase;width:fit-content;animation:WhyHero-module__OzJFQG__fadeUp .6s var(--ease) both;background:#e8520a26;border:1px solid #e8520a66;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:7px 18px;font-size:11px;font-weight:700;display:inline-flex}.WhyHero-module__OzJFQG__title{letter-spacing:-1.5px;animation:WhyHero-module__OzJFQG__fadeUp .6s .1s var(--ease) both;margin-bottom:24px;font-size:clamp(28px,3.5vw,46px);font-weight:600;line-height:1.08}.WhyHero-module__OzJFQG__accent{color:var(--orange)}.WhyHero-module__OzJFQG__subtitle{color:var(--text-light);max-width:640px;animation:WhyHero-module__OzJFQG__fadeUp .6s .2s var(--ease) both;margin-bottom:40px;font-size:18px;line-height:1.7}.WhyHero-module__OzJFQG__actions{animation:WhyHero-module__OzJFQG__fadeUp .6s .3s var(--ease) both;flex-wrap:wrap;gap:16px;margin-bottom:60px;display:flex}.WhyHero-module__OzJFQG__stats{animation:WhyHero-module__OzJFQG__fadeUp .6s .4s var(--ease) both;border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:48px;padding-top:40px;display:flex}.WhyHero-module__OzJFQG__stat{flex-direction:column;gap:4px;display:flex}.WhyHero-module__OzJFQG__statVal{color:var(--text-white);letter-spacing:-.5px;font-size:28px;font-weight:800}.WhyHero-module__OzJFQG__statLabel{color:var(--text-muted);font-size:13px;font-weight:500}@media (max-width:768px){.WhyHero-module__OzJFQG__hero{min-height:auto;padding:130px 0 80px}.WhyHero-module__OzJFQG__stats{gap:28px}.WhyHero-module__OzJFQG__statVal{font-size:22px}}
.Industries-module__7cW2oq__section{background:var(--warm-white)}.Industries-module__7cW2oq__grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.Industries-module__7cW2oq__left{flex-direction:column;gap:24px;display:flex}.Industries-module__7cW2oq__title{letter-spacing:-1.5px;color:var(--text-dark);font-size:clamp(24px,3vw,40px);font-weight:600;line-height:1.1}.Industries-module__7cW2oq__accent{color:var(--orange)}.Industries-module__7cW2oq__desc{color:var(--text-dark-muted);font-size:15px;line-height:1.8}.Industries-module__7cW2oq__industryList{border-radius:var(--radius-md);background:#0000000d;grid-template-columns:1fr 1fr;gap:2px;display:grid;overflow:hidden}.Industries-module__7cW2oq__industryItem{background:var(--warm-white);color:var(--text-dark);cursor:pointer;align-items:center;gap:12px;padding:14px 16px;font-size:13.5px;font-weight:500;transition:background .2s;display:flex}.Industries-module__7cW2oq__industryItem:hover{background:var(--cream)}.Industries-module__7cW2oq__industryItem:hover .Industries-module__7cW2oq__arrow{color:var(--orange);transform:translate(3px)}.Industries-module__7cW2oq__industryIcon{flex-shrink:0;font-size:18px}.Industries-module__7cW2oq__industryName{flex:1;font-size:13px}.Industries-module__7cW2oq__arrow{color:#0003;flex-shrink:0;font-size:14px;transition:color .2s,transform .2s}.Industries-module__7cW2oq__right{position:relative}.Industries-module__7cW2oq__offeringCard{background:var(--navy-800);border-top:5px solid var(--orange);border-radius:32px;flex-direction:column;gap:32px;height:100%;padding:64px 48px;display:flex;box-shadow:0 40px 80px #00000040}.Industries-module__7cW2oq__cardBadge{color:var(--orange-light);letter-spacing:1.5px;text-transform:uppercase;border:1.5px solid #ff6b2c4d;border-radius:100px;width:fit-content;padding:10px 24px;font-size:11px;font-weight:700;display:inline-flex}.Industries-module__7cW2oq__cardTitle{color:#fff;letter-spacing:-1px;font-size:clamp(24px,2.5vw,28px);font-weight:600;line-height:1.2}.Industries-module__7cW2oq__cardTitleAccent{color:var(--orange)}.Industries-module__7cW2oq__cardDesc{color:var(--text-muted);font-size:16px;font-weight:400;line-height:1.7}.Industries-module__7cW2oq__featureList{flex-direction:column;gap:20px;margin-top:8px;display:flex}.Industries-module__7cW2oq__featureItem{color:var(--text-light);align-items:center;gap:16px;font-size:16px;font-weight:500;display:flex}.Industries-module__7cW2oq__featureDot{background:var(--orange);border-radius:50%;flex-shrink:0;width:12px;height:12px;box-shadow:0 0 12px #ff6b2c66}@media (max-width:960px){.Industries-module__7cW2oq__grid{grid-template-columns:1fr;gap:48px}.Industries-module__7cW2oq__offeringCard{max-width:600px;margin:0 auto;padding:48px 32px}}@media (max-width:560px){.Industries-module__7cW2oq__industryList{grid-template-columns:1fr}.Industries-module__7cW2oq__offeringCard{padding:40px 24px}.Industries-module__7cW2oq__cardTitle{font-size:28px}}
.AboutStory-module__pqxlkG__section{padding:var(--section-pad);background:#fff}.AboutStory-module__pqxlkG__grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.AboutStory-module__pqxlkG__left{flex-direction:column;gap:20px;display:flex}.AboutStory-module__pqxlkG__eyebrow{letter-spacing:2px;color:var(--orange);text-transform:uppercase;font-size:11px;font-weight:700}.AboutStory-module__pqxlkG__heading{letter-spacing:-1.5px;color:var(--text-dark);font-size:clamp(24px,3vw,40px);font-weight:600;line-height:1.05}.AboutStory-module__pqxlkG__orange{color:var(--orange)}.AboutStory-module__pqxlkG__body{color:var(--text-dark-muted);font-size:15px;line-height:1.8}.AboutStory-module__pqxlkG__right{flex-direction:column;gap:20px;display:flex}.AboutStory-module__pqxlkG__timelineLabel{letter-spacing:2px;color:var(--text-muted);text-transform:uppercase;font-size:10px;font-weight:700}.AboutStory-module__pqxlkG__timeline{flex-direction:column;gap:0;display:flex}.AboutStory-module__pqxlkG__timelineItem{gap:20px;display:flex}.AboutStory-module__pqxlkG__timelineLeft{flex-direction:column;flex-shrink:0;align-items:center;width:52px;display:flex}.AboutStory-module__pqxlkG__year{color:var(--orange);white-space:nowrap;background:#e8520a14;border:1px solid #e8520a33;border-radius:6px;padding:4px 6px;font-size:12px;font-weight:800}.AboutStory-module__pqxlkG__line{background:linear-gradient(#e8520a4d,#0000);flex:1;width:2px;min-height:32px;margin:6px 0}.AboutStory-module__pqxlkG__timelineContent{padding-bottom:28px}.AboutStory-module__pqxlkG__timelineTitle{color:var(--text-dark);margin-bottom:4px;font-size:14px;font-weight:700}.AboutStory-module__pqxlkG__timelineDesc{color:var(--text-dark-muted);font-size:13px;line-height:1.6}@media (max-width:768px){.AboutStory-module__pqxlkG__grid{grid-template-columns:1fr;gap:48px}}
.ContactHero-module__yVsijq__hero{background:var(--navy-900);color:var(--text-white);align-items:center;min-height:85vh;padding:160px 0 100px;display:flex;position:relative;overflow:hidden}.ContactHero-module__yVsijq__bg{pointer-events:none;position:absolute;inset:0}.ContactHero-module__yVsijq__orb1{background:radial-gradient(circle,#e8520a2e 0%,#0000 65%);border-radius:50%;width:600px;height:600px;position:absolute;top:-80px;right:-80px}.ContactHero-module__yVsijq__orb2{background:radial-gradient(circle,#e8520a1a 0%,#0000 65%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-60px;left:-60px}.ContactHero-module__yVsijq__grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.ContactHero-module__yVsijq__inner{z-index:1;grid-template-columns:1fr 420px;align-items:center;gap:72px;display:grid;position:relative}.ContactHero-module__yVsijq__left{flex-direction:column;gap:24px;display:flex}.ContactHero-module__yVsijq__title{letter-spacing:-2px;font-size:clamp(28px,3vw,38px);font-weight:600;line-height:1.04}.ContactHero-module__yVsijq__accent{color:var(--orange)}.ContactHero-module__yVsijq__desc{color:var(--text-light);max-width:480px;font-size:17px;line-height:1.7}.ContactHero-module__yVsijq__responsePill{color:#6ee7b7;background:#10b9811f;border:1px solid #10b9814d;border-radius:100px;align-self:flex-start;align-items:center;gap:10px;padding:7px 16px;font-size:12px;font-weight:600;display:inline-flex}.ContactHero-module__yVsijq__pulse{background:#10b981;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.8s infinite ContactHero-module__yVsijq__pulse-green;box-shadow:0 0 #10b98166}@keyframes ContactHero-module__yVsijq__pulse-green{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 8px #10b98100}}.ContactHero-module__yVsijq__right{flex-direction:column;gap:12px;display:flex}.ContactHero-module__yVsijq__card{border-radius:var(--radius-md);transition:background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);background:#ffffff0d;border:1px solid #ffffff17;align-items:flex-start;gap:16px;padding:18px 20px;text-decoration:none;display:flex}.ContactHero-module__yVsijq__card:hover{background:#e8520a1a;border-color:#e8520a59;transform:translate(4px)}.ContactHero-module__yVsijq__cardIcon{width:40px;height:40px;color:var(--orange-light);background:#e8520a26;border:1px solid #e8520a4d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ContactHero-module__yVsijq__cardBody{flex-direction:column;gap:2px;display:flex}.ContactHero-module__yVsijq__cardLabel{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);font-size:11px;font-weight:700}.ContactHero-module__yVsijq__cardValue{color:var(--text-white);font-size:14px;font-weight:700}.ContactHero-module__yVsijq__cardSub{color:var(--text-muted);font-size:12px}@media (max-width:1024px){.ContactHero-module__yVsijq__inner{grid-template-columns:1fr;gap:48px}.ContactHero-module__yVsijq__hero{min-height:auto;padding:140px 0 80px}}
.ServicesGrid-module__LUIOKG__section{padding:100px 0}.ServicesGrid-module__LUIOKG__header{text-align:center;margin-bottom:56px}.ServicesGrid-module__LUIOKG__title{letter-spacing:-.8px;color:var(--text-dark);margin-top:14px;font-size:clamp(28px,3vw,38px);font-weight:600}.ServicesGrid-module__LUIOKG__accent{color:var(--orange)}.ServicesGrid-module__LUIOKG__sub{color:var(--text-dark-muted);margin-top:12px;max-width:560px;margin-inline:auto;font-size:16px;line-height:1.7}.ServicesGrid-module__LUIOKG__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.ServicesGrid-module__LUIOKG__card{background:var(--warm-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform .3s var(--ease), box-shadow .3s var(--ease);border:1px solid #00000012;flex-direction:column;gap:14px;padding:28px 24px;display:flex;position:relative;overflow:hidden}.ServicesGrid-module__LUIOKG__card:hover{transform:translateY(-5px);box-shadow:0 20px 56px #0000001c}.ServicesGrid-module__LUIOKG__cardTop{justify-content:space-between;align-items:center;display:flex}.ServicesGrid-module__LUIOKG__iconWrap{border-radius:var(--radius-md);border:1px solid;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.ServicesGrid-module__LUIOKG__tag{letter-spacing:1px;text-transform:uppercase;border:1px solid;border-radius:100px;padding:3px 10px;font-size:10px;font-weight:700}.ServicesGrid-module__LUIOKG__cardTitle{color:var(--text-dark);letter-spacing:-.3px;font-size:18px;font-weight:800}.ServicesGrid-module__LUIOKG__cardDesc{color:var(--text-dark-muted);flex:1;font-size:14px;line-height:1.65}.ServicesGrid-module__LUIOKG__bullets{flex-direction:column;gap:8px;list-style:none;display:flex}.ServicesGrid-module__LUIOKG__bullet{color:var(--text-dark);align-items:center;gap:9px;font-size:13px;font-weight:500;display:flex}.ServicesGrid-module__LUIOKG__bulletDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.ServicesGrid-module__LUIOKG__cardBottom{margin-top:auto}.ServicesGrid-module__LUIOKG__divider{opacity:.3;border-radius:2px;height:2px;margin-bottom:14px}.ServicesGrid-module__LUIOKG__learnMore{transition:gap .2s var(--ease);align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.ServicesGrid-module__LUIOKG__learnMore:hover{gap:10px}@media (max-width:1024px){.ServicesGrid-module__LUIOKG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ServicesGrid-module__LUIOKG__grid{grid-template-columns:1fr}}
.SolutionsIntro-module__z4bZ-a__section{background:var(--text-white);border-bottom:1px solid #0000000d;padding:100px 0}.SolutionsIntro-module__z4bZ-a__header{text-align:center;max-width:800px;margin:0 auto 64px}.SolutionsIntro-module__z4bZ-a__badge{text-transform:uppercase;letter-spacing:.1em;color:var(--orange);margin-bottom:16px;font-size:12px;font-weight:700;display:inline-block}.SolutionsIntro-module__z4bZ-a__title{color:var(--text-dark);font-size:clamp(28px,3vw,35px);font-weight:600;line-height:1.2}.SolutionsIntro-module__z4bZ-a__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1000px;margin:0 auto;display:grid}.SolutionsIntro-module__z4bZ-a__card{background:var(--warm-white);border-radius:var(--radius-lg);border:1px solid #0000000d;padding:32px;transition:transform .3s}.SolutionsIntro-module__z4bZ-a__card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000000a}.SolutionsIntro-module__z4bZ-a__cardHeading{color:var(--text-dark);align-items:center;gap:12px;margin-bottom:16px;font-size:20px;font-weight:700;display:flex}.SolutionsIntro-module__z4bZ-a__cardHeading:before{content:"";background:var(--orange);border-radius:50%;width:12px;height:12px;display:block}.SolutionsIntro-module__z4bZ-a__cardContent{color:var(--text-dark-muted);font-size:16px;line-height:1.6}
.WhyReasons-module__lGhurq__section{padding:100px 0}.WhyReasons-module__lGhurq__header{text-align:center;max-width:640px;margin:0 auto 80px}.WhyReasons-module__lGhurq__title{letter-spacing:-1px;margin:16px 0;font-size:clamp(24px,3vw,40px);font-weight:600;line-height:1.1}.WhyReasons-module__lGhurq__accent{color:var(--orange)}.WhyReasons-module__lGhurq__sub{color:var(--text-dark-muted);font-size:16px;line-height:1.7}.WhyReasons-module__lGhurq__reasonsList{flex-direction:column;gap:80px;display:flex}.WhyReasons-module__lGhurq__reason{opacity:0;transition:opacity .65s var(--ease), transform .65s var(--ease);grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid;transform:translateY(40px)}.WhyReasons-module__lGhurq__reason.WhyReasons-module__lGhurq__visible{opacity:1;transform:translateY(0)}.WhyReasons-module__lGhurq__reasonReverse{direction:rtl}.WhyReasons-module__lGhurq__reasonReverse>*{direction:ltr}.WhyReasons-module__lGhurq__reasonContent{flex-direction:column;gap:16px;display:flex}.WhyReasons-module__lGhurq__reasonMeta{align-items:center;gap:12px;display:flex}.WhyReasons-module__lGhurq__reasonNum{color:var(--text-muted);letter-spacing:1px;font-size:13px;font-weight:700}.WhyReasons-module__lGhurq__reasonTag{letter-spacing:1.5px;text-transform:uppercase;border:1px solid;border-radius:100px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-block}.WhyReasons-module__lGhurq__reasonTitle{color:var(--text-dark);letter-spacing:-.5px;font-size:clamp(28px,2.5vw,28px);font-weight:600;line-height:1.25}.WhyReasons-module__lGhurq__reasonDesc{color:var(--text-dark-muted);font-size:15px;line-height:1.7}.WhyReasons-module__lGhurq__reasonBullets{flex-direction:column;gap:10px;margin-top:4px;list-style:none;display:flex}.WhyReasons-module__lGhurq__bullet{color:var(--text-dark);align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.WhyReasons-module__lGhurq__bulletDot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.WhyReasons-module__lGhurq__reasonCta{color:var(--orange);transition:gap var(--duration) var(--ease);align-items:center;gap:8px;margin-top:8px;font-size:14px;font-weight:700;display:inline-flex}.WhyReasons-module__lGhurq__reasonCta:hover{gap:12px}.WhyReasons-module__lGhurq__reasonVisual{justify-content:center;display:flex}.WhyReasons-module__lGhurq__visualCard{aspect-ratio:4/3;border-radius:var(--radius-xl);background:var(--warm-white);width:100%;max-width:380px;box-shadow:var(--shadow-card);transition:transform .3s var(--ease), box-shadow .3s var(--ease);border:1px solid;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:relative;overflow:hidden}.WhyReasons-module__lGhurq__visualCard:hover{transform:translateY(-6px);box-shadow:0 20px 60px #0000001f}.WhyReasons-module__lGhurq__visualOrb{border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;right:-60px}.WhyReasons-module__lGhurq__iconCircle{z-index:1;border:1.5px solid;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.WhyReasons-module__lGhurq__visualNumber{letter-spacing:1px;text-transform:uppercase;font-size:13px;font-weight:700}.WhyReasons-module__lGhurq__visualLabel{color:var(--text-dark);text-align:center;max-width:220px;font-size:15px;font-weight:700;line-height:1.4}@media (max-width:900px){.WhyReasons-module__lGhurq__reason,.WhyReasons-module__lGhurq__reasonReverse{direction:ltr;grid-template-columns:1fr;gap:32px}.WhyReasons-module__lGhurq__reasonReverse>*{direction:ltr}.WhyReasons-module__lGhurq__visualCard{aspect-ratio:16/7;max-width:100%}}@media (max-width:600px){.WhyReasons-module__lGhurq__reasonsList{gap:60px}}
.HowItWorks-module__a-Tr4W__section{overflow:hidden}.HowItWorks-module__a-Tr4W__header{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:620px;margin:0 auto 64px;display:flex}.HowItWorks-module__a-Tr4W__title{letter-spacing:-1.5px;color:#fff;font-size:clamp(24px,3vw,40px);font-weight:600;line-height:1.1}.HowItWorks-module__a-Tr4W__accent{color:#e8520a}.HowItWorks-module__a-Tr4W__subtitle{color:#ffffff8c;font-size:15px;line-height:1.8}.HowItWorks-module__a-Tr4W__steps{align-items:stretch;gap:0;display:flex;position:relative}.HowItWorks-module__a-Tr4W__step{flex:1;align-items:center;gap:0;display:flex}.HowItWorks-module__a-Tr4W__stepCard{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;flex:1;gap:16px;height:100%;padding:32px 28px;transition:background .3s,border-color .3s;display:flex}.HowItWorks-module__a-Tr4W__stepCard:hover{background:#ffffff12;border-color:#e8520a40}.HowItWorks-module__a-Tr4W__stepNumber{letter-spacing:-1px;border:2px solid;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;font-size:22px;font-weight:600;line-height:1;display:flex}.HowItWorks-module__a-Tr4W__stepTitle{color:#fff;letter-spacing:-.3px;font-size:18px;font-weight:700}.HowItWorks-module__a-Tr4W__stepDesc{color:#ffffff80;font-size:13.5px;line-height:1.7}.HowItWorks-module__a-Tr4W__connector{flex-shrink:0;justify-content:center;align-items:center;width:40px;display:flex}.HowItWorks-module__a-Tr4W__connectorArrow{color:#e8520a66;font-size:20px}.HowItWorks-module__a-Tr4W__ctaBar{background:#e8520a14;border:1px solid #e8520a33;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;margin-top:64px;padding:36px 40px;display:flex}.HowItWorks-module__a-Tr4W__ctaTitle{color:#fff;font-size:20px;font-weight:700}.HowItWorks-module__a-Tr4W__ctaSub{color:#ffffff80;margin-top:4px;font-size:14px}@media (max-width:1000px){.HowItWorks-module__a-Tr4W__steps{flex-direction:column;gap:12px}.HowItWorks-module__a-Tr4W__step{flex-direction:column}.HowItWorks-module__a-Tr4W__connector{width:100%;height:32px;transform:rotate(90deg)}}@media (max-width:640px){.HowItWorks-module__a-Tr4W__ctaBar{text-align:center;flex-direction:column;padding:28px 24px}}
.AboutValues-module__7tO-NG__section{padding:var(--section-pad);background:var(--cream)}.AboutValues-module__7tO-NG__top{grid-template-columns:1fr 1fr;align-items:start;gap:48px;margin-bottom:56px;display:grid}.AboutValues-module__7tO-NG__topLeft{flex-direction:column;gap:16px;display:flex}.AboutValues-module__7tO-NG__eyebrow{letter-spacing:2px;color:var(--orange);text-transform:uppercase;font-size:11px;font-weight:700}.AboutValues-module__7tO-NG__heading{letter-spacing:-1.5px;color:var(--text-dark);font-size:clamp(22px,2.8vw,36px);font-weight:600;line-height:1.1}.AboutValues-module__7tO-NG__orange{color:var(--orange)}.AboutValues-module__7tO-NG__sub{color:var(--text-dark-muted);max-width:400px;font-size:15px;line-height:1.7}.AboutValues-module__7tO-NG__quoteCard{background:var(--navy-800);border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;gap:16px;padding:36px;display:flex}.AboutValues-module__7tO-NG__quoteLabel{letter-spacing:2px;color:var(--orange);text-transform:uppercase;font-size:10px;font-weight:700}.AboutValues-module__7tO-NG__quote{color:#ffffffe6;font-size:18px;font-style:italic;font-weight:600;line-height:1.6}.AboutValues-module__7tO-NG__quoteHighlight{color:var(--orange);font-style:normal}.AboutValues-module__7tO-NG__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.AboutValues-module__7tO-NG__card{background:#fff;border:1px solid #0000000f;border-radius:16px;flex-direction:column;gap:12px;padding:28px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.AboutValues-module__7tO-NG__card:hover{border-color:#e8520a33;transform:translateY(-4px);box-shadow:0 16px 48px #00000014}.AboutValues-module__7tO-NG__cardIcon{width:44px;height:44px;color:var(--orange);background:#e8520a14;border:1px solid #e8520a26;border-radius:12px;justify-content:center;align-items:center;display:flex}.AboutValues-module__7tO-NG__cardTitle{color:var(--text-dark);font-size:15px;font-weight:700}.AboutValues-module__7tO-NG__cardDesc{color:var(--text-dark-muted);font-size:13.5px;line-height:1.65}@media (max-width:960px){.AboutValues-module__7tO-NG__grid{grid-template-columns:repeat(2,1fr)}.AboutValues-module__7tO-NG__top{grid-template-columns:1fr}}@media (max-width:560px){.AboutValues-module__7tO-NG__grid{grid-template-columns:1fr}}
.ContactOffices-module__MMfD6q__section{padding:100px 0}.ContactOffices-module__MMfD6q__header{margin-bottom:48px}.ContactOffices-module__MMfD6q__title{letter-spacing:-.8px;color:var(--text-dark);margin-top:14px;font-size:clamp(28px,3vw,38px);font-weight:600}.ContactOffices-module__MMfD6q__accent{color:var(--orange)}.ContactOffices-module__MMfD6q__sub{color:var(--text-dark-muted);margin-top:8px;font-size:15px;line-height:1.6}.ContactOffices-module__MMfD6q__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:16px;display:grid}.ContactOffices-module__MMfD6q__card{background:var(--warm-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform .3s var(--ease), box-shadow .3s var(--ease);border:1px solid #00000012;flex-direction:column;gap:12px;padding:28px 22px;display:flex}.ContactOffices-module__MMfD6q__card:hover{transform:translateY(-5px);box-shadow:0 16px 48px #0000001a}.ContactOffices-module__MMfD6q__cardHQ{background:var(--navy-800);border-color:#e8520a4d}.ContactOffices-module__MMfD6q__cardHQ .ContactOffices-module__MMfD6q__city,.ContactOffices-module__MMfD6q__cardHQ .ContactOffices-module__MMfD6q__address,.ContactOffices-module__MMfD6q__cardHQ .ContactOffices-module__MMfD6q__detail{color:var(--text-white)}.ContactOffices-module__MMfD6q__cardHQ .ContactOffices-module__MMfD6q__address,.ContactOffices-module__MMfD6q__cardHQ .ContactOffices-module__MMfD6q__detail{color:var(--text-light)}.ContactOffices-module__MMfD6q__cardHQ .ContactOffices-module__MMfD6q__cta{color:var(--orange-light)}.ContactOffices-module__MMfD6q__cardTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.ContactOffices-module__MMfD6q__tag{letter-spacing:1px;text-transform:uppercase;border:1px solid;border-radius:100px;padding:3px 10px;font-size:10px;font-weight:700}.ContactOffices-module__MMfD6q__status{align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex}.ContactOffices-module__MMfD6q__statusDot{border-radius:50%;width:6px;height:6px;animation:2s infinite ContactOffices-module__MMfD6q__pulse-dot}@keyframes ContactOffices-module__MMfD6q__pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.ContactOffices-module__MMfD6q__city{color:var(--text-dark);letter-spacing:-.3px;font-size:20px;font-weight:800}.ContactOffices-module__MMfD6q__address{color:var(--text-dark-muted);flex:1;font-size:13px;line-height:1.5}.ContactOffices-module__MMfD6q__detail{color:var(--text-muted);font-size:12px}.ContactOffices-module__MMfD6q__cta{color:var(--orange);align-items:center;gap:6px;margin-top:4px;font-size:13px;font-weight:700;transition:gap .2s;display:inline-flex}.ContactOffices-module__MMfD6q__cta:hover{gap:10px}@media (max-width:1024px){.ContactOffices-module__MMfD6q__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.ContactOffices-module__MMfD6q__grid{grid-template-columns:1fr}}
.ExpertHero-module__F0zJ2G__hero{background:var(--navy-900);color:var(--text-white);align-items:center;min-height:80vh;padding:160px 0 100px;display:flex;position:relative;overflow:hidden}.ExpertHero-module__F0zJ2G__bg{pointer-events:none;position:absolute;inset:0}.ExpertHero-module__F0zJ2G__orb1{background:radial-gradient(circle,#e8520a26 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-100px;right:-50px}.ExpertHero-module__F0zJ2G__orb2{background:radial-gradient(circle,#e8520a14 0%,#0000 70%);border-radius:50%;width:450px;height:450px;position:absolute;bottom:-100px;left:-50px}.ExpertHero-module__F0zJ2G__grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.ExpertHero-module__F0zJ2G__inner{z-index:1;grid-template-columns:1.2fr 1fr;align-items:center;gap:80px;display:grid;position:relative}.ExpertHero-module__F0zJ2G__left{flex-direction:column;gap:24px;display:flex}.ExpertHero-module__F0zJ2G__title{letter-spacing:-2px;font-size:clamp(24px,3vw,40px);font-weight:600;line-height:1.05}.ExpertHero-module__F0zJ2G__accent{color:var(--orange)}.ExpertHero-module__F0zJ2G__desc{color:var(--text-light);max-width:520px;font-size:17px;line-height:1.75}.ExpertHero-module__F0zJ2G__right{flex-direction:column;gap:24px;display:flex}.ExpertHero-module__F0zJ2G__quoteCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-xl);background:#ffffff0d;border:1px solid #ffffff1a;padding:40px;position:relative}.ExpertHero-module__F0zJ2G__quote{color:var(--text-white);margin-bottom:24px;font-size:18px;font-weight:500;line-height:1.6}.ExpertHero-module__F0zJ2G__authorInfo{border-top:1px solid #ffffff1a;padding-top:20px}.ExpertHero-module__F0zJ2G__authorName{color:var(--text-white);font-size:14px;font-weight:700}.ExpertHero-module__F0zJ2G__authorRole{color:var(--text-muted);margin-top:2px;font-size:12px}.ExpertHero-module__F0zJ2G__statsRow{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.ExpertHero-module__F0zJ2G__statItem{border-radius:var(--radius-lg);text-align:left;background:#ffffff08;border:1px solid #ffffff0d;padding:24px 16px}.ExpertHero-module__F0zJ2G__statValue{color:var(--orange);margin-bottom:8px;font-size:28px;font-weight:600;line-height:1;display:block}.ExpertHero-module__F0zJ2G__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600;display:block}@media (max-width:1024px){.ExpertHero-module__F0zJ2G__inner{grid-template-columns:1fr;gap:48px}}@media (max-width:600px){.ExpertHero-module__F0zJ2G__statsRow{grid-template-columns:1fr}}
.ServicesTracking-module__6wjnVq__section{padding:100px 0}.ServicesTracking-module__6wjnVq__header{text-align:center;margin-bottom:52px}.ServicesTracking-module__6wjnVq__title{letter-spacing:-.8px;color:var(--text-white);margin-top:14px;font-size:clamp(28px,3vw,38px);font-weight:600}.ServicesTracking-module__6wjnVq__accent{color:var(--orange)}.ServicesTracking-module__6wjnVq__sub{color:var(--text-light);margin-top:10px;font-size:16px;line-height:1.6}.ServicesTracking-module__6wjnVq__card{border-radius:var(--radius-xl);background:#ffffff0a;border:1px solid #ffffff1a;flex-direction:column;gap:24px;max-width:780px;margin:0 auto;padding:32px 36px;display:flex}.ServicesTracking-module__6wjnVq__searchBar{border-radius:var(--radius-md);background:#ffffff0f;border:1px solid #ffffff1f;align-items:center;gap:12px;padding:8px 8px 8px 14px;display:flex}.ServicesTracking-module__6wjnVq__searchWrap{flex:1;align-items:center;display:flex;position:relative}.ServicesTracking-module__6wjnVq__searchIcon{color:var(--text-muted);flex-shrink:0;position:absolute;left:0}.ServicesTracking-module__6wjnVq__searchInput{width:100%;color:var(--text-white);font-size:14px;font-family:var(--font);background:0 0;border:none;outline:none;padding-left:24px}.ServicesTracking-module__6wjnVq__searchInput::placeholder{color:var(--text-muted)}.ServicesTracking-module__6wjnVq__trackBtn{background:var(--orange);color:#fff;border-radius:var(--radius-sm);cursor:pointer;font-size:13px;font-weight:700;font-family:var(--font);white-space:nowrap;transition:background var(--duration) var(--ease);border:none;flex-shrink:0;padding:10px 22px}.ServicesTracking-module__6wjnVq__trackBtn:hover{background:var(--orange-light)}.ServicesTracking-module__6wjnVq__result{animation:ServicesTracking-module__6wjnVq__fadeUp .4s var(--ease) both;border-top:1px solid #ffffff14;flex-direction:column;gap:24px;padding-top:24px;display:flex}.ServicesTracking-module__6wjnVq__resultHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ServicesTracking-module__6wjnVq__awbLabel{color:var(--text-white);font-size:16px;font-weight:700}.ServicesTracking-module__6wjnVq__routeLabel{color:var(--text-muted);align-items:center;gap:5px;margin-top:4px;font-size:12px;display:flex}.ServicesTracking-module__6wjnVq__statusBadge{border:1px solid var(--orange);color:var(--orange-light);background:#e8520a33;border-radius:100px;flex-shrink:0;padding:4px 14px;font-size:11px;font-weight:700}.ServicesTracking-module__6wjnVq__stages{gap:0;padding-bottom:4px;display:flex;overflow-x:auto}.ServicesTracking-module__6wjnVq__stageItem{flex-direction:column;flex:1;align-items:center;min-width:90px;display:flex}.ServicesTracking-module__6wjnVq__stageLine{align-items:center;width:100%;margin-bottom:10px;display:flex}.ServicesTracking-module__6wjnVq__dot{color:#fff;background:#ffffff1a;border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:9px;transition:background .3s,border-color .3s;display:flex}.ServicesTracking-module__6wjnVq__dotDone{background:var(--orange);border-color:var(--orange)}.ServicesTracking-module__6wjnVq__connector{background:#ffffff1f;flex:1;height:2px;transition:background .3s}.ServicesTracking-module__6wjnVq__connectorDone{background:var(--orange)}.ServicesTracking-module__6wjnVq__stageInfo{text-align:center;flex-direction:column;align-items:center;gap:3px;display:flex}.ServicesTracking-module__6wjnVq__stageLabel{color:var(--text-white);font-size:12px;font-weight:600}.ServicesTracking-module__6wjnVq__stageTime{color:var(--text-muted);align-items:center;gap:4px;font-size:11px;display:flex}.ServicesTracking-module__6wjnVq__hint{color:var(--text-muted);text-align:center;font-size:12px;font-style:italic}@media (max-width:640px){.ServicesTracking-module__6wjnVq__card{padding:24px 18px}.ServicesTracking-module__6wjnVq__searchBar{flex-direction:column;align-items:stretch}.ServicesTracking-module__6wjnVq__trackBtn{text-align:center}}
.SolutionsFeatures-module__3YcD-a__section{background:var(--cream);border-bottom:1px solid #0000000d;padding:100px 0}.SolutionsFeatures-module__3YcD-a__header{text-align:center;max-width:800px;margin:0 auto 64px}.SolutionsFeatures-module__3YcD-a__badge{text-transform:uppercase;letter-spacing:.1em;color:var(--orange);margin-bottom:16px;font-size:12px;font-weight:700;display:inline-block}.SolutionsFeatures-module__3YcD-a__title{color:var(--text-dark);font-size:clamp(28px,3vw,38px);font-weight:800}.SolutionsFeatures-module__3YcD-a__grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto;display:grid}.SolutionsFeatures-module__3YcD-a__card{background:var(--warm-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform .3s var(--ease), box-shadow .3s var(--ease);border:1px solid #00000012;flex-direction:column;gap:14px;padding:28px 24px;display:flex;position:relative;overflow:hidden}.SolutionsFeatures-module__3YcD-a__card:hover{transform:translateY(-5px);box-shadow:0 20px 56px #0000001c}.SolutionsFeatures-module__3YcD-a__cardTop{justify-content:space-between;align-items:center;display:flex}.SolutionsFeatures-module__3YcD-a__iconWrap{border-radius:var(--radius-md);border:1px solid;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.SolutionsFeatures-module__3YcD-a__tag{letter-spacing:1px;text-transform:uppercase;border:1px solid;border-radius:100px;padding:3px 10px;font-size:10px;font-weight:700}.SolutionsFeatures-module__3YcD-a__cardTitle{color:var(--text-dark);letter-spacing:-.3px;margin-top:8px;font-size:18px;font-weight:800}.SolutionsFeatures-module__3YcD-a__cardDesc{color:var(--text-dark-muted);flex:1;font-size:14px;line-height:1.65}.SolutionsFeatures-module__3YcD-a__cardBottom{margin-top:16px}.SolutionsFeatures-module__3YcD-a__divider{opacity:.2;border-radius:2px;height:2px;margin-bottom:14px}@media (max-width:1024px){.SolutionsFeatures-module__3YcD-a__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.SolutionsFeatures-module__3YcD-a__grid{grid-template-columns:1fr}}
.WhyStats-module__q8Z3EW__section{padding:100px 0}.WhyStats-module__q8Z3EW__header{text-align:center;margin-bottom:60px}.WhyStats-module__q8Z3EW__title{color:var(--text-white);letter-spacing:-.8px;margin-top:16px;font-size:clamp(24px,3vw,36px);font-weight:600}.WhyStats-module__q8Z3EW__accent{color:var(--orange)}.WhyStats-module__q8Z3EW__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.WhyStats-module__q8Z3EW__card{border-radius:var(--radius-lg);transition:background .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);background:#ffffff0a;border:1px solid #ffffff14;padding:36px 28px;position:relative;overflow:hidden}.WhyStats-module__q8Z3EW__card:hover{background:#e8520a12;border-color:#e8520a4d;transform:translateY(-4px)}.WhyStats-module__q8Z3EW__statVal{color:var(--orange);letter-spacing:-1px;margin-bottom:12px;font-size:clamp(24px,3vw,36px);font-weight:600;display:block}.WhyStats-module__q8Z3EW__cardBody{flex-direction:column;gap:4px;display:flex}.WhyStats-module__q8Z3EW__cardLabel{color:var(--text-white);font-size:15px;font-weight:700}.WhyStats-module__q8Z3EW__cardDesc{color:var(--text-muted);font-size:13px}.WhyStats-module__q8Z3EW__cardLine{background:linear-gradient(90deg, var(--orange), transparent);opacity:0;height:3px;transition:opacity .3s var(--ease);position:absolute;bottom:0;left:0;right:0}.WhyStats-module__q8Z3EW__card:hover .WhyStats-module__q8Z3EW__cardLine{opacity:1}@media (max-width:900px){.WhyStats-module__q8Z3EW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.WhyStats-module__q8Z3EW__grid{grid-template-columns:1fr}}
.Stats-module__UZLpCq__section{overflow:hidden}.Stats-module__UZLpCq__grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.Stats-module__UZLpCq__left{flex-direction:column;gap:28px;display:flex;position:sticky;top:120px}.Stats-module__UZLpCq__title{letter-spacing:-1.5px;color:var(--text-dark);font-size:clamp(24px,3vw,40px);font-weight:600;line-height:1.1}.Stats-module__UZLpCq__accent{color:var(--orange)}.Stats-module__UZLpCq__desc{color:var(--text-dark-muted);font-size:15px;line-height:1.8}.Stats-module__UZLpCq__statsRow{background:var(--navy-800);border-radius:var(--radius-lg);grid-template-columns:repeat(2,1fr);gap:20px;padding:24px;display:grid}.Stats-module__UZLpCq__statItem{flex-direction:column;gap:4px;display:flex}.Stats-module__UZLpCq__statValue{color:#fff;letter-spacing:-1px;font-size:32px;font-weight:600;animation:.6s Stats-module__UZLpCq__countUp}.Stats-module__UZLpCq__statItem:first-child .Stats-module__UZLpCq__statValue,.Stats-module__UZLpCq__statItem:last-child .Stats-module__UZLpCq__statValue{color:var(--orange)}.Stats-module__UZLpCq__statLabel{color:#fff6;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}.Stats-module__UZLpCq__cta{align-self:flex-start}.Stats-module__UZLpCq__right{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Stats-module__UZLpCq__svcCard{border-radius:var(--radius-md);cursor:pointer;background:#fff;border:1px solid #0000000f;flex-direction:column;gap:12px;padding:28px 24px;transition:box-shadow .3s,transform .3s,border-color .3s;display:flex}.Stats-module__UZLpCq__svcCard:hover{border-color:#e8520a33;transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.Stats-module__UZLpCq__svcNum{color:#e8520a1f;letter-spacing:-1px;font-size:28px;font-weight:600;line-height:1}.Stats-module__UZLpCq__svcName{color:var(--text-dark);letter-spacing:-.2px;font-size:15px;font-weight:700}.Stats-module__UZLpCq__svcDesc{color:var(--text-dark-muted);flex:1;font-size:13px;line-height:1.6}.Stats-module__UZLpCq__svcLearn{color:var(--orange);align-items:center;gap:6px;margin-top:auto;font-size:12px;font-weight:600;transition:gap .2s;display:flex}.Stats-module__UZLpCq__svcCard:hover .Stats-module__UZLpCq__svcLearn{gap:10px}@media (max-width:960px){.Stats-module__UZLpCq__grid{grid-template-columns:1fr;gap:48px}.Stats-module__UZLpCq__left{position:static}}@media (max-width:480px){.Stats-module__UZLpCq__right{grid-template-columns:1fr}.Stats-module__UZLpCq__statsRow{grid-template-columns:repeat(2,1fr);gap:16px}}
.AboutMap-module___KXleW__section{padding:var(--section-pad);background:var(--navy-900);color:#fff}.AboutMap-module___KXleW__eyebrow{letter-spacing:2px;color:var(--orange);text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700}.AboutMap-module___KXleW__heading{letter-spacing:-1.5px;color:#fff;margin-bottom:12px;font-size:clamp(22px,2.8vw,36px);font-weight:600;line-height:1.1}.AboutMap-module___KXleW__orange{color:var(--orange)}.AboutMap-module___KXleW__sub{color:var(--text-muted);max-width:520px;margin-bottom:48px;font-size:15px;line-height:1.7}.AboutMap-module___KXleW__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.AboutMap-module___KXleW__card{background:var(--navy-700);border:1px solid #ffffff12;border-radius:16px;flex-direction:column;gap:14px;padding:24px;transition:border-color .25s,transform .25s;display:flex}.AboutMap-module___KXleW__card:hover{border-color:#e8520a66;transform:translateY(-3px)}.AboutMap-module___KXleW__cardPrimary{background:var(--navy-600);border-color:#e8520a4d}.AboutMap-module___KXleW__cardTop{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}.AboutMap-module___KXleW__cityIcon{width:30px;height:30px;color:var(--orange);background:#e8520a26;border:1px solid #e8520a4d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AboutMap-module___KXleW__tags{flex-wrap:wrap;gap:6px;display:flex}.AboutMap-module___KXleW__tag{letter-spacing:.5px;color:var(--orange);background:#e8520a1a;border:1px solid #e8520a40;border-radius:100px;padding:3px 8px;font-size:10px;font-weight:700}.AboutMap-module___KXleW__cityName{color:#fff;letter-spacing:-.3px;font-size:18px;font-weight:800}.AboutMap-module___KXleW__zoneList{flex-direction:column;gap:8px;list-style:none;display:flex}.AboutMap-module___KXleW__zone{color:var(--text-muted);align-items:center;gap:8px;font-size:13px;line-height:1.4;display:flex}.AboutMap-module___KXleW__zoneDot{background:var(--orange);opacity:.7;border-radius:50%;flex-shrink:0;width:5px;height:5px}@media (max-width:960px){.AboutMap-module___KXleW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.AboutMap-module___KXleW__grid{grid-template-columns:1fr}}
.ContactForm-module__UoqRnG__section{background:var(--warm-white);padding:100px 0}.ContactForm-module__UoqRnG__header{text-align:center;margin-bottom:48px}.ContactForm-module__UoqRnG__title{letter-spacing:-.8px;color:var(--text-dark);margin-top:14px;font-size:clamp(28px,3vw,38px);font-weight:600}.ContactForm-module__UoqRnG__accent{color:var(--orange)}.ContactForm-module__UoqRnG__sub{color:var(--text-dark-muted);margin-top:10px;max-width:480px;margin-inline:auto;font-size:16px;line-height:1.7}.ContactForm-module__UoqRnG__formWrap{border-radius:var(--radius-xl);background:#fff;border:1px solid #00000012;max-width:840px;margin:0 auto;padding:0;overflow:hidden;box-shadow:0 8px 48px #00000014}.ContactForm-module__UoqRnG__tabs{background:var(--cream);scrollbar-width:none;border-bottom:1px solid #00000012;display:flex;overflow-x:auto}.ContactForm-module__UoqRnG__tabs::-webkit-scrollbar{display:none}.ContactForm-module__UoqRnG__tab{min-width:120px;font-family:var(--font);color:var(--text-dark-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:16px 20px;font-size:13px;font-weight:600;transition:color .2s,border-color .2s,background .2s}.ContactForm-module__UoqRnG__tabActive{color:var(--orange);border-bottom-color:var(--orange);background:#fff}.ContactForm-module__UoqRnG__form{flex-direction:column;gap:20px;padding:36px 40px;display:flex}.ContactForm-module__UoqRnG__row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.ContactForm-module__UoqRnG__field{flex-direction:column;gap:8px;display:flex}.ContactForm-module__UoqRnG__label{color:var(--text-dark-muted);text-transform:uppercase;letter-spacing:.6px;font-size:12px;font-weight:600}.ContactForm-module__UoqRnG__input{background:var(--cream);border-radius:var(--radius-sm);width:100%;font-size:14px;font-family:var(--font);color:var(--text-dark);transition:border-color .25s var(--ease), background .25s var(--ease);border:1.5px solid #0000;outline:none;padding:12px 16px}.ContactForm-module__UoqRnG__input::placeholder{color:var(--text-muted)}.ContactForm-module__UoqRnG__input:focus{border-color:var(--orange);background:#fff}select.ContactForm-module__UoqRnG__input{cursor:pointer}.ContactForm-module__UoqRnG__textarea{resize:vertical;min-height:120px;line-height:1.6}.ContactForm-module__UoqRnG__privacyRow{align-items:flex-start;gap:12px;display:flex}.ContactForm-module__UoqRnG__checkbox{width:18px;height:18px;accent-color:var(--orange);cursor:pointer;flex-shrink:0;margin-top:1px}.ContactForm-module__UoqRnG__privacyLabel{color:var(--text-dark-muted);cursor:pointer;font-size:13px;line-height:1.5}.ContactForm-module__UoqRnG__submitBtn{background:var(--orange);color:#fff;border-radius:var(--radius-sm);cursor:pointer;font-size:15px;font-weight:700;font-family:var(--font);transition:background .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);letter-spacing:.3px;border:none;justify-content:center;align-self:stretch;align-items:center;gap:10px;padding:15px 36px;display:inline-flex}.ContactForm-module__UoqRnG__submitBtn:hover{background:var(--orange-light);box-shadow:var(--shadow-orange);transform:translateY(-2px)}.ContactForm-module__UoqRnG__successWrap{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:80px 24px;display:flex}.ContactForm-module__UoqRnG__successIcon{color:#10b981;width:72px;height:72px;animation:ContactForm-module__UoqRnG__fadeUp .5s var(--ease) both;background:#10b98126;border:2px solid #10b98166;border-radius:50%;justify-content:center;align-items:center;display:flex}.ContactForm-module__UoqRnG__successTitle{color:var(--text-dark);animation:ContactForm-module__UoqRnG__fadeUp .5s .1s var(--ease) both;font-size:32px;font-weight:600}.ContactForm-module__UoqRnG__successDesc{color:var(--text-dark-muted);max-width:420px;animation:ContactForm-module__UoqRnG__fadeUp .5s .2s var(--ease) both;font-size:16px;line-height:1.6}@media (max-width:768px){.ContactForm-module__UoqRnG__form{padding:24px 20px}.ContactForm-module__UoqRnG__row{grid-template-columns:1fr;gap:16px}.ContactForm-module__UoqRnG__tabs{flex-wrap:nowrap;overflow-x:auto}.ContactForm-module__UoqRnG__tab{flex:none}}
.ExpertFounders-module__T8wVOW__section{padding:100px 0}.ExpertFounders-module__T8wVOW__header{margin-bottom:56px}.ExpertFounders-module__T8wVOW__title{letter-spacing:-.8px;color:var(--text-dark);margin-top:14px;font-size:clamp(24px,3vw,40px);font-weight:600}.ExpertFounders-module__T8wVOW__accent{color:var(--orange)}.ExpertFounders-module__T8wVOW__sub{color:var(--text-dark-muted);max-width:480px;margin-top:12px;font-size:16px;line-height:1.6}.ExpertFounders-module__T8wVOW__mainGrid{grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px;display:grid}.ExpertFounders-module__T8wVOW__mainCard{background:var(--navy-800);border-radius:var(--radius-xl);color:#fff;transition:transform .3s var(--ease), box-shadow .3s var(--ease);padding:40px}.ExpertFounders-module__T8wVOW__mainCard:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.ExpertFounders-module__T8wVOW__cardInfo{align-items:flex-start;gap:24px;display:flex}.ExpertFounders-module__T8wVOW__avatarWrap{flex-shrink:0}.ExpertFounders-module__T8wVOW__avatar{color:#fff;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;font-size:24px;font-weight:600;display:flex}.ExpertFounders-module__T8wVOW__details{flex:1}.ExpertFounders-module__T8wVOW__role{color:var(--orange);letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:800}.ExpertFounders-module__T8wVOW__name{letter-spacing:-.3px;margin-bottom:16px;font-size:22px;font-weight:800}.ExpertFounders-module__T8wVOW__bio{color:var(--text-light);margin-bottom:24px;font-size:14px;line-height:1.7}.ExpertFounders-module__T8wVOW__tags{flex-wrap:wrap;gap:8px;display:flex}.ExpertFounders-module__T8wVOW__tag{color:var(--text-light);background:#ffffff14;border:1px solid #ffffff1a;border-radius:100px;padding:4px 12px;font-size:10px;font-weight:700}.ExpertFounders-module__T8wVOW__teamGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.ExpertFounders-module__T8wVOW__teamCard{border-radius:var(--radius-xl);transition:transform .3s var(--ease), box-shadow .3s var(--ease);background:#fff;border:1px solid #0000000d;padding:32px;box-shadow:0 4px 20px #00000008}.ExpertFounders-module__T8wVOW__teamCard:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000012}.ExpertFounders-module__T8wVOW__teamAvatarWrap{margin-bottom:24px}.ExpertFounders-module__T8wVOW__teamAvatar{background:var(--navy-800);color:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-size:18px;font-weight:600;display:flex}.ExpertFounders-module__T8wVOW__teamRole{color:var(--orange);letter-spacing:1px;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:800}.ExpertFounders-module__T8wVOW__teamName{color:var(--text-dark);margin-bottom:12px;font-size:18px;font-weight:800}.ExpertFounders-module__T8wVOW__teamBio{color:var(--text-dark-muted);margin-bottom:20px;font-size:13px;line-height:1.6}.ExpertFounders-module__T8wVOW__teamCard .ExpertFounders-module__T8wVOW__tag{background:var(--cream);color:var(--text-dark-muted);border:1px solid #0000000d}@media (max-width:1024px){.ExpertFounders-module__T8wVOW__mainGrid{grid-template-columns:1fr}.ExpertFounders-module__T8wVOW__teamGrid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.ExpertFounders-module__T8wVOW__teamGrid{grid-template-columns:1fr}.ExpertFounders-module__T8wVOW__cardInfo{flex-direction:column;gap:20px}.ExpertFounders-module__T8wVOW__bio{font-size:13px}}
.ServicesFAQ-module__0A773G__section{padding:100px 0}.ServicesFAQ-module__0A773G__header{text-align:center;margin-bottom:52px}.ServicesFAQ-module__0A773G__title{letter-spacing:-.8px;color:var(--text-dark);margin-top:14px;font-size:clamp(28px,3vw,38px);font-weight:600}.ServicesFAQ-module__0A773G__accent{color:var(--orange)}.ServicesFAQ-module__0A773G__sub{color:var(--text-dark-muted);margin-top:10px;max-width:540px;margin-inline:auto;font-size:16px;line-height:1.7}.ServicesFAQ-module__0A773G__grid{grid-template-columns:1fr 1fr;gap:0 48px;display:grid}.ServicesFAQ-module__0A773G__col{flex-direction:column;gap:0;display:flex}.ServicesFAQ-module__0A773G__item{transition:background .2s var(--ease);border-bottom:1px solid #00000012}.ServicesFAQ-module__0A773G__item:last-child{border-bottom:none}.ServicesFAQ-module__0A773G__itemOpen{border-radius:var(--radius-sm);background:#e8520a08}.ServicesFAQ-module__0A773G__question{text-align:left;width:100%;color:var(--text-dark);cursor:pointer;font-size:15px;font-weight:600;font-family:var(--font);background:0 0;border:none;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 16px;line-height:1.5;transition:color .2s;display:flex}.ServicesFAQ-module__0A773G__itemOpen .ServicesFAQ-module__0A773G__question{color:var(--orange)}.ServicesFAQ-module__0A773G__chevron{color:var(--text-muted);transition:transform .3s var(--ease), color .2s;flex-shrink:0;margin-top:2px}.ServicesFAQ-module__0A773G__chevronOpen{color:var(--orange);transform:rotate(180deg)}.ServicesFAQ-module__0A773G__answer{max-height:0;transition:max-height .35s var(--ease), opacity .3s;opacity:0;overflow:hidden}.ServicesFAQ-module__0A773G__answerOpen{opacity:1;max-height:200px}.ServicesFAQ-module__0A773G__answer p{color:var(--text-dark-muted);padding:0 16px 20px;font-size:14px;line-height:1.7}@media (max-width:768px){.ServicesFAQ-module__0A773G__grid{grid-template-columns:1fr;gap:0}}
.ServicesRelated-module__pKONkG__section{background:var(--navy-800);padding:100px 0}.ServicesRelated-module__pKONkG__header{text-align:center;margin-bottom:48px}.ServicesRelated-module__pKONkG__title{letter-spacing:-.7px;color:var(--text-white);margin-top:14px;font-size:clamp(26px,3vw,38px);font-weight:600}.ServicesRelated-module__pKONkG__accent{color:var(--orange)}.ServicesRelated-module__pKONkG__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.ServicesRelated-module__pKONkG__card{border-radius:var(--radius-lg);transition:background .3s var(--ease), transform .3s var(--ease), border-color .3s var(--ease);background:#ffffff0a;border:1px solid #ffffff17;flex-direction:column;gap:14px;padding:32px 26px;display:flex}.ServicesRelated-module__pKONkG__card:hover{background:#ffffff12;border-color:#ffffff29;transform:translateY(-4px)}.ServicesRelated-module__pKONkG__iconWrap{border-radius:var(--radius-md);border:1px solid;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.ServicesRelated-module__pKONkG__cardTitle{color:var(--text-white);font-size:17px;font-weight:700}.ServicesRelated-module__pKONkG__cardDesc{color:var(--text-muted);flex:1;font-size:13px;line-height:1.65}.ServicesRelated-module__pKONkG__cardLink{transition:gap .2s var(--ease);align-items:center;gap:6px;margin-top:4px;font-size:13px;font-weight:700;display:inline-flex}.ServicesRelated-module__pKONkG__cardLink:hover{gap:10px}@media (max-width:900px){.ServicesRelated-module__pKONkG__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.ServicesRelated-module__pKONkG__grid{grid-template-columns:1fr}}
.WhyTestimonials-module__4-MLTW__section{padding:100px 0;overflow:hidden}.WhyTestimonials-module__4-MLTW__header{text-align:center;margin-bottom:52px}.WhyTestimonials-module__4-MLTW__title{letter-spacing:-.8px;color:var(--text-dark);margin-top:16px;font-size:clamp(24px,3vw,38px);font-weight:600}.WhyTestimonials-module__4-MLTW__accent{color:var(--orange)}.WhyTestimonials-module__4-MLTW__sliderOuter{width:100%;overflow:hidden}.WhyTestimonials-module__4-MLTW__track{will-change:transform;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.WhyTestimonials-module__4-MLTW__slide{box-sizing:border-box;flex-shrink:0;padding:0 12px}.WhyTestimonials-module__4-MLTW__card{background:var(--warm-white);border-radius:var(--radius-xl);height:100%;min-height:280px;transition:transform .3s var(--ease), box-shadow .3s var(--ease);border:1px solid #00000012;flex-direction:column;gap:18px;padding:36px 32px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000012}.WhyTestimonials-module__4-MLTW__card:hover{transform:translateY(-5px);box-shadow:0 16px 48px #0000001c}.WhyTestimonials-module__4-MLTW__quoteDecor{font-size:120px;line-height:1;font-family:var(--font);color:#e8520a14;pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;top:-16px;right:24px}.WhyTestimonials-module__4-MLTW__stars{gap:3px;display:flex}.WhyTestimonials-module__4-MLTW__star{color:var(--orange);fill:var(--orange);width:15px;height:15px}.WhyTestimonials-module__4-MLTW__quote{color:var(--text-dark-muted);flex:1;font-size:15px;font-style:italic;line-height:1.75}.WhyTestimonials-module__4-MLTW__author{flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px;display:flex}.WhyTestimonials-module__4-MLTW__avatar{background:linear-gradient(135deg, var(--orange), var(--orange-dark));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:800;display:flex;box-shadow:0 4px 12px #e8520a4d}.WhyTestimonials-module__4-MLTW__authorInfo{flex:1;min-width:0}.WhyTestimonials-module__4-MLTW__name{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.WhyTestimonials-module__4-MLTW__role{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.WhyTestimonials-module__4-MLTW__industryTag{letter-spacing:1px;text-transform:uppercase;color:var(--orange);white-space:nowrap;background:#e8520a1a;border:1px solid #e8520a40;border-radius:100px;flex-shrink:0;padding:3px 10px;font-size:10px;font-weight:700}.WhyTestimonials-module__4-MLTW__controls{justify-content:center;align-items:center;gap:20px;margin-top:36px;display:flex}.WhyTestimonials-module__4-MLTW__navBtn{background:var(--warm-white);width:44px;height:44px;color:var(--text-dark);cursor:pointer;transition:background var(--duration) var(--ease), border-color var(--duration) var(--ease), color var(--duration) var(--ease), transform var(--duration) var(--ease);border:1.5px solid #0000001f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.WhyTestimonials-module__4-MLTW__navBtn:hover{background:var(--orange);border-color:var(--orange);color:#fff;transform:scale(1.08)}.WhyTestimonials-module__4-MLTW__dots{align-items:center;gap:8px;display:flex}.WhyTestimonials-module__4-MLTW__dot{cursor:pointer;width:8px;height:8px;transition:background var(--duration) var(--ease), width var(--duration) var(--ease);background:#00000026;border:none;border-radius:100px;padding:0}.WhyTestimonials-module__4-MLTW__dotActive{background:var(--orange);width:24px}@media (max-width:768px){.WhyTestimonials-module__4-MLTW__slide{padding:0 8px}.WhyTestimonials-module__4-MLTW__card{min-height:240px;padding:28px 22px}.WhyTestimonials-module__4-MLTW__industryTag{text-align:center;width:100%;margin-top:4px}}
.cookie-module__m5cLGa__page{background:var(--warm-white);min-height:100vh;padding-top:120px}.cookie-module__m5cLGa__content{max-width:800px;margin:0 auto;padding:60px 24px 100px}.cookie-module__m5cLGa__header{text-align:center;margin-bottom:60px}.cookie-module__m5cLGa__title{color:var(--navy-900);letter-spacing:-1px;margin-bottom:16px;font-size:42px;font-weight:800}.cookie-module__m5cLGa__lastUpdated{color:var(--text-muted);font-size:14px;font-weight:500}.cookie-module__m5cLGa__section{margin-bottom:48px}.cookie-module__m5cLGa__sectionTitle{color:var(--navy-800);align-items:center;gap:12px;margin-bottom:20px;font-size:24px;font-weight:700;display:flex}.cookie-module__m5cLGa__sectionTitle:before{content:"";background:var(--orange);border-radius:4px;width:4px;height:24px;display:block}.cookie-module__m5cLGa__text{color:var(--text-dark-muted);margin-bottom:16px;font-size:16px;line-height:1.8}.cookie-module__m5cLGa__list{margin-bottom:24px;padding:0;list-style:none}.cookie-module__m5cLGa__listItem{color:var(--text-dark-muted);margin-bottom:12px;padding-left:28px;font-size:16px;line-height:1.6;position:relative}.cookie-module__m5cLGa__listItem:before{content:"→";color:var(--orange);font-weight:700;position:absolute;left:0}.cookie-module__m5cLGa__contactBox{background:var(--navy-900);color:var(--text-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);margin-top:60px;padding:40px}.cookie-module__m5cLGa__contactTitle{margin-bottom:16px;font-size:24px;font-weight:700}.cookie-module__m5cLGa__contactText{color:var(--text-light);margin-bottom:24px;font-size:15px}.cookie-module__m5cLGa__contactLink{color:var(--orange-light);text-underline-offset:4px;font-weight:600;text-decoration:underline}.cookie-module__m5cLGa__contactLink:hover{color:var(--orange)}@media (max-width:768px){.cookie-module__m5cLGa__title{font-size:32px}.cookie-module__m5cLGa__content{padding-top:40px}.cookie-module__m5cLGa__contactBox{padding:30px 20px}}
