@charset "UTF-8";:root{--brand: #54bdd3;--brand-dark: #22343e;--brand-dark-2: #2c4350;--accent: #ffd473;--ink: #212121;--ink-soft: #5b6b73;--line: #e3e8ea;--bg: #f6f8f9;--surface: #ffffff;--ok: #1d9e75;--ok-bg: #e1f5ee;--radius: 14px;--shadow: 0 1px 3px rgba(34, 52, 62, .08);--wrap: 1120px}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 22px;border:none;border-radius:var(--radius);background:var(--brand-dark);color:#fff;font-size:17px;font-weight:600;cursor:pointer;width:100%;transition:transform .05s ease,background .15s ease}.btn:hover{background:var(--brand-dark-2)}.btn:active{transform:scale(.99)}.btn--ghost{background:transparent;color:var(--brand-dark);border:1.5px solid var(--line)}.btn--ghost:hover{background:#fff;border-color:var(--brand)}@media(min-width:720px){.btn{width:auto}}.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}
