:root{--color-bg: #111110;--color-bg-warm: #1a1918;--color-surface: #1e1d1c;--color-text: #ede9e3;--color-text-secondary: #a39e97;--color-text-muted: #6b6560;--color-primary: #247BEC;--color-primary-dark: #247BEC;--color-accent: #247BEC;--color-accent-hover: #247BEC;--color-border: #2e2c2a;--font-sans: "DM Sans", -apple-system, sans-serif;--font-display: "Plus Jakarta Sans", "DM Sans", -apple-system, sans-serif;--shadow-sm: 0 1px 3px rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.15);--shadow-md: 0 4px 12px rgba(0,0,0,.3), 0 2px 4px rgba(0,0,0,.2);--radius-md: 10px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;overflow-x:hidden}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;height:100%;display:flex;flex-direction:column;overflow:hidden}.site-header{width:100%;background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:1rem 1.5rem;position:sticky;top:0;z-index:100}.site-header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;width:100%}.site-logo{display:flex;align-items:center;text-decoration:none}.site-logo img{height:1.25rem;width:auto}.site-nav{display:flex;align-items:center;gap:1.5rem}.site-nav a{color:var(--color-text-secondary);text-decoration:none;font-weight:500}.site-nav a:hover{color:var(--color-text)}.site-nav .btn-primary{color:#fff}@media(max-width:640px){.site-nav .nav-secondary{display:none}}.btn{display:inline-block;padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:600;text-decoration:none;transition:background .2s}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark)}.site-main{flex:1;display:flex;flex-direction:column;padding:0 1.5rem;min-height:0;min-width:0;overflow:hidden}.site-footer{width:100%;background:var(--color-surface);border-top:1px solid var(--color-border);padding:2rem 1.5rem;margin-top:auto}.site-footer-inner{max-width:1100px;width:100%;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.site-footer p{color:var(--color-text-muted);font-size:.9rem}.site-footer-nav{display:flex;gap:1.5rem}.site-footer-nav a{color:var(--color-text-secondary);text-decoration:none;font-size:.9rem}.site-footer-nav a:hover{color:var(--color-text)}.hero{text-align:center;max-width:640px;margin:0 auto 3rem}.hero h1{font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,5vw,3rem);line-height:1.2;margin-bottom:1rem}.hero p{font-size:1.125rem;color:var(--color-text-secondary);margin-bottom:2rem}.hero-home{max-width:720px;padding:2rem 0 3rem}.hero-home h1{font-size:clamp(2.25rem,6vw,3.5rem);letter-spacing:-.02em}.hero-waitlist{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1.5rem;margin:0 auto;max-width:100%;box-sizing:border-box}.hero-waitlist h1{font-size:clamp(1.75rem,3.5vw,2.75rem);letter-spacing:-.03em;margin-bottom:.75rem;max-width:100%;overflow-wrap:break-word}.hero-sub{font-size:1rem;color:var(--color-text-muted);margin-bottom:2.5rem;letter-spacing:.02em}.waitlist-form{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;max-width:min(420px,100%);width:100%}@media(max-width:480px){.waitlist-form{flex-direction:column}.waitlist-input,.waitlist-btn{width:100%}}.waitlist-input{flex:1;min-width:0;padding:.85rem 1.25rem;font-size:1rem;font-family:var(--font-sans);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none;transition:border-color .2s}.waitlist-input::placeholder{color:var(--color-text-muted)}.waitlist-input:focus{border-color:var(--color-primary)}.waitlist-btn{white-space:nowrap}.waitlist-btn:disabled{opacity:.7;cursor:not-allowed}.waitlist-message{margin-top:1rem;font-size:.95rem}.waitlist-message--success{color:var(--color-success, #4A7C59)}.waitlist-message--error{color:var(--color-source, #DC2626)}.hero-badge{display:inline-block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary);background:#247bec26;padding:.35rem .9rem;border-radius:100px;margin-bottom:1.25rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-lg{padding:.85rem 1.75rem;font-size:1rem}.btn-secondary{background:var(--color-surface);color:var(--color-text);border:2px solid var(--color-border)}.btn-secondary:hover{border-color:var(--color-text-muted)}.section{max-width:1000px;margin:0 auto;padding:3rem 0}.section-muted{background:var(--color-bg-warm);border-radius:var(--radius-md);padding:3rem 2rem}.section-header{text-align:center;max-width:600px;margin:0 auto 2.5rem}.section-header h2{font-family:var(--font-display);font-weight:800;font-size:clamp(1.5rem,3.5vw,2rem);line-height:1.25;margin-bottom:.75rem}.section-header p{color:var(--color-text-secondary);font-size:1.05rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:640px){.features-grid{grid-template-columns:1fr}}.feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.75rem;transition:box-shadow .2s}.feature-card:hover{box-shadow:var(--shadow-md)}.feature-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#247bec26;color:var(--color-primary);border-radius:10px;margin-bottom:1rem}.feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.feature-card p{color:var(--color-text-secondary);font-size:.95rem;line-height:1.55}.steps{display:flex;align-items:flex-start;justify-content:center;gap:1rem}@media(max-width:700px){.steps{flex-direction:column;align-items:center}.step-arrow{transform:rotate(90deg)}}.step{text-align:center;max-width:220px;flex:1}.step-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--color-primary);color:#fff;font-weight:700;font-size:1rem;margin-bottom:.75rem}.step h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.step p{color:var(--color-text-secondary);font-size:.9rem;line-height:1.5}.step-arrow{color:var(--color-text-muted);padding-top:.5rem;flex-shrink:0}.integrations{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.integration{display:flex;align-items:center;gap:.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem 1.25rem;font-weight:500;font-size:.95rem;color:var(--color-text)}.integration svg{color:var(--color-primary);flex-shrink:0}.cta-section{padding-bottom:1rem}.cta-card{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:3rem 2rem}.cta-card h2{font-family:var(--font-display);font-weight:800;font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.5rem}.cta-card p{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:1.05rem}.content-section{max-width:720px;margin:0 auto}.content-section h2{font-family:var(--font-display);font-size:1.5rem;margin:2rem 0 1rem}.content-section p{color:var(--color-text-secondary);margin-bottom:1rem}.blog-list{list-style:none;max-width:720px;margin:0 auto}.blog-list li{padding:1.5rem 0;border-bottom:1px solid var(--color-border)}.blog-list li:last-child{border-bottom:none}.blog-list a{color:var(--color-text);text-decoration:none;font-weight:600;font-size:1.125rem}.blog-list a:hover{color:var(--color-primary)}.blog-meta{font-size:.875rem;color:var(--color-text-muted);margin-top:.25rem}.faq-list{max-width:720px;margin:0 auto}.faq-item{padding:1.5rem 0;border-bottom:1px solid var(--color-border)}.faq-item h3{font-size:1.125rem;margin-bottom:.5rem}.faq-item p{color:var(--color-text-secondary);font-size:.95rem}
