.hero-section{align-items:center;background:#0a1128;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;padding:4rem 2rem}.hero-content{flex:1;max-width:50%;padding-right:2rem}.hero-title{color:#61dafb;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 6px rgba(0,0,0,.4)}.hero-subtitle{color:silver;font-size:1.25rem;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem}.btn{border-radius:4px;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:background-color .3s ease,color .3s ease}.btn-primary{background-color:#61dafb;color:#0a1128}.btn-primary:hover{background-color:#50b4db}.btn-secondary{background-color:#fff;border:1px solid #61dafb;color:#0a1128}.btn-secondary:hover{background-color:#f2f2f2}.hero-image{align-items:center;display:flex;flex:1;justify-content:center;max-width:50%}.hero-image img{border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);height:auto;max-width:100%}@media (max-width:768px){.hero-section{flex-direction:column;text-align:center}.hero-content{max-width:100%;padding-right:0}.hero-image{margin-top:2rem;max-width:100%}}