.faq{--faq-blue:#278bd2;--faq-blue-dark:#176fae;--faq-blue-soft:#eaf6ff;--faq-navy:#17364d;--faq-text:#60788b;--faq-border:#dceaf3;--faq-yellow:#f5c966;font-family:var(--font-family-base);background:#f4f9fc;border-top:1px solid #e0ecf3;padding:clamp(58px,5.5vw,78px) 0;position:relative;overflow:hidden}.faq:before{content:"";pointer-events:none;border:1px solid #278bd20f;border-radius:50%;width:410px;height:410px;position:absolute;top:-190px;left:-150px}.faq__container{z-index:1;position:relative}.faq__header{text-align:center;max-width:760px;margin:0 auto clamp(32px,4vw,45px)}.faq__eyebrow{color:var(--faq-blue-dark);letter-spacing:.065em;text-transform:uppercase;justify-content:center;align-items:center;gap:9px;margin:0 0 11px;font-size:.7rem;font-weight:800;display:inline-flex}.faq__eyebrow span{background:var(--faq-blue);border-radius:2px;width:24px;height:3px;display:block}.faq__title{color:var(--faq-navy);letter-spacing:-.058em;text-wrap:balance;margin:0;font-size:clamp(2.55rem,4vw,4rem);font-weight:820;line-height:1.02}.faq__title span{color:var(--faq-blue);display:block}.faq__description{max-width:650px;color:var(--faq-text);margin:18px auto 0;font-size:.9rem;line-height:1.7}.faq__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;display:grid}.faq-item{border:1px solid var(--faq-border);background:#ffffffd1;border-radius:13px;transition:background-color .18s,border-color .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 7px 22px #2a526b08}.faq-item--wide{grid-column:1/-1}.faq-item:hover,.faq-item[open]{background:#fff;border-color:#bddff3;box-shadow:0 14px 34px #2a526b0f}.faq-item__question{min-height:78px;color:var(--faq-navy);cursor:pointer;grid-template-columns:32px minmax(0,1fr) 36px;align-items:center;gap:12px;padding:13px 15px;list-style:none;display:grid}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question::marker{content:""}.faq-item__number{background:var(--faq-blue-soft);width:30px;height:30px;color:var(--faq-blue);letter-spacing:.075em;border-radius:7px;place-items:center;font-size:.58rem;font-weight:850;display:grid}.faq-item__question-text{letter-spacing:-.015em;font-size:.9rem;font-weight:780;line-height:1.42}.faq-item__toggle{border:1px solid var(--faq-border);color:#6d94ac;background:#f7fbfd;border-radius:8px;place-items:center;width:34px;height:34px;transition:background-color .18s,border-color .18s,color .18s;display:grid}.faq-item__toggle svg{transition:transform .18s}.faq-item__question:hover .faq-item__toggle{background:var(--faq-blue-soft);color:var(--faq-blue);border-color:#c5e3f5}.faq-item__question:focus-visible{outline-offset:-3px;outline:3px solid #b9dff7}.faq-item[open] .faq-item__number{background:var(--faq-blue);color:#fff}.faq-item[open] .faq-item__toggle{background:var(--faq-blue);border-color:var(--faq-blue);color:#fff}.faq-item[open] .faq-item__toggle svg{transform:rotate(45deg)}.faq-item[open]:before{background:var(--faq-blue);content:"";width:3px;position:absolute;top:0;bottom:0;left:0}.faq-item__answer{padding:0 54px 20px 59px}.faq-item__answer p{max-width:620px;color:var(--faq-text);margin:0;font-size:.77rem;line-height:1.65}.faq-item--wide .faq-item__answer p{max-width:850px}.faq-item__links{flex-wrap:wrap;align-items:center;gap:8px 17px;margin-top:12px;display:flex}.faq-item__links a{color:var(--faq-blue-dark);align-items:center;gap:6px;font-size:.68rem;font-weight:800;text-decoration:none;display:inline-flex}.faq-item__links a:hover{color:var(--faq-blue);text-underline-offset:3px;text-decoration:underline}.faq-item__links a svg{transition:transform .18s}.faq-item__links a:hover svg{transform:translate(3px)}.faq-item__links .faq-item__secondary-link{color:#708899}.faq-item__links a:focus-visible{outline-offset:3px;border-radius:5px;outline:3px solid #badff6}.faq__cta{background:linear-gradient(100deg,#eaf6ff,#f8fcff);border:1px solid #cfe5f3;border-radius:13px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:22px;padding:17px 18px;display:grid}.faq__cta-icon{width:44px;height:44px;color:var(--faq-blue);background:#fff;border:1px solid #cfe5f3;border-radius:9px;place-items:center;display:grid}.faq__cta-copy{flex-direction:column;min-width:0;display:flex}.faq__cta-copy strong{color:var(--faq-navy);font-size:.82rem;font-weight:800}.faq__cta-copy span{color:var(--faq-text);margin-top:3px;font-size:.68rem;line-height:1.45}.faq__cta-link{background:var(--faq-blue);border:1px solid var(--faq-blue);color:#fff;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 16px;font-size:.72rem;font-weight:800;text-decoration:none;transition:background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 9px 22px #278bd224}.faq__cta-link:hover{background:var(--faq-blue-dark);border-color:var(--faq-blue-dark);box-shadow:0 12px 27px #278bd233}.faq__cta-link:focus-visible{outline-offset:3px;outline:3px solid #add9f5}@media (width<=760px){.faq{padding:48px 0}.faq__header{text-align:left;max-width:650px;margin-bottom:28px}.faq__eyebrow{justify-content:flex-start}.faq__title span{display:inline}.faq__description{margin-inline:0}.faq__grid{grid-template-columns:1fr}.faq-item--wide{grid-column:auto}.faq__cta{grid-template-columns:44px minmax(0,1fr)}.faq__cta-link{grid-column:1/-1;width:100%}}@media (width<=520px){.faq{padding:40px 0 42px}.faq__title{font-size:clamp(2.3rem,10vw,3rem)}.faq__description{font-size:.84rem}.faq-item__question{grid-template-columns:30px minmax(0,1fr) 32px;gap:9px;min-height:72px;padding:11px 12px}.faq-item__number{width:28px;height:28px;font-size:.54rem}.faq-item__question-text{font-size:.84rem}.faq-item__toggle{width:32px;height:32px}.faq-item__answer{padding:0 44px 17px 51px}.faq-item__answer p{font-size:.73rem;line-height:1.62}.faq-item__links{flex-direction:column;align-items:flex-start;gap:7px}.faq__cta{grid-template-columns:40px minmax(0,1fr);padding:14px}.faq__cta-icon{width:40px;height:40px}.faq__cta-copy strong{font-size:.77rem}.faq__cta-copy span{font-size:.64rem}}@media (width<=370px){.faq-item__answer{padding-left:15px;padding-right:15px}.faq-item__question{grid-template-columns:28px minmax(0,1fr) 30px}}@media (prefers-reduced-motion:reduce){.faq-item,.faq-item__toggle,.faq-item__toggle svg,.faq-item__links a svg,.faq__cta-link{transition:none}}.hero{--hero-blue:#278bd2;--hero-blue-dark:#176fae;--hero-blue-soft:#eaf6ff;--hero-blue-lighter:#f5fbff;--hero-navy:#17364d;--hero-text:#597286;--hero-border:#dcebf5;--hero-yellow:#f5c966;font-family:var(--font-family-base);background:linear-gradient(#f7fbff 0%,#fff 75%);padding:clamp(58px,6vw,84px) 0 clamp(38px,4.5vw,60px);position:relative;overflow:hidden}.hero__grid-decoration{pointer-events:none;background-image:linear-gradient(#278bd20a 1px,#0000 1px),linear-gradient(90deg,#278bd20a 1px,#0000 1px);background-size:34px 34px;width:48%;height:100%;position:absolute;top:0;right:0;mask-image:linear-gradient(270deg,#000000b3,#0000)}.hero__container{z-index:1;position:relative}.hero__intro{grid-template-columns:minmax(0,1.2fr) minmax(310px,.65fr);align-items:end;gap:clamp(50px,7vw,110px);display:grid}.hero__heading{max-width:760px}.hero__eyebrow{color:var(--hero-blue-dark);letter-spacing:.055em;text-transform:uppercase;align-items:center;gap:9px;margin:0 0 19px;font-size:.72rem;font-weight:800;display:inline-flex}.hero__eyebrow-mark{background:var(--hero-blue);border-radius:2px;width:26px;height:3px;display:block}.hero__title{max-width:760px;color:var(--hero-navy);letter-spacing:-.06em;text-wrap:balance;margin:0;font-size:clamp(3.25rem,5vw,5.35rem);font-weight:820;line-height:.98}.hero__title span{color:var(--hero-blue);display:block}.hero__title em{color:var(--hero-navy);margin-top:7px;font-style:normal;display:inline-block;position:relative}.hero__title em:after{z-index:-1;content:"";background:#f5c96666;border-radius:3px;height:13px;position:absolute;bottom:3px;left:-5px;right:-8px;transform:rotate(-1deg)}.hero__summary{max-width:430px;padding-bottom:5px}.hero__description{color:var(--hero-text);margin:0;font-size:clamp(.98rem,1.15vw,1.08rem);line-height:1.72}.hero__actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:25px;display:flex}.hero__button{border-radius:9px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-size:.84rem;font-weight:780;line-height:1;text-decoration:none;transition:background-color .18s,border-color .18s,box-shadow .18s,color .18s;display:inline-flex}.hero__button--primary{background:var(--hero-blue);border:1px solid var(--hero-blue);color:#fff;gap:8px;box-shadow:0 11px 25px #278bd22e}.hero__button--primary:hover{background:var(--hero-blue-dark);border-color:var(--hero-blue-dark);box-shadow:0 14px 30px #278bd23b}.hero__button--secondary{border:1px solid var(--hero-border);color:var(--hero-navy);background:#fff}.hero__button--secondary:hover{background:var(--hero-blue-lighter);color:var(--hero-blue-dark);border-color:#bcdff5}.hero__button:focus-visible{outline-offset:3px;outline:3px solid #b9e0fb}.shipping-route{border:1px solid var(--hero-border);color:inherit;background:#fff;border-radius:18px;margin-top:clamp(48px,5vw,68px);text-decoration:none;transition:border-color .18s,box-shadow .18s;display:block;position:relative;overflow:hidden;box-shadow:0 24px 60px #28577717,0 5px 18px #2857770d}.shipping-route:before{content:"";background:linear-gradient(#278bd2,#71bdec);width:5px;position:absolute;top:0;bottom:0;left:0}.shipping-route__header{border-bottom:1px solid var(--hero-border);justify-content:space-between;align-items:center;gap:20px;padding:20px 26px 18px 30px;display:flex}.shipping-route__heading{flex-wrap:wrap;align-items:center;gap:9px 18px;display:flex}.shipping-route__heading strong{color:var(--hero-navy);font-size:.95rem;font-weight:800}.shipping-route__status{color:#597286;letter-spacing:.035em;text-transform:uppercase;align-items:center;gap:6px;font-size:.65rem;font-weight:750;display:inline-flex}.shipping-route__status span{background:#47b986;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #47b9861a}.shipping-route__available{background:var(--hero-blue-soft);color:var(--hero-blue-dark);border-radius:6px;padding:6px 10px;font-size:.63rem;font-weight:750}.shipping-route__body{grid-template-columns:minmax(190px,.75fr) minmax(250px,1.5fr) minmax(190px,.75fr);align-items:center;gap:clamp(25px,4vw,60px);padding:33px 48px;display:grid}.shipping-route__location{align-items:center;gap:13px;display:flex}.shipping-route__location-icon{background:var(--hero-blue-soft);width:48px;height:48px;color:var(--hero-blue);border:1px solid #cbe6f8;border-radius:11px;flex-shrink:0;place-items:center;display:grid}.shipping-route__location-icon--destination{color:#bc8520;background:#fff8e8;border-color:#f3dfad}.shipping-route__label{color:#8295a5;text-transform:uppercase;margin-bottom:4px;font-size:.62rem;font-weight:700;display:block}.shipping-route__location strong{color:var(--hero-navy);font-size:.93rem;font-weight:800;display:block}.shipping-route__location small{color:#8193a1;margin-top:3px;font-size:.65rem;display:block}.shipping-route__journey{align-items:center;gap:8px;width:100%;display:flex}.shipping-route__line{border-top:1px dashed #acd3ed;flex:1;height:1px}.shipping-route__truck{background:var(--hero-blue);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid;box-shadow:0 8px 20px #278bd233}.shipping-route__footer{border-top:1px solid var(--hero-border);background:#f8fbfd;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px;padding:16px 24px 16px 30px;display:grid}.shipping-route__package{align-items:center;gap:10px;display:flex}.shipping-route__package-icon{border:1px solid var(--hero-border);width:37px;height:37px;color:var(--hero-blue);background:#fff;border-radius:8px;place-items:center;display:grid}.shipping-route__package div{flex-direction:column;display:flex}.shipping-route__package span{color:#8295a5;font-size:.61rem}.shipping-route__package strong{color:var(--hero-navy);margin-top:2px;font-size:.76rem;font-weight:800}.shipping-route__message{color:#718797;text-align:center;font-size:.69rem}.shipping-route__action{background:var(--hero-blue);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:0 15px;font-size:.72rem;font-weight:800;display:inline-flex}.shipping-route:hover{border-color:#b9ddf3;box-shadow:0 28px 68px #2857771f,0 7px 20px #28577712}.shipping-route:hover .shipping-route__action{background:var(--hero-blue-dark)}.shipping-route:focus-visible{outline-offset:5px;outline:3px solid #a9d7f5}.hero__benefits{border-top:1px solid var(--hero-border);grid-template-columns:repeat(3,1fr);margin:24px 0 0;padding:0;list-style:none;display:grid}.hero__benefit{color:#637c8f;align-items:center;gap:10px;min-height:58px;padding:0 22px;font-size:.72rem;font-weight:650;display:flex}.hero__benefit:first-child{padding-left:0}.hero__benefit+.hero__benefit{border-left:1px solid var(--hero-border)}.hero__benefit-number{color:var(--hero-blue);letter-spacing:.06em;font-size:.61rem;font-weight:850}@media (width<=1000px){.hero__intro{grid-template-columns:minmax(0,1fr) minmax(290px,.62fr);gap:40px}.hero__title{font-size:clamp(3rem,5.5vw,4.4rem)}.shipping-route__body{grid-template-columns:minmax(170px,.8fr) minmax(190px,1.2fr) minmax(170px,.8fr);gap:24px;padding-inline:32px}}@media (width<=760px){.hero{padding:48px 0 40px}.hero__intro{grid-template-columns:1fr;gap:25px}.hero__heading,.hero__summary{max-width:650px}.hero__title{font-size:clamp(2.8rem,9vw,4rem)}.hero__summary{padding:0}.shipping-route{margin-top:40px}.shipping-route__body{grid-template-columns:1fr;gap:19px;padding:26px 28px}.shipping-route__journey{width:calc(100% - 22px);margin-left:22px;transform:rotate(90deg)}.shipping-route__footer{grid-template-columns:auto 1fr;gap:17px}.shipping-route__message{display:none}.shipping-route__action{justify-self:end}.hero__benefits{grid-template-columns:1fr;padding-top:8px}.hero__benefit{min-height:44px;padding:0}.hero__benefit+.hero__benefit{border-left:0}}@media (width<=520px){.hero{padding:40px 0 34px}.hero__grid-decoration{opacity:.55;width:100%}.hero__eyebrow{margin-bottom:16px;font-size:.66rem}.hero__title{letter-spacing:-.055em;font-size:clamp(2.55rem,12vw,3.35rem);line-height:1.01}.hero__title em:after{height:10px}.hero__description{font-size:.92rem;line-height:1.65}.hero__actions{flex-direction:column;align-items:stretch;margin-top:22px}.hero__button{width:100%;min-height:48px}.shipping-route{border-radius:14px;margin-top:34px}.shipping-route__header{flex-direction:column;align-items:flex-start;gap:9px;padding:18px 18px 15px 22px}.shipping-route__heading{flex-direction:column;align-items:flex-start;gap:6px}.shipping-route__available{align-self:flex-start}.shipping-route__body{padding:23px 20px 23px 24px}.shipping-route__location-icon{width:43px;height:43px}.shipping-route__footer{grid-template-columns:1fr auto;padding:14px 15px 14px 20px}.shipping-route__action{min-height:38px;padding-inline:13px}.hero__benefits{margin-top:18px}}@media (width<=370px){.hero__title{font-size:2.4rem}.shipping-route__footer{gap:10px}.shipping-route__action{padding-inline:10px}}@media (prefers-reduced-motion:reduce){.hero__button,.shipping-route{transition:none}}.how-it-works{--process-blue:#278bd2;--process-blue-dark:#176fae;--process-blue-soft:#eaf6ff;--process-navy:#17364d;--process-text:#60788b;--process-border:#dae9f3;--process-yellow:#f5c966;font-family:var(--font-family-base);background:#f5f9fc;border-top:1px solid #e2edf4;padding:clamp(54px,5vw,72px) 0;position:relative;overflow:hidden}.how-it-works:before{content:"";pointer-events:none;background:#278bd20a;border-radius:50%;width:360px;height:360px;position:absolute;top:0;left:-160px}.how-it-works__container{z-index:1;grid-template-columns:minmax(270px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(55px,7vw,105px);display:grid;position:relative}.how-it-works__intro{position:sticky;top:110px}.how-it-works__intro-content{max-width:450px}.how-it-works__eyebrow{color:var(--process-blue-dark);letter-spacing:.065em;text-transform:uppercase;align-items:center;gap:9px;margin:0 0 12px;font-size:.7rem;font-weight:800;display:inline-flex}.how-it-works__eyebrow span{background:var(--process-blue);border-radius:2px;width:25px;height:3px;display:block}.how-it-works__title{max-width:440px;color:var(--process-navy);letter-spacing:-.055em;text-wrap:balance;margin:0;font-size:clamp(2.35rem,3.6vw,3.55rem);font-weight:820;line-height:1.03}.how-it-works__description{max-width:425px;color:var(--process-text);margin:19px 0 0;font-size:.9rem;line-height:1.68}.how-it-works__summary{border:1px solid var(--process-border);background:#fff;border-radius:11px;align-items:flex-start;gap:11px;max-width:425px;margin-top:25px;padding:14px 15px;display:flex;box-shadow:0 7px 22px #305b770d}.how-it-works__summary-icon{color:#ae7815;background:#fff8e8;border:1px solid #f3dfad;border-radius:8px;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.how-it-works__summary p{color:var(--process-text);margin:0;font-size:.72rem;line-height:1.55}.how-it-works__highlights{flex-direction:column;align-items:flex-start;gap:8px;margin:21px 0 0;padding:0;list-style:none;display:flex}.how-it-works__highlights li{color:#526e82;align-items:center;gap:7px;font-size:.7rem;font-weight:700;display:inline-flex}.how-it-works__highlights li>span{background:var(--process-blue-soft);width:18px;height:18px;color:var(--process-blue);border-radius:50%;place-items:center;display:grid}.how-it-works__steps{margin:0;padding:0;list-style:none}.how-it-works__step{grid-template-columns:54px minmax(0,1fr);gap:20px;min-height:155px;display:grid;position:relative}.how-it-works__rail{flex-direction:column;align-items:center;display:flex;position:relative}.how-it-works__number{z-index:2;width:48px;height:48px;color:var(--process-blue);letter-spacing:.07em;background:#fff;border:1px solid #bcdff5;border-radius:50%;flex-shrink:0;place-items:center;font-size:.67rem;font-weight:850;display:grid;position:relative;box-shadow:0 8px 22px #278bd214}.how-it-works__line{background:linear-gradient(#badcf2,#dcebf4);width:1px;position:absolute;top:47px;bottom:-1px;left:50%;transform:translate(-50%)}.how-it-works__step:last-child .how-it-works__line{display:none}.how-it-works__step-content{background:#fffc;border:1px solid #0000;border-radius:14px;grid-template-columns:52px minmax(0,1fr) 38px;align-items:center;gap:17px;min-height:124px;margin-bottom:20px;padding:19px 20px;transition:background-color .18s,border-color .18s,box-shadow .18s;display:grid;position:relative}.how-it-works__step-content:hover{border-color:var(--process-border);background:#fff;box-shadow:0 15px 36px #2a546f12}.how-it-works__icon{background:var(--process-blue-soft);width:50px;height:50px;color:var(--process-blue);border:1px solid #cde7f8;border-radius:10px;flex-shrink:0;place-items:center;display:grid}.how-it-works__step:nth-child(2) .how-it-works__icon{color:#b57c15;background:#fff8e8;border-color:#f2dfb1}.how-it-works__step:nth-child(3) .how-it-works__icon{color:#31986d;background:#edf8f4;border-color:#cce9dc}.how-it-works__step-copy{min-width:0}.how-it-works__step-label{color:var(--process-blue);letter-spacing:.075em;text-transform:uppercase;margin-bottom:5px;font-size:.58rem;font-weight:800;display:block}.how-it-works__step-title{color:var(--process-navy);letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:800;line-height:1.32}.how-it-works__step-description{max-width:600px;color:var(--process-text);margin:6px 0 0;font-size:.77rem;line-height:1.58}.how-it-works__arrow{border:1px solid var(--process-border);color:#83a6bd;border-radius:50%;place-items:center;width:36px;height:36px;transition:background-color .18s,border-color .18s,color .18s;display:grid}.how-it-works__step-content:hover .how-it-works__arrow{background:var(--process-blue);border-color:var(--process-blue);color:#fff}@media (width<=960px){.how-it-works__container{grid-template-columns:minmax(240px,.67fr) minmax(0,1.33fr);gap:42px}.how-it-works__title{font-size:clamp(2.15rem,4vw,3rem)}.how-it-works__step{grid-template-columns:48px minmax(0,1fr);gap:15px}.how-it-works__number{width:44px;height:44px}.how-it-works__step-content{grid-template-columns:46px minmax(0,1fr) 34px;gap:14px;padding:17px}.how-it-works__icon{width:46px;height:46px}}@media (width<=760px){.how-it-works{padding:44px 0 48px}.how-it-works__container{grid-template-columns:1fr;gap:35px}.how-it-works__intro{position:static}.how-it-works__intro-content{max-width:650px}.how-it-works__title{max-width:590px;font-size:clamp(2.35rem,8vw,3.2rem)}.how-it-works__description,.how-it-works__summary{max-width:620px}.how-it-works__highlights{flex-flow:wrap;gap:8px 18px}.how-it-works__step{min-height:145px}}@media (width<=520px){.how-it-works{padding:38px 0 42px}.how-it-works__title{font-size:clamp(2.15rem,10vw,2.8rem)}.how-it-works__description{font-size:.84rem}.how-it-works__summary{margin-top:20px;padding:12px}.how-it-works__highlights{flex-direction:column;align-items:flex-start}.how-it-works__step{grid-template-columns:38px minmax(0,1fr);gap:11px;min-height:170px}.how-it-works__number{width:36px;height:36px;font-size:.58rem}.how-it-works__line{top:35px}.how-it-works__step-content{grid-template-columns:42px minmax(0,1fr);gap:12px;min-height:0;margin-bottom:16px;padding:15px}.how-it-works__icon{align-self:start;width:42px;height:42px}.how-it-works__icon svg{width:21px;height:21px}.how-it-works__step-copy{align-self:center}.how-it-works__step-title{font-size:.94rem}.how-it-works__step-description{font-size:.73rem}.how-it-works__arrow{display:none}}@media (width<=370px){.how-it-works__step{grid-template-columns:34px minmax(0,1fr);gap:9px}.how-it-works__number{width:32px;height:32px}.how-it-works__line{top:31px}.how-it-works__step-content{padding:13px}}@media (prefers-reduced-motion:reduce){.how-it-works__step-content,.how-it-works__arrow{transition:none}}.solutions{--solutions-blue:#278bd2;--solutions-blue-dark:#176fae;--solutions-blue-soft:#eaf6ff;--solutions-navy:#17364d;--solutions-text:#60788b;--solutions-border:#dceaf3;font-family:var(--font-family-base);background:linear-gradient(#fff 0%,#f7fbfe 100%);border-top:1px solid #e3eef5;padding:clamp(58px,5.5vw,78px) 0;position:relative;overflow:hidden}.solutions:before{content:"";pointer-events:none;border:1px solid #278bd212;border-radius:50%;width:480px;height:480px;position:absolute;top:-220px;right:-160px}.solutions:after{content:"";pointer-events:none;background:#278bd208;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-230px;right:8%}.solutions__container{z-index:1;position:relative}.solutions__header{grid-template-columns:minmax(0,1.1fr) minmax(320px,.7fr);align-items:end;gap:clamp(45px,7vw,100px);margin-bottom:clamp(34px,4vw,48px);display:grid}.solutions__heading{max-width:650px}.solutions__eyebrow{color:var(--solutions-blue-dark);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:9px;margin:0 0 11px;font-size:.7rem;font-weight:800;display:inline-flex}.solutions__eyebrow span{background:var(--solutions-blue);border-radius:2px;width:25px;height:3px;display:block}.solutions__title{color:var(--solutions-navy);letter-spacing:-.058em;text-wrap:balance;margin:0;font-size:clamp(2.55rem,4vw,4rem);font-weight:820;line-height:1.02}.solutions__title span{color:var(--solutions-blue);display:block}.solutions__header-copy{max-width:460px}.solutions__description{color:var(--solutions-text);margin:0;font-size:.9rem;line-height:1.7}.solutions__categories{flex-wrap:wrap;align-items:center;gap:7px;margin:18px 0 0;padding:0;list-style:none;display:flex}.solutions__categories li{border:1px solid var(--solutions-border);color:#647f92;background:#f1f7fb;border-radius:6px;padding:6px 10px;font-size:.63rem;font-weight:700}.solutions__grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;display:grid}.solution-card:first-child{grid-column:span 7}.solution-card:nth-child(2),.solution-card:nth-child(3){grid-column:span 5}.solution-card:nth-child(4){grid-column:span 7}.solution-card{border:1px solid var(--solutions-border);background:#fff;border-radius:17px;flex-direction:column;min-height:275px;padding:25px;transition:border-color .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 9px 28px #274f690a}.solution-card:after{content:"";opacity:.055;pointer-events:none;border:1px solid;border-radius:50%;width:170px;height:170px;position:absolute;bottom:-70px;right:-55px}.solution-card:hover,.solution-card:focus-within{border-color:#b8dcef;box-shadow:0 20px 48px #274f6917}.solution-card--shipping{color:#278bd2;background:linear-gradient(145deg,#f3faff,#fff)}.solution-card--payments{color:#b78423;background:linear-gradient(145deg,#fffaf0,#fff)}.solution-card--inventory{color:#31986d;background:linear-gradient(145deg,#f3fbf7,#fff)}.solution-card--operations{color:#6671b7;background:linear-gradient(145deg,#f7f7fd,#fff)}.solution-card__top{z-index:1;justify-content:space-between;align-items:flex-start;gap:20px;display:flex;position:relative}.solution-card__identity{align-items:center;gap:12px;display:flex}.solution-card__icon{color:currentColor;background:#ffffffc7;border:1px solid #2d63851a;border-radius:12px;flex-shrink:0;place-items:center;width:52px;height:52px;display:grid;box-shadow:0 8px 20px #2a526b0f}.solution-card__number{color:currentColor;letter-spacing:.09em;font-size:.62rem;font-weight:850}.solution-card__badge{color:#57788e;letter-spacing:.05em;text-transform:uppercase;background:#fff;border:1px solid #cde5f5;border-radius:6px;align-items:center;gap:6px;padding:6px 9px;font-size:.52rem;font-weight:750;display:inline-flex}.solution-card__badge>span{background:#3a9ddb;border-radius:50%;width:6px;height:6px}.solution-card__content{z-index:1;max-width:590px;margin-top:24px;position:relative}.solution-card__title{color:var(--solutions-navy);letter-spacing:-.04em;margin:0;font-size:clamp(1.45rem,2vw,1.85rem);font-weight:820;line-height:1.1}.solution-card__description{max-width:590px;color:var(--solutions-text);margin:10px 0 0;font-size:.8rem;line-height:1.62}.solution-card__bottom{z-index:1;justify-content:space-between;align-items:flex-end;gap:25px;margin-top:auto;padding-top:24px;display:flex;position:relative}.solution-card__features{flex-wrap:wrap;align-items:center;gap:7px 15px;margin:0;padding:0;list-style:none;display:flex}.solution-card__features li{color:#597487;align-items:center;gap:6px;font-size:.67rem;font-weight:700;display:inline-flex}.solution-card__features li>span{color:currentColor;background:#fffc;border:1px solid #46697f1a;border-radius:50%;place-items:center;width:17px;height:17px;display:grid}.solution-card__link{color:var(--solutions-navy);flex-shrink:0;align-items:center;gap:9px;font-size:.68rem;font-weight:800;text-decoration:none;display:inline-flex}.solution-card__link-label{white-space:nowrap}.solution-card__arrow{background:var(--solutions-navy);color:#fff;border-radius:9px;place-items:center;width:38px;height:38px;transition:background-color .18s,color .18s;display:grid}.solution-card--shipping .solution-card__arrow{background:#278bd2}.solution-card--payments .solution-card__arrow{background:#b78423}.solution-card--inventory .solution-card__arrow{background:#31986d}.solution-card--operations .solution-card__arrow{background:#6671b7}.solution-card__link:hover .solution-card__arrow{background:var(--solutions-navy)}.solution-card__link:focus-visible{outline-offset:4px;border-radius:8px;outline:3px solid #badff6}@media (width<=980px){.solutions__header{grid-template-columns:minmax(0,1fr) minmax(280px,.68fr);gap:40px}.solution-card{min-height:290px;padding:22px}.solution-card__bottom{flex-direction:column;align-items:flex-start;gap:17px}.solution-card__link{align-self:flex-end}}@media (width<=760px){.solutions{padding:48px 0}.solutions__header{grid-template-columns:1fr;gap:20px;margin-bottom:30px}.solutions__heading,.solutions__header-copy{max-width:650px}.solutions__title{font-size:clamp(2.5rem,8.5vw,3.5rem)}.solutions__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.solution-card:first-child,.solution-card:nth-child(2),.solution-card:nth-child(3),.solution-card:nth-child(4){grid-column:span 1}.solution-card{min-height:290px}}@media (width<=560px){.solutions{padding:40px 0 42px}.solutions__title{font-size:clamp(2.3rem,10vw,3rem)}.solutions__description{font-size:.84rem}.solutions__grid{grid-template-columns:1fr;gap:12px}.solution-card{border-radius:14px;min-height:0;padding:19px}.solution-card__icon{width:46px;height:46px}.solution-card__icon svg{width:23px;height:23px}.solution-card__badge{padding:5px 7px;font-size:.46rem}.solution-card__content{margin-top:20px}.solution-card__title{font-size:1.4rem}.solution-card__description{font-size:.76rem}.solution-card__bottom{flex-direction:row;align-items:stretch;gap:15px;padding-top:20px}.solution-card__features{flex-direction:column;flex:1;align-items:flex-start;gap:6px}.solution-card__link{align-self:flex-end}.solution-card__link-label{display:none}.solution-card__arrow{width:40px;height:40px}}@media (width<=370px){.solution-card{padding:16px}.solution-card__top{gap:10px}.solution-card__badge{max-width:110px;line-height:1.2}.solution-card__features li{font-size:.63rem}}@media (prefers-reduced-motion:reduce){.solution-card,.solution-card__arrow{transition:none}}.compact-footer{--footer-blue:#278bd2;--footer-blue-dark:#176fae;--footer-blue-soft:#eaf6ff;--footer-navy:#17364d;--footer-text:#60788b;--footer-border:#dbeaf3;border-top:1px solid var(--footer-border);font-family:var(--font-family-base);background:linear-gradient(#f7fbfe 0%,#eef7fc 100%);position:relative;overflow:hidden}.compact-footer__accent{background:linear-gradient(90deg,#278bd2 0%,#69b9e9 48%,#f5c966 100%);width:100%;height:4px}.compact-footer__container{z-index:1;position:relative}.compact-footer__main{grid-template-columns:minmax(250px,1fr) auto auto;align-items:center;gap:clamp(28px,4vw,55px);min-height:88px;padding:17px 0;display:grid}.compact-footer__identity{min-width:0}.compact-footer__brand{width:fit-content;min-width:0;color:var(--footer-navy);align-items:center;gap:11px;text-decoration:none;display:inline-flex}.compact-footer__brand-icon{width:42px;height:42px;color:var(--footer-blue);background:#fff;border:1px solid #cde4f3;border-radius:9px;flex-shrink:0;place-items:center;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s;display:grid;box-shadow:0 7px 18px #275e820f}.compact-footer__brand:hover .compact-footer__brand-icon{background:var(--footer-blue-soft);color:var(--footer-blue-dark);border-color:#b9ddf3;box-shadow:0 9px 22px #275e821a}.compact-footer__brand-copy{flex-direction:column;min-width:0;line-height:1.12;display:flex}.compact-footer__brand-name{color:var(--footer-navy);letter-spacing:-.025em;white-space:nowrap;font-size:.93rem;font-weight:820}.compact-footer__brand-description{color:var(--footer-text);white-space:nowrap;margin-top:4px;font-size:.63rem;font-weight:550}.compact-footer__navigation ul{flex-wrap:wrap;justify-content:center;align-items:center;gap:5px;margin:0;padding:0;list-style:none;display:flex}.compact-footer__navigation li{margin:0;padding:0}.compact-footer__navigation a{color:#647f92;white-space:nowrap;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;min-height:36px;padding:0 10px;font-size:.69rem;font-weight:700;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex}.compact-footer__navigation a:hover{color:var(--footer-blue-dark);background:#ffffffb8;border-color:#d1e5f2}.compact-footer__cta{min-height:43px;color:var(--footer-blue-dark);white-space:nowrap;background:#fff;border:1px solid #c8e1f1;border-radius:9px;justify-content:center;align-items:center;gap:10px;padding:0 8px 0 15px;font-size:.73rem;font-weight:800;text-decoration:none;transition:background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 8px 20px #275e820f}.compact-footer__cta-arrow{background:var(--footer-blue);color:#fff;border-radius:7px;place-items:center;width:30px;height:30px;transition:background-color .18s,color .18s;display:grid}.compact-footer__cta:hover{background:#fff;border-color:#aed7ef;box-shadow:0 11px 26px #275e821a}.compact-footer__cta:hover .compact-footer__cta-arrow{background:var(--footer-blue-dark)}.compact-footer__bottom{min-height:43px;color:var(--footer-text);border-top:1px solid #cce2efd9;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;gap:25px;padding:10px 0 12px;display:grid}.compact-footer__bottom p{margin:0}.compact-footer__copyright{font-size:.58rem;font-weight:600}.compact-footer__legal{text-align:center;font-size:.58rem}.compact-footer__platform-link{color:var(--footer-blue-dark);white-space:nowrap;justify-self:end;align-items:center;gap:5px;font-size:.61rem;font-weight:750;text-decoration:none;transition:color .18s;display:inline-flex}.compact-footer__platform-link:hover{color:var(--footer-blue)}.compact-footer__brand:focus-visible,.compact-footer__navigation a:focus-visible,.compact-footer__cta:focus-visible,.compact-footer__platform-link:focus-visible{outline-offset:3px;border-radius:7px;outline:3px solid #b9dff7}@media (width<=920px){.compact-footer__main{grid-template-columns:minmax(220px,1fr) auto;gap:20px}.compact-footer__navigation{grid-area:2/1/auto/-1}.compact-footer__navigation ul{justify-content:flex-start}.compact-footer__bottom{grid-template-columns:minmax(200px,1fr) auto}.compact-footer__legal{display:none}}@media (width<=560px){.compact-footer__accent{height:3px}.compact-footer__main{flex-direction:column;align-items:stretch;gap:18px;min-height:0;padding:21px 0 17px;display:flex}.compact-footer__brand{width:fit-content}.compact-footer__brand-description{white-space:normal}.compact-footer__navigation{width:100%}.compact-footer__navigation ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 8px;display:grid}.compact-footer__navigation a{justify-content:flex-start;width:100%;padding-inline:9px}.compact-footer__cta{justify-content:space-between;width:100%;min-height:46px}.compact-footer__bottom{flex-direction:column;align-items:flex-start;gap:7px;min-height:0;padding:13px 0 16px;display:flex}.compact-footer__platform-link{order:1;justify-self:auto}.compact-footer__copyright{order:2}}@media (width<=380px){.compact-footer__navigation ul{grid-template-columns:1fr}.compact-footer__brand-name{font-size:.88rem}}@media (prefers-reduced-motion:reduce){.compact-footer__brand-icon,.compact-footer__navigation a,.compact-footer__cta,.compact-footer__cta-arrow,.compact-footer__platform-link{transition:none}}.site-header{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#fffffff5;border-bottom:1px solid #e4edf5;width:100%;position:sticky;top:0;box-shadow:0 6px 24px #1c3a5212}.site-header__accent{background:linear-gradient(90deg,#86c9ff 0%,#56aef2 45%,#2f8bd8 100%);width:100%;height:3px}.site-header__inner{justify-content:space-between;align-items:center;gap:28px;width:100%;min-height:72px;display:flex;position:relative}.site-header__brand{color:#18364d;flex-shrink:0;align-items:center;gap:11px;text-decoration:none;display:inline-flex}.site-header__brand-icon{color:#2789d1;background:#edf7ff;border:1px solid #cce7fa;border-radius:11px;flex-shrink:0;place-items:center;width:44px;height:44px;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s;display:grid;position:relative;box-shadow:0 7px 18px #2789d114}.site-header__brand-icon:after{content:"";background:#4ba7e7;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;bottom:-3px;right:-3px}.site-header__brand:hover .site-header__brand-icon{color:#166fae;background:#dff1ff;border-color:#a8d8f8;box-shadow:0 9px 22px #2789d121}.site-header__brand-copy{flex-direction:column;line-height:1.08;display:flex}.site-header__brand-name{color:#17344b;letter-spacing:-.025em;white-space:nowrap;font-size:.98rem;font-weight:800}.site-header__brand-description{color:#718697;letter-spacing:.02em;white-space:nowrap;margin-top:5px;font-size:.66rem;font-weight:550}.site-header__navigation{align-items:center;gap:28px;margin-left:auto;display:flex}.site-header__links{align-items:center;gap:5px;margin:0;padding:0;list-style:none;display:flex}.site-header__links li{margin:0;padding:0}.site-header__link{color:#60788c;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:0 13px;font-size:.82rem;font-weight:650;line-height:1;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex;position:relative}.site-header__link:hover{color:#197cc2;background:#f0f8fe;border-color:#dceefa}.site-header__cta{color:#fff;white-space:nowrap;background:#278bd2;border:1px solid #278bd2;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-size:.82rem;font-weight:800;line-height:1;text-decoration:none;transition:background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 24px #278bd22b}.site-header__cta:hover{background:#187bbf;border-color:#187bbf;box-shadow:0 13px 28px #278bd23b}.site-header__cta:active{background:#146da9;border-color:#146da9;box-shadow:0 7px 17px #278bd229}.site-header__brand:focus-visible,.site-header__link:focus-visible,.site-header__cta:focus-visible,.site-header__menu-button:focus-visible{outline-offset:3px;outline:3px solid #b9e0fb}.site-header__menu-button{color:#2585c9;cursor:pointer;background:#eef7fd;border:1px solid #d3eaf9;border-radius:9px;flex-shrink:0;place-items:center;width:44px;height:44px;padding:0;transition:background-color .18s,border-color .18s,color .18s;display:none}.site-header__menu-button:hover{color:#176fae;background:#dff1fc;border-color:#b7ddf5}.site-header__menu-icon{flex-direction:column;justify-content:center;align-items:center;gap:5px;width:20px;display:flex;position:relative}.site-header__menu-line{transform-origin:50%;background:currentColor;border-radius:2px;width:20px;height:2px;transition:transform .18s,opacity .18s;display:block}.site-header[data-menu-open] .site-header__menu-line:first-child{transform:translateY(7px)rotate(45deg)}.site-header[data-menu-open] .site-header__menu-line:nth-child(2){opacity:0}.site-header[data-menu-open] .site-header__menu-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=860px){.site-header__inner{gap:16px;min-height:66px}.site-header__navigation{background:#fffffffa;border:1px solid #dbeaf4;border-radius:13px;flex-direction:column;align-items:stretch;gap:10px;margin-left:0;padding:10px;display:none;position:absolute;top:calc(100% + 10px);left:0;right:0;box-shadow:0 22px 48px #20496526}.site-header[data-menu-open] .site-header__navigation{animation:.17s forwards header-menu-enter;display:flex}.site-header__links{flex-direction:column;align-items:stretch;gap:3px}.site-header__link{border-radius:8px;justify-content:flex-start;width:100%;min-height:46px;padding:0 14px}.site-header__link:hover{color:#197bc0;background:#eff8fe;border-color:#0000}.site-header__cta{width:100%;min-height:48px;margin-top:2px}.site-header__menu-button{display:grid}}@media (width<=560px){.site-header__accent{height:2px}.site-header__inner{gap:12px}.site-header__brand{gap:9px;min-width:0}.site-header__brand-icon{border-radius:9px;width:40px;height:40px}.site-header__brand-icon svg{width:21px;height:21px}.site-header__brand-copy{min-width:0}.site-header__brand-name{text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:.9rem;overflow:hidden}.site-header__brand-description{display:none}.site-header__navigation{padding:9px}.site-header__menu-button{width:42px;height:42px}}@media (width<=370px){.site-header__brand-name{max-width:145px;font-size:.84rem}.site-header__brand-icon{width:38px;height:38px}.site-header__menu-button{width:40px;height:40px}}@keyframes header-menu-enter{0%{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.site-header__brand-icon,.site-header__link,.site-header__cta,.site-header__menu-button,.site-header__menu-line{transition:none}.site-header[data-menu-open] .site-header__navigation{animation:none}}:root{--color-primary-50:#f7f4ff;--color-primary-100:#eee8ff;--color-primary-500:#7145d6;--color-primary-600:#6034c5;--color-primary-700:#4e27a7;--color-text-primary:#211a35;--color-text-secondary:#665e78;--color-border:#e9e5f0;--color-background:#fff;--color-background-soft:#faf9fc;--color-white:#fff;--font-family-base:Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--container-max-width:1180px;--header-height:72px;--radius-small:10px;--radius-medium:16px;--radius-pill:999px;--shadow-header:0 10px 30px #28195014;--shadow-button:0 10px 22px #6034c538;--shadow-menu:0 20px 50px #28195029;--transition-fast:.18s ease}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 24px)}body{background:var(--color-background);min-width:320px;color:var(--color-text-primary);font-family:var(--font-family-base);-webkit-font-smoothing:antialiased;margin:0}body,button,input,textarea,select{font:inherit}img,svg{max-width:100%;display:block}a{color:inherit}button{border:0}.container{width:min(calc(100% - 32px), var(--container-max-width));margin-inline:auto}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
