@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cyan: #00d4ff;--purple: #a855f7;--bg: #020509;--bg2: #060d14;--text: #e2e8f0;--muted: #64748b;--font-body: "Inter", sans-serif;--font-display: "Manrope", sans-serif}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:1rem;line-height:1.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.creon-wrap{min-height:100vh;background:var(--bg)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.2rem 2rem;display:flex;align-items:center;height:72px;overflow:hidden;justify-content:space-between;background:#020509d9;backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,212,255,.08)}.nav-logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-display);font-weight:800;font-size:1.5rem;background-clip:text}.nav-logo-img{width:120px;object-fit:cover;border-radius:10px;overflow:hidden;display:block}.nav-cta{padding:.5rem 1.25rem;border:1px solid var(--cyan);border-radius:8px;color:var(--cyan);font-size:.875rem;font-weight:500;cursor:pointer;background:transparent;transition:background .2s,color .2s;text-decoration:none}.nav-cta:hover{background:var(--cyan);color:#020509}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:7rem 4rem 5rem;position:relative;overflow:hidden;max-width:1300px;margin:0 auto}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;width:100%;position:relative;z-index:1}@media(max-width:900px){.hero{padding:7rem 2rem 4rem}.hero-inner{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-right{display:flex;flex-direction:column;align-items:center}}.hero-glow{position:fixed;top:10%;left:30%;width:700px;height:700px;background:radial-gradient(ellipse,rgba(0,212,255,.05) 0%,rgba(168,85,247,.03) 40%,transparent 70%);pointer-events:none}.hero-grid{position:absolute;inset:-100px;background-image:linear-gradient(rgba(0,212,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,212,255,.025) 1px,transparent 1px);background-size:64px 64px;pointer-events:none}.hero-left{display:flex;flex-direction:column;align-items:center;gap:0}.hero-logo{width:140px;height:140px;object-fit:contain;margin-bottom:2rem;opacity:.88;animation:logoPulse 4s ease-in-out infinite}@keyframes logoPulse{0%,to{opacity:.82;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border:1px solid rgba(0,212,255,.28);border-radius:100px;font-size:.72rem;font-family:var(--font-body);font-weight:500;color:var(--cyan);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.75rem;background:#00d4ff0f}.hero-title{font-family:var(--font-display);font-size:3.75rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem;color:#f1f5f9}@media(max-width:1100px){.hero-title{font-size:3rem}}@media(max-width:600px){.hero-title{font-size:2.4rem}}.hero-right{display:flex;flex-direction:column;gap:0}.hero-right-label{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--purple);margin-bottom:1.25rem}.hero-sub{font-family:var(--font-body);font-size:1.05rem;color:#94a3b8;line-height:1.85;margin-bottom:2.25rem;font-weight:400}.hero-sub strong{color:#cbd5e1;font-weight:500}.hero-divider{width:100%;height:1px;background:linear-gradient(90deg,rgba(0,212,255,.2),rgba(168,85,247,.15),transparent);margin-bottom:2.25rem}.hero-footnote{margin-top:1rem;font-size:.8rem;color:#334155;letter-spacing:.04em;font-family:var(--font-body)}.grad-text{background:linear-gradient(135deg,#00d4ff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.2rem;color:#94a3b8;max-width:600px;line-height:1.8;margin-bottom:3rem;font-weight:400}.waitlist-form{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;width:100%;max-width:500px;margin:0 auto}.waitlist-input{flex:1;min-width:220px;padding:.9rem 1.25rem;background:#ffffff0a;border:1px solid rgba(0,212,255,.2);border-radius:10px;color:#fff;font-size:.95rem;font-family:DM Sans,sans-serif;outline:none;transition:border-color .2s}.waitlist-input:focus{border-color:var(--cyan)}.waitlist-input::placeholder{color:#475569}.waitlist-btn{padding:.9rem 1.75rem;background:linear-gradient(135deg,#00d4ff,#a855f7);border:none;border-radius:10px;color:#020509;font-weight:700;font-size:.95rem;font-family:Syne,sans-serif;cursor:pointer;white-space:nowrap;transition:opacity .2s,transform .2s}.waitlist-btn:hover{opacity:.9;transform:translateY(-1px)}.success-msg{padding:1rem 2rem;background:#00d4ff14;border:1px solid rgba(0,212,255,.3);border-radius:10px;color:var(--cyan);font-size:1rem}section{padding:6rem 1.5rem;max-width:1200px;margin:0 auto}.section-label{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--cyan);margin-bottom:1.25rem;font-weight:500}.section-title{font-family:var(--font-display);font-size:2.75rem;font-weight:800;line-height:1.18;letter-spacing:-.025em;margin-bottom:1.5rem}@media(max-width:900px){.section-title{font-size:2.1rem}}@media(max-width:600px){.section-title{font-size:1.7rem}}.section-desc{color:#94a3b8;font-size:1.1rem;line-height:1.85;max-width:620px;font-weight:400}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem}.stat-card:hover{transform:translateY(-4px)!important;border-color:#00d4ff59!important}.problems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}@media(max-width:1050px){.problems-grid{grid-template-columns:1fr;max-width:640px}}.problem-card{background:#0a0e16cc;border:1px solid rgba(255,255,255,.07);border-radius:20px;overflow:hidden;transition:border-color .3s,transform .3s;display:flex;flex-direction:column}.problem-card:hover{transform:translateY(-5px);border-color:#ffffff24}.problem-card-header{padding:1.75rem 1.75rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.problem-card-number{font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.15em;color:#334155;margin-bottom:1rem}.problem-card-icon-title{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.problem-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;flex-shrink:0;padding:8px}.problem-title{font-family:var(--font-display);font-weight:800;font-size:1.1rem;line-height:1.3;color:#f1f5f9}.problem-examples{font-size:.8rem;color:#475569;letter-spacing:.02em;margin-bottom:1rem;font-family:var(--font-body)}.problem-verdict{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .85rem;border-radius:100px;font-size:.75rem;font-weight:700;letter-spacing:.04em;font-family:var(--font-body)}.problem-card-body{padding:1.5rem 1.75rem;flex:1;display:flex;flex-direction:column;gap:1.25rem}.problem-pro{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:.9rem 1rem}.problem-pro-label{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#22c55e;margin-bottom:.3rem}.problem-pro-text{font-size:.92rem;color:#cbd5e1;font-weight:500;line-height:1.5}.problem-pro-note{font-size:.8rem;color:#475569;margin-top:.2rem;line-height:1.5}.problem-cons-label{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ef4444;margin-bottom:.6rem}.problem-issues{list-style:none;display:flex;flex-direction:column;gap:.4rem}.problem-issues li{color:#94a3b8;font-size:.9rem;line-height:1.55;display:flex;align-items:flex-start;gap:.6rem;padding:.3rem 0}.problem-issues li:before{content:"✕";color:#ef4444;font-size:.72rem;flex-shrink:0;margin-top:3px;font-weight:700}.problem-summary{font-size:.88rem;color:#64748b;line-height:1.65;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.05);font-style:italic}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem}.feature-card{background:#00d4ff08;border:1px solid rgba(0,212,255,.1);border-radius:16px;padding:1.75rem;transition:border-color .3s,background .3s,transform .3s}.feature-card:hover{border-color:#00d4ff4d;background:#00d4ff0f;transform:translateY(-4px)}.feature-icon{display:flex;align-items:center;justify-content:flex-start;width:40px;height:40px;background:#00d4ff0f;border:1px solid rgba(0,212,255,.12);border-radius:10px;margin-bottom:1.25rem;padding:8px}.feature-title{font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:var(--cyan);margin-bottom:.6rem;line-height:1.4}.feature-desc{color:#94a3b8;font-size:1rem;line-height:1.75}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}@media(max-width:700px){.two-col{grid-template-columns:1fr}}.list-box{border-radius:16px;padding:2rem}.list-box.yes{background:#00d4ff0a;border:1px solid rgba(0,212,255,.15)}.list-box.no{background:#a855f70a;border:1px solid rgba(168,85,247,.15)}.list-box-title{font-family:var(--font-display);font-weight:800;font-size:1.15rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;line-height:1.4}.list-item{display:flex;align-items:flex-start;gap:.85rem;padding:.85rem 0;border-bottom:1px solid rgba(255,255,255,.05);color:#cbd5e1;font-size:1rem;line-height:1.65}.list-item:last-child{border-bottom:none}.list-item-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;margin-top:1px}.cta-section{text-align:center;padding:6rem 1.5rem 8rem;position:relative;overflow:hidden}.cta-glow{position:absolute;bottom:-200px;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(ellipse,rgba(168,85,247,.12) 0%,transparent 70%);pointer-events:none}.cta-title{font-family:var(--font-display);font-size:3.25rem;font-weight:800;line-height:1.15;letter-spacing:-.025em;margin-bottom:1.5rem;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width:900px){.cta-title{font-size:2.4rem}}@media(max-width:600px){.cta-title{font-size:1.9rem}}.cta-sub{color:#94a3b8;font-size:1.1rem;margin-bottom:3rem;line-height:1.75}.divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(0,212,255,.2),rgba(168,85,247,.2),transparent);margin:0 auto;max-width:1200px}footer{text-align:center;padding:2.5rem;color:#334155;font-size:.9rem;line-height:1.6}@media(max-width:600px){html{font-size:16px}.hero{padding:7rem 1.25rem 3rem}section{padding:4rem 1.25rem}.waitlist-form{flex-direction:column}.waitlist-input,.waitlist-btn{width:100%}}
