:root{--bg-deep:#07060b;--bg-surface:#0f0d16;--bg-elevated:#16131f;--bg-card:#1a1725;--gold:#c9a84c;--gold-dim:#8a7234;--gold-bright:#e8c65a;--gold-glow:rgba(201,168,76,0.15);--text-primary:#e8e4d9;--text-secondary:#9a9484;--text-dim:#5a5650;--accent-blue:#4a7fd9;--accent-green:#4a9d6e;--accent-red:#d94a4a;--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"DM Sans",system-ui,sans-serif;--font-mono:"JetBrains Mono",monospace}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:var(--gold);color:var(--bg-deep)}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}.hero,.page{min-height:100vh;position:relative}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center;overflow:hidden}.hero:before{top:-20%;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(ellipse,var(--gold-glow) 0,transparent 70%)}.hero:after,.hero:before{content:"";position:absolute;pointer-events:none}.hero:after{bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,var(--bg-deep),transparent)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border:1px solid var(--gold-dim);border-radius:100px;font-family:var(--font-mono);font-size:.75rem;color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin-bottom:2.5rem;background:rgba(201,168,76,.05);animation:fadeInDown .8s ease-out}.hero-badge span{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold);animation:pulse 2s infinite}.hero-title{font-family:var(--font-display);font-size:clamp(3rem,8vw,7rem);font-weight:300;line-height:1.05;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1.5rem;max-width:900px;animation:fadeInUp .8s ease-out .1s both}.hero-title em{font-style:italic;color:var(--gold)}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);font-weight:300;color:var(--text-secondary);max-width:600px;line-height:1.7;margin-bottom:3rem;animation:fadeInUp .8s ease-out .2s both}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;animation:fadeInUp .8s ease-out .3s both}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:var(--gold);color:var(--bg-deep);font-family:var(--font-body);font-size:.95rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:all .2s}.btn-primary:hover{background:var(--gold-bright);transform:translateY(-1px);box-shadow:0 8px 30px rgba(201,168,76,.25)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:transparent;color:var(--text-primary);font-family:var(--font-body);font-size:.95rem;font-weight:500;border:1px solid var(--text-dim);border-radius:8px;cursor:pointer;text-decoration:none;transition:all .2s}.btn-secondary:hover{border-color:var(--gold-dim);color:var(--gold);background:rgba(201,168,76,.05)}.section{padding:6rem 2rem;max-width:1100px;margin:0 auto}.section-label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.15;margin-bottom:1.5rem}.section-body{font-size:1.05rem;color:var(--text-secondary);max-width:700px;line-height:1.8}.how-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.how-card{background:var(--bg-surface);border:1px solid rgba(255,255,255,.04);border-radius:12px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.how-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold-dim),transparent);opacity:0;transition:opacity .3s}.how-card:hover:before{opacity:1}.how-card:hover{border-color:rgba(201,168,76,.15);transform:translateY(-2px)}.how-number{font-size:3rem;font-weight:300;color:var(--gold-dim);line-height:1;margin-bottom:1rem}.how-card h3,.how-number{font-family:var(--font-display)}.how-card h3{font-size:1.4rem;font-weight:600;margin-bottom:.75rem}.how-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.7}.agents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem;margin-top:3rem}.agent-card{background:var(--bg-surface);border:1px solid rgba(255,255,255,.04);border-radius:12px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:all .2s}.agent-card:hover{border-color:rgba(255,255,255,.08)}.agent-dot{width:10px;height:10px;border-radius:50%;margin-top:.4rem;flex-shrink:0}.agent-card h4{font-family:var(--font-mono);font-size:.85rem;margin-bottom:.3rem}.agent-card p{font-size:.85rem;color:var(--text-secondary);line-height:1.5}.skill-preview{margin-top:3rem;background:var(--bg-surface);border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden}.skill-preview-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.06);background:var(--bg-elevated)}.skill-preview-header span{font-family:var(--font-mono);font-size:.8rem;color:var(--text-dim)}.copy-btn{padding:.35rem .85rem;background:rgba(201,168,76,.1);border:1px solid var(--gold-dim);border-radius:6px;color:var(--gold);font-family:var(--font-mono);font-size:.75rem;cursor:pointer;transition:all .2s}.copy-btn:hover{background:rgba(201,168,76,.2)}.copy-btn.copied{background:rgba(74,157,110,.15);border-color:var(--accent-green);color:var(--accent-green)}.skill-preview-body{padding:1.5rem;max-height:400px;overflow-y:auto;font-family:var(--font-mono);font-size:.8rem;line-height:1.8;color:var(--text-secondary);white-space:pre-wrap;word-break:break-word}.skill-preview-body::-webkit-scrollbar{width:6px}.skill-preview-body::-webkit-scrollbar-track{background:var(--bg-surface)}.skill-preview-body::-webkit-scrollbar-thumb{background:var(--text-dim);border-radius:3px}.tier-stack{margin-top:3rem;display:flex;flex-direction:column;align-items:center;max-width:700px}.tier-card{background:var(--bg-surface);border:1px solid rgba(255,255,255,.04);border-radius:12px;padding:1.75rem 2rem;width:100%;transition:all .3s}.tier-card:hover{border-color:rgba(255,255,255,.08)}.tier-card-highlight{border-color:rgba(201,168,76,.2);background:linear-gradient(135deg,var(--bg-surface) 0,rgba(201,168,76,.04) 100%)}.tier-card-highlight:hover{border-color:rgba(201,168,76,.35)}.tier-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.tier-number{font-size:2rem;font-weight:300;color:var(--text-dim);line-height:1;flex-shrink:0;width:2rem;text-align:center}.tier-meta h3,.tier-number{font-family:var(--font-display)}.tier-meta h3{font-size:1.25rem;font-weight:600;line-height:1.2}.tier-cost{font-family:var(--font-mono);font-size:.7rem;color:var(--text-dim);letter-spacing:.05em}.tier-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.7;padding-left:3rem}.tier-connector{display:flex;justify-content:center;padding:.25rem 0}.infra-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-top:2.5rem}.infra-card{background:var(--bg-surface);border:1px solid rgba(255,255,255,.04);border-radius:12px;padding:1.5rem;transition:all .2s}.infra-card:hover{border-color:rgba(201,168,76,.15)}.infra-icon{font-size:1.5rem;margin-bottom:.75rem}.infra-card h4{font-family:var(--font-body);font-size:.95rem;font-weight:600;margin-bottom:.5rem}.infra-card p{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.infra-card code{font-family:var(--font-mono);font-size:.8rem;color:var(--gold);background:rgba(201,168,76,.08);padding:.1rem .35rem;border-radius:3px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:700px}.pricing-card{background:var(--bg-surface);border:1px solid rgba(255,255,255,.04);border-radius:12px;padding:2rem}.pricing-card-highlight{border-color:rgba(201,168,76,.25);background:linear-gradient(135deg,var(--bg-surface) 0,rgba(201,168,76,.04) 100%)}.pricing-tier{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.5rem}.pricing-price{font-family:var(--font-display);font-size:2rem;font-weight:400;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.06)}.pricing-features{display:flex;flex-direction:column;gap:.6rem}.pricing-feature{font-size:.9rem;color:var(--text-secondary);line-height:1.4}.pricing-feature.dim{color:var(--text-dim)}.pricing-feature.gold{color:var(--gold)}.cta-section{text-align:center;padding:8rem 2rem;position:relative}.cta-section:before{content:"";position:absolute;bottom:20%;left:50%;transform:translateX(-50%);width:600px;height:400px;background:radial-gradient(ellipse,var(--gold-glow) 0,transparent 70%);pointer-events:none}.cta-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,4rem);font-weight:300;margin-bottom:1.5rem;position:relative}.cta-body{font-size:1.1rem;color:var(--text-secondary);max-width:500px;margin:0 auto 2.5rem;line-height:1.7;position:relative}.command-demo{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;background:var(--bg-surface);border:1px solid rgba(255,255,255,.08);border-radius:10px;font-family:var(--font-mono);font-size:.95rem;color:var(--text-primary);margin-top:1rem}.command-demo .prompt{color:var(--gold)}.command-demo .cmd{color:var(--text-primary)}.footer{padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.04)}.footer p{font-size:.85rem;color:var(--text-dim)}.footer a{color:var(--gold-dim);text-decoration:none}.footer a:hover{color:var(--gold)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.divider{width:60px;height:1px;background:var(--gold-dim);margin:0 auto;opacity:.5}@media (max-width:768px){.hero{padding:1.5rem;min-height:90vh}.section{padding:4rem 1.5rem}.agents-grid,.how-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;width:100%;max-width:320px}.btn-primary,.btn-secondary{width:100%;justify-content:center}}