:root{color-scheme:light;--ink:#171525;--muted:#686478;--purple:#7048df;--purple-dark:#40219b;--mint:#dff9f2;--line:#e8e3f2;--paper:#fff;--bg:#f7f4fc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 90% 0,#e9deff 0,transparent 31rem),var(--bg);line-height:1.65}.top{max-width:920px;margin:auto;padding:28px 24px 8px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);font-weight:850;text-decoration:none;font-size:20px}.mark{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:linear-gradient(145deg,#7d58eb,#5430bd);box-shadow:0 8px 24px #6d45d747;font-size:20px}.nav{display:flex;gap:18px;flex-wrap:wrap}.nav a{color:var(--muted);text-decoration:none;font-weight:650;font-size:14px}.nav a:hover{color:var(--purple)}main{max-width:920px;margin:24px auto 64px;padding:0 24px}.hero{border-radius:28px;padding:52px 54px;color:#fff;background:linear-gradient(135deg,#7650e3,#4a269f);box-shadow:0 24px 60px #4b29932b;position:relative;overflow:hidden}.hero:after{content:"¡Hola!";position:absolute;right:-14px;bottom:-55px;font-size:115px;font-weight:900;color:#ffffff0c;transform:rotate(-9deg)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:12px;color:#d8caff}.hero h1{font-size:clamp(36px,6vw,62px);line-height:1.02;margin:10px 0 16px;letter-spacing:-.045em}.hero p{max-width:650px;color:#e8e0fb;font-size:18px;margin:0}.updated{display:inline-block;margin-top:20px;padding:7px 12px;border-radius:999px;background:#ffffff18;color:#f4efff;font-size:13px}.document{background:var(--paper);border:1px solid var(--line);border-radius:24px;margin-top:22px;padding:38px 46px;box-shadow:0 16px 42px #43247c0b}.document h2{font-size:24px;line-height:1.25;margin:38px 0 10px;letter-spacing:-.02em}.document h2:first-child{margin-top:0}.document h3{font-size:17px;margin:25px 0 6px}.document p,.document li{color:#4e4a5a}.document a,.contact a{color:var(--purple);font-weight:650}.document ul{padding-left:23px}.document li+li{margin-top:7px}.notice{padding:17px 19px;border-radius:15px;background:var(--mint);border-left:4px solid #22b68c;margin:20px 0}.warning{background:#fff4db;border-left-color:#f0ac2d}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}.card{display:flex;flex-direction:column;min-height:218px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:25px;text-decoration:none;color:var(--ink);box-shadow:0 12px 32px #43247c0b;transition:.18s ease}.card:hover{transform:translateY(-3px);border-color:#bba7ef;box-shadow:0 17px 38px #43247c18}.card .icon{font-size:28px}.card h2{font-size:21px;margin:22px 0 7px}.card p{font-size:14px;color:var(--muted);margin:0}.card span:last-child{color:var(--purple);font-weight:750;margin-top:auto;padding-top:15px}.contact{background:#ede6ff;border-radius:19px;padding:24px 27px;margin-top:24px}.contact h2{margin:0 0 5px}.button{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;padding:13px 19px;border-radius:13px;background:var(--purple);color:#fff!important;text-decoration:none;font-weight:800}.steps{counter-reset:step;list-style:none!important;padding:0!important}.steps li{counter-increment:step;position:relative;padding:4px 0 18px 48px}.steps li:before{content:counter(step);position:absolute;left:0;top:0;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#ebe3ff;color:var(--purple-dark);font-weight:850}footer{max-width:920px;margin:0 auto 35px;padding:0 24px;color:#807b8c;font-size:13px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}footer a{color:#6c55a8}@media(max-width:720px){.top{align-items:flex-start;flex-direction:column}.nav{gap:14px}.hero{padding:38px 25px;border-radius:22px}.hero p{font-size:16px}.document{padding:28px 23px;border-radius:20px}.cards{grid-template-columns:1fr}.card{min-height:170px}main{padding:0 15px}.top,footer{padding-left:18px;padding-right:18px}}
