.om-home-hero{background:
  radial-gradient(circle at 78% 15%,rgba(255,255,255,.2),transparent 25%),
  linear-gradient(125deg,#0d2446 0%,#1d4fb3 58%,#2a6ce3 100%);padding:62px 18px 54px;color:#fff}
.om-home-hero__inner{max-width:1204px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);gap:36px;align-items:center}
.om-home-hero h1{font-size:clamp(2.25rem,5vw,4.4rem);letter-spacing:-.055em;line-height:1.05;margin:12px 0 18px}
.om-home-hero__copy>p:not(.hero-label){max-width:720px;font-size:1rem;line-height:1.8;color:rgba(255,255,255,.84)}
.om-hero-search{display:flex;max-width:660px;margin:24px 0 18px;background:#fff;border-radius:13px;padding:5px;box-shadow:0 16px 35px rgba(0,0,0,.18)}
.om-hero-search input{flex:1;min-width:0;border:0;padding:13px 14px;background:transparent;font:inherit;color:#17243a}
.om-hero-search input:focus{outline:0}
.om-hero-search button{border:0;border-radius:9px;background:#ef6c2c;color:#fff;font-weight:900;padding:0 25px;cursor:pointer}
.om-hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.om-home-hero .hero-cta{background:#ef6c2c;box-shadow:0 10px 24px rgba(125,45,13,.28)}
.om-hero-secondary{color:#fff;font-weight:800;font-size:.86rem}
.om-hero-secondary:hover{color:#fff;text-decoration:underline}
.om-hero-proof{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.2);border-radius:22px;padding:22px;backdrop-filter:blur(8px);display:grid;grid-template-columns:1fr;gap:8px}
.om-hero-proof>div{display:flex;align-items:baseline;justify-content:space-between;padding:10px 2px;border-bottom:1px solid rgba(255,255,255,.14)}
.om-hero-proof strong{font-size:1.7rem;letter-spacing:-.04em}
.om-hero-proof strong small{font-size:.68rem;margin-left:3px}
.om-hero-proof span{font-size:.76rem;color:rgba(255,255,255,.78)}
.om-hero-proof p{font-size:.67rem;margin:7px 0 0;color:rgba(255,255,255,.72)}
.om-home-content{max-width:1204px}
.om-home-content>section{margin:45px 0}
.om-footer-source,.om-footer-updated{font-size:.7rem;color:rgba(255,255,255,.65)}
.product-placeholder{display:grid;place-items:center;height:100%;font-size:3rem;color:#bbc2ce}
.product-detail-link{display:inline-flex;color:#2457d6;font-size:.72rem;font-weight:800;margin:2px 0 9px}
@media(max-width:820px){
  .om-home-hero{padding:44px 14px 38px}
  .om-home-hero__inner{grid-template-columns:1fr}
  .om-hero-proof{grid-template-columns:repeat(3,1fr);gap:10px}
  .om-hero-proof>div{display:block;border-bottom:0;border-right:1px solid rgba(255,255,255,.14)}
  .om-hero-proof>div:last-of-type{border-right:0}
  .om-hero-proof strong,.om-hero-proof span{display:block}
  .om-hero-proof p{grid-column:1/-1}
}
@media(max-width:520px){
  .om-home-hero h1{font-size:2.35rem}
  .om-hero-search button{padding:0 16px}
  .om-hero-proof{grid-template-columns:1fr}
  .om-hero-proof>div{display:flex;border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}
}
