@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#050b18;--foreground:#ffffff;--primary:#1e63ff;--secondary:#0f172a;--card:#111827;--text-muted:#cbd5e1}*{box-sizing:border-box}html{scroll-behavior:smooth}.logo-container{background:white;width:100%;padding:2rem;display:flex;justify-content:center;align-items:center}.logo-container img{max-width:600px;width:80%;height:auto}body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}main{width:100%}.hero{min-height:75vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#050b18,#0f2a5f)}.hero h1{font-size:4rem;margin-bottom:1rem;letter-spacing:2px}.hero h2{font-size:2rem;color:#60a5fa;margin-bottom:1.5rem}.hero p{max-width:800px;font-size:1.2rem;line-height:1.7;color:var(--text-muted)}section img{max-width:100%;height:auto;border-radius:12px;margin:2rem 0}button{margin-top:2rem;padding:.9rem 2rem;border:none;border-radius:8px;background:var(--primary);color:white;font-size:1rem;font-weight:700;cursor:pointer}button:hover{opacity:.85}section{padding:4rem 2rem;max-width:1100px;margin:auto}section h2{font-size:2.2rem;margin-bottom:1.5rem;color:#60a5fa}section p{color:var(--text-muted);line-height:1.7;font-size:1.1rem}section div{background:var(--card);border-radius:12px;padding:1.5rem;margin:1rem 0;border:1px solid #1e293b}section div h3{color:white;margin-bottom:.75rem}section:last-child{text-align:center;padding-bottom:5rem}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero h2{font-size:1.5rem}section{padding:3rem 1.25rem}}