*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#121212;font-family:Arial,sans-serif}.app{background:#121212;min-height:100vh}.header{background:#1e1e1e;justify-content:space-between;align-items:center;padding:20px 40px;display:flex;box-shadow:0 2px 8px #0006}.logo{width:auto;height:70px}.logo-big{width:auto;height:240px}.nav{gap:24px;display:flex}.nav a{color:#fff;font-weight:700;text-decoration:none}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:100px 20px;display:flex}.hero h1{margin-bottom:20px;font-size:3rem}.hero p{margin-bottom:30px;font-size:1.2rem}.button{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:14px 28px;font-size:1rem;font-weight:700}@media (width<=768px){.header{flex-direction:column;gap:15px;padding:20px}.logo{height:50px}.nav{text-align:center;flex-direction:column;gap:10px}.hero h1{font-size:2rem}.hero p{font-size:1rem}}
