:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;overflow:hidden;text-align:center}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 20%,rgba(255,120,30,.18) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 20% 80%,rgba(34,120,60,.15) 0%,transparent 50%),radial-gradient(ellipse 50% 40% at 80% 70%,rgba(180,50,20,.12) 0%,transparent 50%);pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1}.badge{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:#f97316;border:1px solid rgba(249,115,22,.35);padding:.3rem .75rem;border-radius:999px;margin-bottom:1.25rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#f9731614}.title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:.5rem;background:linear-gradient(135deg,#fff 30%,#f97316 70%,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:clamp(1rem,2.2vw,1.35rem);color:#ffffff8c;margin-bottom:2.5rem;max-width:38rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:52rem;width:100%;margin-bottom:2.5rem}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.25rem;text-align:left;transition:border-color .25s,background .25s}.feature-card:hover{border-color:#f9731659;background:#f973160a}.feature-icon{font-size:1.6rem;margin-bottom:.5rem}.feature-card h3{font-size:.95rem;font-weight:600;margin-bottom:.3rem;color:#fafafa}.feature-card p{font-size:.8rem;color:#ffffff80;line-height:1.5}.description{max-width:42rem;text-align:left;margin-bottom:2.5rem}.description h2{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#f97316}.description p{font-size:.95rem;color:#ffffffa6;line-height:1.75;margin-bottom:1rem}.description p:last-child{margin-bottom:0}.paths{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-bottom:2.5rem;max-width:42rem}.path-tag{font-size:.8rem;font-weight:600;padding:.5rem 1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#ffffffbf;transition:border-color .25s}.path-tag:nth-child(1):hover{border-color:#3b82f6;color:#93c5fd}.path-tag:nth-child(2):hover{border-color:#22c55e;color:#86efac}.path-tag:nth-child(3):hover{border-color:#f97316;color:#fdba74}.cta{font-size:1.1rem;font-weight:700;letter-spacing:-.01em;color:#fafafa;margin-bottom:1.5rem;text-shadow:0 0 30px rgba(249,115,22,.4)}.btn{display:inline-block;font-size:1rem;font-weight:700;color:#0a0a0a;background:linear-gradient(135deg,#f97316,#ef4444);border:none;padding:.85rem 2.5rem;border-radius:.5rem;cursor:pointer;text-decoration:none;transition:transform .15s,box-shadow .25s;box-shadow:0 4px 24px #f973164d}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 32px #f9731673}.btn:active{transform:translateY(0)}.footer{margin-top:3rem;font-size:.75rem;color:#ffffff40;letter-spacing:.05em}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}
