.order-hero{background:var(--bgGrey);width:100%;padding:80px 20px 20px}.order-hero-container{background:var(--white);border:1px solid var(--grey1);border-radius:16px;flex-direction:column;gap:20px;max-width:1120px;margin:auto;padding:40px;display:flex}.order-hero-top-links{color:var(--primary);text-align:left;align-items:center;gap:14px;font-size:13px;font-weight:500;display:flex}.order-hero-top-links .divider{background:var(--grey1);width:1px;height:14px}.order-hero-title{color:var(--black)}.order-hero-subtitle{color:var(--text2)}.order-hero-bottom{grid-template-columns:auto 1fr;place-items:center end;gap:20px;margin-top:10px;display:grid}.order-hero-tags{flex-wrap:wrap;gap:12px;display:flex}@media (max-width:768px){.order-hero-bottom{grid-template-columns:1fr;justify-items:stretch;gap:20px}.order-hero-bottom .order-btn-primary{justify-content:center;width:100%}.order-hero-tags{justify-content:center}}@media (max-width:425px){.order-hero{padding:50px 16px}.order-hero-container{padding:24px}.order-hero-title{font-size:28px;line-height:1.3}.order-hero-tags{flex-direction:column;align-items:stretch}.order-hero-tags .order-btn-outline{justify-content:center;width:100%}}
