.home-hero{position:relative;min-height:680px;display:flex;align-items:center;overflow:hidden;background-color:var(--brand-primary-dark)}.home-hero__media,.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.home-hero__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-hero__overlay{background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.36))}.home-hero__content{position:relative;z-index:1;max-width:820px;text-align:center;color:var(--brand-text-inverse);background-color:var(--brand-primary-dark)}.home-hero h1{color:var(--brand-text-inverse);font-size:max(2.4rem, min(5vw, 4.8rem));font-weight:800}.home-hero p{color:rgba(255,255,255,.86);font-size:1.18rem;max-width:760px;margin:16px auto 0}.specs-section{background:var(--brand-bg)}.feature-grid,.home-product-grid,.med-partner-grid,.spec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px}.feature-grid article,.home-product-card,.spec-grid article{border:1px solid var(--brand-border);background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.home-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(13,19,23,.12)}.home-product-card__image{aspect-ratio:4/3;background:var(--brand-bg-alt)}.home-product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-product-card__body{padding:24px}.home-product-card__body span{color:var(--brand-accent);font-weight:700}.feature-section{background:var(--brand-bg-alt)}.feature-grid article{padding:28px;text-align:center}.feature-grid span{color:var(--brand-accent);font-weight:800;font-size:1.6rem}.trust-stats{padding:56px 0;background:var(--brand-primary-dark)}.trust-stats__row{display:flex;justify-content:space-between;gap:24px;text-align:center;color:var(--brand-text-inverse)}.trust-stats strong{display:block;font-size:max(2.4rem, min(5vw, 3.8rem));line-height:1}.trust-stats span{color:rgba(255,255,255,.7);font-size:.9rem;text-transform:uppercase}@media (max-width:768px){.home-hero{min-height:520px;background-color:var(--brand-primary-dark)}.trust-stats__row{flex-wrap:wrap}.trust-stats__row div{flex:0 0 calc(50% - 12px)}}