*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:root{--primary:#6366f1;--primary-hover:#4f46e5;--surface:#1e1e2e;--surface-alt:#313244;--surface-hover:#45475a;--border:#585b70;--text:#cdd6f4;--text-muted:#a6adc8;--success:#a6e3a1;--warning:#f9e2af;--danger:#f38ba8}html{scroll-behavior:smooth}body{font-family:jetbrains mono,monospace;background:var(--surface);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(30,30,46,.8);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem;height:60px;display:flex;align-items:center;justify-content:space-between}.nav-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text);font-weight:700;font-size:1.1rem}.nav-brand .logo-sm{width:32px;height:32px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;flex-shrink:0}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.85rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.hamburger{display:none;background:0 0;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:22px;height:2px;background:var(--text);margin:5px 0;border-radius:2px;transition:transform .3s,opacity .3s}.hamburger.active span:nth-child(1){transform:translateY(7px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.section{padding:5rem 1.5rem;position:relative;z-index:1;background:var(--surface)}.section-alt{background:var(--surface-alt)}.container{max-width:1100px;margin:0 auto}.section-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:.75rem}.section-title{font-size:2rem;font-weight:700;margin-bottom:.75rem;line-height:1.2}.section-subtitle{font-size:1rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:600px}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding-top:60px;position:relative;overflow:hidden;background:0 0}.hero::before{display:none}#dot-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero-content{position:relative;z-index:1}.hero-logo{width:96px;height:96px;background:var(--primary);border-radius:20px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:3rem;color:#fff;margin:0 auto 2rem;box-shadow:0 0 60px rgba(99,102,241,.3)}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.hero .tagline{font-size:1.15rem;color:var(--text-muted);max-width:520px;margin:0 auto 2.5rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-family:jetbrains mono,monospace;font-size:.9rem;font-weight:600;border-radius:8px;text-decoration:none;cursor:pointer;border:none;transition:background .2s,border-color .2s,transform .15s}.btn:active{transform:scale(.97)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-outline{background:0 0;color:var(--text);border:1px solid var(--border)}.btn-outline:hover{border-color:var(--text-muted);background:var(--surface-hover)}.btn-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:border-color .2s,transform .2s}.section-alt .feature-card{background:var(--surface)}.section:not(.section-alt) .feature-card{background:var(--surface-alt)}.feature-card:hover{border-color:var(--primary);transform:translateY(-2px)}.feature-icon{font-size:1.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.feature-card p{font-size:.85rem;color:var(--text-muted);line-height:1.7}.product-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.product-header h2{font-size:2rem;font-weight:700}.badge{display:inline-block;padding:.25rem .75rem;font-size:.7rem;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.badge-success{background:rgba(166,227,161,.15);color:var(--success);border:1px solid rgba(166,227,161,.3)}.badge-primary{background:rgba(99,102,241,.15);color:var(--primary);border:1px solid rgba(99,102,241,.3)}.product-tagline{font-size:1.05rem;color:var(--text-muted);margin-bottom:2rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.feature-list{list-style:none;display:flex;flex-direction:column;gap:.85rem}.feature-list li{font-size:.88rem;color:var(--text);display:flex;align-items:flex-start;gap:.75rem;line-height:1.6}.feature-list li::before{content:'>';color:var(--primary);font-weight:700;flex-shrink:0;margin-top:1px}.product-actions{margin-top:2rem;display:flex;gap:.75rem;flex-wrap:wrap}.screenshot{border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.4);position:relative}.screenshot img{display:block;width:100%;height:auto;transition:opacity .4s ease}.screenshot img.dark{position:absolute;top:0;left:0;opacity:0}.screenshot:hover img.dark{opacity:1}.screenshot:hover img.light{opacity:0}.arch-diagram{border-radius:12px;overflow:visible;transition:transform .4s ease,box-shadow .4s ease;transform-origin:center center;cursor:zoom-in}.arch-diagram:hover{transform:scale(1.5);z-index:10;position:relative;filter:drop-shadow(0 25px 50px rgba(0,0,0,.5))}.arch-diagram svg{display:block;width:100%;height:auto;border-radius:12px}.steps-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.steps-col h3{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.steps-list{list-style:none;counter-reset:step;display:flex;flex-direction:column;gap:1rem}.steps-list li{counter-increment:step;display:flex;align-items:flex-start;gap:1rem;font-size:.88rem;line-height:1.6}.steps-list li::before{content:counter(step);flex-shrink:0;width:28px;height:28px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;margin-top:1px}.steps-list code{background:var(--surface-hover);padding:.15rem .4rem;border-radius:4px;font-size:.8rem;font-family:jetbrains mono,monospace}.table-wrapper{overflow-x:auto;border:1px solid var(--border);border-radius:12px}.comparison-table{width:100%;border-collapse:collapse;font-size:.85rem}.comparison-table th,.comparison-table td{padding:.85rem 1.25rem;text-align:left;border-bottom:1px solid var(--border)}.comparison-table thead th{background:var(--surface-hover);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.comparison-table thead th:first-child{border-top-left-radius:12px}.comparison-table thead th:last-child{border-top-right-radius:12px}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table tbody tr:hover{background:rgba(69,71,90,.3)}.comparison-table td:first-child{color:var(--text);font-weight:500}.comparison-table .check{color:var(--success);font-weight:700}.comparison-table .dash{color:var(--text-muted)}.comparison-table .soon{color:var(--warning);font-size:.78rem}.cost-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.cost-card{background:var(--surface-alt);border:1px solid var(--border);border-radius:12px;padding:1.75rem;text-align:center;position:relative}.section-alt .cost-card{background:var(--surface)}.cost-card.highlight{border-color:var(--primary);box-shadow:0 0 20px rgba(99,102,241,.15)}.cost-card-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:var(--primary);color:#fff;font-size:.65rem;font-weight:600;padding:.2rem .75rem;border-radius:99px;text-transform:uppercase;letter-spacing:.05em}.cost-provider{font-size:.8rem;color:var(--text-muted);margin-bottom:.25rem}.cost-model{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:1rem}.cost-price{font-size:2.2rem;font-weight:700;color:var(--text);line-height:1}.cost-card.highlight .cost-price{color:var(--success)}.cost-unit{font-size:.75rem;color:var(--text-muted);margin-top:.25rem;margin-bottom:1.25rem}.cost-detail{font-size:.75rem;color:var(--text-muted);line-height:1.6;text-align:left;border-top:1px solid var(--border);padding-top:1rem}.cost-detail span{color:var(--text);font-weight:500}.cost-savings{background:rgba(166,227,161,8%);border:1px solid rgba(166,227,161,.2);border-radius:12px;padding:1.5rem 2rem;margin-top:2rem;text-align:center}.cost-savings-number{font-size:2rem;font-weight:700;color:var(--success)}.cost-savings-text{font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.cost-footnote{font-size:.7rem;color:var(--text-muted);opacity:.6;margin-top:1.25rem;text-align:center}@media(max-width:768px){.cost-grid{grid-template-columns:1fr}}footer{border-top:1px solid var(--border);padding:2.5rem 1.5rem;text-align:center}.footer-inner{max-width:1100px;margin:0 auto}.footer-tech{font-size:.8rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.7}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.8rem;transition:color .2s}.footer-links a:hover{color:var(--text)}.footer-copy{font-size:.75rem;color:var(--text-muted)}@media(max-width:768px){.nav-links{display:none;position:absolute;top:60px;left:0;right:0;background:rgba(30,30,46,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);flex-direction:column;padding:1.5rem;gap:1.25rem;border-bottom:1px solid var(--border)}.nav-links.open{display:flex}.hamburger{display:block}.hero h1{font-size:2.25rem}.hero .tagline{font-size:1rem}.hero-logo{width:72px;height:72px;font-size:2.25rem;border-radius:16px}.features-grid{grid-template-columns:1fr}.product-layout{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.section{padding:3.5rem 1.25rem}.section-title{font-size:1.5rem}.product-header h2{font-size:1.5rem}.comparison-table th,.comparison-table td{padding:.65rem .75rem;font-size:.78rem}}@media(max-width:480px){.hero h1{font-size:1.85rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;justify-content:center;max-width:280px}.product-actions{flex-direction:column}.product-actions .btn{max-width:100%}}