:root{--bg-dark: #101418;--bg-elevated: #0b1116;--text-light: #E9EEF1;--text-muted: #A6B0B8;--primary-dark: #0B3D2E;--primary-accent: #2EC27E;--border: #1c242c;--container-max: 1200px;--padding-x: clamp(24px, 5vw, 32px);--padding-y: 2rem;--radius: 12px;--radius-lg: 18px;--font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-size-base: 16px;--line-height: 1.6}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height);color:var(--text-light);background:radial-gradient(ellipse at center,var(--bg-elevated) 0%,var(--bg-dark) 100%);min-height:100vh;overflow-x:hidden}.skip-link{position:absolute;top:-40px;left:6px;background:var(--primary-accent);color:var(--bg-dark);padding:8px 16px;text-decoration:none;border-radius:var(--radius);font-weight:600;z-index:1000;transition:top .3s ease}.skip-link:focus{top:6px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#101418e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header-content{max-width:var(--container-max);margin:0 auto;padding:1rem var(--padding-x);display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-light)}.wordmark{font-size:1.25rem;font-weight:700;letter-spacing:-.025em}.header-nav{display:flex;align-items:center}.nav-link{color:var(--text-light);text-decoration:none;font-weight:600;padding:.5rem 1rem;border-radius:var(--radius);transition:all .2s ease}.nav-link:hover{color:var(--primary-accent);background:var(--bg-elevated)}.nav-link:focus{outline:2px solid var(--primary-accent);outline-offset:2px}.nav-active{color:var(--primary-accent)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--padding-y) var(--padding-x);text-align:center;position:relative}.hero-content{max-width:800px;width:100%}.kicker{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem}.claim{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--text-light) 0%,var(--primary-accent) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subclaim{font-size:clamp(1rem,2.4vw,1.25rem);color:var(--text-muted);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}@media (min-width: 640px){.hero-actions{flex-direction:row;justify-content:center}}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:var(--radius);text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease;min-width:180px}.btn-primary{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-accent) 100%);color:#fff;box-shadow:0 4px 12px #2ec27e33}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2ec27e4d}.btn-primary:focus{outline:2px solid var(--primary-accent);outline-offset:2px}.btn-secondary{background:transparent;color:var(--text-light);border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--primary-accent);color:var(--primary-accent)}.btn-secondary:focus{outline:2px solid var(--primary-accent);outline-offset:2px}.trust-badge{opacity:.8}.trust-badge p{font-size:1.075rem;color:var(--text-muted)}.page-main{min-height:100vh;padding-top:6rem;padding-bottom:4rem}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--padding-x)}.page-header{text-align:center;margin-bottom:4rem}.page-header h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem}.lead{font-size:clamp(1.125rem,2vw,1.25rem);color:var(--text-muted);max-width:600px;margin:0 auto}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.team-card{background:#0e161d;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:transform .2s ease,border-color .2s ease}.team-card:hover{transform:translateY(-4px);border-color:var(--primary-accent)}.team-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.team-role{color:var(--primary-accent);font-weight:600;margin-bottom:1rem}.team-bio{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.team-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted);padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.profile-image{text-align:center;margin-bottom:1.5rem}.profile-photo{width:120px;height:120px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin:0 auto;display:block;border:2px solid var(--primary-accent)}.expertise-section{margin-top:1.5rem}.expertise-section h3{color:var(--primary-accent);font-size:1rem;font-weight:600;margin:1rem 0 .5rem}.expertise-section h3:first-child{margin-top:0}.expertise-section ul{list-style:none;margin-bottom:1rem}.expertise-section li{color:var(--text-muted);line-height:1.5;margin-bottom:.5rem;padding-left:1rem;position:relative}.expertise-section li:before{content:"•";color:var(--primary-accent);position:absolute;left:0}.legal-content{max-width:800px;margin:0 auto}.legal-section{margin-bottom:3rem}.legal-section h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.legal-section h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary-accent)}.legal-section h3{font-size:1.25rem;font-weight:600;margin:2rem 0 1rem}.legal-subtitle{color:var(--text-muted);font-size:1.125rem;margin-bottom:2rem}.legal-info{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin-bottom:2rem}.legal-section p{margin-bottom:1rem;color:var(--text-muted);line-height:1.7}.legal-section ul{margin:1rem 0;padding-left:2rem}.legal-section li{color:var(--text-muted);margin-bottom:.5rem}.footer{position:fixed;bottom:0;left:0;right:0;background:#101418f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border);z-index:50}.footer-content{max-width:var(--container-max);margin:0 auto;padding:1rem var(--padding-x);display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.footer-nav{display:flex;gap:1.5rem}.footer-nav a{color:var(--text-muted);text-decoration:none;transition:color .2s ease}.footer-nav a:hover{color:var(--primary-accent)}.footer-nav a:focus{outline:2px solid var(--primary-accent);outline-offset:2px;border-radius:4px}@media (max-width: 639px){.footer-content{flex-direction:column;gap:.5rem;text-align:center}.hero,.page-main{padding-bottom:6rem}}:focus{outline:2px solid var(--primary-accent);outline-offset:2px}@media (prefers-contrast: high){:root{--text-light: #ffffff;--text-muted: #cccccc;--border: #444444}}
