@font-face { font-family: "Inter"; src: url("../assets/fonts/inter-latin.woff2") format("woff2"); font-display: swap; }
:root { --ink: #1d1d1f; --muted: #6e6e73; --line: #d2d2d7; --gray: #f5f5f7; --blue: #0066cc; }
* { box-sizing: border-box; }
html { background: #fff; }
body { margin: 0; color: var(--ink); background: #fff; font: 17px/1.6 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif; letter-spacing: -.01em; -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
a { color: var(--blue); }
.legal-header { position: sticky; top: 0; z-index: 10; height: 54px; padding: 0 max(20px, calc(50% - 540px)); display: flex; align-items: center; gap: 18px; background: rgba(251, 251, 253, .8); border-bottom: 1px solid rgba(0, 0, 0, .06); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); }
.legal-brand { display: inline-flex; align-items: center; gap: 8px; margin-right: auto; }
.legal-brand img:last-child { height: auto; }
.legal-langs { display: inline-flex; padding: 3px; background: #e8e8ed; border-radius: 9px; }
.legal-langs button { min-width: 38px; height: 28px; border: 0; border-radius: 7px; background: transparent; font-family: inherit; font-size: 12px; font-weight: 600; color: var(--ink); cursor: pointer; }
.legal-langs button[aria-pressed="true"] { background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .12); }
.legal-back { font-size: .85rem; text-decoration: none; white-space: nowrap; }
.legal-nav { padding: 14px max(20px, calc(50% - 540px)); background: var(--gray); overflow-x: auto; }
.legal-nav div { display: flex; gap: 8px; white-space: nowrap; }
.legal-nav a { padding: 7px 14px; color: var(--ink); background: #fff; border-radius: 999px; font-size: .85rem; text-decoration: none; }
.legal-nav a[aria-current="page"] { color: #fff; background: var(--ink); }
.legal-main { width: min(760px, calc(100vw - 40px)); margin: 0 auto; padding: clamp(40px, 7vw, 88px) 0 80px; }
.legal-doc h1 { margin: 0; font-size: clamp(2.3rem, 5vw, 3.4rem); font-weight: 600; line-height: 1.06; letter-spacing: -.035em; }
.legal-updated { margin: 10px 0 36px; color: var(--muted); font-size: .9rem; }
.legal-doc section { padding: 26px 0; border-top: 1px solid var(--line); }
.legal-doc h2 { margin: 0 0 10px; font-size: 1.3rem; font-weight: 600; letter-spacing: -.02em; }
.legal-doc p { margin: 0 0 12px; }
.legal-doc ul { margin: 0 0 12px; padding-left: 1.2em; }
.legal-doc li { margin: 0 0 8px; }
.legal-doc code { padding: 1px 6px; background: var(--gray); border-radius: 6px; font-size: .9em; }
.legal-form { padding: 20px 22px; background: var(--gray); border-radius: 18px; }
.legal-en-note { margin: 0 0 24px; padding: 12px 16px; background: #fff4e5; border-radius: 12px; font-size: .9rem; }
.legal-footer { padding: 24px max(20px, calc(50% - 540px)); color: var(--muted); background: var(--gray); font-size: .78rem; }
@media (max-width: 600px) { .legal-back { display: none; } }
/* Página de consulta enviada (sin JavaScript) */
.thanks { text-align: center; }
.thanks__check { width: 88px; height: 88px; margin: 0 auto 18px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #0071e3, #b44ad6 55%, #f0503f); border-radius: 50%; font-size: 2.6rem; }
.thanks h1 { margin: 0; font-size: clamp(2.3rem, 5vw, 3.2rem); font-weight: 600; letter-spacing: -.035em; }
.thanks__lead { max-width: 40ch; margin: 12px auto 26px; color: var(--muted); font-size: 1.1rem; }
.thanks__steps { max-width: 420px; margin: 0 auto 28px; padding: 0; list-style: none; display: grid; gap: 8px; text-align: left; }
.thanks__steps li { padding: 12px 16px; display: flex; align-items: center; gap: 12px; background: var(--gray); border-radius: 14px; }
.thanks__steps b { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #fff; font-size: .8rem; }
.thanks__steps li:first-child b { color: #fff; background: #1f9a3c; }
.thanks__actions { display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; }
.thanks__button { padding: 11px 22px; color: #fff; background: #0071e3; border-radius: 999px; text-decoration: none; font-weight: 500; }
.thanks__ca { margin-top: 30px; color: var(--muted); font-size: .85rem; }
