:root{--bg-dark:#e6e8e8;--bg-darker:#e6e8e8;--bg-card:#fff;--text-main:#4b5563;--text-heading:#111;--text-muted:#6b7280;--primary:#111;--primary-hover:#374151;--accent-cyan:#111;--accent-purple:#111;--font-sans:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-darker);color:var(--text-main);flex-direction:column;min-height:100vh;line-height:1.6;display:flex;overflow-x:hidden}.glass{background:var(--bg-card);border:none;box-shadow:0 10px 30px #00000008}.gradient-text{color:var(--text-heading);background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}h1,h2,h3,h4{color:var(--text-heading);letter-spacing:-.02em;margin-bottom:1rem;font-weight:700;line-height:1.1}h1{font-size:4rem}h2{font-size:2.75rem}h3{font-size:1.75rem}p{color:var(--text-main);margin-bottom:1rem;font-size:1.125rem}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-cyan)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.btn{cursor:pointer;text-align:center;border:none;border-radius:0;padding:.875rem 1.75rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);color:#fff;transform:translateY(-2px)}.btn-outline{border:1px solid var(--text-heading);color:var(--text-heading);background:0 0}.btn-outline:hover{background:#0000000d}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out forwards fadeIn}.delay-100{opacity:0;animation-delay:.1s}.delay-200{opacity:0;animation-delay:.2s}.delay-300{opacity:0;animation-delay:.3s}.grid{gap:2rem;display:grid}.grid-cols-2,.grid-cols-3{grid-template-columns:repeat(1,1fr)}@media (width>=768px){.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}}.link-wrapper{display:inline-block;position:relative}.hover-line{background-color:var(--accent-cyan);width:0%;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.link-wrapper:hover .hover-line{width:100%}.full-width-section{flex-direction:column;padding:8rem 0;display:flex}.eloqwnt-bullet{color:var(--text-heading);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;font-weight:600;display:flex}.eloqwnt-bullet:before{content:"•";font-size:1.25rem;line-height:1}.card-icon{width:3rem;height:3rem;color:var(--accent-cyan);margin-bottom:1rem}.navbar{z-index:100;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.nav-brand{letter-spacing:-.5px;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.nav-brand-icon{color:var(--accent-cyan)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-main);font-size:.95rem;font-weight:500}.nav-link:hover{color:var(--accent-cyan)}.footer{background-color:var(--bg-darker);border-top:1px solid #0000000d;margin-top:auto;padding:4rem 2rem 2rem}.footer-content{grid-template-columns:2fr 1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.footer-brand{margin-bottom:1rem}.footer-brand-logo{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:800;display:flex}.footer-brand p{max-width:300px}.footer-links h4{color:var(--text-main);margin-bottom:1.5rem;font-size:1.1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--accent-cyan)}.footer-bottom{max-width:1200px;color:var(--text-muted);border-top:1px solid #0000000d;justify-content:space-between;align-items:center;margin:3rem auto 0;padding-top:2rem;font-size:.875rem;display:flex}@media (width<=768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.home-hero{text-align:center;justify-content:center;align-items:center;min-height:80vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-content{z-index:10;max-width:1000px}.hero-badge{color:var(--text-heading);background:#0000000d;border-radius:0;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--text-heading);border-radius:50%;width:8px;height:8px}.hero-title{letter-spacing:-.04em;color:var(--text-heading);margin-bottom:2rem;font-size:5.5rem;font-weight:800;line-height:1}.hero-subtitle{color:var(--text-main);max-width:600px;margin-bottom:3rem;font-size:1.5rem;font-weight:500}.hero-buttons{justify-content:center;gap:1.5rem;display:flex}.marquee-container{background:#fff;border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;align-items:center;padding:4rem 0;display:flex;overflow:hidden}.marquee-content{white-space:nowrap;align-items:center;gap:4rem;animation:30s linear infinite scroll;display:flex}.marquee-item{color:var(--text-muted);opacity:.5;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.pillars-section{background-color:#080c16;padding:12rem 0}.cta-section{text-align:center;background:linear-gradient(135deg,#00000005,#0000000d);padding:10rem 0}
