:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f5f7ff;background:#030712;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--section-bg: rgba(255, 255, 255, .03)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(94,231,255,.12),transparent 30%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}#root{min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{width:min(1200px,calc(100% - 2rem));margin:0 auto}.section{padding:90px 24px;position:relative}.section-heading{margin-bottom:1.8rem;max-width:760px}.section-heading h2{font-size:clamp(2rem,3vw,2.6rem);line-height:1.2;margin:0 0 .7rem}.section-heading p{color:var(--muted);font-size:1rem;line-height:1.7;max-width:760px}.gradient-text{background:linear-gradient(90deg,var(--cyan),var(--blue),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.glass{background:#081424c7;border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 24px 45px #00000047}.grid{display:grid;gap:1.15rem}.card{border-radius:1.25rem;padding:1.25rem;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.card:hover{transform:translateY(-6px);border-color:#5ee7ff80;box-shadow:0 22px 45px #00000047}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:999px;padding:.9rem 1.3rem;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(90deg,var(--cyan),var(--blue));color:#02040a;font-weight:700;box-shadow:0 10px 25px #5ee7ff4d}.btn-secondary{background:#ffffff14;color:var(--text);border:1px solid rgba(255,255,255,.14)}.select{width:100%;padding:.9rem 1rem;border-radius:.9rem;border:1px solid rgba(255,255,255,.14);background:#121a2a;color:#fff;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:.25s}.select:hover{border-color:#44d7ff}.select:focus{border-color:#44d7ff;box-shadow:0 0 0 3px #44d7ff2e}.select option{background:#121a2a;color:#fff;padding:12px}.input,.textarea{width:100%;padding:.9rem 1rem;border-radius:.9rem;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:var(--text)}.input::placeholder,.textarea::placeholder{color:#8ca0bf}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:.9rem;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:.35rem .7rem;font-size:.8rem;background:#5ee7ff24;color:var(--cyan)}.muted-copy{color:var(--muted);line-height:1.8;margin:0}.nav-shell{position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(255,255,255,.09);padding:.95rem 0}.nav-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px}.brand-mark{display:flex;align-items:center;gap:.8rem;font-weight:700;white-space:nowrap;font-size:1rem}.brand-logo{width:44px;height:44px;object-fit:contain;border-radius:.9rem;background:#5ee7ff24;padding:.3rem}.brand-title{font-size:.98rem}.brand-subtitle{font-size:.78rem;color:var(--muted);font-weight:500}.desktop-nav{display:flex;align-items:center;gap:1.1rem}.nav-link{color:#dbe5f2;font-size:.95rem;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:var(--cyan)}.nav-cta{padding:.8rem 1rem}.mobile-nav-toggle{padding:.7rem;display:none}.mobile-drawer{padding-bottom:.75rem}.mobile-menu-card{border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:.8rem;animation:slideDown .2s ease}.hero{position:relative;min-height:calc(100vh - 76px);display:flex;align-items:center;overflow:hidden;background:#030712;padding:120px 0 80px}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#030712b8;z-index:1}.hero-radial{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(94,231,255,.18),transparent 35%),radial-gradient(circle at bottom left,rgba(141,91,255,.16),transparent 30%);z-index:1}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center}.hero-copy-block{max-width:660px}.hero-copy-block h1{font-size:clamp(2.7rem,4.8vw,4.4rem);line-height:1.05;margin:1rem 0;max-width:650px}.hero-copy{color:var(--muted);font-size:1.05rem;line-height:1.8;max-width:640px}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.6rem}.hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-top:1.4rem}.hero-stat-card{border-radius:1rem;padding:.85rem;display:flex;flex-direction:column;gap:.25rem}.hero-stat-card strong{font-size:1.05rem;color:var(--cyan)}.hero-stat-card span{color:var(--muted);font-size:.9rem}.brand-strip{margin-top:2rem;padding:1rem 1.2rem;border:1px solid rgba(255,255,255,.08);border-radius:1.2rem;background:#ffffff0a;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.brand-row{display:flex;flex-wrap:wrap;gap:.75rem}.brand-pill{padding:.55rem .8rem;border-radius:999px;background:#5ee7ff1f;color:#dce8f7;font-size:.9rem}.hero-visual-card{position:relative;min-height:480px;border-radius:1.75rem;padding:1rem;background:#030814b8;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 55px #00000059;overflow:hidden}.hero-dashboard-image{width:100%;height:100%;object-fit:contain;display:block}.hero-visual-badge{position:absolute;z-index:3;padding:.5rem .7rem;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);color:#f8fbff;font-size:.8rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-badge-top{top:1rem;left:1rem}.hero-badge-right{top:1rem;right:1rem}.hero-badge-bottom{bottom:1rem;left:1rem}.hero-visual-label{position:absolute;left:1rem;bottom:1rem;right:1rem;text-align:center;font-weight:700;color:#f8fbff;z-index:3;text-shadow:0 6px 18px rgba(0,0,0,.4)}.about-grid{grid-template-columns:1.1fr .9fr;align-items:start}.feature-stack{display:grid;gap:1rem}.feature-card{min-height:150px}.feature-icon{font-size:1.4rem;margin-bottom:.65rem}.cards-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.cards-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cards-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.25rem}.stat-card{display:flex;flex-direction:column;gap:.25rem;text-align:center}.stat-card strong{font-size:1.3rem;color:var(--cyan)}.stat-card span{color:var(--muted)}.brand-strip{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 1.2rem;border-radius:1.2rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.section-eyebrow{margin:0;color:var(--cyan);font-size:.92rem;font-weight:600}.program-card{display:flex;flex-direction:column;gap:.8rem;min-height:240px}.meta-pill{padding:.35rem .5rem;border-radius:999px;background:#ffffff0d;color:#dce8f7;font-size:.8rem}.chip-row{display:flex;flex-wrap:wrap;gap:.75rem}.chip{padding:.7rem .95rem;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#dce8f7}.timeline-shell{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1rem;border-radius:1.35rem}.timeline-step-card{display:flex;gap:.8rem;align-items:flex-start;padding:1rem;border-radius:1.1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.timeline-icon-wrap{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:999px;background:#5ee7ff29;color:var(--cyan);margin-top:.15rem;flex-shrink:0}.timeline-step-card h3,.project-card h3,.workshop-card h3,.innovation-card h3,.outcome-card h3{margin:0 0 .35rem}.project-card,.workshop-card,.innovation-card,.outcome-card{min-height:210px}.project-visual{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:1rem;background:#5ee7ff24;color:var(--cyan);margin-bottom:.9rem}.project-badge{display:inline-flex;padding:.35rem .6rem;border-radius:999px;background:#5ee7ff24;color:var(--cyan);font-size:.8rem;margin-bottom:.8rem}.workshop-top{display:flex;justify-content:space-between;gap:.6rem;align-items:center;margin-bottom:.75rem}.workshop-meta-row{display:flex;flex-wrap:wrap;gap:.7rem;color:var(--muted);font-size:.92rem;margin:.8rem 0 1rem}.workshop-meta-row span{display:inline-flex;align-items:center;gap:.35rem}.innovation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.innovation-icon-wrap{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:1rem;background:#5ee7ff24;color:var(--cyan);margin-bottom:.8rem}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem}.cta-card h3{margin:.5rem 0}.cta-card p{color:var(--muted);line-height:1.7}.page-hero-card{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;margin-bottom:1.4rem;padding:1.2rem 1.3rem;border-radius:1.3rem}.page-hero-card h3{margin:.45rem 0 .5rem;font-size:clamp(1.15rem,2vw,1.45rem)}.page-hero-card p{color:var(--muted);line-height:1.7;margin:0}.page-pill-stack{display:flex;flex-wrap:wrap;gap:.65rem}.page-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .7rem;border-radius:999px;background:#5ee7ff1f;color:#dce8f7;font-size:.9rem}.program-card{display:flex;flex-direction:column;gap:.8rem;min-height:270px}.program-top{display:flex;justify-content:space-between;align-items:center}.program-icon-wrap{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:.9rem;background:#5ee7ff26;color:var(--cyan)}.program-card h3{margin:0}.program-card p{color:var(--muted);line-height:1.7;margin:0}.program-badge{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .6rem;border-radius:999px;background:#5ee7ff24;color:var(--cyan);font-size:.8rem}.program-meta{display:flex;flex-wrap:wrap;gap:.5rem}.meta-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .5rem;border-radius:999px;background:#ffffff0d;color:#dce8f7;font-size:.8rem}.program-card .btn{margin-top:auto;width:max-content}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-shell{margin-top:2rem;padding:4rem 0 1.6rem;background:linear-gradient(180deg,#081424f5,#030712fa);border-top:1px solid rgba(94,231,255,.16)}.footer-grid{display:grid;grid-template-columns:1.4fr .9fr .8fr 1.1fr;gap:1.3rem}.footer-card{padding:1rem 0}.footer-card h3,.footer-card h4{margin-top:0;margin-bottom:.8rem}.footer-card p,.footer-card li{color:var(--muted);line-height:1.8}.footer-note{margin-top:.7rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.footer-links li{display:flex;align-items:center;gap:.5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);color:var(--muted);font-size:.95rem}.footer-bottom-links{display:flex;gap:1rem}.status-new{color:var(--cyan)}.status-contacted{color:#8d5bff}.status-converted{color:#4ade80}.status-closed{color:#f59e0b}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 980px){.hero-grid,.about-grid{grid-template-columns:1fr}.hero-stats,.stats-grid,.cards-grid-4,.innovation-grid,.timeline-shell,.cards-grid-3,.cards-grid-2,.footer-grid,.hero-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.desktop-nav{display:none}.mobile-nav-toggle{display:inline-flex}}@media (max-width: 768px){.section{padding:70px 20px}.hero-copy-block h1{font-size:clamp(2.2rem,8vw,2.9rem)}.hero-stats,.stats-grid,.cards-grid-4,.cards-grid-3,.cards-grid-2,.innovation-grid,.timeline-shell,.footer-grid,.hero-visual-grid{grid-template-columns:1fr}.cta-card,.footer-bottom,.brand-strip{flex-direction:column;align-items:flex-start}.hero-actions{flex-direction:column}}@media (max-width: 560px){.section{padding:56px 16px}.container{width:min(100%,calc(100% - 1rem))}.hero-copy-block h1{font-size:clamp(2rem,10vw,2.4rem)}}:root{--bg: #030712;--bg-soft: rgba(7, 19, 36, .8);--border: rgba(255, 255, 255, .12);--text: #f8fbff;--muted: #9aa9c2;--cyan: #5ee7ff;--blue: #6b8cff;--purple: #8d5bff}
