*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #030509;--surface: #0A0C12;--card: #0F1218;--border: #1F2538;--blue: #3636B8;--blue-glow: #5555E0;--blue-light: #7878FF;--green: #0ABD68;--green-dim: #0ABD6818;--teal: #0CB080;--yellow: #F5C840;--yellow-dim: #F5C84018;--red: #E84550;--red-dim: #E8455018;--white: #F5F8FF;--text: #C8D0E8;--text-dim: #7A88A8;--text-mute: #4A5670;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}h1{font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.1;letter-spacing:-.02em}h2{font-size:clamp(1.5rem,4vw,3rem);font-weight:600;line-height:1.2;letter-spacing:-.01em}h3{font-size:clamp(1.25rem,3vw,2rem);font-weight:600;line-height:1.3}p{font-size:clamp(1rem,2vw,1.125rem);line-height:1.6}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}@media(min-width:1024px){.container{padding:0 3rem}}nav{position:fixed;top:0;left:0;right:0;background-color:#030509fa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--border);box-shadow:0 1px #0abd680d}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem;max-width:1400px;margin:0 auto}.logo{font-size:1.5rem;font-weight:700;color:var(--white);text-decoration:none;letter-spacing:-.02em}.nav-links{display:none;gap:2rem;list-style:none}@media(min-width:768px){.nav-links{display:flex}}.nav-links a{color:var(--text-dim);text-decoration:none;font-weight:500;transition:var(--transition);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.nav-links a:hover{color:var(--white)}.nav-links a.active{font-weight:700;color:var(--green)}.mobile-menu-btn{display:block;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem}@media(min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu{display:none;position:fixed;top:60px;left:0;right:0;background-color:var(--surface);border-bottom:1px solid var(--border);padding:1rem}.mobile-menu.active{display:block}.mobile-menu ul{list-style:none}.mobile-menu li{padding:1rem 0;border-bottom:1px solid var(--border)}.mobile-menu a{color:var(--text);text-decoration:none;font-weight:500;font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 1rem 4rem;background:var(--bg);position:relative}.hero:before{content:"";position:absolute;inset:0;opacity:.03;background-image:linear-gradient(var(--blue-light) 1px,transparent 1px),linear-gradient(90deg,var(--blue-light) 1px,transparent 1px);background-size:64px 64px;pointer-events:none}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.hero-title{margin-bottom:1.5rem;animation:fadeInUp .8s ease-out;color:var(--white)}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--text-dim);margin-bottom:2rem;animation:fadeInUp .8s ease-out .2s both}.hero-cta{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,var(--blue),var(--blue-glow));color:var(--white);text-decoration:none;font-weight:600;border-radius:8px;transition:var(--transition);animation:fadeInUp .8s ease-out .4s both;font-size:clamp(.9rem,2vw,1rem);box-shadow:0 4px 18px #3636b859,0 0 20px #5555e026}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 12px 36px #5555e073,0 0 30px #7878ff33}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}section{padding:4rem 1rem}@media(min-width:768px){section{padding:6rem 2rem}}@media(min-width:1024px){section{padding:8rem 3rem}}.section-title{text-align:center;margin-bottom:3rem}.section-subtitle{text-align:center;color:var(--text-dim);max-width:800px;margin:0 auto 3rem;font-size:clamp(1rem,2vw,1.25rem)}.cards-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media(min-width:640px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.cards-grid{grid-template-columns:repeat(3,1fr)}}.card{background-color:var(--card);padding:2rem;border:1px solid var(--border);border-radius:12px;transition:var(--transition);box-shadow:0 2px 8px #0000004d}.card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0abd681f,0 4px 12px #0006;border-color:var(--green);background-color:#0f1218f2}.card-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.card-title{font-size:clamp(1.25rem,2.5vw,1.5rem);margin-bottom:.75rem;font-weight:600;color:var(--white)}.card-subtitle{font-size:.9rem;color:var(--text-mute);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.card-description{color:var(--text-dim);line-height:1.7;font-size:clamp(.95rem,2vw,1.05rem)}.quote-section{background:linear-gradient(135deg,var(--surface) 0%,var(--card) 100%);color:var(--white);padding:4rem 1rem;text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);box-shadow:inset 0 1px #0abd6814}@media(min-width:768px){.quote-section{padding:6rem 2rem}}.quote-text{font-size:clamp(1.25rem,3vw,2rem);max-width:900px;margin:0 auto;line-height:1.5;font-weight:500;color:var(--white)}.team-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media(min-width:640px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.team-grid{grid-template-columns:repeat(4,1fr)}}.team-member{text-align:center}.team-member-photo{width:100%;max-width:250px;height:auto;aspect-ratio:1;object-fit:cover;border-radius:12px;margin:0 auto 1rem;display:block;border:1px solid var(--border)}.team-member-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--white)}.team-member-role{color:var(--text-dim);font-size:.95rem;margin-bottom:.5rem}.team-member-bio{color:var(--text-dim);font-size:.9rem;line-height:1.6}footer{background-color:var(--surface);color:var(--white);padding:3rem 1rem;text-align:center;border-top:1px solid var(--border)}@media(min-width:768px){footer{padding:4rem 2rem}}footer p{color:var(--text-mute);font-size:.9rem}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(hover:none){.card:hover,.hero-cta:hover{transform:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}a:focus-visible,button:focus-visible{outline:2px solid var(--green);outline-offset:2px}
