:root{--primary:#0f172a;--accent:#ff4d2d;--bg:#f8fafc;--font-main:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background:var(--bg);color:var(--primary);line-height:1.6;padding-top:72px}.hero{min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:4rem 2rem}.hero-content{text-align:center;max-width:800px}.logo-container{margin-bottom:2rem}.logo-img{max-width:180px;height:auto;width:auto;object-fit:contain;aspect-ratio:1/1;width:180px;aspect-ratio:1/1}.tagline{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--primary);margin-bottom:1.5rem;line-height:1.2}.mission{font-size:1.25rem;color:#64748b;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1.5rem;border-radius:8px;font-weight:500;font-size:0.875rem;text-decoration:none;transition:transform 0.2s ease;border:none;cursor:pointer}.btn-primary{background:var(--primary);color:white;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.btn-secondary{background:white;color:#475569;border:1px solid #e2e8f0}.btn svg{width:16px;height:16px}@media (max-width:768px){body{padding-top:64px}.hero{padding:2rem 1rem}.tagline{font-size:2rem}} 