.rc-lpf{padding:clamp(56px,8vw,96px) 0}.rc-lpf--dark{background:var(--rc-dark-900)}.rc-lpf--light{background:var(--rc-light-100)}.rc-lpf__inner{align-items:center;display:grid;gap:clamp(32px,6vw,72px);grid-template-columns:.9fr 1.1fr;margin-inline:auto;width:min(1180px,calc(100% - 40px))}.rc-lpf__texto{display:flex;flex-direction:column;gap:20px}.rc-lpf__eyebrow{align-items:center;background:var(--surface-soft);border:1px solid var(--border-strong);border-radius:var(--radius-pill);color:var(--brand);display:inline-flex;font-family:var(--font-body);font-size:13px;font-weight:700;min-height:34px;padding:6px 16px;width:fit-content}.rc-lpf--dark .rc-lpf__eyebrow{color:var(--rc-green-500)}.rc-lpf__titulo{color:var(--text);font-family:var(--font-display);font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.15;margin:0}.rc-lpf--dark .rc-lpf__titulo{color:#fff}.rc-lpf__cifras{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:4px}.rc-lpf__cifra{display:flex;flex-direction:column;gap:4px}.rc-lpf__cifra-numero{color:var(--brand);font-family:var(--font-display);font-size:clamp(32px,4vw,44px);font-weight:800;line-height:1}.rc-lpf--dark .rc-lpf__cifra-numero{color:var(--rc-green-500)}.rc-lpf__cifra-texto{color:var(--paragraph);font-family:var(--font-body);font-size:14px;font-weight:400;line-height:1.4}.rc-lpf--dark .rc-lpf__cifra-texto{color:#cbd5e1}.rc-lpf__apoyo{color:var(--paragraph-soft);font-family:var(--font-body);font-size:15px;font-weight:300;line-height:1.6;margin:4px 0 0}.rc-lpf--dark .rc-lpf__apoyo{color:#a4b1c8}.rc-lpf__cta{align-items:center;background:linear-gradient(135deg,var(--rc-blue-600) 0,var(--rc-blue-400) 100%);border-radius:var(--radius-pill);box-shadow:0 12px 26px rgba(0,100,224,.24);color:#fff;display:inline-flex;font-family:var(--font-body);font-size:15px;font-weight:500;justify-content:center;margin-top:8px;min-height:48px;padding:15px 28px;transition:transform var(--speed),box-shadow var(--speed);width:fit-content}.rc-lpf__cta:hover{box-shadow:0 16px 32px rgba(0,100,224,.34);transform:translateY(-2px)}.rc-lpf__visual{align-items:center;display:flex;justify-content:center}.rc-map{background:linear-gradient(180deg,#fff,#ecf4ff);border:1px solid #e2e8f0;border-radius:24px;box-sizing:border-box;font-family:var(--font-body);height:760px;max-width:100%;overflow:hidden;position:relative;width:600px;zoom:.75}.rc-map-glow{left:50%;pointer-events:none;position:absolute;transform:translateX(-50%)}.rc-map-glow-top{background:radial-gradient(closest-side,rgba(110,212,255,.3),rgba(110,212,255,0));height:340px;top:-140px;width:520px}.rc-map-glow-bottom{background:radial-gradient(closest-side,rgba(0,100,224,.14),rgba(0,100,224,0));bottom:-170px;height:400px;width:620px}.rc-map-svg{height:100%;inset:0;position:absolute;width:100%}.rc-map-label{fill:#0064e0;font-family:var(--font-body);font-size:16px;font-weight:500}@media (max-width:900px){.rc-lpf__inner{grid-template-columns:1fr}.rc-lpf__titulo{text-align:center}.rc-lpf__cta{margin-inline:auto}.rc-map{aspect-ratio:600/760;height:auto;zoom:.55}.rc-lpf__cifras{gap:20px;grid-template-columns:1fr}}