@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;600&display=swap";
:root{--navy-950:#0a0f1c;--navy-900:#111827;--navy-800:#1e293b;--steel-600:#475569;--steel-400:#94a3b8;--steel-200:#e2e8f0;--steel-100:#f1f5f9;--gold-500:#d4af37;--gold-400:#e5c158;--white:#fff}.landing-page{background:var(--white);color:var(--navy-900);font-family:IBM Plex Sans,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}.nav{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--steel-200);background:#fffffff2;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;height:80px;margin:0 auto;padding:0 3rem;display:flex}.nav-logo{color:var(--navy-950);align-items:center;gap:.75rem;text-decoration:none;display:flex}.nav-logo-icon{background:linear-gradient(135deg,var(--navy-950),var(--navy-800));border:2px solid var(--navy-950);width:32px;height:32px;color:var(--white);justify-content:center;align-items:center;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:600;display:flex}.nav-logo-text{letter-spacing:-.5px;font-size:20px;font-weight:700}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{color:var(--steel-600);font-size:15px;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-link:hover{color:var(--navy-950)}.nav-link:after{content:"";background:var(--navy-950);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-cta{background:var(--navy-950);color:var(--white);border:2px solid var(--navy-950);cursor:pointer;padding:.75rem 1.75rem;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.nav-cta:hover{background:var(--white);color:var(--navy-950)}.hero{background:var(--white);min-height:100vh;padding:180px 3rem 120px;position:relative;overflow:hidden}.hero:before{content:"";background:linear-gradient(135deg,transparent 0%,var(--steel-100)100%);z-index:0;width:50%;height:100%;position:absolute;top:0;right:0}.hero-container{z-index:1;grid-template-columns:1.2fr 1fr;align-items:center;gap:6rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.hero-content{animation:1s ease-out fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{letter-spacing:1px;text-transform:uppercase;color:var(--steel-600);border:2px solid var(--navy-950);background:var(--white);margin-bottom:2rem;padding:.5rem 1rem;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:600;display:inline-block}.hero-title{color:var(--navy-950);letter-spacing:-2px;margin-bottom:1.5rem;font-size:72px;font-weight:700;line-height:1.1}.hero-title-accent{color:var(--steel-600);margin-top:.5rem;display:block}.hero-subtitle{color:var(--steel-600);max-width:580px;margin-bottom:3rem;font-size:20px;line-height:1.7}.hero-cta-group{align-items:center;gap:1rem;display:flex}.hero-cta-primary{background:var(--navy-950);color:var(--white);border:3px solid var(--navy-950);cursor:pointer;padding:1.25rem 3rem;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.hero-cta-primary:hover{background:var(--white);color:var(--navy-950);transform:translateY(-2px)}.hero-cta-secondary{color:var(--navy-950);border:3px solid var(--navy-950);cursor:pointer;background:0 0;padding:1.25rem 3rem;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.hero-cta-secondary:hover{background:var(--navy-950);color:var(--white);transform:translateY(-2px)}.hero-stats{border-top:2px solid var(--steel-200);grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:5rem;padding-top:3rem;display:grid}.hero-stat{animation:1s ease-out .3s both fadeInUp}.hero-stat:nth-child(2){animation-delay:.4s}.hero-stat:nth-child(3){animation-delay:.5s}.hero-stat-number{color:var(--navy-950);margin-bottom:.5rem;font-family:IBM Plex Mono,monospace;font-size:48px;font-weight:700;line-height:1}.hero-stat-label{color:var(--steel-600);text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:500}.hero-terminal{background:var(--navy-950);border:3px solid var(--navy-950);padding:0;animation:1s ease-out .2s both fadeInUp;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.terminal-header{background:var(--navy-900);border-bottom:1px solid var(--navy-800);align-items:center;gap:.5rem;padding:1rem 1.5rem;display:flex}.terminal-dot{border:2px solid var(--steel-400);border-radius:50%;width:12px;height:12px}.terminal-body{color:var(--steel-400);padding:2rem;font-family:IBM Plex Mono,monospace;font-size:14px;line-height:1.8}.terminal-line{margin-bottom:.5rem}.terminal-prompt{color:var(--gold-400)}.terminal-output{color:var(--steel-400);margin-left:2rem}.terminal-success{color:#10b981}.terminal-highlight{color:var(--white);font-weight:600}.clients{background:var(--steel-100);border-top:2px solid var(--steel-200);border-bottom:2px solid var(--steel-200);padding:6rem 3rem}.clients-container{text-align:center;max-width:1400px;margin:0 auto}.clients-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--steel-600);margin-bottom:3rem;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:600}.clients-logos{opacity:.5;flex-wrap:wrap;justify-content:center;align-items:center;gap:5rem;display:flex}.client-logo{color:var(--navy-900);letter-spacing:-.5px;font-size:24px;font-weight:700}.footer{background:var(--navy-950);color:var(--steel-400);padding:4rem 3rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-top{border-bottom:1px solid var(--navy-800);grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;padding-bottom:3rem;display:grid}.footer-brand{max-width:320px}.footer-logo{color:var(--white);align-items:center;gap:.75rem;margin-bottom:1.5rem;text-decoration:none;display:flex}.footer-logo-icon{background:var(--white);width:28px;height:28px;color:var(--navy-950);justify-content:center;align-items:center;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:600;display:flex}.footer-logo-text{font-size:18px;font-weight:700}.footer-description{color:var(--steel-400);font-size:14px;line-height:1.7}.footer-column h4{letter-spacing:1px;text-transform:uppercase;color:var(--white);margin-bottom:1.5rem;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:600}.footer-links{list-style:none}.footer-link{margin-bottom:.75rem}.footer-link a{color:var(--steel-400);font-size:14px;text-decoration:none;transition:color .2s}.footer-link a:hover{color:var(--white)}.footer-bottom{justify-content:space-between;align-items:center;padding-top:2rem;font-size:13px;display:flex}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:var(--steel-400);text-decoration:none;transition:color .2s}.footer-legal a:hover{color:var(--white)}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;gap:4rem}.hero-title{font-size:56px}.hero-terminal{max-width:600px}.footer-top{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:768px){.nav-links{display:none}.hero{padding:140px 2rem 80px}.hero-title{font-size:42px}.hero-stats{grid-template-columns:1fr;gap:2rem}.clients-logos{gap:3rem}.footer-top{grid-template-columns:1fr}}.resources-hub{background:#f8f9fa;border-top:3px solid #0a0f1c;padding:120px 0}.resources-container{max-width:1200px;margin:0 auto;padding:0 2rem}.resources-header{text-align:center;margin-bottom:4rem}.resources-eyebrow{letter-spacing:2px;color:#64748b;margin-bottom:1rem;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:600}.resources-header h2{color:#0a0f1c;margin-bottom:1rem;font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:48px;font-weight:700;line-height:1.2}.resources-header p{color:#64748b;max-width:600px;margin:0 auto;font-size:20px}.resources-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem;display:grid}.resource-card{background:#fff;border:3px solid #0a0f1c;flex-direction:column;padding:2.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.resource-card:hover{transform:translateY(-4px);box-shadow:8px 8px #0a0f1c}.resource-icon{margin-bottom:1.5rem;font-size:36px}.resource-card h3{color:#0a0f1c;margin-bottom:1rem;font-family:IBM Plex Mono,monospace;font-size:24px;font-weight:700}.resource-card p{color:#64748b;flex-grow:1;margin-bottom:1.5rem;font-size:16px;line-height:1.6}.resource-link{color:#c9a961;letter-spacing:.5px;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:600}.resources-cta{text-align:center}.resources-cta-button{color:#fff;background:#0a0f1c;border:3px solid #0a0f1c;padding:1rem 2.5rem;font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.resources-cta-button:hover{color:#0a0f1c;background:#fff;transform:translateY(-2px);box-shadow:4px 4px #c9a961}@media (max-width:1024px){.resources-grid{grid-template-columns:repeat(2,1fr)}.resources-header h2{font-size:36px}}@media (max-width:768px){.resources-hub{padding:80px 0}.resources-grid{grid-template-columns:1fr;gap:1.5rem}.resources-header h2{font-size:32px}.resources-header p{font-size:18px}.resource-card{padding:2rem}}
