*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a0c;--bg-card: #141418;--bg-elevated: #1c1c22;--text: #f0efe8;--text-muted: #8a8a96;--green: #4dda52;--yellow: #e8c840;--orange: #e8812a;--red: #e84c4c;--cyan: #40d8d0;--blue: #4a7ef7;--purple: #9050e0;--ring-gradient: conic-gradient( from 180deg, #e84c4c, #e8812a, #e8c840, #4dda52, #40d8d0, #4a7ef7, #9050e0, #e84c4c )}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Outfit,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px}a{color:inherit;text-decoration:none}.page{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}.ambient{position:fixed;top:-30%;left:50%;translate:-50% 0;width:800px;height:800px;border-radius:50%;background:conic-gradient(from 180deg,#e84c4c14,#e8812a0f,#e8c84014,#4dda521a,#40d8d014,#4a7ef70f,#9050e014,#e84c4c14);filter:blur(120px);pointer-events:none;z-index:0}.nav{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:24px 48px;max-width:1200px;margin:0 auto;width:100%}.nav-brand{display:flex;align-items:center;gap:12px}.nav-icon{width:36px;height:36px;border-radius:8px}.nav-name{font-family:"DM Serif Display",serif;font-size:1.25rem;letter-spacing:-.01em}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{font-size:.875rem;font-weight:400;color:var(--text-muted);transition:color .2s}.nav-link:hover{color:var(--text)}.hero{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:80px 24px 40px;max-width:960px;margin:0 auto}.badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:100px;background:var(--bg-elevated);border:1px solid rgba(255,255,255,.06);font-size:.8rem;font-weight:500;color:var(--text-muted);margin-bottom:32px;animation:fadeUp .8s ease both}.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green)}.hero h1{font-family:"DM Serif Display",serif;font-size:clamp(2.8rem,6vw,4.5rem);font-weight:400;line-height:1.1;letter-spacing:-.02em;margin-bottom:24px;animation:fadeUp .8s .1s ease both}.hero h1 em{font-style:italic;background:linear-gradient(135deg,var(--cyan),var(--green));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.15rem;font-weight:300;color:var(--text-muted);line-height:1.6;max-width:520px;margin-bottom:40px;animation:fadeUp .8s .2s ease both}.hero-actions{display:flex;align-items:center;gap:16px;margin-bottom:20px;animation:fadeUp .8s .3s ease both}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:12px;background:linear-gradient(135deg,var(--green),#3ac070);color:#0a0a0c;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 24px #4dda5233}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #4dda524d}.btn-primary:active{transform:translateY(0)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:12px;background:var(--bg-elevated);border:1px solid rgba(255,255,255,.08);color:var(--text);font-family:Outfit,sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s}.btn-secondary:hover{background:#ffffff14;border-color:#ffffff26}.price-note{font-size:.8rem;color:var(--text-muted);animation:fadeUp .8s .35s ease both}.showcase{position:relative;z-index:1;display:flex;justify-content:center;padding:40px 24px 0;animation:fadeUp 1s .4s ease both}.showcase-frame{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 24px 80px #00000080,0 0 0 1px #ffffff0f}.showcase-frame:before{content:"";position:absolute;inset:-2px;border-radius:22px;padding:2px;background:conic-gradient(from 180deg,#e84c4c4d,#e8812a33,#e8c8404d,#4dda5266,#40d8d04d,#4a7ef733,#9050e04d,#e84c4c4d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:1;pointer-events:none}.showcase-img{display:block;max-width:420px;width:100%;height:auto;border-radius:20px}.features{position:relative;z-index:1;padding:120px 24px 80px;max-width:960px;margin:0 auto}.features-label{text-align:center;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--cyan);margin-bottom:16px}.features h2{text-align:center;font-family:"DM Serif Display",serif;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:400;letter-spacing:-.01em;margin-bottom:64px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{padding:32px 28px;border-radius:16px;background:var(--bg-card);border:1px solid rgba(255,255,255,.04);transition:border-color .3s,transform .3s}.feature-card:hover{border-color:#ffffff1a;transform:translateY(-4px)}.feature-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:20px}.feature-icon.green{background:#4dda521f}.feature-icon.cyan{background:#40d8d01f}.feature-icon.yellow{background:#e8c8401f}.feature-icon.blue{background:#4a7ef71f}.feature-icon.orange{background:#e8812a1f}.feature-icon.purple{background:#9050e01f}.feature-card h3{font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;margin-bottom:8px}.feature-card p{font-size:.875rem;font-weight:300;color:var(--text-muted);line-height:1.6}.customize{position:relative;z-index:1;padding:80px 24px;max-width:960px;margin:0 auto}.customize h2{text-align:center;font-family:"DM Serif Display",serif;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:400;letter-spacing:-.01em;margin-bottom:64px}.customize-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.customize-screenshots{display:flex;gap:16px;justify-content:center}.customize-img{display:block;width:100%;max-width:220px;height:auto;border-radius:16px}.customize-details{display:flex;flex-direction:column;gap:24px}.customize-item{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;border-radius:12px;background:var(--bg-card);border:1px solid rgba(255,255,255,.04);transition:border-color .3s}.customize-item:hover{border-color:#ffffff1a}.customize-item-icon{font-size:1.3rem;flex-shrink:0;margin-top:2px}.customize-item h4{font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;margin-bottom:4px}.customize-item p{font-size:.825rem;font-weight:300;color:var(--text-muted);line-height:1.5}.timebar-section{position:relative;z-index:1;padding:40px 24px 100px;max-width:640px;margin:0 auto;text-align:center}.timebar-label{font-size:.85rem;color:var(--text-muted);margin-bottom:16px;font-weight:300}.timebar{height:8px;border-radius:4px;display:flex;overflow:hidden;margin-bottom:16px}.timebar span{flex:1}.timebar-legend{display:flex;justify-content:center;gap:24px}.timebar-legend-item{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--text-muted);font-weight:400}.legend-dot{width:8px;height:8px;border-radius:50%}.faq{position:relative;z-index:1;text-align:center;padding:80px 24px;max-width:800px;margin:0 auto}.faq h2{font-family:"DM Serif Display",serif;font-size:2rem;font-weight:400;margin-bottom:40px}.faq-list{display:flex;flex-direction:column;gap:12px;text-align:left;width:100%}.faq-item{width:100%;background:var(--bg-card);border:1px solid rgba(255,255,255,.04);border-radius:12px;overflow:hidden;transition:border-color .2s}.faq-item:hover,.faq-item[open]{border-color:#ffffff14}.faq-item summary{padding:18px 24px;font-size:.95rem;font-weight:500;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--text)}.faq-answer p:last-child{margin-bottom:0}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.2rem;font-weight:300;color:var(--text-muted);transition:transform .2s}.faq-item[open] summary:after{content:"-"}.faq-answer{padding:0 24px 20px;font-size:.875rem;font-weight:300;color:var(--text-muted);line-height:1.7}.faq-answer ol{margin:12px 0;padding-left:20px}.faq-answer li{margin-bottom:6px}.faq-answer p{margin-bottom:8px}.cta{position:relative;z-index:1;text-align:center;padding:80px 24px 120px}.cta-inner{max-width:560px;margin:0 auto;padding:64px 48px;border-radius:24px;background:var(--bg-card);border:1px solid rgba(255,255,255,.04);position:relative;overflow:hidden}.cta-inner:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--green),var(--cyan),transparent);opacity:.5}.cta h2{font-family:"DM Serif Display",serif;font-size:2rem;font-weight:400;margin-bottom:12px}.cta p{font-size:.95rem;font-weight:300;color:var(--text-muted);margin-bottom:32px}.cta-actions{display:flex;gap:16px;justify-content:center}.btn-download{padding:10px 24px;font-size:.85rem}.footer{position:relative;z-index:1;text-align:center;padding:24px;border-top:1px solid rgba(255,255,255,.04)}.footer p{font-size:.75rem;color:var(--text-muted);font-weight:300}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.nav{padding:20px 24px}.nav-links{display:none}.hero{padding:60px 20px 32px}.hero-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%;justify-content:center}.features-grid{grid-template-columns:1fr;gap:16px}.showcase-img{max-width:320px}.cta-inner{padding:48px 24px}.customize-grid{grid-template-columns:1fr;gap:32px}.customize-screenshots{justify-content:center}.customize-img{max-width:180px}.timebar-legend{flex-wrap:wrap;gap:12px}}
