*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--bg-card:#111118;--bg-card-hover:#16161f;--border:#1e1e2e;--primary:#6c63ff;--primary-light:#8b85ff;--primary-glow:#6c63ff26;--text:#e8e8f0;--text-muted:#889;--radius:12px;--radius-sm:8px;--shadow-glow:0 0 40px #6c63ff1f}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0a0a0fd9;justify-content:space-between;align-items:center;padding:1.25rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{letter-spacing:-.01em;align-items:center;gap:.75rem;font-size:1.15rem;font-weight:700;display:flex}.nav-logo-mark{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;letter-spacing:-.02em;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.78rem;font-weight:900;display:flex}.nav-links{color:var(--text-muted);gap:2.5rem;font-size:.9rem;display:flex}.nav-links a:hover{color:var(--text)}.nav-cta{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.55rem 1.4rem;font-size:.9rem;font-weight:600;transition:background .2s;display:inline-block}.nav-cta:hover{background:var(--primary-light)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.ham-line{background:var(--text);border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.ham-line.open:first-child{transform:translateY(7px)rotate(45deg)}.ham-line.open:nth-child(2){opacity:0}.ham-line.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{z-index:99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0a0a0ff7;flex-direction:column;gap:.25rem;padding:1.5rem 2rem 2rem;display:flex;position:fixed;top:65px;left:0;right:0}.mobile-menu-link{color:var(--text-muted);border-bottom:1px solid var(--border);padding:.85rem 0;font-size:1.1rem;font-weight:600}.mobile-menu-link:hover{color:var(--text)}.mobile-menu-cta{text-align:center;margin-top:1rem;padding:.85rem}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#6c63ff1f 0%,#0000 70%);width:800px;height:800px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.hero-badge{color:var(--primary-light);background:#6c63ff1f;border:1px solid #6c63ff4d;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.35rem 1rem;font-size:.82rem;font-weight:500;display:inline-flex}.hero-badge-dot{background:var(--primary-light);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.hero h1{letter-spacing:-.03em;max-width:800px;margin-bottom:1.5rem;font-size:clamp(2.8rem,6vw,5rem);font-weight:800;line-height:1.1}.hero h1 span{background:linear-gradient(135deg, var(--primary), var(--primary-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:var(--text-muted);max-width:560px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:background .2s,transform .1s;display:inline-block}.btn-primary:hover{background:var(--primary-light);transform:translateY(-1px)}.btn-outline{color:var(--text);border-radius:var(--radius-sm);border:1px solid var(--border);cursor:pointer;background:0 0;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:border-color .2s,transform .1s;display:inline-block}.btn-outline:hover{border-color:#555;transform:translateY(-1px)}.hero-stats{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;gap:3rem;width:100%;max-width:600px;margin-top:5rem;padding-top:3rem;display:flex}.hero-stat{text-align:center}.hero-stat-value{color:#fff;letter-spacing:-.03em;font-size:2rem;font-weight:800}.hero-stat-value span{color:var(--primary-light)}.hero-stat-label{color:var(--text-muted);margin-top:.2rem;font-size:.82rem}section{padding:6rem 2rem}.section-inner{max-width:1100px;margin:0 auto}.section-label{text-transform:uppercase;letter-spacing:.12em;color:var(--primary-light);margin-bottom:1rem;font-size:.78rem;font-weight:700}.section-title{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;line-height:1.15}.section-sub{color:var(--text-muted);max-width:560px;font-size:1.05rem;line-height:1.7}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .2s,transform .2s}.service-card:hover{box-shadow:var(--shadow-glow);border-color:#6c63ff66;transform:translateY(-2px)}.service-icon{background:#6c63ff1f;border:1px solid #6c63ff40;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.4rem;display:flex}.service-card h3{margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.service-card p{color:var(--text-muted);font-size:.9rem;line-height:1.65}.why-wrap{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.why-points{flex-direction:column;gap:1.75rem;margin-top:2.5rem;display:flex}.why-point{align-items:flex-start;gap:1rem;display:flex}.why-point-icon{background:#6c63ff1f;border:1px solid #6c63ff33;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;font-size:1rem;display:flex}.why-point h4{margin-bottom:.3rem;font-size:.95rem;font-weight:700}.why-point p{color:var(--text-muted);font-size:.88rem;line-height:1.6}.why-visual{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:2.5rem;display:flex}.why-visual-row{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:1rem;padding:.9rem 1rem;font-size:.9rem;display:flex}.why-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.why-dot.green{background:#4ade80}.why-dot.blue{background:#60a5fa}.why-dot.purple{background:var(--primary-light)}.why-dot.yellow{background:#fbbf24}.why-visual-row span{color:var(--text-muted);margin-left:auto;font-size:.82rem}.why-visual-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem;font-size:.78rem;font-weight:600}.cert-badges{gap:.75rem;margin-top:.5rem;display:flex}.cert-badge{border-radius:var(--radius-sm);background:#6c63ff14;border:1px solid #6c63ff40;flex:1;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.cert-icon{width:28px;height:28px;color:var(--primary-light);background:#6c63ff33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.cert-name{color:var(--text);font-size:.85rem;font-weight:700}.cert-sub{color:var(--text-muted);font-size:.72rem}.tech-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem;display:grid}.tech-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.tech-category{text-transform:uppercase;letter-spacing:.1em;color:var(--primary-light);margin-bottom:1rem;font-size:.78rem;font-weight:700}.tech-items{flex-wrap:wrap;gap:.5rem;display:flex}.tech-tag{color:var(--text);background:#6c63ff1a;border:1px solid #6c63ff33;border-radius:999px;padding:.25rem .75rem;font-size:.8rem}.process-steps{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.process-step{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem}.process-num{width:44px;height:44px;color:var(--primary-light);background:#6c63ff1f;border:1px solid #6c63ff4d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:.9rem;font-weight:800;display:flex}.process-step h3{margin-bottom:.5rem;font-size:1rem;font-weight:700}.process-step p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.cta-section{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.cta-inner{text-align:center;max-width:680px;margin:0 auto}.cta-inner .section-sub{margin:0 auto 2.5rem}footer{color:var(--text-muted);border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2.5rem 4rem;font-size:.85rem;display:flex}.footer-logo{color:var(--text);align-items:center;gap:.6rem;font-weight:700;display:flex}.footer-links{gap:2rem;display:flex}.footer-links a:hover{color:var(--text)}.problem-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.problem-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.problem-card h3{margin-bottom:.6rem;font-size:1rem;font-weight:700}.problem-card p{color:var(--text-muted);font-size:.88rem;line-height:1.65}.ba-row{gap:.5rem;display:flex}.ba-cell{border:1px solid var(--border);background:var(--bg);color:var(--text-muted);border-radius:6px;flex:1;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8rem;display:flex}.ba-before{border-color:#ef444426}.ba-after{border-color:#4ade8026}.stack-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.stack-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .2s,transform .2s}.stack-card:hover{box-shadow:var(--shadow-glow);border-color:#6c63ff66;transform:translateY(-2px)}.stack-name{color:var(--text);letter-spacing:-.02em;margin-bottom:.2rem;font-size:1.15rem;font-weight:800}.stack-role{text-transform:uppercase;letter-spacing:.1em;color:var(--primary-light);margin-bottom:.85rem;font-size:.75rem;font-weight:700}.stack-card p{color:var(--text-muted);font-size:.88rem;line-height:1.65}.ownership-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin-top:4rem;display:grid}.ownership-main{flex-direction:column;gap:1.75rem;display:flex}.ownership-card{align-items:flex-start;gap:1.25rem;display:flex}.ownership-card .service-icon{flex-shrink:0}.ownership-card h3{margin-bottom:.4rem;font-size:1rem;font-weight:700}.ownership-card p{color:var(--text-muted);font-size:.88rem;line-height:1.65}.ownership-callout{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.75rem;padding:2rem;display:flex;position:sticky;top:6rem}.ownership-callout-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.72rem;font-weight:700}.ownership-callout-label.new{color:var(--primary-light)}.ownership-callout-old{color:#f87171;border-radius:var(--radius-sm);background:#ef44440f;border:1px solid #ef444426;padding:1rem;font-size:.95rem;font-style:italic;line-height:1.5}.ownership-callout-new{color:#4ade80;border-radius:var(--radius-sm);background:#4ade800f;border:1px solid #4ade8026;padding:1rem;font-size:.95rem;font-style:italic;line-height:1.5}.ownership-divider{text-align:center;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:700}.ownership-tools{margin-top:.5rem}.ownership-tools-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.75rem;font-size:.72rem;font-weight:700}.ownership-tools .tech-tag{margin-bottom:.4rem;margin-right:.4rem;display:inline-block}.legacy-featured-card{background:linear-gradient(135deg,#6c63ff14,#6c63ff08);display:block;position:relative;border-color:#6c63ff66!important}.legacy-featured-card:hover{border-color:#6c63ffb3!important;box-shadow:0 0 40px #6c63ff2e!important}.legacy-featured-badge{color:var(--primary-light);letter-spacing:.05em;text-transform:uppercase;background:#6c63ff33;border:1px solid #6c63ff66;border-radius:999px;padding:.2rem .65rem;font-size:.72rem;font-weight:700;position:absolute;top:1.25rem;right:1.25rem}.legacy-featured-link{color:var(--primary-light);margin-top:1rem;font-size:.88rem;font-weight:600;display:inline-block}.legacy-pain-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.legacy-pain-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.legacy-pain-card h3{margin-bottom:.6rem;font-size:1rem;font-weight:700}.legacy-pain-card p{color:var(--text-muted);font-size:.9rem;line-height:1.65}.legacy-offer-wrap{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;margin-top:4rem;display:grid}.legacy-offer-points{flex-direction:column;gap:2rem;display:flex}.legacy-step{align-items:flex-start;gap:1.25rem;display:flex}.legacy-step .process-num{flex-shrink:0;margin:0}.legacy-step h3{margin-bottom:.4rem;font-size:1rem;font-weight:700}.legacy-step p{color:var(--text-muted);font-size:.88rem;line-height:1.65}.legacy-visual{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;position:sticky;top:6rem}.legacy-visual-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1.25rem;font-size:.78rem;font-weight:700}.legacy-compare{gap:.75rem;display:flex}.legacy-col{flex-direction:column;flex:1;gap:.5rem;display:flex}.legacy-col-head{text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-sm);text-align:center;margin-bottom:.25rem;padding:.4rem .75rem;font-size:.78rem;font-weight:700}.before-head{color:#f87171;background:#ef44441a;border:1px solid #ef444433}.after-head{color:#4ade80;background:#4ade801a;border:1px solid #4ade8033}.legacy-col-row{color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.82rem;display:flex}.legacy-x{color:#f87171;flex-shrink:0;font-weight:700}.legacy-tick{color:#4ade80;flex-shrink:0;font-weight:700}.legacy-systems-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:3rem;display:grid}.legacy-system-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.legacy-system-tag{color:var(--primary-light);margin-bottom:.5rem;font-size:.88rem;font-weight:700}.legacy-system-card p{color:var(--text-muted);font-size:.82rem;line-height:1.6}@media (max-width:900px){.nav{padding:1rem 1.5rem}.nav-links{display:none}.hamburger{display:flex}.desktop-only{display:none}.services-grid{grid-template-columns:1fr 1fr}.why-wrap{grid-template-columns:1fr;gap:2.5rem}.process-steps,.tech-grid,.problem-grid,.stack-grid{grid-template-columns:1fr 1fr}.ownership-grid{grid-template-columns:1fr;gap:2.5rem}.ownership-callout{position:static}.legacy-pain-grid{grid-template-columns:1fr 1fr}.legacy-offer-wrap{grid-template-columns:1fr;gap:2.5rem}.legacy-systems-grid{grid-template-columns:1fr 1fr}.legacy-visual{position:static}footer{padding:2rem 1.5rem}}@media (max-width:580px){.services-grid,.process-steps,.tech-grid,.problem-grid,.stack-grid,.legacy-pain-grid,.legacy-systems-grid{grid-template-columns:1fr}.legacy-compare{flex-direction:column}.hero-stats{gap:2rem}.nav-cta{display:none}.cert-badges{flex-direction:column}}
