body{margin:0;font-family:Inter,sans-serif}.navbar{background-color:#eaff6a;justify-content:space-between;align-items:center;padding:20px 80px;display:flex}.navbar .logo{font-size:24px;font-weight:700}.navbar .nav-links{gap:32px;display:flex}.navbar .nav-links a{color:#000;font-size:16px;font-weight:500;text-decoration:none}.navbar .nav-links a:hover{color:#333}.hero{text-align:center;background:#eaff6a;min-height:100vh;padding:120px 80px}.hero h1{font-size:64px;font-weight:700}.subtitle{max-width:720px;margin:24px auto 80px;font-size:18px}.features{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.feature{text-align:left}.line{background:#000;width:40px;height:1px;margin-bottom:12px;display:block}.products{padding:100px 80px}.products h2{margin-bottom:40px;font-size:28px}.products-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.product-card{background:#efede8;border-radius:24px;flex-direction:column;justify-content:space-between;padding:32px;display:flex}.product-card.primary{background:#eaff6a}.product-card h4{font-size:18px;font-weight:400}.product-card h3{margin-bottom:16px;font-size:26px;font-weight:700}.product-card p{margin-bottom:40px;font-size:14px;line-height:1.6}.card-actions{flex-direction:column;gap:12px;display:flex}.read-more{cursor:pointer;background:#e1e0dc;border:none;border-radius:8px;padding:12px}.product-card.primary .read-more{background:#fff}.demo-btn{color:#fff;cursor:pointer;background:#222;border:none;border-radius:8px;padding:12px}.join{padding:100px 80px}.join-header{justify-content:space-between;align-items:center;display:flex}.join-input{gap:8px;display:flex}.join-input input{width:240px;padding:12px}.join-input button{cursor:pointer;background:#eee;border:none;padding:12px 24px}.join-content h1{max-width:900px;margin-top:80px;font-size:56px}.about{padding:120px 80px}.about-container{background:#1c1c1c;border-radius:32px;grid-template-columns:1.2fr 1fr;align-items:center;gap:80px;padding:80px;display:grid}.about-label{color:#9a9a9a;margin-bottom:16px;font-size:14px;display:block}.about-text h1{color:#eaff6a;margin-bottom:24px;font-size:64px;line-height:1.1}.about-text p{color:#e5e5e5;max-width:420px;margin-bottom:40px;font-size:16px}.about-btn{cursor:pointer;background:#eaff6a;border:none;border-radius:10px;padding:14px 20px;font-weight:500}.about-visual{justify-content:center;align-items:center;display:flex}.about-visual img{max-width:100%;height:auto}
