:root{--primary: #7dd3fc;--primary-dim: rgba(125, 211, 252, .18);--primary-border: rgba(125, 211, 252, .35);--tertiary: #c8a0f0;--bg: #0a0e1a;--glass: rgba(15, 21, 36, .6);--glass-elevated: rgba(15, 21, 36, .75);--on-surface: #e8eef8;--on-surface-variant: #9aa8c0;--border-subtle: rgba(125, 211, 252, .1);--border-white: rgba(255, 255, 255, .1);--font: "Inter", system-ui, sans-serif;--max: 1040px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none;width:0;height:0}html{scroll-behavior:smooth}body{min-height:100%;font-family:var(--font);background:var(--bg);color:var(--on-surface);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}ol,ul{list-style:none}.ambient{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden;background:radial-gradient(ellipse 80% 55% at 15% -10%,rgba(125,211,252,.16),transparent 55%),radial-gradient(ellipse 60% 45% at 90% 10%,rgba(200,160,240,.12),transparent 50%),radial-gradient(ellipse 50% 40% at 70% 90%,rgba(125,211,252,.05),transparent 55%),var(--bg)}main{position:relative;z-index:1}.wrap{max-width:var(--max);margin:0 auto;padding:5rem 1.75rem;width:100%;box-sizing:border-box;overflow-x:clip}.section-band{box-sizing:border-box;border-top:1px solid var(--border-subtle);min-height:100vh;min-height:100dvh;display:flex;align-items:center}.eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--primary);margin-bottom:.85rem}.section-title{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:600;letter-spacing:-.02em;line-height:1.3;margin-bottom:1rem}.section-lead{font-size:1.05rem;line-height:1.65;color:var(--on-surface-variant);max-width:36rem;margin-bottom:0}.section-head{margin-bottom:2.75rem}.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.35rem;font-size:.95rem;font-weight:600;border-radius:10px}.btn-primary{color:var(--bg);background:#7dd3fcd9;border:1px solid rgba(125,211,252,.9)}.btn-primary:hover{background:#9ae0fd;box-shadow:0 0 30px #7dd3fc33}.btn-secondary{color:var(--on-surface);background:var(--glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-white)}.btn-secondary:hover{background:var(--glass-elevated);border-color:var(--primary-border)}.btn-ghost{font-weight:500;color:var(--on-surface-variant);border-bottom:1px solid transparent;padding-left:.5rem;padding-right:.5rem}.btn-ghost:hover{color:var(--primary);border-bottom-color:#7dd3fc66}.cta-group{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.glass-card{background:var(--glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-subtle);border-radius:14px}.glass-card:hover{border-color:var(--primary-border);box-shadow:0 0 30px #7dd3fc0d}.hero{box-sizing:border-box;min-height:100vh;min-height:100dvh;display:flex;align-items:center;max-width:var(--max);margin:0 auto;padding:5rem 1.75rem}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:4rem;align-items:center;width:100%}.brand-logo-hero{width:clamp(52px,9vw,72px);height:clamp(52px,9vw,72px);object-fit:contain;border-radius:14px;margin-bottom:1.35rem;opacity:1}.brand-hero{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;letter-spacing:-.03em;color:var(--primary);margin-bottom:1.5rem;opacity:1;text-shadow:0 0 40px rgba(125,211,252,.25)}.headline{font-size:clamp(1.25rem,3vw,1.7rem);font-weight:600;letter-spacing:-.02em;line-height:1.35;margin-bottom:1.75rem;opacity:1}.supporting{font-size:1.05rem;line-height:1.65;color:var(--on-surface-variant);max-width:34rem;margin-bottom:2.5rem;opacity:1}.hero .cta-group{margin-bottom:0;opacity:1}.tag{display:inline-flex;align-items:center;padding:.35rem .7rem;font-size:.78rem;font-weight:500;color:var(--on-surface-variant);background:#0f15248c;border:1px solid var(--border-subtle);border-radius:999px}.pipeline{padding:1.5rem;opacity:1}.pipeline-label{font-size:.95rem;font-weight:600;margin-bottom:.35rem}.pipeline-sub{font-size:.8rem;color:var(--primary);margin-bottom:1.35rem;display:block}.pipeline-list{display:flex;flex-direction:column;gap:.85rem}.pipeline-item{display:grid;grid-template-columns:auto 1fr;gap:.85rem;align-items:start;padding:.9rem;border-radius:10px;border:1px solid var(--border-subtle);background:#0a0e1a66}.pipeline-item.is-active{border-color:var(--primary-border);background:var(--primary-dim)}.pipeline-num{font-size:.75rem;font-weight:700;color:var(--primary);padding-top:.15rem}.pipeline-item strong{display:block;font-size:.9rem;margin-bottom:.25rem}.pipeline-item span{font-size:.8rem;color:var(--on-surface-variant);line-height:1.4}#stats .wrap{max-width:var(--max);width:100%;display:flex;flex-direction:column;justify-content:center}#stats .section-head{margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(2.25rem,5vw,3.75rem);width:100%}.stat-card{display:flex;flex-direction:column;gap:.5rem;padding:1.75rem 1.5rem;opacity:1;color:inherit}.stat-val{font-size:1.75rem;font-weight:700;color:var(--primary);letter-spacing:-.02em}.stat-lbl{font-size:.85rem;color:var(--on-surface-variant);line-height:1.4}#tentang .wrap{display:flex;align-items:center}.about-split{display:grid;grid-template-columns:1.05fr .95fr;gap:3.5rem;align-items:center;width:100%}.about-copy .section-head{margin-bottom:1.75rem;max-width:none}.about-copy .section-lead{margin-bottom:0}.about-support{display:flex;flex-direction:column;gap:1.25rem;opacity:1}.about-support .body{font-size:.98rem;line-height:1.7;color:var(--on-surface-variant)}#tentang .card-grid{display:flex;flex-direction:column;gap:1.15rem}.info-card{padding:1.5rem 1.35rem;opacity:1}.info-meta{display:inline-block;font-size:.72rem;font-weight:500;color:var(--on-surface-variant);margin-bottom:.75rem;padding:.2rem .55rem;border:1px solid var(--border-subtle);border-radius:999px}.info-card h3{font-size:1.05rem;font-weight:600;margin-bottom:.45rem}.info-card p{font-size:.9rem;color:var(--on-surface-variant);line-height:1.55}.fitur-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.fitur-item{padding:1.75rem 1.5rem;opacity:1}.fitur-item.is-main{border-color:var(--primary-border);background:#7dd3fc14}.fitur-tag{display:inline-block;font-size:.72rem;font-weight:500;color:var(--primary);margin-bottom:.75rem}.fitur-item h3{font-size:1.05rem;font-weight:600;margin-bottom:.55rem}.fitur-item p{font-size:.9rem;color:var(--on-surface-variant);line-height:1.55}.template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.65rem}.template-card{display:flex;flex-direction:column;padding:0;overflow:hidden;opacity:1;color:inherit;text-decoration:none;background:#0f1524bf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:14px;transition:border-color .2s ease,box-shadow .2s ease}.template-card:hover{border-color:#7dd3fc47;box-shadow:0 0 28px #7dd3fc0d}.template-preview{position:relative;height:9.5rem;width:100%;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden;background:#0c1220}.template-preview iframe{position:absolute;top:0;left:0;width:1280px;height:800px;border:0;pointer-events:none;transform-origin:0 0;background:#fff}.template-body{padding:1.35rem 1.3rem 1.4rem;display:flex;flex-direction:column;flex:1;gap:.45rem}.template-badge{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#7dd3fc}.template-body h3{font-size:1.1rem;font-weight:700;color:#fff;letter-spacing:-.02em}.template-body p{font-size:.9rem;line-height:1.55;color:#e8eef8b8;flex:1}.template-link{display:inline-flex;align-items:center;margin-top:.55rem;font-size:.9rem;font-weight:600;color:#7dd3fc}.template-card:hover .template-link{color:#9ae0fd}.layanan-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.langkah-list{display:flex;flex-direction:column;gap:1.15rem;margin-top:.75rem}.langkah-item{display:grid;grid-template-columns:auto 1fr;gap:1rem;opacity:1;padding:1.1rem 1.15rem;border-radius:12px;border:1px solid var(--border-subtle);background:#0f152473}.langkah-num{width:1.75rem;height:1.75rem;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--primary);background:var(--primary-dim)}.langkah-item strong{display:block;font-size:.95rem;margin-bottom:.3rem}.langkah-item span{font-size:.85rem;color:var(--on-surface-variant);line-height:1.5}.chat-preview{padding:1.5rem;opacity:1}.chat-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle)}.chat-head strong{color:var(--primary);font-size:.9rem}.chat-status{font-size:.75rem;color:#6ee7b7}.chat-body{display:flex;flex-direction:column;gap:.85rem}.chat-body p{font-size:.88rem;line-height:1.55;color:var(--on-surface-variant);padding:.85rem 1rem;border-radius:10px;background:#0a0e1a80;border:1px solid var(--border-subtle)}.ai-tags{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:2rem;opacity:1}.ai-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.ai-card{padding:1.75rem 1.5rem;opacity:1}.ai-card h3{font-size:1rem;font-weight:600;margin-bottom:.55rem}.ai-card p{font-size:.88rem;color:var(--on-surface-variant);line-height:1.55}.mulai-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.mulai-item{padding:1.75rem 1.5rem;opacity:1}.mulai-num{font-size:1.35rem;font-weight:700;color:var(--primary);display:block;margin-bottom:.85rem;letter-spacing:-.02em}.mulai-item h3{font-size:1rem;font-weight:600;margin-bottom:.55rem}.mulai-item p{font-size:.88rem;color:var(--on-surface-variant);line-height:1.55}.cta-box{padding:3rem 2.25rem;text-align:center;opacity:1;background:var(--glass-elevated);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--border-subtle);border-radius:18px;box-shadow:0 0 30px #7dd3fc0d}.cta-box .section-title{margin-bottom:1.15rem}.cta-box .section-lead{margin:0 auto 2rem}.cta-box .cta-group{justify-content:center;opacity:1}.site-footer{position:relative;z-index:1;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-top:1px solid var(--border-subtle);background:#0f152480;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.footer-brand{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--primary);flex-shrink:0}.footer-brand img{width:24px;height:24px;object-fit:contain;border-radius:6px}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem 1.1rem;flex-shrink:1;max-width:min(100%,34rem)}.footer-links a{font-size:.8rem;color:var(--on-surface-variant);white-space:nowrap}.footer-links a:hover{color:var(--primary)}.footer-copy{flex:1;font-size:.8rem;color:var(--on-surface-variant);text-align:center;margin:0;white-space:nowrap}@media(max-width:1099px){.hero-grid,.about-split,.layanan-split{grid-template-columns:1fr;gap:2.25rem}.card-grid,.fitur-grid,.ai-grid,.mulai-grid,.template-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}#tentang .card-grid{display:grid;grid-template-columns:1fr;gap:1.15rem}.hero{padding:4rem 1.5rem}.wrap{padding:3.75rem 1.5rem}.stats-grid{gap:clamp(1.75rem,4vw,2.75rem)}}@media(max-width:699px){.hero{min-height:100vh;min-height:100dvh;padding:3rem 1.25rem;padding-left:max(1.25rem,env(safe-area-inset-left));padding-right:max(1.25rem,env(safe-area-inset-right));align-items:center}.wrap{padding:2.75rem 1.25rem;padding-left:max(1.25rem,env(safe-area-inset-left));padding-right:max(1.25rem,env(safe-area-inset-right))}.section-head{margin-bottom:1.75rem}.hero-grid{gap:2rem}.stats-grid{grid-template-columns:1fr;gap:1.5rem}#stats .wrap{padding:2.75rem 1.25rem}#stats .section-head{margin-bottom:1.75rem}.stat-card{padding:1.5rem 1.25rem;gap:.5rem}.card-grid,.fitur-grid,.ai-grid,.mulai-grid,.template-grid{grid-template-columns:1fr;gap:1.35rem}.template-preview{height:8rem}.about-split{gap:1.75rem}.about-support{margin-bottom:0;gap:1rem}.layanan-split{gap:1.75rem}.langkah-list{gap:.9rem}.cta-group{flex-direction:column;align-items:stretch;gap:.85rem}.btn-primary,.btn-secondary,.btn-ghost{width:100%;text-align:center}.btn-ghost{border:1px solid var(--border-subtle);border-radius:10px}.cta-box{padding:2rem 1.25rem}.site-footer{flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center;gap:1rem;padding:1.35rem 1.25rem;padding-bottom:max(1.35rem,env(safe-area-inset-bottom));text-align:center}.footer-brand{order:1}.footer-links{order:2;display:grid;grid-template-columns:auto auto;gap:.7rem 1.5rem;justify-content:center;justify-items:center;max-width:100%;width:auto}.footer-links a{text-align:center}.footer-copy{order:3;width:100%;flex:none;white-space:normal;line-height:1.5;padding:0 .25rem}}@media(prefers-reduced-motion:reduce){[data-motion],.brand-logo-hero,.brand-hero,.headline,.supporting,.hero .cta-group,.pipeline,.stat-card,.about-support,.info-card,.fitur-item,.template-card,.langkah-item,.chat-preview,.ai-tags,.ai-card,.mulai-item,.cta-box{opacity:1!important;transform:none!important}}.pd-stack-badge{position:fixed;z-index:99999;right:12px;bottom:12px;padding:.45rem .7rem;border-radius:999px;font:600 12px Inter,system-ui,sans-serif;color:#0a0e1a;background:#7dd3fc}
