:root{--proxstep-navy: #061D33;--proxstep-dark: #031120;--proxstep-cyan: #00C8D7;--proxstep-cyan-soft: #E6FBFD;--proxstep-bg: #F5F8FA;--proxstep-surface: #FFFFFF;--proxstep-text: #111827;--proxstep-muted: #6B7280;--proxstep-border: #E5E7EB;--proxstep-sale: #F97316;--proxstep-success: #10B981;--proxstep-radius: 16px;--proxstep-radius-sm: 10px;--proxstep-radius-lg: 22px;--proxstep-shadow: 0 2px 16px rgba(6,29,51,.08);--proxstep-shadow-lg: 0 8px 32px rgba(6,29,51,.14);--proxstep-ease: .2s ease}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:var(--proxstep-text);background-color:var(--proxstep-bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:var(--proxstep-navy);font-weight:700;letter-spacing:-.02em;line-height:1.15}.proxstep-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--proxstep-radius-sm);font-size:.9375rem;font-weight:600;font-family:inherit;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:all var(--proxstep-ease);white-space:nowrap;letter-spacing:.01em;line-height:1}.proxstep-btn--primary{background:var(--proxstep-navy);color:#fff;border-color:var(--proxstep-navy)}.proxstep-btn--primary:hover{background:var(--proxstep-cyan);border-color:var(--proxstep-cyan);color:var(--proxstep-navy);transform:translateY(-1px);box-shadow:var(--proxstep-shadow)}.proxstep-btn--secondary{background:transparent;color:var(--proxstep-navy);border-color:var(--proxstep-border)}.proxstep-btn--secondary:hover{border-color:var(--proxstep-cyan);color:var(--proxstep-navy);background:var(--proxstep-cyan-soft)}.proxstep-section{padding:5rem 1.5rem}@media(max-width:749px){.proxstep-section{padding:3rem 1rem}}.proxstep-container{max-width:1280px;margin:0 auto;width:100%}.proxstep-section-header{text-align:center;margin-bottom:3rem}.proxstep-section-header h2{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.75rem}.proxstep-section-header p{color:var(--proxstep-muted);font-size:1.0625rem;max-width:600px;margin:0 auto;line-height:1.6}.proxstep-cyan-line{display:inline-block;width:48px;height:3px;background:var(--proxstep-cyan);border-radius:2px;margin-bottom:1.25rem}.proxstep-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes proxstep-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.proxstep-reveal{opacity:0}.proxstep-reveal.proxstep-visible{animation:proxstep-fade-up .5s ease forwards}@media(prefers-reduced-motion:reduce){.proxstep-reveal,.proxstep-reveal.proxstep-visible{animation:none;opacity:1;transform:none}}.proxstep-hero{background:var(--proxstep-surface);overflow:hidden;position:relative}.proxstep-hero__accent{position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--proxstep-cyan) 0%,transparent 60%)}.proxstep-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;min-height:540px;max-width:1280px;margin:0 auto;padding:5rem 1.5rem}@media(max-width:899px){.proxstep-hero__inner{grid-template-columns:1fr;text-align:center;min-height:auto;padding:3rem 1rem}}.proxstep-hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--proxstep-cyan);margin-bottom:1.25rem}.proxstep-hero__eyebrow:before{content:"";display:block;width:24px;height:2px;background:var(--proxstep-cyan);border-radius:1px}.proxstep-hero__heading{font-size:clamp(2rem,5vw,3.25rem);margin-bottom:1.25rem;line-height:1.1}.proxstep-hero__subtext{font-size:1.0625rem;color:var(--proxstep-muted);line-height:1.7;margin-bottom:2rem;max-width:480px}@media(max-width:899px){.proxstep-hero__subtext{margin-inline:auto}}.proxstep-hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:899px){.proxstep-hero__ctas{justify-content:center}}.proxstep-hero__benefits{display:flex;gap:1.5rem;margin-top:2.5rem;flex-wrap:wrap}@media(max-width:899px){.proxstep-hero__benefits{justify-content:center}}.proxstep-hero__benefit{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:var(--proxstep-muted)}.proxstep-hero__benefit:before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:var(--proxstep-cyan);flex-shrink:0}.proxstep-hero__media{border-radius:var(--proxstep-radius-lg);overflow:hidden;aspect-ratio:4/3;background:var(--proxstep-cyan-soft)}.proxstep-hero__media img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:899px){.proxstep-hero__media{aspect-ratio:16/9}}.proxstep-hero__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--proxstep-cyan-soft) 0%,#c8f0f4 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-height:320px}.proxstep-hero__placeholder-shape{position:absolute;border-radius:50%;background:#00c8d71f}.proxstep-hero__placeholder-shape--1{width:200px;height:200px;top:-60px;right:-60px}.proxstep-hero__placeholder-shape--2{width:120px;height:120px;bottom:-30px;left:-30px}.proxstep-hero__placeholder svg{position:relative;z-index:1}.proxstep-category-grid{background:var(--proxstep-bg)}.proxstep-category-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:899px){.proxstep-category-grid__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:499px){.proxstep-category-grid__grid{grid-template-columns:1fr 1fr;gap:.75rem}}.proxstep-cat-card{display:block;background:var(--proxstep-surface);border-radius:var(--proxstep-radius);overflow:hidden;border:1px solid var(--proxstep-border);box-shadow:var(--proxstep-shadow);text-decoration:none;transition:all var(--proxstep-ease);position:relative}.proxstep-cat-card:hover{transform:translateY(-4px);box-shadow:var(--proxstep-shadow-lg);border-color:var(--proxstep-cyan)}.proxstep-cat-card__img,.proxstep-cat-card__img-ph{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:var(--proxstep-cyan-soft)}.proxstep-cat-card__img-ph{display:flex;align-items:center;justify-content:center}.proxstep-cat-card__img-ph svg{color:var(--proxstep-cyan);opacity:.5}.proxstep-cat-card__badge{position:absolute;top:.75rem;right:.75rem;background:var(--proxstep-cyan);color:var(--proxstep-navy);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .625rem;border-radius:20px}.proxstep-cat-card__body{padding:1.25rem}.proxstep-cat-card__title{font-size:1rem;font-weight:700;color:var(--proxstep-navy);margin-bottom:.375rem}.proxstep-cat-card__desc{font-size:.8125rem;color:var(--proxstep-muted);line-height:1.5;margin:0 0 .875rem}.proxstep-cat-card__arrow{display:inline-flex;align-items:center;gap:.3rem;font-size:.8125rem;font-weight:600;color:var(--proxstep-cyan);transition:gap var(--proxstep-ease)}.proxstep-cat-card:hover .proxstep-cat-card__arrow{gap:.55rem}.proxstep-trust-bar{background:var(--proxstep-surface);border-top:1px solid var(--proxstep-border);border-bottom:1px solid var(--proxstep-border);padding:2.5rem 1.5rem}.proxstep-trust-bar__list{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;list-style:none;padding:0;margin:0 auto;max-width:1280px}@media(max-width:599px){.proxstep-trust-bar__list{gap:1.5rem;justify-content:flex-start}}.proxstep-trust-bar__item{display:flex;align-items:center;gap:.875rem}.proxstep-trust-bar__icon{width:40px;height:40px;border-radius:10px;background:var(--proxstep-cyan-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--proxstep-cyan)}.proxstep-trust-bar__label strong{display:block;font-size:.9375rem;font-weight:600;color:var(--proxstep-navy);line-height:1.3}.proxstep-trust-bar__label span{font-size:.8125rem;color:var(--proxstep-muted)}.proxstep-solution{background:var(--proxstep-bg)}.proxstep-solution__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:1023px){.proxstep-solution__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:499px){.proxstep-solution__grid{grid-template-columns:1fr}}.proxstep-sol-card{background:var(--proxstep-surface);border-radius:var(--proxstep-radius);padding:1.75rem;border:1px solid var(--proxstep-border);box-shadow:var(--proxstep-shadow);transition:all var(--proxstep-ease);text-decoration:none;display:block;color:inherit}.proxstep-sol-card:hover{border-color:var(--proxstep-cyan);transform:translateY(-2px);box-shadow:var(--proxstep-shadow-lg)}.proxstep-sol-card__icon{width:48px;height:48px;border-radius:12px;background:var(--proxstep-cyan-soft);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--proxstep-cyan)}.proxstep-sol-card__title{font-size:1.0625rem;font-weight:700;color:var(--proxstep-navy);margin-bottom:.5rem}.proxstep-sol-card__text{font-size:.875rem;color:var(--proxstep-muted);line-height:1.6;margin:0}.proxstep-promise{background:var(--proxstep-navy)}.proxstep-promise .proxstep-section-header h2{color:#fff}.proxstep-promise .proxstep-section-header p{color:#ffffffa6}.proxstep-promise__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:749px){.proxstep-promise__grid{grid-template-columns:1fr;gap:1.25rem}}.proxstep-promise-card{text-align:center;padding:2rem 1.5rem;background:#ffffff0a;border-radius:var(--proxstep-radius);border:1px solid rgba(255,255,255,.07)}.proxstep-promise-card__icon{width:56px;height:56px;border-radius:14px;background:#00c8d71f;border:1px solid rgba(0,200,215,.18);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--proxstep-cyan)}.proxstep-promise-card__title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem}.proxstep-promise-card__text{font-size:.875rem;color:#ffffff8c;line-height:1.6;margin:0}.proxstep-newsletter{background:var(--proxstep-cyan-soft);text-align:center}.proxstep-newsletter__inner{max-width:520px;margin:0 auto}.proxstep-newsletter__heading{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.625rem}.proxstep-newsletter__sub{color:var(--proxstep-muted);margin-bottom:2rem}.proxstep-newsletter__form{display:flex;gap:.75rem;max-width:420px;margin:0 auto}@media(max-width:499px){.proxstep-newsletter__form{flex-direction:column}}.proxstep-newsletter__input{flex:1;padding:.875rem 1.125rem;border:1.5px solid var(--proxstep-border);border-radius:var(--proxstep-radius-sm);font-size:.9375rem;font-family:inherit;background:var(--proxstep-surface);color:var(--proxstep-text);outline:none;transition:border-color var(--proxstep-ease)}.proxstep-newsletter__input:focus{border-color:var(--proxstep-cyan)}.proxstep-newsletter__input::placeholder{color:var(--proxstep-muted)}.proxstep-newsletter__note{margin-top:.875rem;font-size:.75rem;color:var(--proxstep-muted)}.proxstep-badge{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.4}.proxstep-badge--sale{background:var(--proxstep-sale);color:#fff}.proxstep-badge--new{background:var(--proxstep-cyan);color:var(--proxstep-navy)}.proxstep-badge--sold{background:var(--proxstep-muted);color:#fff}.button:not(.button--tertiary){border-radius:var(--proxstep-radius-sm)!important;background-color:var(--proxstep-navy)!important;color:#fff!important;transition:all var(--proxstep-ease)!important}.button:not(.button--tertiary):hover{background-color:var(--proxstep-cyan)!important;color:var(--proxstep-navy)!important}.card-wrapper{border-radius:var(--proxstep-radius)!important}.card{border-radius:var(--proxstep-radius)!important;box-shadow:var(--proxstep-shadow)!important;border:1px solid var(--proxstep-border)!important;transition:all var(--proxstep-ease)!important;overflow:hidden;background:var(--proxstep-surface)!important}.card:hover{box-shadow:var(--proxstep-shadow-lg)!important;transform:translateY(-3px);border-color:#00c8d74d!important}.card__media{border-radius:var(--proxstep-radius) var(--proxstep-radius) 0 0!important;overflow:hidden}.card__content{background:var(--proxstep-surface)}.announcement-bar{background-color:var(--proxstep-navy)!important}.announcement-bar__message,.announcement-bar__message a{color:#ffffffe6!important}.announcement-bar__link:hover{color:var(--proxstep-cyan)!important}.header{background-color:var(--proxstep-surface)!important;border-bottom:1px solid var(--proxstep-border)!important;transition:box-shadow var(--proxstep-ease)!important}.header.scrolled,.shopify-section-header-sticky .header[style*="position: sticky"]{box-shadow:0 2px 20px #061d3314!important}.header__menu-item:hover,.header__active-menu-item{color:var(--proxstep-cyan)!important}.header__menu-item.header__active-menu-item:after{background:var(--proxstep-cyan)!important}.footer{background-color:var(--proxstep-navy)!important;color:#ffffffbf!important}.footer__heading{color:#fff!important}.footer a{color:#ffffffa6!important;text-decoration:none;transition:color var(--proxstep-ease)}.footer a:hover{color:var(--proxstep-cyan)!important}.footer__newsletter-form .field__input{border-color:#ffffff26!important;background:#ffffff0f!important;color:#fff!important}.footer__newsletter-form .field__input::placeholder{color:#fff6!important}.footer__newsletter-form .field__input:focus{border-color:var(--proxstep-cyan)!important}.search-modal{border-radius:0 0 var(--proxstep-radius) var(--proxstep-radius)!important}.search-modal__form{max-width:680px;margin:0 auto}.predictive-search{border-radius:var(--proxstep-radius)!important;border-color:var(--proxstep-border)!important}.predictive-search__item:hover{background:var(--proxstep-cyan-soft)!important}.cart-drawer{border-radius:var(--proxstep-radius-lg) 0 0 var(--proxstep-radius-lg)!important}.cart-drawer__header{border-bottom:1px solid var(--proxstep-border)!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/proxstep.css.map */
