.astros-products{background:var(--astros-section-bg,#fff);color:#111820;padding:clamp(72px,7vw,116px) 24px}.astros-products__inner{margin:0 auto;width:min(1440px,100%)}.astros-products__header{margin-bottom:clamp(34px,4vw,54px)}.astros-products__heading{color:var(--astros-brand,#04314c);font-size:clamp(32px,3.4vw,52px);font-weight:700;letter-spacing:-.035em;line-height:1.08;margin:0}.astros-products__subheading{color:#5e6973;font-size:clamp(16px,1.3vw,20px);line-height:1.55;margin:12px 0 0}.astros-products__grid{border-left:1px solid #dce3e8;border-top:1px solid #dce3e8;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.astros-product-card{background:var(--astros-card-bg,#fff);border-bottom:1px solid #dce3e8;border-right:1px solid #dce3e8;min-width:0}.astros-product-card__link{color:inherit;display:flex;flex-direction:column;min-height:100%;text-decoration:none;transition:background-color .22s ease}.astros-product-card__media{background:var(--astros-media-bg,#f5f7fa);display:grid;min-height:clamp(240px,22vw,360px);overflow:hidden;place-items:center}.astros-product-card__image{display:block;max-height:280px;object-fit:contain;transition:transform .35s cubic-bezier(.2,.65,.3,1);width:min(78%,320px)}.astros-product-card__body{background:var(--astros-card-bg,#fff);padding:26px 28px 30px}.astros-product-card__title-row{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.astros-product-card__title{color:var(--astros-brand,#04314c);font-size:clamp(20px,1.5vw,25px);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0}.astros-product-card__arrow{align-items:center;color:var(--astros-brand,#04314c);display:inline-flex;flex:0 0 auto;font-size:20px;height:30px;justify-content:center;line-height:1;transition:transform .22s ease;width:30px}.astros-product-card__description{color:#5e6973;font-size:16px;line-height:1.5;margin:10px 0 0}.astros-product-card__placeholder{aspect-ratio:1;border:1px dashed #cbd5dc;width:42%}@media (hover:hover){.astros-product-card__link:hover{background:#fafbfc}.astros-product-card__link:hover .astros-product-card__image{transform:scale(1.035)}.astros-product-card__link:hover .astros-product-card__arrow{transform:translate(3px,-3px)}}.astros-product-card__link:focus-visible{outline:2px solid var(--astros-brand,#04314c);outline-offset:-2px}@media (max-width:1024px){.astros-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.astros-product-card__media{min-height:300px}}@media (max-width:640px){.astros-products{padding:60px 20px}.astros-products__grid{grid-template-columns:1fr}.astros-product-card__media{min-height:260px}.astros-product-card__body{padding:22px 22px 26px}}@media (prefers-reduced-motion:reduce){.astros-product-card__arrow,.astros-product-card__image,.astros-product-card__link{transition:none}}