/* Basic styles for T Reg Solutions - lightweight and responsive */
:root{--bg:#f7fafc;--card:#ffffff;--accent:#0b74de;--text:#0f1720}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial,sans-serif;background:var(--bg);color:var(--text);display:flex;align-items:center;justify-content:center;padding:2rem}
.container{background:var(--card);padding:2rem;border-radius:12px;box-shadow:0 6px 18px rgba(16,24,40,0.08);max-width:720px;width:100%;text-align:center}
h1{margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,2.25rem)}
.lead{margin:0;color:#374151;font-size:clamp(1rem,2.2vw,1.125rem)}
