:root{--awx-dark:#171b18;--awx-green:#26372c;--awx-accent:#c46c2d;--awx-soft:#f2f3ef}
.awx-hero{min-height:520px;display:grid;place-items:center;padding:72px 20px;background:linear-gradient(120deg,rgba(13,17,14,.96),rgba(38,55,44,.88));color:#fff;text-align:center}
.awx-hero__inner{max-width:900px}.awx-hero h1{color:#fff;font-size:clamp(3.4rem,6vw,7rem);line-height:1.05;margin:.2em 0}.awx-hero p{font-size:clamp(1.7rem,2vw,2.2rem);max-width:720px;margin:0 auto 28px}
.awx-eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:1.2rem!important;font-weight:700;color:#d9a47a}
.awx-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.awx-notice{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff4e8;border:1px solid #e4b689;border-radius:8px}.awx-notice span{flex:1}.awx-notice a{font-weight:700}
.awx-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#d9ddd8;border:1px solid #d9ddd8;border-radius:10px;overflow:hidden}.awx-trust>div{background:#fff;padding:24px}.awx-trust strong,.awx-trust span{display:block}.awx-trust span{margin-top:5px;color:#5c625e;font-size:.92em}
.awx-service{padding:64px 20px;background:var(--awx-dark);color:#fff;text-align:center}.awx-service h2{color:#fff}.awx-service a:not(.btn){color:#fff}
.awx-product-help{display:grid;grid-template-columns:1fr 1fr auto;gap:24px;align-items:center;padding:24px;border-radius:10px;background:var(--awx-soft)}.awx-product-help p{margin:.4em 0 0}
.card,.product-card{height:100%}.card__media img,.product-card img{object-fit:contain}.card__title{line-height:1.35}.btn{font-weight:700}
@media(max-width:768px){.awx-hero{min-height:430px;padding:52px 20px}.awx-trust{grid-template-columns:1fr 1fr}.awx-product-help{grid-template-columns:1fr}.awx-notice{align-items:flex-start;flex-direction:column}.section{margin-top:32px;margin-bottom:32px}}
@media(max-width:480px){.awx-trust{grid-template-columns:1fr}.awx-actions .btn{width:100%}}