:root{--st-ink:#101828;--st-muted:#667085;--st-line:#e4e7ec;--st-soft:#f7f9fc;--st-blue:#1d8fe1;--st-dark:#172033}.st-container{width:min(1240px,calc(100% - 32px));margin-inline:auto}.st-section{padding:clamp(56px,8vw,104px) 0}.st-eyebrow{margin:0 0 12px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--st-blue)}.st-heading{margin:0;color:var(--st-ink);font-size:clamp(32px,5vw,62px);line-height:1.04;letter-spacing:-.04em}.st-lead{max-width:720px;margin:20px 0 0;color:var(--st-muted);font-size:clamp(16px,2vw,20px);line-height:1.65}.st-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-weight:700;text-decoration:none;transition:.2s ease}.st-button--primary{background:var(--st-dark);color:#fff}.st-button--primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #1720332e}.st-button--secondary{border-color:#ffffffa6;color:#fff;background:#ffffff14}.st-button--secondary:hover{background:#ffffff29}.st-hero{position:relative;display:grid;align-items:end;min-height:clamp(620px,88vh,920px);overflow:hidden;background:linear-gradient(135deg,#182234,#0b1220);color:#fff}.st-hero__media,.st-hero__media:after{position:absolute;top:0;right:0;bottom:0;left:0}.st-hero__media img,.st-hero__media video{width:100%;height:100%;object-fit:cover}.st-hero__media:after{content:"";background:linear-gradient(90deg,#080f1cd1,#080f1c66 55%,#080f1c1f)}.st-hero__content{position:relative;z-index:1;padding:clamp(110px,15vw,180px) 0 clamp(72px,10vw,120px)}.st-hero .st-eyebrow{color:#9ed6ff}.st-hero .st-heading{max-width:900px;color:#fff}.st-hero .st-lead{color:#ffffffc7}.st-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.st-trust{border-block:1px solid var(--st-line);background:#fff}.st-trust__grid{display:grid;grid-template-columns:repeat(4,1fr)}.st-trust__item{padding:28px 24px;text-align:center;border-right:1px solid var(--st-line)}.st-trust__item:last-child{border-right:0}.st-trust__value{display:block;color:var(--st-ink);font-size:20px;font-weight:800}.st-trust__label{display:block;margin-top:4px;color:var(--st-muted);font-size:13px}.st-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:42px}.st-card{padding:30px;border:1px solid var(--st-line);border-radius:24px;background:#fff;box-shadow:0 8px 28px #1018280d}.st-card__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#eaf6ff;color:var(--st-blue);font-size:22px}.st-card h3{margin:20px 0 10px;font-size:21px;color:var(--st-ink)}.st-card p{margin:0;color:var(--st-muted);line-height:1.65}.st-products{background:var(--st-soft)}.st-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:40px}.st-product-card{overflow:hidden;border:1px solid var(--st-line);border-radius:22px;background:#fff}.st-product-card__media{display:block;aspect-ratio:1/1;background:#fff;overflow:hidden}.st-product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.st-product-card:hover img{transform:scale(1.035)}.st-product-card__body{padding:20px}.st-product-card__title{margin:0 0 8px;font-size:18px;color:var(--st-ink)}.st-product-card__price{font-weight:800;color:var(--st-ink)}.st-technology{background:var(--st-dark);color:#fff}.st-technology .st-heading{color:#fff}.st-technology .st-lead{color:#ffffffad}.st-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}.st-step{padding:30px;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:#ffffff0d}.st-step__number{font-size:13px;font-weight:800;letter-spacing:.12em;color:#9ed6ff}.st-step h3{margin:18px 0 10px;font-size:22px;color:#fff}.st-step p{margin:0;color:#ffffffab;line-height:1.65}.st-faq{background:#fff}.st-faq__list{max-width:900px;margin:40px auto 0;border-top:1px solid var(--st-line)}.st-faq details{border-bottom:1px solid var(--st-line)}.st-faq summary{display:flex;justify-content:space-between;gap:24px;padding:24px 0;cursor:pointer;list-style:none;font-size:18px;font-weight:700;color:var(--st-ink)}.st-faq summary::-webkit-details-marker{display:none}.st-faq summary:after{content:"+";font-size:24px;color:var(--st-blue)}.st-faq details[open] summary:after{content:"\2212"}.st-faq__answer{padding:0 0 24px;color:var(--st-muted);line-height:1.7}.st-faq__answer p{margin:0}@media(max-width:989px){.st-trust__grid{grid-template-columns:repeat(2,1fr)}.st-trust__item:nth-child(2){border-right:0}.st-trust__item:nth-child(-n+2){border-bottom:1px solid var(--st-line)}.st-cards,.st-steps{grid-template-columns:1fr 1fr}.st-products__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.st-container{width:min(100% - 24px,1240px)}.st-hero{min-height:680px}.st-hero__media:after{background:linear-gradient(0deg,#080f1ce6,#080f1c3d 75%)}.st-hero__actions{flex-direction:column;align-items:stretch}.st-cards,.st-steps{grid-template-columns:1fr}.st-products__grid{grid-template-columns:1fr 1fr;gap:12px}.st-product-card__body{padding:15px}.st-trust__item{padding:22px 12px}.st-trust__value{font-size:17px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/sternal-air-ion.css.map */
