/* Extracted from index.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: 64px 0 46px;
 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.67) 0%, rgba(4,16,25,0.41) 42%, rgba(4,16,25,0.50) 100%),
 linear-gradient(180deg, rgba(1,10,16,0.24) 0%, rgba(1,10,16,0.34) 100%),
 url('/assets/img/legalia-og-home.jpg');
 filter: brightness(0.84) contrast(1.03) saturate(0.90) blur(2.9px);
 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.67) 0%, rgba(4,16,25,0.41) 42%, rgba(4,16,25,0.50) 100%),
 linear-gradient(180deg, rgba(1,10,16,0.24) 0%, rgba(1,10,16,0.34) 100%),
 url('/assets/img/legalia-og-home.jpg');
 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.84) contrast(1.03) saturate(0.90) blur(2.9px);
 }
 22% {
 opacity: 1;
 filter: brightness(0.84) contrast(1.03) saturate(0.90) blur(2.9px);
 }
 30% {
 opacity: 0.34;
 filter: brightness(0.92) contrast(1.08) saturate(0.96) blur(2.4px);
 }
 36% {
 opacity: 0.88;
 filter: brightness(0.86) contrast(1.04) saturate(0.92) blur(2.8px);
 }
 44% {
 opacity: 0.08;
 filter: brightness(0.90) contrast(1.04) saturate(0.94) blur(2.4px);
 }
 100% {
 opacity: 0;
 transform: scale(1.02) translate3d(0, 0, 0);
 filter: brightness(0.90) contrast(1) saturate(0.94) blur(2.4px);
 }
 }
 
 @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 {
 font-family: inherit;
 font-style: italic;
 font-weight: 900;
 letter-spacing: -0.065em;
 transform: skewX(-6deg);
 transform-origin: left center;
 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 22px;
 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: 52px 0 40px;
 }
 
 .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: 14px; margin-bottom: 0; }
.lg-hero-footnote {
 margin: 12px 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: 10px; }
}
/* 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: 20px 0 0;
}
.lg-hero-choice-inline .lg-btn {
 width: auto;
 min-width: 245px;
 justify-content: center;
}

.lg-btn-secondary {
 color: #fff3bd;
 background: rgba(255,255,255,0.075);
 border: 1px solid rgba(245,226,162,0.42);
 box-shadow: 0 12px 26px rgba(0,0,0,0.18);
 backdrop-filter: blur(14px);
 -webkit-backdrop-filter: blur(14px);
}
.lg-btn-secondary:hover {
 background: rgba(245,226,162,0.14);
 border-color: rgba(245,226,162,0.68);
}
.lg-hero-media {
 pointer-events: none;
}
.lg-hero-copy-only {
 z-index: 3;
}
@media (max-width: 1020px) {
 .lg-hero-choice-inline .lg-btn {
  min-width: min(100%, 235px);
 }
}
.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;
  }
}


/* BLOQUE CRM HOME 10/10 - mantiene estética Legalia */
.lg-crm-audit-section{position:relative;overflow:hidden;width:100%;padding:78px 0;background:radial-gradient(circle at 15% 10%,rgba(31,179,131,.16),transparent 30%),radial-gradient(circle at 86% 18%,rgba(212,175,55,.14),transparent 32%),linear-gradient(180deg,#030a08 0%,#07110e 52%,#030a08 100%);color:#f7fbf9;font-family:'Inter',Arial,Helvetica,sans-serif;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.lg-crm-audit-section::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:82px 82px;mask-image:linear-gradient(180deg,transparent,black 18%,black 82%,transparent);opacity:.45;pointer-events:none}
.lg-crm-audit-container{position:relative;z-index:1;width:min(1200px,calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,470px);gap:34px;align-items:stretch}
.lg-crm-copy{padding:34px;border:1px solid rgba(255,255,255,.10);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 28px 80px rgba(0,0,0,.34)}
.lg-crm-eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;padding:8px 12px;border-radius:999px;border:1px solid rgba(212,175,55,.28);background:rgba(212,175,55,.08);color:#f5e2a2;font-size:12px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.lg-crm-title{margin:0 0 16px;font-size:clamp(32px,4vw,54px);line-height:.98;letter-spacing:-.055em;font-weight:900;color:#fff}.lg-crm-title span{color:#d4af37}
.lg-crm-text{max-width:760px;margin:0 0 24px;color:rgba(255,255,255,.76);font-size:18px;line-height:1.72}.lg-crm-text strong{color:#fff}
.lg-crm-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:26px 0 0}.lg-crm-proof{min-height:118px;padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,.10);background:rgba(3,10,8,.44)}.lg-crm-proof strong{display:block;margin-bottom:7px;color:#f5e2a2;font-size:15px}.lg-crm-proof p{margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.5}
.lg-crm-visual{margin:0 0 24px;padding:14px;border:1px solid rgba(255,255,255,.10);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.025));box-shadow:0 18px 42px rgba(0,0,0,.22)}.lg-crm-visual img{display:block;width:100%;height:auto;border-radius:18px;box-shadow:0 18px 44px rgba(0,0,0,.24)}.lg-crm-visual figcaption{margin:12px 4px 2px;color:rgba(255,255,255,.72);font-size:14px;line-height:1.6}.lg-crm-visual strong{color:#fff}
.lg-crm-form-card{position:relative;padding:24px;border-radius:30px;border:1px solid rgba(212,175,55,.24);background:linear-gradient(180deg,rgba(10,22,18,.96),rgba(3,10,8,.98));box-shadow:0 32px 90px rgba(0,0,0,.46),0 0 0 1px rgba(255,255,255,.04) inset}.lg-crm-form-card::before{content:"";position:absolute;inset:-1px;border-radius:30px;background:linear-gradient(135deg,rgba(212,175,55,.38),transparent 32%,rgba(31,179,131,.28));z-index:-1;filter:blur(18px);opacity:.42}
.lg-crm-form-title{margin:0 0 7px;color:#fff;font-size:24px;letter-spacing:-.035em}.lg-crm-form-sub{margin:0 0 18px;color:rgba(255,255,255,.68);font-size:14px;line-height:1.55}
.lg-crm-form{display:grid;gap:12px}.lg-crm-field{display:grid;gap:6px}.lg-crm-field label{color:rgba(255,255,255,.82);font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.lg-crm-field input,.lg-crm-field select,.lg-crm-field textarea{width:100%;min-height:46px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.07);color:#fff;padding:12px 13px;font:600 14px/1.4 'Inter',Arial,sans-serif;outline:none;transition:border .2s ease,background .2s ease,box-shadow .2s ease}.lg-crm-field input:focus,.lg-crm-field select:focus,.lg-crm-field textarea:focus{border-color:rgba(212,175,55,.62);background:rgba(255,255,255,.10);box-shadow:0 0 0 4px rgba(212,175,55,.10)}.lg-crm-field textarea{min-height:94px;resize:vertical}.lg-crm-field select option{background:#07110e;color:#fff}.lg-crm-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lg-crm-submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:52px;margin-top:4px;border:0;border-radius:999px;background:linear-gradient(135deg,#d4af37 0%,#f5e2a2 52%,#d4af37 100%);color:#03100c;font-size:15px;font-weight:950;cursor:pointer;box-shadow:0 18px 44px rgba(212,175,55,.24);transition:transform .2s ease,box-shadow .2s ease}.lg-crm-submit:hover,.lg-crm-submit:focus-visible{transform:translateY(-1px);box-shadow:0 22px 52px rgba(212,175,55,.34);outline:none}.lg-crm-privacy{margin:10px 0 0;color:rgba(255,255,255,.52);font-size:12px;line-height:1.45}.lg-crm-alt{margin:16px 0 0;text-align:center;color:rgba(255,255,255,.68);font-size:13px}.lg-crm-alt a{color:#f5e2a2;font-weight:900;text-decoration:none}.lg-crm-alt a:hover{text-decoration:underline;text-underline-offset:4px}
@media(max-width:980px){.lg-crm-audit-container{grid-template-columns:1fr}.lg-crm-proof-grid{grid-template-columns:1fr 1fr}.lg-crm-form-card{max-width:680px;width:100%;margin:0 auto}}
@media(max-width:640px){.lg-crm-audit-section{padding:52px 0}.lg-crm-copy,.lg-crm-form-card{padding:20px;border-radius:24px}.lg-crm-proof-grid,.lg-crm-row{grid-template-columns:1fr}.lg-crm-title{font-size:34px}.lg-crm-text{font-size:16px}.lg-crm-visual{padding:10px;border-radius:20px}.lg-crm-visual figcaption{font-size:13px}}



/* Seccion de revision y pasos */
.lg-urgency-section,.lg-process-section,.lg-value-section,.lg-objections-section{position:relative;overflow:hidden;padding:72px 0;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.006));color:#f7fbf9;font-family:'Inter',Arial,Helvetica,sans-serif}.lg-urgency-section:before,.lg-process-section:before,.lg-value-section:before,.lg-objections-section:before{content:"";position:absolute;inset:-90px auto auto -110px;width:330px;height:330px;border-radius:50%;background:rgba(31,179,131,.10);filter:blur(80px);pointer-events:none}.lg-landing-wrap{position:relative;z-index:1;width:min(1180px,calc(100% - 36px));margin:0 auto}.lg-landing-eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;padding:8px 12px;border-radius:999px;border:1px solid rgba(212,175,55,.25);background:rgba(212,175,55,.08);color:#f5e2a2;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.lg-landing-title{margin:0 0 14px;font-size:clamp(32px,4.5vw,56px);line-height:1;letter-spacing:-.055em;font-weight:950}.lg-landing-title span{color:#f5e2a2}.lg-landing-intro{max-width:850px;margin:0 0 30px;color:rgba(255,255,255,.74);font-size:18px;line-height:1.7}.lg-process-grid,.lg-value-grid,.lg-objections-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.lg-urgency-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.lg-urgency-grid .lg-landing-card{flex:1 1 calc(20% - 14px);min-width:190px;max-width:232px;padding:20px 18px}.lg-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lg-value-grid,.lg-objections-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lg-landing-card{position:relative;padding:22px;border-radius:24px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.032));box-shadow:0 18px 46px rgba(0,0,0,.22)}.lg-landing-card strong{display:block;margin:0 0 8px;color:#fff;font-size:18px;line-height:1.15;letter-spacing:-.025em}.lg-landing-card p{margin:0;color:rgba(255,255,255,.70);line-height:1.62;font-size:15px}.lg-landing-num{width:38px;height:38px;display:grid;place-items:center;margin-bottom:14px;border-radius:15px;background:rgba(31,179,131,.14);border:1px solid rgba(31,179,131,.28);color:#9af6d8;font-weight:950}.lg-landing-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.lg-landing-cta-row a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 20px;border-radius:999px;text-decoration:none;font-weight:950}.lg-landing-cta-primary{color:#03100c;background:linear-gradient(135deg,#d4af37,#f5e2a2 52%,#d4af37);box-shadow:0 18px 42px rgba(212,175,55,.22)}.lg-landing-cta-secondary{color:#fff;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07)}@media(max-width:900px){.lg-process-grid,.lg-value-grid,.lg-objections-grid{grid-template-columns:1fr 1fr}.lg-urgency-grid .lg-landing-card{flex:1 1 calc(50% - 14px);max-width:420px}}@media(max-width:640px){.lg-urgency-section,.lg-process-section,.lg-value-section,.lg-objections-section{padding:54px 0}.lg-process-grid,.lg-value-grid,.lg-objections-grid{grid-template-columns:1fr}.lg-urgency-grid{display:grid;grid-template-columns:1fr}.lg-urgency-grid .lg-landing-card{max-width:none;min-width:0;width:auto}.lg-landing-intro{font-size:16px}.lg-landing-card{padding:20px}}.lg-authority-antonio-inline{display:grid;grid-template-columns:86px 1fr;gap:16px;align-items:center;max-width:790px;margin:-8px 0 26px;padding:14px 16px;border-radius:22px;border:1px solid rgba(245,226,162,.18);background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.028));box-shadow:0 16px 40px rgba(0,0,0,.18)}.lg-authority-antonio-inline img{width:86px;height:108px;object-fit:cover;border-radius:16px;border:1px solid rgba(245,226,162,.20);box-shadow:0 10px 28px rgba(0,0,0,.22)}.lg-authority-antonio-inline span{display:block;margin:0 0 4px;color:#f5e2a2;font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.lg-authority-antonio-inline strong{display:block;margin:0 0 4px;color:#fff;font-size:18px;line-height:1.2;letter-spacing:-.02em}.lg-authority-antonio-inline p{margin:0;color:rgba(255,255,255,.70);font-size:14.5px;line-height:1.5}.lg-authority-antonio-inline a{color:#f5e2a2!important;font-weight:900;text-decoration:none!important}.lg-authority-antonio-inline a:hover{text-decoration:underline!important;text-underline-offset:4px}@media(max-width:560px){.lg-authority-antonio-inline{grid-template-columns:70px 1fr;gap:12px;padding:12px;margin:0 0 22px}.lg-authority-antonio-inline img{width:70px;height:88px;border-radius:14px}.lg-authority-antonio-inline strong{font-size:16px}.lg-authority-antonio-inline p{font-size:13.5px}}

/* =========================================================
   FIX 2026-05-09 - Casos reales: antes/despues PRO seguro
   Repara la version anterior manteniendo el HTML estable.
   ========================================================= */
.lg-results-cases-wrapper{
  isolation:isolate;
}
.lg-results-cases{
  align-items:stretch;
}
.lg-results-case-block{
  min-width:0;
}
.lg-results-case{
  overflow:hidden;
  border-radius:32px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035)),
    radial-gradient(circle at 20% 0%,rgba(246,223,160,.10),transparent 38%),
    rgba(8,17,14,.90);
  border:1px solid rgba(255,255,255,.105);
  box-shadow:0 28px 80px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
}
.lg-results-case::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.10) 46%,transparent 58%);
  transform:translateX(-125%);
  opacity:.55;
}
.lg-results-case:hover::before,
.lg-results-case:focus-within::before{
  animation:lgResultsSafeSweep 1.1s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes lgResultsSafeSweep{to{transform:translateX(125%)}}
.lg-results-case:hover{
  transform:translateY(-7px);
  border-color:rgba(246,223,160,.22);
  box-shadow:0 34px 94px rgba(0,0,0,.43),0 0 42px rgba(31,179,131,.10),inset 0 1px 0 rgba(255,255,255,.10);
}
.lg-results-img-container{
  height:192px;
  background:#07110e;
}
.lg-results-img-container img{
  transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .7s ease;
  filter:saturate(1.03) contrast(1.04);
}
.lg-results-case:hover .lg-results-img-container img{
  transform:scale(1.065);
  filter:saturate(1.10) contrast(1.08);
}
.lg-results-case-label{
  color:#f6dfa0;
  background:linear-gradient(135deg,rgba(9,22,18,.98),rgba(14,48,38,.95));
  border-color:rgba(246,223,160,.18);
  box-shadow:0 14px 34px rgba(0,0,0,.34),0 0 20px rgba(212,175,55,.10),inset 0 1px 0 rgba(255,255,255,.10);
}
.lg-results-case-content{
  padding:26px 22px 24px;
}
.lg-results-case-title{
  font-size:1.04rem;
  min-height:0;
  margin-bottom:18px;
}
.lg-results-values{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
  margin-bottom:20px;
}
.lg-results-values::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:3;
  width:42px;
  height:8px;
  border-radius:999px;
  background:
    radial-gradient(circle at 7px 50%, rgba(246,223,160,.98) 0 2.2px, transparent 2.4px),
    linear-gradient(90deg, rgba(246,223,160,.12) 0%, rgba(126,238,195,.78) 52%, rgba(246,223,160,.16) 100%);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08),
    0 8px 18px rgba(0,0,0,.18),
    0 0 16px rgba(126,238,195,.14);
  opacity:.92;
  animation:lg-results-connector-flow 2.8s ease-in-out infinite;
}
@keyframes lg-results-connector-flow{
  0%,100%{transform:translate(-50%,-50%) scaleX(.94);opacity:.70;}
  50%{transform:translate(-50%,-50%) scaleX(1.06);opacity:1;}
}
.lg-results-initial-value,
.lg-results-final-value{
  min-height:104px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  padding:16px 12px;
  border-radius:20px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.lg-results-initial-value{
  background:linear-gradient(180deg,rgba(255,255,255,.060),rgba(255,255,255,.026));
  border-color:rgba(255,255,255,.09);
  color:rgba(255,255,255,.70);
}
.lg-results-final-value{
  background:linear-gradient(180deg,rgba(31,179,131,.17),rgba(31,179,131,.06));
  border-color:rgba(93,224,177,.24);
  color:rgba(210,255,235,.86);
  box-shadow:0 0 28px rgba(31,179,131,.10) inset;
}
.lg-results-num-initial,
.lg-results-num-final{
  margin-top:4px;
  letter-spacing:-.045em;
  line-height:1;
  text-transform:none;
}
.lg-results-num-initial{
  font-size:1.22rem;
  color:rgba(255,255,255,.86);
}
.lg-results-num-final{
  font-size:1.48rem;
  color:#b2ffd6;
  text-shadow:0 0 18px rgba(93,224,177,.22);
}
.lg-results-progress{
  height:14px;
  padding:3px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:inset 0 1px 4px rgba(0,0,0,.32);
  overflow:visible;
}
.lg-results-fill-grey,
.lg-results-fill-green{
  top:3px;
  height:calc(100% - 6px);
}
.lg-results-fill-grey{
  background:linear-gradient(90deg,rgba(184,190,187,.82),rgba(111,120,116,.92));
}
.lg-results-fill-green{
  background:linear-gradient(90deg,#1fb383,#72efbe 62%,#f6dfa0);
  box-shadow:0 0 24px rgba(31,179,131,.34);
}
.lg-results-marker{
  top:-8px;
  height:28px;
  width:4px;
  background:linear-gradient(180deg,#f6dfa0,#fff);
  box-shadow:0 0 16px rgba(246,223,160,.34);
}
.lg-results-increase{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  margin:18px auto 0;
  padding:11px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(31,179,131,.20),rgba(246,223,160,.12));
  border:1px solid rgba(93,224,177,.26);
  color:#fff;
  font-size:1.16rem;
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}
.lg-results-increase::before{
  content:"Incremento";
  color:#b2ffd6;
  font-size:10px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:950;
}
@media (min-width:768px){
  .lg-results-case-content{min-height:318px;}
  .lg-results-case{height:100%;}
}
@media (max-width:767px){
  .lg-results-case{border-radius:26px;}
  .lg-results-img-container{height:170px;}
  .lg-results-values{gap:10px;}
  .lg-results-values::after{width:34px;height:7px;}
  .lg-results-initial-value,.lg-results-final-value{min-height:92px;padding:14px 10px;}
  .lg-results-num-initial{font-size:1.02rem;}
  .lg-results-num-final{font-size:1.20rem;}
  .lg-results-increase{font-size:1rem;width:100%;}
}
@media (prefers-reduced-motion:reduce){
  .lg-results-case,.lg-results-case::before,.lg-results-img-container img{animation:none!important;transition:none!important;}
}

/* Ajuste móvil hero home - reduce espacio entre header y badge superior */
@media (max-width: 767px) {
  body .lg-hero {
    padding-top: 30px !important;
    padding-bottom: 42px !important;
    align-items: flex-start !important;
  }
  body .lg-hero .lg-container {
    padding-top: 0 !important;
  }
  body .lg-hero .lg-badge,
  body .lg-hero .lg-pills,
  body .lg-hero .lg-pills-compact {
    margin-top: 0 !important;
  }
}
@media (max-width: 420px) {
  body .lg-hero {
    padding-top: 24px !important;
  }
}

/* FIX 2026-05-11 - Carrusel de casos reales en móvil
   Restaura el ancho de tarjeta móvil después del bloque PRO que anulaba min-width. */
@media (max-width: 767px) {
  body .lg-results-cases-wrapper {
    overflow: hidden !important;
    width: 100% !important;
  }
  body .lg-results-cases {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 16px !important;
    padding: 0 7vw 18px !important;
    margin: 0 -7vw !important;
  }
  body .lg-results-case-block {
    flex: 0 0 min(86vw, 360px) !important;
    min-width: min(86vw, 360px) !important;
    max-width: min(86vw, 360px) !important;
    scroll-snap-align: center !important;
  }
  body .lg-results-case {
    width: 100% !important;
  }
  body .lg-results-case-title {
    font-size: clamp(1.02rem, 5.8vw, 1.45rem) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.04em !important;
  }
  body .lg-results-values {
    grid-template-columns: 1fr 1fr !important;
  }
  body .lg-results-increase {
    white-space: normal !important;
    text-align: center !important;
  }
}


/* Value radar / mapa premium de conceptos omitidos */
.lg-valuation-radar-section{padding:84px 0;background:
  radial-gradient(circle at 18% 28%,rgba(212,175,55,.08),transparent 32%),
  radial-gradient(circle at 74% 48%,rgba(31,179,131,.10),transparent 36%),
  linear-gradient(180deg,rgba(255,255,255,.014),rgba(255,255,255,.006));
}
.lg-value-radar{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(520px,1.22fr);gap:28px;align-items:stretch;min-height:455px;}
.lg-value-radar-copy{position:relative;overflow:hidden;min-height:100%;padding:34px;border-radius:32px;border:1px solid rgba(245,226,162,.22);background:linear-gradient(145deg,rgba(245,226,162,.13),rgba(255,255,255,.045) 48%,rgba(31,179,131,.055));box-shadow:0 26px 70px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.10);}
.lg-value-radar-copy:before{content:"";position:absolute;inset:18px;border-radius:26px;border:1px solid rgba(255,255,255,.045);pointer-events:none;}
.lg-value-radar-copy:after{content:"";position:absolute;right:-90px;bottom:-90px;width:245px;height:245px;border-radius:50%;background:radial-gradient(circle,rgba(245,226,162,.16),transparent 68%);filter:blur(4px);pointer-events:none;}
.lg-value-radar-copy .lg-landing-title{font-size:clamp(34px,4.3vw,58px);max-width:390px;margin-bottom:18px;}
.lg-value-radar-copy p:not(.lg-landing-eyebrow){position:relative;z-index:1;max-width:430px;margin:0;color:rgba(255,255,255,.76);font-size:16px;line-height:1.65;font-weight:760;}
.lg-value-radar-board{position:relative;overflow:hidden;min-height:455px;border-radius:34px;border:1px solid rgba(255,255,255,.10);background:
  linear-gradient(90deg,rgba(245,226,162,.06) 1px,transparent 1px) 0 0/82px 82px,
  linear-gradient(0deg,rgba(245,226,162,.045) 1px,transparent 1px) 0 0/82px 82px,
  radial-gradient(circle at 50% 50%,rgba(31,179,131,.18),transparent 34%),
  linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
box-shadow:0 26px 70px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.08);}
.lg-value-radar-board:before{content:"";position:absolute;inset:44px 58px;border-radius:999px;border:1px solid rgba(245,226,162,.18);opacity:.62;transform:scale(.93);transition:opacity .8s ease,transform 1.2s cubic-bezier(.22,1,.36,1);}
.lg-value-radar-board:after{content:"";position:absolute;left:50%;top:50%;width:1px;height:72%;background:linear-gradient(180deg,transparent,rgba(245,226,162,.25),rgba(31,179,131,.30),transparent);transform:translate(-50%,-50%) scaleY(.25);transform-origin:center;opacity:0;transition:opacity .7s ease .25s,transform 1.25s cubic-bezier(.22,1,.36,1) .25s;}
.lg-valuation-radar-section.is-in-view .lg-value-radar-board:before{opacity:.95;transform:scale(1);}
.lg-valuation-radar-section.is-in-view .lg-value-radar-board:after{opacity:1;transform:translate(-50%,-50%) scaleY(1);}
.lg-value-radar-orbit{position:absolute;left:50%;top:50%;width:310px;height:310px;border-radius:50%;border:1px solid rgba(31,179,131,.22);transform:translate(-50%,-50%) scale(.72);opacity:0;transition:opacity .9s ease .15s,transform 1.4s cubic-bezier(.22,1,.36,1) .15s;}
.lg-value-radar-orbit:before,.lg-value-radar-orbit:after{content:"";position:absolute;inset:36px;border-radius:50%;border:1px solid rgba(245,226,162,.16);}
.lg-value-radar-orbit:after{inset:78px;border-color:rgba(31,179,131,.18);}
.lg-valuation-radar-section.is-in-view .lg-value-radar-orbit{opacity:1;transform:translate(-50%,-50%) scale(1);animation:lg-radar-breathe 6s ease-in-out 1.4s infinite;}
.lg-value-radar-core{position:absolute;left:50%;top:50%;width:96px;height:96px;border-radius:50%;transform:translate(-50%,-50%) scale(.75);opacity:0;background:radial-gradient(circle,rgba(245,226,162,.45),rgba(31,179,131,.28) 34%,rgba(31,179,131,.08) 62%,transparent 70%);box-shadow:0 0 58px rgba(31,179,131,.26);transition:opacity .7s ease .35s,transform 1.1s cubic-bezier(.22,1,.36,1) .35s;}
.lg-value-radar-core span{position:absolute;inset:34px;border-radius:50%;background:#f5e2a2;box-shadow:0 0 28px rgba(245,226,162,.55);}
.lg-valuation-radar-section.is-in-view .lg-value-radar-core{opacity:1;transform:translate(-50%,-50%) scale(1);}
.lg-value-radar-card{position:absolute;z-index:2;width:255px;min-height:126px;padding:22px 22px 20px 42px;border-radius:24px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035));box-shadow:0 22px 48px rgba(0,0,0,.24);backdrop-filter:blur(10px);opacity:0;transform:translateX(-34px);transition:opacity .75s ease,transform 1s cubic-bezier(.22,1,.36,1),border-color .35s ease,box-shadow .35s ease;}
.lg-value-radar-card:before{content:"";position:absolute;height:1px;background:linear-gradient(90deg,rgba(245,226,162,.0),rgba(245,226,162,.5),rgba(31,179,131,.30));transform:scaleX(0);transform-origin:left;opacity:.85;transition:transform 1.05s cubic-bezier(.22,1,.36,1);}
.lg-value-radar-card-1{left:28px;top:48px;transition-delay:.18s}.lg-value-radar-card-1:before{left:100%;top:50%;width:150px;}
.lg-value-radar-card-2{right:28px;top:82px;transition-delay:.32s}.lg-value-radar-card-2:before{right:100%;top:50%;width:150px;transform-origin:right;background:linear-gradient(270deg,rgba(245,226,162,.0),rgba(245,226,162,.5),rgba(31,179,131,.30));}
.lg-value-radar-card-3{left:56px;bottom:58px;transition-delay:.46s}.lg-value-radar-card-3:before{left:100%;top:42%;width:128px;}
.lg-value-radar-card-4{right:38px;bottom:42px;transition-delay:.60s}.lg-value-radar-card-4:before{right:100%;top:42%;width:120px;transform-origin:right;background:linear-gradient(270deg,rgba(245,226,162,.0),rgba(245,226,162,.5),rgba(31,179,131,.30));}
.lg-valuation-radar-section.is-in-view .lg-value-radar-card{opacity:1;transform:translateX(0);}
.lg-valuation-radar-section.is-in-view .lg-value-radar-card:before{transform:scaleX(1);transition-delay:inherit;}
.lg-value-radar-card strong{display:block;color:#fff;font-size:17px;line-height:1.15;letter-spacing:-.025em;margin:0 0 8px;}
.lg-value-radar-card p{margin:0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.48;font-weight:720;}
.lg-value-radar-dot{position:absolute;left:18px;top:23px;width:10px;height:10px;border-radius:50%;background:#f5e2a2;box-shadow:0 0 0 6px rgba(245,226,162,.10),0 0 18px rgba(245,226,162,.55);}
.lg-value-radar-card:hover{border-color:rgba(245,226,162,.34);box-shadow:0 24px 60px rgba(0,0,0,.30),0 0 24px rgba(31,179,131,.10);}
@keyframes lg-radar-breathe{0%,100%{filter:drop-shadow(0 0 0 rgba(245,226,162,0));opacity:.78;}50%{filter:drop-shadow(0 0 12px rgba(245,226,162,.18));opacity:1;}}
@media(max-width:1050px){.lg-value-radar{grid-template-columns:1fr;min-height:0}.lg-value-radar-copy{min-height:0}.lg-value-radar-copy .lg-landing-title{max-width:760px}.lg-value-radar-board{min-height:auto;display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:22px}.lg-value-radar-board:before,.lg-value-radar-board:after,.lg-value-radar-orbit,.lg-value-radar-core{display:none}.lg-value-radar-card{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:auto;min-height:0;transform:translateY(18px);padding:20px 20px 18px 40px}.lg-value-radar-card:before{display:none}.lg-valuation-radar-section.is-in-view .lg-value-radar-card{transform:translateY(0)}}
@media(max-width:640px){.lg-valuation-radar-section{padding:56px 0}.lg-value-radar{gap:16px}.lg-value-radar-copy{padding:24px;border-radius:26px}.lg-value-radar-board{grid-template-columns:1fr;padding:14px;border-radius:26px}.lg-value-radar-card{padding:18px 18px 16px 38px;border-radius:20px}.lg-value-radar-card strong{font-size:16px}.lg-value-radar-card p{font-size:13.5px}.lg-value-radar-dot{left:16px;top:21px}}
@media(prefers-reduced-motion:reduce){.lg-value-radar-card,.lg-value-radar-orbit,.lg-value-radar-core,.lg-value-radar-board:before,.lg-value-radar-board:after{transition:none!important;animation:none!important;opacity:1!important;transform:none!important}.lg-value-radar-core{transform:translate(-50%,-50%)!important}.lg-value-radar-orbit{transform:translate(-50%,-50%)!important}.lg-value-radar-card:before{transform:scaleX(1)!important}}


/* Home: banner principal limpio */
html body .lg-hero{
  position:relative!important;
  min-height:92vh!important;
  margin-top:0!important;
  padding:0!important;
  display:flex!important;
  align-items:flex-start!important;
  overflow:hidden!important;
  background:#030a08!important;
}
html body .lg-hero-media{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  overflow:hidden!important;
}
html body .lg-hero-image-green{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  visibility:visible!important;
  opacity:1!important;
  background-image:url('/assets/img/legalia-banner-ultima-usuario.webp')!important;
  background-size:cover!important;
  background-position:center center!important;
  filter:none!important;
  transform:none!important;
  animation:none!important;
}
html body .lg-hero-image-map,
html body .lg-reveal-frontier,
html body .lg-calc-overlay,
html body .lg-cartography-overlay,
html body .lg-tech-notes,
html body .lg-tech-note,
html body .lg-tech-line,
html body .lg-tech-dot,
html body .lg-auto-real-reveal{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  animation:none!important;
}
html body .lg-hero-image-green::before,
html body .lg-hero-image-green::after,
html body .lg-hero::after{
  display:none!important;
  content:none!important;
}
html body .lg-hero::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(90deg, rgba(4,18,12,.96) 0%, rgba(4,18,12,.90) 24%, rgba(4,18,12,.74) 46%, rgba(4,18,12,.36) 66%, rgba(4,18,12,0) 100%),
    linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,0) 42%, rgba(0,0,0,.32) 100%)!important;
  pointer-events:none!important;
  opacity:1!important;
  transform:none!important;
  filter:none!important;
  border-radius:0!important;
  width:auto!important;
  height:auto!important;
  animation:none!important;
}
html body .lg-hero .lg-container{
  position:relative!important;
  z-index:3!important;
  width:100%!important;
  max-width:1580px!important;
  margin:0 auto!important;
  padding:clamp(74px,8vh,96px) 4vw clamp(34px,5vh,58px) 5vw!important;
}
html body .lg-hero .lg-grid,
html body .lg-hero .lg-grid-no-sidecard{
  display:block!important;
  max-width:none!important;
}
html body .lg-hero-copy-only{
  width:min(980px,62vw)!important;
  max-width:980px!important;
  margin:0!important;
  text-align:left!important;
}
html body .lg-hero .lg-badge{
  display:inline-flex!important;
  margin:0 0 22px!important;
  transform:none!important;
}
html body .lg-title,
html body .lg-hero .lg-title{
  font-family:var(--font-display,'Inter',Arial,sans-serif)!important;
  font-weight:900!important;
  letter-spacing:-.058em!important;
  font-size:clamp(58px,5.44vw,86px)!important;
  line-height:.9!important;
  max-width:980px!important;
  margin:0 0 20px!important;
  text-align:left!important;
  text-wrap:balance!important;
}
html body .lg-title span{
  display:block!important;
}
html body .lg-title .gold{
  color:#f6ce45!important;
  font-size:clamp(42px,3.84vw,62px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  max-width:820px!important;
  margin-top:24px!important;
  text-shadow:0 5px 24px rgba(0,0,0,.42)!important;
  background:none!important;
  -webkit-text-fill-color:initial!important;
}
html body .lg-title::after{
  display:none!important;
}
html body .lg-desc{
  max-width:760px!important;
  margin:0 0 22px!important;
  font-size:clamp(17px,1.1vw,20px)!important;
  line-height:1.48!important;
  color:rgba(255,255,255,.92)!important;
  text-align:left!important;
  padding-left:22px!important;
  border-left:3px solid #f6ce45!important;
}
html body .lg-hero-choice,
html body .lg-hero-choice-inline{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:16px!important;
  flex-wrap:wrap!important;
  margin:0 0 14px!important;
}
html body .lg-btn{
  font-size:15.5px!important;
  padding:14px 24px!important;
  border-radius:999px!important;
}
html body .lg-btn-whatsapp{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  background:#12b886!important;
  color:#fff!important;
}
html body .lg-btn-whatsapp .lg-wa-icon{
  width:21px!important;
  height:21px!important;
  flex:0 0 auto!important;
  fill:currentColor!important;
  display:block!important;
}
html body .lg-hero-callline-inline{
  font-size:15px!important;
  text-align:left!important;
  margin:0!important;
  color:rgba(255,255,255,.88)!important;
}
html body .lg-hero-footnote,
html body .lg-pills-compact{
  display:none!important;
}
@media(max-width:980px){
  html body .lg-hero{
    min-height:760px!important;
    align-items:flex-end!important;
  }
  html body .lg-hero-image-green{
    background-position:63% center!important;
  }
  html body .lg-hero::before{
    background:linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.52) 42%, rgba(0,0,0,.92) 100%)!important;
  }
  html body .lg-hero .lg-container{
    padding:112px 22px 46px!important;
  }
  html body .lg-hero-copy-only{
    width:100%!important;
    max-width:760px!important;
  }
  html body .lg-title,
  html body .lg-hero .lg-title{
    font-size:clamp(45px,8.8vw,67px)!important;
    max-width:100%!important;
    line-height:.9!important;
  }
  html body .lg-title .gold{
    font-size:clamp(30px,6.24vw,45px)!important;
  }
  html body .lg-desc{
    font-size:17px!important;
  }
}

/* Ajuste 2026-05-13: subir la franja de datos del hero hasta la linea visual inferior */
@media (min-width: 981px) {
  html body .lg-hero {
    padding-bottom: 30px !important;
  }
  html body .lg-benefits-golden-orbit {
    margin-top: -118px !important;
    padding: 0 0 18px !important;
    position: relative !important;
    z-index: 8 !important;
    overflow: visible !important;
    background: transparent !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  html body .lg-benefits-golden-orbit .lg-trust-strip-inner {
    position: relative !important;
    z-index: 9 !important;
  }
}
