@charset "UTF-8";:root{--primary: #0066cc;--secondary: #00a3a3;--background: #f6f8fb;--surface: #fff;--text: #0b1220;--muted: #6b7280;--radius: 12px;--gap: 1.25rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color-scheme:light;--header-height: 100px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--background);color:var(--text);line-height:1.5;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0 0 .5em;font-weight:700;color:var(--primary)}p{margin:0 0 1em;color:var(--muted)}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--secondary)}.btn{display:inline-block;padding:.6em 1.2em;border-radius:8px;border:none;background:var(--primary);color:#fff;font-weight:600;cursor:pointer;transition:background .2s}.btn-secondary{background:var(--secondary)}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.btn:hover,.btn:focus{background:var(--secondary);color:#fff}@media (max-width: 1024px){:root{--header-height: 140px}}.container{max-width:1100px;margin:0 auto;padding-left:10px;padding-right:10px;width:100%;box-sizing:border-box}@media (max-width: 600px){.container{padding-left:12px;padding-right:12px}}
