.otto-care-lp{--otto-white: #ffffff;--otto-navy-900: #0a1f35;--otto-navy-800: #0e2c47;--otto-navy-700: #123a5a;--otto-blue-700: #0b6fa3;--otto-blue-600: #0f87c6;--otto-blue-500: #1e9bd7;--otto-blue-400: #40b0d0;--otto-blue-300: #89d5f8;--otto-blue-200: #bee6f6;--otto-blue-100: #e3f3fb;--otto-blue-50: #f1f9fd;--otto-gray-50: #f7f9fb;--otto-gray-100: #eef2f6;--otto-gray-200: #e2e8ee;--otto-gray-300: #cbd5df;--otto-gray-400: #94a3b2;--otto-gray-500: #647688;--otto-gray-600: #475569;--otto-charcoal: #2c3742;--otto-green-500: #1fa971;--otto-amber-100: #fbf0d8;--otto-amber-600: #c7860b;--otto-red-100: #fbe7e4;--otto-red-600: #c23b2f;--otto-radius-sm: 6px;--otto-radius-md: 10px;--otto-radius-lg: 14px;--otto-radius-xl: 20px;--otto-shadow-sm: 0 1px 3px rgba(14, 44, 71, .08), 0 1px 2px rgba(14, 44, 71, .04);--otto-shadow-md: 0 4px 12px rgba(14, 44, 71, .08);--otto-shadow-lg: 0 10px 28px rgba(14, 44, 71, .1);--otto-ease: cubic-bezier(.2, 0, .2, 1);color:var(--otto-charcoal);background:var(--otto-white);overflow-x:hidden}.otto-care-lp *,.otto-care-lp *:before,.otto-care-lp *:after{box-sizing:border-box}.otto-care-lp h1,.otto-care-lp h2,.otto-care-lp h3,.otto-care-lp p{margin:0}.otto-care-lp img,.otto-care-lp svg{display:block}.otto-care-lp a{text-decoration:none}.otto-container{width:min(1200px,calc(100% - 48px));margin:0 auto}.otto-section{padding:clamp(48px,6vw,80px) 0}.otto-section--ice{background:var(--otto-blue-50);border-top:1px solid var(--otto-gray-200);border-bottom:1px solid var(--otto-gray-200)}.otto-section--dark{background:var(--otto-navy-800);color:var(--otto-white)}.otto-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--otto-blue-600)}.otto-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:var(--otto-blue-100);color:var(--otto-blue-600)}.otto-heading{color:var(--otto-navy-700);font-weight:800;letter-spacing:-.02em;line-height:1.1;text-wrap:balance}.otto-heading--xl{font-size:clamp(34px,5vw,52px)}.otto-heading--lg{font-size:clamp(26px,3.5vw,34px)}.otto-heading--md{font-size:clamp(28px,3.6vw,40px)}.otto-copy{color:var(--otto-gray-500);font-size:16px;line-height:1.58;text-wrap:pretty}.otto-copy--large{font-size:clamp(16px,1.8vw,19px);line-height:1.55}.otto-section-header{max-width:720px;margin:0 auto;text-align:center}.otto-section-header .otto-heading{margin-top:12px}.otto-section-header .otto-copy{margin-top:12px;font-size:17px}.otto-grid{display:grid;gap:20px}.otto-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:18px}.otto-grid--cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.otto-grid--steps{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.otto-grid--tiers{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;align-items:stretch}.otto-grid--platform{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.otto-card{position:relative;background:var(--otto-white);border:1px solid var(--otto-gray-200);border-radius:var(--otto-radius-lg);box-shadow:var(--otto-shadow-sm);padding:26px}.otto-care-lp .otto-card.otto-card--accent{border-top:3px solid var(--otto-blue-500)}.otto-card--dark{background:#ffffff0d;border-color:#ffffff1f;color:var(--otto-white);box-shadow:none}.otto-icon{width:46px;height:46px;border-radius:var(--otto-radius-md);display:flex;align-items:center;justify-content:center;flex:none}.otto-icon--blue{background:var(--otto-blue-100);color:var(--otto-blue-600)}.otto-icon--red{background:var(--otto-red-100);color:var(--otto-red-600)}.otto-icon--amber{background:var(--otto-amber-100);color:var(--otto-amber-600)}.otto-icon--dark{background:#89d5f829;color:var(--otto-blue-300)}.otto-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:var(--otto-radius-md);border:1px solid transparent;font-size:15px;font-weight:800;line-height:1;transition:background .12s var(--otto-ease),color .12s var(--otto-ease),border-color .12s var(--otto-ease)}.otto-button--primary{background:var(--otto-blue-600);color:var(--otto-white)}.otto-button--primary:hover{background:var(--otto-blue-700);color:var(--otto-white)}.otto-button--secondary{background:var(--otto-white);border-color:var(--otto-blue-200);color:var(--otto-navy-700)}.otto-button--secondary:hover{border-color:var(--otto-blue-500);color:var(--otto-blue-700);background:var(--otto-blue-50)}.otto-metric{min-height:120px;display:flex;flex-direction:column;justify-content:center;text-align:center;background:var(--otto-white);border:1px solid var(--otto-blue-200);border-radius:var(--otto-radius-lg);padding:22px 18px;box-shadow:var(--otto-shadow-sm)}.otto-metric__value{color:var(--otto-navy-700);font-size:clamp(28px,3.4vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1}.otto-metric__label{margin-top:9px;color:var(--otto-gray-500);font-size:13px;font-weight:700;line-height:1.35}.otto-badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:800;line-height:1.4;text-transform:uppercase}.otto-badge--soft{background:var(--otto-blue-100);color:var(--otto-blue-600)}.otto-badge--solid{background:var(--otto-blue-600);color:var(--otto-white)}.otto-badge--navy{background:var(--otto-navy-700);color:var(--otto-white)}.otto-check-list{display:flex;flex-direction:column;gap:9px;margin:12px 0 0;padding:0;list-style:none}.otto-check-list li{position:relative;padding-left:27px;color:var(--otto-charcoal);font-size:14px;line-height:1.55}.otto-check-list svg{position:absolute;top:3px;left:0;color:var(--otto-blue-500)}.otto-hero{background:linear-gradient(180deg,var(--otto-blue-50),var(--otto-white));border-bottom:1px solid var(--otto-gray-200)}.otto-hero__inner{padding:clamp(40px,6vw,72px) 0;display:flex;flex-wrap:wrap;gap:48px;align-items:center}.otto-hero__content,.otto-hero__visual{flex:1 1 380px;min-width:300px}.otto-hero__content{flex-basis:440px}.otto-hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;align-items:center}.otto-hero__note{display:flex;align-items:center;gap:10px;margin-top:26px;color:var(--otto-gray-500);font-size:14px;font-weight:700}.otto-shipping-card{background:var(--otto-white);border:1px solid var(--otto-blue-200);border-radius:var(--otto-radius-xl);box-shadow:var(--otto-shadow-md);padding:26px;overflow:hidden}.otto-arrival-scene{position:relative;height:232px;margin-top:18px;overflow:hidden;border:1px solid var(--otto-blue-100);border-radius:var(--otto-radius-lg);background:radial-gradient(130% 90% at 50% 6%,var(--otto-white),var(--otto-blue-50) 72%)}.otto-arrival-scene:after{content:"";position:absolute;inset:auto 0 0;height:66px;background:linear-gradient(180deg,#1e9bd70a,#1e9bd721)}.otto-route-label{position:absolute;top:18px;left:20px;z-index:2;display:flex;align-items:center;gap:7px;padding:6px 10px;border-radius:8px;background:var(--otto-navy-700);color:var(--otto-white);font-size:11px;font-weight:800;box-shadow:var(--otto-shadow-sm);animation:otto-label 3.6s cubic-bezier(.16,1,.3,1) infinite}.month_wrapper .progress{display:inline-block;width:100%;height:8px;background:var(--otto-gray-200);border-radius:999px}.month_wrapper .bar-1{animation:18s linear 0s infinite normal none running otto-m1}.month_wrapper .bar-2{animation:18s linear 0s infinite normal none running otto-m2}.month_wrapper .bar-3{animation:18s linear 0s infinite normal none running otto-m3}.month_wrapper .bar-4{animation:18s linear 0s infinite normal none running otto-m4}.month_wrapper .bar-5{animation:18s linear 0s infinite normal none running otto-m5}.otto-ground-shadow{position:absolute;left:50%;bottom:52px;z-index:2;width:136px;height:24px;border-radius:50%;background:radial-gradient(closest-side,rgba(18,58,90,.3),transparent);animation:otto-shadow 5.5s cubic-bezier(.16,1,.3,1) infinite}.otto-parcel{position:absolute;left:50%;bottom:66px;z-index:2;transform:translate(-50%);animation:otto-drop 3.6s cubic-bezier(.16,1,.3,1) infinite}.otto-parcel__box{position:relative;width:112px;height:84px;border:1.5px solid var(--otto-blue-300);transform-style:preserve-3d;transform:rotateX(-20deg) rotateY(-27deg);background:linear-gradient(160deg,var(--otto-white),var(--otto-blue-50))}.otto-parcel__logo{height:13px;width:auto;margin:9px auto 0}.otto-parcel__label{position:absolute;left:10px;right:10px;bottom:10px;padding:6px 7px;border:1px solid var(--otto-blue-200);border-radius:5px;background:var(--otto-white)}.otto-delivered{position:absolute;top:-18px;right:-28px;display:flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:50%;background:var(--otto-green-500);color:var(--otto-white);box-shadow:var(--otto-shadow-md);z-index:2;animation:otto-check 3.6s cubic-bezier(.16,1,.3,1) infinite}.otto-progress{height:8px;overflow:hidden;border-radius:999px;background:var(--otto-gray-100)}.otto-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--otto-blue-400),var(--otto-blue-600));animation:otto-fill 5.5s var(--otto-ease) infinite}.otto-tier-card img{width:100%;height:180px;object-fit:contain;border-radius:var(--otto-radius-md);background:var(--otto-blue-50);margin-bottom:16px}.otto-tier-meta{display:flex;align-items:center;gap:10px}.otto-trust-strip{margin-top:44px}.otto-trust-item{display:flex;gap:14px;align-items:flex-start}.otto-cta__inner{display:flex;flex-wrap:wrap;gap:44px;align-items:center}.otto-cta__copy,.otto-cta__calendar{flex:1 1 360px;min-width:300px}.otto-contact-link{display:inline-flex;align-items:center;gap:12px;color:var(--otto-white);font-size:16px;font-weight:700}.otto-contact-link:hover{color:var(--otto-blue-300)}.otto-calendar{overflow:hidden;border-radius:var(--otto-radius-xl);background:var(--otto-white);color:var(--otto-charcoal);box-shadow:var(--otto-shadow-lg)}.otto-calendar__header{display:flex;align-items:center;gap:10px;padding:18px 22px;border-bottom:1px solid var(--otto-gray-100)}.otto-calendar__body{padding:22px}.otto-calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-top:12px;text-align:center}.otto-calendar__grid span{min-height:30px;padding:7px 0;border-radius:8px;color:var(--otto-gray-300);font-size:12px}.otto-calendar__grid .is-label{min-height:auto;padding:0;color:var(--otto-gray-400);font-size:10px;font-weight:800}.otto-calendar__grid .is-open{background:var(--otto-blue-100);color:var(--otto-blue-600);font-weight:800}.otto-time-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.otto-time-grid span{padding:10px;border:1px solid var(--otto-blue-300);border-radius:var(--otto-radius-sm);color:var(--otto-blue-600);font-size:13px;font-weight:800;text-align:center}.otto-home-band{background:repeating-linear-gradient(45deg,var(--otto-gray-100),var(--otto-gray-100) 12px,var(--otto-gray-50) 12px,var(--otto-gray-50) 24px);padding:0 24px;text-align:center}.otto-home-band__pill{display:inline-flex;align-items:center;gap:8px;min-height:36px;margin:0 auto;padding:8px 18px;border:1px solid var(--otto-gray-200);border-radius:999px;background:var(--otto-white);color:var(--otto-gray-500);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;transform:translateY(-1px)}.otto-home-feature{padding:clamp(30px,4vw,40px) 0;background:var(--otto-white)}.otto-home-feature__panel{display:flex;flex-wrap:wrap;align-items:center;gap:36px;padding:clamp(28px,4vw,44px);border-radius:var(--otto-radius-xl);background:linear-gradient(120deg,var(--otto-navy-800),var(--otto-navy-700));box-shadow:var(--otto-shadow-md)}.otto-home-feature__copy{flex:1 1 333px;min-width:280px;color:var(--otto-white)}.otto-home-feature__visual{flex:1 1 calc(45.2% - 18px);min-width:260px;display:flex;flex-direction:column;gap:16px}.otto-home-feature__mockup{position:relative;display:flex;align-items:center;justify-content:center;gap:16px;min-height:280px;overflow:hidden;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:var(--otto-radius-lg);background:radial-gradient(130% 100% at 50% 0%,#ffffff24,#ffffff05)}.otto-home-feature__box{position:relative;width:100%;max-width:190px;min-width:132px;aspect-ratio:1.7;flex:none;border:2px solid var(--otto-blue-300);background:linear-gradient(90deg,#f6f8fa,#eef4f8 30%,#dceaf4 70%,#c8dded);transform:skewY(10deg);margin-right:30px;border-top:unset}.otto-home-feature__box .otto-parcel__logo{margin:15px auto 0}.otto-home-feature__box .otto-feature__right{content:"";position:absolute;inset:-16% -20% 15% auto;width:19%;border:2px solid var(--otto-blue-300);border-left:0;background:linear-gradient(180deg,#9bc8e9,#76b0db 40%,#5b96c7,#447cab);transform:skewY(-45deg);border-top:unset;display:block}.otto-home-feature__box .otto-feature__top{display:block;content:"";top:-36px;right:-21px;bottom:0;left:16px;position:absolute;background:radial-gradient(130% 100% at 50% 0%,#ffffff24,#ffffff05);height:37px;transform:skew(-45deg);border:2px solid #0e87c6;z-index:2}.otto-home-feature__label{position:absolute;left:50%;top:50%;transform:translate(-50%,-25%);width:70%;padding:10px;border:1px solid var(--otto-blue-200);border-radius:7px;background:var(--otto-white);box-shadow:var(--otto-shadow-sm)}.otto-home-feature__box .otto-feature__right:before,.otto-home-feature__box .otto-feature__right:after{content:"";display:block;width:100%;max-width:calc(100% - 5px);margin:0 auto;height:10px;position:absolute;left:0;right:0;background:#b4d0e5;border-radius:3px}.otto-home-feature__box .otto-feature__right:before{top:25px}.otto-home-feature__box .otto-feature__right:after{top:40px;left:4px;max-width:calc(100% - 10px);margin-left:unset}.otto-eyebrow .otto-banner__logo{height:clamp(56px,15vw,80px);padding-right:12px;border-radius:10px}.otto-hero__content .otto-banner__logo{width:clamp(56px,15vw,100px)}.image-wrapper.default_logo_wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px}.image-wrapper.default_logo_wrapper .logo-content{display:block;width:100%;max-width:clamp(56px,20vw,150px)}.image-wrapper.default_logo_wrapper .otto-banner__logo{width:clamp(56px,15vw,80px)}.image-wrapper.default_logo_wrapper .otto-banner__content{width:100%}.otto-home-feature__box:before{content:"";position:absolute;top:0;height:50px;left:50%;transform:translate(-50%);width:32px;background:repeating-linear-gradient(45deg,transparent 0 6px,rgba(163,220,248,.35) 6px 12px,transparent 6px 12px);opacity:.85}.otto-home-feature__label strong{display:block;color:var(--otto-navy-700);font-size:12px;line-height:1.1}.otto-home-feature__label span{display:block;margin-top:3px;color:var(--otto-gray-500);font-size:9px;font-weight:700;line-height:1.25}.otto-home-feature__products{width:min(34vw,124px);min-width:104px;display:flex;flex-direction:column;gap:8px}.otto-home-feature__products img{width:100%;aspect-ratio:3 / 2;object-fit:cover;border-radius:8px;background:var(--otto-white);box-shadow:var(--otto-shadow-sm)}.otto-home-feature__metrics{display:grid;grid-template-columns:1fr 1fr;gap:16px}.otto-home-feature__metrics .otto-metric{min-height:unset;text-align:left;align-items:flex-start}.otto-home-feature__metrics .otto-metric__label{max-width:170px}.otto-care-lp .otto-copy{line-height:1.55}.otto-care-lp .otto-trust-item .otto-copy{line-height:1.5}.otto-care-lp .otto-copy strong{color:var(--otto-navy-700)}.otto-care-lp .otto-copy{color:var(--otto-gray-500)}.otto-care-lp .otto-heading{line-height:1.08}.otto-care-lp>*{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.otto-care-lp .otto-button{min-height:unset}.otto-care-lp .otto-section-header .otto-eyebrow,.otto-care-lp .otto-container>.otto-eyebrow{width:100%;justify-content:center;font-weight:700}.otto-care-lp .otto-metric{justify-content:flex-start;text-align:left;padding:24px}.otto-care-lp .otto-metric__value{color:var(--otto-blue-600)}.otto-care-lp .otto-metric__label{font-weight:400;line-height:1.6;letter-spacing:normal;margin-top:6px}.otto-care-lp .otto-section-header .otto-heading,.otto-care-lp .otto-section-header .otto-copy{margin-top:10px}.otto-care-lp .otto-section-header .otto-heading{font-size:clamp(24px,3vw,30px);font-weight:700;color:var(--otto-navy-700);line-height:1.2}.otto-care-lp .otto-section-header .otto-heading.otto-heading--lg{font-size:clamp(26px,3.5vw,34px)}.otto-care-lp .otto-section-header{line-height:1.05}.otto-care-lp .otto-card{border-top:none;padding:24px}.otto-care-lp .otto-icon{width:44px;height:44px}.otto-care-lp .otto-trust-item .otto-icon{width:42px;height:42px}.otto-care-lp .otto-grid h3{line-height:1.2;letter-spacing:-.02em}.otto-care-lp .otto-grid--cards .otto-card .otto-copy{line-height:1.58}.otto-care-lp .otto-grid--steps .otto-card .otto-copy{line-height:1.55}.otto-care-lp .otto-grid--platform .otto-card{padding:26px}.otto-care-lp .otto-cta__copy .otto-eyebrow{justify-content:start}.otto-shipping-card svg.circlesvgrecucle{animation:6s linear 0s infinite normal none running otto-spin}.otto-parcel__label>div{display:block}.otto-parcel:after{content:"";position:absolute;left:unset;right:0;top:0;width:70px;height:88px;transform:rotateX(-24deg) rotateY(-130deg) translate(-80px) translateY(23px);background:linear-gradient(#b7d8ee,#9fcae5);border:1.5px solid var(--otto-blue-300)}.otto-parcel :after{position:absolute;left:18px;top:0;width:76px;height:84px;transform:rotateY(90deg) translateZ(56px);background:linear-gradient(#b7d8ee,#9fcae5);border:1.5px solid var(--blue-300)}.otto-arrival-scene:before{content:"";position:absolute;left:20px;right:20px;bottom:64px;height:2px;background:var(--otto-blue-200);opacity:.6}@keyframes otto-spin{100% {transform: rotate(360deg)};}@keyframes otto-drop{0%{transform:translate(-50%) translateY(-135px);opacity:0}10%{opacity:1}24%,78%{transform:translate(-50%) translateY(14px);opacity:1}90%,to{transform:translate(-50%) translateY(-18px);opacity:0}}@keyframes otto-shadow{0%,8%{transform:translate(-50%) scale(.35);opacity:0}24%,78%{transform:translate(-50%) scale(1);opacity:.85}90%,to{transform:translate(-50%) scale(.9);opacity:0}}@keyframes otto-check{0%,32%{opacity:0;transform:scale(.3)}40%{opacity:1;transform:scale(1.12)}48%,80%{opacity:1;transform:scale(1)}90%,to{opacity:0}}@keyframes otto-label{0%,20%{opacity:0;transform:translateY(8px)}30%,80%{opacity:1;transform:translateY(0)}90%,to{opacity:0}}@keyframes otto-fill{0%{width:6%}79%{width:100%}80%{width:0%}to{width:0%}}@keyframes otto-m1{0%,1%{background:var(--otto-gray-200)}2%,to{background:var(--otto-blue-600)}}@keyframes otto-m2{0%,20%{background:var(--otto-gray-200)}21%,to{background:var(--otto-blue-600)}}@keyframes otto-m3{0%,40%{background:var(--otto-gray-200)}41%,to{background:var(--otto-blue-600)}}@keyframes otto-m4{0%,60%{background:var(--otto-gray-200)}61%,to{background:var(--otto-blue-600)}}@keyframes otto-m5{0%,80%{background:var(--otto-gray-200)}81%,to{background:var(--otto-blue-600)}}@media screen and (prefers-reduced-motion:reduce){.otto-care-lp *,.otto-care-lp *:before,.otto-care-lp *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}@media screen and (min-width:1201px){.otto-container{padding-inline:24px}}@media screen and (max-width:749px){.otto-home-feature__visual,.otto-home-feature__copy{flex:1 1 100%}.otto-home-feature__metrics .otto-metric__label{max-width:100%}.otto-container{width:min(100% - 32px,1200px)}.otto-card,.otto-shipping-card{padding:22px}.otto-button{width:100%}.otto-hero__inner{gap:32px}.otto-hero__note{align-items:flex-start}.otto-time-grid{grid-template-columns:1fr}.otto-home-feature__panel{gap:28px}.otto-home-feature__mockup{min-height:220px}.otto-home-feature__metrics{grid-template-columns:1fr}}@media screen and (min-width:750px)and (max-width:989px){.otto-home-feature__mockup{padding-top:60px;gap:36px;flex-direction:column}.otto-home-feature__products{flex-direction:row;width:100%;min-width:100%}.otto-home-feature__products img{width:100%;max-width:50%}}@media screen and (max-width:450px){.otto-home-feature__mockup{padding-top:60px;gap:36px;flex-direction:column}.otto-home-feature__products{flex-direction:row;width:100%;min-width:100%}.otto-home-feature__products img{width:100%;max-width:50%}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/otto-care-lp.css.map */
