.home-page{width:100%}.hero{background:linear-gradient(135deg,#F4E4C1,rgba(244,228,193,.3));padding:89px 0;min-height:600px;display:flex;align-items:center;justify-content:center}@media(max-width:959px){.hero{min-height:500px;padding:55px 0}}.hero__content{text-align:center;max-width:900px;margin:0 auto}.hero__title{font-size:3.5rem!important;font-weight:800!important;margin-bottom:21px!important;line-height:1.2!important}@media(max-width:959px){.hero__title{font-size:2.5rem!important}}@media(max-width:599px){.hero__title{font-size:2rem!important}}.hero__title-highlight{color:#d4af37;position:relative}.hero__title-highlight:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:8px;background:#d4af37;opacity:.3;border-radius:4px}.hero__subtitle{color:#666;margin-bottom:55px!important;font-weight:400!important}@media(max-width:599px){.hero__subtitle{font-size:1.125rem!important}}.hero__search{margin-bottom:55px}.hero__stats{display:flex;align-items:center;justify-content:center;gap:89px;flex-wrap:wrap}@media(max-width:599px){.hero__stats{gap:34px}}.hero__stat{text-align:center;min-width:120px}.category-card{height:100%;transition:all .3s ease!important;border-radius:13px!important;cursor:pointer}.category-card:hover{transform:translateY(-8px);box-shadow:0 8px 21px rgba(212,175,55,.25)!important}