:global(html){scroll-behavior:smooth}:root{--bg: rgb(9, 60, 138);--surface: #111419;--surface-2: #151922;--text: #e9ecef;--muted: #b0b6c0;--primary: #4dabf7;--primary-600: #339af0;--border: #222733;--card: #121720;--shadow: 0 10px 30px rgba(0, 0, 0, .35)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--text);background:var(--bg);overflow-x:hidden}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;background:var(--surface);color:var(--text);padding:.5rem .75rem;border-radius:.5rem;outline:2px solid var(--primary)}.container{width:min(1100px,92%);margin:0 auto}.section{padding:5rem 0}.section.alt{background:transparent}#team>.container{width:100vw;max-width:100vw;margin-left:50%;transform:translate(-50%);padding-left:0;padding-right:0}.hero>.container{width:100vw;max-width:100vw;margin-left:50%;transform:translate(-50%);padding-left:0;padding-right:0}.container{width:min(1100px,92%);margin:0 auto;overflow-x:hidden}.section-header{text-align:center;margin-bottom:2.5rem}.section-header h2{margin:0 0 .5rem;font-size:clamp(1.5rem,1.1rem + 1.5vw,2.25rem);letter-spacing:.3px}.section-header p{color:var(--muted);margin:0 auto;max-width:60ch}.site-header{position:sticky;top:0;z-index:20;background:#0b0d10b3;-webkit-backdrop-filter:saturate(120%) blur(10px);backdrop-filter:saturate(120%) blur(10px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:700;letter-spacing:.2px}.brand svg{color:var(--primary)}.nav-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);border-radius:.5rem;background:var(--surface);color:var(--text)}.hamburger,.hamburger:before,.hamburger:after{width:18px;height:2px;background:currentColor;border-radius:2px;position:relative;transition:transform .2s ease,opacity .2s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0}.hamburger:before{top:-6px}.hamburger:after{top:6px}.hamburger.open{background:transparent}.hamburger.open:before{transform:translateY(6px) rotate(45deg)}.hamburger.open:after{transform:translateY(-6px) rotate(-45deg)}.site-nav{display:flex;gap:1rem;align-items:center}.site-nav a{padding:.55rem .75rem;color:var(--muted);border-radius:.5rem;transition:color .15s ease,background .15s ease}.site-nav a:hover{color:var(--text);background:var(--surface)}.site-nav a.cta{color:var(--bg);background:var(--primary);font-weight:600}.site-nav a.cta:hover{background:var(--primary-600)}@media (max-width: 860px){.nav-toggle{display:inline-flex}.site-nav{position:absolute;right:1rem;top:68px;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;flex-direction:column;padding:.5rem;box-shadow:var(--shadow);display:none}.site-nav.open{display:flex}}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;align-items:center}.hero-content{text-align:center;display:flex;flex-direction:column;align-items:center}.hero h1{margin:0 0 1rem;font-size:clamp(2rem,1.2rem + 3vw,3rem)}.hero p{color:var(--muted);max-width:60ch}.actions{display:flex;gap:.75rem;margin-top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem .9rem;border-radius:.6rem;background:var(--surface);color:var(--text);border:1px solid var(--border);transition:background .15s ease,transform .02s ease}.btn:hover{background:var(--surface-2)}.btn:active{transform:translateY(1px)}.btn.primary{background:var(--primary);border-color:var(--primary-600);color:var(--bg)}.btn.primary:hover{background:var(--primary-600)}.btn.block{width:100%}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1.5rem}.hero-stats div{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:.9rem 1rem;text-align:center}.hero-stats strong{font-size:1.25rem;display:block}.hero-stats span{color:var(--muted);font-size:.9rem}.hero-media{display:grid;place-items:center}.hero-media img{max-width:800px;width:100%;max-height:850px;height:auto;display:block;border-radius:2rem;border:3px solid var(--border);box-shadow:var(--shadow);margin:0 auto}.robot-media img{max-width:500px;height:auto;display:block;border-radius:1rem;border:1px solid var(--border);box-shadow:var(--shadow)}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.card{background:var(--card);border:1px solid var(--border);border-radius:.9rem;padding:1rem;box-shadow:var(--shadow)}.card h3{margin:0 0 .4rem}.card p{color:var(--muted);margin:0}.people{display:grid;grid-template-columns:repeat(3,1fr);gap:3.5rem;width:100%;max-width:1600px;margin:0 auto;justify-items:center}.person{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--card);border:1px solid var(--border);border-radius:2.5rem;padding:3.5rem 2.2rem;box-shadow:var(--shadow);flex:1 1 0%;width:100%;height:640px;min-height:640px;max-height:640px;box-sizing:border-box}.person img{display:block;margin-left:auto;margin-right:auto;width:400px;height:400px;max-width:400px;max-height:400px;min-width:400px;min-height:400px;object-fit:cover;border-radius:2.5rem;border:7px solid var(--border)}.person strong{display:block;color:var(--primary);font-size:2.4rem;margin-top:2rem;text-align:center}.person span{color:var(--muted);font-size:1.7rem;margin-top:1rem;display:block;text-align:center}.feature-list{margin:1rem 0 1.25rem;padding:0 0 0 1.1rem;color:var(--muted)}#sponsors{background:transparent}.sponsor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;align-items:stretch;max-width:100%;overflow-x:hidden}.sponsor{display:grid;place-items:center;background:#e0e0e0;color:#000;border:1px solid rgb(9,60,138);border-radius:.9rem;padding:1.5rem;min-height:200px;box-shadow:none}.sponsor img{max-width:400px;max-height:150px;width:auto;height:auto;display:block;filter:none;mix-blend-mode:normal;opacity:1;transition:opacity .2s ease,transform .15s ease}.sponsor img:hover{opacity:1;transform:scale(1.2)}.contact .panel{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1rem;box-shadow:var(--shadow)}.contact-list{list-style:none;padding:0;margin:1rem 0 0}.contact-list li{display:flex;align-items:center;gap:.6rem;margin:.5rem 0;color:var(--muted)}.site-footer{border-top:1px solid var(--border);background:#11141999}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.footer-brand{display:flex;align-items:center;gap:.6rem}.footer-brand .logo{display:grid;place-items:center;width:36px;height:36px;border-radius:.5rem;background:var(--primary);color:var(--bg);font-weight:800;border:1px solid var(--primary-600)}.footer-nav{display:flex;gap:.75rem}.footer-nav a{color:var(--muted)}.footer-nav a:hover{color:var(--text)}@media (max-width: 960px){.grid-2{grid-template-columns:1fr}.cards,.people{grid-template-columns:repeat(2,1fr)}.sponsor-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 768px){.people,.sponsor-grid{grid-template-columns:1fr}.sponsor img{max-width:250px;max-height:120px}.sponsor{max-width:100%}}@media (max-width: 520px){.cards,.people{grid-template-columns:1fr}.sponsor-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.sponsor[aria-label=MideastMarket]{min-height:140px;padding:1.1rem}.sponsor[aria-label=MideastMarket] img{max-width:240px;max-height:180px}.sponsor[aria-label=Equifax]{min-height:120px;padding:1.1rem}.sponsor[aria-label=Equifax] img{max-width:220px;max-height:200px}.sponsor[aria-label=Tasacom]{min-height:120px;padding:1.1rem}.sponsor[aria-label=Tasacom] img{max-width:240px;max-height:220px}.sponsor[aria-label=WWT]{min-height:200px;padding:1.1rem}.sponsor[aria-label=WWT] img{max-width:360px;max-height:360px}.sponsor[aria-label=Pfizer]{min-height:200px;padding:1.1rem}.sponsor[aria-label=Pfizer] img{max-width:240px;max-height:220px}button,.btn,[role=button],[type=button],[type=submit],a.btn{transition:transform .2s ease,box-shadow .2s ease}button:hover,.btn:hover,[role=button]:hover,[type=button]:hover,[type=submit]:hover,a.btn:hover{transform:scale(1.08);box-shadow:0 6px 16px #0003}button:active,.btn:active,[role=button]:active,[type=button]:active,[type=submit]:active,a.btn:active{transform:scale(.98)}
