.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;box-shadow:0 0 40px rgb(79 140 255 / .15);border:3px solid rgb(79 140 255 / .2)}.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;font-weight:600;transition:all 0.3s ease;display:inline-block}.hero-btn-primary{background:#4F8CFF;color:#fff}.hero-btn-primary:hover{background:#3a70dd;transform:translateY(-3px);box-shadow:0 10px 30px rgb(79 140 255 / .3)}.hero-btn-secondary{background:#232B45;color:#fff}.hero-btn-secondary:hover{background:#2f3a5c;transform:translateY(-3px)}.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}.hero-social{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}.hero-social a{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .08);transition:all 0.3s ease;border:1px solid rgb(255 255 255 / .06);color:#fff}.hero-social a:hover{transform:translateY(-5px);background:#4F8CFF;box-shadow:0 8px 25px rgb(79 140 255 / .3);border-color:#4F8CFF;color:#fff}.hero-social svg{width:22px;height:22px;fill:#fff;stroke:#fff}@media screen and (min-width:769px){.hero-container{flex-direction:row}.hero-content{width:50%;text-align:left}.hero-image{width:50%;justify-content:flex-end}.hero-buttons{justify-content:flex-start}.hero-badges{justify-content:flex-start}.hero-social{justify-content:flex-start}}@media screen and (max-width:768px){.hero-container{flex-direction:column-reverse;gap:40px}.hero-content{width:100%;text-align:center}.hero-image{width:100%;justify-content:center}.hero-image img{max-width:280px}.hero-buttons{justify-content:center;flex-wrap:wrap}.hero-title{font-size:34px}.hero-badges{justify-content:center}.hero-social{justify-content:center}}@media screen and (max-width:480px){.hero-title{font-size:28px}.hero-btn{padding:12px 20px;font-size:14px;width:100%;text-align:center}.hero-buttons{flex-direction:column;align-items:stretch}.hero-image img{max-width:220px}}