:root{--bg:#0b101b;--bg-soft:#111827;--card:#162133;--text:#edf2fb;--muted:#a7b3c8;--primary:#ff8a1f;--primary-dark:#d76b0b;--accent:#6a83ff;--border:rgba(38,52,74,.55);--glow-blue:rgba(106,131,255,.07);--glow-orange:rgba(255,138,31,.06)}*,*::before,*::after{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;overflow-x:hidden}.skip-link{position:absolute;left:-9999px;top:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:999;background:#fff;color:#111;padding:.5rem .75rem;border-radius:.5rem}.container{width:min(1100px,90vw);margin:0 auto}.site-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:rgba(11,16,27,.78)}.nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}.brand{display:inline-flex;align-items:center;gap:.5rem;color:var(--text);font-weight:700;font-size:1.05rem;text-decoration:none;letter-spacing:.2px}.brand-mark{display:inline-flex;color:var(--primary)}.brand-mark svg{width:1.15rem;height:1.15rem}.status-pill{border:1px solid var(--border);background:var(--bg-soft);color:var(--muted);border-radius:999px;padding:.35rem .8rem;font-size:.82rem;font-weight:500;letter-spacing:.3px}.section{position:relative;padding:5.5rem 0}.section-header{text-align:center;max-width:580px;margin:0 auto 2.8rem}.section-header h2{margin-bottom:.55rem}.section-header p{color:var(--muted);font-size:1.02rem}.section::before{content:"";position:absolute;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:-1}.section--glow-left::before{width:520px;height:520px;top:-12%;left:-10%;background:var(--glow-blue)}.section--glow-right::before{width:460px;height:460px;top:5%;right:-8%;background:var(--glow-orange)}h1{font-size:clamp(2.1rem,5vw,3.2rem);line-height:1.08;letter-spacing:-.02em}h2{font-size:clamp(1.55rem,3vw,2.1rem);line-height:1.15;margin-top:0;margin-bottom:1rem}h3{font-size:1.05rem;margin-top:0;margin-bottom:.4rem}.hero{position:relative;padding:5.5rem 0 5rem;background:radial-gradient(ellipse 65% 55% at 12% 18%,rgba(106,131,255,.13),transparent),radial-gradient(ellipse 55% 50% at 88% 12%,rgba(255,138,31,.09),transparent)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2.2rem;align-items:start}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:1.2px;font-size:.78rem;font-weight:700;margin-bottom:.85rem}.lead{margin:1.1rem 0 1.6rem;color:var(--muted);max-width:56ch;font-size:1.05rem}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;gap:.45rem;border-radius:.65rem;padding:.72rem 1.2rem;font-weight:700;font-size:.95rem;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:filter .15s,background .15s}.btn-primary{background:linear-gradient(180deg,var(--primary),var(--primary-dark));color:#111}.btn-primary:hover,.btn-primary:focus-visible{filter:brightness(1.12)}.btn-secondary{border-color:var(--border);color:var(--text);background:rgba(17,24,39,.75)}.btn-secondary:hover,.btn-secondary:focus-visible{background:rgba(22,33,51,.9)}.trust-inline{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:1.4rem 0 0;color:var(--muted);font-size:.88rem}.trust-inline li{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--border);border-radius:999px;padding:.28rem .6rem;background:rgba(22,33,51,.5)}.trust-inline svg{width:.82rem;height:.82rem;color:var(--accent)}.hero-card{background:rgba(22,33,51,.6);border:1px solid var(--border);border-radius:1rem;padding:1.3rem 1.3rem 1.1rem;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hero-card h2{margin-top:0;margin-bottom:1rem;font-size:1.1rem}.hero-card ul{margin:0;padding-left:0;list-style:none}.hero-card li{display:flex;gap:.55rem;align-items:center;margin-bottom:.6rem;color:#c5d0e4;font-size:.95rem}.hero-card li svg{width:.9rem;height:.9rem;color:var(--primary);flex:0 0 auto}.small-note{margin-top:.85rem;color:var(--muted);font-size:.84rem;opacity:.8}.card{background:rgba(22,33,51,.55);border:1px solid var(--border);border-radius:1rem;padding:1.5rem 1.3rem;transition:border-color .2s,background .2s}.card:hover{border-color:rgba(106,131,255,.22);background:rgba(22,33,51,.8)}.card-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.65rem;margin-bottom:.9rem}.card-icon svg{width:1.15rem;height:1.15rem}.card-icon--blue{background:rgba(106,131,255,.12);color:var(--accent)}.card-icon--orange{background:rgba(255,138,31,.12);color:var(--primary)}.card p{margin:0;color:var(--muted);font-size:.95rem}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.flow{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);gap:.8rem;align-items:stretch}.flow .card{text-align:center}.flow .card-icon{margin-left:auto;margin-right:auto}.flow-arrow{display:inline-flex;align-items:center;justify-content:center;color:var(--primary);opacity:.65}.flow-arrow svg{width:1.25rem;height:1.25rem}.faq-item{background:rgba(22,33,51,.45);border:1px solid var(--border);border-radius:1rem;padding:1.3rem;transition:border-color .2s}.faq-item:hover{border-color:rgba(106,131,255,.18)}.faq-item h3{margin-bottom:.4rem}.faq-item p{margin:0;color:var(--muted);font-size:.95rem}.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.site-footer{padding:4rem 0 0;margin-top:1rem}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(2,minmax(0,1fr));gap:2rem 1.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}.footer-brand{max-width:280px}.footer-brand .brand{margin-bottom:.75rem}.footer-brand p{color:var(--muted);font-size:.9rem;line-height:1.55;margin-top:.75rem}.footer-nav h4{font-size:.82rem;text-transform:uppercase;letter-spacing:1px;color:var(--text);margin-bottom:.85rem}.footer-nav ul{list-style:none;padding:0;margin:0}.footer-nav li{margin-bottom:.5rem}.footer-nav a{color:var(--muted);text-decoration:none;font-size:.9rem;transition:color .15s}.footer-nav a:hover,.footer-nav a:focus-visible{color:var(--text)}.footer-status{color:var(--muted);font-size:.9rem;line-height:1.55}.footer-bottom{padding:1.5rem 0 2rem;color:var(--muted);font-size:.82rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.footer-bottom p:first-child{white-space:nowrap}.footer-bottom p{margin:.3rem 0}.footer-note{opacity:.7;max-width:70ch}@media (max-width:920px){.hero{padding:3.2rem 0 2.8rem}.hero-grid,.cards-grid,.faq-grid{grid-template-columns:1fr}.flow{grid-template-columns:1fr;gap:.5rem}.flow .card{text-align:left}.flow .card-icon{margin-left:0}.flow-arrow{transform:rotate(90deg);padding:.15rem 0}.section{padding:3.5rem 0}.section-header{margin-bottom:2rem;text-align:left}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-brand{grid-column:1/-1;max-width:none}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.8rem}.footer-bottom p:first-child{white-space:normal}}