.hero-section{background:#070F24;padding:70px 20px}.hero-container{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:60px}.hero-content{width:50%}.hero-image{width:50%;display:flex;justify-content:flex-end}.hero-image img{width:100%;max-width:420px;border-radius:50%;display:block}.hero-title{color:#fff;font-size:48px;line-height:1.2;margin-bottom:20px}.hero-title span{color:#00D4AA}.hero-description{color:#94A3B8;font-size:18px;line-height:1.8}.hero-buttons{display:flex;gap:15px;margin-top:30px}.hero-btn{padding:14px 28px;border-radius:50px;text-decoration:none}.hero-btn-primary{background:#4F8CFF;color:#fff}.hero-btn-secondary{background:#232B45;color:#fff}@media screen and (max-width:768px){.hero-container{flex-direction:column-reverse}.hero-content{width:100%;text-align:center}.hero-image{width:100%;justify-content:center}.hero-buttons{justify-content:center}.hero-title{font-size:34px}}.hero-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-badge{display:inline-flex;align-items:center;padding:8px 14px;border-radius:30px;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .08);color:#d9e3f0;font-size:14px;font-weight:600}@media(max-width:768px){.hero-badges{justify-content:center}}.hero-social{display:flex;gap:14px;margin-top:30px}.hero-social a{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .05);transition:.3s}.hero-social a:hover{transform:translateY(-5px);background:#4F8CFF}.hero-social img{width:22px;height:22px}@media (prefers-reduced-motion:reduce){.search-section__input-wrapper,.search-section__submit-btn,.search-section__popular-tag{transition:none!important}.search-section__popular-tag:hover{transform:none!important}.search-section__submit-btn:hover{transform:none!important}}