*{margin:0;padding:0;box-sizing:border-box}body{background:#d9ff00}.hero{display:flex;align-items:center;justify-content:space-between;min-height:100vh;padding:60px 8%}.hero-text{width:50%}.hero-text h1{font-size:56px;font-weight:900;color:#000;margin-bottom:25px;text-transform:uppercase}.hero-text p{font-size:18px;line-height:1.6;color:#1a1a1a;margin-bottom:40px;max-width:500px}.buttons{display:flex;gap:20px}.btn-primary{background:#4A4A4A;color:#fff;padding:15px 35px;border-radius:8px;text-decoration:none;font-weight:700;transition:.3s;text-transform:uppercase}.btn-primary:hover{background:#333333}.hero-image{width:45%;display:flex;justify-content:center}.hero-image img{width:100%;max-width:500px;border-radius:20px;box-shadow:0 20px 40px #0003}@media (max-width: 900px){.hero{flex-direction:column;text-align:center}.hero-text,.hero-image{width:100%}.hero-text{margin-bottom:40px}.buttons{justify-content:center}}
