@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--purple: #6C63FF;--blue: #00E0FF;--dark-bg: #0f0f1f;--light-text: #ffffff;--gray-text: #dcdcdc}*{margin:0;padding:0;box-sizing:border-box}html,body,#root,.App{height:100%;width:100%;background-color:var(--dark-bg);color:var(--light-text);font-family:Poppins,sans-serif;scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#151525}::-webkit-scrollbar-thumb{background:linear-gradient(var(--purple),var(--blue));border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(var(--blue),var(--purple))}section{opacity:0;transform:translateY(30px);animation:fadeUp 1s ease forwards}@media(max-width:768px){body{font-size:.95rem}}.hero-section{position:relative;width:100%;min-height:100vh;background:radial-gradient(circle at top right,#1a1a2e,#0f0f1f);display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;font-family:Poppins,sans-serif;padding:6rem 2rem}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:4rem;max-width:1300px;width:100%;z-index:2}.hero-text{flex:1;display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:2.8rem;line-height:1.2;font-weight:700;background:linear-gradient(90deg,#6c63ff,#00e0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 20px rgba(108,99,255,.4)}.hero-subtitle{font-size:1.1rem;color:#dcdcdc;line-height:1.6;max-width:600px}.hero-buttons{display:flex;gap:1rem;margin-top:1rem}.btn-primary,.btn-secondary{padding:.9rem 1.8rem;font-size:1rem;border-radius:2rem;border:none;cursor:pointer;transition:all .3s ease;font-weight:600;letter-spacing:.5px}.btn-primary{background:linear-gradient(90deg,#6c63ff,#00e0ff);color:#fff;box-shadow:0 0 20px #6c63ff66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #00e0ff99}.btn-secondary{background:transparent;border:1px solid #6C63FF;color:#6c63ff}.btn-secondary:hover{background:#6c63ff1a;color:#00e0ff;border-color:#00e0ff}.hero-visual{flex:1;position:relative;display:flex;align-items:center;justify-content:center}.hero-video{width:100%;max-width:600px;border-radius:1.5rem;box-shadow:0 0 40px #6c63ff4d;object-fit:cover;z-index:1}.video-overlay{position:absolute;inset:0;border-radius:1.5rem;background:radial-gradient(circle at top left,#6c63ff33,#00e0ff1a);mix-blend-mode:screen}.hero-glow{position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(108,99,255,.5),transparent 70%);filter:blur(100px);z-index:0}@media(max-width:992px){.hero-content{flex-direction:column;text-align:center;gap:3rem}.hero-text{align-items:center}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem}.hero-video{max-width:500px}}@media(max-width:600px){.hero-title{font-size:1.9rem}.hero-video{max-width:100%}.hero-buttons{flex-direction:column;width:100%;align-items:center}.btn-primary,.btn-secondary{width:80%}}.apaitu-section{position:relative;width:100%;min-height:90vh;background:linear-gradient(180deg,#0f0f1f,#15152b);color:#fff;display:flex;align-items:center;justify-content:center;padding:6rem 2rem;overflow:hidden;z-index:1;opacity:0;transform:translateY(40px);animation:fadeUp 1.2s ease forwards}.apaitu-container{display:flex;align-items:center;justify-content:space-between;gap:4rem;max-width:1200px;width:100%}.apaitu-text{flex:1;display:flex;flex-direction:column;gap:1.2rem}.apaitu-title{font-size:2.4rem;font-weight:700;background:linear-gradient(90deg,#6c63ff,#00e0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 25px rgba(108,99,255,.3)}.apaitu-desc{font-size:1.1rem;color:#dcdcdc;line-height:1.6;max-width:580px}.apaitu-visual{flex:1;position:relative;display:flex;justify-content:center;align-items:center}.apaitu-video{width:100%;max-width:560px;border-radius:1.2rem;box-shadow:0 0 40px #6c63ff40;object-fit:cover;z-index:2;transition:box-shadow .4s ease}.apaitu-video:hover{box-shadow:0 0 50px #6c63ff66}.video-glow{position:absolute;inset:0;border-radius:1.2rem;background:radial-gradient(circle at center,#6c63ff40,#00e0ff26);mix-blend-mode:screen;z-index:1}.apaitu-bg-glow{position:absolute;bottom:-150px;left:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(0,224,255,.4),transparent 70%);filter:blur(120px);z-index:0}@media(max-width:992px){.apaitu-container{flex-direction:column;text-align:center;gap:3rem}.apaitu-title{font-size:2rem}.apaitu-desc{font-size:1rem;max-width:100%}.apaitu-video{max-width:480px}}@media(max-width:600px){.apaitu-title{font-size:1.8rem}.apaitu-video{max-width:100%}}.fitur-section{position:relative;width:100%;min-height:100vh;background:linear-gradient(180deg,#15152b,#0f0f1f);color:#fff;padding:6rem 2rem;display:flex;flex-direction:column;align-items:center;overflow:hidden;z-index:1}.fitur-header{text-align:center;max-width:800px;margin-bottom:4rem}.fitur-title{font-size:2.4rem;font-weight:700;background:linear-gradient(90deg,#6c63ff,#00e0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 25px rgba(108,99,255,.4)}.fitur-subtitle{color:#dcdcdc;font-size:1.1rem;line-height:1.6;margin-top:1rem}.fitur-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;width:100%;max-width:1200px;z-index:2}.fitur-card{background:#ffffff0d;border:1px solid rgba(108,99,255,.2);border-radius:1.2rem;padding:2rem 1.5rem;text-align:center;box-shadow:0 0 25px #6c63ff26;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fitur-card:hover{border-color:#00e0ff66;box-shadow:0 0 40px #00e0ff40;background:#ffffff14}.fitur-icon{font-size:2.8rem;margin-bottom:1rem;text-shadow:0 0 20px rgba(108,99,255,.4)}.fitur-card-title{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:.7rem}.fitur-card-desc{font-size:1rem;color:#ccc;line-height:1.5}.fitur-bg-glow{position:absolute;top:-100px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(108,99,255,.4),transparent 70%);filter:blur(120px);z-index:0}.fitur-section{opacity:0;transform:translateY(40px);animation:fadeUp 1s ease forwards}@media(max-width:768px){.fitur-title{font-size:2rem}.fitur-subtitle{font-size:1rem}.fitur-card{padding:1.8rem 1.2rem}.fitur-icon{font-size:2.4rem}}.manfaat-section{position:relative;width:100%;min-height:90vh;background:linear-gradient(180deg,#0f0f1f,#15152b);color:#fff;display:flex;justify-content:center;align-items:center;padding:6rem 2rem;overflow:hidden}.manfaat-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;width:100%;gap:4rem;z-index:2}.manfaat-text{flex:1;display:flex;flex-direction:column;gap:1.5rem}.manfaat-title{font-size:2.3rem;font-weight:700;background:linear-gradient(90deg,#6c63ff,#00e0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 25px rgba(108,99,255,.3)}.manfaat-list{list-style:none;font-size:1.1rem;color:#dcdcdc;display:flex;flex-direction:column;gap:.8rem;line-height:1.6}.manfaat-chart{flex:1;display:flex;flex-direction:column;gap:1.5rem;max-width:500px}.bar-wrapper{display:flex;flex-direction:column;gap:.4rem}.bar-label{font-size:1rem;color:#cfcfcf;margin-left:4px}.bar-bg{background:#ffffff1a;height:20px;border-radius:10px;overflow:hidden;box-shadow:inset 0 0 10px #6c63ff33}.bar-fill{height:100%;border-radius:10px;box-shadow:0 0 20px #6c63ff66}.bar-value{font-size:.9rem;color:#00e0ff;text-align:right;margin-top:2px}.manfaat-bg-glow{position:absolute;top:50%;left:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(0,224,255,.3),transparent 70%);filter:blur(120px);transform:translateY(-50%);z-index:0}.manfaat-section{opacity:0;transform:translateY(40px);animation:fadeUp 1s ease forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:992px){.manfaat-container{flex-direction:column;text-align:center;gap:3rem}.manfaat-title{font-size:2rem}.manfaat-chart{max-width:100%}}@media(max-width:600px){.manfaat-title{font-size:1.7rem}.bar-bg{height:16px}.bar-value{font-size:.85rem}}.demo-section{width:100%;padding:6rem 2rem;background:linear-gradient(180deg,#15152b,#0f0f1f);display:flex;justify-content:center}.demo-container{max-width:800px;text-align:center}.demo-title{font-size:2rem;font-weight:700;color:#6c63ff;margin-bottom:.5rem}.demo-subtitle{color:#555;font-size:1.1rem;margin-bottom:2rem}.chat-box{background:linear-gradient(180deg,#bebeff,#bdbdff);border-radius:16px;box-shadow:0 0 20px #6c63ff26;padding:1.5rem;height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;scrollbar-width:thin}.chat-bubble{max-width:75%;padding:.75rem 1rem;border-radius:18px;font-size:.95rem;line-height:1.4;word-wrap:break-word}.chat-bubble.ai{align-self:flex-start;background:#6c63ff;color:#fff;box-shadow:0 2px 8px #6c63ff4d}.chat-bubble.user{align-self:flex-end;background:#00e0ff;color:#003340;box-shadow:0 2px 8px #00e0ff4d}.input-area{display:flex;gap:1rem;margin-top:1.5rem;justify-content:center}.input-area input{flex:1;max-width:500px;padding:.75rem 1rem;border:2px solid #6c63ff;border-radius:25px;font-size:1rem;outline:none;transition:.3s ease}.input-area input:focus{border-color:#00e0ff;box-shadow:0 0 8px #00e0ff66}.input-area button{background:linear-gradient(135deg,#6c63ff,#00e0ff);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:600;transition:.3s ease}.input-area button:hover{transform:translateY(-2px);box-shadow:0 0 12px #6c63ff66}.typing{display:flex;gap:4px;justify-content:flex-start}.dot{width:8px;height:8px;background-color:#fff;border-radius:50%;animation:blink 1.2s infinite}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.2}40%{opacity:1}}@media(max-width:600px){.chat-box{height:350px}.demo-title{font-size:1.6rem}}.harga-section{width:100%;padding:6rem 2rem;background:linear-gradient(180deg,#0f0f1f,#15152b);display:flex;justify-content:center}.harga-container{max-width:1200px;text-align:center}.harga-title{font-size:2rem;font-weight:700;color:#6c63ff;margin-bottom:.5rem}.harga-subtitle{font-size:1.1rem;color:#ccc;margin-bottom:3rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;justify-items:center;align-items:stretch}.pricing-card{background:#f9f9ff;border-radius:18px;padding:2rem;box-shadow:0 0 15px #6c63ff1a;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;max-width:340px}.pricing-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 0 25px #6c63ff40}.pricing-card.highlight{border:2px solid #6c63ff;background:linear-gradient(135deg,#f9f9ff,#f0edff);transform:scale(1.02)}.plan-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.plan-price{font-size:1.3rem;color:#333;font-weight:600;margin-bottom:.5rem}.plan-desc{font-size:.95rem;color:#666;margin-bottom:1.2rem}.plan-features{list-style:none;padding:0;margin:1rem 0;text-align:left;color:#444}.plan-features li{margin:.5rem 0}.plan-cta{background:linear-gradient(135deg,#6c63ff,#00e0ff);color:#fff;border:none;padding:.8rem 1.8rem;border-radius:25px;font-weight:600;cursor:pointer;transition:.3s ease}.plan-cta:hover{box-shadow:0 0 15px #6c63ff66;transform:translateY(-2px)}@media(max-width:1024px){.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.pricing-card{max-width:300px;padding:1.5rem}}@media(max-width:900px){.pricing-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:1rem}.pricing-card{min-width:280px;flex-shrink:0;scroll-snap-align:center}}@media(max-width:600px){.harga-title{font-size:1.7rem}.harga-subtitle{font-size:1rem}}.cta-section{position:relative;width:100%;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;background:linear-gradient(135deg,#3a0ca3,#7209b7,#4361ee);background-size:200% 200%;animation:gradientShift 8s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.cta-overlay{position:absolute;inset:0;background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cta-content{position:relative;z-index:2;text-align:center;padding:3rem 2rem;max-width:800px}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.3}.cta-button{background:#ffb703;color:#000;font-size:1.1rem;font-weight:600;padding:.9rem 2rem;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease}.cta-button:hover{background:#ffd166;transform:translateY(-3px);box-shadow:0 6px 16px #ffb70366}@media(max-width:768px){.cta-title{font-size:1.8rem}.cta-button{font-size:1rem;padding:.8rem 1.5rem}}.cta-section{opacity:1!important;transform:none!important;animation:none!important}.footer{background:#0b0b1b;color:#fff;padding:4rem 2rem 2rem;text-align:center;position:relative;overflow:hidden}.footer-container{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.footer-tagline{font-size:1.1rem;opacity:.8;font-weight:400;max-width:400px;margin:0 auto;line-height:1.4}.footer-nav{display:flex;gap:2rem;list-style:none;flex-wrap:wrap;justify-content:center;padding:0;margin:0}.footer-nav a{color:#ccc;font-weight:500;text-decoration:none;transition:color .3s ease}.footer-nav a:hover{color:#ffb703}.footer-social{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-email{color:#ffb703;text-decoration:none;font-weight:600}.footer-icons{display:flex;gap:1rem;font-size:1.6rem}.footer-icons a{color:#ccc;transition:color .3s ease,transform .3s ease}.footer-icons a:hover{color:#ffb703;transform:translateY(-3px)}.footer-bottom{margin-top:2.5rem;font-size:.9rem;color:#888;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}@media(max-width:768px){.footer-nav{gap:1.2rem}.footer-icons{font-size:1.4rem}}
