body{background:#0f172a;color:#fff;font-family:system-ui,sans-serif;line-height:1.5;overflow-x:hidden}a{color:#38bdf8;text-decoration:none}.container{width:90%;max-width:1200px;margin:0 auto}#hero{display:flex;align-items:center;justify-content:space-between;padding:80px 20px;gap:40px;flex-wrap:wrap}#hero .text{flex:1 1 300px;min-width:280px}#hero .text h1{font-size:48px;margin-bottom:20px}#hero .text h2{font-size:24px;margin-bottom:20px}#hero .text p{font-size:18px;max-width:500px;margin-bottom:20px}#hero .text button{padding:12px 30px;font-size:16px;cursor:pointer;border:none;background:#38bdf8;color:#0f172a;border-radius:6px;transition:.3s}#hero .text button:hover{background:#0ea5e9}#hero .image{flex:1 1 300px;min-width:280px}#hero .image img{width:100%;height:auto;border-radius:10px}@media(max-width:1024px){#hero{flex-direction:column;text-align:center;padding:60px 20px}#hero .text h1{font-size:36px}#hero .text h2{font-size:22px}#hero .text p{font-size:16px;max-width:100%}#hero .text button{width:100%}}@media(max-width:768px){#hero .text h1{font-size:28px}#hero .text h2{font-size:18px}#hero .text p{font-size:14px}#hero .text button{padding:10px 20px;font-size:16px}#hero{padding:40px 10px}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden;font-family:system-ui,sans-serif;background:#0f172a;color:#fff}a{color:inherit;text-decoration:none}#root{max-width:1280px;margin:0 auto}nav{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#0f172af2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #1e293b}nav .logo{font-size:22px;font-weight:700;cursor:pointer;color:#38bdf8}nav .hamburger{font-size:26px;cursor:pointer;color:#e5e7eb}nav ul{list-style:none;display:flex;gap:28px}nav ul li{cursor:pointer;font-size:16px}@media(max-width:768px){nav ul{flex-direction:column;position:absolute;top:64px;right:0;background:#020617;padding:20px;gap:16px;border-left:1px solid #1e293b;border-bottom:1px solid #1e293b}}section#hero{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;min-height:90vh;padding:40px 20px;text-align:center}.hero-left{max-width:600px}.hero-left h1{font-size:36px;margin-bottom:10px}.hero-left h1 span{color:#38bdf8}.hero-left h2{font-size:20px;margin-bottom:14px;color:#cbd5f5}.hero-left p{font-size:14px;line-height:1.6;color:#9ca3af;margin-bottom:28px}.hero-left .buttons{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}button.primary{padding:12px 28px;background:#38bdf8;color:#020617;border:none;border-radius:6px;font-weight:600;cursor:pointer}button.secondary{padding:12px 28px;background:transparent;color:#e5e7eb;border:1px solid #38bdf8;border-radius:6px;font-weight:600;cursor:pointer}.hero-right{display:flex;justify-content:center;align-items:center}.hero-right img{width:100%;max-width:320px;border-radius:16px;border:1px solid #1e293b;box-shadow:0 10px 30px #00000059}@media(min-width:769px){section#hero{flex-wrap:nowrap;justify-content:space-between;align-items:center;text-align:left;max-width:1280px;margin:0 auto;padding:80px 40px;gap:120px}.hero-left{flex:1}.hero-right{flex:1;justify-content:flex-end}.hero-left .buttons{justify-content:flex-start}}section{padding:80px 20px;max-width:900px;margin:0 auto;text-align:center}section h2{font-size:36px;margin-bottom:28px}section p{font-size:18px;line-height:1.6;color:#9ca3af;margin-bottom:18px}footer{padding:24px;text-align:center;border-top:1px solid #1e293b;color:#9ca3af}@media(max-width:768px){.hero-left h1{font-size:28px}.hero-left h2{font-size:18px}}
