/* Extracted from servicios-expropiaciones-legalia.php style block 1. */
/* FIX GLOBAL: elimina bordes/margenes blancos laterales en bloques full width */
html,
body {
 margin: 0 !important;
 padding: 0 !important;
 width: 100% !important;
 min-width: 0 !important;
 overflow-x: hidden !important;
 background: #030a08 !important;
}

body {
 box-sizing: border-box;
}

*,
*::before,
*::after {
 box-sizing: border-box;
}

body > main#contenido,
main#contenido {
 width: 100% !important;
 max-width: none !important;
 margin: 0 !important;
 padding: 0 !important;
 background: #030a08 !important;
 overflow: hidden;
}

main#contenido > section {
 width: 100% !important;
 max-width: 100% !important;
 margin-left: 0 !important;
 margin-right: 0 !important;
}

.lg-hero,
.lg-results-section,
.lg-hero-final-reforzada,
.lg-info-section,
.lg-types-section,
.lg-locations-section,
.lg-testimonial-premium-dark,
.lg-appraisal-section,
.lg-faq-premium-dark,
.lg-cta-email-full-width,
.lg-beneficios-full-width,
.lg-consultas-full-width,
.lg-final-block-full-width {
 width: 100% !important;
 max-width: 100% !important;
 margin-left: 0 !important;
 margin-right: 0 !important;
 border-left: 0 !important;
 border-right: 0 !important;
}

.lg-container,
.lg-results-container,
.lg-info-container,
.lg-types-container,
.lg-locations-container,
.lg-testimonial-container,
.lg-appraisal-container,
.lg-faq-container,
.lg-section-container,
.lg-final-container-inner {
 max-width: 1200px;
 margin-left: auto !important;
 margin-right: auto !important;
}

@media (max-width: 767px) {
 main#contenido > section,
 .lg-hero,
 .lg-results-section,
 .lg-hero-final-reforzada,
 .lg-info-section,
 .lg-types-section,
 .lg-locations-section,
 .lg-testimonial-premium-dark,
 .lg-appraisal-section,
 .lg-faq-premium-dark,
 .lg-cta-email-full-width,
 .lg-beneficios-full-width,
 .lg-consultas-full-width,
 .lg-final-block-full-width {
 left: auto !important;
 right: auto !important;
 width: 100% !important;
 max-width: 100% !important;
 margin-left: 0 !important;
 margin-right: 0 !important;
 }
}

:root {
 --lg-dark: #030a08;
 --lg-dark-2: #08110e;
 --lg-emerald: #1fb383;
 --lg-emerald-2: #39c795;
 --lg-gold: #d4af37;
 --lg-gold-light: #f5e2a2;
 --lg-text: #f7fbf9;
 --lg-muted: rgba(255,255,255,0.72);
 --lg-line: rgba(255,255,255,0.10);
 --lg-glass: rgba(255,255,255,0.06);
 --lg-hero-transition: 5.1s;
 --lg-hero-delay: 0.08s;
 }
 
 .lg-hero,
 .lg-hero * {
 box-sizing: border-box;
 }
 
 .lg-hero {
 position: relative;
 overflow: hidden;
 width: 100%;
 background:
 linear-gradient(180deg, rgba(3,10,8,0.14) 0%, rgba(3,10,8,0.22) 100%),
 linear-gradient(180deg, #07100d 0%, #030a08 100%);
 padding: 84px 0;
 color: var(--lg-text);
 font-family: 'Inter', Arial, Helvetica, sans-serif;
 isolation: isolate;
 }
 
 .lg-hero::before,
 .lg-hero::after {
 content: "";
 position: absolute;
 border-radius: 50%;
 filter: blur(70px);
 pointer-events: none;
 }
 
 .lg-hero::before {
 display: none;
 }
 
 .lg-hero::after {
 width: 320px;
 height: 320px;
 right: -100px;
 top: 40px;
 background: rgba(212,175,55,0.10);
 }
 
 .lg-hero-media {
 position: absolute;
 inset: 0;
 z-index: 0;
 overflow: hidden;
 }
 
 .lg-hero-image {
 position: absolute;
 inset: 0;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 transform: scale(1.02);
 }
 
 .lg-hero-image-green {
 background-image: url('/assets/img/legalia-seccion-finca-justiprecio.webp');
 filter: brightness(0.94) saturate(0.98) contrast(1.02);
 opacity: 0.48;
 will-change: opacity, transform, filter;
 animation: lgRealityHold var(--lg-hero-transition) cubic-bezier(0.22, 0.8, 0.2, 1) var(--lg-hero-delay) forwards;
 }
 
 .lg-hero-image-green::before,
 .lg-hero-image-green::after {
 content: "";
 position: absolute;
 inset: 0;
 background: inherit;
 opacity: 0;
 pointer-events: none;
 }
 
 .lg-hero-image-green::before {
 mix-blend-mode: screen;
 filter: hue-rotate(-8deg) saturate(1.12) brightness(1.03);
 animation: lgRealityRgbGhostBlink var(--lg-hero-transition) linear var(--lg-hero-delay) forwards;
 }
 
 .lg-hero-image-green::after {
 mix-blend-mode: lighten;
 filter: saturate(1.08) brightness(1.03);
 animation: lgRealitySliceGhostBlink var(--lg-hero-transition) linear var(--lg-hero-delay) forwards;
 }
 
 .lg-hero-image-map {
 background-image:
 linear-gradient(90deg, rgba(4,16,25,0.56) 0%, rgba(4,16,25,0.34) 42%, rgba(4,16,25,0.38) 100%),
 linear-gradient(180deg, rgba(1,10,16,0.20) 0%, rgba(1,10,16,0.28) 100%),
 url('/assets/img/legalia-seccion-propietario-notificacion.webp');
 filter: brightness(0.86) contrast(1.05) saturate(0.93);
 will-change: opacity, filter, transform;
 backface-visibility: hidden;
 contain: paint;
 overflow: hidden;
 animation: lgMapRealityConflict var(--lg-hero-transition) cubic-bezier(0.22, 0.8, 0.2, 1) var(--lg-hero-delay) forwards;
 }
 
 .lg-hero-image-map::before,
 .lg-hero-image-map::after {
 content: "";
 position: absolute;
 inset: 0;
 background-image:
 linear-gradient(90deg, rgba(4,16,25,0.56) 0%, rgba(4,16,25,0.34) 42%, rgba(4,16,25,0.38) 100%),
 linear-gradient(180deg, rgba(1,10,16,0.20) 0%, rgba(1,10,16,0.28) 100%),
 url('/assets/img/legalia-seccion-propietario-notificacion.webp');
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 opacity: 0;
 pointer-events: none;
 }
 
 .lg-hero-image-map::before {
 mix-blend-mode: screen;
 filter: hue-rotate(-10deg) saturate(1.18) brightness(1.05);
 animation: lgMapRgbGhostBlink var(--lg-hero-transition) linear var(--lg-hero-delay) forwards;
 }
 
 .lg-hero-image-map::after {
 mix-blend-mode: lighten;
 filter: hue-rotate(8deg) saturate(1.10) brightness(1.04);
 animation: lgMapSliceGhostBlink var(--lg-hero-transition) linear var(--lg-hero-delay) forwards;
 }
 
 .lg-reveal-frontier {
 position: absolute;
 inset: 0;
 z-index: 1;
 pointer-events: none;
 overflow: hidden;
 opacity: 0;
 will-change: opacity, filter;
 mix-blend-mode: screen;
 animation: lgDualRealityField var(--lg-hero-transition) ease-out var(--lg-hero-delay) forwards;
 }
 
 .lg-frontier-glow {
 position: absolute;
 inset: 0;
 background:
 radial-gradient(circle at 24% 40%, rgba(255,255,255,0.07), rgba(255,255,255,0) 30%),
 radial-gradient(circle at 66% 58%, rgba(255,255,255,0.04), rgba(255,255,255,0) 26%),
 repeating-linear-gradient(180deg, rgba(255,255,255,0.008) 0 1px, rgba(255,255,255,0) 1px 6px);
 filter: blur(7px);
 opacity: 0.14;
 }
 
 .lg-reveal-frontier::after {
 content: "";
 position: absolute;
 inset: 0;
 background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.025) 20%, rgba(255,255,255,0.05) 36%, rgba(255,255,255,0.03) 52%, rgba(255,255,255,0.055) 68%, rgba(255,255,255,0) 100%);
 filter: blur(10px);
 opacity: 0.16;
 }
 
 .lg-reveal-frontier .lg-cartography-overlay,
 .lg-reveal-frontier .lg-calc-overlay {
 inset: 0;
 width: 100%;
 }
 
 .lg-reveal-frontier .lg-cartography-overlay {
 z-index: 1;
 opacity: 0.64;
 -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.86) 36%, rgba(0,0,0,0.68) 58%, rgba(0,0,0,0.28) 78%, rgba(0,0,0,0) 100%);
 mask-image: linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.86) 36%, rgba(0,0,0,0.68) 58%, rgba(0,0,0,0.28) 78%, rgba(0,0,0,0) 100%);
 animation: lgDataOverlayFade calc(var(--lg-hero-transition) * 0.96) ease-out var(--lg-hero-delay) forwards;
 }
 
 .lg-reveal-frontier .lg-calc-overlay {
 z-index: 2;
 -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.90) 34%, rgba(0,0,0,0.66) 58%, rgba(0,0,0,0.24) 82%, rgba(0,0,0,0) 100%);
 mask-image: linear-gradient(90deg, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.90) 34%, rgba(0,0,0,0.66) 58%, rgba(0,0,0,0.24) 82%, rgba(0,0,0,0) 100%);
 animation: lgDataOverlayFade calc(var(--lg-hero-transition) * 0.92) ease-out calc(var(--lg-hero-delay) + 0.02s) forwards;
 }
 
 @keyframes lgRealityHold {
 0% {
 opacity: 0.40;
 transform: scale(1.02) translate3d(0, 0, 0);
 filter: brightness(0.90) saturate(0.94) contrast(1.02);
 }
 22% {
 opacity: 0.40;
 }
 30% {
 opacity: 0.80;
 }
 36% {
 opacity: 0.48;
 }
 44% {
 opacity: 0.96;
 }
 100% {
 opacity: 1;
 transform: scale(1.02) translate3d(0, 0, 0);
 filter: brightness(0.94) saturate(0.98) contrast(1.02);
 }
 }
 
 @keyframes lgMapRealityConflict {
 0% {
 opacity: 1;
 transform: scale(1.02) translate3d(0, 0, 0);
 filter: brightness(0.86) contrast(1.05) saturate(0.93);
 }
 22% {
 opacity: 1;
 }
 30% {
 opacity: 0.34;
 filter: brightness(0.98) contrast(1.12) saturate(1.00);
 }
 36% {
 opacity: 0.88;
 }
 44% {
 opacity: 0.08;
 }
 100% {
 opacity: 0;
 transform: scale(1.02) translate3d(0, 0, 0);
 filter: brightness(0.94) contrast(1) saturate(1);
 }
 }
 
 @keyframes lgMapRgbGhostBlink {
 0%, 24%, 100% {
 opacity: 0;
 transform: translate3d(0,0,0);
 }
 30% {
 opacity: 0.16;
 }
 36% {
 opacity: 0.06;
 }
 44% {
 opacity: 0.12;
 }
 50% {
 opacity: 0;
 }
 }
 
 @keyframes lgMapSliceGhostBlink {
 0%, 24%, 100% {
 opacity: 0;
 clip-path: inset(0 0 0 0);
 transform: translate3d(0,0,0);
 }
 30% {
 opacity: 0.10;
 clip-path: inset(10% 0 70% 0);
 }
 36% {
 opacity: 0.16;
 clip-path: inset(34% 0 38% 0);
 }
 44% {
 opacity: 0.10;
 clip-path: inset(62% 0 12% 0);
 }
 50% {
 opacity: 0;
 clip-path: inset(0 0 0 0);
 }
 }
 
 @keyframes lgRealityRgbGhostBlink {
 0%, 24%, 100% {
 opacity: 0;
 transform: translate3d(0,0,0);
 }
 30% {
 opacity: 0.05;
 }
 36% {
 opacity: 0.02;
 }
 44% {
 opacity: 0.04;
 }
 50% {
 opacity: 0;
 }
 }
 
 @keyframes lgRealitySliceGhostBlink {
 0%, 24%, 100% {
 opacity: 0;
 clip-path: inset(0 0 0 0);
 transform: translate3d(0,0,0);
 }
 30% {
 opacity: 0.03;
 clip-path: inset(20% 0 54% 0);
 }
 36% {
 opacity: 0.05;
 clip-path: inset(48% 0 24% 0);
 }
 44% {
 opacity: 0.03;
 clip-path: inset(72% 0 6% 0);
 }
 50% {
 opacity: 0;
 clip-path: inset(0 0 0 0);
 }
 }
 
 @keyframes lgDualRealityField {
 0%, 20% {
 opacity: 0;
 }
 30% {
 opacity: 0.58;
 }
 36% {
 opacity: 0.30;
 }
 44% {
 opacity: 0.46;
 }
 52% {
 opacity: 0;
 }
 100% {
 opacity: 0;
 }
 }
 
 @keyframes lgDataOverlayFade {
 0%, 20% {
 opacity: 0;
 }
 30% {
 opacity: 0.82;
 }
 36% {
 opacity: 0.50;
 }
 44% {
 opacity: 0.38;
 }
 52% {
 opacity: 0;
 }
 100% {
 opacity: 0;
 }
 }
 18% {
 opacity: 0.68;
 }
 30% {
 opacity: 0.52;
 }
 40% {
 opacity: 0.74;
 }
 52% {
 opacity: 0.42;
 }
 64% {
 opacity: 0.22;
 }
 100% {
 opacity: 0;
 }
 }
 18% {
 opacity: 0.74;
 }
 42% {
 opacity: 0.68;
 }
 66% {
 opacity: 0.34;
 }
 100% {
 opacity: 0;
 }
 }
 24% {
 opacity: 0.56;
 }
 72% {
 opacity: 0.28;
 }
 100% {
 opacity: 0;
 }
 }
 
 .lg-container {
 position: relative;
 z-index: 2;
 max-width: 1200px;
 margin: 0 auto;
 padding: 0 24px;
 }
 
 .lg-grid {
 display: grid;
 grid-template-columns: minmax(0, 1.1fr) minmax(360px, 430px);
 gap: 56px;
 align-items: center;
 }
 
 .lg-badge {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 padding: 10px 16px;
 border-radius: 999px;
 background: rgba(255,255,255,0.06);
 border: 1px solid rgba(255,255,255,0.10);
 backdrop-filter: blur(16px);
 -webkit-backdrop-filter: blur(16px);
 font-size: 12px;
 font-weight: 700;
 letter-spacing: 1.7px;
 text-transform: uppercase;
 margin-bottom: 22px;
 }
 
 .lg-badge::before {
 content: "";
 width: 8px;
 height: 8px;
 border-radius: 50%;
 background: var(--lg-emerald);
 box-shadow: 0 0 14px rgba(31,179,131,0.65);
 }
 
 .lg-title {
 margin: 0 0 22px;
 font-size: clamp(40px, 5.7vw, 70px);
 line-height: 0.98;
 letter-spacing: -2.4px;
 font-weight: 900;
 }
 
 .lg-title span {
 display: block;
 }
 
 .lg-title .gold {
 background: linear-gradient(135deg, #fff2bf 0%, var(--lg-gold-light) 35%, var(--lg-gold) 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 }
 
 .lg-desc {
 margin: 0 0 30px;
 font-size: 20px;
 line-height: 1.65;
 color: var(--lg-muted);
 max-width: 680px;
 }
 
 .lg-desc strong {
 color: #fff;
 font-weight: 800;
 }
 
 .lg-pills {
 display: flex;
 flex-wrap: wrap;
 gap: 12px;
 margin-bottom: 34px;
 }
 
 .lg-pill {
 padding: 11px 15px;
 border-radius: 999px;
 background: rgba(255,255,255,0.06);
 border: 1px solid rgba(255,255,255,0.10);
 color: rgba(255,255,255,0.92);
 font-size: 14px;
 font-weight: 650;
 backdrop-filter: blur(16px);
 -webkit-backdrop-filter: blur(16px);
 }
 
 .lg-features {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 16px;
 }
 
 .lg-feature {
 display: flex;
 align-items: center;
 gap: 14px;
 padding: 18px;
 border-radius: 24px;
 background: rgba(255,255,255,0.06);
 border: 1px solid rgba(255,255,255,0.08);
 backdrop-filter: blur(16px);
 -webkit-backdrop-filter: blur(16px);
 }
 
 .lg-feature-icon {
 width: 50px;
 height: 50px;
 border-radius: 18px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: rgba(255,255,255,0.08);
 border: 1px solid rgba(255,255,255,0.08);
 color: var(--lg-gold-light);
 flex-shrink: 0;
 }
 
 .lg-feature-text {
 font-size: 13px;
 line-height: 1.35;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 800;
 color: #fff;
 }
 
 .lg-card {
 width: 100%;
 max-width: 430px;
 margin-left: auto;
 padding: 18px;
 border-radius: 34px;
 background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(245,248,247,0.88) 100%);
 border: 1px solid rgba(255,255,255,0.35);
 box-shadow:
 0 24px 70px rgba(0,0,0,0.28),
 inset 0 1px 0 rgba(255,255,255,0.85);
 }
 
 .lg-card-inner {
 padding: 18px;
 border-radius: 26px;
 background: rgba(255,255,255,0.65);
 border: 1px solid rgba(15,23,20,0.05);
 backdrop-filter: blur(16px);
 -webkit-backdrop-filter: blur(16px);
 }
 
 .lg-card-head {
 display: flex;
 align-items: center;
 gap: 16px;
 margin-bottom: 18px;
 padding-bottom: 18px;
 border-bottom: 1px solid rgba(15,23,20,0.08);
 }
 
 .lg-photo {
 position: relative;
 width: 68px;
 height: 68px;
 border-radius: 18px;
 overflow: hidden;
 flex-shrink: 0;
 background: #edf3f1;
 box-shadow: 0 8px 24px rgba(0,0,0,0.10);
 }
 
 .lg-photo::after {
 content: "";
 position: absolute;
 inset: 0;
 border-radius: 18px;
 padding: 1.5px;
 background: linear-gradient(135deg, var(--lg-emerald), var(--lg-gold));
 -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
 -webkit-mask-composite: xor;
 mask-composite: exclude;
 pointer-events: none;
 }
 
 .lg-photo img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center center;
 display: block;
 }
 
 .lg-dot {
 position: absolute;
 right: 6px;
 bottom: 6px;
 width: 12px;
 height: 12px;
 background: var(--lg-emerald);
 border: 2px solid #fff;
 border-radius: 50%;
 box-shadow: 0 0 12px rgba(31,179,131,0.50);
 }
 
 .lg-kicker {
 display: block;
 font-size: 12px;
 color: #66766f;
 font-weight: 700;
 margin-bottom: 4px;
 }
 
 .lg-card-title {
 margin: 0;
 font-size: 28px;
 line-height: 1.05;
 letter-spacing: -1px;
 color: #0f1714;
 font-weight: 900;
 }
 
 .lg-status {
 display: inline-flex;
 align-items: center;
 gap: 7px;
 margin-top: 7px;
 padding: 7px 11px;
 border-radius: 999px;
 background: rgba(31,179,131,0.10);
 color: #11835f;
 font-size: 12px;
 font-weight: 800;
 }
 
 .lg-status::before {
 content: "";
 width: 7px;
 height: 7px;
 border-radius: 50%;
 background: var(--lg-emerald);
 }
 
 .lg-btn {
 min-height: 52px;
 padding: 14px 14px;
 border: 0;
 border-radius: 18px;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 text-decoration: none;
 font-family: inherit;
 font-size: 14px;
 font-weight: 800;
 letter-spacing: -0.2px;
 cursor: pointer;
 transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
 }
 
 .lg-btn:hover {
 transform: translateY(-2px);
 }
 
 .lg-btn:active {
 transform: translateY(0);
 opacity: 0.92;
 }
 
 .lg-btn-whatsapp {
 color: #fff;
 background: linear-gradient(180deg, var(--lg-emerald-2) 0%, var(--lg-emerald) 100%);
 box-shadow: 0 12px 24px rgba(31,179,131,0.24);
 }
 
 .lg-btn-email {
 color: #4a3700;
 background: linear-gradient(180deg, #fcefbf 0%, var(--lg-gold-light) 40%, var(--lg-gold) 100%);
 box-shadow: 0 12px 24px rgba(212,175,55,0.20);
 }
 
 .lg-note {
 margin-top: 12px;
 font-size: 12px;
 line-height: 1.45;
 color: #697872;
 text-align: center;
 }
 
 .lg-sr-only {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 white-space: nowrap;
 border: 0;
 }
 
 /* HERO ENTRY PREMIUM */
 .lg-hero {
 isolation: isolate;
 }
 
 .lg-hero::before {
 display: block;
 inset: 0;
 border-radius: 0;
 width: auto;
 height: auto;
 filter: none;
 background:
 linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.02) 18%, rgba(255,255,255,0.10) 26%, rgba(255,255,255,0.03) 34%, transparent 46%),
 radial-gradient(circle at 78% 20%, rgba(255,255,255,0.08), transparent 20%);
 opacity: 0;
 transform: translateX(-18%);
 z-index: 1;
 }
 
 .lg-hero-copy-only {
 position: relative;
 max-width: 860px;
 }
 
 .lg-title {
 position: relative;
 }
 
 .lg-title::after {
 content: "";
 display: block;
 width: clamp(120px, 18vw, 190px);
 height: 2px;
 margin-top: 22px;
 border-radius: 999px;
 background: linear-gradient(90deg, rgba(245,226,162,0) 0%, rgba(245,226,162,0.98) 28%, rgba(212,175,55,0.7) 62%, rgba(212,175,55,0) 100%);
 box-shadow: 0 0 24px rgba(212,175,55,0.26);
 transform-origin: left center;
 }
 
 .lg-title .gold {
 background-size: 180% 100%;
 text-shadow: 0 8px 24px rgba(0,0,0,0.16);
 }
 
 .lg-btn {
 position: relative;
 overflow: hidden;
 }
 
 .lg-btn::after {
 content: "";
 position: absolute;
 inset: -1px;
 background: linear-gradient(115deg, transparent 18%, rgba(255,255,255,0.34) 31%, transparent 46%);
 transform: translateX(-155%);
 opacity: 0;
 pointer-events: none;
 }
 
 html.js .lg-hero [data-hero-reveal] {
 opacity: 0;
 transform: translateY(28px);
 filter: blur(10px);
 transition:
 opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
 transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
 filter 0.95s cubic-bezier(0.22, 1, 0.36, 1);
 transition-delay: var(--hero-delay, 0s);
 will-change: opacity, transform, filter;
 }
 
 html.js .lg-hero .lg-title span {
 display: block;
 }
 
 html.js .lg-hero .lg-title .gold {
 background-position: 0% 50%;
 }
 
 html.js .lg-hero .lg-title::after {
 transform: scaleX(0);
 opacity: 0;
 transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.75s, opacity 1s ease 0.75s;
 }
 
 html.js.hero-ready .lg-hero [data-hero-reveal] {
 opacity: 1;
 transform: translateY(0);
 filter: blur(0);
 }
 
 html.js.hero-ready .lg-hero::before {
 animation: lgHeroSweep 1.65s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
 }
 
 html.js.hero-ready .lg-hero .lg-title::after {
 transform: scaleX(1);
 opacity: 1;
 }
 
 html.js.hero-ready .lg-hero .lg-title .gold {
 animation: lgGoldShine 3s ease 0.5s both;
 }
 
 html.js.hero-ready .lg-hero .lg-btn::after {
 opacity: 1;
 animation: lgButtonSheen 1.4s cubic-bezier(0.16, 1, 0.3, 1) 1.1s both;
 }
 
 .lg-hero .lg-pills,
 .lg-hero .lg-hero-choice,
 .lg-hero .lg-hero-callline,
 .lg-hero .lg-hero-footnote {
 position: relative;
 z-index: 2;
 }
 
 @keyframes lgHeroSweep {
 0% { opacity: 0; transform: translateX(-18%); }
 12% { opacity: 0.75; }
 100% { opacity: 0; transform: translateX(30%); }
 }
 
 @keyframes lgGoldShine {
 0% { background-position: 0% 50%; }
 100% { background-position: 100% 50%; }
 }
 
 @keyframes lgButtonSheen {
 0% { transform: translateX(-155%); }
 100% { transform: translateX(155%); }
 }
 
 @media (prefers-reduced-motion: reduce) {
 html.js .lg-hero [data-hero-reveal] {
 opacity: 1;
 transform: none;
 filter: none;
 transition: none;
 }
 
 html.js .lg-hero::before,
 html.js .lg-hero .lg-btn::after,
 html.js .lg-hero .lg-title::after,
 html.js .lg-hero .lg-title .gold {
 animation: none !important;
 transition: none !important;
 opacity: 1;
 transform: none;
 }
 }
 
 .lg-cartography-overlay {
 position: absolute;
 inset: 0;
 z-index: 1;
 pointer-events: none;
 overflow: hidden;
 opacity: 1;
 -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.98) 62%, rgba(0,0,0,0.42) 78%, rgba(0,0,0,0.10) 88%, rgba(0,0,0,0) 96%);
 mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.98) 62%, rgba(0,0,0,0.42) 78%, rgba(0,0,0,0.10) 88%, rgba(0,0,0,0) 96%);
 }
 
 .lg-cartography-overlay svg {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 }
 
 .lg-cartography-overlay .carto-core,
 .lg-cartography-overlay .carto-beam {
 opacity: 0;
 fill: none;
 stroke-linecap: round;
 stroke-linejoin: round;
 vector-effect: non-scaling-stroke;
 stroke-dasharray: 0 var(--path-length, 1600);
 stroke-dashoffset: var(--path-length, 1600);
 }
 
 .lg-cartography-overlay .carto-core {
 stroke: rgba(255,255,255,0.18);
 stroke-width: 1.18;
 }
 
 .lg-cartography-overlay .carto-beam {
 stroke: rgba(255,255,255,0.07);
 stroke-width: 2.6;
 filter: blur(4px);
 }
 
 html.js.hero-ready .lg-cartography-overlay .carto-core,
 html.js.hero-ready .lg-cartography-overlay .carto-beam {
 animation: lgCartoTrace var(--trace-duration, 5.1s) cubic-bezier(0.22, 0.9, 0.22, 1) 0s both;
 }
 
 html.js.hero-ready .lg-cartography-overlay .carto-core.rev,
 html.js.hero-ready .lg-cartography-overlay .carto-beam.rev {
 animation-name: lgCartoTraceReverse;
 }
 
 @keyframes lgCartoTrace {
 0% {
 opacity: 0;
 stroke-dasharray: 0 var(--path-length, 1600);
 stroke-dashoffset: var(--path-length, 1600);
 }
 14% {
 opacity: 0.04;
 stroke-dasharray: 110 var(--path-length, 1600);
 stroke-dashoffset: var(--path-length, 1600);
 }
 34% {
 opacity: 0.14;
 stroke-dasharray: 250 var(--path-length, 1600);
 stroke-dashoffset: calc(var(--path-length, 1600) * 0.74);
 }
 58% {
 opacity: 0.28;
 stroke-dasharray: 470 var(--path-length, 1600);
 stroke-dashoffset: calc(var(--path-length, 1600) * 0.42);
 }
 78% {
 opacity: 0.22;
 stroke-dasharray: 410 var(--path-length, 1600);
 stroke-dashoffset: calc(var(--path-length, 1600) * 0.10);
 }
 100% {
 opacity: 0;
 stroke-dasharray: 0 var(--path-length, 1600);
 stroke-dashoffset: -120;
 }
 }
 
 @keyframes lgCartoTraceReverse {
 0% {
 opacity: 0;
 stroke-dasharray: 0 var(--path-length, 1600);
 stroke-dashoffset: calc(var(--path-length, 1600) * -1);
 }
 14% {
 opacity: 0.04;
 stroke-dasharray: 110 var(--path-length, 1600);
 stroke-dashoffset: calc(var(--path-length, 1600) * -1);
 }
 34% {
 opacity: 0.14;
 stroke-dasharray: 250 var(--path-length, 1600);
 stroke-dashoffset: calc(var(--path-length, 1600) * -0.74);
 }
 58% {
 opacity: 0.28;
 stroke-dasharray: 470 var(--path-length, 1600);
 stroke-dashoffset: calc(var(--path-length, 1600) * -0.42);
 }
 78% {
 opacity: 0.22;
 stroke-dasharray: 410 var(--path-length, 1600);
 stroke-dashoffset: calc(var(--path-length, 1600) * -0.10);
 }
 100% {
 opacity: 0;
 stroke-dasharray: 0 var(--path-length, 1600);
 stroke-dashoffset: 120;
 }
 }
 
 .lg-calc-overlay {
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 width: min(46vw, 620px);
 z-index: 1;
 pointer-events: none;
 overflow: hidden;
 -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.98) 58%, rgba(0,0,0,0.54) 80%, rgba(0,0,0,0) 100%);
 mask-image: linear-gradient(90deg, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.98) 58%, rgba(0,0,0,0.54) 80%, rgba(0,0,0,0) 100%);
 }
 
 .lg-calc-item {
 position: absolute;
 left: var(--calc-left, 24px);
 top: var(--calc-top, 120px);
 font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
 font-size: var(--calc-size, 13px);
 line-height: 1.2;
 letter-spacing: 0.07em;
 white-space: nowrap;
 color: rgba(255,255,255,0.24);
 text-shadow: 0 0 18px rgba(255,255,255,0.09);
 opacity: 0;
 transform: translateX(-14px);
 }
 
 .lg-calc-item strong {
 font-weight: 600;
 color: rgba(255,255,255,0.36);
 }
 
 .lg-calc-item.dim {
 color: rgba(255,255,255,0.18);
 }
 
 html.js.hero-ready .lg-calc-item {
 animation: lgCalcDrift var(--calc-duration, 2.95s) cubic-bezier(0.22, 1, 0.36, 1) var(--calc-delay, 0s) both;
 }
 
 html.js.hero-ready .lg-calc-item.rev {
 animation-name: lgCalcDriftReverse;
 }
 
 @keyframes lgCalcDrift {
 0% {
 opacity: 0;
 transform: translateX(-18px) translateY(2px);
 }
 16% {
 opacity: 0.05;
 transform: translateX(-9px) translateY(0);
 }
 40% {
 opacity: 0.22;
 transform: translateX(2px) translateY(0);
 }
 74% {
 opacity: 0.18;
 transform: translateX(10px) translateY(0);
 }
 100% {
 opacity: 0;
 transform: translateX(18px) translateY(-2px);
 }
 }
 
 @keyframes lgCalcDriftReverse {
 0% {
 opacity: 0;
 transform: translateX(16px) translateY(-2px);
 }
 16% {
 opacity: 0.05;
 transform: translateX(8px) translateY(0);
 }
 40% {
 opacity: 0.22;
 transform: translateX(-2px) translateY(0);
 }
 74% {
 opacity: 0.18;
 transform: translateX(-10px) translateY(0);
 }
 100% {
 opacity: 0;
 transform: translateX(-18px) translateY(2px);
 }
 }
 
 @media (max-width: 900px) {
 .lg-cartography-overlay {
 opacity: 0.82;
 }
 
 .lg-cartography-overlay .carto-core {
 stroke-width: 1.05;
 }
 
 .lg-calc-overlay {
 width: 230px;
 opacity: 0.72;
 }
 
 .lg-calc-item {
 font-size: 11px;
 }
 }
 
 @media (prefers-reduced-motion: reduce) {
 .lg-cartography-overlay .carto-core,
 .lg-cartography-overlay .carto-beam,
 .lg-calc-item {
 animation: none !important;
 opacity: 0 !important;
 stroke-dashoffset: var(--path-length, 1600) !important;
 }
 
 .lg-hero-image-map,
 .lg-hero-image-map::before,
 .lg-hero-image-map::after,
 .lg-reveal-frontier {
 animation: none !important;
 opacity: 0 !important;
 clip-path: none !important;
 transform: none !important;
 }
 }
 
 @media (max-width: 1024px) {




 .lg-grid {
 grid-template-columns: 1fr;
 gap: 38px;
 }
 
 .lg-card {
 max-width: 460px;
 margin: 0 auto;
 }
 }
 
 @media (max-width: 640px) {
 .lg-hero {
 padding: 64px 0 54px;
 }
 
 .lg-container {
 padding: 0 16px;
 }
 
 .lg-title {
 font-size: 42px;
 letter-spacing: -1.7px;
 }
 
 .lg-desc {
 font-size: 17px;
 line-height: 1.6;
 }
 
 .lg-features,
 .lg-row-2,
 .lg-actions {
 grid-template-columns: 1fr;
 }
 
 .lg-card {
 border-radius: 28px;
 padding: 14px;
 }
 
 .lg-card-inner {
 padding: 16px;
 border-radius: 22px;
 }
 
 .lg-card-title {
 font-size: 24px;
 }
 
 .lg-photo {
 width: 62px;
 height: 62px;
 border-radius: 16px;
 }
 }
 
 @media (max-width: 380px) {
 .lg-title {
 font-size: 36px;
 }
 
 .lg-badge {
 font-size: 11px;
 letter-spacing: 1.2px;
 }
 }
 
 :root {
 --lg-results-dark-deep: #030a08;
 --lg-results-dark-soft: #08110e;
 --lg-results-emerald: #1fb383;
 --lg-results-emerald-soft: #5de0b1;
 --lg-results-gold: #d4af37;
 --lg-results-gold-light: #f6dfa0;
 --lg-results-text-dim: rgba(255,255,255,0.64);
 --lg-results-text-soft: rgba(255,255,255,0.84);
 }
 
 .lg-results-section,
 .lg-results-section * {
 box-sizing: border-box;
 }
 
 .lg-results-section {
 position: relative;
 width: 100%;
 padding: 82px 0;
 color: #fff;
 font-family: 'Inter', Arial, Helvetica, sans-serif;
 background:
 radial-gradient(circle at 12% 18%, rgba(31,179,131,0.16), transparent 34%),
 radial-gradient(circle at 88% 82%, rgba(212,175,55,0.10), transparent 32%),
 linear-gradient(180deg, #07100d 0%, #030a08 100%);
 overflow: hidden;
 }
 
 .lg-results-section::before,
 .lg-results-section::after {
 content: "";
 position: absolute;
 border-radius: 50%;
 filter: blur(80px);
 pointer-events: none;
 z-index: 0;
 }
 
 .lg-results-section::before {
 width: 320px;
 height: 320px;
 left: -100px;
 top: -80px;
 background: rgba(31,179,131,0.10);
 }
 
 .lg-results-section::after {
 width: 360px;
 height: 360px;
 right: -120px;
 bottom: -120px;
 background: rgba(212,175,55,0.08);
 }
 
 .lg-results-bg-motion {
 position: absolute;
 inset: 0;
 z-index: 1;
 background:
 linear-gradient(180deg, rgba(255,255,255,0.02), transparent 22%, transparent 78%, rgba(255,255,255,0.015));
 pointer-events: none;
 }
 
 .lg-results-inner {
 position: relative;
 z-index: 10;
 max-width: 1240px;
 margin: 0 auto;
 padding: 0 22px;
 }
 
 .lg-results-heading {
 text-align: center;
 margin-bottom: 52px;
 }
 
 .lg-results-eyebrow {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 color: var(--lg-results-emerald-soft);
 text-transform: uppercase;
 font-weight: 900;
 font-size: 11px;
 letter-spacing: 2px;
 margin-bottom: 18px;
 padding: 10px 16px;
 border-radius: 999px;
 background: rgba(255,255,255,0.05);
 border: 1px solid rgba(255,255,255,0.08);
 box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
 }
 
 .lg-results-eyebrow::before {
 content: "";
 width: 8px;
 height: 8px;
 border-radius: 50%;
 background: var(--lg-results-emerald);
 box-shadow: 0 0 14px rgba(31,179,131,0.65);
 }
 
 .lg-results-heading h2 {
 font-size: 34px;
 font-weight: 900;
 margin: 0 0 12px 0;
 line-height: 1.08;
 letter-spacing: -1.4px;
 }
 
 @media (min-width: 768px) {
 .lg-results-heading h2 {
 font-size: 52px;
 }
 }
 
 .lg-results-heading h2 span {
 background: linear-gradient(135deg, var(--lg-results-gold-light), var(--lg-results-gold));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 }
 
 .lg-results-sub {
 color: var(--lg-results-text-dim);
 margin: 0 auto;
 max-width: 780px;
 font-size: 1.02rem;
 line-height: 1.6;
 }
 
 .lg-results-cases-wrapper {
 position: relative;
 width: 100%;
 }
 
 .lg-results-cases {
 display: flex;
 gap: 24px;
 justify-content: center;
 }
 
 .lg-results-case-block {
 display: flex;
 flex-direction: column;
 align-items: center;
 }
 
 .lg-results-case-label {
 background:
 linear-gradient(180deg, rgba(13,26,23,0.96) 0%, rgba(8,17,14,0.92) 100%);
 color: var(--lg-results-emerald-soft);
 font-size: 10px;
 font-weight: 900;
 padding: 7px 14px;
 border-radius: 999px;
 z-index: 10;
 letter-spacing: 1.2px;
 position: relative;
 box-shadow:
 0 10px 24px rgba(0,0,0,0.34),
 inset 0 1px 0 rgba(255,255,255,0.04);
 border: 1px solid rgba(255,255,255,0.07);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 }
 
 .lg-results-case {
 position: relative;
 background:
 linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.035) 100%);
 border: 1px solid rgba(255,255,255,0.07);
 border-radius: 28px;
 padding: 0;
 margin-top: -12px;
 width: 100%;
 overflow: hidden;
 display: flex;
 flex-direction: column;
 box-shadow:
 0 24px 60px rgba(0,0,0,0.28),
 inset 0 1px 0 rgba(255,255,255,0.04);
 backdrop-filter: blur(16px);
 -webkit-backdrop-filter: blur(16px);
 transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
 }
 
 .lg-results-case:hover {
 transform: translateY(-6px);
 border-color: rgba(255,255,255,0.12);
 box-shadow:
 0 30px 70px rgba(0,0,0,0.34),
 inset 0 1px 0 rgba(255,255,255,0.06);
 }
 
 .lg-results-img-container {
 width: 100%;
 height: 180px;
 overflow: hidden;
 border-bottom: 1px solid rgba(255,255,255,0.06);
 position: relative;
 }
 
 .lg-results-img-container::after {
 content: "";
 position: absolute;
 inset: 0;
 background: linear-gradient(180deg, transparent 40%, rgba(3,10,8,0.22) 100%);
 pointer-events: none;
 }
 
 .lg-results-img-container img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transform: scale(1.02);
 display: block;
 }
 
 .lg-results-case-content {
 padding: 28px 24px 24px;
 flex-grow: 1;
 display: flex;
 flex-direction: column;
 }
 
 .lg-results-case-title {
 font-size: 1rem;
 font-weight: 800;
 color: #fff;
 text-align: center;
 margin: 0 0 22px 0;
 min-height: 2.8em;
 line-height: 1.45;
 letter-spacing: -0.2px;
 }
 
 .lg-results-values {
 display: flex;
 justify-content: space-between;
 gap: 14px;
 margin-bottom: 18px;
 font-size: 12px;
 font-weight: 700;
 color: var(--lg-results-text-soft);
 }
 
 .lg-results-initial-value,
 .lg-results-final-value {
 flex: 1;
 background: rgba(255,255,255,0.03);
 border: 1px solid rgba(255,255,255,0.05);
 border-radius: 16px;
 padding: 14px 12px;
 text-align: center;
 }
 
 .lg-results-num-final {
 color: var(--lg-results-emerald-soft);
 font-size: 17px;
 font-weight: 900;
 display: block;
 margin-top: 6px;
 letter-spacing: -0.3px;
 }
 
 .lg-results-num-initial {
 display: block;
 margin-top: 6px;
 font-size: 14px;
 color: #fff;
 font-weight: 800;
 }
 
 .lg-results-progress {
 width: 100%;
 height: 10px;
 background: rgba(255,255,255,0.08);
 border-radius: 999px;
 position: relative;
 margin: 18px 0 18px;
 overflow: visible;
 }
 
 .lg-results-fill-grey {
 position: absolute;
 left: 0;
 top: 0;
 height: 100%;
 background: linear-gradient(90deg, rgba(140,140,140,0.95), rgba(110,110,110,0.95));
 border-radius: 999px;
 z-index: 1;
 box-shadow: 0 0 14px rgba(255,255,255,0.06);
 }
 
 .lg-results-fill-green {
 position: absolute;
 top: 0;
 height: 100%;
 background: linear-gradient(90deg, var(--lg-results-emerald), #b2ffd6);
 border-radius: 999px;
 z-index: 2;
 box-shadow: 0 0 18px rgba(31,179,131,0.35);
 }
 
 .lg-results-marker {
 position: absolute;
 top: -6px;
 width: 3px;
 height: 22px;
 background: linear-gradient(180deg, #fff, rgba(255,255,255,0.6));
 border-radius: 999px;
 z-index: 3;
 transform: translateX(-50%);
 box-shadow: 0 0 14px rgba(255,255,255,0.25);
 }
 
 .lg-results-increase {
 text-align: center;
 font-size: 1.24rem;
 font-weight: 900;
 color: #fff;
 margin-top: auto;
 letter-spacing: -0.4px;
 }
 
 .lg-results-footer-content {
 margin-top: 60px;
 text-align: center;
 margin-bottom: 40px;
 }
 
 .lg-results-title {
 font-size: 36px;
 font-weight: 900;
 line-height: 1.06;
 margin: 0 0 18px 0;
 letter-spacing: -1.6px;
 }
 
 @media (min-width: 768px) {
 .lg-results-title {
 font-size: 58px;
 }
 }
 
 .lg-results-title span {
 background: linear-gradient(135deg, #d4af37, #f9e29c);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 }
 
 .lg-results-footer-sub {
 max-width: 850px;
 margin: 0 auto;
 color: var(--lg-results-text-dim);
 font-size: 1rem;
 line-height: 1.75;
 }
 
 .lg-results-chart-wrapper {
 background:
 linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.03) 100%);
 border: 1px solid rgba(255,255,255,0.08);
 border-radius: 28px;
 padding: 34px 18px 24px;
 position: relative;
 margin-top: 24px;
 box-shadow:
 0 24px 60px rgba(0,0,0,0.26),
 inset 0 1px 0 rgba(255,255,255,0.04);
 overflow: hidden;
 }
 
 .lg-results-chart-wrapper::before {
 content: "";
 position: absolute;
 inset: 0;
 background:
 radial-gradient(circle at top left, rgba(255,255,255,0.04), transparent 28%),
 radial-gradient(circle at bottom right, rgba(31,179,131,0.06), transparent 30%);
 pointer-events: none;
 }
 
 .lg-results-top-labels {
 display: flex;
 width: 100%;
 margin-bottom: 18px;
 font-weight: 900;
 font-size: 10px;
 letter-spacing: 1.2px;
 position: relative;
 z-index: 2;
 }
 
 .lg-results-label-without {
 width: 40%;
 color: #ff6666;
 text-align: center;
 }
 
 .lg-results-label-with {
 width: 60%;
 color: var(--lg-results-emerald-soft);
 text-align: center;
 }
 
 .lg-results-svg-container {
 width: 100%;
 height: 230px;
 position: relative;
 z-index: 2;
 }
 
 @media (min-width: 768px) {
 .lg-results-svg-container {
 height: 320px;
 }
 }
 
 .lg-results-divider-line {
 position: absolute;
 left: 40%;
 top: 0;
 bottom: 40px;
 width: 2px;
 background: linear-gradient(to bottom, rgba(31,179,131,0.9), transparent);
 z-index: 5;
 opacity: 0;
 transition: 0.5s 1s;
 box-shadow: 0 0 16px rgba(31,179,131,0.25);
 }
 
 .lg-results-animate-chart .lg-results-divider-line {
 opacity: 1;
 }
 
 .lg-results-path-line {
 fill: none;
 stroke: var(--lg-results-gold);
 stroke-width: 5;
 stroke-linecap: round;
 stroke-linejoin: round;
 stroke-dasharray: 1500;
 stroke-dashoffset: 1500;
 filter: drop-shadow(0 0 10px rgba(212,175,55,0.16));
 }
 
 .lg-results-animate-chart .lg-results-path-line {
 animation: lgResultsDrawLine 2s forwards ease-in-out;
 }
 
 .lg-results-path-area {
 fill: url(#lg-results-grad-gold);
 opacity: 0;
 transition: 1s 1.5s;
 }
 
 .lg-results-animate-chart .lg-results-path-area {
 opacity: 1;
 }
 
 @keyframes lgResultsDrawLine {
 to {
 stroke-dashoffset: 0;
 }
 }
 
 .lg-results-axis-text {
 fill: var(--lg-results-text-dim);
 font-size: 9px;
 font-weight: 800;
 text-transform: uppercase;
 letter-spacing: 0.7px;
 }
 
 @media (min-width: 768px) {
 .lg-results-axis-text {
 font-size: 11px;
 }
 }
 
 .lg-results-hoja-text {
 fill: var(--lg-results-emerald-soft);
 font-weight: 900;
 }
 
 @media (min-width: 768px) {
 .lg-results-case-block {
 flex: 1;
 max-width: 370px;
 }
 
 .lg-results-dots {
 display: none;
 }
 }
 
 @media (max-width: 767px) {
 .lg-results-section {
 padding: 66px 0;
 }
 
 .lg-results-heading {
 margin-bottom: 38px;
 }
 
 .lg-results-cases {
 justify-content: flex-start;
 overflow-x: auto;
 scroll-snap-type: x mandatory;
 scroll-behavior: smooth;
 -webkit-overflow-scrolling: touch;
 padding-bottom: 18px;
 gap: 16px;
 }
 
 .lg-results-cases::-webkit-scrollbar {
 display: none;
 }
 
 .lg-results-case-block {
 min-width: 86vw;
 scroll-snap-align: center;
 }
 
 .lg-results-dots {
 display: flex;
 justify-content: center;
 gap: 8px;
 margin-top: 6px;
 margin-bottom: 34px;
 }
 
 .lg-results-dot {
 width: 8px;
 height: 8px;
 padding: 0;
 border: 0;
 border-radius: 999px;
 background: rgba(255,255,255,0.14);
 transition: 0.3s ease;
 cursor: pointer;
 }
 
 .lg-results-dot.active {
 background: linear-gradient(90deg, var(--lg-results-emerald), var(--lg-results-gold));
 width: 22px;
 border-radius: 999px;
 }
 
 .lg-results-case {
 border-radius: 24px;
 }
 
 .lg-results-img-container {
 height: 168px;
 }
 
 .lg-results-case-content {
 padding: 24px 20px 22px;
 }
 
 .lg-results-chart-wrapper {
 border-radius: 22px;
 padding: 28px 14px 20px;
 }
 }
 
 .full-width-split {
 width: 100vw !important;
 max-width: 100vw !important;
 position: relative;
 left: auto !important;
 right: auto !important;
 margin-left: calc(50% - 50vw) !important;
 margin-right: calc(50% - 50vw) !important;
 }
 
 .lg-hero-final-reforzada {
 --lg-bg: #030a08;
 --lg-bg-soft: #07100d;
 --lg-emerald: #1fb383;
 --lg-emerald-soft: #7ef0c5;
 --lg-gold: #d4af37;
 --lg-gold-light: #f9e29c;
 --lg-text-soft: rgba(255,255,255,0.68);
 --lg-line: rgba(255,255,255,0.08);
 
 position: relative;
 background:
 radial-gradient(circle at 12% 18%, rgba(31,179,131,0.16), transparent 28%),
 radial-gradient(circle at 88% 80%, rgba(212,175,55,0.12), transparent 30%),
 linear-gradient(180deg, #06100d 0%, #030a08 100%);
 padding: 120px 0;
 color: #fff;
 font-family: 'Inter', sans-serif !important;
 overflow: hidden;
 isolation: isolate;
 }
 
 .lg-hero-final-reforzada::before,
 .lg-hero-final-reforzada::after {
 content: "";
 position: absolute;
 border-radius: 999px;
 filter: blur(80px);
 pointer-events: none;
 z-index: 0;
 }
 
 .lg-hero-final-reforzada::before {
 width: 320px;
 height: 320px;
 top: -100px;
 left: -90px;
 background: rgba(31,179,131,0.12);
 }
 
 .lg-hero-final-reforzada::after {
 width: 360px;
 height: 360px;
 right: -120px;
 bottom: -120px;
 background: rgba(212,175,55,0.08);
 }
 
 .lg-final-container-inner {
 position: relative;
 z-index: 2;
 max-width: 1240px;
 margin: 0 auto;
 padding: 0 30px;
 display: flex;
 align-items: center;
 gap: 88px;
 }
 
 .lg-image-wrapper {
 flex: 1;
 display: flex;
 justify-content: center;
 }
 
 .lg-frame-reforzado-final {
 position: relative;
 width: 100%;
 max-width: 470px;
 padding: 14px;
 border-radius: 38px;
 background:
 linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.035) 100%);
 border: 1px solid rgba(255,255,255,0.10);
 box-shadow:
 0 35px 90px rgba(0,0,0,0.42),
 inset 0 1px 0 rgba(255,255,255,0.07);
 backdrop-filter: blur(18px);
 -webkit-backdrop-filter: blur(18px);
 overflow: visible;
 }
 
 .lg-frame-reforzado-final::before {
 content: "";
 position: absolute;
 inset: 0;
 border-radius: 38px;
 padding: 1px;
 background: linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02));
 -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
 -webkit-mask-composite: xor;
 mask-composite: exclude;
 pointer-events: none;
 }
 
 .lg-image-glow {
 position: absolute;
 inset: auto;
 width: 180px;
 height: 180px;
 right: -25px;
 top: -20px;
 background: radial-gradient(circle, rgba(212,175,55,0.22) 0%, rgba(212,175,55,0) 70%);
 filter: blur(26px);
 z-index: 0;
 pointer-events: none;
 }
 
 .lg-image-container-v3 {
 position: relative;
 z-index: 2;
 width: 100%;
 aspect-ratio: 3 / 3.8;
 border-radius: 28px;
 overflow: hidden;
 background: #101715;
 box-shadow:
 inset 0 1px 0 rgba(255,255,255,0.08),
 0 20px 40px rgba(0,0,0,0.18);
 }
 
 .lg-image-container-v3::after {
 content: "";
 position: absolute;
 inset: 0;
 background:
 linear-gradient(180deg, rgba(255,255,255,0.07) 0%, transparent 20%, transparent 60%, rgba(3,10,8,0.12) 100%);
 pointer-events: none;
 }
 
 .lg-portrait-img-enhanced {
 width: 100%;
 height: 100%;
 display: block;
 object-fit: cover;
 filter: contrast(1.05) saturate(1.02);
 transform: scale(1.01);
 }
 
 .lg-sello-inferior {
 position: absolute;
 left: 50%;
 bottom: -18px;
 transform: translateX(-50%);
 background: linear-gradient(135deg, #22c68f 0%, #1fb383 100%);
 color: #03100c;
 padding: 16px 22px;
 border-radius: 18px;
 font-weight: 900;
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1.1px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 10px;
 white-space: nowrap;
 box-shadow:
 0 18px 30px rgba(31,179,131,0.26),
 inset 0 1px 0 rgba(255,255,255,0.30);
 z-index: 3;
 }
 
 .lg-text-wrapper {
 flex: 1.15;
 text-align: left;
 max-width: 640px;
 }
 
 .section-eyebrow {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 color: var(--lg-emerald-soft);
 font-weight: 900;
 text-transform: uppercase;
 letter-spacing: 2.3px;
 font-size: 11px;
 margin-bottom: 20px;
 padding: 10px 16px;
 border-radius: 999px;
 background: rgba(255,255,255,0.05);
 border: 1px solid rgba(255,255,255,0.08);
 box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
 }
 
 .section-eyebrow::before {
 content: "";
 width: 8px;
 height: 8px;
 border-radius: 50%;
 background: var(--lg-emerald);
 box-shadow: 0 0 14px rgba(31,179,131,0.65);
 }
 
 .lg-hero-main-title {
 font-size: clamp(36px, 6vw, 60px);
 font-weight: 900;
 line-height: 1.02;
 margin: 0 0 34px 0;
 letter-spacing: -2.4px;
 max-width: 11ch;
 text-wrap: balance;
 }
 
 .lg-abogada-quote-straight {
 position: relative;
 font-size: 22px;
 color: #fff;
 font-weight: 700;
 font-style: italic;
 line-height: 1.55;
 margin: 0 0 34px 0;
 max-width: 95%;
 padding: 24px 0 24px 28px;
 border-left: 4px solid var(--lg-gold);
 text-align: left;
 }
 
 .lg-abogada-quote-straight::before {
 content: "";
 position: absolute;
 left: -4px;
 top: 0;
 bottom: 0;
 width: 4px;
 background: linear-gradient(180deg, var(--lg-gold-light), var(--lg-gold));
 box-shadow: 0 0 18px rgba(212,175,55,0.18);
 border-radius: 999px;
 }
 
 .lg-abogada-quote-straight span {
 background: linear-gradient(135deg, var(--lg-gold-light), var(--lg-gold));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 }
 
 .lg-hero-desc {
 font-size: 1.12rem;
 color: var(--lg-text-soft);
 line-height: 1.85;
 margin: 0 0 46px 0;
 max-width: 58ch;
 }
 
 .btn-legalia-hero {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 14px;
 background: linear-gradient(135deg, #f9e29c 0%, #d4af37 100%);
 color: #1a1500;
 padding: 21px 34px;
 border-radius: 20px;
 font-weight: 900;
 font-size: 15px;
 text-transform: uppercase;
 letter-spacing: 0.4px;
 text-decoration: none;
 transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
 box-shadow:
 0 20px 34px rgba(212,175,55,0.18),
 inset 0 1px 0 rgba(255,255,255,0.35);
 }
 
 .btn-legalia-hero:hover {
 transform: translateY(-4px);
 filter: brightness(1.03);
 box-shadow:
 0 24px 40px rgba(212,175,55,0.22),
 inset 0 1px 0 rgba(255,255,255,0.38);
 }
 
 .btn-legalia-hero svg {
 transition: transform 0.25s ease;
 }
 
 .btn-legalia-hero:hover svg {
 transform: translateX(3px);
 }
 
 @media (max-width: 1100px) {
 .lg-final-container-inner {
 gap: 56px;
 }
 
 .lg-hero-main-title {
 max-width: none;
 }
 }
 
 @media (max-width: 992px) {
 .lg-hero-final-reforzada {
 padding: 92px 0;
 }
 
 .lg-final-container-inner {
 flex-direction: column;
 text-align: center;
 }
 
 .lg-text-wrapper {
 text-align: center;
 max-width: 760px;
 }
 
 .lg-abogada-quote-straight {
 border-left: none;
 padding: 18px 0 0 0;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 max-width: 90%;
 }
 
 .lg-abogada-quote-straight::before {
 left: 50%;
 top: 0;
 bottom: auto;
 width: 82px;
 height: 4px;
 transform: translateX(-50%);
 }
 
 .lg-frame-reforzado-final {
 max-width: 410px;
 }
 
 .lg-hero-desc {
 margin-left: auto;
 margin-right: auto;
 }
 }
 
 @media (max-width: 640px) {
 .lg-hero-final-reforzada {
 padding: 72px 0;
 }
 
 .lg-final-container-inner {
 padding: 0 18px;
 gap: 42px;
 }
 
 .lg-frame-reforzado-final {
 border-radius: 28px;
 padding: 11px;
 }
 
 .lg-image-container-v3 {
 border-radius: 22px;
 }
 
 .lg-sello-inferior {
 position: static;
 transform: none;
 margin: 14px auto 0;
 width: fit-content;
 white-space: normal;
 text-align: center;
 padding: 14px 16px;
 font-size: 11px;
 }
 
 .section-eyebrow {
 font-size: 10px;
 letter-spacing: 2px;
 }
 
 .lg-hero-main-title {
 letter-spacing: -1.8px;
 margin-bottom: 26px;
 }
 
 .lg-abogada-quote-straight {
 font-size: 19px;
 line-height: 1.55;
 max-width: 100%;
 margin-bottom: 26px;
 }
 
 .lg-hero-desc {
 font-size: 1rem;
 line-height: 1.75;
 margin-bottom: 34px;
 }
 
 .btn-legalia-hero {
 width: 100%;
 padding: 18px 22px;
 border-radius: 18px;
 font-size: 14px;
 }
 }
 
 :root {
 --lg-info-bg-dark: #030a08;
 --lg-info-brand-green: #1fb383;
 --lg-info-gold: #d4af37;
 --lg-info-gold-light: #f9e29c;
 --lg-info-text-light: #e5eef7;
 --lg-info-muted: rgba(255,255,255,0.66);
 --lg-info-card-glass: rgba(255,255,255,0.04);
 }
 
 .lg-info-section,
 .lg-info-section * {
 box-sizing: border-box;
 }
 
 .lg-info-section {
 position: relative;
 width: 100%;
 background-color: var(--lg-info-bg-dark);
 padding: 100px 0;
 color: var(--lg-info-text-light);
 font-family: 'Inter', Arial, Helvetica, sans-serif;
 overflow: hidden;
 isolation: isolate;
 }
 
 .lg-info-section::after {
 content: "";
 position: absolute;
 top: -20%;
 right: -10%;
 width: 40%;
 height: 140%;
 background: linear-gradient(90deg, transparent, rgba(212,175,55,0.05), transparent);
 transform: rotate(-15deg);
 pointer-events: none;
 z-index: 2;
 }
 
 .lg-info-bg-forms {
 position: absolute;
 inset: 0;
 z-index: 1;
 pointer-events: none;
 }
 
 .lg-info-marked-form {
 position: absolute;
 background: linear-gradient(135deg, rgba(31,179,131,0.10) 0%, transparent 80%);
 }
 
 .lg-info-form-1 {
 top: 0;
 left: -10%;
 width: 50%;
 height: 100%;
 clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
 }
 
 .lg-info-form-2 {
 right: 0;
 bottom: 0;
 width: 40%;
 height: 60%;
 background: linear-gradient(225deg, rgba(212,175,55,0.05) 0%, transparent 70%);
 clip-path: polygon(100% 100%, 0% 100%, 100% 0);
 }
 
 .lg-info-inner {
 position: relative;
 z-index: 10;
 max-width: 1200px;
 margin: 0 auto;
 padding: 0 24px;
 }
 
 .lg-info-divider {
 height: 2px;
 max-width: 200px;
 margin: 0 auto 40px;
 background: linear-gradient(90deg, transparent, var(--lg-info-gold), transparent);
 position: relative;
 }
 
 .lg-info-divider::after {
 content: "◆";
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 color: var(--lg-info-gold);
 font-size: 12px;
 background: var(--lg-info-bg-dark);
 padding: 0 10px;
 }
 
 .lg-info-heading {
 text-align: center;
 margin-bottom: 60px;
 }
 
 .lg-info-heading h2 {
 font-size: clamp(32px, 4.2vw, 52px);
 font-weight: 900;
 line-height: 1.1;
 color: #fff;
 margin: 0 0 25px;
 letter-spacing: -1.6px;
 }
 
 .lg-info-heading h2 span {
 background: linear-gradient(135deg, var(--lg-info-gold), var(--lg-info-gold-light));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 }
 
 .lg-info-sub {
 max-width: 900px;
 margin: 0 auto;
 font-size: 1.12rem;
 line-height: 1.8;
 color: var(--lg-info-muted);
 font-weight: 400;
 }
 
 .lg-info-sub strong {
 color: #fff;
 font-weight: 800;
 }
 
 .lg-info-grid {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 30px;
 margin: 60px 0;
 }
 
 .lg-info-card {
 position: relative;
 background: var(--lg-info-card-glass);
 border-radius: 20px;
 border: 1px solid rgba(255,255,255,0.08);
 padding: 40px;
 transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
 overflow: hidden;
 }
 
 .lg-info-card:hover {
 background: rgba(255,255,255,0.07);
 transform: translateY(-5px);
 border-color: rgba(212,175,55,0.30);
 }
 
 .lg-info-card::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 4px;
 background: linear-gradient(180deg, var(--lg-info-brand-green), var(--lg-info-gold));
 }
 
 .lg-info-card h3 {
 font-size: 1.35rem;
 font-weight: 800;
 color: #fff;
 margin: 0 0 18px;
 letter-spacing: -0.5px;
 line-height: 1.25;
 }
 
 .lg-info-card p {
 font-size: 1.05rem;
 line-height: 1.7;
 color: rgba(255,255,255,0.76);
 margin: 0;
 }
 
 .lg-info-callout {
 background: linear-gradient(90deg, rgba(31,179,131,0.10), rgba(212,175,55,0.10));
 border: 1px solid rgba(31,179,131,0.70);
 border-radius: 18px;
 padding: 30px;
 text-align: center;
 font-weight: 800;
 font-size: 1.1rem;
 color: #fff;
 max-width: 840px;
 margin: 50px auto 0;
 box-shadow: 0 15px 35px rgba(0,0,0,0.20);
 letter-spacing: -0.3px;
 line-height: 1.55;
 }
 
 .lg-info-callout a {
 color: #fff;
 text-decoration: underline;
 text-decoration-color: rgba(212,175,55,0.75);
 text-underline-offset: 4px;
 }
 
 @media (max-width: 992px) {
 .lg-info-section {
 padding: 70px 0;
 }
 
 .lg-info-grid {
 grid-template-columns: 1fr;
 gap: 22px;
 margin: 44px 0;
 }
 
 .lg-info-card {
 padding: 32px 26px;
 }
 
 .lg-info-sub {
 font-size: 1.04rem;
 }
 }
 
 @media (max-width: 640px) {
 .lg-info-section {
 padding: 62px 0;
 }
 
 .lg-info-inner {
 padding: 0 16px;
 }
 
 .lg-info-heading {
 margin-bottom: 44px;
 }
 
 .lg-info-heading h2 {
 letter-spacing: -1.1px;
 }
 
 .lg-info-card {
 padding: 28px 22px;
 border-radius: 18px;
 }
 
 .lg-info-card h3 {
 font-size: 1.22rem;
 }
 
 .lg-info-card p {
 font-size: 1rem;
 }
 
 .lg-info-callout {
 padding: 24px 20px;
 font-size: 1rem;
 }
 }
 
 :root {
 --lg-types-bg-dark: #030a08;
 --lg-types-green: #1fb383;
 --lg-types-gold: #d4af37;
 --lg-types-gold-light: #f9e29c;
 --lg-types-card-glass: rgba(255,255,255,0.04);
 --lg-types-text-muted: rgba(255,255,255,0.64);
 }
 
 .lg-types-section,
 .lg-types-section * {
 box-sizing: border-box;
 }
 
 .lg-types-section {
 position: relative;
 width: 100%;
 padding: 100px 0;
 background-color: var(--lg-types-bg-dark);
 color: #fff;
 overflow: hidden;
 isolation: isolate;
 font-family: 'Inter', Arial, Helvetica, sans-serif;
 }
 
 .lg-types-section::after {
 content: "";
 position: absolute;
 top: -50%;
 left: -10%;
 width: 40%;
 height: 200%;
 background: linear-gradient(90deg, transparent, rgba(212,175,55,0.05), transparent);
 transform: rotate(25deg);
 pointer-events: none;
 z-index: 2;
 }
 
 .lg-types-bg-forms {
 position: absolute;
 inset: 0;
 z-index: 1;
 pointer-events: none;
 }
 
 .lg-types-marked-form {
 position: absolute;
 background: linear-gradient(135deg, rgba(31,179,131,0.12) 0%, transparent 80%);
 }
 
 .lg-types-form-1 {
 top: 10%;
 right: -5%;
 width: 40%;
 height: 50%;
 clip-path: polygon(100% 0, 0 100%, 100% 100%);
 }
 
 .lg-types-form-2 {
 bottom: 0;
 left: -5%;
 width: 50%;
 height: 40%;
 clip-path: polygon(0 0, 0 100%, 100% 100%);
 }
 
 .lg-types-inner {
 position: relative;
 z-index: 10;
 max-width: 1200px;
 margin: 0 auto;
 padding: 0 24px;
 text-align: center;
 }
 
 .lg-types-divider {
 height: 2px;
 max-width: 150px;
 margin: 0 auto 30px;
 background: linear-gradient(90deg, transparent, var(--lg-types-gold), transparent);
 }
 
 .lg-types-eyebrow {
 font-size: 11px;
 color: var(--lg-types-green);
 font-weight: 900;
 text-transform: uppercase;
 letter-spacing: 2.5px;
 margin-bottom: 14px;
 }
 
 .lg-types-title {
 max-width: 900px;
 margin: 0 auto 24px;
 font-size: clamp(34px, 4.6vw, 56px);
 font-weight: 900;
 line-height: 1.08;
 letter-spacing: -1.7px;
 color: #fff;
 }
 
 .lg-types-title span {
 background: linear-gradient(135deg, var(--lg-types-gold), var(--lg-types-gold-light));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 }
 
 .lg-types-sub {
 max-width: 820px;
 margin: 0 auto 54px;
 color: var(--lg-types-text-muted);
 font-size: 1.12rem;
 line-height: 1.75;
 font-weight: 400;
 }
 
 .lg-types-sub strong {
 color: #fff;
 font-weight: 800;
 }
 
 .lg-types-wrapper {
 position: relative;
 width: 100%;
 }
 
 .lg-types-scroll {
 display: flex;
 gap: 20px;
 overflow-x: auto;
 padding-bottom: 20px;
 scrollbar-width: none;
 scroll-snap-type: x mandatory;
 scroll-behavior: smooth;
 -webkit-overflow-scrolling: touch;
 }
 
 .lg-types-scroll::-webkit-scrollbar {
 display: none;
 }
 
 .lg-types-card-block {
 flex: 0 0 280px;
 scroll-snap-align: center;
 }
 
 .lg-types-card {
 display: flex;
 flex-direction: column;
 height: 100%;
 min-height: 520px;
 background: var(--lg-types-card-glass);
 border: 1px solid rgba(255,255,255,0.08);
 border-radius: 24px;
 padding: 30px;
 text-align: left;
 position: relative;
 overflow: hidden;
 text-decoration: none !important;
 color: inherit !important;
 transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
 }
 
 .lg-types-card::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 4px;
 background: linear-gradient(180deg, var(--lg-types-green), var(--lg-types-gold));
 }
 
 .lg-types-card,
 .lg-types-card:hover,
 .lg-types-card:focus,
 .lg-types-card:visited,
 .lg-types-card:active,
 .lg-types-card * {
 text-decoration: none !important;
 }
 
 .lg-types-card:hover,
 .lg-types-card:focus-visible {
 background: rgba(255,255,255,0.08);
 transform: translateY(-8px);
 border-color: rgba(212,175,55,0.30);
 outline: none;
 text-decoration: none !important;
 }
 
 .lg-types-card-meta {
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 12px;
 margin-bottom: 20px;
 }
 
 .lg-types-card-pill {
 display: flex;
 align-items: center;
 gap: 6px;
 font-size: 10px;
 font-weight: 900;
 color: var(--lg-types-green);
 text-transform: uppercase;
 letter-spacing: 0.5px;
 }
 
 .lg-types-card-dot {
 width: 6px;
 height: 6px;
 background: var(--lg-types-green);
 border-radius: 50%;
 box-shadow: 0 0 8px var(--lg-types-green);
 flex-shrink: 0;
 }
 
 .lg-types-card-tag {
 font-size: 10px;
 color: var(--lg-types-gold);
 font-weight: 900;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 white-space: nowrap;
 }
 
 .lg-types-card h3 {
 font-size: 1.35rem;
 font-weight: 900;
 color: #fff;
 margin: 0 0 15px;
 letter-spacing: -0.5px;
 line-height: 1.22;
 }
 
 .lg-types-card img {
 width: 100%;
 aspect-ratio: 4 / 3;
 object-fit: cover;
 border-radius: 16px;
 margin-bottom: 20px;
 filter: saturate(0.72) brightness(0.92);
 transition: filter 0.35s ease, transform 0.35s ease;
 display: block;
 }
 
 .lg-types-card:hover img,
 .lg-types-card:focus-visible img {
 filter: saturate(1) brightness(1);
 transform: scale(1.02);
 }
 
 .lg-types-card p {
 font-size: 1rem;
 color: var(--lg-types-text-muted);
 line-height: 1.6;
 font-weight: 400;
 margin: 0;
 }
 
 .lg-types-card-footer {
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 16px;
 margin-top: auto;
 border-top: 1px solid rgba(255,255,255,0.05);
 padding-top: 20px;
 }
 
 .lg-types-card-hint {
 font-size: 11px;
 color: rgba(255,255,255,0.54);
 text-transform: uppercase;
 letter-spacing: 0.5px;
 line-height: 1.35;
 }
 
 .lg-types-card-hint span {
 color: #fff;
 font-weight: 800;
 }
 
 .lg-types-card-icon {
 width: 30px;
 height: 30px;
 background: rgba(212,175,55,0.10);
 border: 1px solid var(--lg-types-gold);
 color: var(--lg-types-gold);
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 font-size: 11px;
 font-weight: 900;
 flex-shrink: 0;
 }
 
 .lg-types-progress-shell {
 margin-top: 30px;
 }
 
 .lg-types-progress-bar {
 height: 2px;
 width: 200px;
 background: rgba(255,255,255,0.10);
 margin: 0 auto 15px;
 border-radius: 10px;
 overflow: hidden;
 }
 
 .lg-types-progress-fill {
 height: 100%;
 width: 0%;
 background: var(--lg-types-gold);
 transition: width 0.3s ease;
 }
 
 .lg-types-progress-dots {
 display: flex;
 justify-content: center;
 gap: 10px;
 }
 
 .lg-types-progress-dot {
 width: 8px;
 height: 8px;
 padding: 0;
 border: 0;
 background: rgba(255,255,255,0.22);
 border-radius: 50%;
 transition: transform 0.3s ease, background 0.3s ease;
 cursor: pointer;
 }
 
 .lg-types-progress-dot.is-active {
 background: var(--lg-types-gold);
 transform: scale(1.35);
 }
 
 @media (min-width: 900px) {
 .lg-types-scroll {
 justify-content: center;
 flex-wrap: wrap;
 overflow: visible;
 scroll-snap-type: none;
 }
 
 .lg-types-card-block {
 flex: 1 1 260px;
 max-width: 275px;
 }
 
 .lg-types-progress-shell {
 display: none;
 }
 }
 
 @media (max-width: 768px) {
 .lg-types-section {
 padding: 64px 0;
 }
 
 .lg-types-inner {
 padding: 0 16px;
 }
 
 .lg-types-title {
 letter-spacing: -1.1px;
 }
 
 .lg-types-sub {
 font-size: 1.04rem;
 margin-bottom: 38px;
 }
 
 .lg-types-card-block {
 flex-basis: 84vw;
 }
 
 .lg-types-card {
 min-height: 500px;
 padding: 26px;
 }
 }
 
 :root {
 --lg-locations-bg: #030a08;
 --lg-locations-green: #1fb383;
 --lg-locations-gold: #d4af37;
 --lg-locations-gold-light: #f9e29c;
 --lg-locations-muted: rgba(255,255,255,0.68);
 --lg-locations-card: rgba(255,255,255,0.04);
 }
 
 .lg-locations-section,
 .lg-locations-section * {
 box-sizing: border-box;
 }
 
 .lg-locations-section {
 position: relative;
 width: 100vw;
 left: 50%;
 right: 50%;
 margin-left: -50vw;
 margin-right: -50vw;
 overflow: hidden;
 isolation: isolate;
 background:
 radial-gradient(circle at 12% 18%, rgba(31,179,131,0.12), transparent 32%),
 radial-gradient(circle at 88% 78%, rgba(212,175,55,0.08), transparent 30%),
 var(--lg-locations-bg);
 padding: 76px 0;
 color: #fff;
 font-family: 'Inter', Arial, Helvetica, sans-serif;
 }
 
 .lg-locations-section::before {
 content: "";
 position: absolute;
 top: -35%;
 right: -18%;
 width: 520px;
 height: 520px;
 border-radius: 50%;
 background: rgba(31,179,131,0.08);
 filter: blur(90px);
 pointer-events: none;
 z-index: 0;
 }
 
 .lg-locations-container {
 position: relative;
 z-index: 2;
 max-width: 1200px;
 margin: 0 auto;
 padding: 0 24px;
 }
 
 .lg-locations-header {
 max-width: 920px;
 margin: 0 auto 44px;
 text-align: center;
 }
 
 .lg-locations-eyebrow {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 margin-bottom: 18px;
 padding: 10px 16px;
 border-radius: 999px;
 color: var(--lg-locations-green);
 background: rgba(255,255,255,0.05);
 border: 1px solid rgba(255,255,255,0.08);
 font-size: 11px;
 font-weight: 900;
 letter-spacing: 2px;
 text-transform: uppercase;
 }
 
 .lg-locations-eyebrow::before {
 content: "";
 width: 8px;
 height: 8px;
 border-radius: 50%;
 background: var(--lg-locations-green);
 box-shadow: 0 0 14px rgba(31,179,131,0.65);
 }
 
 .lg-locations-title {
 margin: 0 0 20px;
 font-size: clamp(32px, 4.5vw, 54px);
 line-height: 1.08;
 letter-spacing: -1.6px;
 font-weight: 900;
 color: #fff;
 }
 
 .lg-locations-title span {
 background: linear-gradient(135deg, var(--lg-locations-gold), var(--lg-locations-gold-light));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 }
 
 .lg-locations-subtitle {
 max-width: 850px;
 margin: 0 auto 28px;
 color: var(--lg-locations-muted);
 font-size: 1.08rem;
 line-height: 1.75;
 }
 
 .lg-locations-subtitle strong {
 color: #fff;
 font-weight: 800;
 }
 
 .lg-locations-divider {
 width: 90px;
 height: 3px;
 border-radius: 999px;
 background: linear-gradient(90deg, var(--lg-locations-green), var(--lg-locations-gold));
 margin: 0 auto;
 }
 
 .lg-locations-grid {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 22px;
 }
 
 .lg-locations-card {
 position: relative;
 display: block;
 height: 100%;
 min-height: 154px;
 padding: 26px 30px;
 background: var(--lg-locations-card);
 border: 1px solid rgba(255,255,255,0.08);
 border-radius: 22px;
 color: inherit !important;
 text-decoration: none !important;
 transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
 overflow: hidden;
 }
 
 .lg-locations-card,
 .lg-locations-card:hover,
 .lg-locations-card:focus,
 .lg-locations-card:visited,
 .lg-locations-card:active,
 .lg-locations-card * {
 text-decoration: none !important;
 }
 
 .lg-locations-card::before {
 content: "";
 position: absolute;
 top: 28px;
 left: 0;
 width: 4px;
 height: 30px;
 border-radius: 0 999px 999px 0;
 background: linear-gradient(180deg, var(--lg-locations-green), var(--lg-locations-gold));
 }
 
 .lg-locations-card::after {
 content: "";
 position: absolute;
 inset: auto -70px -80px auto;
 width: 180px;
 height: 180px;
 border-radius: 50%;
 background: rgba(212,175,55,0.06);
 filter: blur(8px);
 transition: opacity 0.28s ease;
 opacity: 0;
 }
 
 .lg-locations-card:hover,
 .lg-locations-card:focus-visible {
 transform: translateY(-5px);
 background: rgba(255,255,255,0.07);
 border-color: rgba(212,175,55,0.28);
 box-shadow: 0 22px 52px rgba(0,0,0,0.22);
 outline: none;
 }
 
 .lg-locations-card:hover::after,
 .lg-locations-card:focus-visible::after {
 opacity: 1;
 }
 
 .lg-locations-card h3 {
 margin: 0 0 10px;
 color: #fff;
 font-size: 1.22rem;
 line-height: 1.25;
 letter-spacing: -0.4px;
 font-weight: 900;
 }
 
 .lg-locations-card p {
 margin: 0;
 color: rgba(255,255,255,0.66);
 font-size: 0.94rem;
 line-height: 1.58;
 }
 
 .lg-locations-card strong {
 color: var(--lg-locations-green);
 font-weight: 800;
 }
 
 .lg-locations-link-label {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 margin-top: 16px;
 color: var(--lg-locations-gold-light);
 font-size: 0.84rem;
 font-weight: 800;
 }
 
 .lg-locations-link-label::after {
 content: "→";
 transition: transform 0.25s ease;
 }
 
 .lg-locations-card:hover .lg-locations-link-label::after,
 .lg-locations-card:focus-visible .lg-locations-link-label::after {
 transform: translateX(4px);
 }
 
 .lg-locations-city-row {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 10px;
 margin-top: 36px;
 }
 
 .lg-locations-city-link {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-height: 42px;
 padding: 10px 16px;
 border-radius: 999px;
 background: rgba(255,255,255,0.05);
 border: 1px solid rgba(255,255,255,0.08);
 color: rgba(255,255,255,0.88) !important;
 font-size: 0.92rem;
 font-weight: 800;
 text-decoration: none !important;
 transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
 }
 
 .lg-locations-city-link,
 .lg-locations-city-link:hover,
 .lg-locations-city-link:focus,
 .lg-locations-city-link:visited,
 .lg-locations-city-link:active {
 text-decoration: none !important;
 }
 
 .lg-locations-city-link:hover,
 .lg-locations-city-link:focus-visible {
 transform: translateY(-2px);
 background: rgba(31,179,131,0.12);
 border-color: rgba(31,179,131,0.34);
 outline: none;
 }
 
 @media (max-width: 860px) {
 .lg-locations-section {
 padding: 62px 0;
 }
 
 .lg-locations-grid {
 grid-template-columns: 1fr;
 gap: 16px;
 }
 
 .lg-locations-card {
 min-height: auto;
 padding: 24px 24px;
 }
 }
 
 @media (max-width: 520px) {
 .lg-locations-container {
 padding: 0 16px;
 }
 
 .lg-locations-header {
 margin-bottom: 36px;
 }
 
 .lg-locations-title {
 letter-spacing: -1.1px;
 }
 
 .lg-locations-subtitle {
 font-size: 1rem;
 }
 
 .lg-locations-city-row {
 justify-content: stretch;
 }
 
 .lg-locations-city-link {
 width: 100%;
 }
 }
 
 /* 1. CONFIGURACIÓN DEL FONDO OSCURO Y DECORADO */
 .lg-testimonial-premium-dark {
 background-color: #030a08;
 width: 100vw;
 position: relative;
 left: 50%;
 right: 50%;
 margin-left: -50vw;
 margin-right: -50vw;
 padding: 100px 0;
 font-family: 'Inter', sans-serif;
 overflow: hidden; /* Importante para las formas de fondo */
 }
 
 /* 2. FORMAS GEOMÉTRICAS DE FONDO (VERDE CLARO Y TRANSLÚCIDO) */
 .lg-bg-decorations {
 position: absolute;
 inset: 0;
 pointer-events: none;
 z-index: 1;
 }
 
 .lg-shape {
 position: absolute;
 background: linear-gradient(135deg, rgba(31, 179, 131, 0.06) 0%, transparent 80%);
 transition: all 0.6s ease-in-out;
 }
 
 /* Polígono superior derecho (más grande) */
 .polygon-1 {
 top: 0;
 right: 0;
 width: 60%;
 height: 70%;
 clip-path: polygon(100% 0, 0 0, 100% 100%);
 }
 
 /* Polígono inferior izquierdo (más pequeño) */
 .polygon-2 {
 bottom: 0;
 left: 0;
 width: 40%;
 height: 50%;
 clip-path: polygon(0 0, 0 100%, 100% 100%);
 }
 
 /* Trapecio sutil central */
 .polygon-3 {
 top: 30%;
 left: 20%;
 width: 30%;
 height: 40%;
 background: linear-gradient(135deg, rgba(31, 179, 131, 0.04) 0%, transparent 60%);
 clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
 }
 
 /* Hover effect sutil en el fondo al interactuar con la tarjeta */
 .lg-testimonial-premium-dark:hover .lg-shape {
 transform: scale(1.03) translateY(-10px);
 }
 
 /* 3. CONTENEDOR Y TARJETA (ESTILO CRISTAL) */
 .lg-testimonial-full-container {
 max-width: 1200px;
 margin: 0 auto;
 display: flex;
 justify-content: center;
 padding: 0 20px;
 position: relative;
 z-index: 10; /* Por encima del fondo decorativo */
 }
 
 .lg-testimonial-glass-card {
 position: relative;
 width: 100%;
 max-width: 850px;
 background: rgba(255, 255, 255, 0.03); /* Cristal ligeramente más claro */
 border: 1px solid rgba(255, 255, 255, 0.08);
 border-radius: 32px;
 padding: 60px 40px;
 text-align: center;
 backdrop-filter: blur(12px);
 box-shadow: 0 40px 100px rgba(0,0,0,0.5);
 }
 
 .lg-quote-icon {
 position: absolute;
 top: 30px;
 right: 40px;
 opacity: 0.7;
 }
 
 /* Avatar */
 .lg-testimonial-avatar {
 position: relative;
 width: 100px;
 height: 100px;
 margin: 0 auto 30px;
 }
 
 .lg-avatar-ring {
 position: absolute;
 inset: -5px;
 border-radius: 50%;
 border: 2px solid #1fb383;
 opacity: 0.3;
 }
 
 .lg-avatar-img {
 width: 100%;
 height: 100%;
 border-radius: 50%;
 background-size: cover;
 background-position: center;
 border: 3px solid #030a08;
 position: relative;
 z-index: 2;
 }
 
 /* Texto */
 .lg-testimonial-quote-text {
 font-family: 'Playfair Display', serif;
 font-style: italic;
 font-size: 22px;
 line-height: 1.6;
 color: #fff;
 margin-bottom: 30px;
 }
 
 .lg-text-gold { color: #d4af37; font-weight: 600; font-style: normal; }
 .lg-text-green { color: #1fb383; font-weight: 600; font-style: normal; }
 
 .lg-author-name { font-weight: 700; font-size: 18px; color: #fff; margin-bottom: 5px; }
 .lg-author-case { font-size: 14px; color: rgba(255,255,255,0.5); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
 .lg-stars { color: #d4af37; font-size: 18px; letter-spacing: 4px; }
 
 /* Footer CTA */
 .lg-testimonial-footer-cta {
 margin-top: 40px;
 }
 
 .lg-footer-divider {
 height: 1px;
 width: 60px;
 background: rgba(255,255,255,0.1);
 margin: 30px auto;
 }
 
 .lg-testimonial-footer-cta p {
 font-size: 15px;
 color: rgba(255,255,255,0.6);
 margin-bottom: 20px;
 }
 
 .lg-btn-gold-small {
 display: inline-block;
 background: linear-gradient(135deg, #f9e29c 0%, #d4af37 100%);
 color: #3b2a00;
 padding: 14px 32px;
 font-size: 15px;
 font-weight: 700;
 border-radius: 10px;
 text-decoration: none;
 transition: 0.3s ease;
 }
 
 .lg-btn-gold-small:hover {
 transform: translateY(-2px);
 box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
 }
 
 /* Responsive */
 @media (max-width: 768px) {
 .lg-testimonial-premium-dark { padding: 60px 0; }
 .lg-testimonial-glass-card { padding: 40px 20px; }
 .lg-testimonial-quote-text { font-size: 18px; }
 .lg-quote-icon { width: 40px; top: 20px; right: 20px; }
 }
 
 :root {
 --lg-appraisal-bg: #030a08;
 --lg-appraisal-green: #1fb383;
 --lg-appraisal-green-soft: #5de0b1;
 --lg-appraisal-gold: #d4af37;
 --lg-appraisal-gold-light: #f9e29c;
 --lg-appraisal-muted: rgba(255,255,255,0.66);
 --lg-appraisal-card: rgba(255,255,255,0.04);
 }
 
 .lg-appraisal-section,
 .lg-appraisal-section * {
 box-sizing: border-box;
 }
 
 .lg-appraisal-section {
 position: relative;
 width: 100vw;
 left: 50%;
 right: 50%;
 margin-left: -50vw;
 margin-right: -50vw;
 padding: 92px 0;
 background:
 radial-gradient(circle at 12% 10%, rgba(31,179,131,0.12), transparent 32%),
 radial-gradient(circle at 88% 78%, rgba(212,175,55,0.08), transparent 30%),
 var(--lg-appraisal-bg);
 color: #fff;
 font-family: 'Inter', Arial, Helvetica, sans-serif;
 overflow: hidden;
 isolation: isolate;
 }
 
 .lg-appraisal-bg-glows {
 position: absolute;
 inset: 0;
 pointer-events: none;
 z-index: 1;
 }
 
 .lg-appraisal-glow {
 position: absolute;
 width: 560px;
 height: 560px;
 border-radius: 50%;
 background: radial-gradient(circle, rgba(31,179,131,0.07) 0%, transparent 70%);
 filter: blur(80px);
 }
 
 .lg-appraisal-glow-1 {
 top: -210px;
 left: -160px;
 }
 
 .lg-appraisal-glow-2 {
 right: -160px;
 bottom: -210px;
 background: radial-gradient(circle, rgba(212,175,55,0.055) 0%, transparent 70%);
 }
 
 .lg-appraisal-container {
 position: relative;
 z-index: 2;
 max-width: 1250px;
 margin: 0 auto;
 padding: 0 24px;
 }
 
 .lg-appraisal-header {
 max-width: 960px;
 margin: 0 auto 64px;
 text-align: center;
 }
 
 .lg-appraisal-eyebrow {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 margin-bottom: 18px;
 padding: 10px 16px;
 border-radius: 999px;
 color: var(--lg-appraisal-green-soft);
 background: rgba(255,255,255,0.05);
 border: 1px solid rgba(255,255,255,0.08);
 font-size: 11px;
 font-weight: 900;
 letter-spacing: 2px;
 text-transform: uppercase;
 }
 
 .lg-appraisal-eyebrow::before {
 content: "";
 width: 8px;
 height: 8px;
 border-radius: 50%;
 background: var(--lg-appraisal-green);
 box-shadow: 0 0 14px rgba(31,179,131,0.65);
 }
 
 .lg-appraisal-title {
 margin: 0 0 24px;
 font-size: clamp(32px, 4.8vw, 56px);
 font-weight: 900;
 line-height: 1.08;
 color: #fff;
 letter-spacing: -1.8px;
 }
 
 .lg-appraisal-title span {
 background: linear-gradient(135deg, var(--lg-appraisal-gold), var(--lg-appraisal-gold-light));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 }
 
 .lg-appraisal-subtitle {
 max-width: 900px;
 margin: 0 auto;
 color: var(--lg-appraisal-muted);
 font-size: 1.1rem;
 line-height: 1.78;
 font-weight: 400;
 }
 
 .lg-appraisal-subtitle strong {
 color: #fff;
 font-weight: 800;
 }
 
 .lg-appraisal-divider {
 width: 92px;
 height: 3px;
 margin: 36px auto 0;
 border-radius: 999px;
 background: linear-gradient(90deg, var(--lg-appraisal-green), var(--lg-appraisal-gold));
 }
 
 .lg-appraisal-cards {
 display: flex;
 gap: 28px;
 overflow-x: auto;
 scroll-snap-type: x mandatory;
 scroll-behavior: smooth;
 -webkit-overflow-scrolling: touch;
 padding: 18px 4px 46px;
 scrollbar-width: none;
 }
 
 .lg-appraisal-cards::-webkit-scrollbar {
 display: none;
 }
 
 .lg-appraisal-card {
 position: relative;
 flex: 0 0 84%;
 min-width: 280px;
 padding: 34px 34px;
 border-radius: 30px;
 scroll-snap-align: center;
 text-align: center;
 background: var(--lg-appraisal-card);
 border: 1px solid rgba(255,255,255,0.08);
 backdrop-filter: blur(15px);
 -webkit-backdrop-filter: blur(15px);
 transition: transform 0.34s ease, background 0.34s ease, border-color 0.34s ease, box-shadow 0.34s ease;
 overflow: hidden;
 }
 
 .lg-appraisal-card::before {
 content: "";
 position: absolute;
 inset: 0 0 auto 0;
 height: 3px;
 background: linear-gradient(90deg, var(--lg-appraisal-green), var(--lg-appraisal-gold));
 opacity: 0.78;
 }
 
 .lg-appraisal-step-icon {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 54px;
 height: 54px;
 margin-bottom: 24px;
 border-radius: 18px;
 background: rgba(212,175,55,0.09);
 border: 1px solid rgba(212,175,55,0.26);
 color: var(--lg-appraisal-gold-light);
 }
 
 .lg-appraisal-step-icon svg {
 width: 25px;
 height: 25px;
 display: block;
 }
 
 .lg-appraisal-card h3 {
 margin: 0 0 15px;
 color: #fff;
 font-size: 1.25rem;
 line-height: 1.25;
 font-weight: 900;
 letter-spacing: -0.45px;
 }
 
 .lg-appraisal-card p {
 margin: 0;
 color: rgba(255,255,255,0.66);
 font-size: 0.98rem;
 line-height: 1.68;
 }
 
 .lg-appraisal-cta-wrap {
 max-width: 820px;
 margin: 12px auto 0;
 text-align: center;
 }
 
 .lg-appraisal-cta-text {
 margin: 0 0 22px;
 color: rgba(255,255,255,0.72);
 font-size: 1rem;
 line-height: 1.65;
 }
 
 .lg-appraisal-actions {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 12px;
 }
 
 .lg-appraisal-button {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-height: 52px;
 padding: 14px 22px;
 border-radius: 999px;
 color: #fff !important;
 background: linear-gradient(180deg, #39c795 0%, var(--lg-appraisal-green) 100%);
 box-shadow: 0 14px 28px rgba(31,179,131,0.22);
 font-size: 0.95rem;
 font-weight: 900;
 text-decoration: none !important;
 transition: transform 0.22s ease, box-shadow 0.22s ease;
 }
 
 .lg-appraisal-button-secondary {
 color: var(--lg-appraisal-gold-light) !important;
 background: rgba(255,255,255,0.045);
 border: 1px solid rgba(212,175,55,0.24);
 box-shadow: none;
 }
 
 .lg-appraisal-button,
 .lg-appraisal-button:hover,
 .lg-appraisal-button:focus,
 .lg-appraisal-button:visited,
 .lg-appraisal-button:active {
 text-decoration: none !important;
 }
 
 .lg-appraisal-button:hover,
 .lg-appraisal-button:focus-visible {
 transform: translateY(-2px);
 box-shadow: 0 18px 34px rgba(31,179,131,0.28);
 outline: none;
 }
 
 .lg-appraisal-button-secondary:hover,
 .lg-appraisal-button-secondary:focus-visible {
 box-shadow: 0 18px 34px rgba(0,0,0,0.18);
 }
 
 @media (min-width: 850px) {
 .lg-appraisal-cards {
 flex-wrap: wrap;
 justify-content: center;
 overflow: visible;
 scroll-snap-type: none;
 padding: 18px 0 42px;
 }
 
 .lg-appraisal-card {
 flex: 0 0 calc(33.333% - 28px);
 max-width: 378px;
 }
 
 .lg-appraisal-card:hover {
 transform: translateY(-9px);
 background: rgba(255,255,255,0.065);
 border-color: rgba(31,179,131,0.34);
 box-shadow: 0 28px 58px rgba(0,0,0,0.42);
 }
 }
 
 @media (max-width: 768px) {
 .lg-appraisal-section {
 padding: 64px 0;
 }
 
 .lg-appraisal-container {
 padding: 0 16px;
 }
 
 .lg-appraisal-header {
 margin-bottom: 42px;
 }
 
 .lg-appraisal-title {
 letter-spacing: -1.2px;
 }
 
 .lg-appraisal-subtitle {
 font-size: 1.02rem;
 }
 
 .lg-appraisal-card {
 padding: 32px 24px;
 }
 
 .lg-appraisal-actions {
 align-items: stretch;
 flex-direction: column;
 }
 
 .lg-appraisal-button {
 width: 100%;
 }
 }
 
 .full-width-fix {
 width: 100vw !important;
 position: relative;
 left: 50%;
 right: 50%;
 margin-left: -50vw !important;
 margin-right: -50vw !important;
 }
 
 .lg-faq-premium-dark,
 .lg-faq-premium-dark * {
 box-sizing: border-box;
 }
 
 .lg-faq-premium-dark {
 background-color: #030a08;
 padding: 90px 0;
 color: #fff;
 font-family: 'Inter', Arial, Helvetica, sans-serif !important;
 overflow: hidden;
 isolation: isolate;
 }
 
 .lg-bg-lights {
 position: absolute;
 inset: 0;
 pointer-events: none;
 z-index: 1;
 }
 
 .lg-light {
 position: absolute;
 width: 450px;
 height: 450px;
 border-radius: 50%;
 filter: blur(100px);
 opacity: 0.12;
 }
 
 .light-green {
 top: -100px;
 left: -150px;
 background: #1fb383;
 }
 
 .light-gold {
 bottom: -100px;
 right: -150px;
 background: #d4af37;
 }
 
 .lg-faq-inner {
 max-width: 1080px;
 margin: 0 auto;
 padding: 0 30px;
 position: relative;
 z-index: 10;
 }
 
 .lg-faq-header {
 text-align: center;
 margin-bottom: 56px;
 }
 
 .lg-faq-eyebrow {
 font-size: 11px;
 color: #1fb383;
 font-weight: 900;
 text-transform: uppercase;
 letter-spacing: 2.5px;
 margin-bottom: 14px;
 }
 
 .lg-faq-main-title {
 font-family: 'Inter', Arial, Helvetica, sans-serif !important;
 font-size: clamp(34px, 5vw, 50px);
 font-weight: 900;
 margin: 0;
 letter-spacing: -1.6px;
 line-height: 1.08;
 }
 
 .lg-faq-intro {
 max-width: 850px;
 margin: 20px auto 0;
 color: rgba(255,255,255,0.66);
 font-size: 1.04rem;
 line-height: 1.7;
 }
 
 .lg-faq-divider {
 height: 3px;
 max-width: 100px;
 margin: 28px auto 0;
 border-radius: 999px;
 background: linear-gradient(90deg, #1fb383, #d4af37);
 }
 
 .lg-faq-container {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 16px;
 }
 
 .lg-faq-card {
 background: rgba(255,255,255,0.03);
 border: 1px solid rgba(255,255,255,0.08);
 border-radius: 20px;
 transition: all 0.28s ease;
 backdrop-filter: blur(8px);
 -webkit-backdrop-filter: blur(8px);
 overflow: hidden;
 }
 
 .lg-faq-card:hover {
 background: rgba(255,255,255,0.05);
 border-color: rgba(212,175,55,0.3);
 transform: translateY(-2px);
 }
 
 .lg-faq-card summary {
 padding: 24px 28px;
 cursor: pointer;
 list-style: none;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 18px;
 outline: none;
 }
 
 .lg-faq-card summary::-webkit-details-marker {
 display: none;
 }
 
 .lg-faq-card summary:focus-visible {
 outline: 2px solid rgba(31,179,131,0.5);
 outline-offset: -2px;
 }
 
 .lg-faq-card h3 {
 font-family: 'Inter', Arial, Helvetica, sans-serif !important;
 margin: 0;
 font-size: 17px;
 font-weight: 800;
 color: #fff;
 line-height: 1.4;
 letter-spacing: -0.3px;
 }
 
 .lg-faq-arrow {
 color: #d4af37;
 transition: 0.32s ease;
 flex-shrink: 0;
 }
 
 .lg-faq-card[open] {
 background: rgba(255,255,255,0.06);
 border-color: #1fb383;
 box-shadow: 0 15px 40px rgba(0,0,0,0.28);
 }
 
 .lg-faq-card[open] .lg-faq-arrow {
 transform: rotate(180deg);
 color: #1fb383;
 }
 
 .lg-faq-content {
 padding: 22px 28px 28px;
 font-family: 'Inter', Arial, Helvetica, sans-serif;
 font-size: 15.5px;
 line-height: 1.75;
 color: rgba(255,255,255,0.66);
 border-top: 1px solid rgba(255,255,255,0.05);
 animation: fadeIn 0.32s ease-out;
 }
 
 .lg-faq-content p {
 margin: 0;
 }
 
 .lg-faq-content strong {
 color: #1fb383;
 font-weight: 800;
 }
 
 .lg-faq-cta {
 max-width: 850px;
 margin: 42px auto 0;
 text-align: center;
 }
 
 .lg-faq-cta p {
 margin: 0 0 20px;
 color: rgba(255,255,255,0.7);
 font-size: 1rem;
 line-height: 1.65;
 }
 
 .lg-faq-button {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-height: 52px;
 padding: 14px 24px;
 border-radius: 999px;
 color: #fff !important;
 background: linear-gradient(180deg, #39c795 0%, #1fb383 100%);
 font-size: 0.95rem;
 font-weight: 900;
 text-decoration: none !important;
 box-shadow: 0 14px 28px rgba(31,179,131,0.22);
 transition: transform 0.22s ease, box-shadow 0.22s ease;
 }
 
 .lg-faq-button,
 .lg-faq-button:hover,
 .lg-faq-button:focus,
 .lg-faq-button:visited,
 .lg-faq-button:active {
 text-decoration: none !important;
 }
 
 .lg-faq-button:hover,
 .lg-faq-button:focus-visible {
 transform: translateY(-2px);
 box-shadow: 0 18px 34px rgba(31,179,131,0.28);
 outline: none;
 }
 
 @keyframes fadeIn {
 from { opacity: 0; transform: translateY(-8px); }
 to { opacity: 1; transform: translateY(0); }
 }
 
 @media (max-width: 900px) {
 .lg-faq-container {
 grid-template-columns: 1fr;
 }
 
 .lg-faq-premium-dark {
 padding: 70px 0;
 }
 }
 
 @media (max-width: 768px) {
 .lg-faq-main-title {
 font-size: 32px;
 letter-spacing: -1px;
 }
 
 .lg-faq-inner {
 padding: 0 18px;
 }
 
 .lg-faq-card h3 {
 font-size: 16.5px;
 }
 
 .lg-faq-card summary {
 padding: 22px 24px;
 }
 
 .lg-faq-content {
 padding: 22px 24px;
 }
 
 .lg-faq-button {
 width: 100%;
 }
 }
 
 /* FIX ANCHO COMPLETO */
 .lg-cta-email-full-width {
 background-color: #030a08;
 width: 100vw;
 position: relative;
 left: 50%;
 right: 50%;
 margin-left: -50vw;
 margin-right: -50vw;
 padding: 120px 0; /* Un poco más de aire al final */
 font-family: 'Inter', sans-serif !important;
 display: flex;
 justify-content: center;
 overflow: hidden;
 margin-top: -2px;
 }
 
 /* RESPLANDOR DORADO DE CIERRE */
 .lg-bg-glow-final {
 position: absolute;
 bottom: -150px;
 left: 50%;
 transform: translateX(-50%);
 width: 800px;
 height: 400px;
 background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
 filter: blur(80px);
 pointer-events: none;
 z-index: 1;
 }
 
 .lg-cta-inner-container {
 max-width: 900px;
 width: 100%;
 padding: 0 25px;
 position: relative;
 z-index: 2;
 display: flex;
 justify-content: center;
 }
 
 /* TARJETA GLASSMORPISM */
 .lg-cta-glass-card {
 max-width: 750px;
 width: 100%;
 background: rgba(255, 255, 255, 0.03);
 border: 1px solid rgba(255, 255, 255, 0.1);
 border-radius: 40px;
 padding: 70px 50px;
 text-align: center;
 backdrop-filter: blur(20px);
 -webkit-backdrop-filter: blur(20px);
 box-shadow: 0 40px 100px rgba(0,0,0,0.6);
 }
 
 /* TÍTULO: Forzado a Inter 800 */
 .lg-cta-title {
 font-family: 'Inter', sans-serif !important;
 font-size: clamp(28px, 5vw, 42px);
 color: #fff;
 margin-bottom: 25px;
 font-weight: 800;
 line-height: 1.1;
 letter-spacing: -1.5px;
 }
 
 .lg-cta-text {
 font-family: 'Inter', sans-serif;
 font-size: 1.1rem;
 color: rgba(255, 255, 255, 0.7);
 line-height: 1.8;
 margin-bottom: 45px;
 max-width: 580px;
 margin-left: auto;
 margin-right: auto;
 font-weight: 400;
 }
 
 /* BOTÓN DORADO REFORZADO */
 .lg-btn-gold-cta {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 14px;
 background: linear-gradient(135deg, #f9e29c 0%, #d4af37 100%);
 color: #1a1500; /* Texto más oscuro para contraste */
 padding: 22px 45px;
 font-family: 'Inter', sans-serif;
 font-size: 15px;
 font-weight: 800;
 border-radius: 18px;
 text-decoration: none;
 text-transform: uppercase;
 letter-spacing: 0.8px;
 transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
 box-shadow: 0 10px 30px rgba(212, 175, 55, 0.25);
 }
 
 .lg-btn-gold-cta:hover {
 transform: translateY(-5px);
 box-shadow: 0 20px 50px rgba(212, 175, 55, 0.4);
 filter: brightness(1.05);
 }
 
 .lg-btn-gold-cta svg {
 transition: transform 0.3s ease;
 }
 
 .lg-btn-gold-cta:hover svg {
 transform: translateX(3px) rotate(-5deg);
 }
 
 /* RESPONSIVE */
 @media (max-width: 768px) {
 .lg-cta-glass-card {
 padding: 50px 30px;
 border-radius: 30px;
 }
 .lg-cta-title {
 font-size: 30px;
 letter-spacing: -1px;
 }
 .lg-cta-email-full-width {
 padding: 80px 0;
 }
 .lg-btn-gold-cta {
 width: 100%;
 padding: 20px 25px;
 font-size: 14px;
 }
 }
 
 /* CONFIGURACIÓN ANCHO COMPLETO */
 .lg-beneficios-full-width {
 background-color: #030a08;
 width: 100vw;
 position: relative;
 left: 50%;
 right: 50%;
 margin-left: -50vw;
 margin-right: -50vw;
 padding: 110px 0;
 font-family: 'Inter', sans-serif !important;
 overflow: hidden;
 margin-top: -2px;
 margin-bottom: -2px;
 }
 
 /* RESPLANDOR DE FONDO */
 .lg-bg-subtle-glow {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 80%;
 height: 80%;
 background: radial-gradient(circle, rgba(31, 179, 131, 0.05) 0%, transparent 70%);
 pointer-events: none;
 z-index: 1;
 }
 
 .lg-beneficios-container {
 max-width: 1150px;
 margin: 0 auto;
 padding: 0 30px;
 position: relative;
 z-index: 2;
 }
 
 .lg-section-header {
 text-align: center;
 margin-bottom: 70px;
 max-width: 950px;
 margin-left: auto;
 margin-right: auto;
 }
 
 /* TÍTULO PRINCIPAL: Inter 800 */
 .lg-main-title {
 font-family: 'Inter', sans-serif !important;
 font-size: clamp(30px, 5vw, 44px);
 font-weight: 800;
 color: #fff;
 margin-bottom: 25px;
 line-height: 1.15;
 letter-spacing: -1.8px;
 }
 
 .lg-main-subtitle {
 font-family: 'Inter', sans-serif;
 font-size: 1.1rem;
 color: rgba(255, 255, 255, 0.65);
 line-height: 1.8;
 margin-bottom: 35px;
 font-weight: 400;
 }
 
 .lg-main-subtitle strong {
 color: #1fb383;
 font-weight: 700;
 }
 
 .lg-header-divider {
 width: 80px;
 height: 3px;
 background: linear-gradient(90deg, #1fb383, #d4af37);
 margin: 0 auto;
 border-radius: 4px;
 }
 
 /* GRID DE BENEFICIOS */
 .lg-beneficios-grid {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 35px;
 }
 
 /* TARJETA PREMIUM */
 .lg-card-beneficio {
 position: relative;
 background: rgba(255, 255, 255, 0.03);
 border: 1px solid rgba(255, 255, 255, 0.08);
 border-radius: 28px;
 padding: 55px 45px;
 transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
 backdrop-filter: blur(12px);
 -webkit-backdrop-filter: blur(12px);
 }
 
 .lg-card-accent {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 4px;
 background: linear-gradient(180deg, #1fb383, #d4af37);
 opacity: 0.4;
 transition: width 0.3s ease, opacity 0.3s ease;
 }
 
 .lg-card-beneficio:hover {
 transform: translateY(-8px);
 background: rgba(255, 255, 255, 0.06);
 border-color: rgba(212, 175, 55, 0.3);
 box-shadow: 0 25px 50px rgba(0,0,0,0.5);
 }
 
 .lg-card-beneficio:hover .lg-card-accent {
 width: 6px;
 opacity: 1;
 }
 
 /* TÍTULOS TARJETAS: Inter 700 */
 .lg-card-beneficio h4 {
 font-family: 'Inter', sans-serif !important;
 font-size: 21px;
 font-weight: 700;
 color: #fff;
 margin: 0 0 18px 0;
 line-height: 1.4;
 letter-spacing: -0.5px;
 }
 
 .lg-card-beneficio p {
 font-family: 'Inter', sans-serif;
 font-size: 16px;
 color: rgba(255, 255, 255, 0.6);
 margin: 0;
 line-height: 1.7;
 font-weight: 400;
 }
 
 .lg-card-beneficio strong {
 color: #1fb383;
 font-weight: 700;
 }
 
 /* RESPONSIVE */
 @media (max-width: 900px) {
 .lg-beneficios-grid { grid-template-columns: 1fr; gap: 20px; }
 .lg-card-beneficio { padding: 40px 35px; }
 .lg-main-title { font-size: 32px; letter-spacing: -1.2px; }
 .lg-main-subtitle { font-size: 16px; }
 .lg-beneficios-full-width { padding: 80px 0; }
 }
 
 /* FIX ANCHO COMPLETO */
 .lg-consultas-full-width {
 background-color: #030a08;
 width: 100vw;
 position: relative;
 left: 50%;
 right: 50%;
 margin-left: -50vw;
 margin-right: -50vw;
 padding: 100px 0;
 font-family: 'Inter', sans-serif !important;
 overflow: hidden;
 margin-top: -2px;
 margin-bottom: -2px;
 }
 
 /* DECORACIÓN AMBIENTAL */
 .lg-bg-glows {
 position: absolute;
 inset: 0;
 pointer-events: none;
 z-index: 1;
 }
 .lg-glow-top {
 position: absolute;
 top: -100px;
 left: 50%;
 transform: translateX(-50%);
 width: 600px;
 height: 400px;
 background: radial-gradient(circle, rgba(31, 179, 131, 0.06) 0%, transparent 70%);
 filter: blur(80px);
 }
 .lg-glow-bottom {
 position: absolute;
 bottom: -100px;
 right: 10%;
 width: 400px;
 height: 400px;
 background: radial-gradient(circle, rgba(212, 175, 55, 0.04) 0%, transparent 70%);
 filter: blur(60px);
 }
 
 .lg-consultas-inner {
 max-width: 1150px;
 margin: 0 auto;
 padding: 0 30px;
 position: relative;
 z-index: 10;
 }
 
 .lg-section-header {
 text-align: center;
 margin-bottom: 60px;
 }
 
 /* TÍTULO SECCIÓN: Inter 800 */
 .lg-consultas-title {
 font-family: 'Inter', sans-serif !important;
 font-size: clamp(30px, 5vw, 40px);
 color: #fff;
 font-weight: 800;
 margin-bottom: 25px;
 line-height: 1.15;
 letter-spacing: -1.5px;
 }
 
 .lg-header-divider {
 width: 80px;
 height: 3px;
 background: linear-gradient(90deg, #1fb383, #d4af37);
 margin: 0 auto;
 border-radius: 4px;
 }
 
 /* GRID DE CONSULTAS */
 .lg-consultas-grid {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 30px;
 margin-bottom: 80px;
 }
 
 .lg-card-consulta {
 position: relative;
 background: rgba(255, 255, 255, 0.03);
 border: 1px solid rgba(255, 255, 255, 0.08);
 border-radius: 28px;
 padding: 50px 45px;
 transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
 backdrop-filter: blur(12px);
 -webkit-backdrop-filter: blur(12px);
 }
 
 .lg-card-accent {
 position: absolute;
 top: 0; left: 0; bottom: 0;
 width: 4px;
 background: linear-gradient(180deg, #1fb383, #d4af37);
 opacity: 0.4;
 transition: width 0.3s ease;
 }
 
 .lg-card-consulta:hover {
 transform: translateY(-8px);
 background: rgba(255, 255, 255, 0.06);
 border-color: rgba(212, 175, 55, 0.3);
 box-shadow: 0 25px 50px rgba(0,0,0,0.5);
 }
 
 /* TÍTULOS TARJETAS: Inter 700 */
 .lg-card-consulta h4 {
 font-family: 'Inter', sans-serif !important;
 font-size: 21px;
 font-weight: 700;
 color: #fff;
 margin-bottom: 20px;
 letter-spacing: -0.5px;
 line-height: 1.4;
 }
 
 .lg-card-consulta p {
 font-family: 'Inter', sans-serif;
 font-size: 16px;
 color: rgba(255, 255, 255, 0.65);
 line-height: 1.7;
 }
 
 /* BLOQUE CTA FINAL */
 .lg-cta-final {
 max-width: 900px;
 margin: 0 auto;
 }
 
 .lg-cta-card {
 background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(31, 179, 131, 0.06) 100%);
 border: 1px solid rgba(31, 179, 131, 0.25);
 border-radius: 35px;
 padding: 70px 45px;
 text-align: center;
 box-shadow: 0 40px 80px rgba(0,0,0,0.6);
 }
 
 /* TÍTULO CTA FINAL: Inter 800 */
 .lg-cta-title-final {
 font-family: 'Inter', sans-serif !important;
 font-size: clamp(26px, 4vw, 34px);
 font-weight: 800;
 color: #fff;
 margin-bottom: 20px;
 line-height: 1.2;
 letter-spacing: -1px;
 }
 
 .lg-cta-text {
 font-family: 'Inter', sans-serif;
 font-size: 1.15rem;
 color: rgba(255, 255, 255, 0.75);
 margin-bottom: 40px;
 }
 
 .lg-whatsapp-button {
 display: inline-flex;
 align-items: center;
 gap: 14px;
 background-color: #1fb383;
 color: #fff;
 text-decoration: none;
 padding: 22px 45px;
 border-radius: 20px;
 font-weight: 800;
 font-size: 16px;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
 }
 
 .lg-whatsapp-button:hover {
 background-color: #25d366; /* Un verde WhatsApp más vibrante al hover */
 transform: translateY(-5px);
 box-shadow: 0 20px 40px rgba(31, 179, 131, 0.3);
 }
 
 /* RESPONSIVE */
 @media (max-width: 900px) {
 .lg-consultas-grid { grid-template-columns: 1fr; }
 .lg-cta-card { padding: 50px 25px; }
 .lg-consultas-title { font-size: 32px; letter-spacing: -1.2px; }
 .lg-consultas-full-width { padding: 80px 0; }
 }
 
 /* SOLUCIÓN RADICAL PARA LA LÍNEA BLANCA LATERAL */
 .lg-final-block-full-width {
 background-color: #030a08 !important;
 width: 100vw !important;
 position: relative;
 left: 50%;
 right: 50%;
 margin-left: -50vw !important;
 margin-right: -50vw !important;
 padding: 100px 0;
 font-family: 'Inter', sans-serif !important;
 color: #fff;
 
 /* ELIMINACIÓN DE BORDES Y SOMBRAS */
 border: none !important;
 outline: none !important;
 
 /* ESTO MATA LA LÍNEA BLANCA: Crea un parche negro que sale 10px fuera de la pantalla */
 box-shadow: 0 0 0 10px #030a08 !important; 
 clip-path: inset(0 -10px 0 -10px); /* Permite que la sombra negra tape los laterales */
 
 margin-top: -2px !important;
 }
 
 .lg-final-container-inner {
 max-width: 1200px;
 margin: 0 auto;
 padding: 0 40px;
 }
 
 .lg-flex-wrapper {
 display: flex;
 gap: 30px;
 align-items: stretch;
 }
 
 .lg-col-intro { flex: 1; text-align: left; }
 .lg-intro-title { font-size: 36px; font-weight: 800; line-height: 1.1; margin-bottom: 20px; letter-spacing: -1.5px; }
 .lg-intro-subtitle { font-size: 1.05rem; color: rgba(255, 255, 255, 0.6); line-height: 1.6; }
 .lg-intro-divider { width: 60px; height: 3px; background: #1fb383; margin-top: 25px; }
 
 /* CAJAS INTERNAS SIN BORDES VISIBLES */
 .lg-main-box {
 flex: 1;
 background: rgba(31, 179, 131, 0.15) !important;
 border-radius: 24px;
 padding: 40px;
 border: none !important; /* Aseguramos que no haya borde fino */
 }
 
 .lg-benefits-list-card {
 flex: 1;
 background: rgba(255, 255, 255, 0.03) !important;
 border-radius: 24px;
 padding: 40px;
 border: none !important; /* Aseguramos que no haya borde fino */
 }
 
 .lg-box-title { font-size: 24px; font-weight: 700; margin-bottom: 20px; }
 .lg-box-text { font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.6; margin-bottom: 15px; }
 .lg-list-title { font-size: 18px; font-weight: 700; color: #d4af37; margin-bottom: 25px; }
 .lg-custom-list { list-style: none; padding: 0; display: grid; gap: 20px; }
 .lg-custom-list li { display: flex; gap: 12px; font-size: 14px; color: rgba(255,255,255,0.7); }
 .lg-list-icon { flex-shrink: 0; width: 20px; height: 20px; background: #1fb383; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #000; padding: 4px; }
 
 @media (max-width: 991px) {
 .lg-flex-wrapper { flex-direction: column; }
 .lg-final-block-full-width { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; left: 0; }
 }
 

/* =========================================================
 FIX DEFINITIVO DE ANCHO: evita desplazamientos a la derecha
 ---------------------------------------------------------
 La version anterior usaba 100vw + margin-left:-50vw para
 forzar ancho completo. En algunos constructores eso provoca
 que los ultimos bloques se salgan hacia la derecha. Este
 override mantiene el fondo continuo sin desplazar secciones.
 ========================================================= */
html,
body {
 width: 100% !important;
 max-width: 100% !important;
 margin: 0 !important;
 padding: 0 !important;
 overflow-x: hidden !important;
 background: #030a08 !important;
}

body > main#contenido,
main#contenido,
#contenido {
 width: 100% !important;
 max-width: 100% !important;
 margin: 0 !important;
 padding: 0 !important;
 overflow-x: hidden !important;
 background: #030a08 !important;
}

main#contenido > section,
.lg-hero,
.lg-results-section,
.lg-hero-final-reforzada,
.lg-info-section,
.lg-types-section,
.lg-locations-section,
.lg-testimonial-premium-dark,
.lg-appraisal-section,
.lg-faq-premium-dark,
.lg-cta-email-full-width,
.lg-beneficios-full-width,
.lg-consultas-full-width,
.lg-final-block-full-width,
.full-width-split,
.full-width-fix,
.lg-testimonial-full-container {
 width: 100% !important;
 max-width: 100% !important;
 min-width: 0 !important;
 position: relative !important;
 left: auto !important;
 right: auto !important;
 margin-left: 0 !important;
 margin-right: 0 !important;
 transform: none !important;
 overflow-x: hidden !important;
}

.lg-container,
.lg-results-container,
.lg-info-container,
.lg-types-container,
.lg-locations-container,
.lg-testimonial-container,
.lg-appraisal-container,
.lg-faq-container,
.lg-section-container,
.lg-final-container-inner,
.lg-cta-email-container,
.lg-beneficios-container,
.lg-consultas-container {
 width: min(100%, 1200px) !important;
 max-width: 1200px !important;
 margin-left: auto !important;
 margin-right: auto !important;
 padding-left: clamp(18px, 4vw, 32px) !important;
 padding-right: clamp(18px, 4vw, 32px) !important;
}

@media (max-width: 767px) {
 main#contenido > section,
 .lg-hero,
 .lg-results-section,
 .lg-hero-final-reforzada,
 .lg-info-section,
 .lg-types-section,
 .lg-locations-section,
 .lg-testimonial-premium-dark,
 .lg-appraisal-section,
 .lg-faq-premium-dark,
 .lg-cta-email-full-width,
 .lg-beneficios-full-width,
 .lg-consultas-full-width,
 .lg-final-block-full-width,
 .full-width-split,
 .full-width-fix,
 .lg-testimonial-full-container {
 width: 100% !important;
 max-width: 100% !important;
 left: auto !important;
 right: auto !important;
 margin-left: 0 !important;
 margin-right: 0 !important;
 }
}


/* HEADER + FOOTER LEGALIA - añadido */
.skip-link {
 position: absolute;
 top: -48px;
 left: 16px;
 z-index: 9999;
 padding: 10px 14px;
 border-radius: 10px;
 background: #f7fbf9;
 color: #030a08;
 font-family: 'Inter', Arial, Helvetica, sans-serif;
 font-weight: 800;
 text-decoration: none;
 transition: top .2s ease;
}

.skip-link:focus {
 top: 16px;
}

.site-header,
.site-footer {
 box-sizing: border-box;
 width: 100% !important;
 max-width: 100% !important;
 margin: 0 !important;
 font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.site-header {
 position: sticky;
 top: 0;
 z-index: 999;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 22px;
 padding: 16px clamp(18px, 5vw, 64px);
 background: rgba(3, 10, 8, 0.94);
 border-bottom: 1px solid rgba(255,255,255,0.10);
 box-shadow: 0 18px 55px rgba(0,0,0,0.30);
 backdrop-filter: blur(18px);
 -webkit-backdrop-filter: blur(18px);
 color: #f7fbf9;
}

.site-header .brand {
 display: inline-flex;
 flex-direction: column;
 gap: 3px;
 min-width: 220px;
 color: #f7fbf9;
 text-decoration: none;
 line-height: 1.05;
}

.site-header .brand-main {
 font-size: clamp(20px, 2vw, 27px);
 font-weight: 900;
 letter-spacing: -0.04em;
}

.site-header .brand-main strong {
 color: #d4af37;
 font-weight: 900;
}

.site-header .brand-sub {
 color: rgba(255,255,255,0.66);
 font-size: 10px;
 font-weight: 800;
 letter-spacing: 0.12em;
 text-transform: uppercase;
}

.site-header nav {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
 gap: 6px;
 flex: 1 1 auto;
}

.site-header nav a {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 10px 11px;
 border-radius: 999px;
 color: rgba(255,255,255,0.76);
 font-size: 14px;
 font-weight: 700;
 text-decoration: none;
 transition: background .2s ease, color .2s ease, transform .2s ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
 background: rgba(255,255,255,0.08);
 color: #ffffff;
 transform: translateY(-1px);
 outline: none;
}

.header-actions {
 display: flex;
 align-items: center;
 justify-content: flex-end;
 gap: 10px;
 flex: 0 0 auto;
}

.header-actions .phone,
.header-actions .header-cta {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-height: 42px;
 padding: 10px 15px;
 border-radius: 999px;
 font-size: 14px;
 font-weight: 900;
 text-decoration: none;
 white-space: nowrap;
}

.header-actions .phone {
 color: #f5e2a2;
 border: 1px solid rgba(212,175,55,0.35);
 background: rgba(212,175,55,0.08);
}

.header-actions .header-cta {
 color: #03100c;
 background: linear-gradient(135deg, #d4af37 0%, #f5e2a2 52%, #d4af37 100%);
 box-shadow: 0 12px 32px rgba(212,175,55,0.24);
}

.header-actions .header-cta:hover,
.header-actions .header-cta:focus-visible {
 transform: translateY(-1px);
 box-shadow: 0 16px 42px rgba(212,175,55,0.32);
 outline: none;
}

.site-footer {
 position: relative;
 overflow: hidden;
 padding: 54px clamp(18px, 5vw, 64px) 34px;
 background:
 radial-gradient(circle at 20% 0%, rgba(31,179,131,0.14), transparent 30%),
 radial-gradient(circle at 80% 0%, rgba(212,175,55,0.12), transparent 28%),
 linear-gradient(180deg, #06100d 0%, #030a08 100%);
 border-top: 1px solid rgba(255,255,255,0.10);
 color: rgba(255,255,255,0.72);
 text-align: center;
}

.site-footer::before {
 content: "";
 display: block;
 width: min(100%, 1180px);
 height: 1px;
 margin: 0 auto 28px;
 background: linear-gradient(90deg, transparent, rgba(212,175,55,0.45), rgba(31,179,131,0.35), transparent);
}

.site-footer p {
 max-width: 980px;
 margin: 0 auto 12px;
 font-size: 15px;
 line-height: 1.65;
}

.site-footer p:first-of-type {
 color: #f7fbf9;
 font-size: clamp(18px, 2vw, 24px);
 font-weight: 700;
 letter-spacing: -0.02em;
}

.site-footer strong {
 color: #d4af37;
}

.site-footer a {
 color: #f5e2a2;
 font-weight: 800;
 text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
 color: #ffffff;
 text-decoration: underline;
 text-underline-offset: 4px;
 outline: none;
}

@media (max-width: 1080px) {
 .site-header {
 align-items: flex-start;
 flex-direction: column;
 gap: 14px;
 padding: 15px clamp(16px, 4vw, 28px);
 }

 .site-header nav {
 width: 100%;
 justify-content: flex-start;
 overflow-x: auto;
 flex-wrap: nowrap;
 padding-bottom: 2px;
 scrollbar-width: none;
 }

 .site-header nav::-webkit-scrollbar {
 display: none;
 }

 .header-actions {
 width: 100%;
 justify-content: flex-start;
 flex-wrap: wrap;
 }
}

@media (max-width: 640px) {
 .site-header {
 position: relative;
 }

 .site-header .brand {
 min-width: 0;
 }

 .site-header nav a {
 padding: 9px 10px;
 font-size: 13px;
 }

 .header-actions .phone,
 .header-actions .header-cta {
 width: 100%;
 min-height: 44px;
 }

 .site-footer {
 padding-top: 42px;
 padding-bottom: 30px;
 }
}


.lg-trust-mini {
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 8px;
 margin: 12px 0 0;
 color: rgba(255,255,255,0.74);
 font-size: 12px;
}
.lg-trust-mini span {
 border: 1px solid rgba(255,255,255,0.10);
 background: rgba(255,255,255,0.045);
 border-radius: 999px;
 padding: 7px 9px;
}
@media (max-width: 520px) {
 .lg-trust-mini { grid-template-columns: 1fr; }
}


/* Ajuste visual del hero */
.lg-pills-compact { margin-top: 22px; }
.lg-hero-footnote {
 margin: 18px 0 0;
 max-width: 680px;
 color: rgba(240, 244, 238, .76);
 font-size: clamp(.92rem, 1.4vw, 1.02rem);
 line-height: 1.55;
}
.lg-hero .lg-desc { max-width: 710px; }
@media (max-width: 767px) {
 .lg-pills-compact { gap: 8px; }
 .lg-pills-compact .lg-pill { font-size: .84rem; padding: 9px 12px; }
 .lg-hero-footnote { font-size: .9rem; margin-top: 14px; }
}
/* Ajuste visual del hero */
.lg-hero-choice {
 display: grid;
 gap: 14px;
 margin-top: 22px;
}
.lg-hero-choice .lg-btn {
 min-height: 54px;
 font-size: .98rem;
}
.lg-hero-callline {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 gap: 10px;
 margin-top: 18px;
 color: rgba(255,255,255,.76);
 font-size: .95rem;
}
.lg-hero-callline a {
 color: #f4d35e;
 font-weight: 800;
 text-decoration: none;
}
@media (max-width: 767px) {
 .lg-hero-choice { gap: 10px; }
 .lg-hero-choice .lg-btn { width: 100%; }
 .lg-hero-callline { justify-content: center; text-align: center; }
}


/* Corrección final: hero sin tarjeta/formulario lateral */
.lg-hero .lg-grid-no-sidecard {
 grid-template-columns: minmax(0, 900px) !important;
 justify-content: start;
 gap: 0;
}
.lg-hero-copy-only {
 max-width: 860px;
}
.lg-hero-choice-inline {
 display: flex;
 flex-wrap: wrap;
 gap: 14px;
 margin: 26px 0 10px;
}
.lg-hero-choice-inline .lg-btn {
 width: auto;
 min-width: 245px;
 justify-content: center;
}
.lg-hero-callline-inline {
 margin: 14px 0 0;
 color: rgba(255,255,255,.82);
 font-weight: 700;
}
.lg-hero-callline-inline a {
 color: var(--gold-2);
 text-decoration: none;
}
@media (max-width: 720px) {
 .lg-hero .lg-grid-no-sidecard {
 grid-template-columns: 1fr !important;
 }
 .lg-hero-choice-inline .lg-btn {
 width: 100%;
 min-width: 0;
 }
 .lg-hero-callline-inline {
 text-align: center;
 }
}


/* Ajuste final: hero centrado sin tarjeta lateral */
.lg-hero {
 min-height: clamp(560px, 78vh, 820px);
 display: flex;
 align-items: center;
}
.lg-hero .lg-container {
 width: 100%;
}
.lg-hero .lg-grid-no-sidecard {
 grid-template-columns: minmax(0, 980px) !important;
 justify-content: center !important;
}
.lg-hero-copy-only {
 max-width: 980px;
 margin-inline: auto;
 text-align: center;
}
.lg-hero-copy-only .lg-desc,
.lg-hero-footnote {
 margin-left: auto;
 margin-right: auto;
}
.lg-hero .lg-pills,
.lg-pills-compact,
.lg-hero-choice-inline {
 justify-content: center;
}
.lg-hero-callline,
.lg-hero-callline-inline {
 justify-content: center;
 text-align: center;
}
.lg-hero .lg-badge {
 margin-inline: auto;
}
@media (max-width: 767px) {
 .lg-hero {
 min-height: auto;
 padding-top: 110px;
 }
 .lg-hero-copy-only {
 text-align: left;
 }
 .lg-hero .lg-badge,
 .lg-hero-copy-only .lg-desc,
 .lg-hero-footnote {
 margin-inline: 0;
 }
 .lg-hero .lg-pills,
 .lg-pills-compact,
 .lg-hero-choice-inline,
 .lg-hero-callline,
 .lg-hero-callline-inline {
 justify-content: flex-start;
 text-align: left;
 }
}






/* ===== HERO AUTOMATICO ROBUSTO: centro hacia fuera ===== */
.lg-hero {
  position: relative;
  overflow: hidden;
}

/* Texto fijo desde el principio */
html.js .lg-hero [data-hero-reveal],
html.js.hero-ready .lg-hero [data-hero-reveal],
.lg-hero [data-hero-reveal] {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

/* Cartografía inicial visible */
.lg-hero .lg-hero-image-map {
  opacity: .95 !important;
  visibility: visible !important;
  filter: brightness(.94) contrast(1.08) saturate(.96);
  animation: lgBaseMapOutRobust 4s linear .35s forwards !important;
}

/* Cálculos se apagan durante la conversión */
.lg-hero .lg-cartography-overlay,
.lg-hero .lg-calc-overlay {
  animation: lgTechOutRobust 4s linear .35s forwards !important;
}

/* La capa nueva, creada por JS, revela el terreno real desde el centro */
.lg-hero .lg-auto-real-reveal {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  clip-path: none !important;
  --lg-reveal-radius: 0%;
  --lg-reveal-feather: 20%;
  -webkit-mask-image: radial-gradient(circle at 50% 50%,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) max(0%, calc(var(--lg-reveal-radius) - var(--lg-reveal-feather))),
    rgba(0,0,0,.62) calc(var(--lg-reveal-radius) - (var(--lg-reveal-feather) * .55)),
    rgba(0,0,0,.24) calc(var(--lg-reveal-radius) - (var(--lg-reveal-feather) * .25)),
    rgba(0,0,0,0) var(--lg-reveal-radius)
  );
  mask-image: radial-gradient(circle at 50% 50%,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) max(0%, calc(var(--lg-reveal-radius) - var(--lg-reveal-feather))),
    rgba(0,0,0,.62) calc(var(--lg-reveal-radius) - (var(--lg-reveal-feather) * .55)),
    rgba(0,0,0,.24) calc(var(--lg-reveal-radius) - (var(--lg-reveal-feather) * .25)),
    rgba(0,0,0,0) var(--lg-reveal-radius)
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  animation: lgCenterRevealSmoothRobust 4s linear .35s forwards;
  will-change: --lg-reveal-radius;
}

/* Pulso técnico sutil */
.lg-hero .lg-auto-real-reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 50%,
      rgba(255,255,255,.10) 0%,
      rgba(255,255,255,.055) 28%,
      rgba(255,255,255,0) 54%
    );
  mix-blend-mode: screen;
  animation: lgCenterPulseRobust 4s linear .35s forwards;
}

/* Mantener contenido por encima */
.lg-hero .lg-hero-content,
.lg-hero .lg-content,
.lg-hero .lg-hero-copy,
.lg-hero [data-hero-reveal] {
  position: relative;
  z-index: 5;
}







@property --lg-reveal-radius {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 0%;
}

@keyframes lgCenterRevealSmoothRobust {
  0% {
    --lg-reveal-radius: 0%;
    --lg-reveal-feather: 26%;
  }
  100% {
    --lg-reveal-radius: 155%;
    --lg-reveal-feather: 28%;
  }
}

@keyframes lgBaseMapOutRobust {
  0% {
    opacity: .95;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lgTechOutRobust {
  0% {
    opacity: .48;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lgCenterPulseRobust {
  0% {
    opacity: 0;
    transform: scale(.15);
  }
  28% {
    opacity: .12;
  }
  74% {
    opacity: .06;
    transform: scale(1.45);
  }
  100% {
    opacity: 0;
    transform: scale(1.9);
  }
}



/* ===== HERO HUD TÉCNICO: cálculos en bordes y esquinas ===== */
.lg-hero .lg-tech-notes {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
  opacity: .50;
  animation: lgTechHudGlobalOut 4s linear .35s forwards;
  mix-blend-mode: screen;
}

.lg-hero .lg-tech-note {
  position: absolute;
  color: rgba(245, 232, 190, .50);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  line-height: 1.18;
  letter-spacing: .02em;
  text-shadow: 0 0 14px rgba(199, 169, 106, .26);
  opacity: 0;
  transform: translate3d(0, 6px, 0);
  animation-name: lgTechHudBlink;
  animation-timing-function: ease;
  animation-fill-mode: both;
  white-space: nowrap;
}

.lg-hero .lg-tech-note strong {
  color: rgba(255, 241, 203, .58);
  font-weight: 700;
}

.lg-hero .lg-tech-note.xs { font-size: clamp(8px, .55vw, 10px); opacity: .68; }
.lg-hero .lg-tech-note.sm { font-size: clamp(9px, .68vw, 12px); }
.lg-hero .lg-tech-note.md { font-size: clamp(11px, .86vw, 15px); }
.lg-hero .lg-tech-note.lg { font-size: clamp(14px, 1.15vw, 20px); font-weight: 700; }

.lg-hero .lg-tech-corner {
  position: absolute;
  width: clamp(72px, 7vw, 120px);
  height: clamp(42px, 4vw, 72px);
  border-color: rgba(245, 232, 190, .25);
  opacity: 0;
  animation: lgTechCornerFlash 2.2s ease both;
}

.lg-hero .lg-tech-corner.c1 {
  left: 4.5%;
  top: 13%;
  border-left: 1px solid;
  border-top: 1px solid;
  animation-delay: .35s;
}

.lg-hero .lg-tech-corner.c2 {
  right: 5%;
  top: 15%;
  border-right: 1px solid;
  border-top: 1px solid;
  animation-delay: .75s;
}

.lg-hero .lg-tech-corner.c3 {
  left: 5.5%;
  bottom: 14%;
  border-left: 1px solid;
  border-bottom: 1px solid;
  animation-delay: 1.15s;
}

.lg-hero .lg-tech-corner.c4 {
  right: 5.5%;
  bottom: 16%;
  border-right: 1px solid;
  border-bottom: 1px solid;
  animation-delay: 1.45s;
}

.lg-hero .lg-tech-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 232, 190, .30), transparent);
  opacity: 0;
  animation: lgTechLinePulse 1.45s ease both;
}

/* Posiciones: solo bordes/esquinas, evitando el centro */
.lg-hero .lg-tech-note.n1  { left: 4.8%;  top: 16%; animation-duration: 1.20s; animation-delay: .30s; }
.lg-hero .lg-tech-note.n2  { left: 5.5%;  top: 28%; animation-duration: 1.35s; animation-delay: .82s; }
.lg-hero .lg-tech-note.n3  { left: 3.8%;  bottom: 23%; animation-duration: 1.10s; animation-delay: 1.42s; }
.lg-hero .lg-tech-note.n4  { left: 7.5%;  bottom: 12%; animation-duration: 1.55s; animation-delay: 2.05s; }

.lg-hero .lg-tech-note.n5  { right: 4.8%; top: 16%; text-align: right; animation-duration: 1.25s; animation-delay: .52s; }
.lg-hero .lg-tech-note.n6  { right: 6%;   top: 31%; text-align: right; animation-duration: 1.45s; animation-delay: 1.05s; }
.lg-hero .lg-tech-note.n7  { right: 4%;   bottom: 26%; text-align: right; animation-duration: 1.20s; animation-delay: 1.70s; }
.lg-hero .lg-tech-note.n8  { right: 6.5%; bottom: 12%; text-align: right; animation-duration: 1.50s; animation-delay: 2.28s; }

.lg-hero .lg-tech-note.n9  { left: 22%; top: 8%; animation-duration: 1.25s; animation-delay: 1.28s; }
.lg-hero .lg-tech-note.n10 { right: 22%; top: 8%; text-align: right; animation-duration: 1.25s; animation-delay: 1.90s; }
.lg-hero .lg-tech-note.n11 { left: 21%; bottom: 7.5%; animation-duration: 1.30s; animation-delay: .95s; }
.lg-hero .lg-tech-note.n12 { right: 22%; bottom: 8%; text-align: right; animation-duration: 1.30s; animation-delay: 2.45s; }

.lg-hero .lg-tech-line.l1 { left: 5%; top: 24%; width: 15%; animation-delay: .62s; }
.lg-hero .lg-tech-line.l2 { right: 5%; top: 27%; width: 14%; animation-delay: .98s; }
.lg-hero .lg-tech-line.l3 { left: 6%; bottom: 19%; width: 13%; animation-delay: 1.58s; }
.lg-hero .lg-tech-line.l4 { right: 6%; bottom: 21%; width: 15%; animation-delay: 2.02s; }
.lg-hero .lg-tech-line.l5 { left: 30%; top: 11%; width: 10%; animation-delay: 1.38s; }
.lg-hero .lg-tech-line.l6 { right: 31%; bottom: 11%; width: 11%; animation-delay: 2.35s; }

@keyframes lgTechHudBlink {
  0% {
    opacity: 0;
    transform: translate3d(0, 7px, 0) scale(.98);
    filter: blur(2px);
  }
  18% {
    opacity: .50;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
  68% {
    opacity: .45;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -5px, 0) scale(.985);
    filter: blur(1.5px);
  }
}

@keyframes lgTechLinePulse {
  0% {
    opacity: 0;
    transform: scaleX(.20);
  }
  35% {
    opacity: .40;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(.92);
  }
}

@keyframes lgTechCornerFlash {
  0% {
    opacity: 0;
    transform: scale(.96);
  }
  28% {
    opacity: .41;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.03);
  }
}

@keyframes lgTechHudGlobalOut {
  0% {
    opacity: .50;
  }
  72% {
    opacity: .45;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .lg-hero .lg-tech-note.n2,
  .lg-hero .lg-tech-note.n4,
  .lg-hero .lg-tech-note.n6,
  .lg-hero .lg-tech-note.n8,
  .lg-hero .lg-tech-note.n9,
  .lg-hero .lg-tech-note.n10,
  .lg-hero .lg-tech-note.n11,
  .lg-hero .lg-tech-note.n12,
  .lg-hero .lg-tech-line.l5,
  .lg-hero .lg-tech-line.l6 {
    display: none;
  }

  .lg-hero .lg-tech-note {
    font-size: 9px;
  }
}



/* ===== SUBPAGES LEGALIA: NOSOTROS / SERVICIOS / LOCALIDADES ===== */
.lg-subpage-section,
.lg-subpage-cta,
.lg-subpage-faq {
  width: 100% !important;
  margin: 0 !important;
  background: #030a08;
  color: var(--lg-text);
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  position: relative;
  overflow: hidden;
}
.lg-subpage-section { padding: 92px 20px; }
.lg-subpage-section.alt { background: linear-gradient(180deg,#030a08 0%,#07100d 52%,#030a08 100%); }
.lg-subpage-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.lg-subpage-kicker { color: var(--lg-gold-light); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; margin-bottom: 14px; }
.lg-subpage-heading { max-width: 860px; margin: 0 auto 42px; text-align: center; }
.lg-subpage-heading.left { text-align: left; margin-left: 0; }
.lg-subpage-heading h2 { margin: 0; font-size: clamp(32px,4vw,56px); line-height: 1.04; letter-spacing: -.045em; color: #fff; }
.lg-subpage-heading p { margin: 18px 0 0; color: var(--lg-muted); font-size: clamp(16px,1.45vw,19px); line-height: 1.75; }
.lg-subpage-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.lg-subpage-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.lg-subpage-grid.four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.lg-subpage-card { position: relative; min-height: 100%; padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 28px; background: linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035)); box-shadow: 0 24px 70px rgba(0,0,0,.32); overflow: hidden; }
.lg-subpage-card::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 18% 0%,rgba(31,179,131,.16),transparent 42%), radial-gradient(circle at 100% 14%,rgba(212,175,55,.12),transparent 38%); pointer-events:none; opacity:.85; }
.lg-subpage-card > * { position: relative; z-index: 1; }
.lg-subpage-card h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.16; letter-spacing: -.025em; color: #fff; }
.lg-subpage-card p { margin: 0; color: rgba(255,255,255,.73); line-height: 1.68; font-size: 15.5px; }
.lg-subpage-card ul { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.55; }
.lg-subpage-card li { padding-left: 22px; position: relative; }
.lg-subpage-card li::before { content:""; width: 8px; height: 8px; border-radius: 999px; background: var(--lg-emerald); position: absolute; left: 0; top: .62em; box-shadow: 0 0 0 5px rgba(31,179,131,.12); }
.lg-subpage-number { display: inline-flex; width: 40px; height: 40px; align-items:center; justify-content:center; border-radius: 14px; background: rgba(31,179,131,.12); border:1px solid rgba(31,179,131,.36); color: var(--lg-emerald-2); font-weight: 900; margin-bottom: 18px; }
.lg-subpage-link { display:inline-flex; margin-top: 18px; color: var(--lg-gold-light); font-weight: 800; text-decoration: none; }
.lg-subpage-link:hover { color: #fff; }
.lg-subpage-split { display:grid; grid-template-columns: .92fr 1.08fr; gap: 42px; align-items:center; }
.lg-subpage-panel { padding: 34px; border-radius: 32px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); box-shadow: 0 30px 80px rgba(0,0,0,.36); }
.lg-subpage-panel img { width:100%; display:block; border-radius: 26px; border: 1px solid rgba(255,255,255,.11); box-shadow: 0 22px 60px rgba(0,0,0,.34); }
.lg-subpage-proof { display:flex; flex-wrap:wrap; gap: 10px; margin-top: 24px; }
.lg-subpage-proof span { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.055); color: rgba(255,255,255,.82); padding: 10px 13px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.lg-subpage-cta { padding: 88px 20px; background: radial-gradient(circle at 50% 0%,rgba(31,179,131,.18),transparent 40%), linear-gradient(180deg,#07100d,#030a08); }
.lg-subpage-cta-box { max-width: 1050px; margin: 0 auto; text-align: center; padding: 44px 26px; border-radius: 34px; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04)); box-shadow: 0 30px 95px rgba(0,0,0,.42); }
.lg-subpage-cta-box h2 { margin:0; color:#fff; font-size: clamp(30px,4vw,54px); line-height:1.06; letter-spacing:-.045em; }
.lg-subpage-cta-box p { max-width: 760px; margin:18px auto 28px; color: var(--lg-muted); line-height:1.75; font-size:18px; }
.lg-subpage-actions { display:flex; justify-content:center; flex-wrap:wrap; gap: 14px; }
.lg-mini-faq { max-width: 980px; margin: 0 auto; display:grid; gap: 14px; }
.lg-mini-faq details { border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.055); padding: 20px 22px; }
.lg-mini-faq summary { cursor:pointer; font-weight: 850; color:#fff; font-size: 18px; }
.lg-mini-faq p { color: var(--lg-muted); line-height:1.68; margin: 14px 0 0; }
.lg-city-cloud { display:flex; flex-wrap:wrap; gap: 10px; justify-content:center; }
.lg-city-cloud a { text-decoration:none; color: rgba(255,255,255,.82); border:1px solid rgba(255,255,255,.13); background:rgba(255,255,255,.055); padding: 11px 15px; border-radius:999px; font-weight:750; font-size:14px; }
.lg-city-cloud a:hover { color:#fff; border-color: rgba(31,179,131,.45); background: rgba(31,179,131,.13); }
.lg-breadcrumbs { max-width:1200px; margin:0 auto; padding: 18px 20px 0; color: rgba(255,255,255,.58); font-size: 13px; font-family:'Inter',Arial,sans-serif; }
.lg-breadcrumbs a { color: rgba(255,255,255,.75); text-decoration:none; }
.lg-breadcrumbs a:hover { color:#fff; }
@media (max-width: 900px) {
  .lg-subpage-section { padding: 68px 18px; }
  .lg-subpage-grid, .lg-subpage-grid.two, .lg-subpage-grid.four, .lg-subpage-split { grid-template-columns: 1fr; }
  .lg-subpage-card { padding: 24px; border-radius: 24px; }
  .lg-subpage-heading.left { text-align:center; margin-inline:auto; }
}


/* ===== SUBPAGES UNIQUE V2: misma marca, layouts distintos ===== */
.lg-unique-main{background:#030a08;color:var(--lg-text);font-family:'Inter',Arial,Helvetica,sans-serif;overflow:hidden}.lg-unique-section{position:relative;padding:92px 20px}.lg-unique-section.alt{background:linear-gradient(180deg,#030a08 0%,#07100d 52%,#030a08 100%)}.lg-unique-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}.lg-eyebrow{color:var(--lg-gold-light);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;margin-bottom:14px}.lg-section-title{max-width:860px;margin:0 auto 42px;text-align:center}.lg-section-title.left{text-align:left;margin-left:0}.lg-section-title h2{margin:0;color:#fff;font-size:clamp(32px,4.2vw,58px);line-height:1.04;letter-spacing:-.045em}.lg-section-title p{margin:18px 0 0;color:var(--lg-muted);font-size:clamp(16px,1.45vw,19px);line-height:1.75}.lg-glass{border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:0 26px 78px rgba(0,0,0,.35);border-radius:30px}.lg-card{position:relative;padding:28px;overflow:hidden}.lg-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 0%,rgba(31,179,131,.14),transparent 42%),radial-gradient(circle at 100% 15%,rgba(212,175,55,.11),transparent 38%);pointer-events:none}.lg-card>*{position:relative;z-index:1}.lg-card h3{margin:0 0 12px;color:#fff;font-size:22px;line-height:1.16;letter-spacing:-.025em}.lg-card p{margin:0;color:rgba(255,255,255,.74);line-height:1.7;font-size:15.5px}.lg-card ul{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:10px;color:rgba(255,255,255,.77);font-size:15px;line-height:1.55}.lg-card li{position:relative;padding-left:22px}.lg-card li:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--lg-emerald);position:absolute;left:0;top:.62em;box-shadow:0 0 0 5px rgba(31,179,131,.12)}.lg-small-link{display:inline-flex;margin-top:18px;color:var(--lg-gold-light);font-weight:850;text-decoration:none}.lg-small-link:hover{color:#fff}.lg-breadcrumbs{max-width:1200px;margin:0 auto;padding:18px 20px 0;color:rgba(255,255,255,.58);font-size:13px;font-family:'Inter',Arial,sans-serif}.lg-breadcrumbs a{color:rgba(255,255,255,.75);text-decoration:none}.lg-breadcrumbs a:hover{color:#fff}.lg-stat{display:flex;flex-direction:column;gap:5px}.lg-stat strong{font-size:clamp(30px,4vw,48px);color:#fff;letter-spacing:-.05em}.lg-stat span{color:rgba(255,255,255,.68);font-size:14px;line-height:1.45}.lg-quote{font-family:'Playfair Display',serif;font-style:italic;color:#fff;font-size:clamp(25px,3vw,38px);line-height:1.18;letter-spacing:-.035em}.lg-num{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:15px;background:rgba(31,179,131,.13);border:1px solid rgba(31,179,131,.36);color:var(--lg-emerald-2);font-weight:950;margin-bottom:18px}.lg-mini-faq{max-width:980px;margin:0 auto;display:grid;gap:14px}.lg-mini-faq details{border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.055);padding:20px 22px}.lg-mini-faq summary{cursor:pointer;font-weight:850;color:#fff;font-size:18px}.lg-mini-faq p{color:var(--lg-muted);line-height:1.68;margin:14px 0 0}.lg-sub-cta{padding:88px 20px;background:radial-gradient(circle at 50% 0%,rgba(31,179,131,.18),transparent 40%),linear-gradient(180deg,#07100d,#030a08)}.lg-sub-cta-box{max-width:1050px;margin:0 auto;text-align:center;padding:46px 26px;border-radius:34px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));box-shadow:0 30px 95px rgba(0,0,0,.42)}.lg-sub-cta-box h2{margin:0;color:#fff;font-size:clamp(30px,4vw,54px);line-height:1.06;letter-spacing:-.045em}.lg-sub-cta-box p{max-width:760px;margin:18px auto 28px;color:var(--lg-muted);line-height:1.75;font-size:18px}.lg-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:14px}.about-ledger{display:grid;grid-template-columns:.95fr 1.05fr;gap:26px;align-items:stretch}.about-ledger-left{padding:38px;display:flex;flex-direction:column;justify-content:space-between;min-height:520px;background:radial-gradient(circle at 0 0,rgba(31,179,131,.2),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))}.about-ledger-left .lg-quote{margin-top:36px}.about-ledger-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.about-principles{display:grid;grid-template-columns:1fr;gap:16px}.about-principle{display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:start;padding:24px}.about-principle .lg-num{margin:0;width:54px;height:54px;border-radius:18px}.about-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.about-strip .lg-card{padding:22px}.about-process{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-radius:32px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045)}.about-process article{padding:26px;border-right:1px solid rgba(255,255,255,.1)}.about-process article:last-child{border-right:0}.service-lab{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.service-sticky{position:sticky;top:110px;align-self:start;padding:34px}.service-sticky h2{margin:0;color:#fff;font-size:clamp(32px,4vw,55px);line-height:1.02;letter-spacing:-.05em}.service-matrix{display:grid;grid-template-columns:1fr 1fr;gap:18px}.service-card{min-height:265px}.service-funnel{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-price{display:grid;grid-template-columns:.95fr 1.05fr;gap:26px;align-items:center}.service-price-box{padding:36px}.service-price-list{display:grid;gap:16px}.service-price-list .lg-card{padding:24px}.local-map-layout{display:grid;grid-template-columns:1fr .9fr;gap:30px;align-items:start}.local-map{min-height:560px;padding:34px;position:relative;background:radial-gradient(circle at 20% 20%,rgba(31,179,131,.24),transparent 35%),radial-gradient(circle at 78% 60%,rgba(212,175,55,.15),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035))}.local-map:after{content:"";position:absolute;inset:30px;border:1px dashed rgba(255,255,255,.16);border-radius:30px;pointer-events:none}.local-pin{position:absolute;display:flex;align-items:center;gap:8px;background:rgba(3,10,8,.85);border:1px solid rgba(31,179,131,.35);box-shadow:0 14px 35px rgba(0,0,0,.35);color:#fff;border-radius:999px;padding:9px 13px;font-weight:850;font-size:13px;z-index:2}.local-pin:before{content:"";width:10px;height:10px;background:var(--lg-emerald);border-radius:999px;box-shadow:0 0 0 6px rgba(31,179,131,.15)}.pin-mad{left:46%;top:43%}.pin-val{left:62%;top:52%}.pin-bcn{left:73%;top:28%}.pin-bil{left:37%;top:22%}.pin-sev{left:34%;top:72%}.pin-zar{left:55%;top:33%}.local-map-copy{position:absolute;left:34px;bottom:34px;right:34px;z-index:2}.local-map-copy h2{margin:0;color:#fff;font-size:clamp(32px,4vw,56px);letter-spacing:-.05em;line-height:1.03}.local-map-copy p{color:var(--lg-muted);line-height:1.7;max-width:640px}.local-side{display:grid;gap:16px}.local-side .lg-card{padding:24px}.city-clusters{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.city-cluster{padding:28px}.city-cluster h3{color:#fff;margin:0 0 16px;font-size:24px}.city-cluster a{display:inline-flex;margin:0 8px 10px 0;text-decoration:none;color:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);padding:10px 13px;border-radius:999px;font-weight:780;font-size:14px}.city-cluster a:hover{color:#fff;border-color:rgba(31,179,131,.45);background:rgba(31,179,131,.13)}.local-seo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.local-seo-grid .lg-card{min-height:230px}@media(max-width:980px){.about-ledger,.service-lab,.service-price,.local-map-layout{grid-template-columns:1fr}.about-ledger-left{min-height:0}.about-strip,.service-funnel,.city-clusters,.local-seo-grid{grid-template-columns:1fr 1fr}.about-process{grid-template-columns:1fr}.about-process article{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.about-process article:last-child{border-bottom:0}.service-sticky{position:relative;top:auto}.local-map{min-height:500px}}@media(max-width:680px){.lg-unique-section{padding:68px 18px}.about-ledger-grid,.service-matrix,.about-strip,.service-funnel,.city-clusters,.local-seo-grid{grid-template-columns:1fr}.about-principle{grid-template-columns:1fr}.local-pin{font-size:12px;padding:8px 10px}.pin-bcn{left:60%;top:23%}.pin-val{left:56%;top:50%}.pin-sev{left:22%;top:72%}.local-map-copy{left:24px;right:24px;bottom:24px}.local-map:after{inset:20px}.lg-section-title.left{text-align:center;margin-inline:auto}}


/* CRM / conversion block - servicios */
.lg-service-crm{position:relative;overflow:hidden}
.lg-service-crm::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 12%,rgba(212,175,55,.12),transparent 32%),radial-gradient(circle at 82% 0%,rgba(31,179,131,.12),transparent 30%)}
.lg-service-crm-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.68fr);gap:28px;align-items:stretch}
.lg-service-crm-copy,.lg-service-crm-formbox{border:1px solid rgba(255,255,255,.11);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));box-shadow:0 24px 70px rgba(0,0,0,.28);border-radius:30px;padding:clamp(24px,4vw,38px);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.lg-service-crm-copy h2{margin:0 0 16px;color:var(--lg-text);font-size:clamp(30px,4vw,52px);line-height:.98;letter-spacing:-.055em;font-weight:900}
.lg-service-crm-copy h2 strong{color:var(--lg-gold)}
.lg-service-crm-copy p{margin:0 0 18px;color:var(--lg-muted);font-size:17px;line-height:1.75}
.lg-service-crm-steps{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none}.lg-service-crm-steps li{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;color:rgba(255,255,255,.78);font-weight:750;line-height:1.5}.lg-service-crm-steps span{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:rgba(212,175,55,.12);border:1px solid rgba(212,175,55,.28);color:#f5e2a2;font-size:13px;font-weight:950}
.lg-service-crm-formbox h3{margin:0 0 8px;color:var(--lg-text);font-size:24px;line-height:1.15;letter-spacing:-.035em}.lg-service-crm-formbox .hint{margin:0 0 18px;color:var(--lg-muted);font-size:14px;line-height:1.6}
.lg-service-form{display:grid;gap:12px}.lg-service-form label{display:grid;gap:7px;color:rgba(255,255,255,.80);font-size:13px;font-weight:850}.lg-service-form input,.lg-service-form select,.lg-service-form textarea{width:100%;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(3,10,8,.62);color:#f7fbf9;padding:13px 14px;font:inherit;font-size:14px;outline:none}.lg-service-form input:focus,.lg-service-form select:focus,.lg-service-form textarea:focus{border-color:rgba(212,175,55,.55);box-shadow:0 0 0 4px rgba(212,175,55,.10)}.lg-service-form textarea{min-height:96px;resize:vertical}.lg-service-form .two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lg-service-form .privacy{color:rgba(255,255,255,.58);font-size:12px;line-height:1.45}.lg-service-submit{border:0;cursor:pointer}.lg-service-wa{display:inline-flex;justify-content:center;margin-top:4px;color:#f5e2a2!important;text-decoration:none!important;font-weight:900;font-size:14px}.lg-service-wa:hover{text-decoration:underline!important;text-underline-offset:4px}
@media(max-width:980px){.lg-service-crm-grid{grid-template-columns:1fr}.lg-service-form .two{grid-template-columns:1fr}}
