/* Legalia Home CSS bundle - 2026-08-29. Concatenation preserves original cascade order. */
/* 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;
  }
}

/* Legalia home safe enhancement layer - benefits-compare1
   Static CSS only. No scroll JS, no fixed cinematic layers. Stable on iOS/Safari. */
:root{--lg-motion-gold:#f5e2a2;--lg-motion-green:#071c14;--lg-motion-emerald:#1f7b5a;}

/* Subtle premium polish only, no heavy scroll engine */
.lg-landing-card,.lg-results-card,.lg-trust-item,.lg-crm-proof,.lg-value-card,.lg-type-card,.lg-location-card{
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
@media (hover:hover) and (pointer:fine){
  .lg-landing-card:hover,.lg-results-card:hover,.lg-trust-item:hover,.lg-crm-proof:hover,.lg-value-card:hover,.lg-type-card:hover,.lg-location-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 46px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.08)!important;
  }
}

/* Fibonacci premium para las 6 fases reales del proceso.
   No cambia textos ni anade pasos: solo cambia la composicion visual. */
@media (min-width: 980px){
  .lg-process-section{
    padding:70px 0 82px!important;
    overflow:hidden;
    position:relative;
  }
  .lg-process-section:before{
    content:"";
    position:absolute;
    inset:6% -10% auto auto;
    width:min(58vw,760px);
    height:min(58vw,760px);
    border-radius:999px;
    background:radial-gradient(circle at 44% 44%,rgba(245,226,162,.14),rgba(31,123,90,.08) 34%,transparent 70%);
    pointer-events:none;
  }
  .lg-process-section .lg-landing-wrap{position:relative;z-index:1;}
  .lg-process-section .lg-landing-intro{max-width:700px!important;margin-bottom:28px!important;}

  .lg-process-grid{
    position:relative!important;
    display:block!important;
    max-width:1080px!important;
    height:590px!important;
    margin:0 auto!important;
    padding:0!important;
    box-sizing:border-box!important;
    isolation:isolate;
  }

  /* Base de lujo: campo aureo + trazos de espiral */
  .lg-process-grid:before{
    content:"";
    position:absolute;
    inset:18px 8px;
    border-radius:46px;
    background:
      radial-gradient(circle at 45% 48%,rgba(245,226,162,.16),transparent 0 7%,rgba(245,226,162,.06) 8%,transparent 17%),
      radial-gradient(circle at 72% 30%,rgba(31,179,131,.12),transparent 24%),
      linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.014));
    border:1px solid rgba(245,226,162,.13);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 24px 80px rgba(0,0,0,.12);
    z-index:-3;
    pointer-events:none;
  }
  .lg-process-grid:after{
    content:"";
    position:absolute;
    left:50%;top:50%;
    width:min(86%,820px);height:min(86%,820px);
    transform:translate(-50%,-50%) rotate(-10deg);
    border-radius:999px;
    background:
      conic-gradient(from 10deg,
        transparent 0 15%, rgba(245,226,162,.42) 15% 15.9%, transparent 15.9% 31%,
        rgba(245,226,162,.32) 31% 31.8%, transparent 31.8% 48%,
        rgba(245,226,162,.25) 48% 48.7%, transparent 48.7% 64%,
        rgba(31,179,131,.22) 64% 64.7%, transparent 64.7% 100%);
    -webkit-mask:radial-gradient(circle,transparent 0 35%,#000 36% 36.8%,transparent 37.8% 100%);
    mask:radial-gradient(circle,transparent 0 35%,#000 36% 36.8%,transparent 37.8% 100%);
    opacity:.9;
    z-index:-2;
    pointer-events:none;
  }

  .lg-process-grid .lg-landing-card{
    position:absolute!important;
    width:auto!important;
    min-height:0!important;
    max-width:none!important;
    margin:0!important;
    padding:18px 18px 17px!important;
    border-radius:24px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.108),rgba(255,255,255,.038))!important;
    border:1px solid rgba(245,226,162,.15)!important;
    box-shadow:0 18px 46px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.10)!important;
    box-sizing:border-box!important;
    overflow:hidden;
    backdrop-filter:blur(10px);
  }
  .lg-process-grid .lg-landing-card:before{
    content:"";
    position:absolute;
    right:-42px;top:-42px;
    width:116px;height:116px;
    border-radius:999px;
    background:radial-gradient(circle,rgba(245,226,162,.16),transparent 66%);
    pointer-events:none;
  }
  .lg-process-grid .lg-landing-card:after{
    content:"";
    position:absolute;
    left:18px;right:18px;bottom:0;height:1px;
    background:linear-gradient(90deg,transparent,rgba(245,226,162,.44),transparent);
    pointer-events:none;
  }

  /* Composicion aurea. La lectura sigue 1-6 y las tarjetas forman una espiral estable. */
  .lg-process-grid .lg-landing-card:nth-child(1){left:3%;top:42px;width:42%;min-height:170px!important;padding:24px 24px 22px!important;}
  .lg-process-grid .lg-landing-card:nth-child(2){left:52%;top:18px;width:39%;min-height:148px!important;padding:21px 21px 19px!important;}
  .lg-process-grid .lg-landing-card:nth-child(3){left:66%;top:190px;width:30%;min-height:142px!important;}
  .lg-process-grid .lg-landing-card:nth-child(4){left:35%;top:246px;width:32%;min-height:138px!important;}
  .lg-process-grid .lg-landing-card:nth-child(5){left:8%;top:314px;width:29%;min-height:140px!important;}
  .lg-process-grid .lg-landing-card:nth-child(6){left:33%;top:430px;width:51%;min-height:132px!important;padding:22px 23px 20px!important;background:linear-gradient(145deg,rgba(245,226,162,.14),rgba(255,255,255,.044))!important;}

  /* Puntos de conexion discretos, sin texto nuevo */
  .lg-process-grid .lg-landing-card .lg-landing-num{
    width:34px!important;height:34px!important;margin-bottom:10px!important;border-radius:14px!important;
    background:rgba(245,226,162,.12)!important;border:1px solid rgba(245,226,162,.30)!important;color:#f5e2a2!important;
    box-shadow:0 0 0 5px rgba(245,226,162,.035)!important;
  }
  .lg-process-grid .lg-landing-card strong{font-size:17px!important;margin-bottom:6px!important;line-height:1.14!important;}
  .lg-process-grid .lg-landing-card p{font-size:14.5px!important;line-height:1.52!important;}
  .lg-process-grid .lg-landing-card:nth-child(1) strong{font-size:22px!important;letter-spacing:-.025em!important;}
  .lg-process-grid .lg-landing-card:nth-child(2) strong,
  .lg-process-grid .lg-landing-card:nth-child(6) strong{font-size:19px!important;letter-spacing:-.018em!important;}

  @media (hover:hover) and (pointer:fine){
    .lg-process-grid .lg-landing-card:hover{transform:translateY(-6px) scale(1.012)!important;border-color:rgba(245,226,162,.26)!important;}
  }
}

@media (min-width: 980px) and (max-width: 1120px){
  .lg-process-section{padding:58px 0 68px!important;}
  .lg-process-grid{max-width:930px!important;height:560px!important;}
  .lg-process-grid:before{inset:14px 0;border-radius:34px;}
  .lg-process-grid .lg-landing-card{padding:15px!important;border-radius:20px!important;}
  .lg-process-grid .lg-landing-card:nth-child(1){left:2%;top:38px;width:43%;min-height:158px!important;padding:19px!important;}
  .lg-process-grid .lg-landing-card:nth-child(2){left:53%;top:20px;width:39%;min-height:138px!important;padding:18px!important;}
  .lg-process-grid .lg-landing-card:nth-child(3){left:65%;top:176px;width:31%;min-height:132px!important;}
  .lg-process-grid .lg-landing-card:nth-child(4){left:34%;top:232px;width:33%;min-height:128px!important;}
  .lg-process-grid .lg-landing-card:nth-child(5){left:5%;top:300px;width:31%;min-height:132px!important;}
  .lg-process-grid .lg-landing-card:nth-child(6){left:32%;top:412px;width:54%;min-height:124px!important;padding:18px!important;}
  .lg-process-grid .lg-landing-card strong{font-size:15.8px!important;}
  .lg-process-grid .lg-landing-card:nth-child(1) strong{font-size:19px!important;}
  .lg-process-grid .lg-landing-card:nth-child(2) strong,
  .lg-process-grid .lg-landing-card:nth-child(6) strong{font-size:17px!important;}
  .lg-process-grid .lg-landing-card p{font-size:13.6px!important;line-height:1.47!important;}
}

@media (max-width: 979px){
  .lg-process-section{overflow:hidden;}
  .lg-process-grid{position:relative!important;display:grid!important;grid-template-columns:1fr!important;gap:12px!important;}
  .lg-process-grid .lg-landing-card{position:relative!important;left:auto!important;top:auto!important;width:auto!important;transform:none!important;max-width:100%!important;}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;}}


/* Beneficios: composicion tipo orbita aurea, usando solo los datos reales del bloque existente. */
@media (min-width: 980px){
  .lg-benefits-golden-orbit{
    overflow:hidden!important;
    padding:28px 0 34px!important;
    background:
      radial-gradient(circle at 50% 50%,rgba(245,226,162,.10),transparent 0 16%,rgba(31,179,131,.07) 17%,transparent 46%),
      linear-gradient(90deg,#06110d,#0d241c 48%,#06110d)!important;
  }
  .lg-benefits-golden-orbit .lg-trust-strip-inner{
    display:block!important;
    position:relative!important;
    width:min(1120px,calc(100% - 40px))!important;
    min-height:360px!important;
    padding:0!important;
    margin:0 auto!important;
    isolation:isolate;
  }
  .lg-benefits-golden-orbit .lg-trust-strip-inner:before{
    content:"";
    position:absolute;
    left:50%;top:50%;
    width:min(72vw,760px);height:min(72vw,760px);
    transform:translate(-50%,-50%) rotate(-13deg);
    border-radius:999px;
    background:conic-gradient(from 20deg,transparent 0 12%,rgba(245,226,162,.42) 12% 13%,transparent 13% 30%,rgba(245,226,162,.24) 30% 30.8%,transparent 30.8% 52%,rgba(31,179,131,.25) 52% 52.8%,transparent 52.8% 100%);
    -webkit-mask:radial-gradient(circle,transparent 0 37%,#000 38% 38.8%,transparent 40% 100%);
    mask:radial-gradient(circle,transparent 0 37%,#000 38% 38.8%,transparent 40% 100%);
    opacity:.72;
    pointer-events:none;
    z-index:-2;
  }
  .lg-benefits-golden-orbit .lg-trust-strip-inner:after{
    content:"";
    position:absolute;
    left:50%;top:50%;
    width:150px;height:150px;
    transform:translate(-50%,-50%);
    border-radius:999px;
    border:1px solid rgba(245,226,162,.20);
    background:radial-gradient(circle,rgba(245,226,162,.16),rgba(31,179,131,.08) 48%,rgba(255,255,255,.035));
    box-shadow:0 26px 80px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.10);
    pointer-events:none;
    z-index:-1;
  }
  .lg-benefits-golden-orbit .lg-trust-item{
    position:absolute!important;
    width:260px!important;
    min-height:124px!important;
    padding:18px 18px 16px!important;
    border:1px solid rgba(245,226,162,.16)!important;
    border-radius:24px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.032))!important;
    box-shadow:0 20px 54px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.08)!important;
    backdrop-filter:blur(10px);
  }
  .lg-benefits-golden-orbit .lg-trust-item strong{font-size:16px!important;color:#fff!important;letter-spacing:-.02em!important;}
  .lg-benefits-golden-orbit .lg-trust-item span{font-size:13.5px!important;line-height:1.52!important;color:rgba(255,255,255,.72)!important;}
  .lg-benefits-golden-orbit .lg-trust-item:nth-child(1){left:3%;top:34px;}
  .lg-benefits-golden-orbit .lg-trust-item:nth-child(2){left:36%;top:4px;width:285px!important;}
  .lg-benefits-golden-orbit .lg-trust-item:nth-child(3){right:2%;top:82px;}
  .lg-benefits-golden-orbit .lg-trust-item:nth-child(4){left:20%;bottom:24px;width:285px!important;background:linear-gradient(145deg,rgba(245,226,162,.13),rgba(255,255,255,.036))!important;}
  .lg-benefits-golden-orbit .lg-trust-item:nth-child(5){right:18%;bottom:8px;}
}
@media (min-width: 980px) and (max-width:1120px){
  .lg-benefits-golden-orbit .lg-trust-strip-inner{min-height:340px!important;width:min(960px,calc(100% - 32px))!important;}
  .lg-benefits-golden-orbit .lg-trust-item{width:226px!important;min-height:112px!important;padding:15px!important;border-radius:20px!important;}
  .lg-benefits-golden-orbit .lg-trust-item:nth-child(2),
  .lg-benefits-golden-orbit .lg-trust-item:nth-child(4){width:250px!important;}
  .lg-benefits-golden-orbit .lg-trust-item strong{font-size:14.5px!important;}
  .lg-benefits-golden-orbit .lg-trust-item span{font-size:12.6px!important;}
}
@media (max-width:979px){
  .lg-benefits-golden-orbit .lg-trust-strip-inner{display:grid!important;}
}

/* Comparativa: bifurcacion visual aceptar sin revisar vs revisar con metodo. */
.lg-decision-fork{
  width:min(1040px,calc(100% - 28px));
  margin:30px auto 34px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 110px minmax(0,1fr);
  gap:0;
  align-items:stretch;
  position:relative;
  color:#fff;
}
.lg-decision-card{
  position:relative;
  padding:24px 24px 22px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(145deg,rgba(255,255,255,.070),rgba(255,255,255,.026));
  box-shadow:0 20px 56px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.08);
  overflow:hidden;
}
.lg-decision-card:before{
  content:"";
  position:absolute;
  inset:auto -40px -60px auto;
  width:180px;height:180px;border-radius:999px;
  background:radial-gradient(circle,rgba(245,226,162,.12),transparent 65%);
  pointer-events:none;
}
.lg-decision-card-muted{opacity:.86;}
.lg-decision-card-gold{
  border-color:rgba(245,226,162,.22);
  background:linear-gradient(145deg,rgba(245,226,162,.13),rgba(31,179,131,.065) 50%,rgba(255,255,255,.034));
}
.lg-decision-kicker{
  display:inline-flex;
  margin:0 0 10px;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(245,226,162,.20);
  color:#f5e2a2;
  background:rgba(245,226,162,.07);
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.lg-decision-card strong{display:block;margin:0 0 8px;font-size:20px;line-height:1.18;letter-spacing:-.035em;}
.lg-decision-card p{margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.62;}
.lg-decision-connector{
  position:relative;
  min-height:160px;
}
.lg-decision-connector:before,
.lg-decision-connector:after{
  content:"";
  position:absolute;
  left:50%;
  width:84px;height:84px;
  border:1px solid rgba(245,226,162,.30);
  border-radius:0 999px 0 0;
  border-left:0;border-bottom:0;
  transform-origin:center;
  opacity:.75;
}
.lg-decision-connector:before{top:24px;transform:translateX(-50%) rotate(18deg);}
.lg-decision-connector:after{bottom:24px;transform:translateX(-50%) rotate(198deg);}
.lg-decision-connector{background:radial-gradient(circle at 50% 50%,rgba(245,226,162,.20),transparent 0 8px,transparent 9px);}
@media (max-width:800px){
  .lg-decision-fork{grid-template-columns:1fr;gap:14px;margin:24px auto 28px;}
  .lg-decision-connector{display:none;}
  .lg-decision-card{padding:20px;border-radius:23px;}
  .lg-decision-card strong{font-size:18px;}
}

/* Scroll journey correction - phases must move with scroll, not sit as a static illustration. */
.lg-process-section{
  --lg-process-progress:0;
  position:relative;
  overflow:hidden;
}
.lg-process-section:after{
  content:"";
  position:absolute;
  inset:8% auto auto 4%;
  width:36vw;
  max-width:520px;
  height:36vw;
  max-height:520px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(245,226,162,.10), rgba(31,123,90,.065) 42%, transparent 72%);
  pointer-events:none;
  opacity:.75;
}
@media (min-width: 980px){
  .lg-process-section{
    padding:88px 0 96px!important;
  }
  .lg-process-section:before{
    opacity:.65!important;
    inset:auto -10% 4% auto!important;
    width:min(44vw,620px)!important;
    height:min(44vw,620px)!important;
  }
  .lg-process-section .lg-landing-wrap{
    position:relative!important;
    z-index:1!important;
    display:grid!important;
    grid-template-columns:minmax(280px,380px) minmax(0,1fr)!important;
    gap:54px!important;
    align-items:start!important;
  }
  .lg-process-section .lg-landing-eyebrow,
  .lg-process-section .lg-landing-title,
  .lg-process-section .lg-landing-intro{
    grid-column:1!important;
    position:sticky!important;
    top:110px!important;
    align-self:start!important;
  }
  .lg-process-section .lg-landing-title{top:148px!important;margin-bottom:14px!important;}
  .lg-process-section .lg-landing-intro{top:300px!important;max-width:360px!important;margin-bottom:0!important;}

  .lg-process-grid{
    grid-column:2!important;
    grid-row:1 / span 5!important;
    position:relative!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:22px!important;
    width:100%!important;
    max-width:720px!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:8px 0 8px 52px!important;
    box-sizing:border-box!important;
    isolation:isolate!important;
  }
  .lg-process-grid:before{
    content:""!important;
    position:absolute!important;
    left:17px!important;
    top:24px!important;
    bottom:24px!important;
    width:2px!important;
    height:auto!important;
    inset:auto auto auto auto!important;
    border-radius:999px!important;
    background:linear-gradient(180deg,rgba(245,226,162,.16),rgba(245,226,162,.08),rgba(31,179,131,.12))!important;
    border:0!important;
    box-shadow:none!important;
    z-index:0!important;
    pointer-events:none!important;
  }
  .lg-process-grid:after{
    content:""!important;
    position:absolute!important;
    left:17px!important;
    top:24px!important;
    width:2px!important;
    height:calc((100% - 48px) * var(--lg-process-progress))!important;
    transform:none!important;
    border-radius:999px!important;
    background:linear-gradient(180deg,#f5e2a2,#3fd39b)!important;
    box-shadow:0 0 22px rgba(245,226,162,.32)!important;
    opacity:1!important;
    -webkit-mask:none!important;
    mask:none!important;
    z-index:1!important;
    pointer-events:none!important;
  }

  .lg-process-grid .lg-landing-card{
    position:relative!important;
    left:auto!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    width:min(100%,620px)!important;
    min-height:0!important;
    max-width:none!important;
    margin:0!important;
    padding:23px 24px 22px!important;
    border-radius:26px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.028))!important;
    border:1px solid rgba(255,255,255,.105)!important;
    box-shadow:0 18px 46px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.08)!important;
    backdrop-filter:blur(10px)!important;
    opacity:.42;
    transform:translate3d(calc(var(--lg-x,0px) + var(--lg-scroll-x,0px)),var(--lg-scroll-y,22px),0) scale(.965)!important;
    transition:opacity .38s ease, transform .38s ease, border-color .38s ease, box-shadow .38s ease, background .38s ease!important;
    z-index:2!important;
  }
  .lg-process-grid .lg-landing-card:nth-child(odd){--lg-x:-18px;}
  .lg-process-grid .lg-landing-card:nth-child(even){--lg-x:34px;}
  .lg-process-grid .lg-landing-card:nth-child(3){--lg-x:72px;}
  .lg-process-grid .lg-landing-card:nth-child(4){--lg-x:8px;}
  .lg-process-grid .lg-landing-card:nth-child(6){--lg-x:54px;}
  .lg-process-grid .lg-landing-card:before{
    content:""!important;
    position:absolute!important;
    left:-47px!important;
    top:29px!important;
    right:auto!important;
    width:16px!important;
    height:16px!important;
    border-radius:999px!important;
    background:#10281f!important;
    border:1px solid rgba(245,226,162,.44)!important;
    box-shadow:0 0 0 7px rgba(245,226,162,.06),0 0 22px rgba(245,226,162,.18)!important;
    z-index:3!important;
    pointer-events:none!important;
  }
  .lg-process-grid .lg-landing-card:after{
    left:24px!important;
    right:24px!important;
    bottom:0!important;
    height:1px!important;
    background:linear-gradient(90deg,transparent,rgba(245,226,162,.30),transparent)!important;
  }
  .lg-process-grid .lg-landing-card.is-past,
  .lg-process-grid .lg-landing-card.is-active{
    opacity:1!important;
    transform:translate3d(var(--lg-x,0px),0,0) scale(1)!important;
  }
  .lg-process-grid .lg-landing-card.is-active{
    border-color:rgba(245,226,162,.32)!important;
    background:linear-gradient(145deg,rgba(245,226,162,.115),rgba(31,123,90,.065) 48%,rgba(255,255,255,.035))!important;
    box-shadow:0 24px 68px rgba(0,0,0,.24),0 0 0 1px rgba(245,226,162,.05), inset 0 1px 0 rgba(255,255,255,.10)!important;
  }
  .lg-process-grid .lg-landing-card.is-active:before{
    background:#f5e2a2!important;
    box-shadow:0 0 0 9px rgba(245,226,162,.08),0 0 30px rgba(245,226,162,.42)!important;
  }
  .lg-process-grid .lg-landing-card .lg-landing-num{
    width:34px!important;
    height:34px!important;
    margin-bottom:10px!important;
    border-radius:14px!important;
    background:rgba(245,226,162,.11)!important;
    border:1px solid rgba(245,226,162,.28)!important;
    color:#f5e2a2!important;
  }
  .lg-process-grid .lg-landing-card strong{font-size:20px!important;line-height:1.16!important;margin-bottom:7px!important;letter-spacing:-.025em!important;}
  .lg-process-grid .lg-landing-card p{font-size:14.6px!important;line-height:1.55!important;}
}

@media (min-width: 980px) and (max-width: 1120px){
  .lg-process-section .lg-landing-wrap{grid-template-columns:300px minmax(0,1fr)!important;gap:34px!important;}
  .lg-process-grid{max-width:590px!important;padding-left:46px!important;gap:18px!important;}
  .lg-process-grid .lg-landing-card{padding:19px 20px 18px!important;border-radius:22px!important;}
  .lg-process-grid .lg-landing-card:nth-child(odd){--lg-x:-8px;}
  .lg-process-grid .lg-landing-card:nth-child(even){--lg-x:18px;}
  .lg-process-grid .lg-landing-card:nth-child(3){--lg-x:28px;}
  .lg-process-grid .lg-landing-card:nth-child(6){--lg-x:22px;}
  .lg-process-grid .lg-landing-card strong{font-size:17px!important;}
  .lg-process-grid .lg-landing-card p{font-size:13.4px!important;}
}

@media (max-width: 979px){
  .lg-process-section{padding:58px 0 64px!important;}
  .lg-process-section .lg-landing-eyebrow,
  .lg-process-section .lg-landing-title,
  .lg-process-section .lg-landing-intro{position:relative!important;top:auto!important;}
  .lg-process-grid{
    position:relative!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    height:auto!important;
    max-width:none!important;
    padding-left:22px!important;
  }
  .lg-process-grid:before{
    content:""!important;
    position:absolute!important;
    left:6px!important;
    top:8px!important;
    bottom:8px!important;
    width:2px!important;
    background:rgba(245,226,162,.14)!important;
    border-radius:999px!important;
    z-index:0!important;
  }
  .lg-process-grid:after{display:none!important;}
  .lg-process-grid .lg-landing-card{
    position:relative!important;
    left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;
    width:auto!important;max-width:100%!important;
    opacity:1!important;
    transform:none!important;
  }
  .lg-process-grid .lg-landing-card:before{
    content:""!important;
    position:absolute!important;
    left:-24px!important;
    top:24px!important;
    width:11px!important;height:11px!important;
    border-radius:999px!important;
    background:#f5e2a2!important;
    box-shadow:0 0 0 6px rgba(245,226,162,.08)!important;
  }
}

/* Compact correction 2026-05-11: remove oversized orbit/scroll blocks. Premium must not waste viewport. */
.lg-benefits-golden-orbit{
  padding:20px 0!important;
  overflow:hidden!important;
  background:linear-gradient(90deg,#06110d,#0d241c 50%,#06110d)!important;
  border-top:1px solid rgba(245,226,162,.14)!important;
  border-bottom:1px solid rgba(245,226,162,.12)!important;
}
.lg-benefits-golden-orbit .lg-trust-strip-inner{
  width:min(1120px,calc(100% - 36px))!important;
  min-height:0!important;
  height:auto!important;
  padding:0!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
  position:relative!important;
}
.lg-benefits-golden-orbit .lg-trust-strip-inner:before,
.lg-benefits-golden-orbit .lg-trust-strip-inner:after{display:none!important;content:none!important;}
.lg-benefits-golden-orbit .lg-trust-item,
.lg-benefits-golden-orbit .lg-trust-item:nth-child(n){
  position:relative!important;
  left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
  width:auto!important;min-height:92px!important;height:auto!important;
  padding:14px 14px 13px!important;
  border-radius:18px!important;
  border:1px solid rgba(245,226,162,.14)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.070),rgba(255,255,255,.026))!important;
  box-shadow:0 14px 36px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.07)!important;
  backdrop-filter:blur(8px)!important;
}
.lg-benefits-golden-orbit .lg-trust-item strong{font-size:14.5px!important;line-height:1.05!important;color:#fff!important;letter-spacing:-.02em!important;}
.lg-benefits-golden-orbit .lg-trust-item span{font-size:11.9px!important;line-height:1.38!important;color:rgba(255,255,255,.70)!important;}

/* Process: compact scroll-aware cards, not a giant static diagram. */
.lg-process-section{
  padding:54px 0 58px!important;
  overflow:hidden!important;
}
.lg-process-section:before,
.lg-process-section:after{opacity:.22!important;pointer-events:none!important;}
.lg-process-section .lg-landing-wrap{
  display:block!important;
  width:min(1120px,calc(100% - 36px))!important;
  margin:0 auto!important;
}
.lg-process-section .lg-landing-eyebrow,
.lg-process-section .lg-landing-title,
.lg-process-section .lg-landing-intro{
  position:relative!important;
  top:auto!important;
  grid-column:auto!important;
  max-width:780px!important;
}
.lg-process-section .lg-landing-title{margin-bottom:12px!important;}
.lg-process-section .lg-landing-intro{margin-bottom:24px!important;}
.lg-process-grid{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  isolation:isolate!important;
}
.lg-process-grid:before,
.lg-process-grid:after{display:none!important;content:none!important;}
.lg-process-grid .lg-landing-card,
.lg-process-grid .lg-landing-card:nth-child(n){
  position:relative!important;
  left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
  width:auto!important;max-width:none!important;min-height:144px!important;height:auto!important;
  margin:0!important;
  padding:18px 18px 17px!important;
  border-radius:20px!important;
  border:1px solid rgba(255,255,255,.105)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.068),rgba(255,255,255,.026))!important;
  box-shadow:0 16px 42px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.07)!important;
  opacity:.72!important;
  transform:translateY(10px)!important;
  transition:opacity .32s ease, transform .32s ease, border-color .32s ease, box-shadow .32s ease!important;
}
.lg-process-grid .lg-landing-card:before{display:none!important;content:none!important;}
.lg-process-grid .lg-landing-card.is-past,
.lg-process-grid .lg-landing-card.is-active{
  opacity:1!important;
  transform:translateY(0)!important;
}
.lg-process-grid .lg-landing-card.is-active{
  border-color:rgba(245,226,162,.32)!important;
  box-shadow:0 20px 58px rgba(0,0,0,.22),0 0 0 1px rgba(245,226,162,.04), inset 0 1px 0 rgba(255,255,255,.09)!important;
}
.lg-process-grid .lg-landing-card .lg-landing-num{
  width:30px!important;height:30px!important;margin-bottom:9px!important;border-radius:12px!important;
  background:rgba(245,226,162,.10)!important;border:1px solid rgba(245,226,162,.24)!important;color:#f5e2a2!important;
}
.lg-process-grid .lg-landing-card strong{font-size:16.5px!important;line-height:1.14!important;margin-bottom:6px!important;letter-spacing:-.02em!important;}
.lg-process-grid .lg-landing-card p{font-size:13.2px!important;line-height:1.43!important;}

@media (max-width:1120px){
  .lg-benefits-golden-orbit .lg-trust-strip-inner{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important;}
  .lg-benefits-golden-orbit .lg-trust-item{min-height:86px!important;padding:12px!important;border-radius:16px!important;}
  .lg-benefits-golden-orbit .lg-trust-item strong{font-size:13px!important;}
  .lg-benefits-golden-orbit .lg-trust-item span{font-size:10.8px!important;}
  .lg-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .lg-process-grid .lg-landing-card{min-height:132px!important;}
}
@media (max-width:760px){
  .lg-benefits-golden-orbit{padding:14px 0!important;}
  .lg-benefits-golden-orbit .lg-trust-strip-inner{grid-template-columns:1fr 1fr!important;gap:8px!important;width:min(100% - 24px,680px)!important;}
  .lg-benefits-golden-orbit .lg-trust-item{min-height:78px!important;}
  .lg-process-section{padding:42px 0 46px!important;}
  .lg-process-section .lg-landing-wrap{width:min(100% - 24px,680px)!important;}
  .lg-process-grid{grid-template-columns:1fr!important;gap:10px!important;}
  .lg-process-grid .lg-landing-card{min-height:0!important;padding:15px!important;opacity:1!important;transform:none!important;}
}

/* Trust bar entrance animation 2026-05-12: the five proof items enter from the left and settle in place. */
body.lg-motion-ready .lg-benefits-golden-orbit .lg-trust-item{
  opacity:0!important;
  transform:translateX(-64px)!important;
  filter:blur(8px)!important;
  transition:
    opacity .62s cubic-bezier(.22,.75,.20,1),
    transform .72s cubic-bezier(.18,.82,.22,1),
    filter .72s cubic-bezier(.18,.82,.22,1),
    border-color .28s ease,
    box-shadow .28s ease!important;
  will-change:opacity,transform,filter!important;
}
body.lg-motion-ready .lg-benefits-golden-orbit .lg-trust-item.is-visible{
  opacity:1!important;
  transform:translateX(0)!important;
  filter:blur(0)!important;
}
body.lg-motion-ready .lg-benefits-golden-orbit .lg-trust-item:nth-child(1){transition-delay:.02s!important;}
body.lg-motion-ready .lg-benefits-golden-orbit .lg-trust-item:nth-child(2){transition-delay:.10s!important;}
body.lg-motion-ready .lg-benefits-golden-orbit .lg-trust-item:nth-child(3){transition-delay:.18s!important;}
body.lg-motion-ready .lg-benefits-golden-orbit .lg-trust-item:nth-child(4){transition-delay:.26s!important;}
body.lg-motion-ready .lg-benefits-golden-orbit .lg-trust-item:nth-child(5){transition-delay:.34s!important;}

@media (prefers-reduced-motion: reduce){
  body.lg-motion-ready .lg-benefits-golden-orbit .lg-trust-item,
  body.lg-motion-ready .lg-benefits-golden-orbit .lg-trust-item.is-visible{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    transition:none!important;
  }
}


/* Dinamismo sutil 2026-05-12: curvas del bloque aceptar/revisar */
body.lg-motion-ready .lg-decision-connector:before,
body.lg-motion-ready .lg-decision-connector:after{
  stroke-dasharray:140;
  stroke-dashoffset:140;
  opacity:0;
  transform-origin:center;
  transition:none!important;
  will-change:opacity,filter,box-shadow,transform;
}
body.lg-motion-ready .lg-decision-fork.is-visible .lg-decision-connector:before{
  animation:
    lgDecisionCurveTopDraw 1.55s cubic-bezier(.22,1,.36,1) .18s forwards,
    lgDecisionCurveBreath 5.8s ease-in-out 1.95s infinite;
}
body.lg-motion-ready .lg-decision-fork.is-visible .lg-decision-connector:after{
  animation:
    lgDecisionCurveBottomDraw 1.65s cubic-bezier(.22,1,.36,1) .34s forwards,
    lgDecisionCurveBreath 6.3s ease-in-out 2.15s infinite;
}
.lg-decision-connector::marker{content:"";}
.lg-decision-connector .lg-decision-light-dot,
.lg-decision-connector:has(.lg-decision-light-dot) .lg-decision-light-dot{
  position:absolute;
  left:50%;
  top:50%;
  width:7px;
  height:7px;
  border-radius:999px;
  background:radial-gradient(circle,#f5e2a2 0 20%,rgba(126,238,195,.95) 21% 50%,transparent 70%);
  box-shadow:0 0 16px rgba(126,238,195,.42),0 0 26px rgba(245,226,162,.18);
  opacity:0;
  transform:translate(-50%,-50%) translate(-42px,-42px) scale(.55);
  pointer-events:none;
}
body.lg-motion-ready .lg-decision-fork.is-visible .lg-decision-light-dot{
  animation:lgDecisionLightTravel 7.8s cubic-bezier(.42,0,.22,1) 2.15s infinite;
}
@keyframes lgDecisionCurveTopDraw{
  0%{opacity:0;clip-path:inset(0 100% 0 0);filter:drop-shadow(0 0 0 rgba(245,226,162,0));}
  100%{opacity:.72;clip-path:inset(0 0 0 0);filter:drop-shadow(0 0 10px rgba(245,226,162,.12));}
}
@keyframes lgDecisionCurveBottomDraw{
  0%{opacity:0;clip-path:inset(0 0 0 100%);filter:drop-shadow(0 0 0 rgba(126,238,195,0));}
  100%{opacity:.70;clip-path:inset(0 0 0 0);filter:drop-shadow(0 0 10px rgba(126,238,195,.12));}
}
@keyframes lgDecisionCurveBreath{
  0%,100%{opacity:.48;box-shadow:0 0 0 rgba(245,226,162,0);}
  50%{opacity:.88;box-shadow:0 0 16px rgba(245,226,162,.10);}
}
@keyframes lgDecisionLightTravel{
  0%,68%,100%{opacity:0;transform:translate(-50%,-50%) translate(-42px,-42px) scale(.55);}
  10%{opacity:.85;}
  34%{opacity:.92;transform:translate(-50%,-50%) translate(0,-12px) scale(.78);}
  52%{opacity:.65;transform:translate(-50%,-50%) translate(42px,42px) scale(.58);}
}
@media (max-width:800px), (prefers-reduced-motion:reduce){
  body.lg-motion-ready .lg-decision-connector:before,
  body.lg-motion-ready .lg-decision-connector:after,
  body.lg-motion-ready .lg-decision-fork.is-visible .lg-decision-connector:before,
  body.lg-motion-ready .lg-decision-fork.is-visible .lg-decision-connector:after{
    animation:none!important;
    opacity:.72!important;
    clip-path:none!important;
    filter:none!important;
  }
  .lg-decision-light-dot{display:none!important;}
}

/* Extracted from index.php style block 2. */
/* === Ajustes auditoria Legalia: conversion, confianza y arquitectura local === */
.lg-trust-strip{position:relative;z-index:4;background:linear-gradient(90deg,#07130f,#0d241c 45%,#07130f);border-top:1px solid rgba(212,175,55,.20);border-bottom:1px solid rgba(212,175,55,.20);color:#fff;font-family:'Inter',Arial,sans-serif}
.lg-trust-strip-inner{width:min(1180px,calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:16px 0}
.lg-trust-item{position:relative;min-height:96px;padding:16px 18px 16px 20px;border-left:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012))}.lg-trust-item:last-child{border-right:1px solid rgba(255,255,255,.08)}.lg-trust-item:before{content:"";display:block;width:24px;height:3px;margin:0 0 10px;border-radius:999px;background:linear-gradient(90deg,#d4af37,#f5e2a2)}
.lg-trust-item strong{display:block;color:#f5e2a2;font-size:13px;line-height:1.15;margin-bottom:6px;letter-spacing:-.01em}.lg-trust-item span{display:block;color:rgba(255,255,255,.74);font-size:12.5px;line-height:1.35}
.lg-local-cluster-section{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden;isolation:isolate;padding:76px 0;background:radial-gradient(circle at 12% 18%,rgba(31,179,131,.12),transparent 32%),radial-gradient(circle at 88% 78%,rgba(212,175,55,.08),transparent 30%),#07140f;color:#fff;font-family:'Inter',Arial,sans-serif}.lg-local-cluster-section::before{content:"";position:absolute;top:-35%;right:-18%;width:520px;height:520px;border-radius:50%;background:rgba(31,179,131,.08);filter:blur(90px);pointer-events:none;z-index:0}.lg-local-cluster-wrap{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 24px}.lg-local-cluster-head{max-width:920px;margin:0 auto 44px;text-align:center}.lg-local-cluster-eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 18px;padding:10px 16px;border-radius:999px;color:#1fb383;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-size:11px;font-weight:900;letter-spacing:2px;text-transform:uppercase}.lg-local-cluster-eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:#1fb383;box-shadow:0 0 14px rgba(31,179,131,.65)}.lg-local-cluster-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-local-cluster-text{max-width:850px;margin:0 auto;color:rgba(255,255,255,.68);font-size:1.08rem;line-height:1.75}.lg-local-cluster-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.lg-local-main-card,.lg-local-link-card{position:relative;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);border-radius:22px;box-shadow:none;overflow:hidden}.lg-local-main-card{padding:30px}.lg-local-main-card::before,.lg-local-link-card::before{content:"";position:absolute;top:28px;left:0;width:4px;height:30px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,#1fb383,#d4af37)}.lg-local-main-card h3{margin:0 0 12px;color:#fff;font-size:1.35rem;line-height:1.25;letter-spacing:-.4px;font-weight:900}.lg-local-main-card p{margin:0 0 18px;color:rgba(255,255,255,.68);line-height:1.7}.lg-local-anchor-list{display:flex;flex-wrap:wrap;gap:10px}.lg-local-anchor-list a{display:inline-flex;padding:10px 13px;border-radius:999px;background:rgba(31,179,131,.10);border:1px solid rgba(31,179,131,.24);color:#f4df9b;text-decoration:none;font-weight:850;font-size:14px;transition:transform .24s ease,background .24s ease,border-color .24s ease}.lg-local-anchor-list a:hover,.lg-local-anchor-list a:focus-visible{transform:translateY(-2px);background:rgba(31,179,131,.16);border-color:rgba(212,175,55,.34);outline:none}.lg-local-link-list{display:grid;gap:12px}.lg-local-link-card{display:block;padding:22px 22px 22px 24px;text-decoration:none;color:#fff;transition:transform .28s ease,background .28s ease,border-color .28s ease,box-shadow .28s ease}.lg-local-link-card strong{display:block;margin-bottom:6px;color:#fff;font-size:1rem;line-height:1.25}.lg-local-link-card span{display:block;color:rgba(255,255,255,.66);font-size:14px;line-height:1.48}.lg-local-link-card:hover,.lg-local-link-card:focus-visible{transform:translateY(-5px);background:rgba(255,255,255,.07);border-color:rgba(212,175,55,.28);box-shadow:0 22px 52px rgba(0,0,0,.22);outline:none}
@media(max-width:1060px){.lg-trust-strip-inner{width:min(1120px,calc(100% - 28px))}.lg-trust-item{padding:14px 12px;min-height:92px}.lg-trust-item strong{font-size:12.5px}.lg-trust-item span{font-size:12px}}@media(max-width:900px){.lg-trust-strip-inner{grid-template-columns:repeat(6,minmax(0,1fr));gap:1px}.lg-trust-item{grid-column:span 2;border-right:1px solid rgba(255,255,255,.08)}.lg-trust-item:nth-child(4),.lg-trust-item:nth-child(5){grid-column:span 3}.lg-local-cluster-grid{grid-template-columns:1fr}}@media(max-width:560px){.lg-trust-strip-inner{grid-template-columns:1fr}.lg-trust-item,.lg-trust-item:nth-child(4),.lg-trust-item:nth-child(5){grid-column:auto}.lg-trust-item{min-height:0;border-right:1px solid rgba(255,255,255,.08)}}

/* Extracted from index.php style block 3. */
/* ===== BLOQUE VISUAL SECUNDARIO: obras públicas y fincas afectadas - integrado con la home ===== */
.lg-photo-context {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(31,179,131,.10), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(212,175,55,.08), transparent 30%),
    linear-gradient(180deg, #030a08 0%, #07110e 50%, #030a08 100%);
  color: #f7fbf9;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}
.lg-photo-context::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.020) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: .26;
  mask-image: linear-gradient(180deg, transparent, black 18%, black 82%, transparent);
  pointer-events: none;
  z-index: -1;
}
.lg-photo-context::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -220px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(212,175,55,.09);
  filter: blur(92px);
  pointer-events: none;
  z-index: -1;
}
.lg-photo-context-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
}
.lg-photo-context-copy {
  position: relative;
  max-width: 660px;
  padding-left: 18px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.lg-photo-context-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 54px;
  width: 4px;
  height: calc(100% - 64px);
  max-height: 220px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1fb383, #d4af37);
  opacity: .95;
}
.lg-photo-context-links {
  margin-top: -4px;
}
.lg-photo-context-links a {
  color: #f5e2a2;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.lg-photo-context-links a:hover,
.lg-photo-context-links a:focus-visible {
  color: #ffffff;
}
.lg-photo-context-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,.25);
  background: rgba(212,175,55,.08);
  color: #f5e2a2;
  font-weight: 900;
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.lg-photo-context-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1fb383;
  box-shadow: 0 0 14px rgba(31,179,131,.70);
}
.lg-photo-context-copy h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 4.1vw, 54px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.lg-photo-context-copy p {
  max-width: 620px;
  margin: 0 0 22px;
  color: rgba(255,255,255,.74);
  font-size: 1.04rem;
  line-height: 1.72;
}
.lg-photo-context-copy p strong {
  color: #ffffff;
  font-weight: 850;
}
.lg-photo-context .lg-btn,
.lg-photo-context .lg-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4af37 0%, #f5e2a2 52%, #d4af37 100%);
  color: #03100c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 18px 44px rgba(212,175,55,.24);
  transition: transform .22s ease, box-shadow .22s ease;
}
.lg-photo-context .lg-btn:hover,
.lg-photo-context .lg-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(212,175,55,.34);
  outline: none;
}
.lg-photo-context-media {
  position: relative;
  margin: 0;
  padding: 12px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 82px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
}
.lg-photo-context-media::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(212,175,55,.30), transparent 34%, rgba(31,179,131,.22));
  opacity: .45;
  pointer-events: none;
  z-index: -1;
}
.lg-photo-context-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px 20px 12px 12px;
}
.lg-photo-context-caption {
  margin: 10px 4px 2px;
  padding: 0;
  color: rgba(255,255,255,.70);
  font-size: .88rem;
  line-height: 1.45;
  background: transparent;
  border-top: 0;
}
@media (max-width: 980px) {
  .lg-photo-context { padding: 64px 0; }
  .lg-photo-context-grid { grid-template-columns: 1fr; }
  .lg-photo-context-copy { max-width: 820px; }
  .lg-photo-context-copy h2 { font-size: clamp(32px, 8vw, 48px); }
  .lg-photo-context-media { border-radius: 24px; }
}
@media (max-width: 640px) {
  .lg-photo-context { padding: 54px 0; }
  .lg-photo-context-copy { padding-left: 14px; }
  .lg-photo-context-copy::before { top: 52px; height: 190px; }
  .lg-photo-context-kicker { font-size: .66rem; letter-spacing: .09em; }
  .lg-photo-context-copy p { font-size: 1rem; }
  .lg-photo-context .lg-btn,
  .lg-photo-context .lg-btn-primary { width: 100%; text-align: center; }
  .lg-photo-context-media { padding: 9px; border-radius: 22px; }
  .lg-photo-context-media img { border-radius: 16px 16px 10px 10px; }
}


/* Ajuste hero 2026-05-13 v3: banner mas estrecho sin mover la franja de datos */
@media (min-width: 981px) {
  html body .lg-hero {
    min-height: 520px !important;
    padding-top: 44px !important;
    padding-bottom: 34px !important;
    align-items: center !important;
  }

  html body .lg-hero-copy-only {
    transform: translateY(-6px);
  }

  html body .lg-hero-choice-inline {
    margin-top: 18px !important;
  }

  html body .lg-hero .lg-title {
    margin-bottom: 12px !important;
  }

  html body .lg-hero .lg-desc {
    margin-top: 10px !important;
  }

  html body .lg-hero-footnote {
    display: none !important;
  }

  html body .lg-hero .lg-pills-compact {
    display: none !important;
  }

  html body section.lg-trust-strip.lg-benefits-golden-orbit {
    margin-top: 0 !important;
    padding-top: 26px !important;
    position: relative !important;
    z-index: 2 !important;
    background: linear-gradient(180deg, #030a08 0%, #07110e 100%) !important;
  }
}

@media (max-width: 980px) {
  html body .lg-hero {
    min-height: auto !important;
  }
}


/* ===== Hero + trust strip integration premium 2026-05-13 ===== */
@media (min-width: 981px) {
  html body .lg-hero {
    min-height: 500px !important;
    padding-top: 38px !important;
    padding-bottom: 78px !important;
    border-bottom: 0 !important;
  }

  html body section.lg-trust-strip.lg-benefits-golden-orbit {
    margin-top: -42px !important;
    padding: 0 0 8px !important;
    background: transparent !important;
    border: 0 !important;
    position: relative !important;
    z-index: 6 !important;
  }

  html body section.lg-trust-strip.lg-benefits-golden-orbit::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: min(1180px, calc(100% - 36px));
    height: calc(100% - 8px);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(8,22,18,.92) 0%, rgba(7,18,15,.96) 100%);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 24px 60px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05);
    pointer-events: none;
  }

  html body .lg-benefits-golden-orbit .lg-trust-strip-inner {
    width: min(1180px, calc(100% - 36px)) !important;
    position: relative !important;
    z-index: 1 !important;
    gap: 14px !important;
    padding: 14px !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  html body .lg-benefits-golden-orbit .lg-trust-item {
    min-height: 118px !important;
    padding: 18px 18px 18px 18px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255,255,255,.07) !important;
    border-left: 1px solid rgba(255,255,255,.07) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.024)) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035) !important;
    transition: transform .2s ease, border-color .2s ease, background .2s ease !important;
  }
  html body .lg-benefits-golden-orbit .lg-trust-item:last-child {
    border-right: 1px solid rgba(255,255,255,.07) !important;
  }

  html body .lg-benefits-golden-orbit .lg-trust-item::before {
    width: 30px !important;
    height: 4px !important;
    margin-bottom: 14px !important;
    background: linear-gradient(90deg, #d4af37 0%, #f5e2a2 62%, #1fb383 100%) !important;
    box-shadow: 0 0 18px rgba(212,175,55,.18) !important;
  }

  html body .lg-benefits-golden-orbit .lg-trust-item strong {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    margin-bottom: 8px !important;
    letter-spacing: -.03em !important;
  }

  html body .lg-benefits-golden-orbit .lg-trust-item span {
    color: rgba(255,255,255,.72) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  html body .lg-benefits-golden-orbit .lg-trust-item:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(245,226,162,.18) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.03)) !important;
  }

  html body .lg-method-sticky-section {
    padding-top: 44px !important;
  }
}

@media (max-width: 980px) {
  html body section.lg-trust-strip.lg-benefits-golden-orbit {
    padding-top: 16px !important;
    background: transparent !important;
    border: 0 !important;
  }

  html body .lg-benefits-golden-orbit .lg-trust-strip-inner {
    gap: 10px !important;
    padding: 0 14px 8px !important;
    width: 100% !important;
  }

  html body .lg-benefits-golden-orbit .lg-trust-item {
    border-radius: 18px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.024)) !important;
  }
}


/* ===== Trust strip centered between hero and method section 2026-05-13 ===== */
@media (min-width: 981px) {
  html body .lg-hero {
    padding-bottom: 72px !important;
  }

  html body section.lg-trust-strip.lg-benefits-golden-orbit {
    margin-top: -18px !important;
    margin-bottom: -74px !important;
    padding: 0 0 12px !important;
    position: relative !important;
    z-index: 12 !important;
    background: transparent !important;
    border: 0 !important;
    overflow: visible !important;
  }

  html body section.lg-trust-strip.lg-benefits-golden-orbit::before {
    top: 0 !important;
    height: calc(100% - 12px) !important;
    border-radius: 30px !important;
    box-shadow: 0 32px 70px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.05) !important;
  }

  html body .lg-benefits-golden-orbit .lg-trust-strip-inner {
    padding: 14px !important;
  }

  html body .lg-method-sticky-section {
    padding-top: 126px !important;
  }
}

/* HOME mockup literal: primera parte tipo imagen, sin eliminar el contenido original */
html body{background:#050b0d!important;color:#f7f7f3!important;}
body .lg-hero,body .lg-trust-strip,body .lg-crm-audit-section,body .lg-results-section{display:none!important;}
.lg-mock-home{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 20% 0%,rgba(31,179,131,.12),transparent 35%),#050b0d;color:#fff;overflow:hidden;}
.lg-mock-shell{width:min(1180px,calc(100% - 84px));margin:0 auto;}
.lg-mock-hero{position:relative;min-height:392px;padding:90px 0 28px;background:#081012;overflow:hidden;}
.lg-mock-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,11,13,.98) 0%,rgba(5,11,13,.90) 34%,rgba(5,11,13,.44) 62%,rgba(5,11,13,.20) 100%);z-index:1;}
.lg-mock-hero:after{content:"";position:absolute;inset:auto 0 0 0;height:150px;background:linear-gradient(180deg,transparent,#050b0d 92%);z-index:1;}
.lg-mock-hero-bg{position:absolute;inset:0;background:url('/assets/img/mock-hero-viaducto.webp') center right/cover no-repeat;filter:saturate(1.05) contrast(1.05);}
.lg-mock-hero-inner{position:relative;z-index:2;max-width:690px;}
.lg-mock-pill{display:inline-flex;align-items:center;gap:9px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;font-size:12px;line-height:1;font-weight:950;text-transform:uppercase;letter-spacing:.12em;box-shadow:0 10px 32px rgba(0,0,0,.24);}
.lg-mock-pill i{width:7px;height:7px;border-radius:99px;background:#1fc777;box-shadow:0 0 0 4px rgba(31,199,119,.12);display:block;}
.lg-mock-title{margin:18px 0 7px;font-size:clamp(42px,6vw,62px);line-height:.91;letter-spacing:-.075em;font-weight:950;color:#f7f7f3;text-shadow:0 4px 24px rgba(0,0,0,.35);}
.lg-mock-title em{display:block;font-size:clamp(25px,3.2vw,35px);line-height:1.02;color:#ffd338;font-style:italic;font-weight:950;letter-spacing:-.055em;margin-top:5px;text-shadow:0 2px 16px rgba(0,0,0,.25);}
.lg-mock-desc{margin:0;max-width:650px;font-size:15.5px;line-height:1.42;color:rgba(255,255,255,.92);font-weight:650;text-shadow:0 2px 14px rgba(0,0,0,.45);}
.lg-mock-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:20px;}
.lg-mock-btn{min-height:44px;padding:0 23px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:13px;font-weight:950;border:1px solid transparent;white-space:nowrap;}
.lg-mock-btn.green{background:linear-gradient(135deg,#1fd773,#0db55f);color:#fff;box-shadow:0 15px 30px rgba(14,188,96,.30);}
.lg-mock-btn.gold{background:linear-gradient(135deg,#ffd94f,#f0ac1f);color:#111;box-shadow:0 15px 28px rgba(255,198,45,.24);}
.lg-mock-btn.dark{background:rgba(0,0,0,.26);border-color:rgba(255,255,255,.42);color:#fff;}
.lg-mock-proof{position:relative;z-index:5;margin-top:-8px;}
.lg-mock-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-radius:12px;background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.15);box-shadow:0 18px 52px rgba(0,0,0,.30);backdrop-filter:blur(16px);overflow:hidden;}
.lg-mock-proof-item{display:grid;grid-template-columns:52px 1fr;gap:13px;align-items:center;min-height:75px;padding:14px 18px;border-right:1px solid rgba(255,255,255,.16);}
.lg-mock-proof-item:last-child{border-right:0;}
.lg-mock-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(31,199,119,.14);border:1px solid rgba(31,199,119,.26);color:#eaf8ea;font-weight:950;font-size:19px;}
.lg-mock-proof-item:nth-child(even) .lg-mock-icon{background:rgba(255,205,50,.14);border-color:rgba(255,205,50,.28);color:#ffd338;}
.lg-mock-proof-item strong{display:block;font-size:15px;line-height:1.1;color:#fff;margin-bottom:4px;}
.lg-mock-proof-item span{font-size:12px;color:rgba(255,255,255,.72);font-weight:650;}
.lg-mock-section{padding:16px 0 0;}
.lg-mock-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 10px;}
.lg-mock-head h2{margin:0;color:#fff;font-size:26px;line-height:1.02;letter-spacing:-.05em;font-weight:950;}
.lg-mock-head p{margin:4px 0 0;color:rgba(255,255,255,.78);font-size:13px;font-weight:600;}
.lg-mock-link{color:#ffd338;text-decoration:none;font-weight:950;font-size:13px;white-space:nowrap;}
.lg-mock-cases{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.lg-mock-case{border-radius:11px;padding:14px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.13);box-shadow:0 14px 34px rgba(0,0,0,.22);display:grid;grid-template-columns:86px 1fr 76px;gap:12px;align-items:center;min-height:156px;}
.lg-mock-case img{width:74px;height:62px;object-fit:cover;border-radius:8px;display:block;}
.lg-mock-tag{display:inline-flex;padding:4px 7px;border-radius:999px;background:rgba(31,199,119,.18);color:#86ffb8;font-size:9px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;}
.lg-mock-case h3{font-size:16px;line-height:1.02;margin:0 0 2px;color:#fff;letter-spacing:-.035em;}
.lg-mock-case small{display:block;color:rgba(255,255,255,.76);font-size:12px;margin-bottom:8px;font-weight:650;}
.lg-mock-value{font-size:12px;color:rgba(255,255,255,.65);line-height:1.3;margin-top:5px;}
.lg-mock-value strong{color:#fff;font-size:13px;}
.lg-mock-bar{height:10px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;margin-top:4px;}
.lg-mock-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#45d455,#78e657);}
.lg-mock-percent{border-left:1px solid rgba(255,255,255,.2);padding-left:14px;color:#ffd338;font-size:24px;line-height:.95;font-weight:950;letter-spacing:-.06em;}
.lg-mock-percent span{display:block;font-size:11px;line-height:1.1;letter-spacing:-.02em;margin-top:4px;color:#ffd338;}
.lg-mock-types{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;}
.lg-mock-type{position:relative;min-height:128px;border-radius:10px;overflow:hidden;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.15);box-shadow:0 12px 32px rgba(0,0,0,.24);display:flex;align-items:flex-end;}
.lg-mock-type:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,11,10,.92),rgba(3,11,10,.56));z-index:1;}
.lg-mock-type img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.02) brightness(.92);}
.lg-mock-type-content{position:relative;z-index:2;padding:18px;display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center;}
.lg-mock-type .lg-mock-icon{background:linear-gradient(135deg,#22bf71,#0a8e4a);border:0;color:#fff;}
.lg-mock-type strong{display:block;color:#fff;font-size:16px;line-height:1.05;margin-bottom:4px;}
.lg-mock-type span{font-size:12px;line-height:1.25;color:rgba(255,255,255,.88);font-weight:650;}
.lg-mock-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;position:relative;}
.lg-mock-steps:before{content:"";position:absolute;left:7%;right:7%;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(38,208,119,.40),transparent);}
.lg-mock-step{position:relative;border-radius:10px;padding:16px 16px 15px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.13);min-height:74px;display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;box-shadow:0 12px 30px rgba(0,0,0,.18);}
.lg-mock-num{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#169f56;color:#fff;font-size:12px;font-weight:950;}
.lg-mock-step strong{display:block;font-size:13px;line-height:1.1;color:#fff;margin-bottom:4px;}
.lg-mock-step span{display:block;font-size:11px;line-height:1.25;color:rgba(255,255,255,.73);font-weight:600;}
.lg-mock-split{display:grid;grid-template-columns:1.08fr .92fr;gap:12px;}
.lg-mock-info,.lg-mock-faq{border-radius:12px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.13);overflow:hidden;box-shadow:0 14px 34px rgba(0,0,0,.22);min-height:184px;}
.lg-mock-info{display:grid;grid-template-columns:1fr 230px;}
.lg-mock-info-copy{padding:21px 22px;}
.lg-mock-info h2,.lg-mock-faq h2{font-size:23px;line-height:1.03;letter-spacing:-.045em;margin:0 0 10px;color:#fff;}
.lg-mock-info p{font-size:13px;line-height:1.45;color:rgba(255,255,255,.79);margin:0 0 12px;font-weight:600;}
.lg-mock-checks{display:grid;gap:5px;margin:0;padding:0;list-style:none;}
.lg-mock-checks li{font-size:12px;color:rgba(255,255,255,.88);font-weight:650;}
.lg-mock-checks li:before{content:'✓';display:inline-grid;place-items:center;width:16px;height:16px;margin-right:7px;border-radius:50%;background:#20bf66;color:#fff;font-size:10px;font-weight:950;}
.lg-mock-info-img{background:url('/assets/img/mock-hoja-aprecio.webp') center/cover no-repeat;min-height:100%;}
.lg-mock-faq{padding:20px 22px;}
.lg-mock-faq details{border-bottom:1px solid rgba(255,255,255,.10);}
.lg-mock-faq summary{cursor:pointer;list-style:none;padding:10px 0;color:#fff;font-size:13px;font-weight:850;display:flex;justify-content:space-between;gap:15px;}
.lg-mock-faq summary:after{content:'⌄';color:rgba(255,255,255,.75);}
.lg-mock-faq p{margin:0 0 11px;color:rgba(255,255,255,.72);font-size:12.5px;line-height:1.4;}
.lg-mock-cta{margin:12px 0 16px;border-radius:12px;background:linear-gradient(135deg,rgba(22,112,63,.70),rgba(7,31,22,.92));border:1px solid rgba(34,209,117,.28);box-shadow:0 18px 52px rgba(0,0,0,.28);padding:16px 32px 15px;display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:center;}
.lg-mock-cta h2{margin:0;color:#fff;font-size:28px;line-height:1.03;letter-spacing:-.055em;font-weight:950;}
.lg-mock-cta h2 span{display:block;color:#ffd338;}
.lg-mock-cta-points{display:flex;gap:26px;margin-top:16px;color:#fff;font-size:12px;font-weight:850;}
.lg-mock-form{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.lg-mock-form input,.lg-mock-form select,.lg-mock-form textarea{width:100%;border:0;border-radius:5px;background:#fff;color:#111;font-size:12px;padding:11px 12px;font-family:inherit;outline:none;}
.lg-mock-form textarea{grid-column:1/3;min-height:56px;resize:vertical;}
.lg-mock-form .privacy{grid-column:1/2;color:rgba(255,255,255,.70);font-size:10px;line-height:1.25;display:flex;gap:6px;align-items:flex-start;}
.lg-mock-form .privacy a{color:#fff;}
.lg-mock-form-actions{grid-column:2/3;display:grid;gap:8px;}
.lg-mock-form button,.lg-mock-form .wa-submit{border:0;border-radius:9px;min-height:39px;font-size:12px;font-weight:950;font-family:inherit;text-decoration:none;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.lg-mock-form .wa-submit{background:linear-gradient(135deg,#21d772,#0eb75f);color:#fff;}
.lg-mock-form button{background:linear-gradient(135deg,#ffd94f,#f0ac1f);color:#111;}
@media(max-width:1100px){.lg-mock-shell{width:min(100% - 34px,1180px)}.lg-mock-cases{grid-template-columns:1fr}.lg-mock-case{grid-template-columns:84px 1fr 76px}.lg-mock-types{grid-template-columns:repeat(2,1fr)}.lg-mock-steps{grid-template-columns:repeat(2,1fr);gap:12px}.lg-mock-steps:before{display:none}.lg-mock-split,.lg-mock-cta{grid-template-columns:1fr}}
@media(max-width:680px){.lg-mock-hero{padding-top:86px;min-height:560px}.lg-mock-title{font-size:42px}.lg-mock-actions{display:grid}.lg-mock-proof-grid,.lg-mock-types,.lg-mock-steps{grid-template-columns:1fr}.lg-mock-proof-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.lg-mock-case{grid-template-columns:70px 1fr}.lg-mock-percent{grid-column:1/3;border-left:0;border-top:1px solid rgba(255,255,255,.14);padding:12px 0 0}.lg-mock-info{grid-template-columns:1fr}.lg-mock-info-img{min-height:170px}.lg-mock-form{grid-template-columns:1fr}.lg-mock-form textarea,.lg-mock-form .privacy,.lg-mock-form-actions{grid-column:1}.lg-mock-cta{padding:18px}.lg-mock-cta-points{flex-direction:column;gap:8px}.lg-mock-head{display:block}.lg-mock-link{display:inline-block;margin-top:8px}}

/* Correccion v2: menos apelmazado, banner unico y sin repetir bloques ya incluidos en el mockup inicial */
body .lg-method-sticky-section,
body .lg-crm-audit-section,
body .lg-results-section,
body .lg-types-section,
body .lg-appraisal-section,
body .lg-faq-premium-dark,
body .lg-cta-email-full-width{display:none!important;}

.lg-mock-home{background:radial-gradient(circle at 18% -8%,rgba(31,179,131,.13),transparent 34%),#050b0d!important;}
.lg-mock-shell{width:min(1240px,calc(100% - 92px))!important;}
.lg-mock-hero{min-height:clamp(560px,72vh,760px)!important;padding:118px 0 82px!important;display:flex!important;align-items:center!important;}
.lg-mock-hero:before{background:linear-gradient(90deg,rgba(5,11,13,.98) 0%,rgba(5,11,13,.92) 31%,rgba(5,11,13,.54) 60%,rgba(5,11,13,.18) 100%)!important;}
.lg-mock-hero:after{height:190px!important;background:linear-gradient(180deg,transparent 0%,rgba(5,11,13,.74) 68%,#050b0d 100%)!important;}
.lg-mock-hero-inner{max-width:760px!important;}
.lg-mock-title{margin:22px 0 16px!important;font-size:clamp(54px,6.6vw,84px)!important;line-height:.89!important;letter-spacing:-.08em!important;}
.lg-mock-title em{font-size:clamp(32px,3.7vw,48px)!important;line-height:.98!important;margin-top:12px!important;}
.lg-mock-desc{font-size:clamp(16px,1.25vw,19px)!important;line-height:1.48!important;max-width:720px!important;}
.lg-mock-actions{gap:16px!important;margin-top:28px!important;}
.lg-mock-btn{min-height:50px!important;padding:0 26px!important;font-size:14px!important;}
.lg-mock-proof{margin-top:-48px!important;margin-bottom:18px!important;}
.lg-mock-proof-grid{border-radius:20px!important;}
.lg-mock-proof-item{min-height:92px!important;padding:20px 22px!important;}
.lg-mock-section{padding:44px 0 0!important;}
.lg-mock-head{margin-bottom:20px!important;}
.lg-mock-head h2{font-size:clamp(30px,3vw,42px)!important;}
.lg-mock-head p{font-size:15px!important;margin-top:7px!important;}
.lg-mock-cases{gap:22px!important;}
.lg-mock-case{min-height:184px!important;border-radius:18px!important;padding:18px!important;grid-template-columns:92px 1fr 92px!important;gap:15px!important;}
.lg-mock-case img{width:84px!important;height:72px!important;border-radius:12px!important;}
.lg-mock-case h3{font-size:18px!important;}
.lg-mock-types{gap:18px!important;}
.lg-mock-type{min-height:156px!important;border-radius:18px!important;}
.lg-mock-type-content{padding:22px!important;}
.lg-mock-steps{gap:18px!important;}
.lg-mock-step{min-height:104px!important;border-radius:18px!important;padding:20px!important;grid-template-columns:40px 1fr!important;}
.lg-mock-step strong{font-size:15px!important;}
.lg-mock-step span{font-size:12.5px!important;line-height:1.35!important;}
.lg-mock-split{gap:20px!important;}
.lg-mock-info,.lg-mock-faq{border-radius:20px!important;min-height:240px!important;}
.lg-mock-info{grid-template-columns:1fr 285px!important;}
.lg-mock-info-copy,.lg-mock-faq{padding:28px!important;}
.lg-mock-info h2,.lg-mock-faq h2{font-size:clamp(25px,2.4vw,34px)!important;margin-bottom:14px!important;}
.lg-mock-info p{font-size:15px!important;}
.lg-mock-checks{gap:8px!important;}
.lg-mock-checks li{font-size:13.5px!important;}
.lg-mock-faq summary{font-size:14.5px!important;padding:13px 0!important;}
.lg-mock-cta{margin:26px 0 44px!important;border-radius:22px!important;padding:28px 34px!important;gap:30px!important;}
.lg-mock-cta h2{font-size:clamp(30px,3.2vw,44px)!important;}
.lg-mock-form{gap:11px!important;}
.lg-mock-form input,.lg-mock-form select,.lg-mock-form textarea{border-radius:10px!important;font-size:13px!important;padding:13px 14px!important;}
.lg-mock-form textarea{min-height:76px!important;}
.lg-mock-form button,.lg-mock-form .wa-submit{min-height:44px!important;border-radius:12px!important;font-size:13px!important;}

@media(max-width:1180px){
  .lg-mock-shell{width:min(100% - 46px,1240px)!important;}
  .lg-mock-hero{min-height:620px!important;padding-top:108px!important;}
  .lg-mock-title{font-size:clamp(48px,6vw,68px)!important;}
  .lg-mock-title em{font-size:clamp(28px,3.5vw,40px)!important;}
  .lg-mock-cases{grid-template-columns:1fr!important;}
  .lg-mock-case{grid-template-columns:96px 1fr 100px!important;}
  .lg-mock-types{grid-template-columns:repeat(2,1fr)!important;}
}
@media(max-width:760px){
  .lg-mock-shell{width:min(100% - 28px,1240px)!important;}
  .lg-mock-hero{min-height:640px!important;padding:100px 0 70px!important;align-items:flex-start!important;}
  .lg-mock-title{font-size:44px!important;}
  .lg-mock-title em{font-size:29px!important;}
  .lg-mock-actions{display:grid!important;}
  .lg-mock-proof{margin-top:-24px!important;}
  .lg-mock-proof-grid,.lg-mock-types,.lg-mock-steps{grid-template-columns:1fr!important;}
  .lg-mock-case{grid-template-columns:78px 1fr!important;}
  .lg-mock-percent{grid-column:1/3!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.14)!important;padding:14px 0 0!important;}
  .lg-mock-info{grid-template-columns:1fr!important;}
  .lg-mock-info-img{min-height:210px!important;}
  .lg-mock-split,.lg-mock-cta{grid-template-columns:1fr!important;}
  .lg-mock-form{grid-template-columns:1fr!important;}
  .lg-mock-form textarea,.lg-mock-form .privacy,.lg-mock-form-actions{grid-column:1!important;}
}

/* LEGALIA HOME PRO MOCKUP 2026 - aplicado al contenido actual, sin cambiar copy */
html body{background:#f8f5ee!important;color:#15221d!important;}
body .lg-method-sticky-section,
body .lg-crm-audit-section,
body .lg-results-section,
body .lg-types-section,
body .lg-appraisal-section,
body .lg-faq-premium-dark,
body .lg-cta-email-full-width{display:none!important;}
.lg-mock-home{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;background:#f8f5ee!important;color:#15221d!important;overflow:hidden!important;}
.lg-mock-shell{width:min(1190px,calc(100% - 72px))!important;margin:0 auto!important;}
.lg-mock-hero{position:relative!important;isolation:isolate!important;min-height:690px!important;padding:112px 0 92px!important;background:linear-gradient(135deg,#051310 0%,#0a211a 54%,#061713 100%)!important;display:flex!important;align-items:center!important;overflow:hidden!important;}
.lg-mock-hero-bg{position:absolute!important;inset:0!important;background:
  radial-gradient(circle at 18% 18%,rgba(247,220,116,.16) 0%,rgba(247,220,116,0) 26%),
  radial-gradient(circle at 78% 24%,rgba(53,168,132,.34) 0%,rgba(53,168,132,0) 33%),
  radial-gradient(circle at 74% 78%,rgba(11,93,62,.38) 0%,rgba(11,93,62,0) 36%),
  linear-gradient(135deg,#04100d 0%,#082019 42%,#061411 100%)!important;
  overflow:hidden!important;
}
.lg-mock-hero-bg:before{content:""!important;position:absolute!important;inset:-12%!important;background:
  radial-gradient(circle at 24% 30%,rgba(255,255,255,.14) 0%,rgba(255,255,255,0) 16%),
  radial-gradient(circle at 68% 36%,rgba(247,220,116,.16) 0%,rgba(247,220,116,0) 18%),
  radial-gradient(circle at 78% 68%,rgba(44,186,145,.24) 0%,rgba(44,186,145,0) 24%),
  radial-gradient(circle at 38% 76%,rgba(19,121,84,.22) 0%,rgba(19,121,84,0) 22%)!important;
  filter:blur(10px) saturate(118%)!important;opacity:.95!important;animation:lgHeroBlobDrift 18s ease-in-out infinite alternate!important;
}
.lg-mock-hero-bg:after{display:none!important;content:none!important;background:none!important;opacity:0!important;animation:none!important;mask-image:none!important;-webkit-mask-image:none!important;}
.lg-mock-hero:before{content:""!important;position:absolute!important;inset:0!important;z-index:1!important;background:
  radial-gradient(circle at 82% 22%,rgba(247,220,116,.20) 0%,rgba(247,220,116,0) 18%),
  linear-gradient(90deg,rgba(3,17,13,.97) 0%,rgba(3,17,13,.92) 28%,rgba(3,17,13,.70) 50%,rgba(3,17,13,.36) 68%,rgba(3,17,13,.18) 100%),
  linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.20))!important;}
.lg-mock-hero:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:190px!important;background:linear-gradient(180deg,transparent,rgba(248,245,238,.92) 84%,#f8f5ee 100%)!important;z-index:1!important;}
.lg-mock-hero-grid{position:relative!important;z-index:2!important;display:grid!important;grid-template-columns:minmax(0,1fr) 380px!important;gap:58px!important;align-items:center!important;}
.lg-mock-hero-inner{max-width:720px!important;}
.lg-mock-pill{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:9px 15px!important;border-radius:999px!important;background:#f7dc74!important;border:0!important;color:#07130f!important;font-size:12px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.055em!important;box-shadow:0 14px 35px rgba(0,0,0,.16)!important;}
.lg-mock-pill i{width:7px!important;height:7px!important;background:#0f5e3f!important;box-shadow:none!important;}
.lg-mock-title{margin:18px 0 18px!important;font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(52px,6vw,76px)!important;line-height:.89!important;letter-spacing:-.065em!important;font-weight:800!important;color:#fff!important;text-shadow:0 8px 34px rgba(0,0,0,.42)!important;}
.lg-mock-title em{display:block!important;font-family:Georgia,'Times New Roman',serif!important;font-style:normal!important;font-size:clamp(34px,4.1vw,54px)!important;line-height:.96!important;color:#f7dc74!important;letter-spacing:-.055em!important;margin-top:8px!important;}
.lg-mock-desc{font-size:clamp(16px,1.35vw,19px)!important;line-height:1.45!important;color:rgba(255,255,255,.94)!important;max-width:690px!important;font-weight:570!important;}
.lg-mock-actions{display:flex!important;flex-wrap:wrap!important;gap:14px!important;margin-top:28px!important;}
.lg-mock-btn{border-radius:13px!important;min-height:48px!important;padding:0 25px!important;font-size:14px!important;font-weight:950!important;}
.lg-mock-btn.green{background:linear-gradient(135deg,#25d366,#1fb958)!important;color:#ffffff!important;box-shadow:0 16px 34px rgba(37,211,102,.30)!important;border:1px solid rgba(255,255,255,.10)!important;}
.lg-mock-btn.gold{background:linear-gradient(135deg,#f4f1e8,#ddd5c5)!important;color:#07130f!important;box-shadow:0 18px 44px rgba(0,0,0,.18)!important;border:1px solid rgba(255,255,255,.34)!important;}
.lg-mock-btn.dark{background:rgba(0,0,0,.28)!important;color:#fff!important;border-color:rgba(255,255,255,.32)!important;}
.lg-mock-hero-card{background:rgba(255,255,255,.96)!important;color:#12211c!important;border-radius:28px!important;padding:30px!important;box-shadow:0 30px 90px rgba(0,0,0,.34)!important;border:1px solid rgba(255,255,255,.70)!important;}
.lg-mock-hero-card h2{margin:0 0 8px!important;font-family:Georgia,'Times New Roman',serif!important;font-size:23px!important;line-height:1.05!important;letter-spacing:-.04em!important;color:#101b17!important;}
.lg-mock-hero-card h2 span{display:block;color:#446052!important;font-family:Inter,system-ui,sans-serif!important;font-size:13px!important;letter-spacing:0!important;margin-top:7px!important;font-weight:700!important;}
.lg-mock-hero-card p{margin:0 0 18px!important;color:#6b766f!important;font-size:13.5px!important;line-height:1.45!important;}
.lg-mock-card-metrics{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:9px!important;margin:0 0 18px!important;}
.lg-mock-card-metrics div{background:#06110d!important;color:#fff!important;border-radius:12px!important;padding:11px 7px!important;text-align:center!important;box-shadow:0 10px 22px rgba(0,0,0,.18)!important;}
.lg-mock-card-metrics strong{display:block!important;color:#f7dc74!important;font-size:19px!important;line-height:1!important;margin-bottom:5px!important;}
.lg-mock-card-metrics span{display:block!important;color:rgba(255,255,255,.78)!important;font-size:9.5px!important;line-height:1.1!important;font-weight:800!important;}
.lg-mock-hero-form{display:grid!important;gap:11px!important;}
.lg-mock-hero-form input,.lg-mock-hero-form select{height:44px!important;border:0!important;border-bottom:1px solid #d8ddd8!important;border-radius:0!important;background:transparent!important;color:#17241f!important;font-size:13px!important;font-family:inherit!important;outline:none!important;padding:0 2px!important;}
.lg-mock-hero-form .privacy{display:flex!important;gap:8px!important;color:#6b766f!important;font-size:10.5px!important;line-height:1.25!important;margin:2px 0!important;}
.lg-mock-hero-form .privacy a{color:#0b5d3e!important;}
.lg-mock-hero-form button{height:48px!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:12px!important;background:linear-gradient(135deg,#f4f1e8,#ddd5c5)!important;color:#07130f!important;font-size:14px!important;font-weight:950!important;font-family:inherit!important;cursor:pointer!important;box-shadow:0 14px 30px rgba(0,0,0,.10)!important;}
.lg-mock-proof{position:relative!important;z-index:3!important;margin-top:-52px!important;margin-bottom:18px!important;}
.lg-mock-proof-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;border-radius:18px!important;background:#fff!important;border:1px solid #eee3cf!important;box-shadow:0 22px 70px rgba(31,34,27,.12)!important;overflow:hidden!important;}
.lg-mock-proof-item{min-height:88px!important;padding:18px 24px!important;display:grid!important;grid-template-columns:48px 1fr!important;gap:14px!important;align-items:center!important;border-right:1px solid #eee3cf!important;}
.lg-mock-proof-item:last-child{border-right:0!important;}
.lg-mock-icon{width:42px!important;height:42px!important;border-radius:50%!important;background:#06110d!important;color:#f7dc74!important;border:1px solid rgba(245,226,162,.28)!important;font-weight:950!important;}
.lg-mock-proof-item:nth-child(even) .lg-mock-icon{background:#06110d!important;color:#f7dc74!important;}
.lg-mock-proof-item strong{display:block!important;color:#101b17!important;font-size:15px!important;line-height:1.13!important;margin-bottom:4px!important;}
.lg-mock-proof-item span{color:#6e756f!important;font-size:12.5px!important;line-height:1.25!important;font-weight:650!important;}
.lg-mock-section{padding:42px 0 0!important;background:#f8f5ee!important;}
.lg-mock-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:24px!important;margin-bottom:20px!important;text-align:left!important;}
.lg-mock-head h2,.lg-mock-team-title{font-family:Georgia,'Times New Roman',serif!important;color:#10201a!important;font-size:clamp(30px,3vw,42px)!important;line-height:1.02!important;letter-spacing:-.045em!important;margin:0!important;}
.lg-mock-head p{color:#68726c!important;font-size:15px!important;line-height:1.45!important;margin:7px 0 0!important;}
.lg-mock-link{color:#0b5d3e!important;font-weight:950!important;}
.lg-mock-cases{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:18px!important;}
.lg-mock-case{background:#fff!important;color:#10201a!important;border:1px solid #eee3cf!important;border-radius:20px!important;padding:17px!important;box-shadow:0 18px 48px rgba(31,34,27,.09)!important;grid-template-columns:88px 1fr!important;gap:14px!important;min-height:200px!important;position:relative!important;}
.lg-mock-case img{width:82px!important;height:72px!important;border-radius:14px!important;object-fit:cover!important;}
.lg-mock-tag{background:#fff2b5!important;color:#25301f!important;border-radius:999px!important;font-size:9px!important;font-weight:950!important;}
.lg-mock-case h3{color:#10201a!important;font-size:18px!important;}
.lg-mock-case small,.lg-mock-value{color:#6d756f!important;}
.lg-mock-value strong{color:#10201a!important;}
.lg-mock-bar{background:#ece5d8!important;}
.lg-mock-bar span{background:linear-gradient(90deg,#0b5d3e,#22a56e)!important;}
.lg-mock-percent{grid-column:1/3!important;border-left:0!important;border-top:1px solid #eee3cf!important;padding:12px 0 0!important;color:#0b5d3e!important;font-size:23px!important;}
.lg-mock-percent span{color:#6d756f!important;}
.lg-mock-types{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:16px!important;}
.lg-mock-type{min-height:176px!important;border-radius:20px!important;border:1px solid rgba(255,255,255,.28)!important;box-shadow:0 20px 52px rgba(31,34,27,.11)!important;}
.lg-mock-type:before{background:linear-gradient(0deg,rgba(3,17,13,.92),rgba(3,17,13,.34))!important;}
.lg-mock-type .lg-mock-icon{background:#f7dc74!important;color:#06110d!important;border:0!important;}
.lg-mock-steps{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:18px!important;}
.lg-mock-steps:before{display:none!important;}
.lg-mock-step{background:#fff!important;color:#10201a!important;border:1px solid #eee3cf!important;border-radius:20px!important;padding:22px!important;box-shadow:0 18px 48px rgba(31,34,27,.08)!important;display:grid!important;grid-template-columns:42px 1fr!important;gap:14px!important;min-height:122px!important;}
.lg-mock-num{width:34px!important;height:34px!important;background:#06110d!important;color:#f7dc74!important;border-radius:10px!important;display:grid!important;place-items:center!important;font-weight:950!important;}
.lg-mock-step strong{color:#10201a!important;font-size:16px!important;line-height:1.15!important;}
.lg-mock-step span{color:#69736c!important;font-size:13px!important;line-height:1.35!important;}
.lg-mock-split{display:grid!important;grid-template-columns:1.08fr .92fr!important;gap:20px!important;}
.lg-mock-info,.lg-mock-faq{background:#fff!important;color:#10201a!important;border:1px solid #eee3cf!important;border-radius:24px!important;box-shadow:0 18px 48px rgba(31,34,27,.08)!important;overflow:hidden!important;}
.lg-mock-info{display:grid!important;grid-template-columns:1fr 300px!important;}
.lg-mock-info-copy,.lg-mock-faq{padding:30px!important;}
.lg-mock-info h2,.lg-mock-faq h2{font-family:Georgia,'Times New Roman',serif!important;color:#10201a!important;font-size:32px!important;line-height:1.05!important;letter-spacing:-.045em!important;}
.lg-mock-info p,.lg-mock-faq p{color:#68726c!important;}
.lg-mock-checks li{color:#20342b!important;}
.lg-mock-faq details{border-bottom:1px solid #eee3cf!important;}
.lg-mock-faq summary{color:#10201a!important;font-weight:900!important;}
.lg-mock-faq summary:after{content:'+'!important;color:#0b5d3e!important;}
.lg-mock-team-section{text-align:center!important;padding-top:38px!important;}
.lg-mock-team-eyebrow{display:inline-flex!important;margin-bottom:8px!important;color:#c39a2f!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-size:11px!important;font-weight:950!important;}
.lg-mock-team-title{margin-bottom:18px!important;text-align:center!important;}
.lg-mock-team-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important;}
.lg-mock-team-card{display:grid!important;grid-template-columns:78px 1fr!important;gap:16px!important;align-items:center!important;text-align:left!important;background:#fff!important;border:1px solid #eee3cf!important;border-radius:18px!important;padding:16px 18px!important;box-shadow:0 18px 48px rgba(31,34,27,.08)!important;}
.lg-mock-team-card img{width:72px!important;height:72px!important;border-radius:12px!important;object-fit:cover!important;}
.lg-mock-team-card strong{display:block!important;color:#10201a!important;font-size:16px!important;margin-bottom:5px!important;}
.lg-mock-team-card span{display:block!important;color:#68726c!important;font-size:12.5px!important;}
.lg-mock-cta{margin:30px 0 50px!important;background:#06110d!important;border-radius:22px!important;border:1px solid rgba(245,226,162,.22)!important;box-shadow:0 24px 70px rgba(31,34,27,.18)!important;padding:28px 34px!important;display:grid!important;grid-template-columns:.85fr 1.15fr!important;gap:28px!important;color:#fff!important;}
.lg-mock-cta h2{font-family:Georgia,'Times New Roman',serif!important;color:#fff!important;font-size:clamp(30px,3vw,44px)!important;line-height:1.02!important;letter-spacing:-.05em!important;margin:0!important;}
.lg-mock-cta h2 span{display:block!important;color:#f7dc74!important;}
.lg-mock-cta-points{display:flex!important;gap:18px!important;margin-top:16px!important;color:rgba(255,255,255,.80)!important;font-size:12px!important;font-weight:850!important;}
.lg-mock-form{display:grid!important;grid-template-columns:1fr 1fr!important;gap:11px!important;}
.lg-mock-form input,.lg-mock-form select,.lg-mock-form textarea{border:0!important;border-radius:11px!important;background:#fff!important;color:#10201a!important;font-size:13px!important;padding:13px 14px!important;font-family:inherit!important;}
.lg-mock-form textarea{grid-column:1/3!important;min-height:76px!important;}
.lg-mock-form .privacy{grid-column:1/2!important;color:rgba(255,255,255,.72)!important;font-size:10.5px!important;line-height:1.3!important;}
.lg-mock-form .privacy a{color:#f7dc74!important;}
.lg-mock-form-actions{grid-column:2/3!important;display:grid!important;gap:8px!important;}
.lg-mock-form button,.lg-mock-form .wa-submit{border:0!important;border-radius:12px!important;min-height:44px!important;font-size:13px!important;font-weight:950!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.lg-mock-form .wa-submit{background:rgba(255,255,255,.12)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;}
.lg-mock-form button{background:linear-gradient(135deg,#f4f1e8,#ddd5c5)!important;color:#06110d!important;box-shadow:0 14px 30px rgba(0,0,0,.12)!important;border:1px solid rgba(255,255,255,.18)!important;}
@media(max-width:1120px){.lg-mock-hero-grid,.lg-mock-split,.lg-mock-cta{grid-template-columns:1fr!important}.lg-mock-hero-card{max-width:520px!important}.lg-mock-cases{grid-template-columns:1fr!important}.lg-mock-types,.lg-mock-steps,.lg-mock-proof-grid{grid-template-columns:repeat(2,1fr)!important}.lg-mock-team-grid{grid-template-columns:1fr!important}.lg-mock-info{grid-template-columns:1fr!important}.lg-mock-info-img{min-height:240px!important}}
@media(max-width:720px){.lg-mock-shell{width:min(100% - 28px,1190px)!important}.lg-mock-hero{min-height:auto!important;padding:92px 0 78px!important}.lg-mock-hero-grid,.lg-mock-proof-grid,.lg-mock-types,.lg-mock-steps{grid-template-columns:1fr!important}.lg-mock-title{font-size:43px!important}.lg-mock-title em{font-size:28px!important}.lg-mock-actions{display:grid!important}.lg-mock-card-metrics{grid-template-columns:1fr!important}.lg-mock-proof{margin-top:-32px!important}.lg-mock-proof-item{border-right:0!important;border-bottom:1px solid #eee3cf!important}.lg-mock-head{display:block!important}.lg-mock-case{grid-template-columns:78px 1fr!important}.lg-mock-form{grid-template-columns:1fr!important}.lg-mock-form textarea,.lg-mock-form .privacy,.lg-mock-form-actions{grid-column:1!important}.lg-mock-cta{padding:22px!important}.lg-mock-cta-points{display:grid!important;gap:8px!important}}


@keyframes lgHeroBlobDrift{
  0%{transform:translate3d(0,0,0) scale(1) rotate(0deg);}
  50%{transform:translate3d(2%, -2%, 0) scale(1.08) rotate(7deg);}
  100%{transform:translate3d(-2%, 2%, 0) scale(.96) rotate(-6deg);}
}
@keyframes lgHeroGridDrift{
  0%{transform:translate3d(0,0,0) scale(1);opacity:.30;}
  50%{transform:translate3d(-16px,10px,0) scale(1.025);opacity:.44;}
  100%{transform:translate3d(-32px,20px,0) scale(1.05);opacity:.30;}
}
@media (prefers-reduced-motion:reduce){
  .lg-mock-hero-bg:before,
  .lg-mock-hero-bg:after{animation:none!important;}
}


.lg-mock-btn.green:hover{transform:translateY(-1px)!important;box-shadow:0 20px 40px rgba(37,211,102,.36)!important;}


/* FIX FINAL 2026-06-05: hero tipografia limpia + banner mas claro */
.lg-mock-hero{
  background:linear-gradient(135deg,#0d2a22 0%,#164536 48%,#0f3028 100%)!important;
}
.lg-mock-hero-bg{
  background:
    radial-gradient(circle at 16% 18%,rgba(247,220,116,.26) 0%,rgba(247,220,116,0) 30%),
    radial-gradient(circle at 78% 24%,rgba(72,202,156,.44) 0%,rgba(72,202,156,0) 34%),
    radial-gradient(circle at 76% 78%,rgba(36,132,95,.42) 0%,rgba(36,132,95,0) 38%),
    linear-gradient(135deg,#0b241d 0%,#164637 46%,#103128 100%)!important;
}
.lg-mock-hero-bg:before{
  opacity:.72!important;
  filter:blur(14px) saturate(116%) brightness(1.12)!important;
}
.lg-mock-hero-bg:after{
  opacity:.30!important;
}
.lg-mock-hero:before{
  background:
    radial-gradient(circle at 82% 22%,rgba(247,220,116,.16) 0%,rgba(247,220,116,0) 18%),
    linear-gradient(90deg,rgba(7,34,27,.88) 0%,rgba(7,34,27,.78) 30%,rgba(7,34,27,.50) 52%,rgba(7,34,27,.24) 72%,rgba(7,34,27,.10) 100%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(0,0,0,.08))!important;
}
.lg-mock-title{
  font-family:'Inter','Manrope',Arial,Helvetica,sans-serif!important;
  margin:18px 0 18px!important;
  font-size:clamp(48px,5.25vw,70px)!important;
  line-height:.95!important;
  letter-spacing:-.055em!important;
  font-weight:900!important;
  max-width:760px!important;
  color:#fff!important;
  text-shadow:0 8px 28px rgba(0,0,0,.30)!important;
}
.lg-mock-title em{
  display:block!important;
  font-family:'Inter','Manrope',Arial,Helvetica,sans-serif!important;
  font-style:normal!important;
  font-size:clamp(30px,3.25vw,43px)!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  max-width:680px!important;
  margin-top:9px!important;
  color:#f7dc74!important;
  text-shadow:0 4px 18px rgba(0,0,0,.22)!important;
}
.lg-mock-hero-card h2,
.lg-mock-head h2,
.lg-mock-team-title,
.lg-mock-info h2,
.lg-mock-faq h2,
.lg-mock-cta h2{
  font-family:'Inter','Manrope',Arial,Helvetica,sans-serif!important;
  letter-spacing:-.04em!important;
}
@media(max-width:720px){
  .lg-mock-title{font-size:42px!important;line-height:.96!important;max-width:100%!important;}
  .lg-mock-title em{font-size:27px!important;max-width:100%!important;}
}


/* Final cleanup: hero bottom like reference, without washed-out fade */
.lg-mock-home{
  background:#f6f4ee!important;
}
.lg-mock-hero{
  background:linear-gradient(90deg,#041411 0%,#08211c 56%,#0d3329 100%)!important;
  padding-bottom:94px!important;
}
.lg-mock-hero-bg{
  background:
    radial-gradient(circle at 78% 20%,rgba(193,214,107,.18) 0%,rgba(193,214,107,0) 22%),
    radial-gradient(circle at 83% 78%,rgba(42,181,138,.18) 0%,rgba(42,181,138,0) 28%),
    linear-gradient(90deg,#03110f 0%,#08211c 54%,#0b2d24 100%)!important;
}
.lg-mock-hero-bg:before{
  opacity:.40!important;
  filter:blur(16px) saturate(112%) brightness(1.04)!important;
}
.lg-mock-hero-bg:after{
  opacity:.14!important;
}
.lg-mock-hero:before{
  background:
    linear-gradient(90deg,rgba(3,17,13,.94) 0%,rgba(3,17,13,.88) 34%,rgba(3,17,13,.58) 56%,rgba(3,17,13,.22) 76%,rgba(3,17,13,.08) 100%),
    linear-gradient(180deg,rgba(255,255,255,.03),rgba(0,0,0,.06))!important;
}
.lg-mock-hero:after{
  display:none!important;
}
.lg-mock-proof{
  z-index:4!important;
  margin-top:-34px!important;
  margin-bottom:26px!important;
}
.lg-mock-proof-grid{
  border-radius:24px!important;
  border:1px solid rgba(229,223,208,.92)!important;
  box-shadow:0 18px 52px rgba(22,31,27,.10)!important;
}
.lg-mock-section{
  padding-top:26px!important;
}
@media(max-width:720px){
  .lg-mock-hero{padding-bottom:72px!important;}
  .lg-mock-proof{margin-top:-22px!important;}
}


/* Final polish: lighter and more dynamic hero background */
.lg-mock-hero{
  background:linear-gradient(115deg,#103229 0%,#1a4d3e 46%,#215746 100%)!important;
  padding-bottom:96px!important;
}
.lg-mock-hero-bg{
  background:
    radial-gradient(circle at 18% 16%,rgba(255,236,160,.26) 0%,rgba(255,236,160,0) 24%),
    radial-gradient(circle at 72% 18%,rgba(126,232,193,.28) 0%,rgba(126,232,193,0) 26%),
    radial-gradient(circle at 82% 76%,rgba(78,198,162,.30) 0%,rgba(78,198,162,0) 32%),
    linear-gradient(115deg,#12352b 0%,#1d5847 52%,#245f4c 100%)!important;
}
.lg-mock-hero-bg:before{
  inset:-10%!important;
  background:
    radial-gradient(circle at 18% 28%,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 14%),
    radial-gradient(circle at 34% 76%,rgba(255,230,140,.18) 0%,rgba(255,230,140,0) 18%),
    radial-gradient(circle at 70% 34%,rgba(112,242,200,.22) 0%,rgba(112,242,200,0) 19%),
    radial-gradient(circle at 82% 68%,rgba(52,180,144,.20) 0%,rgba(52,180,144,0) 20%)!important;
  opacity:.82!important;
  filter:blur(18px) saturate(118%) brightness(1.08)!important;
  animation:lgHeroBlobDrift 16s ease-in-out infinite alternate!important;
}
.lg-mock-hero-bg:after{
  background:
    linear-gradient(120deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,0) 24%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0 1px,transparent 1px 92px),
    repeating-linear-gradient(0deg,rgba(255,255,255,.05) 0 1px,transparent 1px 92px)!important;
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 16%,rgba(0,0,0,.75) 58%,transparent 100%)!important;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 16%,rgba(0,0,0,.75) 58%,transparent 100%)!important;
  opacity:.24!important;
  animation:lgHeroGridDrift 22s linear infinite!important;
}
.lg-mock-hero:before{
  background:
    radial-gradient(circle at 78% 20%,rgba(255,236,160,.14) 0%,rgba(255,236,160,0) 16%),
    linear-gradient(90deg,rgba(8,34,27,.82) 0%,rgba(8,34,27,.72) 30%,rgba(8,34,27,.40) 56%,rgba(8,34,27,.14) 74%,rgba(8,34,27,.04) 100%),
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(0,0,0,.04))!important;
}
.lg-mock-hero:after{
  display:none!important;
}
.lg-mock-proof{
  margin-top:-30px!important;
}
@media(max-width:720px){
  .lg-mock-hero{padding-bottom:74px!important;}
  .lg-mock-proof{margin-top:-18px!important;}
}


/* VERIFIED FIX: visible volume layer above the dark overlay */
.lg-mock-hero{
  background:linear-gradient(115deg,#12392f 0%,#1e5a49 48%,#286b56 100%)!important;
  padding-bottom:96px!important;
}
.lg-mock-hero-bg{
  background:
    radial-gradient(ellipse 520px 340px at 78% 22%,rgba(255,241,166,.28) 0%,rgba(255,241,166,.13) 24%,rgba(255,241,166,0) 62%),
    radial-gradient(ellipse 620px 420px at 86% 64%,rgba(52,188,148,.34) 0%,rgba(52,188,148,.15) 34%,rgba(52,188,148,0) 70%),
    linear-gradient(115deg,#12392f 0%,#1e5a49 48%,#286b56 100%)!important;
}
.lg-mock-hero-bg:before{
  opacity:.72!important;
  filter:blur(24px) saturate(118%) brightness(1.08)!important;
}
.lg-mock-hero-bg:after{
  opacity:.18!important;
}
.lg-mock-hero:before{
  background:
    linear-gradient(90deg,rgba(7,31,26,.78) 0%,rgba(7,31,26,.64) 30%,rgba(7,31,26,.30) 56%,rgba(7,31,26,.08) 78%,rgba(7,31,26,.02) 100%),
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(0,0,0,.03))!important;
}
.lg-mock-hero:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:-8% -6% -4% -6%!important;
  z-index:1!important;
  pointer-events:none!important;
  background:
    radial-gradient(ellipse 360px 230px at 66% 26%,rgba(255,255,255,.22) 0%,rgba(255,255,255,.11) 24%,rgba(255,255,255,0) 62%),
    radial-gradient(ellipse 430px 280px at 80% 42%,rgba(174,255,225,.24) 0%,rgba(174,255,225,.12) 32%,rgba(174,255,225,0) 70%),
    radial-gradient(ellipse 430px 310px at 88% 70%,rgba(12,82,64,.34) 0%,rgba(12,82,64,.16) 34%,rgba(12,82,64,0) 72%),
    radial-gradient(ellipse 300px 220px at 42% 80%,rgba(255,225,125,.13) 0%,rgba(255,225,125,0) 68%),
    linear-gradient(118deg,transparent 0%,rgba(255,255,255,.08) 58%,transparent 76%)!important;
  filter:blur(8px) saturate(118%)!important;
  opacity:.92!important;
  mix-blend-mode:screen!important;
  animation:lgHeroBlobDrift 17s ease-in-out infinite alternate!important;
}
.lg-mock-hero-grid{
  position:relative!important;
  z-index:2!important;
}
.lg-mock-proof{
  margin-top:-30px!important;
}
@media(max-width:720px){
  .lg-mock-hero{padding-bottom:74px!important;}
  .lg-mock-hero:after{opacity:.55!important;filter:blur(12px) saturate(112%)!important;}
  .lg-mock-proof{margin-top:-18px!important;}
}


/* FINAL: hero background image + readable light theme */
.lg-mock-home{
  background:#f8f5ee!important;
  color:#12211c!important;
}
.lg-mock-hero{
  background:#f5f1e8!important;
  min-height:690px!important;
  padding:112px 0 94px!important;
  overflow:hidden!important;
}
.lg-mock-hero-bg{
  background:url('/assets/img/hero-bg-expropiaciones-minimal.webp') center center/cover no-repeat!important;
  filter:none!important;
  opacity:1!important;
  transform:none!important;
}
.lg-mock-hero-bg:before,
.lg-mock-hero-bg:after{
  display:none!important;
  content:none!important;
  animation:none!important;
}
.lg-mock-hero:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(90deg,rgba(248,245,238,.96) 0%,rgba(248,245,238,.90) 38%,rgba(248,245,238,.58) 62%,rgba(248,245,238,.25) 100%),
    linear-gradient(180deg,rgba(255,255,255,.18),rgba(248,245,238,.08))!important;
}
.lg-mock-hero:after{
  display:none!important;
}
.lg-mock-pill{
  background:rgba(255,255,255,.70)!important;
  border:1px solid rgba(16,32,26,.12)!important;
  color:#56615b!important;
  box-shadow:0 12px 34px rgba(16,32,26,.06)!important;
}
.lg-mock-pill i{
  background:#6aa77e!important;
  box-shadow:none!important;
}
.lg-mock-title{
  font-family:'Inter','Manrope',Arial,Helvetica,sans-serif!important;
  color:#0d1c2f!important;
  text-shadow:none!important;
  font-size:clamp(50px,5.65vw,74px)!important;
  line-height:.94!important;
  letter-spacing:-.065em!important;
  font-weight:900!important;
  max-width:790px!important;
}
.lg-mock-title em{
  font-family:'Inter','Manrope',Arial,Helvetica,sans-serif!important;
  color:#145531!important;
  text-shadow:none!important;
  font-size:clamp(31px,3.45vw,46px)!important;
  line-height:1!important;
  letter-spacing:-.05em!important;
  font-weight:900!important;
  font-style:normal!important;
  max-width:690px!important;
}
.lg-mock-desc{
  color:#2f3d39!important;
  text-shadow:none!important;
  font-weight:560!important;
  max-width:705px!important;
}
.lg-mock-btn.dark{
  background:rgba(13,28,47,.72)!important;
  color:#fff!important;
  border-color:rgba(13,28,47,.18)!important;
}
.lg-mock-btn.gold{
  background:rgba(255,255,255,.78)!important;
  color:#10201a!important;
  border:1px solid rgba(16,32,26,.16)!important;
  box-shadow:0 16px 36px rgba(16,32,26,.08)!important;
}
.lg-mock-hero-card{
  background:rgba(255,255,255,.90)!important;
  border:1px solid rgba(255,255,255,.70)!important;
  box-shadow:0 28px 80px rgba(24,34,29,.14)!important;
}
.lg-mock-proof{
  margin-top:-36px!important;
}
@media(max-width:720px){
  .lg-mock-hero{
    padding:92px 0 76px!important;
  }
  .lg-mock-title{
    font-size:42px!important;
    max-width:100%!important;
  }
  .lg-mock-title em{
    font-size:27px!important;
    max-width:100%!important;
  }
}


/* FINAL FIX 2: cleaner elegant hero using the image only as subtle right-side support */
.lg-mock-home{
  background:#f7f5ef!important;
  color:#14201b!important;
}
.lg-mock-hero{
  background:
    radial-gradient(circle at 78% 72%, rgba(203,198,172,.14) 0%, rgba(203,198,172,0) 28%),
    linear-gradient(180deg,#faf8f3 0%,#f7f5ef 100%)!important;
  min-height:690px!important;
}
.lg-mock-hero-bg{
  background:
    linear-gradient(90deg, rgba(247,245,239,0) 46%, rgba(247,245,239,.12) 54%, rgba(247,245,239,.36) 100%),
    url('/assets/img/hero-bg-expropiaciones-minimal.webp') right center/62% auto no-repeat!important;
  opacity:.60!important;
  filter:saturate(.88) contrast(.97)!important;
}
.lg-mock-hero:before{
  background:
    linear-gradient(90deg,rgba(247,245,239,.96) 0%,rgba(247,245,239,.93) 38%,rgba(247,245,239,.78) 58%,rgba(247,245,239,.42) 74%,rgba(247,245,239,.18) 100%),
    radial-gradient(circle at 82% 68%, rgba(187,179,143,.10) 0%, rgba(187,179,143,0) 24%)!important;
}
.lg-mock-pill{
  background:rgba(255,255,255,.92)!important;
  color:#4f5a56!important;
  border:1px solid rgba(20,32,27,.08)!important;
  box-shadow:0 12px 26px rgba(20,32,27,.04)!important;
}
.lg-mock-title{
  color:#0f1d30!important;
  font-family:'Inter','Manrope',Arial,Helvetica,sans-serif!important;
  font-size:clamp(52px,5.9vw,78px)!important;
  line-height:.92!important;
  letter-spacing:-.07em!important;
  max-width:760px!important;
}
.lg-mock-title em{
  color:#175a34!important;
  font-family:'Inter','Manrope',Arial,Helvetica,sans-serif!important;
  font-size:clamp(30px,3.35vw,44px)!important;
  letter-spacing:-.05em!important;
  max-width:690px!important;
}
.lg-mock-desc{
  color:#33403b!important;
  max-width:700px!important;
}
.lg-mock-mini{
  color:#26322d!important;
}
.lg-mock-mini span{
  color:#5b6762!important;
}
.lg-mock-btn.green{
  background:linear-gradient(135deg,#25d366,#18b85a)!important;
  box-shadow:0 14px 28px rgba(37,211,102,.20)!important;
}
.lg-mock-btn.gold{
  background:#ffffff!important;
  color:#16211c!important;
  border:1px solid rgba(22,33,28,.12)!important;
  box-shadow:0 12px 26px rgba(22,33,28,.06)!important;
}
.lg-mock-btn.dark{
  background:#4f5b6c!important;
  color:#fff!important;
  border:1px solid rgba(79,91,108,.12)!important;
  box-shadow:0 12px 26px rgba(38,47,60,.10)!important;
}
.lg-mock-hero-card{
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(18,32,27,.08)!important;
  box-shadow:0 24px 60px rgba(22,29,24,.10)!important;
}
.lg-mock-hero-card h2{
  color:#122132!important;
}
.lg-mock-hero-card h2 span,
.lg-mock-hero-card .accent{
  color:#1b5e38!important;
}
.lg-mock-hero-form input,
.lg-mock-hero-form select{
  background:transparent!important;
  border-bottom-color:rgba(22,33,28,.18)!important;
  color:#15211c!important;
}
.lg-mock-hero-form button{
  background:linear-gradient(135deg,#0d4b31,#093823)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 14px 28px rgba(9,56,35,.14)!important;
}
.lg-mock-proof{
  margin-top:-24px!important;
}
@media (max-width: 1100px){
  .lg-mock-hero-bg{
    background:
      linear-gradient(180deg, rgba(247,245,239,0) 0%, rgba(247,245,239,.24) 100%),
      url('/assets/img/hero-bg-expropiaciones-minimal.webp') center right/76% auto no-repeat!important;
    opacity:.45!important;
  }
}
@media (max-width: 720px){
  .lg-mock-hero-bg{
    background:url('/assets/img/hero-bg-expropiaciones-minimal.webp') center top/120% auto no-repeat!important;
    opacity:.18!important;
  }
  .lg-mock-title{font-size:42px!important;}
  .lg-mock-title em{font-size:27px!important;}
  .lg-mock-proof{margin-top:-14px!important;}
}


/* FINAL HERO STYLE: Web50-inspired hero adapted to Legalia */
.lg-mock-home{
  background:#f5f4ef!important;
  color:#16211c!important;
}
.lg-mock-hero{
  position:relative!important;
  min-height:700px!important;
  padding:118px 0 98px!important;
  overflow:hidden!important;
  background:linear-gradient(115deg,#041117 0%,#081923 45%,#0b2230 100%)!important;
}
.lg-mock-hero-bg{
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(115deg,#041117 0%,#081923 45%,#0b2230 100%)!important;
  opacity:1!important;
  filter:none!important;
  transform:none!important;
}
.lg-mock-hero-bg:before{
  content:""!important;
  position:absolute!important;
  inset:-6%!important;
  background:
    radial-gradient(circle at 78% 24%, rgba(45,199,138,.16) 0%, rgba(45,199,138,.09) 14%, rgba(45,199,138,0) 34%),
    radial-gradient(circle at 82% 60%, rgba(28,100,174,.18) 0%, rgba(28,100,174,.08) 18%, rgba(28,100,174,0) 40%),
    radial-gradient(circle at 62% 84%, rgba(253,214,106,.10) 0%, rgba(253,214,106,.04) 12%, rgba(253,214,106,0) 30%)!important;
  filter:blur(16px)!important;
  opacity:1!important;
  animation:none!important;
}
.lg-mock-hero-bg:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 74px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0 1px, transparent 1px 74px)!important;
  opacity:.12!important;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.80) 0%, rgba(0,0,0,.60) 72%, rgba(0,0,0,.12) 100%)!important;
  -webkit-mask-image:linear-gradient(180deg, rgba(0,0,0,.80) 0%, rgba(0,0,0,.60) 72%, rgba(0,0,0,.12) 100%)!important;
}
.lg-mock-hero:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(90deg, rgba(4,17,23,.96) 0%, rgba(4,17,23,.92) 30%, rgba(4,17,23,.72) 52%, rgba(4,17,23,.36) 72%, rgba(4,17,23,.10) 100%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0))!important;
}
.lg-mock-hero:after{display:none!important;}
.lg-mock-shell{
  width:min(1240px,calc(100% - 82px))!important;
}
.lg-mock-hero-grid{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 406px!important;
  gap:60px!important;
  align-items:center!important;
}
.lg-mock-hero-inner{max-width:720px!important;}
.lg-mock-pill{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:40px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.05)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:rgba(255,255,255,.88)!important;
  backdrop-filter:blur(10px)!important;
  box-shadow:none!important;
}
.lg-mock-pill i{
  width:10px!important;height:10px!important;border-radius:50%!important;background:#39cf84!important;box-shadow:0 0 0 5px rgba(57,207,132,.12)!important;
}
.lg-mock-title{
  margin:22px 0 16px!important;
  font-family:'Inter','Manrope',Arial,Helvetica,sans-serif!important;
  font-size:clamp(56px,6vw,80px)!important;
  line-height:.92!important;
  letter-spacing:-.075em!important;
  font-weight:900!important;
  color:#ffffff!important;
  text-shadow:none!important;
  max-width:760px!important;
}
.lg-mock-title em{
  display:block!important;
  margin-top:12px!important;
  font-family:'Inter','Manrope',Arial,Helvetica,sans-serif!important;
  font-size:clamp(33px,3.45vw,46px)!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
  font-weight:900!important;
  font-style:normal!important;
  color:#3bd37c!important;
  text-shadow:none!important;
  max-width:680px!important;
}
.lg-mock-desc{
  margin:0!important;
  max-width:700px!important;
  font-size:clamp(17px,1.25vw,20px)!important;
  line-height:1.48!important;
  color:rgba(255,255,255,.84)!important;
  text-shadow:none!important;
}
.lg-mock-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:14px!important;
  margin-top:28px!important;
}
.lg-mock-btn{
  min-height:56px!important;
  padding:0 28px!important;
  border-radius:16px!important;
  font-size:14px!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}
.lg-mock-btn.green{
  background:linear-gradient(135deg,#2ad56d,#1fba5b)!important;
  color:#ffffff!important;
  border:0!important;
  box-shadow:0 16px 40px rgba(37,211,102,.18)!important;
}
.lg-mock-btn.gold{
  background:rgba(255,255,255,.08)!important;
  color:#ffffff!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(8px)!important;
}
.lg-mock-btn.dark{
  background:rgba(255,255,255,.04)!important;
  color:#ffffff!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.16)!important;
}
.lg-mock-btn.green:hover,.lg-mock-btn.gold:hover,.lg-mock-btn.dark:hover{
  transform:translateY(-1px)!important;
}
.lg-mock-hero-card{
  position:relative!important;
  z-index:2!important;
  background:#ffffff!important;
  color:#13221c!important;
  border-radius:30px!important;
  padding:34px 34px 32px!important;
  border:1px solid rgba(255,255,255,.86)!important;
  box-shadow:0 28px 70px rgba(0,0,0,.26)!important;
}
.lg-mock-hero-card h2{
  margin:0 0 10px!important;
  font-family:'Inter','Manrope',Arial,Helvetica,sans-serif!important;
  font-size:23px!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
  font-weight:900!important;
  color:#10211b!important;
}
.lg-mock-hero-card h2 span{
  display:block!important;
  margin-top:8px!important;
  color:#365247!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:800!important;
}
.lg-mock-hero-card p{
  margin:0 0 18px!important;
  color:#627069!important;
  font-size:14px!important;
  line-height:1.45!important;
}
.lg-mock-card-metrics{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:10px!important;
  margin-bottom:18px!important;
}
.lg-mock-card-metrics > div{
  min-height:72px!important;
  border-radius:14px!important;
  background:#051610!important;
  color:#fff!important;
  padding:12px 10px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
  box-shadow:0 10px 24px rgba(4,17,23,.10)!important;
}
.lg-mock-card-metrics strong{display:block!important;color:#f3d56d!important;font-size:21px!important;line-height:1!important;font-weight:900!important;margin-bottom:5px!important;}
.lg-mock-card-metrics span{display:block!important;color:rgba(255,255,255,.88)!important;font-size:11px!important;line-height:1.15!important;font-weight:700!important;}
.lg-mock-hero-form{display:grid!important;gap:12px!important;}
.lg-mock-hero-form input,.lg-mock-hero-form select{
  height:48px!important;
  border:0!important;
  border-bottom:1px solid rgba(16,33,27,.14)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#15211c!important;
  font-size:14px!important;
  padding:0 2px!important;
}
.lg-mock-hero-form .privacy{
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  color:#66736e!important;
  font-size:11px!important;
  line-height:1.35!important;
  margin:4px 0 0!important;
}
.lg-mock-hero-form .privacy a{color:#0e5a36!important;}
.lg-mock-hero-form button{
  height:52px!important;
  border:0!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#0d4f32,#083320)!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:900!important;
  box-shadow:0 16px 34px rgba(8,51,32,.16)!important;
}
.lg-mock-proof{
  position:relative!important;
  z-index:3!important;
  margin-top:-34px!important;
  margin-bottom:22px!important;
}
.lg-mock-proof-grid{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  border-radius:26px!important;
  background:#ffffff!important;
  border:1px solid rgba(17,31,27,.08)!important;
  box-shadow:0 18px 52px rgba(20,28,24,.10)!important;
  overflow:hidden!important;
}
.lg-mock-proof-item{padding:22px 26px!important;border-right:1px solid #ece9df!important;}
.lg-mock-proof-item:last-child{border-right:0!important;}
.lg-mock-proof-item strong{color:#101e19!important;font-size:15px!important;}
.lg-mock-proof-item span{color:#69746f!important;font-size:12px!important;}
.lg-mock-icon{
  background:#041610!important;
  color:#f4d86f!important;
  border:0!important;
  box-shadow:0 6px 18px rgba(4,22,16,.08)!important;
}

@media (max-width: 1120px){
  .lg-mock-hero-grid,.lg-mock-proof-grid{grid-template-columns:1fr!important;}
  .lg-mock-hero-card{max-width:560px!important;}
  .lg-mock-proof-item{border-right:0!important;border-bottom:1px solid #ece9df!important;}
  .lg-mock-proof-item:last-child{border-bottom:0!important;}
}
@media (max-width: 720px){
  .lg-mock-shell{width:min(100% - 28px,1240px)!important;}
  .lg-mock-hero{padding:92px 0 74px!important;min-height:auto!important;}
  .lg-mock-hero-grid{gap:28px!important;}
  .lg-mock-pill{padding:0 14px!important;font-size:12px!important;}
  .lg-mock-title{font-size:44px!important;line-height:.94!important;}
  .lg-mock-title em{font-size:23px!important;}
  .lg-mock-actions{display:grid!important;}
  .lg-mock-btn{width:100%!important;}
  .lg-mock-card-metrics{grid-template-columns:1fr!important;}
  .lg-mock-proof{margin-top:-16px!important;}
}


/* FINAL TUNE: more serious / premium legal hero */
.lg-mock-hero{
  background:linear-gradient(115deg,#071117 0%,#0b1820 46%,#0e1e27 100%)!important;
}
.lg-mock-hero-bg{
  background:linear-gradient(115deg,#071117 0%,#0b1820 46%,#0e1e27 100%)!important;
}
.lg-mock-hero-bg:before{
  background:
    radial-gradient(circle at 78% 22%, rgba(166,139,78,.14) 0%, rgba(166,139,78,.06) 14%, rgba(166,139,78,0) 34%),
    radial-gradient(circle at 82% 58%, rgba(21,74,108,.12) 0%, rgba(21,74,108,.05) 18%, rgba(21,74,108,0) 40%)!important;
  filter:blur(18px)!important;
  opacity:.85!important;
}
.lg-mock-hero-bg:after{
  opacity:.08!important;
}
.lg-mock-hero:before{
  background:
    linear-gradient(90deg, rgba(7,17,23,.97) 0%, rgba(7,17,23,.94) 30%, rgba(7,17,23,.78) 52%, rgba(7,17,23,.42) 72%, rgba(7,17,23,.14) 100%),
    linear-gradient(180deg, rgba(255,255,255,.01), rgba(255,255,255,0))!important;
}
.lg-mock-pill{
  background:rgba(255,255,255,.04)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:rgba(255,255,255,.84)!important;
}
.lg-mock-pill i{
  background:#b39247!important;
  box-shadow:0 0 0 5px rgba(179,146,71,.10)!important;
}
.lg-mock-title{
  color:#f7f6f2!important;
  font-size:clamp(54px,5.8vw,76px)!important;
  max-width:740px!important;
}
.lg-mock-title em{
  color:#d6c08a!important;
  font-size:clamp(31px,3.15vw,42px)!important;
}
.lg-mock-desc{
  color:rgba(255,255,255,.78)!important;
  max-width:690px!important;
}
.lg-mock-btn.green{
  background:linear-gradient(135deg,#25d366,#1fb95a)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(37,211,102,.14)!important;
}
.lg-mock-btn.gold{
  background:rgba(255,255,255,.05)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  color:#f2f1ec!important;
  box-shadow:0 10px 24px rgba(0,0,0,.12)!important;
}
.lg-mock-btn.dark{
  background:rgba(255,255,255,.03)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:#f2f1ec!important;
}
.lg-mock-hero-card{
  border-radius:28px!important;
  box-shadow:0 24px 58px rgba(0,0,0,.22)!important;
}
.lg-mock-card-metrics > div{
  background:#0a1713!important;
}
.lg-mock-card-metrics strong{
  color:#d7bf86!important;
}
.lg-mock-hero-form button{
  background:linear-gradient(135deg,#103a2b,#0b2a1f)!important;
  box-shadow:0 14px 28px rgba(0,0,0,.12)!important;
}
.lg-mock-proof-grid{
  border-radius:24px!important;
  box-shadow:0 16px 40px rgba(17,25,22,.08)!important;
}
.lg-mock-icon{
  color:#d5bd82!important;
}
@media (max-width: 720px){
  .lg-mock-title{font-size:42px!important;}
  .lg-mock-title em{font-size:27px!important;}
}


/* FINAL FIX: remove blue tone and correct header palette */
.lg-mock-hero{
  background:linear-gradient(115deg,#07110d 0%,#0b1713 42%,#10211a 100%)!important;
}
.lg-mock-hero-bg{
  background:linear-gradient(115deg,#07110d 0%,#0b1713 42%,#10211a 100%)!important;
}
.lg-mock-hero-bg:before{
  background:
    radial-gradient(circle at 76% 20%, rgba(181,151,84,.16) 0%, rgba(181,151,84,.07) 14%, rgba(181,151,84,0) 34%),
    radial-gradient(circle at 84% 58%, rgba(25,92,62,.18) 0%, rgba(25,92,62,.08) 18%, rgba(25,92,62,0) 40%),
    radial-gradient(circle at 66% 82%, rgba(17,58,42,.18) 0%, rgba(17,58,42,.06) 16%, rgba(17,58,42,0) 34%)!important;
  filter:blur(18px)!important;
  opacity:.92!important;
}
.lg-mock-hero-bg:after{
  opacity:.07!important;
}
.lg-mock-hero:before{
  background:
    linear-gradient(90deg, rgba(7,17,13,.97) 0%, rgba(7,17,13,.94) 32%, rgba(7,17,13,.79) 54%, rgba(7,17,13,.44) 72%, rgba(7,17,13,.14) 100%),
    linear-gradient(180deg, rgba(255,255,255,.01), rgba(255,255,255,0))!important;
}

.lg-mock-pill{
  background:rgba(255,255,255,.05)!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
.lg-mock-pill i{
  background:#b59754!important;
  box-shadow:0 0 0 5px rgba(181,151,84,.10)!important;
}
.lg-mock-title em{
  color:#d7c18c!important;
}
.lg-mock-btn.gold,
.lg-mock-btn.dark{
  background:rgba(255,255,255,.04)!important;
}


/* FINAL MOBILE FIXES */
@media (max-width: 980px){}

@media (max-width: 720px){
  .lg-mock-shell{
    width:min(100% - 20px, 1180px)!important;
  }
  .lg-mock-hero{
    min-height:auto!important;
    padding:88px 0 34px!important;
  }
  .lg-mock-hero-grid{
    grid-template-columns:1fr!important;
    gap:24px!important;
    align-items:start!important;
  }
  .lg-mock-hero-inner{
    max-width:none!important;
  }
  .lg-mock-pill{
    min-height:36px!important;
    padding:0 14px!important;
    font-size:12px!important;
    line-height:1.15!important;
  }
  .lg-mock-title{
    font-size:38px!important;
    line-height:.95!important;
    letter-spacing:-.06em!important;
    margin:18px 0 14px!important;
  }
  .lg-mock-title em{
    margin-top:10px!important;
    font-size:24px!important;
    line-height:1.02!important;
  }
  .lg-mock-desc{
    font-size:16px!important;
    line-height:1.5!important;
  }
  .lg-mock-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin-top:22px!important;
  }
  .lg-mock-btn{
    width:100%!important;
    min-height:52px!important;
    padding:0 18px!important;
    border-radius:14px!important;
    font-size:15px!important;
  }
  .lg-mock-hero-card{
    max-width:none!important;
    width:100%!important;
    border-radius:24px!important;
    padding:24px 18px 20px!important;
  }
  .lg-mock-hero-card h2{
    font-size:22px!important;
    line-height:1.02!important;
  }
  .lg-mock-hero-card h2 span{
    font-size:13px!important;
  }
  .lg-mock-hero-card p{
    font-size:14px!important;
    margin-bottom:14px!important;
  }
  .lg-mock-card-metrics{
    grid-template-columns:repeat(3,1fr)!important;
    gap:8px!important;
    margin-bottom:14px!important;
  }
  .lg-mock-card-metrics > div{
    min-height:66px!important;
    padding:10px 8px!important;
    border-radius:12px!important;
  }
  .lg-mock-card-metrics strong{
    font-size:18px!important;
  }
  .lg-mock-card-metrics span{
    font-size:10px!important;
  }
  .lg-mock-hero-form{
    gap:10px!important;
  }
  .lg-mock-hero-form input,
  .lg-mock-hero-form select{
    height:46px!important;
    font-size:15px!important;
  }
  .lg-mock-hero-form button{
    width:100%!important;
    height:50px!important;
    font-size:15px!important;
    border-radius:14px!important;
  }
  .lg-mock-proof{
    margin-top:16px!important;
    margin-bottom:16px!important;
  }
  .lg-mock-proof-grid{
    grid-template-columns:1fr!important;
    border-radius:18px!important;
  }
  .lg-mock-proof-item{
    padding:16px 16px!important;
    border-right:0!important;
    border-bottom:1px solid #eee3cf!important;
  }
  .lg-mock-proof-item:last-child{
    border-bottom:0!important;
  }
}

@media (max-width: 420px){.lg-mock-title{
    font-size:34px!important;
  }
  .lg-mock-title em{
    font-size:22px!important;
  }
  .lg-mock-card-metrics{
    grid-template-columns:1fr!important;
  }
}


/* FINAL MOBILE HEADER REBUILD */
html,body{overflow-x:hidden!important;}
@media (max-width: 980px){
  html.legalia-nav-open, body.legalia-nav-open{overflow:hidden!important;}.lg-mock-hero{
    padding-top:136px!important;
  }
}

@media (max-width: 720px){.lg-mock-hero{
    padding-top:132px!important;
  }
}

@media (max-width: 420px){}


/* =========================================================
   WEB50 STYLE TRANSFER FOR LEGALIA - final override
   Inspired by the uploaded Web50 ZIP, adapted to Legalia.
   ========================================================= */
:root{
  --lg-w50-bg:#f6f4ed;
  --lg-w50-ink:#071611;
  --lg-w50-muted:#d9e2dc;
  --lg-w50-green:#1fbf73;
  --lg-w50-green-2:#23d579;
  --lg-w50-gold:#dcc36e;
  --lg-w50-gold-2:#f0d66f;
  --lg-w50-dark:#07150f;
  --lg-w50-dark-2:#0d241a;
  --lg-w50-line:rgba(255,255,255,.10);
}
html,body{overflow-x:hidden!important;}
.lg-mock-home{background:#f6f4ed!important;}
.lg-mock-shell{width:min(1120px,calc(100% - 48px))!important;}

/* Hero: Web50 structure, Legalia palette */
.lg-mock-hero{
  position:relative!important;
  min-height:610px!important;
  padding:121px 0 79px!important;
  overflow:hidden!important;
  background:#07140f!important;
  color:#fff!important;
  display:block!important;
  align-items:initial!important;
}
.lg-mock-hero-bg{
  position:absolute!important;
  inset:0!important;
  opacity:1!important;
  filter:none!important;
  transform:none!important;
  background:
    radial-gradient(circle at 92% 18%,rgba(31,191,115,.30),transparent 30%),
    radial-gradient(circle at 62% 84%,rgba(220,195,110,.16),transparent 30%),
    linear-gradient(105deg,#07120e 0%,#0c2118 52%,#123323 100%)!important;
}
.lg-mock-hero-bg:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background-image:
    linear-gradient(rgba(255,255,255,.038) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.038) 1px,transparent 1px)!important;
  background-size:56px 56px!important;
  mask-image:linear-gradient(to bottom,#000,transparent 88%)!important;
  -webkit-mask-image:linear-gradient(to bottom,#000,transparent 88%)!important;
  opacity:1!important;
  filter:none!important;
  animation:none!important;
}
.lg-mock-hero-bg:after{display:none!important;}
.lg-mock-hero:before,
.lg-mock-hero:after{display:none!important;}
.lg-mock-hero-grid{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 390px!important;
  align-items:center!important;
  gap:56px!important;
}
.lg-mock-hero-inner{position:relative!important;z-index:2!important;max-width:720px!important;}
.lg-mock-pill{
  display:inline-flex!important;
  align-items:center!important;
  min-height:38px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:rgba(255,255,255,.90)!important;
  box-shadow:none!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.025em!important;
}
.lg-mock-pill i{background:#d7bd66!important;box-shadow:0 0 0 5px rgba(215,189,102,.14)!important;}
.lg-mock-title{
  margin:24px 0 20px!important;
  color:#fff!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
  font-size:clamp(54px,6vw,78px)!important;
  line-height:.96!important;
  letter-spacing:-.070em!important;
  font-weight:950!important;
  text-shadow:none!important;
  max-width:760px!important;
}
.lg-mock-title em{
  display:block!important;
  margin-top:12px!important;
  color:#dcc36e!important;
  font-style:normal!important;
  font-size:clamp(30px,3.35vw,42px)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
  font-weight:950!important;
  max-width:680px!important;
  text-shadow:none!important;
}
.lg-mock-desc{
  max-width:700px!important;
  margin:0!important;
  color:#eaf3ed!important;
  font-size:17px!important;
  line-height:1.52!important;
  text-shadow:none!important;
}
.lg-mock-actions{
  display:flex!important;
  gap:17px!important;
  margin-top:30px!important;
  margin-bottom:0!important;
  flex-wrap:wrap!important;
}
.lg-mock-btn{
  min-height:54px!important;
  padding:0 27px!important;
  border-radius:10px!important;
  font-size:15px!important;
  font-weight:950!important;
  transition:transform .25s ease,box-shadow .25s ease!important;
}
.lg-mock-btn:hover{transform:translateY(-2px)!important;}
.lg-mock-btn.green{
  color:#fff!important;
  background:linear-gradient(135deg,#1fbf73,#22c866)!important;
  border:0!important;
  box-shadow:0 16px 35px rgba(31,191,115,.24)!important;
}
.lg-mock-btn.gold,
.lg-mock-btn.dark{
  color:#fff!important;
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(220,195,110,.50)!important;
  box-shadow:none!important;
}

/* Right form card: kept, but integrated like Web50 visual block */
.lg-mock-hero-card{
  position:relative!important;
  z-index:3!important;
  width:100%!important;
  background:#fff!important;
  color:#071611!important;
  border-radius:26px!important;
  padding:30px 30px 28px!important;
  border:1px solid rgba(255,255,255,.86)!important;
  box-shadow:0 30px 80px rgba(0,0,0,.24)!important;
  transform:none!important;
}
.lg-mock-hero-card h2{
  color:#071611!important;
  font-size:27px!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
}
.lg-mock-hero-card h2 span{color:#1c5137!important;font-size:14px!important;letter-spacing:-.02em!important;}
.lg-mock-hero-card p{color:#59685f!important;font-size:14px!important;line-height:1.42!important;}
.lg-mock-card-metrics{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important;}
.lg-mock-card-metrics > div{background:#061711!important;border-radius:12px!important;min-height:70px!important;box-shadow:0 10px 24px rgba(6,23,17,.12)!important;}
.lg-mock-card-metrics strong{color:#dcc36e!important;}
.lg-mock-hero-form input,.lg-mock-hero-form select{border-bottom:1px solid rgba(7,22,17,.14)!important;background:transparent!important;color:#071611!important;}
.lg-mock-hero-form button{background:linear-gradient(135deg,#0d4b31,#0a3524)!important;border-radius:13px!important;box-shadow:0 14px 26px rgba(13,75,49,.14)!important;}

/* Feature strip under hero: Web50 floating white strip */
.lg-mock-proof{
  position:relative!important;
  z-index:5!important;
  margin-top:-52px!important;
  margin-bottom:28px!important;
}
.lg-mock-proof-grid{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:0!important;
  background:#fff!important;
  border:1px solid #e7e1d3!important;
  border-radius:20px!important;
  box-shadow:0 24px 70px rgba(10,22,18,.12)!important;
  overflow:hidden!important;
  backdrop-filter:none!important;
}
.lg-mock-proof-item{
  display:grid!important;
  grid-template-columns:54px 1fr!important;
  gap:16px!important;
  align-items:center!important;
  min-height:96px!important;
  padding:24px 26px!important;
  border-right:1px solid #e7e1d3!important;
  border-bottom:0!important;
}
.lg-mock-proof-item:last-child{border-right:0!important;}
.lg-mock-proof-item strong{color:#071611!important;font-size:16px!important;line-height:1.15!important;}
.lg-mock-proof-item span{color:#66736b!important;font-size:13px!important;line-height:1.35!important;}
.lg-mock-icon{background:linear-gradient(135deg,#123b2b,#071611)!important;color:#dcc36e!important;border:0!important;box-shadow:none!important;}

/* Remove sticky bottom that covers the hero on mobile */
.lg-mobile-sticky-contact{display:none!important;}
body{padding-bottom:0!important;}

/* Mobile copied from Web50 behavior: logo left, hamburger right, dropdown below header */
@media(max-width:1050px){.lg-mock-hero-grid{grid-template-columns:1fr!important;gap:34px!important;}
  .lg-mock-hero-card{max-width:520px!important;}
  .lg-mock-proof-grid{grid-template-columns:repeat(2,1fr)!important;}
  .lg-mock-proof-item:nth-child(2){border-right:0!important;}
  .lg-mock-proof-item:nth-child(-n+2){border-bottom:1px solid #e7e1d3!important;}
}
@media(max-width:760px){
  .lg-mock-shell{width:min(100% - 32px,1120px)!important;}.lg-mock-hero{padding-top:105px!important;padding-bottom:52px!important;min-height:auto!important;}
  .lg-mock-hero-grid{display:block!important;}
  .lg-mock-title{font-size:42px!important;line-height:.98!important;letter-spacing:-.055em!important;margin:18px 0 14px!important;}
  .lg-mock-title em{font-size:27px!important;line-height:1.05!important;margin-top:10px!important;}
  .lg-mock-desc{font-size:17px!important;line-height:1.50!important;}
  .lg-mock-actions{flex-direction:column!important;align-items:stretch!important;gap:12px!important;margin-top:24px!important;}
  .lg-mock-btn{width:100%!important;min-height:54px!important;}
  .lg-mock-hero-card{margin-top:34px!important;max-width:none!important;border-radius:24px!important;padding:24px 20px!important;}
  .lg-mock-card-metrics{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;}
  .lg-mock-card-metrics > div{min-height:68px!important;padding:10px 7px!important;border-radius:12px!important;}
  .lg-mock-card-metrics strong{font-size:18px!important;}
  .lg-mock-card-metrics span{font-size:10px!important;}
  .lg-mock-proof{margin-top:0!important;margin-bottom:22px!important;}
  .lg-mock-proof-grid{width:100%!important;grid-template-columns:1fr!important;border-radius:0!important;box-shadow:none!important;}
  .lg-mock-proof-item{min-height:auto!important;padding:18px 20px!important;border-right:0!important;border-bottom:1px solid #e7e1d3!important;}
  .lg-mock-proof-item:last-child{border-bottom:0!important;}
}
@media(max-width:420px){
  .lg-mock-shell{width:min(100% - 28px,1120px)!important;}
  .lg-mock-title{font-size:37px!important;}
  .lg-mock-title em{font-size:23px!important;}
  .lg-mock-card-metrics{grid-template-columns:1fr!important;}
}

/* FINAL MOBILE MENU SIMPLIFICATION: Web50-style menu only, no broken header action panel */
@media(max-width:760px){}


/* FINAL WEB50 NETWORK BACKGROUND - visible grid/red de fondo */
.lg-mock-hero-bg{
  background:
    radial-gradient(circle at 88% 20%,rgba(31,191,115,.32),transparent 28%),
    radial-gradient(circle at 72% 70%,rgba(220,195,110,.16),transparent 30%),
    radial-gradient(circle at 38% 20%,rgba(31,191,115,.10),transparent 26%),
    linear-gradient(105deg,#07120e 0%,#0b1f17 52%,#113121 100%)!important;
}
.lg-mock-hero-bg:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  display:block!important;
  background-image:
    linear-gradient(rgba(255,255,255,.065) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.065) 1px,transparent 1px),
    linear-gradient(115deg,rgba(31,191,115,.075) 1px,transparent 1px)!important;
  background-size:58px 58px,58px 58px,116px 116px!important;
  background-position:center top,center top,center top!important;
  opacity:.78!important;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.35) 0%,#000 30%,#000 82%,rgba(0,0,0,.22) 100%)!important;
  -webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.35) 0%,#000 30%,#000 82%,rgba(0,0,0,.22) 100%)!important;
  filter:none!important;
  animation:none!important;
}
.lg-mock-hero-bg:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  display:block!important;
  background:
    radial-gradient(circle at 62% 28%,rgba(31,191,115,.72) 0 2px,transparent 3px),
    radial-gradient(circle at 78% 42%,rgba(220,195,110,.55) 0 2px,transparent 3px),
    radial-gradient(circle at 86% 64%,rgba(31,191,115,.55) 0 2px,transparent 3px),
    radial-gradient(circle at 52% 76%,rgba(255,255,255,.34) 0 1.5px,transparent 3px),
    linear-gradient(115deg,transparent 0%,transparent 49%,rgba(31,191,115,.16) 49.5%,transparent 50.8%,transparent 100%),
    linear-gradient(35deg,transparent 0%,transparent 62%,rgba(220,195,110,.10) 62.4%,transparent 63.4%,transparent 100%)!important;
  opacity:.80!important;
  pointer-events:none!important;
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 35%,#000 63%,rgba(0,0,0,.22) 100%)!important;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 35%,#000 63%,rgba(0,0,0,.22) 100%)!important;
}
.lg-mock-hero:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  display:block!important;
  z-index:1!important;
  pointer-events:none!important;
  background:linear-gradient(90deg,rgba(7,18,14,.92) 0%,rgba(7,18,14,.80) 36%,rgba(7,18,14,.45) 65%,rgba(7,18,14,.14) 100%)!important;
}
.lg-mock-hero-grid{z-index:2!important;}
@media(max-width:760px){
  .lg-mock-hero-bg:before{
    background-size:46px 46px,46px 46px,92px 92px!important;
    opacity:.52!important;
  }
  .lg-mock-hero-bg:after{
    opacity:.36!important;
  }
  .lg-mock-hero:before{
    background:linear-gradient(180deg,rgba(7,18,14,.90) 0%,rgba(7,18,14,.76) 70%,rgba(7,18,14,.42) 100%)!important;
  }
}

/* FINAL HERO GRID FIX: lighter background + visible Web50-style network */
.lg-mock-hero{
  background:
    radial-gradient(circle at 76% 20%, rgba(63,208,151,.24) 0%, rgba(63,208,151,.10) 18%, rgba(63,208,151,0) 42%),
    radial-gradient(circle at 84% 66%, rgba(217,190,119,.16) 0%, rgba(217,190,119,.07) 16%, rgba(217,190,119,0) 38%),
    linear-gradient(115deg,#143128 0%,#1d4437 46%,#285747 100%)!important;
}
.lg-mock-hero-bg{
  background:
    radial-gradient(circle at 72% 18%, rgba(71,221,161,.26) 0%, rgba(71,221,161,.11) 17%, rgba(71,221,161,0) 40%),
    radial-gradient(circle at 84% 58%, rgba(245,218,145,.16) 0%, rgba(245,218,145,.07) 15%, rgba(245,218,145,0) 38%),
    linear-gradient(115deg,#143128 0%,#1d4437 46%,#285747 100%)!important;
  opacity:1!important;
}
.lg-mock-hero-bg:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,218,145,.13) 1px, transparent 1px),
    linear-gradient(0deg, rgba(71,221,161,.10) 1px, transparent 1px)!important;
  background-size:76px 76px,76px 76px,228px 228px,228px 228px!important;
  background-position:center center!important;
  opacity:.34!important;
  filter:none!important;
  mask-image:linear-gradient(90deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.90) 38%, rgba(0,0,0,.96) 100%)!important;
  -webkit-mask-image:linear-gradient(90deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.90) 38%, rgba(0,0,0,.96) 100%)!important;
  animation:none!important;
}
.lg-mock-hero-bg:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    radial-gradient(circle at 70% 26%, rgba(255,255,255,.24) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 44%, rgba(245,218,145,.32) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 68%, rgba(77,222,164,.28) 0 1px, transparent 2px),
    repeating-linear-gradient(30deg, transparent 0 82px, rgba(255,255,255,.11) 82px 83px, transparent 83px 166px),
    repeating-linear-gradient(150deg, transparent 0 96px, rgba(77,222,164,.10) 96px 97px, transparent 97px 192px)!important;
  background-size:210px 210px,260px 260px,230px 230px,100% 100%,100% 100%!important;
  opacity:.30!important;
  mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 20%, rgba(0,0,0,.95) 55%, rgba(0,0,0,.72) 100%)!important;
  -webkit-mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 20%, rgba(0,0,0,.95) 55%, rgba(0,0,0,.72) 100%)!important;
}
.lg-mock-hero:before{
  background:
    linear-gradient(90deg, rgba(20,49,40,.86) 0%, rgba(20,49,40,.78) 30%, rgba(20,49,40,.52) 54%, rgba(20,49,40,.20) 76%, rgba(20,49,40,.06) 100%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(0,0,0,.04))!important;
}
.lg-mock-title,
.lg-mock-desc,
.lg-mock-pill{
  text-shadow:0 2px 18px rgba(4,16,13,.14)!important;
}
@media(max-width:720px){
  .lg-mock-hero{
    background:linear-gradient(120deg,#16362b 0%,#20493b 100%)!important;
  }
  .lg-mock-hero-bg:before{
    opacity:.22!important;
    background-size:58px 58px,58px 58px,174px 174px,174px 174px!important;
  }
  .lg-mock-hero-bg:after{
    opacity:.16!important;
  }
}

/* AJUSTE REAL 2026-06-06: h1/subtitulo menos pesados + verde banner mas intenso */
.lg-mock-hero{
  background:
    radial-gradient(circle at 78% 24%, rgba(44,191,122,.30) 0%, rgba(44,191,122,.13) 18%, rgba(44,191,122,0) 42%),
    radial-gradient(circle at 88% 68%, rgba(213,184,91,.14) 0%, rgba(213,184,91,.06) 16%, rgba(213,184,91,0) 38%),
    linear-gradient(115deg,#071f17 0%,#0f3b2b 46%,#176144 100%)!important;
}
.lg-mock-hero-bg{
  background:
    radial-gradient(circle at 74% 18%, rgba(49,212,135,.28) 0%, rgba(49,212,135,.12) 17%, rgba(49,212,135,0) 40%),
    radial-gradient(circle at 84% 56%, rgba(32,156,93,.24) 0%, rgba(32,156,93,.10) 20%, rgba(32,156,93,0) 44%),
    linear-gradient(115deg,#071f17 0%,#0f3b2b 46%,#176144 100%)!important;
  opacity:1!important;
}
.lg-mock-hero-bg:before{
  background:
    radial-gradient(circle at 74% 18%, rgba(55,225,144,.22) 0%, rgba(55,225,144,.10) 14%, rgba(55,225,144,0) 34%),
    radial-gradient(circle at 84% 54%, rgba(30,175,105,.22) 0%, rgba(30,175,105,.10) 18%, rgba(30,175,105,0) 42%),
    radial-gradient(circle at 66% 84%, rgba(15,98,65,.24) 0%, rgba(15,98,65,.10) 16%, rgba(15,98,65,0) 36%)!important;
  opacity:1!important;
}
.lg-mock-hero:before{
  background:
    linear-gradient(90deg, rgba(7,31,23,.92) 0%, rgba(7,31,23,.84) 30%, rgba(7,31,23,.58) 52%, rgba(7,31,23,.25) 72%, rgba(7,31,23,.06) 100%),
    linear-gradient(180deg, rgba(255,255,255,.018), rgba(0,0,0,.02))!important;
}
.lg-mock-title{
  font-weight:760!important;
  letter-spacing:-.062em!important;
  text-shadow:0 2px 14px rgba(0,0,0,.10)!important;
}
.lg-mock-title em{
  font-weight:680!important;
  letter-spacing:-.040em!important;
  color:#e0c872!important;
}
.lg-mock-desc{
  font-weight:500!important;
}
@media (max-width:720px){
  .lg-mock-title{font-weight:760!important;letter-spacing:-.055em!important;}
  .lg-mock-title em{font-weight:680!important;letter-spacing:-.035em!important;}
}

/* V3 REAL FIX 2026-06-06: verde intenso manteniendo textura visible del banner */
.lg-mock-hero{
  background:linear-gradient(115deg,#072017 0%,#0d3b2b 45%,#14523e 100%)!important;
}
.lg-mock-hero-bg{
  background:
    radial-gradient(circle at 76% 20%, rgba(220,190,105,.18) 0%, rgba(220,190,105,.07) 15%, rgba(220,190,105,0) 35%),
    radial-gradient(circle at 82% 56%, rgba(44,190,130,.24) 0%, rgba(44,190,130,.10) 20%, rgba(44,190,130,0) 44%),
    radial-gradient(circle at 68% 84%, rgba(15,92,60,.24) 0%, rgba(15,92,60,.10) 18%, rgba(15,92,60,0) 38%),
    linear-gradient(115deg,#072017 0%,#0d3b2b 45%,#14523e 100%)!important;
  opacity:1!important;
  filter:none!important;
}
.lg-mock-hero-bg:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:-8%!important;
  background:
    radial-gradient(circle at 22% 30%, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 18%),
    radial-gradient(circle at 74% 32%, rgba(64,215,156,.18) 0%, rgba(64,215,156,0) 26%),
    radial-gradient(circle at 84% 72%, rgba(12,79,56,.22) 0%, rgba(12,79,56,0) 34%)!important;
  opacity:.72!important;
  filter:blur(16px) saturate(112%)!important;
  animation:none!important;
}
.lg-mock-hero-bg:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(120deg, rgba(255,255,255,.055) 0%, rgba(255,255,255,0) 26%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.095) 0 1px, transparent 1px 74px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.075) 0 1px, transparent 1px 74px),
    repeating-linear-gradient(32deg, rgba(255,255,255,.025) 0 1px, transparent 1px 150px)!important;
  opacity:.32!important;
  mask-image:linear-gradient(90deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.90) 22%, rgba(0,0,0,.95) 72%, rgba(0,0,0,.55) 100%)!important;
  -webkit-mask-image:linear-gradient(90deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.90) 22%, rgba(0,0,0,.95) 72%, rgba(0,0,0,.55) 100%)!important;
  animation:none!important;
}
.lg-mock-hero:before{
  background:
    linear-gradient(90deg, rgba(6,28,21,.86) 0%, rgba(6,28,21,.78) 30%, rgba(6,28,21,.54) 52%, rgba(6,28,21,.24) 72%, rgba(6,28,21,.08) 100%),
    linear-gradient(180deg, rgba(255,255,255,.015), rgba(0,0,0,.035))!important;
}
.lg-mock-title{
  font-weight:800!important;
}
.lg-mock-title em{
  font-weight:800!important;
}
.lg-mock-desc{
  font-weight:520!important;
}

/* FIX 2026-06-06: menu móvil y formulario del banner sin recortes */
@media(max-width:760px){
  html.legalia-nav-open,
  body.legalia-nav-open{
    overflow:hidden!important;
  }}

@media(max-width:720px){
  .lg-mock-hero{
    padding-top:116px!important;
    padding-bottom:34px!important;
    min-height:auto!important;
  }
  .lg-mock-hero-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .lg-mock-hero-visual{
    width:100%!important;
    justify-content:center!important;
    margin-top:6px!important;
  }
  .lg-hero-photo-composition{
    width:100%!important;
    max-width:430px!important;
    margin:0 auto!important;
    aspect-ratio:auto!important;
    display:block!important;
  }
  .lg-hero-photo-composition::before,
  .lg-hero-photo-composition::after,
  .lg-hero-photo-base{
    display:none!important;
    content:none!important;
  }
  .lg-hero-photo-frame,
  .lg-hero-flip-frame{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    transform:none!important;
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .lg-hero-flip-card,
  .lg-hero-flip-frame:hover .lg-hero-flip-card,
  .lg-hero-flip-frame:focus-within .lg-hero-flip-card{
    position:relative!important;
    inset:auto!important;
    height:auto!important;
    min-height:0!important;
    transform:none!important;
    transition:none!important;
  }
  .lg-hero-flip-side{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    border-radius:24px!important;
    backface-visibility:visible!important;
    -webkit-backface-visibility:visible!important;
  }
  .lg-hero-flip-front{
    display:none!important;
  }
  .lg-hero-flip-back{
    transform:none!important;
    padding:20px 18px 18px!important;
    justify-content:flex-start!important;
    background:linear-gradient(145deg,#06251d 0%,#0b3b2e 56%,#04140f 100%)!important;
    border:1px solid rgba(245,226,162,.38)!important;
    box-shadow:0 22px 58px rgba(0,0,0,.26),0 0 0 1px rgba(255,255,255,.06) inset!important;
  }
  .lg-hero-mini-form-kicker{
    margin:0 0 8px!important;
    font-size:11px!important;
  }
  .lg-hero-mini-form-title{
    margin:0 0 8px!important;
    font-size:25px!important;
    line-height:1.04!important;
  }
  .lg-hero-mini-form-sub{
    margin:0 0 14px!important;
    font-size:14px!important;
    line-height:1.35!important;
  }
  .lg-hero-mini-form{
    gap:10px!important;
  }
  .lg-hero-mini-form input,
  .lg-hero-mini-form select,
  .lg-hero-mini-form textarea{
    border-radius:16px!important;
    font-size:16px!important;
    padding:14px 16px!important;
  }
  .lg-hero-mini-form input,
  .lg-hero-mini-form select{
    min-height:54px!important;
  }
  .lg-hero-mini-form textarea{
    min-height:92px!important;
    max-height:none!important;
  }
  .lg-hero-mini-privacy{
    margin:4px 0!important;
    font-size:13px!important;
    line-height:1.35!important;
  }
  .lg-hero-mini-privacy input{
    width:18px!important;
    height:18px!important;
    margin-top:0!important;
  }
  .lg-hero-mini-submit{
    min-height:56px!important;
    padding:14px 16px!important;
    border-radius:999px!important;
    font-size:16px!important;
  }
  .lg-hero-mini-note{
    margin:10px 0 0!important;
    font-size:12px!important;
    line-height:1.35!important;
  }
  .lg-mock-proof{
    margin-top:18px!important;
  }
}

@media(max-width:380px){
  .lg-hero-flip-back{
    padding:18px 14px 16px!important;
  }
  .lg-hero-mini-form-title{
    font-size:23px!important;
  }
  .lg-hero-mini-form input,
  .lg-hero-mini-form select,
  .lg-hero-mini-form textarea{
    font-size:15px!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
}


/* Premium results section v5 - rebuilt from scratch */
.lg-results-premium{
  position:relative!important;
  padding:72px 0 34px!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
.lg-results-premium:before{
  content:""!important;
  position:absolute!important;
  inset:10px -8% auto!important;
  height:420px!important;
  background:
    radial-gradient(circle at 18% 22%, rgba(247,220,116,.32), transparent 27%),
    radial-gradient(circle at 84% 14%, rgba(11,93,62,.16), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,0))!important;
  z-index:-1!important;
  pointer-events:none!important;
}
.lg-results-premium-head{
  display:flex!important;
  justify-content:space-between!important;
  align-items:flex-end!important;
  gap:28px!important;
  margin-bottom:28px!important;
}
.lg-results-premium-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  padding:8px 15px!important;
  border-radius:999px!important;
  background:#fff1a9!important;
  color:#102d21!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  box-shadow:0 10px 24px rgba(247,220,116,.24)!important;
}
.lg-results-premium-head h2{
  max-width:850px!important;
  margin:12px 0 6px!important;
  color:#08251a!important;
  font-size:clamp(34px,4.4vw,58px)!important;
  line-height:.92!important;
  letter-spacing:-.065em!important;
  font-weight:950!important;
}
.lg-results-premium-head p{
  max-width:760px!important;
  margin:0!important;
  color:#65716a!important;
  font-size:18px!important;
  line-height:1.35!important;
  font-weight:750!important;
}
.lg-results-premium-link{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:15px 22px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid #ecdcc1!important;
  color:#075c3d!important;
  font-weight:950!important;
  text-decoration:none!important;
  box-shadow:0 14px 34px rgba(10,36,25,.08)!important;
  transition:transform .25s ease, box-shadow .25s ease!important;
}
.lg-results-premium-link:hover{transform:translateY(-2px)!important;box-shadow:0 20px 44px rgba(10,36,25,.13)!important;}
.lg-results-premium-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:stretch!important;
  gap:22px!important;
}
.lg-result-premium-card{
  position:relative!important;
  overflow:hidden!important;
  border-radius:34px!important;
  background:#fffaf1!important;
  border:1px solid rgba(232,212,178,.86)!important;
  box-shadow:0 20px 46px rgba(23,45,35,.10), inset 0 1px 0 rgba(255,255,255,.8)!important;
  transform:translateY(26px) scale(.985)!important;
  opacity:0!important;
  transition:opacity .55s ease, transform .65s cubic-bezier(.18,.9,.2,1), box-shadow .3s ease!important;
}
.lg-result-premium-card:before{
  content:""!important;
  position:absolute!important;
  inset:-1px!important;
  border-radius:inherit!important;
  background:linear-gradient(135deg, rgba(247,220,116,.72), rgba(255,255,255,0) 32%, rgba(11,93,62,.20))!important;
  opacity:.58!important;
  pointer-events:none!important;
  z-index:0!important;
}
.lg-result-premium-card:after{
  content:""!important;
  position:absolute!important;
  width:190px!important;
  height:190px!important;
  right:-70px!important;
  bottom:-70px!important;
  border-radius:999px!important;
  background:radial-gradient(circle, rgba(11,93,62,.18), rgba(11,93,62,0) 68%)!important;
  pointer-events:none!important;
}
.lg-result-premium-card.is-visible{opacity:1!important;transform:translateY(0) scale(1)!important;}
.lg-result-premium-card:hover{transform:translateY(-8px)!important;box-shadow:0 34px 70px rgba(23,45,35,.16)!important;}
.lg-result-premium-media{
  position:relative!important;
  height:178px!important;
  overflow:hidden!important;
  z-index:1!important;
}
.lg-result-premium-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  filter:saturate(1.08) contrast(1.05) brightness(.86)!important;
  transform:scale(1.04)!important;
  transition:transform .9s cubic-bezier(.18,.9,.2,1), filter .35s ease!important;
}
.lg-result-premium-card:hover .lg-result-premium-media img{transform:scale(1.12)!important;filter:saturate(1.15) contrast(1.08) brightness(.92)!important;}
.lg-result-premium-media:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg, rgba(5,25,17,.10), rgba(5,25,17,.62))!important;
}
.lg-result-premium-media span{
  position:absolute!important;
  left:18px!important;
  bottom:16px!important;
  z-index:2!important;
  display:inline-flex!important;
  padding:8px 13px!important;
  border-radius:999px!important;
  background:#ffe977!important;
  color:#10261c!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
  box-shadow:0 12px 28px rgba(0,0,0,.18)!important;
}
.lg-result-premium-body{
  position:relative!important;
  z-index:1!important;
  padding:22px 22px 24px!important;
}
.lg-result-premium-kicker{
  color:#738078!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  margin-bottom:8px!important;
}
.lg-result-premium-body h3{
  margin:0 0 18px!important;
  color:#08251a!important;
  font-size:23px!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
}
.lg-result-premium-flow{
  position:relative!important;
  display:grid!important;
  grid-template-columns:1fr 48px 1fr!important;
  align-items:stretch!important;
  gap:8px!important;
  margin-bottom:16px!important;
}
.lg-result-premium-flow:before{
  content:""!important;
  position:absolute!important;
  left:22%!important;
  right:22%!important;
  top:50%!important;
  height:4px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg, rgba(224,208,180,.95), #0b6a46, rgba(247,220,116,.95))!important;
  transform:scaleX(0)!important;
  transform-origin:left center!important;
  transition:transform .8s cubic-bezier(.18,.9,.2,1) .45s!important;
  box-shadow:0 0 18px rgba(11,106,70,.24)!important;
  z-index:0!important;
}
.lg-result-premium-card.is-visible .lg-result-premium-flow:before{transform:scaleX(1)!important;}
.lg-result-premium-box{
  position:relative!important;
  z-index:1!important;
  min-height:92px!important;
  padding:14px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(226,206,172,.86)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  box-shadow:0 12px 25px rgba(37,45,38,.055)!important;
}
.lg-result-premium-box.is-after{
  background:linear-gradient(160deg,#0b5d3e,#073927)!important;
  border-color:rgba(11,93,62,.46)!important;
  color:#fff!important;
  box-shadow:0 18px 36px rgba(11,93,62,.22)!important;
  transform:scale(.98)!important;
  transition:transform .55s cubic-bezier(.18,.9,.2,1) .65s!important;
}
.lg-result-premium-card.is-visible .lg-result-premium-box.is-after{transform:scale(1.03)!important;}
.lg-result-premium-box span:first-child{
  color:#707b74!important;
  font-size:11px!important;
  line-height:1.1!important;
  font-weight:900!important;
  margin-bottom:7px!important;
}
.lg-result-premium-box.is-after span:first-child{color:rgba(255,255,255,.76)!important;}
.lg-result-premium-box strong{
  color:#10251d!important;
  font-size:18px!important;
  line-height:1!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.lg-result-premium-box.is-after strong{color:#fff!important;}
.lg-result-premium-arrow{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.lg-result-premium-arrow span{
  width:48px!important;
  height:48px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:#ffe977!important;
  color:#09271b!important;
  font-size:23px!important;
  line-height:1!important;
  font-weight:950!important;
  box-shadow:0 16px 32px rgba(247,220,116,.38), 0 0 0 7px rgba(255,255,255,.75)!important;
  transform:scale(.7) rotate(-8deg)!important;
  opacity:0!important;
  transition:opacity .45s ease .35s, transform .55s cubic-bezier(.18,.9,.2,1) .35s!important;
}
.lg-result-premium-card.is-visible .lg-result-premium-arrow span{opacity:1!important;transform:scale(1) rotate(0)!important;animation:lgResultArrowPulse 2.4s ease-in-out .9s infinite!important;}
.lg-result-premium-impact{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  align-items:stretch!important;
  gap:12px!important;
}
.lg-result-premium-gain{
  position:relative!important;
  overflow:hidden!important;
  padding:17px 18px!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#fff6ce,#ffffff 48%,#ecfff5)!important;
  border:1px solid rgba(232,212,178,.86)!important;
}
.lg-result-premium-gain:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(105deg, transparent 0%, rgba(255,255,255,.85) 42%, transparent 62%)!important;
  transform:translateX(-120%)!important;
}
.lg-result-premium-card.is-visible .lg-result-premium-gain:before{animation:lgResultSweep 1.45s ease .95s both!important;}
.lg-result-premium-gain small{
  display:block!important;
  color:#66736b!important;
  font-size:11px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.05em!important;
  margin-bottom:5px!important;
}
.lg-result-premium-gain strong{
  position:relative!important;
  display:block!important;
  color:#075c3d!important;
  font-size:30px!important;
  line-height:.95!important;
  letter-spacing:-.055em!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.lg-result-premium-percent{
  min-width:116px!important;
  padding:14px 13px!important;
  border-radius:24px!important;
  background:linear-gradient(160deg,#09271b,#0d6544)!important;
  border:1px solid rgba(255,233,119,.26)!important;
  color:#fff!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  text-align:center!important;
  box-shadow:0 18px 36px rgba(11,93,62,.24)!important;
}
.lg-result-premium-percent strong{
  color:#fff!important;
  font-size:34px!important;
  line-height:.88!important;
  letter-spacing:-.07em!important;
  font-weight:950!important;
}
.lg-result-premium-percent span{
  display:block!important;
  margin-top:7px!important;
  color:rgba(255,255,255,.74)!important;
  font-size:10px!important;
  line-height:1.05!important;
  font-weight:850!important;
}
@keyframes lgResultArrowPulse{0%,100%{box-shadow:0 16px 32px rgba(247,220,116,.38),0 0 0 7px rgba(255,255,255,.75)}50%{box-shadow:0 18px 38px rgba(247,220,116,.52),0 0 0 11px rgba(255,233,119,.22)}}
@keyframes lgResultSweep{to{transform:translateX(120%)}}
@media(max-width:1180px){
  .lg-results-premium-grid{grid-template-columns:1fr!important;}
  .lg-result-premium-card{display:grid!important;grid-template-columns:300px 1fr!important;}
  .lg-result-premium-media{height:auto!important;min-height:100%!important;}
}
@media(max-width:760px){
  .lg-results-premium{padding:46px 0 24px!important;}
  .lg-results-premium-head{display:block!important;}
  .lg-results-premium-link{margin-top:16px!important;}
  .lg-results-premium-head h2{font-size:36px!important;}
  .lg-results-premium-head p{font-size:16px!important;}
  .lg-results-premium-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:14px!important;padding-bottom:12px!important;-webkit-overflow-scrolling:touch!important;}
  .lg-result-premium-card{display:block!important;flex:0 0 min(90vw,390px)!important;scroll-snap-align:start!important;border-radius:28px!important;}
  .lg-result-premium-media{height:150px!important;min-height:0!important;}
  .lg-result-premium-body{padding:18px!important;}
  .lg-result-premium-body h3{font-size:24px!important;}
  .lg-result-premium-flow{grid-template-columns:1fr!important;gap:10px!important;}
  .lg-result-premium-flow:before{display:none!important;}
  .lg-result-premium-arrow{height:26px!important;}
  .lg-result-premium-arrow span{width:42px!important;height:42px!important;transform:scale(.7) rotate(90deg)!important;}
  .lg-result-premium-card.is-visible .lg-result-premium-arrow span{transform:scale(1) rotate(90deg)!important;}
  .lg-result-premium-impact{grid-template-columns:1fr!important;}
  .lg-result-premium-gain strong{font-size:23px!important;}
  .lg-result-premium-percent{min-width:0!important;align-items:flex-start!important;text-align:left!important;}
  .lg-result-premium-percent strong{font-size:42px!important;}
}

/* Resultados premium v6: mockup aprobado con tipografias reales de la web */

.lg-case-showcase{
  position:relative!important;
  overflow:hidden!important;
  padding:52px 0 62px!important;
  background:
    radial-gradient(circle at 82% 14%,rgba(245,226,162,.24),transparent 26%),
    radial-gradient(circle at 10% 18%,rgba(31,199,119,.07),transparent 24%),
    linear-gradient(180deg,#f6f1e8 0%,#fbf8f1 72%,#f3eee4 100%)!important;
  color:#06251d!important;
  isolation:isolate!important;
}
.lg-case-showcase:before{
  content:""!important;
  position:absolute!important;
  right:-190px!important;
  top:84px!important;
  width:620px!important;
  height:620px!important;
  border-radius:50%!important;
  background:repeating-radial-gradient(circle,rgba(212,175,55,.14) 0 1px,transparent 1px 13px)!important;
  opacity:.34!important;
  pointer-events:none!important;
  z-index:-1!important;
}
.lg-case-showcase-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:24px!important;
  align-items:end!important;
  margin:0 0 28px!important;
}
.lg-case-showcase-copy{max-width:780px!important;}
.lg-case-showcase-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  padding:7px 14px!important;
  margin:0 0 14px!important;
  border-radius:999px!important;
  border:1px solid rgba(212,175,55,.36)!important;
  background:linear-gradient(180deg,#fff3b4,#f7e48d)!important;
  color:#071a14!important;
  font-family:Inter,Manrope,system-ui,sans-serif!important;
  font-size:11px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  box-shadow:0 10px 22px rgba(212,175,55,.13)!important;
}
.lg-case-showcase-head h2{
  max-width:660px!important;
  margin:0!important;
  color:#06251d!important;
  font-family:Inter,Manrope,system-ui,sans-serif!important;
  font-size:clamp(32px,4.1vw,56px)!important;
  line-height:.94!important;
  letter-spacing:-.072em!important;
  font-weight:950!important;
  text-wrap:balance!important;
}
.lg-case-showcase-head p{
  margin:12px 0 0!important;
  max-width:700px!important;
  color:#67736d!important;
  font-family:Inter,Manrope,system-ui,sans-serif!important;
  font-size:clamp(15px,1.25vw,18px)!important;
  line-height:1.45!important;
  font-weight:800!important;
}
.lg-case-showcase-link{
  justify-self:end!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  padding:0 30px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#06442e,#052a20)!important;
  color:#fff8d8!important;
  border:1px solid rgba(245,226,162,.46)!important;
  font-family:Inter,Manrope,system-ui,sans-serif!important;
  font-size:15px!important;
  font-weight:950!important;
  text-decoration:none!important;
  box-shadow:0 18px 34px rgba(6,37,29,.18),inset 0 1px 0 rgba(255,255,255,.10)!important;
  white-space:nowrap!important;
  transition:transform .24s ease,box-shadow .24s ease!important;
}
.lg-case-showcase-link:hover{transform:translateY(-3px)!important;box-shadow:0 24px 48px rgba(6,37,29,.24),inset 0 1px 0 rgba(255,255,255,.14)!important;}
.lg-case-showcase-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:stretch!important;
  gap:24px!important;
  align-items:stretch!important;
}
.lg-case-showcase-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  min-height:0!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#fffdf9 0%,#f7f0e5 100%)!important;
  border:1px solid rgba(212,175,55,.34)!important;
  box-shadow:0 20px 48px rgba(32,38,32,.12),0 4px 0 rgba(6,37,29,.03)!important;
  opacity:0!important;
  transform:translateY(22px) scale(.985)!important;
  transition:opacity .58s ease,transform .58s cubic-bezier(.16,1,.3,1),box-shadow .26s ease!important;
}
.lg-case-showcase-card:after{
  content:""!important;
  position:absolute!important;
  inset:auto -35% -35% 25%!important;
  height:170px!important;
  background:radial-gradient(circle,rgba(31,199,119,.14),transparent 64%)!important;
  pointer-events:none!important;
}
.lg-case-showcase-card.is-visible{opacity:1!important;transform:translateY(0) scale(1)!important;}
.lg-case-showcase-card:hover{transform:translateY(-6px) scale(1.008)!important;box-shadow:0 28px 56px rgba(32,38,32,.17),0 8px 0 rgba(6,37,29,.04)!important;}
.lg-case-showcase-media{
  position:relative!important;
  height:126px!important;
  overflow:hidden!important;
  background:#06140f!important;
}
.lg-case-showcase-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  filter:saturate(1.05) contrast(1.08) brightness(.80)!important;
  transform:scale(1.04)!important;
  transition:transform .7s cubic-bezier(.16,1,.3,1),filter .7s ease!important;
}
.lg-case-showcase-card:hover .lg-case-showcase-media img{transform:scale(1.10)!important;filter:saturate(1.13) contrast(1.1) brightness(.88)!important;}
.lg-case-showcase-media:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(3,13,10,.06),rgba(3,13,10,.44))!important;
}
.lg-case-showcase-icon{
  position:absolute!important;
  left:22px!important;
  bottom:-18px!important;
  z-index:3!important;
  width:44px!important;
  height:44px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,#07442e,#05261d)!important;
  border:2px solid #f7e48d!important;
  color:#f7e48d!important;
  font-size:19px!important;
  font-weight:950!important;
  box-shadow:0 14px 24px rgba(6,37,29,.20)!important;
}
.lg-case-showcase-tag{
  position:absolute!important;
  left:20px!important;
  bottom:16px!important;
  z-index:3!important;
  display:inline-flex!important;
  align-items:center!important;
  padding:7px 14px 7px 50px!important;
  min-height:32px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#fff3b4,#f7df73)!important;
  color:#06140f!important;
  font-size:11px!important;
  line-height:1!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
  font-weight:950!important;
  box-shadow:0 12px 22px rgba(0,0,0,.15)!important;
}
.lg-case-showcase-body{
  position:relative!important;
  z-index:2!important;
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  padding:24px 20px 16px!important;
}
.lg-case-showcase-body h3{
  margin:0 0 10px!important;
  min-height:2.05em!important;
  color:#08251e!important;
  font-family:Inter,Manrope,system-ui,sans-serif!important;
  font-size:clamp(22px,1.9vw,28px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:950!important;
}
.lg-case-showcase-gain{
  margin:0!important;
  color:#076443!important;
  font-family:Inter,Manrope,system-ui,sans-serif!important;
  font-size:clamp(27px,2.15vw,36px)!important;
  line-height:.92!important;
  letter-spacing:-.058em!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.lg-case-number{font-variant-numeric:tabular-nums!important;font-feature-settings:'tnum' 1,'lnum' 1!important;}
.lg-case-showcase-gain-label{
  margin:4px 0 16px!important;
  color:#4c5b55!important;
  font-size:12.5px!important;
  font-weight:900!important;
  line-height:1.15!important;
}
.lg-case-showcase-compare{
  display:grid!important;
  grid-template-columns:minmax(112px,1fr) 42px minmax(138px,1.16fr)!important;
  gap:10px!important;
  align-items:center!important;
  margin-top:auto!important;
}
.lg-case-showcase-value{
  min-height:94px!important;
  padding:14px 14px!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.84)!important;
  border:1px solid rgba(212,175,55,.28)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.80),0 10px 22px rgba(6,37,29,.05)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.lg-case-showcase-value.is-final{
  background:linear-gradient(135deg,#075c3c,#04271e)!important;
  border-color:rgba(245,226,162,.38)!important;
  box-shadow:0 16px 28px rgba(6,37,29,.16),inset 0 1px 0 rgba(255,255,255,.10)!important;
}
.lg-case-showcase-value span:first-child{
  display:block!important;
  margin:0 0 7px!important;
  color:#6f7b75!important;
  font-size:10.5px!important;
  line-height:1.1!important;
  font-weight:950!important;
}
.lg-case-showcase-value.is-final span:first-child{color:rgba(255,255,255,.80)!important;}
.lg-case-showcase-value strong{
  display:flex!important;
  align-items:baseline!important;
  gap:5px!important;
  color:#1f2f29!important;
  font-size:clamp(15px,1.28vw,19px)!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.03em!important;
  white-space:nowrap!important;
}
.lg-case-showcase-value strong .lg-case-number{display:inline-block!important;}
.lg-case-currency{display:inline-block!important;font-size:.98em!important;line-height:1!important;flex:0 0 auto!important;}
.lg-case-showcase-value.is-final strong{color:#fff8d8!important;}
.lg-case-showcase-arrow{
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,#fff3a6,#ffd85d)!important;
  color:#06251d!important;
  border:5px solid rgba(255,255,255,.84)!important;
  font-size:23px!important;
  line-height:1!important;
  font-weight:950!important;
  box-shadow:0 14px 24px rgba(212,175,55,.18)!important;
  transform:scale(.92)!important;
  transition:transform .45s cubic-bezier(.16,1,.3,1)!important;
}
.lg-case-showcase-card.is-visible .lg-case-showcase-arrow{transform:scale(1)!important;animation:lgCaseArrow 2.2s ease-in-out 1.1s infinite!important;}
.lg-case-showcase-foot{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:46px 1fr!important;
  grid-template-areas:'trend percent' 'trend note'!important;
  column-gap:14px!important;
  row-gap:2px!important;
  align-items:center!important;
  min-height:88px!important;
  padding:16px 18px!important;
  background:linear-gradient(135deg,#06442e,#031d17)!important;
  border-top:1px solid rgba(245,226,162,.40)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.lg-case-showcase-trend{
  grid-area:trend!important;
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,#fff1a7,#f4c954)!important;
  color:#06251d!important;
  font-size:20px!important;
  font-weight:950!important;
  box-shadow:0 12px 22px rgba(245,226,162,.18)!important;
}
.lg-case-showcase-foot strong{
  grid-area:percent!important;
  display:flex!important;
  align-items:flex-end!important;
  gap:0!important;
  color:#ffe67d!important;
  font-family:Inter,Manrope,system-ui,sans-serif!important;
  font-size:clamp(22px,2.1vw,32px)!important;
  line-height:.9!important;
  letter-spacing:0!important;
  font-weight:950!important;
  white-space:nowrap!important;
  text-shadow:0 1px 0 rgba(0,0,0,.16)!important;
}
.lg-case-plus{font-size:.92em!important;line-height:1!important;transform:translateY(-1px)!important;}
.lg-case-percent-number{display:inline-block!important;font-size:1.55em!important;line-height:.82!important;letter-spacing:-.075em!important;margin:0 1px 0 1px!important;color:#ffe67d!important;}
.lg-case-percent-sign{font-size:1em!important;line-height:1!important;transform:translateY(-1px)!important;}
.lg-case-showcase-note{
  grid-area:note!important;
  display:block!important;
  color:rgba(255,255,255,.84)!important;
  font-size:12px!important;
  line-height:1.18!important;
  font-weight:850!important;
  text-align:left!important;
  max-width:210px!important;
}
@keyframes lgCaseArrow{0%,100%{transform:translateX(0) scale(1)}50%{transform:translateX(4px) scale(1.04)}}
@media(max-width:1120px){
  .lg-case-showcase-head{grid-template-columns:1fr!important;align-items:start!important;}
  .lg-case-showcase-link{justify-self:start!important;}
  .lg-case-showcase-grid{grid-template-columns:1fr!important;}
  .lg-case-showcase-card{display:grid!important;grid-template-columns:290px 1fr!important;}
  .lg-case-showcase-media{height:auto!important;min-height:100%!important;}
  .lg-case-showcase-body{padding:24px 20px 18px!important;}
  .lg-case-showcase-body h3{min-height:0!important;}
  .lg-case-showcase-foot{grid-column:1/3!important;}
}
@media(max-width:760px){
  .lg-case-showcase{padding:42px 0 38px!important;}
  .lg-case-showcase-head{display:block!important;margin-bottom:22px!important;}
  .lg-case-showcase-head h2{font-size:34px!important;line-height:.98!important;letter-spacing:-.06em!important;max-width:100%!important;}
  .lg-case-showcase-head p{font-size:15px!important;max-width:100%!important;}
  .lg-case-showcase-link{margin-top:16px!important;justify-self:start!important;min-height:46px!important;padding:0 20px!important;font-size:13px!important;}
  .lg-case-showcase-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:14px!important;padding:0 2px 12px!important;-webkit-overflow-scrolling:touch!important;}
  .lg-case-showcase-card{display:flex!important;flex:0 0 min(90vw,390px)!important;scroll-snap-align:start!important;border-radius:24px!important;}
  .lg-case-showcase-media{height:132px!important;min-height:0!important;}
  .lg-case-showcase-body{padding:22px 16px 16px!important;}
  .lg-case-showcase-body h3{font-size:23px!important;min-height:0!important;}
  .lg-case-showcase-gain{font-size:30px!important;}
  .lg-case-showcase-compare{grid-template-columns:1fr!important;gap:9px!important;}
  .lg-case-showcase-value strong{font-size:18px!important;}
  .lg-case-showcase-arrow{justify-self:center!important;transform:rotate(90deg) scale(.9)!important;}
  .lg-case-showcase-card.is-visible .lg-case-showcase-arrow{transform:rotate(90deg) scale(1)!important;animation:none!important;}
  .lg-case-showcase-foot{grid-template-columns:42px 1fr!important;grid-template-areas:'trend percent' 'note note'!important;column-gap:12px!important;row-gap:4px!important;padding:14px 15px!important;min-height:84px!important;}
  .lg-case-showcase-foot strong{font-size:24px!important;}
  .lg-case-showcase-note{font-size:10.5px!important;max-width:none!important;padding-left:54px!important;}
}


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




 .lg-grid {
 grid-template-columns: 1fr;
 gap: 38px;
 }
 
 .lg-card {
 max-width: 460px;
 margin: 0 auto;
 }
 }
 
 @media (max-width: 640px) {
 .lg-hero {
 padding: 64px 0 54px;
 }
 
 .lg-container {
 padding: 0 16px;
 }
 
 .lg-title {
 font-size: 42px;
 letter-spacing: -1.7px;
 }
 
 .lg-desc {
 font-size: 17px;
 line-height: 1.6;
 }
 
 .lg-features,
 .lg-row-2,
 .lg-actions {
 grid-template-columns: 1fr;
 }
 
 .lg-card {
 border-radius: 28px;
 padding: 14px;
 }
 
 .lg-card-inner {
 padding: 16px;
 border-radius: 22px;
 }
 
 .lg-card-title {
 font-size: 24px;
 }
 
 .lg-photo {
 width: 62px;
 height: 62px;
 border-radius: 16px;
 }
 }
 
 @media (max-width: 380px) {
 .lg-title {
 font-size: 36px;
 }
 
 .lg-badge {
 font-size: 11px;
 letter-spacing: 1.2px;
 }
 }
 
 :root {
 --lg-results-dark-deep: #030a08;
 --lg-results-dark-soft: #08110e;
 --lg-results-emerald: #1fb383;
 --lg-results-emerald-soft: #5de0b1;
 --lg-results-gold: #d4af37;
 --lg-results-gold-light: #f6dfa0;
 --lg-results-text-dim: rgba(255,255,255,0.64);
 --lg-results-text-soft: rgba(255,255,255,0.84);
 }
 
 .lg-results-section,
 .lg-results-section * {
 box-sizing: border-box;
 }
 
 .lg-results-section {
 position: relative;
 width: 100%;
 padding: 82px 0;
 color: #fff;
 font-family: 'Inter', Arial, Helvetica, sans-serif;
 background:
 radial-gradient(circle at 12% 18%, rgba(31,179,131,0.16), transparent 34%),
 radial-gradient(circle at 88% 82%, rgba(212,175,55,0.10), transparent 32%),
 linear-gradient(180deg, #07100d 0%, #030a08 100%);
 overflow: hidden;
 }
 
 .lg-results-section::before,
 .lg-results-section::after {
 content: "";
 position: absolute;
 border-radius: 50%;
 filter: blur(80px);
 pointer-events: none;
 z-index: 0;
 }
 
 .lg-results-section::before {
 width: 320px;
 height: 320px;
 left: -100px;
 top: -80px;
 background: rgba(31,179,131,0.10);
 }
 
 .lg-results-section::after {
 width: 360px;
 height: 360px;
 right: -120px;
 bottom: -120px;
 background: rgba(212,175,55,0.08);
 }
 
 .lg-results-bg-motion {
 position: absolute;
 inset: 0;
 z-index: 1;
 background:
 linear-gradient(180deg, rgba(255,255,255,0.02), transparent 22%, transparent 78%, rgba(255,255,255,0.015));
 pointer-events: none;
 }
 
 .lg-results-inner {
 position: relative;
 z-index: 10;
 max-width: 1240px;
 margin: 0 auto;
 padding: 0 22px;
 }
 
 .lg-results-heading {
 text-align: center;
 margin-bottom: 52px;
 }
 
 .lg-results-eyebrow {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 color: var(--lg-results-emerald-soft);
 text-transform: uppercase;
 font-weight: 900;
 font-size: 11px;
 letter-spacing: 2px;
 margin-bottom: 18px;
 padding: 10px 16px;
 border-radius: 999px;
 background: rgba(255,255,255,0.05);
 border: 1px solid rgba(255,255,255,0.08);
 box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
 }
 
 .lg-results-eyebrow::before {
 content: "";
 width: 8px;
 height: 8px;
 border-radius: 50%;
 background: var(--lg-results-emerald);
 box-shadow: 0 0 14px rgba(31,179,131,0.65);
 }
 
 .lg-results-heading h2 {
 font-size: 34px;
 font-weight: 900;
 margin: 0 0 12px 0;
 line-height: 1.08;
 letter-spacing: -1.4px;
 }
 
 @media (min-width: 768px) {
 .lg-results-heading h2 {
 font-size: 52px;
 }
 }
 
 .lg-results-heading h2 span {
 background: linear-gradient(135deg, var(--lg-results-gold-light), var(--lg-results-gold));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 }
 
 .lg-results-sub {
 color: var(--lg-results-text-dim);
 margin: 0 auto;
 max-width: 780px;
 font-size: 1.02rem;
 line-height: 1.6;
 }
 
 .lg-results-cases-wrapper {
 position: relative;
 width: 100%;
 }
 
 .lg-results-cases {
 display: flex;
 gap: 24px;
 justify-content: center;
 }
 
 .lg-results-case-block {
 display: flex;
 flex-direction: column;
 align-items: center;
 }
 
 .lg-results-case-label {
 background:
 linear-gradient(180deg, rgba(13,26,23,0.96) 0%, rgba(8,17,14,0.92) 100%);
 color: var(--lg-results-emerald-soft);
 font-size: 10px;
 font-weight: 900;
 padding: 7px 14px;
 border-radius: 999px;
 z-index: 10;
 letter-spacing: 1.2px;
 position: relative;
 box-shadow:
 0 10px 24px rgba(0,0,0,0.34),
 inset 0 1px 0 rgba(255,255,255,0.04);
 border: 1px solid rgba(255,255,255,0.07);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 }
 
 .lg-results-case {
 position: relative;
 background:
 linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.035) 100%);
 border: 1px solid rgba(255,255,255,0.07);
 border-radius: 28px;
 padding: 0;
 margin-top: -12px;
 width: 100%;
 overflow: hidden;
 display: flex;
 flex-direction: column;
 box-shadow:
 0 24px 60px rgba(0,0,0,0.28),
 inset 0 1px 0 rgba(255,255,255,0.04);
 backdrop-filter: blur(16px);
 -webkit-backdrop-filter: blur(16px);
 transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
 }
 
 .lg-results-case:hover {
 transform: translateY(-6px);
 border-color: rgba(255,255,255,0.12);
 box-shadow:
 0 30px 70px rgba(0,0,0,0.34),
 inset 0 1px 0 rgba(255,255,255,0.06);
 }
 
 .lg-results-img-container {
 width: 100%;
 height: 180px;
 overflow: hidden;
 border-bottom: 1px solid rgba(255,255,255,0.06);
 position: relative;
 }
 
 .lg-results-img-container::after {
 content: "";
 position: absolute;
 inset: 0;
 background: linear-gradient(180deg, transparent 40%, rgba(3,10,8,0.22) 100%);
 pointer-events: none;
 }
 
 .lg-results-img-container img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transform: scale(1.02);
 display: block;
 }
 
 .lg-results-case-content {
 padding: 28px 24px 24px;
 flex-grow: 1;
 display: flex;
 flex-direction: column;
 }
 
 .lg-results-case-title {
 font-size: 1rem;
 font-weight: 800;
 color: #fff;
 text-align: center;
 margin: 0 0 22px 0;
 min-height: 2.8em;
 line-height: 1.45;
 letter-spacing: -0.2px;
 }
 
 .lg-results-values {
 display: flex;
 justify-content: space-between;
 gap: 14px;
 margin-bottom: 18px;
 font-size: 12px;
 font-weight: 700;
 color: var(--lg-results-text-soft);
 }
 
 .lg-results-initial-value,
 .lg-results-final-value {
 flex: 1;
 background: rgba(255,255,255,0.03);
 border: 1px solid rgba(255,255,255,0.05);
 border-radius: 16px;
 padding: 14px 12px;
 text-align: center;
 }
 
 .lg-results-num-final {
 color: var(--lg-results-emerald-soft);
 font-size: 17px;
 font-weight: 900;
 display: block;
 margin-top: 6px;
 letter-spacing: -0.3px;
 }
 
 .lg-results-num-initial {
 display: block;
 margin-top: 6px;
 font-size: 14px;
 color: #fff;
 font-weight: 800;
 }
 
 .lg-results-progress {
 width: 100%;
 height: 10px;
 background: rgba(255,255,255,0.08);
 border-radius: 999px;
 position: relative;
 margin: 18px 0 18px;
 overflow: visible;
 }
 
 .lg-results-fill-grey {
 position: absolute;
 left: 0;
 top: 0;
 height: 100%;
 background: linear-gradient(90deg, rgba(140,140,140,0.95), rgba(110,110,110,0.95));
 border-radius: 999px;
 z-index: 1;
 box-shadow: 0 0 14px rgba(255,255,255,0.06);
 }
 
 .lg-results-fill-green {
 position: absolute;
 top: 0;
 height: 100%;
 background: linear-gradient(90deg, var(--lg-results-emerald), #b2ffd6);
 border-radius: 999px;
 z-index: 2;
 box-shadow: 0 0 18px rgba(31,179,131,0.35);
 }
 
 .lg-results-marker {
 position: absolute;
 top: -6px;
 width: 3px;
 height: 22px;
 background: linear-gradient(180deg, #fff, rgba(255,255,255,0.6));
 border-radius: 999px;
 z-index: 3;
 transform: translateX(-50%);
 box-shadow: 0 0 14px rgba(255,255,255,0.25);
 }
 
 .lg-results-increase {
 text-align: center;
 font-size: 1.24rem;
 font-weight: 900;
 color: #fff;
 margin-top: auto;
 letter-spacing: -0.4px;
 }
 
 .lg-results-footer-content {
 margin-top: 60px;
 text-align: center;
 margin-bottom: 40px;
 }
 
 .lg-results-title {
 font-size: 36px;
 font-weight: 900;
 line-height: 1.06;
 margin: 0 0 18px 0;
 letter-spacing: -1.6px;
 }
 
 @media (min-width: 768px) {
 .lg-results-title {
 font-size: 58px;
 }
 }
 
 .lg-results-title span {
 background: linear-gradient(135deg, #d4af37, #f9e29c);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 }
 
 .lg-results-footer-sub {
 max-width: 850px;
 margin: 0 auto;
 color: var(--lg-results-text-dim);
 font-size: 1rem;
 line-height: 1.75;
 }
 
 .lg-results-chart-wrapper {
 background:
 linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.03) 100%);
 border: 1px solid rgba(255,255,255,0.08);
 border-radius: 28px;
 padding: 34px 18px 24px;
 position: relative;
 margin-top: 24px;
 box-shadow:
 0 24px 60px rgba(0,0,0,0.26),
 inset 0 1px 0 rgba(255,255,255,0.04);
 overflow: hidden;
 }
 
 .lg-results-chart-wrapper::before {
 content: "";
 position: absolute;
 inset: 0;
 background:
 radial-gradient(circle at top left, rgba(255,255,255,0.04), transparent 28%),
 radial-gradient(circle at bottom right, rgba(31,179,131,0.06), transparent 30%);
 pointer-events: none;
 }
 
 .lg-results-top-labels {
 display: flex;
 width: 100%;
 margin-bottom: 18px;
 font-weight: 900;
 font-size: 10px;
 letter-spacing: 1.2px;
 position: relative;
 z-index: 2;
 }
 
 .lg-results-label-without {
 width: 40%;
 color: #ff6666;
 text-align: center;
 }
 
 .lg-results-label-with {
 width: 60%;
 color: var(--lg-results-emerald-soft);
 text-align: center;
 }
 
 .lg-results-svg-container {
 width: 100%;
 height: 230px;
 position: relative;
 z-index: 2;
 }
 
 @media (min-width: 768px) {
 .lg-results-svg-container {
 height: 320px;
 }
 }
 
 .lg-results-divider-line {
 position: absolute;
 left: 40%;
 top: 0;
 bottom: 40px;
 width: 2px;
 background: linear-gradient(to bottom, rgba(31,179,131,0.9), transparent);
 z-index: 5;
 opacity: 0;
 transition: 0.5s 1s;
 box-shadow: 0 0 16px rgba(31,179,131,0.25);
 }
 
 .lg-results-animate-chart .lg-results-divider-line {
 opacity: 1;
 }
 
 .lg-results-path-line {
 fill: none;
 stroke: var(--lg-results-gold);
 stroke-width: 5;
 stroke-linecap: round;
 stroke-linejoin: round;
 stroke-dasharray: 1500;
 stroke-dashoffset: 1500;
 filter: drop-shadow(0 0 10px rgba(212,175,55,0.16));
 }
 
 .lg-results-animate-chart .lg-results-path-line {
 animation: lgResultsDrawLine 2s forwards ease-in-out;
 }
 
 .lg-results-path-area {
 fill: url(#lg-results-grad-gold);
 opacity: 0;
 transition: 1s 1.5s;
 }
 
 .lg-results-animate-chart .lg-results-path-area {
 opacity: 1;
 }
 
 @keyframes lgResultsDrawLine {
 to {
 stroke-dashoffset: 0;
 }
 }
 
 .lg-results-axis-text {
 fill: var(--lg-results-text-dim);
 font-size: 9px;
 font-weight: 800;
 text-transform: uppercase;
 letter-spacing: 0.7px;
 }
 
 @media (min-width: 768px) {
 .lg-results-axis-text {
 font-size: 11px;
 }
 }
 
 .lg-results-hoja-text {
 fill: var(--lg-results-emerald-soft);
 font-weight: 900;
 }
 
 @media (min-width: 768px) {
 .lg-results-case-block {
 flex: 1;
 max-width: 370px;
 }
 
 .lg-results-dots {
 display: none;
 }
 }
 
 @media (max-width: 767px) {
 .lg-results-section {
 padding: 66px 0;
 }
 
 .lg-results-heading {
 margin-bottom: 38px;
 }
 
 .lg-results-cases {
 justify-content: flex-start;
 overflow-x: auto;
 scroll-snap-type: x mandatory;
 scroll-behavior: smooth;
 -webkit-overflow-scrolling: touch;
 padding-bottom: 18px;
 gap: 16px;
 }
 
 .lg-results-cases::-webkit-scrollbar {
 display: none;
 }
 
 .lg-results-case-block {
 min-width: 86vw;
 scroll-snap-align: center;
 }
 
 .lg-results-dots {
 display: flex;
 justify-content: center;
 gap: 8px;
 margin-top: 6px;
 margin-bottom: 34px;
 }
 
 .lg-results-dot {
 width: 8px;
 height: 8px;
 padding: 0;
 border: 0;
 border-radius: 999px;
 background: rgba(255,255,255,0.14);
 transition: 0.3s ease;
 cursor: pointer;
 }
 
 .lg-results-dot.active {
 background: linear-gradient(90deg, var(--lg-results-emerald), var(--lg-results-gold));
 width: 22px;
 border-radius: 999px;
 }
 
 .lg-results-case {
 border-radius: 24px;
 }
 
 .lg-results-img-container {
 height: 168px;
 }
 
 .lg-results-case-content {
 padding: 24px 20px 22px;
 }
 
 .lg-results-chart-wrapper {
 border-radius: 22px;
 padding: 28px 14px 20px;
 }
 }
body #lgResultsExactTop.lg-results-section{display:block!important;}
#lgResultsExactTop #lgResultsChartTop{display:block!important;}
#lgResultsExactTop .lg-results-cases{justify-content:center!important;}


/* V12 light background + previous landscape photos feel */
body #lgResultsExactTop.lg-results-section{
  display:block!important;
  margin:42px 0 0!important;
  padding:74px 0 70px!important;
  color:#10241d!important;
  background:
    radial-gradient(circle at 12% 18%, rgba(78,114,138,.10), transparent 32%),
    radial-gradient(circle at 86% 78%, rgba(185,194,205,.18), transparent 28%),
    linear-gradient(180deg,#f3f5f7 0%, #eef2f5 100%)!important;
}
body #lgResultsExactTop.lg-results-section::before{
  background:rgba(120,140,160,.10)!important;
  filter:blur(90px)!important;
}
body #lgResultsExactTop.lg-results-section::after{
  background:rgba(160,170,180,.10)!important;
  filter:blur(90px)!important;
}
#lgResultsExactTop .lg-results-bg-motion{
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.46), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,0) 28%, rgba(255,255,255,0) 72%, rgba(255,255,255,.28))!important;
}
#lgResultsExactTop .lg-results-eyebrow{
  background:#ffffff!important;
  color:#21473a!important;
  border:1px solid rgba(16,36,29,.08)!important;
  box-shadow:0 10px 24px rgba(20,32,46,.06)!important;
}
#lgResultsExactTop .lg-results-eyebrow::before{
  box-shadow:none!important;
}
#lgResultsExactTop .lg-results-heading h2,
#lgResultsExactTop .lg-results-title{
  color:#081f18!important;
}
#lgResultsExactTop .lg-results-sub,
#lgResultsExactTop .lg-results-footer-sub{
  color:#5f6b75!important;
}
#lgResultsExactTop .lg-results-case-label{
  background:linear-gradient(180deg,#fff3b4 0%,#f2df8a 100%)!important;
  color:#0d241d!important;
  border:1px solid rgba(212,175,55,.35)!important;
  box-shadow:0 10px 22px rgba(212,175,55,.14)!important;
}
#lgResultsExactTop .lg-results-case{
  background:linear-gradient(180deg,#ffffff 0%, #f6f8fa 100%)!important;
  border:1px solid rgba(22,36,46,.08)!important;
  box-shadow:0 22px 52px rgba(22,31,41,.08)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
#lgResultsExactTop .lg-results-case:hover{
  border-color:rgba(22,36,46,.14)!important;
  box-shadow:0 28px 60px rgba(22,31,41,.12)!important;
}
#lgResultsExactTop .lg-results-img-container{
  border-bottom:1px solid rgba(22,36,46,.06)!important;
  height:192px!important;
}
#lgResultsExactTop .lg-results-img-container::after{
  background:linear-gradient(180deg, transparent 46%, rgba(8,18,16,.10) 100%)!important;
}
#lgResultsExactTop .lg-results-case-title{
  color:#10241d!important;
}
#lgResultsExactTop .lg-results-values{
  color:#69747d!important;
}
#lgResultsExactTop .lg-results-initial-value,
#lgResultsExactTop .lg-results-final-value{
  background:#eef2f5!important;
  border:1px solid rgba(22,36,46,.07)!important;
}
#lgResultsExactTop .lg-results-num-initial{
  color:#10241d!important;
}
#lgResultsExactTop .lg-results-num-final,
#lgResultsExactTop .lg-results-increase{
  color:#0f7a53!important;
}
#lgResultsExactTop .lg-results-progress{
  background:#dde4ea!important;
}
#lgResultsExactTop .lg-results-fill-grey{
  background:linear-gradient(90deg,#b5c0ca,#cad2d9)!important;
  box-shadow:none!important;
}
#lgResultsExactTop .lg-results-fill-green{
  background:linear-gradient(90deg,#1fa06f,#42c88e)!important;
  box-shadow:0 0 14px rgba(31,160,111,.22)!important;
}
#lgResultsExactTop .lg-results-marker{
  background:linear-gradient(180deg,#0f7a53,#23a26f)!important;
  box-shadow:0 0 12px rgba(31,160,111,.20)!important;
}
#lgResultsExactTop .lg-results-footer-content{
  margin-top:54px!important;
}
#lgResultsExactTop .lg-results-chart-wrapper{
  background:linear-gradient(180deg,#ffffff 0%, #f6f8fa 100%)!important;
  border:1px solid rgba(22,36,46,.08)!important;
  box-shadow:0 22px 52px rgba(22,31,41,.08)!important;
}
#lgResultsExactTop .lg-results-top-labels{color:#4e5862!important;}
#lgResultsExactTop .lg-results-label-without{color:#c65050!important;}
#lgResultsExactTop .lg-results-label-with{color:#157e59!important;}
#lgResultsExactTop .lg-results-divider-line{box-shadow:none!important;}
#lgResultsExactTop .lg-results-axis-label,
#lgResultsExactTop .lg-results-axis-value,
#lgResultsExactTop .lg-results-bottom-caption{color:#5f6b75!important; fill:#5f6b75!important;}
#lgResultsExactTop .lg-results-cta{
  background:#0d6a49!important;
  box-shadow:0 16px 34px rgba(13,106,73,.18)!important;
}

/* light grey background for following sections instead of warm beige */
body .lg-mock-section,
body .lg-mock-team-section,
body .lg-feature-band,
body .lg-faq-section,
body .lg-cta-section{
  background:#f2f4f7!important;
}


/* V13 remove the white strip above results section */
body #lgResultsExactTop.lg-results-section{
  margin-top:-44px!important;
  padding-top:118px!important;
  border-top-left-radius:34px!important;
  border-top-right-radius:34px!important;
  overflow:hidden!important;
}
@media (max-width: 980px){
  body #lgResultsExactTop.lg-results-section{
    margin-top:-26px!important;
    padding-top:94px!important;
    border-top-left-radius:26px!important;
    border-top-right-radius:26px!important;
  }
}


/* V14 integrate proof strip and before/after section without visible gap */
body .lg-mock-home{
  background:linear-gradient(180deg,#081512 0px,#081512 500px,#f2f4f7 500px,#f2f4f7 100%)!important;
}
body .lg-mock-proof{
  position:relative!important;
  z-index:9!important;
  margin-top:-54px!important;
  margin-bottom:-38px!important;
}
body .lg-mock-proof-grid{
  box-shadow:0 22px 60px rgba(15,25,35,.12)!important;
}
body #lgResultsExactTop.lg-results-section{
  display:block!important;
  margin-top:0!important;
  padding-top:92px!important;
  padding-bottom:72px!important;
  background:
    radial-gradient(circle at 14% 18%, rgba(150,170,190,.12), transparent 28%),
    radial-gradient(circle at 85% 78%, rgba(185,194,205,.15), transparent 26%),
    linear-gradient(180deg,#f2f4f7 0%, #edf1f4 100%)!important;
  border-top-left-radius:30px!important;
  border-top-right-radius:30px!important;
  overflow:hidden!important;
}
body #lgResultsExactTop.lg-results-section::before{
  background:rgba(150,165,180,.08)!important;
  filter:blur(80px)!important;
}
body #lgResultsExactTop.lg-results-section::after{
  background:rgba(255,255,255,.24)!important;
  filter:blur(90px)!important;
}
#lgResultsExactTop .lg-results-bg-motion{
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,.42), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,0) 30%, rgba(255,255,255,0) 74%, rgba(255,255,255,.14))!important;
}
#lgResultsExactTop .lg-results-heading h2,
#lgResultsExactTop .lg-results-title{color:#092019!important;}
#lgResultsExactTop .lg-results-sub,
#lgResultsExactTop .lg-results-footer-sub{color:#61707b!important;}
#lgResultsExactTop .lg-results-eyebrow{
  background:#ffffff!important;
  color:#194b3a!important;
  border:1px solid rgba(15,35,28,.08)!important;
  box-shadow:0 10px 24px rgba(21,34,46,.06)!important;
}
#lgResultsExactTop .lg-results-case{
  background:linear-gradient(180deg,#ffffff 0%,#f7f9fb 100%)!important;
  border:1px solid rgba(21,34,46,.08)!important;
  box-shadow:0 18px 44px rgba(21,34,46,.08)!important;
}
#lgResultsExactTop .lg-results-case:hover{box-shadow:0 24px 52px rgba(21,34,46,.11)!important;}
#lgResultsExactTop .lg-results-img-container{height:194px!important;border-bottom:1px solid rgba(21,34,46,.06)!important;}
#lgResultsExactTop .lg-results-img-container::after{background:linear-gradient(180deg,transparent 52%, rgba(10,18,16,.08) 100%)!important;}
#lgResultsExactTop .lg-results-case-title{color:#10241d!important;}
#lgResultsExactTop .lg-results-values{color:#6a7680!important;}
#lgResultsExactTop .lg-results-initial-value,
#lgResultsExactTop .lg-results-final-value{background:#eef2f5!important;border:1px solid rgba(21,34,46,.07)!important;}
#lgResultsExactTop .lg-results-num-initial{color:#10241d!important;}
#lgResultsExactTop .lg-results-num-final,
#lgResultsExactTop .lg-results-increase{color:#0e7b55!important;}
#lgResultsExactTop .lg-results-progress{background:#dde4ea!important;}
#lgResultsExactTop .lg-results-fill-grey{background:linear-gradient(90deg,#b9c3cc,#ccd4db)!important;box-shadow:none!important;}
#lgResultsExactTop .lg-results-fill-green{background:linear-gradient(90deg,#1fa06f,#42c88e)!important;box-shadow:0 0 14px rgba(31,160,111,.20)!important;}
#lgResultsExactTop .lg-results-marker{background:linear-gradient(180deg,#0f7a53,#23a26f)!important;box-shadow:0 0 12px rgba(31,160,111,.18)!important;}
#lgResultsExactTop .lg-results-chart-wrapper{background:linear-gradient(180deg,#ffffff 0%,#f7f9fb 100%)!important;border:1px solid rgba(21,34,46,.08)!important;box-shadow:0 18px 44px rgba(21,34,46,.08)!important;}
#lgResultsExactTop .lg-results-top-labels{color:#56626b!important;}
#lgResultsExactTop .lg-results-label-without{color:#c65050!important;}
#lgResultsExactTop .lg-results-label-with{color:#167d59!important;}
#lgResultsExactTop .lg-results-axis-label,
#lgResultsExactTop .lg-results-axis-value,
#lgResultsExactTop .lg-results-bottom-caption{color:#61707b!important;fill:#61707b!important;}

@media (max-width: 980px){
  body .lg-mock-home{background:linear-gradient(180deg,#081512 0px,#081512 430px,#f2f4f7 430px,#f2f4f7 100%)!important;}
  body .lg-mock-proof{margin-top:-34px!important;margin-bottom:-22px!important;}
  body #lgResultsExactTop.lg-results-section{padding-top:74px!important;border-top-left-radius:22px!important;border-top-right-radius:22px!important;}
}

/* V16 fix: chart must render even if scroll animation is missed */
#lgResultsExactTop #lgResultsChartTop .lg-results-divider-line{
  opacity:1!important;
}
#lgResultsExactTop #lgResultsChartTop .lg-results-path-line{
  stroke-dashoffset:0!important;
  opacity:1!important;
}
#lgResultsExactTop #lgResultsChartTop .lg-results-path-area{
  opacity:.42!important;
}
#lgResultsExactTop #lgResultsChartTop .lg-results-svg-container line{
  stroke:rgba(16,35,28,.14)!important;
}
#lgResultsExactTop #lgResultsChartTop .lg-results-axis-text{
  fill:#61707b!important;
}
#lgResultsExactTop #lgResultsChartTop .lg-results-hoja-text{
  fill:#167d59!important;
}

/* V19 HERO compacto + restauracion fondo verde en comparaciones/resultados */
body .lg-mock-hero{
  min-height:clamp(500px,62vh,610px)!important;
  padding:92px 0 54px!important;
  align-items:center!important;
}
body .lg-mock-hero-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(330px,.72fr)!important;
  gap:34px!important;
  align-items:center!important;
}
body .lg-mock-hero-inner{max-width:680px!important;}
body .lg-mock-title{
  font-size:clamp(38px,4.4vw,64px)!important;
  line-height:.98!important;
  margin-bottom:16px!important;
}
body .lg-mock-title em{display:block!important;margin-top:2px!important;}
body .lg-mock-desc{
  max-width:560px!important;
  font-size:clamp(16px,1.35vw,20px)!important;
  line-height:1.45!important;
  margin-bottom:0!important;
}
body .lg-mock-actions{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:14px!important;
  margin-top:24px!important;
}
body .lg-mock-btn{
  width:auto!important;
  min-width:190px!important;
  min-height:54px!important;
  padding:0 26px!important;
  border-radius:13px!important;
  font-size:15px!important;
  line-height:1!important;
}
body .lg-mock-btn::after{
  content:"→";
  margin-left:12px;
  font-size:18px;
  line-height:1;
}
body .lg-hero-photo-composition{width:min(100%,430px)!important;}
body .lg-hero-photo-frame{width:min(100%,395px)!important;}
body .lg-hero-front-overlay{padding:15px!important;bottom:15px!important;left:15px!important;right:15px!important;}
body .lg-hero-front-overlay strong{font-size:18px!important;}
body .lg-hero-front-overlay small{font-size:12px!important;}

@media (min-width:981px) and (max-height:760px){
  body .lg-mock-hero{min-height:540px!important;padding-top:82px!important;padding-bottom:46px!important;}
  body .lg-mock-title{font-size:clamp(36px,4vw,58px)!important;}
  body .lg-hero-photo-composition{width:min(100%,390px)!important;}
  body .lg-hero-photo-frame{width:min(100%,360px)!important;}
}
@media (max-width:980px){
  body .lg-mock-hero{min-height:auto!important;padding:92px 0 58px!important;}
  body .lg-mock-hero-grid{grid-template-columns:1fr!important;gap:22px!important;}
  body .lg-mock-actions{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:12px!important;}
  body .lg-mock-btn{flex:1 1 0!important;min-width:0!important;padding:0 14px!important;font-size:14px!important;}
}
@media (max-width:520px){
  body .lg-mock-actions{gap:10px!important;}
  body .lg-mock-btn{min-height:50px!important;padding:0 10px!important;font-size:13px!important;white-space:normal!important;text-align:center!important;}
  body .lg-mock-btn::after{margin-left:7px!important;font-size:15px!important;}
}

/* Restaurar comparaciones/resultados al fondo verde oscuro original */
body #lgResultsExactTop.lg-results-section{
  color:#fff!important;
  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%)!important;
}
body #lgResultsExactTop.lg-results-section::before{background:rgba(31,179,131,0.10)!important;filter:blur(80px)!important;}
body #lgResultsExactTop.lg-results-section::after{background:rgba(212,175,55,0.08)!important;filter:blur(80px)!important;}
#lgResultsExactTop .lg-results-bg-motion{background:linear-gradient(180deg,rgba(255,255,255,0.02),transparent 22%,transparent 78%,rgba(255,255,255,0.015))!important;}
#lgResultsExactTop .lg-results-eyebrow{background:rgba(255,255,255,0.05)!important;color:var(--lg-results-emerald-soft)!important;border:1px solid rgba(255,255,255,0.08)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,0.06)!important;}
#lgResultsExactTop .lg-results-eyebrow::before{box-shadow:0 0 14px rgba(31,179,131,0.65)!important;}
#lgResultsExactTop .lg-results-heading h2,#lgResultsExactTop .lg-results-title{color:#fff!important;}
#lgResultsExactTop .lg-results-sub,#lgResultsExactTop .lg-results-footer-sub{color:rgba(255,255,255,0.64)!important;}
#lgResultsExactTop .lg-results-case-label{background:linear-gradient(180deg,rgba(13,26,23,0.96) 0%,rgba(8,17,14,0.92) 100%)!important;color:var(--lg-results-emerald-soft)!important;border:1px solid rgba(255,255,255,0.07)!important;box-shadow:0 10px 24px rgba(0,0,0,0.34),inset 0 1px 0 rgba(255,255,255,0.04)!important;}
#lgResultsExactTop .lg-results-case{background:linear-gradient(180deg,rgba(255,255,255,0.06) 0%,rgba(255,255,255,0.035) 100%)!important;border:1px solid rgba(255,255,255,0.07)!important;box-shadow:0 24px 60px rgba(0,0,0,0.28),inset 0 1px 0 rgba(255,255,255,0.04)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;}
#lgResultsExactTop .lg-results-case:hover{border-color:rgba(255,255,255,0.12)!important;box-shadow:0 30px 70px rgba(0,0,0,0.34),inset 0 1px 0 rgba(255,255,255,0.06)!important;}
#lgResultsExactTop .lg-results-img-container{border-bottom:1px solid rgba(255,255,255,0.06)!important;}
#lgResultsExactTop .lg-results-img-container::after{background:linear-gradient(180deg,transparent 40%,rgba(3,10,8,0.22) 100%)!important;}
#lgResultsExactTop .lg-results-case-title{color:#fff!important;}
#lgResultsExactTop .lg-results-values{color:rgba(255,255,255,0.84)!important;}
#lgResultsExactTop .lg-results-initial-value,#lgResultsExactTop .lg-results-final-value{background:rgba(255,255,255,0.03)!important;border:1px solid rgba(255,255,255,0.05)!important;}
#lgResultsExactTop .lg-results-num-initial{color:#fff!important;}
#lgResultsExactTop .lg-results-num-final{color:var(--lg-results-emerald-soft)!important;}
#lgResultsExactTop .lg-results-increase{color:#fff!important;}
#lgResultsExactTop .lg-results-progress{background:rgba(255,255,255,0.08)!important;}
#lgResultsExactTop .lg-results-fill-grey{background:linear-gradient(90deg,rgba(140,140,140,0.95),rgba(110,110,110,0.95))!important;box-shadow:0 0 14px rgba(255,255,255,0.06)!important;}
#lgResultsExactTop .lg-results-fill-green{background:linear-gradient(90deg,var(--lg-results-emerald),#b2ffd6)!important;box-shadow:0 0 18px rgba(31,179,131,0.35)!important;}
#lgResultsExactTop .lg-results-marker{background:linear-gradient(180deg,#fff,rgba(255,255,255,0.6))!important;box-shadow:0 0 14px rgba(255,255,255,0.25)!important;}
#lgResultsExactTop .lg-results-chart-wrapper{background:linear-gradient(180deg,rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.03) 100%)!important;border:1px solid rgba(255,255,255,0.08)!important;box-shadow:0 24px 60px rgba(0,0,0,0.26),inset 0 1px 0 rgba(255,255,255,0.04)!important;}
#lgResultsExactTop .lg-results-top-labels{color:rgba(255,255,255,0.84)!important;}
#lgResultsExactTop .lg-results-label-without{color:#ff6666!important;}
#lgResultsExactTop .lg-results-label-with{color:var(--lg-results-emerald-soft)!important;}
#lgResultsExactTop .lg-results-axis-label,#lgResultsExactTop .lg-results-axis-value,#lgResultsExactTop .lg-results-bottom-caption{color:rgba(255,255,255,0.64)!important;fill:rgba(255,255,255,0.64)!important;}
#lgResultsExactTop #lgResultsChartTop .lg-results-axis-text{fill:rgba(255,255,255,0.64)!important;}
#lgResultsExactTop #lgResultsChartTop .lg-results-hoja-text{fill:var(--lg-results-emerald-soft)!important;}

/* V20 fix: separar la tarjeta de ventajas de la seccion Tipos de expropiacion */
body .lg-mock-proof{
  margin-bottom:34px!important;
}
body .lg-mock-section{
  padding-top:34px!important;
}
@media (max-width:980px){
  body .lg-mock-proof{
    margin-bottom:24px!important;
  }
  body .lg-mock-section{
    padding-top:28px!important;
  }
}

/* V21 fix: centrar titulo de tipos y separar claramente de resultados */
body .lg-mock-section{
  padding-top:34px!important;
  padding-bottom:78px!important;
}
body .lg-mock-head{
  display:block!important;
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
  margin-bottom:26px!important;
}
body .lg-mock-head > div{
  max-width:820px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body .lg-mock-head h2,
body .lg-mock-head p{
  text-align:center!important;
}
body .lg-mock-head h2{
  margin-left:auto!important;
  margin-right:auto!important;
}
body .lg-mock-head p{
  max-width:720px!important;
  margin:9px auto 0!important;
}
body .lg-mock-types{
  margin-bottom:0!important;
}
body #lgResultsExactTop.lg-results-section{
  margin-top:0!important;
}
@media (max-width:980px){
  body .lg-mock-section{
    padding-top:28px!important;
    padding-bottom:56px!important;
  }
  body .lg-mock-head{
    margin-bottom:22px!important;
  }
}


/* Ajustes móviles finales: misma copy, mejor composición y botones sin partirse */
@media(max-width:720px){
  .lg-mock-hero{
    padding-top:96px!important;
    padding-bottom:46px!important;
  }
  .lg-mock-shell{
    width:min(100% - 28px,1190px)!important;
  }
  .lg-mock-pill{
    max-width:100%!important;
    white-space:normal!important;
    align-items:flex-start!important;
    gap:9px!important;
    padding:9px 12px!important;
    font-size:12px!important;
    line-height:1.18!important;
    letter-spacing:.02em!important;
  }
  .lg-mock-pill i{
    margin-top:2px!important;
    flex:0 0 auto!important;
  }
  .lg-mock-title{
    margin:22px 0 12px!important;
    font-size:clamp(38px,10.8vw,46px)!important;
    line-height:.96!important;
    letter-spacing:-.062em!important;
    text-wrap:balance!important;
  }
  .lg-mock-title em{
    margin-top:7px!important;
    font-size:clamp(26px,7.4vw,32px)!important;
    line-height:1.04!important;
    letter-spacing:-.045em!important;
    font-style:normal!important;
  }
  .lg-mock-desc{
    max-width:100%!important;
    font-size:18px!important;
    line-height:1.34!important;
    font-weight:600!important;
  }
  .lg-mock-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-top:22px!important;
  }
  .lg-mock-btn{
    width:100%!important;
    min-height:56px!important;
    padding:0 18px!important;
    justify-content:space-between!important;
    font-size:15px!important;
    font-weight:800!important;
    line-height:1.05!important;
    white-space:normal!important;
    text-align:left!important;
  }
  .lg-mock-btn::after{
    content:"→"!important;
    margin-left:12px!important;
    font-size:22px!important;
    line-height:1!important;
    flex:0 0 auto!important;
  }
}
@media(max-width:380px){
  .lg-mock-title{
    font-size:clamp(35px,10.5vw,41px)!important;
    letter-spacing:-.055em!important;
  }
  .lg-mock-title em{
    font-size:clamp(24px,7vw,29px)!important;
  }
  .lg-mock-desc{
    font-size:16.5px!important;
  }
  .lg-mock-btn{
    min-height:54px!important;
    font-size:14px!important;
  }
}

/* Corrección final: formulario inferior de revisión gratuita */
.lg-mock-cta .lg-mock-form input[type="hidden"]{
  display:none!important;
}
.lg-mock-cta .lg-mock-form{
  align-items:start!important;
}
.lg-mock-cta .lg-mock-form textarea{
  grid-column:1/3!important;
  width:100%!important;
  box-sizing:border-box!important;
}
.lg-mock-cta .lg-mock-form .privacy{
  grid-column:1/3!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  margin:2px 0 0!important;
  min-height:auto!important;
}
.lg-mock-cta .lg-mock-form .privacy input{
  width:auto!important;
  min-width:14px!important;
  margin-top:2px!important;
  padding:0!important;
}
.lg-mock-cta .lg-mock-form-actions{
  grid-column:1/3!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  width:100%!important;
}
.lg-mock-cta .lg-mock-form button,
.lg-mock-cta .lg-mock-form .wa-submit{
  min-height:48px!important;
  width:100%!important;
  box-sizing:border-box!important;
  text-align:center!important;
}
@media(max-width:720px){
  .lg-mock-cta .lg-mock-form,
  .lg-mock-cta .lg-mock-form-actions{
    grid-template-columns:1fr!important;
  }
  .lg-mock-cta .lg-mock-form textarea,
  .lg-mock-cta .lg-mock-form .privacy,
  .lg-mock-cta .lg-mock-form-actions{
    grid-column:1!important;
  }
}


/* v15 - product style cards for tipos de expropiacion */
body .lg-mock-types--product{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}
body .lg-mock-type--product{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:356px!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:24px!important;
  background:#fff!important;
  color:#12221c!important;
  text-decoration:none!important;
  border:1px solid #e6ece6!important;
  box-shadow:0 18px 52px rgba(16,32,26,.08)!important;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease!important;
}
body .lg-mock-type--product:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 24px 60px rgba(16,32,26,.12)!important;
  border-color:#d4e4d8!important;
}
body .lg-mock-type--product:before,
body .lg-mock-type--product img{
  display:none!important;
}
body .lg-mock-type--product .lg-mock-type-visual-wrap{
  padding:20px 20px 0!important;
}
body .lg-mock-type--product .lg-mock-type-chip{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:28px!important;
  padding:0 11px!important;
  border-radius:999px!important;
  background:#f0f6f1!important;
  border:1px solid #e4eee7!important;
  color:#567163!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body .lg-mock-type--product .lg-mock-type-chip:before{
  content:""!important;
  width:8px!important;
  height:8px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#25d366,#10b79a)!important;
  box-shadow:0 0 0 4px rgba(37,211,102,.12)!important;
}
body .lg-mock-type--product .lg-mock-type-visual{
  margin-top:14px!important;
  min-height:190px!important;
  border-radius:22px!important;
  border:1px solid #eef3ee!important;
  background:linear-gradient(180deg,#fcfefc 0%, #f3f7f4 100%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
body .lg-mock-type--product .lg-mock-type-visual svg{
  width:100%!important;
  height:auto!important;
  display:block!important;
}
body .lg-mock-type--product .lg-mock-type-content{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:48px 1fr!important;
  gap:14px!important;
  align-items:start!important;
  padding:18px 22px 22px!important;
}
body .lg-mock-type--product .lg-mock-type-arrow{
  width:40px!important;
  height:40px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg,#0b5d47,#16b08b)!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1!important;
  box-shadow:0 10px 22px rgba(14,93,71,.18)!important;
}
body .lg-mock-type--product .lg-mock-type-copy{
  display:block!important;
}
body .lg-mock-type--product strong{
  display:block!important;
  margin:2px 0 6px!important;
  color:#10201a!important;
  font-size:22px!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
  font-weight:900!important;
}
body .lg-mock-type--product span{
  display:block!important;
  color:#66736d!important;
  font-size:14px!important;
  line-height:1.5!important;
  font-weight:600!important;
}
@media(max-width:1120px){
  body .lg-mock-types--product{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:720px){
  body .lg-mock-types--product{grid-template-columns:1fr!important;gap:16px!important;}
  body .lg-mock-type--product{min-height:auto!important;}
  body .lg-mock-type--product .lg-mock-type-visual{min-height:176px!important;}
  body .lg-mock-type--product strong{font-size:20px!important;}
}


/* v16 - motion system for tipos de expropiacion illustrations */
body .lg-mock-type--product{will-change:transform;}
body .lg-mock-type--product .lg-mock-type-visual-wrap,
body .lg-mock-type--product .lg-mock-type-visual,
body .lg-mock-type--product .lg-mock-type-arrow,
body .lg-mock-type--product .lg-mock-type-chip,
body .lg-mock-type--product .lg-mock-type-visual svg{transition:transform .28s ease, box-shadow .28s ease, opacity .28s ease, filter .28s ease!important;}
body .lg-mock-type--product .lg-mock-type-visual-wrap{animation:lgCardFloat 6.4s ease-in-out infinite; transform-origin:center center;}
body .lg-mock-types--product .lg-mock-type--product:nth-child(2) .lg-mock-type-visual-wrap{animation-duration:7.2s; animation-delay:-1.1s;}
body .lg-mock-types--product .lg-mock-type--product:nth-child(3) .lg-mock-type-visual-wrap{animation-duration:6.9s; animation-delay:-2.4s;}
body .lg-mock-types--product .lg-mock-type--product:nth-child(4) .lg-mock-type-visual-wrap{animation-duration:7.7s; animation-delay:-3.2s;}
body .lg-mock-type--product:hover .lg-mock-type-visual{transform:translateY(-3px) scale(1.02)!important; box-shadow:0 22px 44px rgba(11,93,71,.09)!important;}
body .lg-mock-type--product:hover .lg-mock-type-arrow{transform:translate(4px,-2px) scale(1.05)!important;}
body .lg-mock-type--product:hover .lg-mock-type-chip{transform:translateY(-1px)!important;}
body .lg-mock-type--product .lg-mock-type-visual svg{overflow:visible!important;}
body .lg-mock-type--product .lg-anim-field{animation:lgFieldPulse 4.8s ease-in-out infinite; transform-origin:111px 106px; transform-box:fill-box;}
body .lg-mock-type--product .lg-anim-beacon{animation:lgBeaconPulse 3.8s ease-in-out infinite; transform-origin:173px 83px; transform-box:fill-box;}
body .lg-mock-type--product .lg-anim-sun{animation:lgSunGlow 5.6s ease-in-out infinite; transform-origin:center; transform-box:fill-box;}
body .lg-mock-type--product .lg-anim-sprout{animation:lgSprout 4.3s ease-in-out infinite; transform-origin:85px 78px; transform-box:fill-box;}

body .lg-mock-type--product .lg-anim-block{animation:lgUrbanLift 6.2s ease-in-out infinite; transform-box:fill-box;}
body .lg-mock-type--product .lg-anim-block-2{animation-delay:-1.6s;}
body .lg-mock-type--product .lg-anim-urban-badge{animation:lgBadgePulse 3.2s ease-in-out infinite; transform-origin:center; transform-box:fill-box;}

body .lg-mock-type--product .lg-anim-tower{animation:lgTowerLean 5.8s ease-in-out infinite; transform-origin:12px 78px; transform-box:fill-box;}
body .lg-mock-type--product .lg-anim-wave{stroke-dasharray:140; stroke-dashoffset:0; animation:lgWaveFlow 3.6s linear infinite;}
body .lg-mock-type--product .lg-anim-wave-2{animation-delay:-.7s;}
body .lg-mock-type--product .lg-anim-wave-3{animation-delay:-1.3s;}
body .lg-mock-type--product .lg-anim-wave-4{animation-delay:-2s;}
body .lg-mock-type--product .lg-anim-ground-line{animation:lgGroundDrift 6.1s ease-in-out infinite;}

body .lg-mock-type--product .lg-anim-road{animation:lgRoadBreath 5.8s ease-in-out infinite; transform-origin:center; transform-box:fill-box;}
body .lg-mock-type--product .lg-anim-road-dash{stroke-dashoffset:0; animation:lgDashMove 1.9s linear infinite;}
body .lg-mock-type--product .lg-anim-marker{animation:lgMarkerBounce 4.4s ease-in-out infinite; transform-origin:176px 59px; transform-box:fill-box;}
body .lg-mock-type--product .lg-anim-road-line{animation:lgRoadGlow 3.1s ease-in-out infinite;}
body .lg-mock-type--product .lg-anim-road-line-2{animation-delay:-1.2s;}

@keyframes lgCardFloat{
  0%,100%{transform:translateY(0px)}
  50%{transform:translateY(-5px)}
}
@keyframes lgFieldPulse{
  0%,100%{transform:scale(1); filter:saturate(1)}
  50%{transform:scale(1.03); filter:saturate(1.08)}
}
@keyframes lgBeaconPulse{
  0%,100%{transform:scale(1); opacity:.9}
  50%{transform:scale(1.07); opacity:1}
}
@keyframes lgSunGlow{
  0%,100%{transform:scale(1); filter:drop-shadow(0 0 0 rgba(244,219,117,0))}
  50%{transform:scale(1.08); filter:drop-shadow(0 0 8px rgba(244,219,117,.45))}
}
@keyframes lgSprout{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-2px)}
}
@keyframes lgUrbanLift{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}
@keyframes lgBadgePulse{
  0%,100%{transform:scale(1); filter:drop-shadow(0 0 0 rgba(28,199,162,0))}
  50%{transform:scale(1.08); filter:drop-shadow(0 0 10px rgba(28,199,162,.35))}
}
@keyframes lgTowerLean{
  0%,100%{transform:rotate(0deg)}
  25%{transform:rotate(-1.2deg)}
  75%{transform:rotate(1.2deg)}
}
@keyframes lgWaveFlow{
  from{stroke-dashoffset:0; opacity:.65}
  50%{opacity:1}
  to{stroke-dashoffset:-280; opacity:.65}
}
@keyframes lgGroundDrift{
  0%,100%{transform:translateX(0)}
  50%{transform:translateX(2px)}
}
@keyframes lgRoadBreath{
  0%,100%{filter:drop-shadow(0 0 0 rgba(25,185,143,0))}
  50%{filter:drop-shadow(0 0 8px rgba(25,185,143,.18))}
}
@keyframes lgDashMove{
  from{stroke-dashoffset:0}
  to{stroke-dashoffset:-20}
}
@keyframes lgMarkerBounce{
  0%,100%{transform:translateY(0)}
  45%{transform:translateY(-3px)}
  55%{transform:translateY(-1px)}
}
@keyframes lgRoadGlow{
  0%,100%{opacity:.65}
  50%{opacity:1}
}
@media (prefers-reduced-motion: reduce){
  body .lg-mock-type--product,
  body .lg-mock-type--product *,
  body .lg-mock-type--product *:before,
  body .lg-mock-type--product *:after{
    animation:none!important;
    transition:none!important;
    transform:none!important;
  }
}


/* v17 - stronger autonomous illustration motion (without relying on hover) */
body .lg-mock-type--product .lg-mock-type-visual-wrap{
  animation:lgCardFloatStrong 5.6s ease-in-out infinite!important;
}
body .lg-mock-types--product .lg-mock-type--product:nth-child(2) .lg-mock-type-visual-wrap{animation-duration:6.2s!important;animation-delay:-1.4s!important;}
body .lg-mock-types--product .lg-mock-type--product:nth-child(3) .lg-mock-type-visual-wrap{animation-duration:5.9s!important;animation-delay:-2.1s!important;}
body .lg-mock-types--product .lg-mock-type--product:nth-child(4) .lg-mock-type-visual-wrap{animation-duration:6.6s!important;animation-delay:-3.0s!important;}

/* Rustico */
body .lg-mock-type--product .lg-anim-field{animation:lgFieldPulseStrong 3.9s ease-in-out infinite!important;}
body .lg-mock-type--product .lg-anim-beacon{animation:lgBeaconPulseStrong 2.8s ease-in-out infinite!important;}
body .lg-mock-type--product .lg-anim-sun{animation:lgSunGlowStrong 4.2s ease-in-out infinite!important;}
body .lg-mock-type--product .lg-anim-sprout{animation:lgSproutStrong 3.6s ease-in-out infinite!important;}

/* Urbano */
body .lg-mock-type--product .lg-anim-block-1{animation:lgUrbanLiftStrong 4.8s ease-in-out infinite!important;}
body .lg-mock-type--product .lg-anim-block-2{animation:lgUrbanLiftStrong 5.4s ease-in-out infinite!important;animation-delay:-1.3s!important;}
body .lg-mock-type--product .lg-anim-urban-badge{animation:lgBadgePulseStrong 2.7s ease-in-out infinite!important;}

/* Servidumbres */
body .lg-mock-type--product .lg-anim-tower{animation:lgTowerLeanStrong 4.9s ease-in-out infinite!important;}
body .lg-mock-type--product .lg-anim-wave{stroke-dasharray:96 44!important; animation:lgWaveFlowStrong 2.2s linear infinite!important;}
body .lg-mock-type--product .lg-anim-ground-line{animation:lgGroundDriftStrong 4.8s ease-in-out infinite!important;}

/* Obras publicas */
body .lg-mock-type--product .lg-anim-road{animation:lgRoadBreathStrong 4.4s ease-in-out infinite!important;}
body .lg-mock-type--product .lg-anim-road-dash{stroke-dasharray:10 10!important; animation:lgDashMoveStrong 1.05s linear infinite!important;}
body .lg-mock-type--product .lg-anim-marker{animation:lgMarkerBounceStrong 2.8s ease-in-out infinite!important;}
body .lg-mock-type--product .lg-anim-road-line-1{animation:lgRoadGlowStrong 2.5s ease-in-out infinite!important;}
body .lg-mock-type--product .lg-anim-road-line-2{animation:lgRoadGlowStrong 2.5s ease-in-out infinite!important;animation-delay:-1.1s!important;}

@keyframes lgCardFloatStrong{
  0%,100%{transform:translateY(0px)}
  25%{transform:translateY(-4px)}
  50%{transform:translateY(-8px)}
  75%{transform:translateY(-3px)}
}
@keyframes lgFieldPulseStrong{
  0%,100%{transform:scale(1); filter:saturate(1) brightness(1)}
  50%{transform:scale(1.045); filter:saturate(1.12) brightness(1.03)}
}
@keyframes lgBeaconPulseStrong{
  0%,100%{transform:scale(1); opacity:.88; filter:drop-shadow(0 0 0 rgba(28,199,162,0))}
  50%{transform:scale(1.12); opacity:1; filter:drop-shadow(0 0 8px rgba(28,199,162,.38))}
}
@keyframes lgSunGlowStrong{
  0%,100%{transform:scale(1); filter:drop-shadow(0 0 0 rgba(244,219,117,0))}
  50%{transform:scale(1.12); filter:drop-shadow(0 0 12px rgba(244,219,117,.48))}
}
@keyframes lgSproutStrong{
  0%,100%{transform:translateY(0) rotate(0deg)}
  30%{transform:translateY(-2px) rotate(-1.5deg)}
  70%{transform:translateY(-4px) rotate(1.5deg)}
}
@keyframes lgUrbanLiftStrong{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}
@keyframes lgBadgePulseStrong{
  0%,100%{transform:scale(1); filter:drop-shadow(0 0 0 rgba(28,199,162,0))}
  50%{transform:scale(1.12); filter:drop-shadow(0 0 12px rgba(28,199,162,.34))}
}
@keyframes lgTowerLeanStrong{
  0%,100%{transform:rotate(0deg)}
  25%{transform:rotate(-1.8deg)}
  75%{transform:rotate(1.8deg)}
}
@keyframes lgWaveFlowStrong{
  from{stroke-dashoffset:0; opacity:.72}
  50%{opacity:1}
  to{stroke-dashoffset:-140; opacity:.72}
}
@keyframes lgGroundDriftStrong{
  0%,100%{transform:translateX(0)}
  50%{transform:translateX(4px)}
}
@keyframes lgRoadBreathStrong{
  0%,100%{filter:drop-shadow(0 0 0 rgba(25,185,143,0)) brightness(1)}
  50%{filter:drop-shadow(0 0 10px rgba(25,185,143,.22)) brightness(1.03)}
}
@keyframes lgDashMoveStrong{
  from{stroke-dashoffset:0}
  to{stroke-dashoffset:-20}
}
@keyframes lgMarkerBounceStrong{
  0%,100%{transform:translateY(0)}
  25%{transform:translateY(-2px)}
  50%{transform:translateY(-6px)}
  75%{transform:translateY(-1px)}
}
@keyframes lgRoadGlowStrong{
  0%,100%{opacity:.58}
  50%{opacity:1}
}
@media (max-width: 720px){
  body .lg-mock-type--product .lg-mock-type-visual-wrap{animation-duration:5.4s!important;}
}


/* v18 - resultados como paneles de expediente, sin fotos de stock */
body .lg-results-section .lg-results-cases{
  gap:22px!important;
}
body .lg-results-section .lg-results-case-block{
  flex:1 1 0!important;
  min-width:0!important;
}
body .lg-results-section .lg-results-case-label{
  margin-bottom:0!important;
  padding:8px 14px!important;
  background:#0b5d47!important;
  color:#ecfff6!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 10px 26px rgba(0,0,0,.22)!important;
  letter-spacing:.11em!important;
}
body .lg-results-section .lg-results-case{
  margin-top:-10px!important;
  border-radius:28px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#ffffff 0%,#f7faf7 100%)!important;
  border:1px solid rgba(210,225,214,.95)!important;
  box-shadow:0 26px 70px rgba(0,0,0,.22)!important;
  color:#10201a!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  transition:transform .25s ease,box-shadow .25s ease!important;
}
body .lg-results-section .lg-results-case::before{
  display:none!important;
}
body .lg-results-section .lg-results-case:hover{
  transform:translateY(-3px)!important;
  border-color:#cfe1d3!important;
  box-shadow:0 32px 78px rgba(0,0,0,.25)!important;
}
body .lg-results-section .lg-results-product-visual{
  position:relative!important;
  height:218px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px 18px 4px!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 82% 12%,rgba(28,199,162,.10),transparent 28%),
    radial-gradient(circle at 12% 86%,rgba(244,219,117,.14),transparent 27%),
    linear-gradient(180deg,#fbfdfb 0%,#f3f8f4 100%)!important;
  border-bottom:0!important;
}
body .lg-results-section .lg-results-product-visual::after{
  display:none!important;
}
body .lg-results-section .lg-result-illus{
  width:100%!important;
  height:100%!important;
  display:block!important;
  overflow:visible!important;
  animation:lgResultSceneFloat 6.4s ease-in-out infinite!important;
  filter:drop-shadow(0 16px 18px rgba(12,77,58,.08))!important;
}
body .lg-results-section .lg-results-case--urbano .lg-result-illus{animation-duration:7.1s!important;animation-delay:-1.4s!important;}
body .lg-results-section .lg-results-case--servidumbre .lg-result-illus{animation-duration:6.8s!important;animation-delay:-2.3s!important;}
body .lg-results-section .lg-result-doc-back{animation:lgResultDocBack 5.1s ease-in-out infinite!important;transform-origin:center;transform-box:fill-box;}
body .lg-results-section .lg-result-doc-front{animation:lgResultDocFront 5.8s ease-in-out infinite!important;transform-origin:center;transform-box:fill-box;}
body .lg-results-section .lg-result-land-tile{animation:lgResultLand 4.6s ease-in-out infinite!important;transform-origin:center;transform-box:fill-box;}
body .lg-results-section .lg-result-rise{animation:lgResultRise 2.7s ease-in-out infinite!important;transform-origin:center;transform-box:fill-box;}
body .lg-results-section .lg-result-building-a{animation:lgResultBuilding 5.6s ease-in-out infinite!important;transform-origin:center;transform-box:fill-box;}
body .lg-results-section .lg-result-building-b{animation:lgResultBuilding 5.1s ease-in-out infinite!important;animation-delay:-1.2s!important;transform-origin:center;transform-box:fill-box;}
body .lg-results-section .lg-result-value-chip{animation:lgResultChip 3.2s ease-in-out infinite!important;transform-origin:center;transform-box:fill-box;}
body .lg-results-section .lg-result-pulse-dot{animation:lgResultPulse 2.5s ease-in-out infinite!important;transform-origin:center;transform-box:fill-box;}
body .lg-results-section .lg-result-pylon{animation:lgResultPylon 5.2s ease-in-out infinite!important;transform-origin:31px 130px;transform-box:fill-box;}
body .lg-results-section .lg-result-energy{stroke-dasharray:48 22!important;animation:lgResultEnergy 1.8s linear infinite!important;}
body .lg-results-section .lg-result-energy-right{animation-direction:reverse!important;}
body .lg-results-section .lg-result-comp-chip{animation:lgResultChip 3.5s ease-in-out infinite!important;animation-delay:-.8s!important;transform-origin:center;transform-box:fill-box;}
body .lg-results-section .lg-result-ground{animation:lgResultGround 5.5s ease-in-out infinite!important;}

body .lg-results-section .lg-results-case-content{
  padding:22px 22px 24px!important;
  min-height:0!important;
}
body .lg-results-section .lg-results-case-title{
  min-height:48px!important;
  margin:0 0 18px!important;
  color:#10201a!important;
  font-size:17px!important;
  line-height:1.25!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
}
body .lg-results-section .lg-results-values{
  position:relative!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  margin:0 0 34px!important;
}
body .lg-results-section .lg-results-values::after{
  width:28px!important;
  height:6px!important;
  background:linear-gradient(90deg,#d4ddd7,#68d6ae)!important;
  box-shadow:none!important;
  animation:lgResultConnector 2.2s ease-in-out infinite!important;
}
body .lg-results-section .lg-results-initial-value,
body .lg-results-section .lg-results-final-value{
  min-height:90px!important;
  padding:14px 10px!important;
  border-radius:18px!important;
  border:1px solid #e2e9e3!important;
  font-size:10px!important;
  font-weight:850!important;
  letter-spacing:.09em!important;
  line-height:1.35!important;
  text-transform:uppercase!important;
}
body .lg-results-section .lg-results-initial-value{
  background:#f0f3f1!important;
  color:#718078!important;
}
body .lg-results-section .lg-results-final-value{
  background:linear-gradient(145deg,#e5f8ed,#eefbf4)!important;
  color:#39705c!important;
  border-color:#cfe9d8!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)!important;
}
body .lg-results-section .lg-results-num-initial,
body .lg-results-section .lg-results-num-final{
  display:block!important;
  margin-top:7px!important;
  text-transform:none!important;
  letter-spacing:-.045em!important;
  line-height:1!important;
}
body .lg-results-section .lg-results-num-initial{
  color:#38463f!important;
  font-size:20px!important;
  font-weight:900!important;
}
body .lg-results-section .lg-results-num-final{
  color:#0b6a4d!important;
  font-size:22px!important;
  font-weight:950!important;
  text-shadow:none!important;
}
body .lg-results-section .lg-results-progress{
  position:relative!important;
  height:18px!important;
  margin:14px 0 16px!important;
  padding:4px!important;
  border-radius:999px!important;
  overflow:visible!important;
  background:#e7ece8!important;
  border:1px solid #dae3dc!important;
  box-shadow:inset 0 2px 5px rgba(24,52,39,.08)!important;
}
body .lg-results-section .lg-results-progress::before,
body .lg-results-section .lg-results-progress::after{
  position:absolute!important;
  top:-23px!important;
  font-size:9px!important;
  font-weight:950!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
body .lg-results-section .lg-results-progress::before{
  content:"Valor inicial"!important;
  left:2px!important;
  color:#7b8981!important;
}
body .lg-results-section .lg-results-progress::after{
  content:"Justiprecio final"!important;
  right:2px!important;
  color:#0d7556!important;
}
body .lg-results-section .lg-results-fill-grey,
body .lg-results-section .lg-results-fill-green{
  top:4px!important;
  height:calc(100% - 8px)!important;
  border-radius:999px!important;
}
body .lg-results-section .lg-results-fill-grey{
  background:linear-gradient(90deg,#c5ccc7,#8f9a93)!important;
  box-shadow:none!important;
}
body .lg-results-section .lg-results-fill-green{
  position:absolute!important;
  overflow:hidden!important;
  background:linear-gradient(90deg,#0f8b63 0%,#24c58d 52%,#b4f1ce 100%)!important;
  box-shadow:0 0 20px rgba(36,197,141,.25)!important;
}
body .lg-results-section .lg-results-fill-green::after{
  content:""!important;
  position:absolute!important;
  inset:-4px auto -4px -38%!important;
  width:28%!important;
  transform:skewX(-20deg)!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent)!important;
  animation:lgResultBarShine 2.4s linear infinite!important;
}
body .lg-results-section .lg-results-marker{
  top:-6px!important;
  width:12px!important;
  height:28px!important;
  border-radius:999px!important;
  background:#f6dfa0!important;
  border:3px solid #fff!important;
  box-shadow:0 0 0 4px rgba(36,197,141,.12),0 0 18px rgba(36,197,141,.36)!important;
  animation:lgResultMarkerPulse 1.9s ease-in-out infinite!important;
}
body .lg-results-section .lg-results-increase{
  display:flex!important;
  align-items:baseline!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  width:100%!important;
  max-width:none!important;
  margin:18px 0 0!important;
  padding:15px 16px!important;
  border-radius:18px!important;
  background:#0b5d47!important;
  border:1px solid rgba(11,93,71,.15)!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.035em!important;
  box-shadow:0 14px 28px rgba(11,93,71,.18)!important;
}
body .lg-results-section .lg-results-increase::before{
  content:"Diferencia obtenida"!important;
  color:#bdf4db!important;
  font-size:9px!important;
  line-height:1!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  font-weight:950!important;
}

@keyframes lgResultSceneFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@keyframes lgResultDocBack{0%,100%{transform:translate(-2px,1px) rotate(-1deg)}50%{transform:translate(2px,-3px) rotate(1deg)}}
@keyframes lgResultDocFront{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@keyframes lgResultLand{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.025)}}
@keyframes lgResultRise{0%,100%{transform:translate(0,2px);opacity:.72}50%{transform:translate(3px,-5px);opacity:1}}
@keyframes lgResultBuilding{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes lgResultChip{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.03)}}
@keyframes lgResultPulse{0%,100%{transform:scale(1);filter:drop-shadow(0 0 0 rgba(28,199,162,0))}50%{transform:scale(1.16);filter:drop-shadow(0 0 10px rgba(28,199,162,.38))}}
@keyframes lgResultPylon{0%,100%{transform:rotate(0deg)}25%{transform:rotate(-1deg)}75%{transform:rotate(1deg)}}
@keyframes lgResultEnergy{from{stroke-dashoffset:0;opacity:.7}50%{opacity:1}to{stroke-dashoffset:-140;opacity:.7}}
@keyframes lgResultGround{0%,100%{transform:translateX(0)}50%{transform:translateX(4px)}}
@keyframes lgResultConnector{0%,100%{transform:translate(-50%,-50%) scaleX(.9);opacity:.6}50%{transform:translate(-50%,-50%) scaleX(1.08);opacity:1}}
@keyframes lgResultBarShine{from{left:-38%}to{left:125%}}
@keyframes lgResultMarkerPulse{0%,100%{transform:translateX(-50%) scale(1)}50%{transform:translateX(-50%) scale(1.08)}}

@media(max-width:900px){
  body .lg-results-section .lg-results-cases{gap:16px!important;}
  body .lg-results-section .lg-results-product-visual{height:196px!important;}
  body .lg-results-section .lg-results-case-title{font-size:16px!important;}
  body .lg-results-section .lg-results-num-initial{font-size:18px!important;}
  body .lg-results-section .lg-results-num-final{font-size:20px!important;}
}
@media(max-width:767px){
  body .lg-results-section .lg-results-product-visual{height:185px!important;padding:14px 14px 2px!important;}
  body .lg-results-section .lg-results-case-content{padding:20px 18px 22px!important;}
  body .lg-results-section .lg-results-case-title{min-height:0!important;}
  body .lg-results-section .lg-results-values{margin-bottom:32px!important;}
  body .lg-results-section .lg-results-increase{font-size:20px!important;}
}
@media(prefers-reduced-motion:reduce){
  body .lg-results-section .lg-result-illus,
  body .lg-results-section .lg-result-illus *,
  body .lg-results-section .lg-results-fill-green::after,
  body .lg-results-section .lg-results-marker,
  body .lg-results-section .lg-results-values::after{
    animation:none!important;
  }
}


/* v19 - resultados sobrios: una sola paleta y barra fina */
body .lg-results-section .lg-results-cases{gap:18px!important;}
body .lg-results-section .lg-results-case-block{position:relative!important;}
body .lg-results-section .lg-results-case-label{
  position:relative!important;
  z-index:3!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  margin:0 0 -14px 22px!important;
  padding:0 11px!important;
  border-radius:999px!important;
  background:#142a22!important;
  border:1px solid rgba(238,216,137,.32)!important;
  color:#e8d38a!important;
  box-shadow:0 8px 18px rgba(0,0,0,.18)!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.13em!important;
}
body .lg-results-section .lg-results-case{
  position:relative!important;
  margin-top:0!important;
  border-radius:24px!important;
  overflow:hidden!important;
  background:linear-gradient(150deg,#10271f 0%,#0c2019 58%,#0a1a15 100%)!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:0 22px 52px rgba(0,0,0,.22)!important;
  color:#fff!important;
}
body .lg-results-section .lg-results-case::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:radial-gradient(circle at 80% 14%,rgba(232,211,138,.07),transparent 30%),radial-gradient(circle at 10% 94%,rgba(100,168,126,.08),transparent 34%)!important;
}
body .lg-results-section .lg-results-case:hover{transform:none!important;box-shadow:0 22px 52px rgba(0,0,0,.22)!important;border-color:rgba(255,255,255,.09)!important;}
body .lg-results-section .lg-results-product-visual{
  position:relative!important;
  z-index:1!important;
  height:150px!important;
  padding:18px 20px 0!important;
  background:transparent!important;
  border:0!important;
  overflow:hidden!important;
  justify-content:flex-end!important;
}
body .lg-results-section .lg-results-product-visual::before{
  content:""!important;
  position:absolute!important;
  left:22px!important;
  right:22px!important;
  bottom:0!important;
  height:1px!important;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.10),rgba(255,255,255,0))!important;
}
body .lg-results-section .lg-result-illus{
  width:88%!important;
  height:142px!important;
  margin-left:auto!important;
  opacity:.24!important;
  filter:grayscale(1) brightness(1.65) contrast(.75)!important;
  mix-blend-mode:screen!important;
  animation:lgResultWatermarkFloat 7.5s ease-in-out infinite!important;
  transform-origin:center!important;
}
body .lg-results-section .lg-results-case--urbano .lg-result-illus{animation-duration:8.4s!important;animation-delay:-2s!important;}
body .lg-results-section .lg-results-case--servidumbre .lg-result-illus{animation-duration:8s!important;animation-delay:-3.2s!important;}
body .lg-results-section .lg-result-illus *{animation-duration:7s!important;}
body .lg-results-section .lg-result-energy{stroke-dasharray:48 28!important;animation:lgResultEnergyQuiet 4.4s linear infinite!important;}
body .lg-results-section .lg-result-energy-right{animation-direction:reverse!important;}
body .lg-results-section .lg-results-case-content{
  position:relative!important;
  z-index:2!important;
  padding:20px 22px 24px!important;
}
body .lg-results-section .lg-results-case-title{
  min-height:44px!important;
  margin:0 0 20px!important;
  color:#f7faf8!important;
  font-size:18px!important;
  line-height:1.22!important;
  font-weight:850!important;
  letter-spacing:-.025em!important;
}
body .lg-results-section .lg-results-values{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:22px!important;
  margin:0 0 34px!important;
  padding:0!important;
}
body .lg-results-section .lg-results-values::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:4px!important;
  bottom:4px!important;
  width:1px!important;
  height:auto!important;
  transform:none!important;
  background:rgba(255,255,255,.10)!important;
  box-shadow:none!important;
  animation:none!important;
}
body .lg-results-section .lg-results-initial-value,
body .lg-results-section .lg-results-final-value{
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:rgba(255,255,255,.50)!important;
  font-size:9px!important;
  font-weight:850!important;
  letter-spacing:.12em!important;
  line-height:1.4!important;
  text-transform:uppercase!important;
}
body .lg-results-section .lg-results-final-value{color:rgba(232,211,138,.72)!important;text-align:right!important;}
body .lg-results-section .lg-results-num-initial,
body .lg-results-section .lg-results-num-final{
  display:block!important;
  margin-top:7px!important;
  letter-spacing:-.04em!important;
  line-height:1!important;
  text-transform:none!important;
}
body .lg-results-section .lg-results-num-initial{color:#e8eeea!important;font-size:21px!important;font-weight:820!important;}
body .lg-results-section .lg-results-num-final{color:#ead68e!important;font-size:25px!important;font-weight:900!important;text-shadow:none!important;}
body .lg-results-section .lg-results-progress{
  position:relative!important;
  height:6px!important;
  margin:32px 3px 18px!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.10)!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body .lg-results-section .lg-results-progress::before,
body .lg-results-section .lg-results-progress::after{
  position:absolute!important;
  top:-19px!important;
  font-size:8px!important;
  font-weight:850!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
  color:rgba(255,255,255,.42)!important;
}
body .lg-results-section .lg-results-progress::before{content:"Inicial"!important;left:0!important;}
body .lg-results-section .lg-results-progress::after{content:"Final"!important;right:0!important;color:rgba(232,211,138,.70)!important;}
body .lg-results-section .lg-results-fill-grey,
body .lg-results-section .lg-results-fill-green{
  position:absolute!important;
  top:0!important;
  height:6px!important;
  border-radius:999px!important;
  box-shadow:none!important;
}
body .lg-results-section .lg-results-fill-grey{left:0!important;background:#718078!important;opacity:.72!important;}
body .lg-results-section .lg-results-fill-green{
  background:linear-gradient(90deg,#668a74 0%,#8baa8d 48%,#d4c27e 100%)!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
body .lg-results-section .lg-results-fill-green::after{
  content:""!important;
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  left:-25%!important;
  width:18%!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent)!important;
  transform:skewX(-18deg)!important;
  animation:lgResultBarShineQuiet 4.8s ease-in-out infinite!important;
}
body .lg-results-section .lg-results-progress > .lg-results-fill-grey::after{
  content:""!important;
  position:absolute!important;
  right:-4px!important;
  top:50%!important;
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  transform:translateY(-50%)!important;
  background:#aab4ae!important;
  box-shadow:0 0 0 3px #10271f!important;
}
body .lg-results-section .lg-results-marker{
  top:50%!important;
  width:10px!important;
  height:10px!important;
  border-radius:50%!important;
  transform:translate(-50%,-50%)!important;
  background:#e8d38a!important;
  border:0!important;
  box-shadow:0 0 0 3px #10271f,0 0 0 4px rgba(232,211,138,.28)!important;
  animation:lgResultFinalDot 3.4s ease-in-out infinite!important;
}
body .lg-results-section .lg-results-increase{
  display:flex!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  gap:8px!important;
  width:100%!important;
  margin:18px 0 0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#ead68e!important;
  font-size:25px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
}
body .lg-results-section .lg-results-increase::before{
  content:"Diferencia"!important;
  color:rgba(255,255,255,.46)!important;
  font-size:9px!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  font-weight:850!important;
}
@keyframes lgResultWatermarkFloat{0%,100%{transform:translate(0,0) scale(.98)}50%{transform:translate(-4px,-3px) scale(1.01)}}
@keyframes lgResultEnergyQuiet{from{stroke-dashoffset:0;opacity:.4}50%{opacity:.7}to{stroke-dashoffset:-150;opacity:.4}}
@keyframes lgResultBarShineQuiet{0%,45%{left:-25%;opacity:0}55%{opacity:.75}80%,100%{left:110%;opacity:0}}
@keyframes lgResultFinalDot{0%,100%{box-shadow:0 0 0 3px #10271f,0 0 0 4px rgba(232,211,138,.20)}50%{box-shadow:0 0 0 3px #10271f,0 0 0 7px rgba(232,211,138,.08)}}
@media(max-width:900px){
  body .lg-results-section .lg-results-product-visual{height:136px!important;}
  body .lg-results-section .lg-result-illus{height:132px!important;width:92%!important;}
}
@media(max-width:767px){
  body .lg-results-section .lg-results-case-label{margin-left:16px!important;}
  body .lg-results-section .lg-results-product-visual{height:128px!important;padding:14px 14px 0!important;}
  body .lg-results-section .lg-result-illus{height:124px!important;width:96%!important;}
  body .lg-results-section .lg-results-case-content{padding:18px 18px 22px!important;}
  body .lg-results-section .lg-results-num-initial{font-size:19px!important;}
  body .lg-results-section .lg-results-num-final{font-size:22px!important;}
  body .lg-results-section .lg-results-increase{font-size:22px!important;}
}
@media(prefers-reduced-motion:reduce){
  body .lg-results-section .lg-result-illus,
  body .lg-results-section .lg-result-illus *,
  body .lg-results-section .lg-results-fill-green::after,
  body .lg-results-section .lg-results-marker{animation:none!important;}
}

/* v20 - ilustraciones tecnicas integradas en resultados */
body .lg-results-section .lg-results-product-visual{
  height:150px!important;
  padding:8px 18px 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body .lg-results-section .lg-result-illus{
  width:100%!important;
  height:148px!important;
  margin:0!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  overflow:visible!important;
  animation:lgV20IllustrationFloat 8s ease-in-out infinite!important;
}
body .lg-results-section .lg-results-case--urbano .lg-result-illus{animation-duration:8.8s!important;animation-delay:-2.2s!important;}
body .lg-results-section .lg-results-case--servidumbre .lg-result-illus{animation-duration:8.4s!important;animation-delay:-3.4s!important;}

body .lg-results-section .lg-v20-grid{
  fill:none!important;
  stroke:rgba(151,187,166,.16)!important;
  stroke-width:1!important;
  stroke-dasharray:3 6!important;
}
body .lg-results-section .lg-v20-plot,
body .lg-results-section .lg-v20-base,
body .lg-results-section .lg-v20-building path,
body .lg-results-section .lg-v20-doc rect,
body .lg-results-section .lg-v20-doc path,
body .lg-results-section .lg-v20-zoning circle,
body .lg-results-section .lg-v20-zoning path,
body .lg-results-section .lg-v20-pylon path,
body .lg-results-section .lg-v20-comp rect,
body .lg-results-section .lg-v20-comp path,
body .lg-results-section .lg-v20-comp circle{
  vector-effect:non-scaling-stroke!important;
}

/* Rural: plano parcelario + expediente */
body .lg-results-section .lg-v20-plot{
  stroke:#82ad94!important;
  stroke-width:1.6!important;
  fill:rgba(130,173,148,.055)!important;
}
body .lg-results-section .lg-v20-plot-a{
  fill:rgba(130,173,148,.15)!important;
  stroke:#9ac2a8!important;
  animation:lgV20PlotPulse 5.8s ease-in-out infinite!important;
  transform-origin:center!important;
  transform-box:fill-box!important;
}
body .lg-results-section .lg-v20-pin-ring{
  fill:rgba(219,199,126,.07)!important;
  stroke:#d7c57f!important;
  stroke-width:1.5!important;
  animation:lgV20PinPulse 4.3s ease-in-out infinite!important;
  transform-origin:center!important;
  transform-box:fill-box!important;
}
body .lg-results-section .lg-v20-pin-core{fill:#d7c57f!important;}
body .lg-results-section .lg-v20-doc rect{
  fill:rgba(255,255,255,.025)!important;
  stroke:rgba(203,220,210,.46)!important;
  stroke-width:1.4!important;
}
body .lg-results-section .lg-v20-doc path{
  fill:none!important;
  stroke:rgba(202,220,209,.48)!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
}
body .lg-results-section .lg-v20-doc{
  animation:lgV20DocFloat 6.7s ease-in-out infinite!important;
  transform-origin:center!important;
  transform-box:fill-box!important;
}
body .lg-results-section .lg-v20-doc .lg-v20-doc-seal{
  fill:rgba(215,197,127,.10)!important;
  stroke:#d7c57f!important;
  stroke-width:1.5!important;
}
body .lg-results-section .lg-v20-doc .lg-v20-check{
  stroke:#d7c57f!important;
  stroke-width:2.4!important;
  fill:none!important;
}

/* Urbano: volumenes de planeamiento */
body .lg-results-section .lg-v20-base{
  fill:rgba(126,170,145,.07)!important;
  stroke:rgba(144,183,160,.45)!important;
  stroke-width:1.3!important;
}
body .lg-results-section .lg-v20-building path{
  fill:rgba(125,174,147,.07)!important;
  stroke:#8bb79e!important;
  stroke-width:1.45!important;
  stroke-linejoin:round!important;
}
body .lg-results-section .lg-v20-building-a{
  animation:lgV20BuildingA 7s ease-in-out infinite!important;
  transform-origin:center bottom!important;
  transform-box:fill-box!important;
}
body .lg-results-section .lg-v20-building-b{
  animation:lgV20BuildingB 7.8s ease-in-out infinite!important;
  transform-origin:center bottom!important;
  transform-box:fill-box!important;
}
body .lg-results-section .lg-v20-building .lg-v20-window{
  fill:rgba(215,197,127,.38)!important;
  stroke:none!important;
  animation:lgV20WindowGlow 4.5s ease-in-out infinite!important;
}
body .lg-results-section .lg-v20-zoning circle{
  fill:rgba(215,197,127,.07)!important;
  stroke:#d7c57f!important;
  stroke-width:1.6!important;
}
body .lg-results-section .lg-v20-zoning path{
  fill:none!important;
  stroke:#d7c57f!important;
  stroke-width:2.3!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body .lg-results-section .lg-v20-zoning{
  animation:lgV20ZoningPulse 5s ease-in-out infinite!important;
  transform-origin:center!important;
  transform-box:fill-box!important;
}

/* Servidumbre: corredor, apoyo y compensacion */
body .lg-results-section .lg-v20-terrain{
  fill:none!important;
  stroke:rgba(140,181,157,.55)!important;
  stroke-width:2.2!important;
  stroke-linecap:round!important;
}
body .lg-results-section .lg-v20-easement{
  fill:none!important;
  stroke:rgba(215,197,127,.72)!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-dasharray:9 8!important;
  animation:lgV20EasementMove 5.4s linear infinite!important;
}
body .lg-results-section .lg-v20-pylon path{
  fill:none!important;
  stroke:#9bbcac!important;
  stroke-width:1.55!important;
  stroke-linejoin:round!important;
  stroke-linecap:round!important;
}
body .lg-results-section .lg-v20-pylon{
  animation:lgV20PylonBreathe 6.6s ease-in-out infinite!important;
  transform-origin:center bottom!important;
  transform-box:fill-box!important;
}
body .lg-results-section .lg-v20-energy{
  fill:none!important;
  stroke:#79b89a!important;
  stroke-width:2.1!important;
  stroke-linecap:round!important;
  stroke-dasharray:18 13!important;
  animation:lgV20EnergyMove 3.4s linear infinite!important;
}
body .lg-results-section .lg-v20-energy-r{animation-direction:reverse!important;}
body .lg-results-section .lg-v20-comp rect{
  fill:rgba(255,255,255,.025)!important;
  stroke:rgba(215,197,127,.55)!important;
  stroke-width:1.35!important;
}
body .lg-results-section .lg-v20-comp circle{
  fill:rgba(215,197,127,.09)!important;
  stroke:#d7c57f!important;
  stroke-width:1.3!important;
}
body .lg-results-section .lg-v20-comp path{
  fill:none!important;
  stroke:#d7c57f!important;
  stroke-width:1.55!important;
  stroke-linecap:round!important;
}
body .lg-results-section .lg-v20-comp{
  animation:lgV20CompFloat 6.2s ease-in-out infinite!important;
  transform-origin:center!important;
  transform-box:fill-box!important;
}

body .lg-results-section .lg-v20-rise,
body .lg-results-section .lg-v20-rise-head{
  fill:none!important;
  stroke:#d7c57f!important;
  stroke-width:2.2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body .lg-results-section .lg-v20-rise{
  stroke-dasharray:110!important;
  animation:lgV20RiseDraw 5.7s ease-in-out infinite!important;
}

@keyframes lgV20IllustrationFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
@keyframes lgV20PlotPulse{0%,100%{opacity:.78;transform:scale(1)}50%{opacity:1;transform:scale(1.015)}}
@keyframes lgV20PinPulse{0%,100%{opacity:.72;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}
@keyframes lgV20DocFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-3px) rotate(.7deg)}}
@keyframes lgV20BuildingA{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
@keyframes lgV20BuildingB{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes lgV20WindowGlow{0%,100%{opacity:.45}50%{opacity:.9}}
@keyframes lgV20ZoningPulse{0%,100%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}
@keyframes lgV20EasementMove{from{stroke-dashoffset:0}to{stroke-dashoffset:-68}}
@keyframes lgV20PylonBreathe{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)}}
@keyframes lgV20EnergyMove{from{stroke-dashoffset:0;opacity:.48}50%{opacity:.88}to{stroke-dashoffset:-62;opacity:.48}}
@keyframes lgV20CompFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes lgV20RiseDraw{0%,100%{stroke-dashoffset:110;opacity:.35}45%,70%{stroke-dashoffset:0;opacity:.95}}

@media(max-width:900px){
  body .lg-results-section .lg-results-product-visual{height:142px!important;}
  body .lg-results-section .lg-result-illus{height:138px!important;}
}
@media(max-width:767px){
  body .lg-results-section .lg-results-product-visual{height:132px!important;padding:7px 12px 0!important;}
  body .lg-results-section .lg-result-illus{height:128px!important;}
}
@media(prefers-reduced-motion:reduce){
  body .lg-results-section .lg-v20-plot-a,
  body .lg-results-section .lg-v20-pin-ring,
  body .lg-results-section .lg-v20-doc,
  body .lg-results-section .lg-v20-building-a,
  body .lg-results-section .lg-v20-building-b,
  body .lg-results-section .lg-v20-window,
  body .lg-results-section .lg-v20-zoning,
  body .lg-results-section .lg-v20-easement,
  body .lg-results-section .lg-v20-pylon,
  body .lg-results-section .lg-v20-energy,
  body .lg-results-section .lg-v20-comp,
  body .lg-results-section .lg-v20-rise{animation:none!important;}
}

/* v32 - Resultados con ilustraciones 3D integradas, sin caja visual */
body .lg-results-section .lg-results-case{
  overflow:visible!important;
  isolation:isolate!important;
}
body .lg-results-section .lg-results-case::after{
  border-radius:inherit!important;
  z-index:-1!important;
}
body .lg-results-section .lg-results-product-visual{
  position:relative!important;
  z-index:4!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:232px!important;
  margin:-20px -8px -4px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  overflow:visible!important;
  isolation:isolate!important;
}
body .lg-results-section .lg-results-product-visual::before,
body .lg-results-section .lg-results-product-visual::after{
  display:none!important;
  content:none!important;
}
body .lg-results-section .lg-result-3d{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  width:112%!important;
  max-width:none!important;
  height:auto!important;
  object-fit:contain!important;
  margin:0 auto!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  filter:drop-shadow(0 30px 28px rgba(0,0,0,.30)) drop-shadow(0 9px 16px rgba(35,206,112,.10))!important;
  transform:translateY(-3px) scale(1.03)!important;
  transform-origin:50% 62%!important;
  animation:lgResult3DFloat 7.2s ease-in-out infinite!important;
  will-change:transform,filter!important;
}
body .lg-results-section .lg-results-case--urbano .lg-result-3d{
  width:116%!important;
  animation-duration:8.1s!important;
  animation-delay:-2.1s!important;
}
body .lg-results-section .lg-results-case--servidumbre .lg-result-3d{
  width:118%!important;
  animation-duration:7.7s!important;
  animation-delay:-3.1s!important;
}
body .lg-results-section .lg-results-product-visual::selection{background:transparent!important;}
body .lg-results-section .lg-results-case-content{
  position:relative!important;
  z-index:5!important;
  margin-top:-6px!important;
}
body .lg-results-section .lg-results-case-block{
  perspective:1100px!important;
}
body .lg-results-section .lg-results-case-block::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  left:12%!important;
  right:12%!important;
  top:182px!important;
  height:42px!important;
  border-radius:50%!important;
  background:radial-gradient(ellipse at center,rgba(0,0,0,.36) 0%,rgba(0,0,0,.12) 44%,rgba(0,0,0,0) 74%)!important;
  filter:blur(9px)!important;
  pointer-events:none!important;
}
@keyframes lgResult3DFloat{
  0%,100%{transform:translateY(-2px) scale(1.03) rotateX(0deg);filter:drop-shadow(0 30px 28px rgba(0,0,0,.30)) drop-shadow(0 9px 16px rgba(35,206,112,.10))}
  50%{transform:translateY(-10px) scale(1.045) rotateX(1.1deg);filter:drop-shadow(0 38px 34px rgba(0,0,0,.34)) drop-shadow(0 12px 22px rgba(35,206,112,.15))}
}
@media(max-width:900px){
  body .lg-results-section .lg-results-product-visual{height:210px!important;margin:-14px -2px -2px!important;}
  body .lg-results-section .lg-result-3d{width:108%!important;}
  body .lg-results-section .lg-results-case--urbano .lg-result-3d,
  body .lg-results-section .lg-results-case--servidumbre .lg-result-3d{width:112%!important;}
  body .lg-results-section .lg-results-case-block::before{top:168px!important;}
}
@media(max-width:767px){
  body .lg-results-section .lg-results-product-visual{height:200px!important;margin:-10px -8px -2px!important;padding:0!important;}
  body .lg-results-section .lg-result-3d{width:116%!important;}
  body .lg-results-section .lg-results-case-block::before{top:158px!important;}
}
@media(prefers-reduced-motion:reduce){
  body .lg-results-section .lg-result-3d{animation:none!important;transform:translateY(-3px) scale(1.03)!important;}
}

/* V50 — Result case artwork: mature Legalia isometric set */
body .lg-results-section .lg-result-3d{
  width:100%!important;
  max-width:390px!important;
  max-height:218px!important;
  object-fit:contain!important;
  transform:translateY(-1px) scale(1)!important;
  filter:drop-shadow(0 26px 28px rgba(0,0,0,.30))!important;
}
body .lg-results-section .lg-results-case--urbano .lg-result-3d,
body .lg-results-section .lg-results-case--servidumbre .lg-result-3d{
  width:100%!important;
  max-width:410px!important;
}
@keyframes lgResult3DFloat{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-7px) scale(1.012)}
}
@media(max-width:900px){
  body .lg-results-section .lg-result-3d,
  body .lg-results-section .lg-results-case--urbano .lg-result-3d,
  body .lg-results-section .lg-results-case--servidumbre .lg-result-3d{width:100%!important;max-width:390px!important;}
}

/* V53 — bajar un poco el contenido del hero para separarlo del header */
body .lg-mock-hero{
  min-height:clamp(530px,66vh,650px)!important;
  padding-top:122px!important;
  padding-bottom:58px!important;
}
body .lg-mock-hero-grid{
  align-items:center!important;
}
@media (min-width:981px) and (max-height:760px){
  body .lg-mock-hero{
    min-height:560px!important;
    padding-top:96px!important;
    padding-bottom:48px!important;
  }
}
@media (max-width:980px){
  body .lg-mock-hero{
    min-height:auto!important;
    padding-top:110px!important;
    padding-bottom:60px!important;
  }
}

/* V65 — ilustraciones planas para “Casos de antes y después”, alineadas con “Tipos de expropiación” */
#lgResultsExactTop .lg-results-product-visual{
  position:relative!important;
  z-index:4!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:198px!important;
  margin:18px 18px 0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(226,238,230,.95)!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#fcfefc 0%,#f2f7f3 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.86)!important;
}
#lgResultsExactTop .lg-results-product-visual::before,
#lgResultsExactTop .lg-results-product-visual::after{
  display:none!important;
  content:none!important;
}
#lgResultsExactTop .lg-result-flat{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  overflow:visible!important;
  transform-origin:center!important;
  animation:lgResultFlatFloat 6.6s ease-in-out infinite!important;
  filter:drop-shadow(0 13px 16px rgba(11,93,71,.055))!important;
  transition:transform .3s ease,filter .3s ease!important;
}
#lgResultsExactTop .lg-results-case--urbano .lg-result-flat{animation-duration:7.3s!important;animation-delay:-1.35s!important;}
#lgResultsExactTop .lg-results-case--servidumbre .lg-result-flat{animation-duration:7s!important;animation-delay:-2.4s!important;}
#lgResultsExactTop .lg-results-case:hover .lg-result-flat{
  transform:translateY(-3px) scale(1.018)!important;
  filter:drop-shadow(0 18px 20px rgba(11,93,71,.075))!important;
}
#lgResultsExactTop .lg-result-flat .lg-rf-ground{animation:lgResultFlatGround 5.4s ease-in-out infinite;transform-box:fill-box;transform-origin:center;}
#lgResultsExactTop .lg-result-flat .lg-rf-plot{animation:lgResultFlatPlot 4.6s ease-in-out infinite;transform-box:fill-box;transform-origin:center;}
#lgResultsExactTop .lg-result-flat .lg-rf-doc{animation:lgResultFlatDoc 5.8s ease-in-out infinite;transform-box:fill-box;transform-origin:center;}
#lgResultsExactTop .lg-result-flat .lg-rf-pin,
#lgResultsExactTop .lg-result-flat .lg-rf-value-badge{animation:lgResultFlatBadge 3.8s ease-in-out infinite;transform-box:fill-box;transform-origin:center;}
#lgResultsExactTop .lg-result-flat .lg-rf-building{animation:lgResultFlatBuilding 6s ease-in-out infinite;transform-box:fill-box;transform-origin:center bottom;}
#lgResultsExactTop .lg-result-flat .lg-rf-building-b{animation-delay:-1.35s;}
#lgResultsExactTop .lg-result-flat .lg-rf-zoning-line{animation:lgResultFlatDash 5.2s linear infinite;}
#lgResultsExactTop .lg-result-flat .lg-rf-pylon{animation:lgResultFlatPylon 6.4s ease-in-out infinite;transform-box:fill-box;transform-origin:center bottom;}
#lgResultsExactTop .lg-result-flat .lg-rf-energy{stroke-dasharray:22 12;animation:lgResultFlatEnergy 3.2s linear infinite;}
#lgResultsExactTop .lg-result-flat .lg-rf-energy-r{animation-direction:reverse;}
#lgResultsExactTop .lg-result-flat .lg-rf-easement{animation:lgResultFlatDash 4.6s linear infinite;}
#lgResultsExactTop .lg-result-flat .lg-rf-comp{animation:lgResultFlatComp 5.1s ease-in-out infinite;transform-box:fill-box;transform-origin:center;}
#lgResultsExactTop .lg-result-flat .lg-rf-rise,
#lgResultsExactTop .lg-result-flat .lg-rf-rise-head{animation:lgResultFlatRise 4.8s ease-in-out infinite;}

@keyframes lgResultFlatFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes lgResultFlatGround{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)}}
@keyframes lgResultFlatPlot{0%,100%{transform:scale(1);opacity:.88}50%{transform:scale(1.035);opacity:1}}
@keyframes lgResultFlatDoc{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-4px) rotate(-.7deg)}}
@keyframes lgResultFlatBadge{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}
@keyframes lgResultFlatBuilding{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes lgResultFlatDash{from{stroke-dashoffset:0}to{stroke-dashoffset:-72}}
@keyframes lgResultFlatPylon{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)}}
@keyframes lgResultFlatEnergy{from{stroke-dashoffset:0;opacity:.55}50%{opacity:1}to{stroke-dashoffset:-70;opacity:.55}}
@keyframes lgResultFlatComp{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@keyframes lgResultFlatRise{0%,100%{opacity:.62}50%{opacity:1}}

@media(max-width:900px){
  #lgResultsExactTop .lg-results-product-visual{height:184px!important;margin:16px 16px 0!important;}
}
@media(max-width:767px){
  #lgResultsExactTop .lg-results-product-visual{height:178px!important;margin:14px 14px 0!important;border-radius:20px!important;}
}
@media(prefers-reduced-motion:reduce){
  #lgResultsExactTop .lg-result-flat,
  #lgResultsExactTop .lg-result-flat *{animation:none!important;}
  #lgResultsExactTop .lg-results-case:hover .lg-result-flat{transform:none!important;}
}
#lgResultsExactTop .lg-results-case-block::before{
  display:none!important;
  content:none!important;
}


/* 5D — cierre responsive del carrusel de resultados.
   Reaplica el ancho móvil después de las capas visuales V18–V50 que anulaban min-width. */
@media (max-width: 767px) {
  #lgResultsExactTop .lg-results-cases-wrapper{
    width:100%!important;
    overflow:hidden!important;
  }
  #lgResultsExactTop .lg-results-cases{
    display:flex!important;
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    gap:16px!important;
    width:auto!important;
    margin:0 -7vw!important;
    padding:0 7vw 18px!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  #lgResultsExactTop .lg-results-cases::-webkit-scrollbar{display:none!important;}
  #lgResultsExactTop .lg-results-case-block{
    flex:0 0 min(86vw,360px)!important;
    width:min(86vw,360px)!important;
    min-width:min(86vw,360px)!important;
    max-width:min(86vw,360px)!important;
    scroll-snap-align:center!important;
  }
  #lgResultsExactTop .lg-results-case{width:100%!important;min-width:0!important;}
  #lgResultsExactTop .lg-results-values{min-width:0!important;}
  #lgResultsExactTop .lg-results-initial-value,
  #lgResultsExactTop .lg-results-final-value{min-width:0!important;overflow:hidden!important;}
  #lgResultsExactTop .lg-results-num-initial,
  #lgResultsExactTop .lg-results-num-final{max-width:100%!important;white-space:nowrap!important;}
}


/* Home inline CSS consolidated 2026-08-30 */
.lg-method-sticky-section{position:relative!important;overflow:hidden!important;padding:clamp(54px,7vw,96px) 20px!important;background:radial-gradient(circle at 22% 30%,rgba(31,179,131,.16),transparent 34%),linear-gradient(135deg,#061512,#101414 58%,#171717)!important;border-top:1px solid rgba(245,226,162,.13)!important;border-bottom:1px solid rgba(245,226,162,.10)!important;}.lg-method-sticky-section:before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:linear-gradient(120deg,transparent 0%,rgba(245,226,162,.045) 45%,transparent 72%)!important;}.lg-method-sticky-wrap{position:relative!important;z-index:1!important;max-width:1180px!important;margin:0 auto!important;}.lg-method-sticky-grid{display:grid!important;grid-template-columns:minmax(280px,.82fr) minmax(420px,1.18fr)!important;gap:clamp(30px,5vw,70px)!important;align-items:start!important;}.lg-method-sticky-copy{position:sticky!important;top:92px!important;min-height:420px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;}.lg-method-kicker{display:inline-flex!important;width:max-content!important;border:1px solid rgba(245,226,162,.28)!important;border-radius:999px!important;padding:7px 12px!important;color:#f5e2a2!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.11em!important;background:rgba(245,226,162,.06)!important;margin:0 0 20px!important;}.lg-method-title{font-size:clamp(34px,5vw,66px)!important;line-height:.95!important;letter-spacing:-.065em!important;color:#fff!important;margin:0 0 18px!important;max-width:620px!important;}.lg-method-title span{display:block!important;color:#f5e2a2!important;font-family:Georgia,serif!important;font-style:italic!important;font-weight:500!important;letter-spacing:-.05em!important;}.lg-method-intro{font-size:clamp(16px,1.6vw,20px)!important;line-height:1.48!important;color:rgba(255,255,255,.72)!important;max-width:510px!important;margin:0!important;}.lg-method-progress{position:relative!important;margin-top:30px!important;width:min(420px,100%)!important;height:3px!important;background:rgba(255,255,255,.09)!important;border-radius:999px!important;overflow:hidden!important;}.lg-method-progress span{display:block!important;height:100%!important;width:var(--lg-method-progress,20%)!important;background:linear-gradient(90deg,#1fb383,#f5e2a2)!important;border-radius:999px!important;transition:width .35s ease!important;}.lg-method-steps{display:grid!important;gap:14px!important;padding:8px 0!important;}.lg-method-step{position:relative!important;display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;gap:18px!important;align-items:start!important;padding:22px 24px!important;border-radius:26px!important;background:linear-gradient(145deg,rgba(255,255,255,.074),rgba(255,255,255,.027))!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 18px 44px rgba(0,0,0,.16)!important;opacity:.46!important;transform:translateX(-28px) scale(.985)!important;transition:opacity .45s ease,transform .45s cubic-bezier(.22,1,.36,1),border-color .35s ease,box-shadow .35s ease,background .35s ease!important;}.lg-method-step.is-visible{opacity:.66!important;transform:translateX(0) scale(1)!important;}.lg-method-step.is-active{opacity:1!important;border-color:rgba(245,226,162,.34)!important;background:linear-gradient(145deg,rgba(245,226,162,.12),rgba(31,179,131,.08) 48%,rgba(255,255,255,.035))!important;box-shadow:0 24px 64px rgba(0,0,0,.24),0 0 0 1px rgba(245,226,162,.08) inset!important;}.lg-method-num{font-size:clamp(34px,4vw,54px)!important;line-height:.9!important;color:rgba(245,226,162,.92)!important;font-weight:800!important;letter-spacing:-.07em!important;}.lg-method-step h3{margin:2px 0 7px!important;color:#fff!important;font-size:clamp(18px,2vw,26px)!important;line-height:1.05!important;letter-spacing:-.035em!important;}.lg-method-step p{margin:0!important;color:rgba(255,255,255,.70)!important;font-size:15px!important;line-height:1.45!important;max-width:620px!important;}.lg-method-step.is-active p{color:rgba(255,255,255,.82)!important;}.lg-team-authority-section{padding:clamp(32px,5vw,70px) 20px!important;background:linear-gradient(180deg,#101414,#071512)!important;}.lg-team-authority-wrap{max-width:1180px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,440px)!important;gap:clamp(24px,4vw,56px)!important;align-items:center!important;padding:clamp(24px,4vw,38px)!important;border:1px solid rgba(245,226,162,.16)!important;border-radius:34px!important;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;box-shadow:0 24px 72px rgba(0,0,0,.20)!important;}.lg-team-authority-eyebrow{margin:0 0 12px!important;color:#f5e2a2!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-size:12px!important;font-weight:800!important;}.lg-team-authority-title{margin:0 0 14px!important;color:#fff!important;font-size:clamp(28px,3.6vw,48px)!important;line-height:1!important;letter-spacing:-.055em!important;}.lg-team-authority-text{margin:0!important;color:rgba(255,255,255,.72)!important;font-size:clamp(15px,1.55vw,18px)!important;line-height:1.55!important;}.lg-team-authority-cards{display:grid!important;gap:12px!important;}.lg-team-authority-card{display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;gap:16px!important;align-items:center!important;padding:16px!important;border-radius:26px!important;background:rgba(0,0,0,.20)!important;border:1px solid rgba(255,255,255,.13)!important;}.lg-team-authority-card.no-photo{grid-template-columns:1fr!important;padding:18px 20px!important;}.lg-team-authority-card img{width:86px!important;height:86px!important;object-fit:cover!important;border-radius:22px!important;border:1px solid rgba(245,226,162,.24)!important;}.lg-team-authority-card span{display:block!important;color:#f5e2a2!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:11px!important;font-weight:800!important;margin-bottom:6px!important;}.lg-team-authority-card strong{display:block!important;color:#fff!important;font-size:17px!important;line-height:1.18!important;margin-bottom:6px!important;}.lg-team-authority-card p{margin:0!important;color:rgba(255,255,255,.70)!important;font-size:13.5px!important;line-height:1.35!important;}.lg-team-authority-card a{color:#f5e2a2!important;text-decoration:underline!important;text-underline-offset:3px!important;}.lg-team-authority-card.no-photo strong{font-size:18px!important;}@media (max-width:900px){.lg-method-sticky-grid,.lg-team-authority-wrap{grid-template-columns:1fr!important}.lg-method-sticky-copy{position:relative!important;top:auto!important;min-height:0!important}.lg-method-step{grid-template-columns:54px minmax(0,1fr)!important;padding:18px!important}.lg-method-num{font-size:34px!important}}@media (max-width:640px){.lg-method-sticky-section{padding:44px 14px!important}.lg-method-steps{gap:10px!important}.lg-method-step{border-radius:22px!important;grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important}.lg-method-step p{font-size:13.5px!important}.lg-team-authority-section{padding:28px 14px!important}.lg-team-authority-wrap{border-radius:26px!important;padding:18px!important}.lg-team-authority-card{grid-template-columns:68px minmax(0,1fr)!important}.lg-team-authority-card.no-photo{grid-template-columns:1fr!important}.lg-team-authority-card img{width:68px!important;height:68px!important;border-radius:18px!important}}.lg-trust-proof-section{position:relative!important;overflow:hidden!important;padding:clamp(54px,7vw,96px) 20px!important;background:linear-gradient(90deg,rgba(3,12,10,.92),rgba(3,12,10,.76)),url("/assets/img/legalia-fondo-vozpopuli-territorio.webp") center center/cover no-repeat!important;border-top:1px solid rgba(245,226,162,.10)!important;border-bottom:1px solid rgba(245,226,162,.08)!important;}.lg-trust-proof-wrap{max-width:980px!important;margin:0 auto!important;text-align:center!important;}.lg-trust-proof-eyebrow{margin:0 0 12px!important;color:#f5e2a2!important;text-transform:uppercase!important;letter-spacing:.14em!important;font-size:12px!important;font-weight:900!important;}.lg-trust-proof-title{margin:0 auto 12px!important;color:#fff!important;font-size:clamp(26px,3.5vw,42px)!important;line-height:1.04!important;letter-spacing:-.05em!important;max-width:700px!important;}.lg-trust-proof-text{margin:0 auto 24px!important;color:rgba(255,255,255,.72)!important;font-size:clamp(15px,1.45vw,17px)!important;line-height:1.6!important;max-width:720px!important;}.lg-trust-proof-grid{display:flex!important;justify-content:center!important;align-items:stretch!important;}.lg-trust-proof-card{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:10px!important;width:min(100%,680px)!important;padding:26px!important;border-radius:28px!important;background:radial-gradient(circle at 50% 0%,rgba(245,226,162,.12),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.078),rgba(255,255,255,.03))!important;border:1px solid rgba(245,226,162,.18)!important;box-shadow:0 22px 60px rgba(0,0,0,.22)!important;overflow:hidden!important;}.lg-trust-proof-card:before{content:""!important;position:absolute!important;inset:auto 24px 0 24px!important;height:2px!important;background:linear-gradient(90deg,transparent,rgba(245,226,162,.9),rgba(31,179,131,.55),transparent)!important;opacity:.9!important;}.lg-trust-proof-label{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:7px 12px!important;border-radius:999px!important;background:rgba(245,226,162,.08)!important;border:1px solid rgba(245,226,162,.18)!important;color:#f5e2a2!important;text-transform:uppercase!important;letter-spacing:.09em!important;font-size:11px!important;font-weight:900!important;}.lg-trust-proof-card strong{color:#fff!important;font-size:clamp(26px,3vw,36px)!important;line-height:1!important;letter-spacing:-.045em!important;}.lg-trust-proof-card p{margin:0!important;color:rgba(255,255,255,.72)!important;font-size:15.5px!important;line-height:1.5!important;max-width:520px!important;}.lg-trust-proof-card a{margin-top:6px!important;color:#f5e2a2!important;font-weight:900!important;text-decoration:none!important;border-bottom:1px solid rgba(245,226,162,.45)!important;padding-bottom:2px!important;}.lg-trust-proof-card a:hover{border-bottom-color:#f5e2a2!important;}@media (max-width:760px){.lg-trust-proof-section{padding:36px 14px!important}.lg-trust-proof-card{border-radius:22px!important;padding:20px!important}}@media (min-width: 981px){html body .lg-hero{min-height:102vh!important;background:#030a08!important;}html body .lg-hero .lg-container{max-width:1700px!important;padding-left:3.5vw!important;padding-right:3.5vw!important;}html body .lg-hero-copy-only{width:min(1020px,60vw)!important;}html body .lg-hero-image-green{background-size:cover!important;background-position:64% 30%!important;transform:scale(1.10)!important;transform-origin:64% 30%!important;}html body .lg-hero::before{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,.10) 0%, rgba(0,0,0,0) 42%, rgba(0,0,0,.24) 100%)!important;}}@media (max-width: 980px){html body .lg-hero-image-green{background-size:cover!important;background-position:68% center!important;transform:scale(1.08)!important;transform-origin:68% center!important;}}@media (min-width: 981px){html body .lg-hero{min-height:clamp(680px,88vh,860px)!important;align-items:flex-start!important;padding-top:0!important;padding-bottom:0!important;}html body .lg-hero .lg-container{padding-top:clamp(96px,10vh,132px)!important;padding-bottom:clamp(42px,5vh,70px)!important;}html body .lg-hero .lg-grid,
  html body .lg-hero .lg-grid-no-sidecard{align-items:start!important;}html body .lg-hero-copy-only{transform:translateY(-18px)!important;}}@media (min-width: 981px) and (max-height: 780px){html body .lg-hero .lg-container{padding-top:92px!important;}html body .lg-hero-copy-only{transform:translateY(-10px)!important;}}@media (max-width: 980px){html body .lg-hero{align-items:flex-start!important;}html body .lg-hero .lg-container{padding-top:88px!important;}}@media (min-width: 981px){html body section.lg-trust-strip.lg-benefits-golden-orbit{margin-top:0!important;margin-bottom:0!important;padding:18px 0!important;position:relative!important;z-index:2!important;background:linear-gradient(90deg,#06110d,#0d241c 50%,#06110d)!important;border-top:1px solid rgba(245,226,162,.14)!important;border-bottom:1px solid rgba(245,226,162,.12)!important;overflow:hidden!important;}html body section.lg-trust-strip.lg-benefits-golden-orbit::before{display:none!important;content:none!important;}html body .lg-benefits-golden-orbit .lg-trust-strip-inner{width:min(1120px,calc(100% - 36px))!important;padding:0!important;margin:0 auto!important;transform:none!important;position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;}html body .lg-benefits-golden-orbit .lg-trust-item,
  html body .lg-benefits-golden-orbit .lg-trust-item:nth-child(n){min-height:92px!important;}html body .lg-method-sticky-section{margin-top:0!important;padding-top:clamp(54px,7vw,96px)!important;}html body .lg-method-sticky-section::after{display:none!important;content:none!important;}}@media (max-width: 980px){html body section.lg-trust-strip.lg-benefits-golden-orbit{margin-top:0!important;margin-bottom:0!important;padding:14px 0!important;background:linear-gradient(90deg,#06110d,#0d241c 50%,#06110d)!important;border-top:1px solid rgba(245,226,162,.12)!important;border-bottom:1px solid rgba(245,226,162,.10)!important;}html body .lg-benefits-golden-orbit .lg-trust-strip-inner{transform:none!important;}html body .lg-method-sticky-section{margin-top:0!important;padding-top:44px!important;}html body .lg-method-sticky-section::after{display:none!important;content:none!important;}}html body .lg-mock-hero{position:relative!important;overflow:hidden!important;background:#041b14!important;}html body .lg-mock-hero-bg{position:absolute!important;inset:0!important;display:block!important;background-image:url('/assets/img/home-hero-fondo-oficina-nuevo.webp?v=20260701-bg3')!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;opacity:1!important;pointer-events:none!important;z-index:0!important;}html body .lg-mock-hero-bg:before,
html body .lg-mock-hero-bg:after,
html body .lg-mock-hero:before,
html body .lg-mock-hero:after{display:none!important;content:none!important;background:none!important;background-image:none!important;opacity:0!important;animation:none!important;filter:none!important;mask-image:none!important;-webkit-mask-image:none!important;}html body .lg-mock-hero:before{display:none!important;content:none!important;background:none!important;}html body .lg-mock-shell{position:relative!important;z-index:1!important;}html body .lg-mock-hero-grid{grid-template-columns:minmax(0,1fr) minmax(340px,420px)!important;align-items:center!important;}html body .lg-mock-hero-visual{justify-content:flex-end!important;}html body .lg-hero-photo-composition,
html body .lg-hero-photo-frame,
html body .lg-hero-flip-frame{width:100%!important;max-width:420px!important;aspect-ratio:auto!important;background:transparent!important;border:0!important;box-shadow:none!important;transform:none!important;}html body .lg-hero-photo-composition:before,
html body .lg-hero-photo-composition:after,
html body .lg-hero-photo-base,
html body .lg-hero-flip-front{display:none!important;content:none!important;}html body .lg-hero-flip-card,
html body .lg-hero-flip-frame:hover .lg-hero-flip-card,
html body .lg-hero-flip-frame:focus-within .lg-hero-flip-card{position:relative!important;inset:auto!important;height:auto!important;transform:none!important;transition:none!important;}html body .lg-hero-flip-side{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;backface-visibility:visible!important;-webkit-backface-visibility:visible!important;}html body .lg-hero-flip-back{transform:none!important;position:relative!important;display:flex!important;justify-content:flex-start!important;padding:24px!important;border-radius:30px!important;background:linear-gradient(145deg,#06251d 0%,#0b3b2e 56%,#04140f 100%)!important;border:1px solid rgba(245,226,162,.30)!important;box-shadow:0 24px 60px rgba(0,0,0,.30)!important;}@media (max-width:980px){html body .lg-mock-hero{background:linear-gradient(180deg,#041b14 0%,#06251d 48%,#0a2f24 100%)!important;}html body .lg-mock-hero-bg{background-image:radial-gradient(circle at 14% 16%,rgba(30,215,96,.16) 0%,rgba(30,215,96,0) 24%),
      radial-gradient(circle at 86% 18%,rgba(245,226,162,.12) 0%,rgba(245,226,162,0) 22%),
      linear-gradient(180deg,rgba(4,27,20,.94) 0%,rgba(6,37,29,.98) 100%)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;}html body .lg-mock-hero-grid{grid-template-columns:1fr!important;}html body .lg-mock-hero-visual{justify-content:center!important;}}.lg-home-abogados-seo{position:relative!important;overflow:hidden!important;padding:clamp(40px,5vw,72px) 0!important;background:#edf1ee!important;color:#10231c!important;border-top:1px solid rgba(11,50,35,.06)!important;border-bottom:1px solid rgba(11,50,35,.06)!important;}.lg-home-abogados-seo:before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:radial-gradient(circle at 10% 18%,rgba(35,135,90,.10),transparent 28%),radial-gradient(circle at 90% 80%,rgba(212,175,55,.10),transparent 26%)!important;}.lg-home-abogados-frame{position:relative!important;z-index:1!important;padding:clamp(22px,3vw,30px)!important;border-radius:34px!important;background:linear-gradient(180deg,#f7f8f6 0%,#eef2ef 100%)!important;border:1px solid rgba(11,50,35,.08)!important;box-shadow:0 26px 60px rgba(7,26,18,.08)!important;overflow:hidden!important;}.lg-home-abogados-frame:before{content:""!important;position:absolute!important;inset:-35% auto auto -10%!important;width:340px!important;height:340px!important;border-radius:999px!important;background:radial-gradient(circle,rgba(30,215,96,.09),rgba(30,215,96,0) 68%)!important;pointer-events:none!important;}.lg-home-abogados-frame:after{content:""!important;position:absolute!important;inset:auto -8% -28% auto!important;width:360px!important;height:360px!important;border-radius:999px!important;background:radial-gradient(circle,rgba(245,211,95,.12),rgba(245,211,95,0) 68%)!important;pointer-events:none!important;}.lg-home-abogados-grid{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:minmax(0,1.24fr) minmax(380px,.76fr)!important;gap:clamp(18px,2.4vw,28px)!important;align-items:center!important;}.lg-home-abogados-copy{max-width:760px!important;padding:clamp(4px,1vw,12px) 0!important;}.lg-home-abogados-eyebrow{display:inline-flex!important;width:max-content!important;align-items:center!important;gap:8px!important;margin:0 0 18px!important;padding:10px 15px!important;border-radius:999px!important;background:linear-gradient(180deg,#e6f1eb,#dcebe4)!important;border:1px solid rgba(11,50,35,.10)!important;color:#174b37!important;font-size:11.5px!important;font-weight:900!important;letter-spacing:.10em!important;text-transform:uppercase!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.6)!important;}.lg-home-abogados-copy h2{margin:0 0 18px!important;color:#0a1b15!important;font-size:clamp(34px,3.65vw,56px)!important;line-height:.94!important;letter-spacing:-.06em!important;max-width:17.2ch!important;text-wrap:balance!important;}.lg-home-abogados-copy p{margin:0 0 14px!important;color:rgba(10,27,21,.78)!important;font-size:16px!important;line-height:1.58!important;max-width:58ch!important;}.lg-home-abogados-actions{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin-top:18px!important;}.lg-home-abogados-actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:0 20px!important;border-radius:999px!important;text-decoration:none!important;font-weight:900!important;font-size:15px!important;line-height:1!important;transition:transform .18s ease,filter .18s ease,background .18s ease!important;}.lg-home-abogados-actions a:first-child{background:linear-gradient(135deg,#1ed760,#4df08b)!important;color:#072218!important;box-shadow:0 14px 32px rgba(30,215,96,.16)!important;}.lg-home-abogados-actions a:last-child{background:linear-gradient(180deg,#153c2d,#0d241b)!important;color:#f2d98b!important;border:1px solid rgba(245,226,162,.22)!important;box-shadow:0 12px 28px rgba(7,26,18,.10)!important;}.lg-home-abogados-actions a:hover{transform:translateY(-1px)!important;filter:brightness(1.02)!important;}.lg-home-abogados-visual{position:relative!important;min-height:500px!important;display:grid!important;align-items:stretch!important;}.lg-home-abogados-media-main{position:relative!important;height:100%!important;border-radius:30px!important;overflow:hidden!important;box-shadow:0 28px 60px rgba(7,26,18,.18)!important;background:#113126!important;}.lg-home-abogados-media-main:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(135deg,rgba(5,20,15,.34) 0%,rgba(5,20,15,.10) 44%,rgba(5,20,15,.40) 100%)!important;pointer-events:none!important;}.lg-home-abogados-media-main img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;}.lg-home-abogados-cards{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;margin-top:20px!important;}.lg-home-abogados-cards article{position:relative!important;display:flex!important;flex-direction:column!important;gap:10px!important;min-height:188px!important;padding:24px 22px 22px!important;border-radius:24px!important;background:linear-gradient(180deg,#ffffff 0%,#f8f6ee 100%)!important;border:1px solid rgba(11,50,35,.08)!important;box-shadow:0 16px 34px rgba(7,26,18,.08)!important;overflow:hidden!important;}.lg-home-abogados-cards article:before{content:""!important;position:absolute!important;left:0!important;right:0!important;top:0!important;height:5px!important;background:linear-gradient(90deg,#1a5e45 0%,#2e8f67 70%,#efd47a 100%)!important;}.lg-home-abogados-cards span{position:static!important;width:42px!important;height:42px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:linear-gradient(180deg,#eef4df,#e4ecd1)!important;color:#6c6a46!important;font-weight:950!important;font-size:13px!important;margin:0!important;border:1px solid rgba(108,106,70,.16)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)!important;}.lg-home-abogados-cards h3{margin:0!important;color:#10231c!important;font-size:18px!important;line-height:1.1!important;letter-spacing:-.03em!important;max-width:14ch!important;}.lg-home-abogados-cards p{margin:0!important;color:rgba(16,35,28,.74)!important;font-size:14px!important;line-height:1.5!important;}@keyframes lgHomeReviewStageFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes lgHomeReviewCard1{0%,12%{transform:translate(-50%,-50%) translate3d(-52px,24px,0) rotate(-8deg) scale(.885);opacity:.58}22%,34%{transform:translate(-50%,-50%) translate3d(-26px,10px,56px) rotate(-4deg) scale(.935);opacity:.80}44%,56%{transform:translate(-50%,-50%) translate3d(0,-4px,136px) rotate(0deg) scale(1);opacity:1}66%,78%{transform:translate(-50%,-50%) translate3d(30px,-16px,58px) rotate(4deg) scale(.945);opacity:.82}88%,96%{transform:translate(-50%,-50%) translate3d(52px,-26px,0) rotate(8deg) scale(.885);opacity:.58}100%{transform:translate(-50%,-50%) translate3d(-52px,24px,0) rotate(-8deg) scale(.885);opacity:.58}}@keyframes lgHomeReviewCard2{0%,12%{transform:translate(-50%,-50%) translate3d(-26px,10px,56px) rotate(-4deg) scale(.935);opacity:.80}22%,34%{transform:translate(-50%,-50%) translate3d(0,-4px,136px) rotate(0deg) scale(1);opacity:1}44%,56%{transform:translate(-50%,-50%) translate3d(30px,-16px,58px) rotate(4deg) scale(.945);opacity:.82}66%,78%{transform:translate(-50%,-50%) translate3d(52px,-26px,0) rotate(8deg) scale(.885);opacity:.58}88%,96%{transform:translate(-50%,-50%) translate3d(-52px,24px,0) rotate(-8deg) scale(.885);opacity:.58}100%{transform:translate(-50%,-50%) translate3d(-26px,10px,56px) rotate(-4deg) scale(.935);opacity:.80}}@keyframes lgHomeReviewCard3{0%,12%{transform:translate(-50%,-50%) translate3d(0,-4px,136px) rotate(0deg) scale(1);opacity:1}22%,34%{transform:translate(-50%,-50%) translate3d(30px,-16px,58px) rotate(4deg) scale(.945);opacity:.82}44%,56%{transform:translate(-50%,-50%) translate3d(52px,-26px,0) rotate(8deg) scale(.885);opacity:.58}66%,78%{transform:translate(-50%,-50%) translate3d(-52px,24px,0) rotate(-8deg) scale(.885);opacity:.58}88%,96%{transform:translate(-50%,-50%) translate3d(-26px,10px,56px) rotate(-4deg) scale(.935);opacity:.80}100%{transform:translate(-50%,-50%) translate3d(0,-4px,136px) rotate(0deg) scale(1);opacity:1}}@keyframes lgHomeReviewCard4{0%,12%{transform:translate(-50%,-50%) translate3d(30px,-16px,58px) rotate(4deg) scale(.945);opacity:.82}22%,34%{transform:translate(-50%,-50%) translate3d(52px,-26px,0) rotate(8deg) scale(.885);opacity:.58}44%,56%{transform:translate(-50%,-50%) translate3d(-52px,24px,0) rotate(-8deg) scale(.885);opacity:.58}66%,78%{transform:translate(-50%,-50%) translate3d(-26px,10px,56px) rotate(-4deg) scale(.935);opacity:.80}88%,96%{transform:translate(-50%,-50%) translate3d(0,-4px,136px) rotate(0deg) scale(1);opacity:1}100%{transform:translate(-50%,-50%) translate3d(30px,-16px,58px) rotate(4deg) scale(.945);opacity:.82}}@keyframes lgHomeReviewScan{0%,16%{top:23%;opacity:0}24%{opacity:.45}42%{top:68%;opacity:.38}52%,100%{top:68%;opacity:0}}@keyframes lgHomeReviewPulse{50%{transform:scale(.76);opacity:.68}}.lg-home-review-stage{animation:lgHomeReviewStageFloat 9.5s ease-in-out infinite!important;}@media (max-width:1100px){.lg-home-abogados-grid{grid-template-columns:1fr!important}.lg-home-abogados-copy h2{max-width:760px!important}.lg-home-abogados-copy p{max-width:820px!important}.lg-home-abogados-visual{min-height:460px!important}.lg-home-abogados-cards{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}@media (max-width:860px){.lg-home-abogados-seo{padding:34px 0!important}.lg-home-abogados-frame{padding:20px!important;border-radius:26px!important}.lg-home-abogados-visual{min-height:380px!important}.lg-home-abogados-cards{grid-template-columns:1fr!important}.lg-home-abogados-cards article{min-height:auto!important}.lg-home-abogados-copy h2{font-size:30px!important;max-width:14ch!important}.lg-home-abogados-actions a{width:100%!important}}@media (max-width:640px){.lg-home-abogados-frame{padding:16px!important}.lg-home-abogados-copy h2{font-size:28px!important;max-width:14ch!important}.lg-home-abogados-copy p{font-size:15px!important}.lg-home-abogados-visual{min-height:310px!important}.lg-home-abogados-media-main{border-radius:22px!important}.lg-home-abogados-cards article{padding:20px 18px!important;border-radius:20px!important}.lg-home-abogados-cards h3{font-size:17px!important;max-width:none!important}.lg-home-abogados-cards p{font-size:13.5px!important;}}@media (min-width:981px){html body .lg-mock-hero{min-height:620px!important;padding:104px 0 66px!important;}html body .lg-mock-shell{width:min(1180px,calc(100% - 72px))!important;}html body .lg-mock-title{font-size:clamp(46px,4.75vw,64px)!important;line-height:.94!important;letter-spacing:-.068em!important;max-width:690px!important;margin:18px 0 14px!important;}html body .lg-mock-title .lg-title-line1,
  html body .lg-mock-title .lg-title-line2{display:block!important;}@media (min-width: 981px){html body .lg-mock-title .lg-title-line1,
    html body .lg-mock-title .lg-title-line2{white-space:nowrap!important;}}html body .lg-mock-title em{font-size:clamp(28px,2.55vw,36px)!important;margin-top:8px!important;line-height:1.02!important;}html body .lg-mock-desc{max-width:640px!important;font-size:17px!important;line-height:1.46!important;}html body .lg-mock-btn{min-height:52px!important;border-radius:15px!important;padding:0 24px!important;}html body .lg-mock-hero-visual{justify-content:center!important;}html body .lg-hero-photo-composition{width:min(100%,420px)!important;aspect-ratio:4/4.65!important;}html body .lg-hero-photo-frame{width:min(100%,392px)!important;aspect-ratio:4/4.65!important;transform:none!important;border-radius:30px!important;}html body .lg-hero-flip-card{border-radius:30px!important;}html body .lg-hero-flip-side{border-radius:30px!important;}html body .lg-hero-flip-front img{object-position:center 48%!important;transform:scale(1.015)!important;}html body .lg-hero-front-badge,
  html body .lg-hero-front-case{top:16px!important;font-size:11px!important;padding:8px 11px!important;}html body .lg-hero-front-badge{left:16px!important;}html body .lg-hero-front-case{right:16px!important;}html body .lg-hero-front-overlay{left:16px!important;right:16px!important;bottom:16px!important;padding:16px!important;border-radius:22px!important;}html body .lg-hero-front-overlay strong{font-size:18px!important;}html body .lg-hero-front-overlay small{font-size:12px!important;}}@media (min-width:981px) and (max-width:1180px){html body .lg-mock-hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,370px)!important;gap:24px!important;}html body .lg-mock-title{font-size:clamp(42px,4.4vw,56px)!important;}html body .lg-mock-title em{font-size:clamp(25px,2.5vw,32px)!important;}html body .lg-hero-photo-composition{width:min(100%,370px)!important;}html body .lg-hero-photo-frame{width:min(100%,350px)!important;}}@media (max-width:980px){html body .lg-mock-hero{padding-top:106px!important;}}html body .lg-hero-modal-close,
html body .lg-hero-modal-backdrop{display:none!important;}html body.lg-hero-form-open{overflow:hidden!important;}@media (min-width:981px){html body .lg-mock-hero .lg-mock-shell{width:min(1280px,calc(100% - 72px))!important;}html body .lg-mock-hero-grid{grid-template-columns:1fr!important;max-width:980px!important;gap:0!important;align-items:center!important;}html body .lg-mock-title{max-width:950px!important;font-size:clamp(58px,5.85vw,82px)!important;line-height:.93!important;}}html body .lg-mock-hero-visual#hero-revision-gratuita{display:none!important;}html body .lg-mock-hero-visual#hero-revision-gratuita:target,
html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita{position:fixed!important;inset:0!important;z-index:100000!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:24px!important;background:rgba(0,10,7,.72)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;isolation:isolate!important;}html body .lg-mock-hero-visual#hero-revision-gratuita:target .lg-hero-modal-backdrop,
html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita .lg-hero-modal-backdrop{display:block!important;position:absolute!important;inset:0!important;z-index:0!important;cursor:default!important;background:transparent!important;}html body .lg-mock-hero-visual#hero-revision-gratuita:target .lg-hero-photo-composition,
html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita .lg-hero-photo-composition{position:relative!important;z-index:1!important;width:min(100%,440px)!important;max-width:440px!important;aspect-ratio:auto!important;display:block!important;}html body .lg-mock-hero-visual#hero-revision-gratuita:target .lg-hero-photo-composition:before,
html body .lg-mock-hero-visual#hero-revision-gratuita:target .lg-hero-photo-composition:after,
html body .lg-mock-hero-visual#hero-revision-gratuita:target .lg-hero-photo-base,
html body .lg-mock-hero-visual#hero-revision-gratuita:target .lg-hero-flip-front,
html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita .lg-hero-photo-composition:before,
html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita .lg-hero-photo-composition:after,
html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita .lg-hero-photo-base,
html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita .lg-hero-flip-front{display:none!important;content:none!important;}html body .lg-mock-hero-visual#hero-revision-gratuita:target .lg-hero-photo-frame,
html body .lg-mock-hero-visual#hero-revision-gratuita:target .lg-hero-flip-frame,
html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita .lg-hero-photo-frame,
html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita .lg-hero-flip-frame{width:100%!important;max-width:440px!important;aspect-ratio:auto!important;transform:none!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important;}html body .lg-mock-hero-visual#hero-revision-gratuita:target .lg-hero-flip-card,
html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita .lg-hero-flip-card{position:relative!important;inset:auto!important;height:auto!important;min-height:0!important;transform:none!important;transition:none!important;}html body .lg-mock-hero-visual#hero-revision-gratuita:target .lg-hero-flip-side,
html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita .lg-hero-flip-side{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:0!important;backface-visibility:visible!important;-webkit-backface-visibility:visible!important;}html body .lg-mock-hero-visual#hero-revision-gratuita:target .lg-hero-flip-back,
html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita .lg-hero-flip-back{transform:none!important;display:flex!important;justify-content:flex-start!important;padding:28px 24px 24px!important;border-radius:30px!important;background:linear-gradient(145deg,#06251d 0%,#0b3b2e 56%,#04140f 100%)!important;border:1px solid rgba(245,226,162,.30)!important;box-shadow:0 28px 80px rgba(0,0,0,.42)!important;max-height:calc(100vh - 48px)!important;overflow:auto!important;box-sizing:border-box!important;}html body .lg-mock-hero-visual#hero-revision-gratuita:target .lg-hero-modal-close,
html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita .lg-hero-modal-close{position:absolute!important;top:13px!important;right:14px!important;z-index:4!important;display:flex!important;width:34px!important;height:34px!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;text-decoration:none!important;color:#f5e2a2!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(245,226,162,.20)!important;font-size:24px!important;line-height:1!important;}@media (max-width:980px){html body .lg-mock-hero-visual#hero-revision-gratuita:target,
  html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita{padding:16px!important;align-items:flex-start!important;overflow:auto!important;}html body .lg-mock-hero-visual#hero-revision-gratuita:target .lg-hero-flip-back,
  html body.lg-hero-form-open .lg-mock-hero-visual#hero-revision-gratuita .lg-hero-flip-back{max-height:none!important;width:100%!important;padding:24px 18px 20px!important;border-radius:24px!important;}}@media (min-width:981px){html body .lg-mock-hero{min-height:clamp(660px,78vh,800px)!important;padding-top:clamp(118px,11vh,142px)!important;padding-bottom:clamp(112px,12vh,150px)!important;align-items:center!important;}html body .lg-mock-hero-grid{gap:clamp(46px,5vw,72px)!important;}html body .lg-mock-hero-inner{max-width:1050px!important;}html body .lg-mock-pill{margin-bottom:24px!important;}html body .lg-mock-title{max-width:1080px!important;margin-top:0!important;margin-bottom:24px!important;line-height:1.02!important;letter-spacing:-.062em!important;}html body .lg-mock-desc{max-width:920px!important;margin-top:0!important;margin-bottom:0!important;line-height:1.52!important;}html body .lg-mock-rating{margin-top:28px!important;margin-bottom:24px!important;}html body .lg-mock-actions{margin-top:0!important;gap:16px!important;}html body .lg-mock-proof{margin-top:-34px!important;margin-bottom:46px!important;}html body .lg-mock-proof-item{min-height:108px!important;padding-top:28px!important;padding-bottom:28px!important;}html body:has(.lg-mock-home) .lg-floating-whatsapp-ainara{display:flex!important;position:fixed!important;right:16px!important;bottom:16px!important;transform:scale(.92)!important;transform-origin:right bottom!important;}html body:has(.lg-mock-home) .lg-floating-whatsapp-ainara:hover{transform:translateY(-3px) scale(.94)!important;}}@media (max-width:980px){html body .lg-mock-hero{padding-bottom:70px!important;}html body .lg-mock-rating{margin-top:20px!important;margin-bottom:18px!important;}}html body .lg-home23-bg{position:absolute;inset:0;z-index:-2;background-color:#06110e;background-image:none;background-repeat:no-repeat;background-position:center center;background-size:cover;filter:brightness(1.03) saturate(.98)}html body .lg-home23-kicker{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid rgba(212,175,55,.38);border-radius:999px;background:rgba(212,175,55,.09);color:#f5e2a2;font-size:12px;font-weight:900;letter-spacing:.10em;text-transform:uppercase}html body .lg-home23-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:#d4af37;box-shadow:0 0 0 5px rgba(212,175,55,.12)}html body .lg-home23-copy h1{display:grid;gap:12px;margin:20px 0 18px;max-width:850px;line-height:1}html body .lg-home23-before{max-width:780px;margin:14px 0 0;color:rgba(255,255,255,.90);font-size:15px;line-height:1.48;font-weight:760}html body .lg-home23-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}html body .lg-home23-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 20px;border-radius:999px;text-decoration:none;font-weight:900;transition:transform .2s ease,box-shadow .2s ease}html body .lg-home23-btn-wa{background:linear-gradient(135deg,#25d366,#129c4b);color:#fff;border:1px solid rgba(255,255,255,.28);box-shadow:0 16px 38px rgba(31,200,103,.25)}html body .lg-home23-btn-wa:before{content:"";width:20px;height:20px;margin-right:8px;background:url("/assets/img/whatsapp-icon-white.svg") center/contain no-repeat}html body .lg-home23-btn-secondary{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.20)}html body .lg-home23-actions .lg-home23-btn-wa{display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}html body .lg-home23-authority{display:grid;grid-template-columns:auto 1fr 1fr;align-items:center;gap:0;max-width:760px;margin-top:20px;padding:13px 16px;border:1px solid rgba(245,226,162,.24);border-radius:18px;background:rgba(3,10,8,.56);backdrop-filter:blur(12px);box-shadow:0 14px 40px rgba(0,0,0,.18)}html body .lg-home23-authority .lg-home23-stars{padding-right:18px;color:#efc94f;font-size:20px;line-height:1;letter-spacing:.12em;white-space:nowrap}html body .lg-home23-authority .lg-home23-proof{display:grid;gap:2px;padding:0 18px;border-left:1px solid rgba(255,255,255,.15)}html body .lg-home23-authority strong{display:block;color:#fff;font-size:14px;line-height:1.25}html body .lg-home23-authority span{display:block;color:rgba(255,255,255,.72);font-size:11.8px;line-height:1.35}@media (max-width:700px){html body .lg-home23-authority{grid-template-columns:1fr;gap:10px}html body .lg-home23-authority .lg-home23-stars{padding-right:0}html body .lg-home23-authority .lg-home23-proof{padding:9px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.13)}}html body .lg-home23-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:18px;max-width:810px}html body .lg-home23-trust div{padding:14px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(3,10,8,.48);backdrop-filter:blur(9px)}html body .lg-home23-trust strong{display:block;color:#f5e2a2;font-size:13.5px}html body .lg-home23-trust span{display:block;margin-top:4px;color:rgba(255,255,255,.72);font-size:11.8px;line-height:1.4}html body .lg-home23-form-card{padding:28px;border-radius:30px;background:#fff;color:#07110e;border:1px solid rgba(212,175,55,.38);box-shadow:0 30px 90px rgba(0,0,0,.38)}html body .lg-home23-form-card h2{margin:0 0 10px;color:#07110e;font-size:clamp(25px,2.1vw,31px);line-height:1.05;letter-spacing:-.045em;font-weight:900}html body .lg-home23-form-card>p{margin:0 0 18px;color:#53625d;font-size:15px;line-height:1.5;font-weight:600}html body .lg-home23-form{display:grid;gap:12px}html body .lg-home23-form label{display:grid;gap:7px;color:#26332f;font-size:12.5px;font-weight:850;text-transform:uppercase;letter-spacing:.045em}html body .lg-home23-form input[type="text"],html body .lg-home23-form input[type="tel"]{width:100%;min-height:50px;border:1px solid #d9e0dd;border-radius:15px;background:#f5f7f6;color:#07110e;padding:13px 14px;font:inherit;font-size:14px;outline:none}html body .lg-home23-form input::placeholder{color:#7b8984}html body .lg-home23-form input:focus{border-color:rgba(212,175,55,.75);box-shadow:0 0 0 4px rgba(212,175,55,.12)}html body .lg-home23-consent{display:flex!important;align-items:flex-start!important;gap:10px!important;text-transform:none!important;letter-spacing:0!important;color:#53625d!important;font-size:12px!important;line-height:1.45!important}html body .lg-home23-consent input{width:auto!important;margin-top:2px}html body .lg-home23-consent a{color:#725b10}html body .lg-home23-submit{width:100%;min-height:54px;border:0;border-radius:999px;background:linear-gradient(135deg,#e9c64c,#dcb539);color:#07110e;font:inherit;font-size:14px;font-weight:950;cursor:pointer;box-shadow:0 14px 34px rgba(212,175,55,.24)}html body .lg-home23-privacy{margin:0;color:#64736e;font-size:12px;line-height:1.5;text-align:center}html body .lg-home23-form-note{display:grid;gap:6px;margin-top:18px;padding:15px 16px;border-radius:17px;background:#f3f5f4;border:1px solid #e1e6e4}html body .lg-home23-form-note strong{color:#7a6012;font-size:13.5px}html body .lg-home23-form-note span{color:#53625d;font-size:12.5px;line-height:1.45}html body .lg-mock-cta .lg-home23-form-card-lower{width:100%;max-width:none;margin:0;box-sizing:border-box}html body .lg-mock-cta .lg-home23-form-card-lower h2{margin:0 0 10px!important;color:#07110e!important;font-family:Inter,Arial,sans-serif!important;font-size:clamp(25px,2.1vw,31px)!important;line-height:1.05!important;letter-spacing:-.045em!important;font-weight:900!important}@media (max-width:980px){html body .lg-home23-grid{grid-template-columns:1fr;gap:26px}html body .lg-home23-form-card{max-width:680px}}@media (max-width:680px){html body .lg-home23-actions{display:grid;grid-template-columns:1fr}html body .lg-home23-btn{width:100%}html body .lg-home23-trust{grid-template-columns:1fr}html body .lg-home23-form-card{padding:21px;border-radius:23px}html body .lg-home23-hero:after{background:linear-gradient(180deg,rgba(3,10,8,.86) 0%,rgba(3,10,8,.74) 62%,rgba(3,10,8,.62) 100%)}html body .lg-home23-bg{background-position:68% center;background-size:cover;filter:brightness(1.05) saturate(1.02)}}html body.lg-contact-modal-open{overflow:hidden!important;}html body .lg-contact-modal[hidden]{display:none!important;}html body .lg-contact-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:24px;font-family:Inter,Arial,sans-serif;}html body .lg-contact-modal-backdrop{position:absolute;inset:0;background:rgba(1,8,6,.84);backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px);}html body .lg-contact-modal-panel{position:relative;z-index:1;width:min(790px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:38px;border-radius:32px;background:radial-gradient(circle at 8% 0%,rgba(34,190,119,.16),transparent 34%),radial-gradient(circle at 92% 8%,rgba(212,175,55,.10),transparent 28%),linear-gradient(160deg,#0a1a15 0%,#06110e 58%,#040c09 100%);color:#f8faf8;border:1px solid rgba(245,226,162,.20);box-shadow:0 38px 120px rgba(0,0,0,.64),inset 0 1px 0 rgba(255,255,255,.05);}html body .lg-contact-modal-panel:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.035),transparent 30%);}html body .lg-contact-modal-close{position:absolute;z-index:2;top:20px;right:20px;width:44px;height:44px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.055);color:#fff;font-size:27px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .2s ease,transform .2s ease,border-color .2s ease;}html body .lg-contact-modal-close:hover{transform:rotate(4deg);background:rgba(255,255,255,.10);border-color:rgba(245,226,162,.34);}html body .lg-contact-modal-kicker{display:inline-flex;align-items:center;gap:9px;margin:0 54px 13px 0;color:#efd98d;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;}html body .lg-contact-modal-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#d4af37,#2bd56f);box-shadow:0 0 0 5px rgba(212,175,55,.08);}html body .lg-contact-modal-title{margin:0;max-width:660px;font-size:clamp(34px,4.7vw,54px);line-height:.98;letter-spacing:-.055em;font-weight:950;color:#fff;}html body .lg-contact-modal-lead{margin:16px 0 28px;max-width:650px;color:rgba(255,255,255,.66);font-size:16px;line-height:1.6;font-weight:600;}html body .lg-contact-modal-options{display:grid;grid-template-columns:1fr;gap:12px;}html body .lg-contact-option{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;column-gap:15px;row-gap:3px;min-height:88px;padding:16px 18px;border:1px solid rgba(255,255,255,.10);border-radius:20px;background:rgba(255,255,255,.038);color:#fff;text-decoration:none;overflow:hidden;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;}html body .lg-contact-option:hover{transform:translateY(-2px);border-color:rgba(245,226,162,.26);background:rgba(255,255,255,.07);box-shadow:0 18px 42px rgba(0,0,0,.22);}html body .lg-contact-option-wa{min-height:118px;padding:22px 24px;background:linear-gradient(125deg,#20cf6b 0%,#18b85c 58%,#12904a 100%);border-color:rgba(94,255,164,.34);box-shadow:0 18px 48px rgba(24,184,92,.20);}html body .lg-contact-option-wa:after{content:"";position:absolute;width:190px;height:190px;right:-62px;top:-92px;border-radius:50%;background:rgba(255,255,255,.09);pointer-events:none;}html body .lg-contact-option-wa:hover{background:linear-gradient(125deg,#25d971 0%,#19c363 58%,#149a50 100%);border-color:rgba(255,255,255,.32);box-shadow:0 22px 56px rgba(24,184,92,.28);}html body .lg-contact-option-icon{grid-column:1;grid-row:1/3;width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#0c2b22,#06150f);color:#efd98d;box-shadow:inset 0 0 0 1px rgba(245,226,162,.10);}html body .lg-contact-option-wa .lg-contact-option-icon{width:58px;height:58px;border-radius:19px;background:rgba(4,62,31,.28);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22);}html body .lg-contact-option-icon svg{display:block;width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}html body .lg-contact-option-wa .lg-contact-option-icon svg{width:30px;height:30px;stroke-width:0;fill:currentColor;}html body .lg-contact-option strong{grid-column:2;grid-row:1;display:block;margin:0;color:#fff;font-size:19px;line-height:1.15;font-weight:900;letter-spacing:-.025em;}html body .lg-contact-option-wa strong{font-size:23px;}html body .lg-contact-option span:not(.lg-contact-option-icon){grid-column:2;grid-row:2;display:block;margin:0;color:rgba(255,255,255,.57);font-size:13px;line-height:1.45;}html body .lg-contact-option-wa span:not(.lg-contact-option-icon){color:rgba(255,255,255,.88);font-size:14px;}html body .lg-contact-option b{grid-column:3;grid-row:1/3;align-self:center;margin:0;padding-left:18px;color:#efd98d;font-size:13px;line-height:1.35;font-weight:900;text-align:right;white-space:nowrap;overflow-wrap:normal;}html body .lg-contact-option-wa b{color:#fff;font-size:15px;position:relative;z-index:1;}html body .lg-contact-modal-note{display:flex;align-items:center;justify-content:center;gap:9px;margin:22px 0 0;padding-top:19px;border-top:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.53);font-size:12.5px;line-height:1.5;text-align:center;}html body .lg-contact-modal-note:before{content:"✓";width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:rgba(34,194,118,.12);color:#44da92;font-size:12px;font-weight:900;}@media (max-width:720px){html body .lg-contact-modal{padding:12px;align-items:end;}html body .lg-contact-modal-panel{max-height:calc(100vh - 24px);padding:30px 18px 20px;border-radius:28px 28px 18px 18px;}html body .lg-contact-modal-title{font-size:36px;}html body .lg-contact-modal-lead{margin-bottom:22px;}html body .lg-contact-modal-options{grid-template-columns:1fr;}html body .lg-contact-option{grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto auto;min-height:96px;padding:16px;column-gap:13px;}html body .lg-contact-option-icon{width:48px;height:48px;border-radius:15px;}html body .lg-contact-option-wa .lg-contact-option-icon{width:50px;height:50px;border-radius:16px;}html body .lg-contact-option strong{font-size:17px;}html body .lg-contact-option-wa strong{font-size:20px;}html body .lg-contact-option-icon{grid-row:1/4;}html body .lg-contact-option strong{grid-column:2;grid-row:1;}html body .lg-contact-option span:not(.lg-contact-option-icon){grid-column:2;grid-row:2;}html body .lg-contact-option b{grid-column:2;grid-row:3;padding-left:0;margin-top:4px;font-size:12px;max-width:none;text-align:left;white-space:normal;overflow-wrap:anywhere;}}@media (max-width:480px){html body .lg-contact-option{grid-template-columns:48px 1fr;}html body .lg-contact-option b{grid-column:2;grid-row:auto;text-align:left;padding:4px 0 0;max-width:none;}html body .lg-contact-option-icon{grid-row:1/4;}}.lg-antispam-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;}@media (max-width:760px){html body .lg-home23-hero{padding-top:calc(var(--lg-mobile-header-height,88px) + 22px)!important;}}html body .lg-home23-hero{display:block!important;padding:clamp(54px,6vw,78px) 0 clamp(62px,6.4vw,86px)!important;background:#f6f7f8!important;color:#10201a!important;}html body .lg-home23-kicker{display:block!important;width:auto!important;margin:0 0 16px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#9d7a31!important;font-size:12px!important;line-height:1.2!important;font-weight:950!important;letter-spacing:.19em!important;}html body .lg-home23-btn-arrow{position:absolute!important;right:23px!important;bottom:22px!important;color:#9d7a31!important;font-size:20px!important;font-weight:950!important;transition:transform .22s ease!important;}@media (max-width:980px){html body .lg-home23-hero{padding:54px 0 64px!important;}html body .lg-home23-wrap{width:min(100% - 32px,1280px)!important;}html body .lg-home23-title-main{font-size:clamp(42px,6.9vw,57px)!important;}html body .lg-home23-title-accent{font-size:clamp(27px,4.2vw,35px)!important;}html body .lg-home23-actions{gap:12px!important;}}@media (max-width:680px){html body .lg-home23-btn-text{max-width:290px!important;font-size:13px!important;}}html body .lg-home23-btn-primary{border:0!important;background:linear-gradient(180deg,rgba(177,132,61,.065),rgba(177,132,61,.018))!important;box-shadow:none!important;}html body .lg-home23-btn-primary:before{content:""!important;position:absolute!important;top:0!important;left:30px!important;right:30px!important;width:auto!important;height:2px!important;border-radius:0 0 999px 999px!important;background:#b1843d!important;box-shadow:none!important;}html body .lg-home23-btn-index{display:block!important;margin:0 0 17px!important;color:#a47b34!important;font-size:11px!important;line-height:1!important;font-weight:950!important;letter-spacing:.20em!important;}html body .lg-home23-btn-text{display:block!important;max-width:270px!important;margin:10px 0 0!important;color:#65716d!important;font-size:13.5px!important;line-height:1.45!important;font-weight:600!important;}html body .lg-home23-btn-cta{display:inline-flex!important;align-items:center!important;gap:8px!important;margin-top:auto!important;padding-top:19px!important;color:#0f604a!important;font-size:12.5px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.01em!important;}html body .lg-home23-btn-cta > span{display:inline-block!important;color:#a47b34!important;font-size:15px!important;transition:transform .2s ease!important;}html body .lg-home23-btn:hover .lg-home23-btn-cta > span{transform:translateX(3px)!important;}@media (max-width:980px){html body .lg-home23-actions{width:min(100%,920px)!important;margin-top:31px!important;}html body .lg-home23-btn{min-height:168px!important;padding:24px 23px 23px!important;}html body .lg-home23-btn-primary:before{left:23px!important;right:23px!important;}html body .lg-home23-btn-title{font-size:23px!important;}}@media (max-width:680px){html body .lg-home23-actions{overflow:hidden!important;border-radius:20px!important;gap:0!important;margin-top:26px!important;}html body .lg-home23-btn + .lg-home23-btn{border-left:0!important;border-top:1px solid rgba(16,32,26,.085)!important;}html body .lg-home23-btn-primary:before{left:22px!important;right:22px!important;}html body .lg-home23-btn-index{margin-bottom:12px!important;}html body .lg-home23-btn-text{max-width:320px!important;margin-top:8px!important;}html body .lg-home23-btn-cta{margin-top:15px!important;padding-top:0!important;}}html body .lg-home23-hero{position:relative!important;isolation:isolate!important;min-height:0!important;padding:clamp(64px,6.6vw,92px) 0 clamp(68px,7vw,96px)!important;background:radial-gradient(circle at 86% 18%,rgba(245,211,95,.13),transparent 28%),
    radial-gradient(circle at 16% 84%,rgba(37,211,102,.14),transparent 29%),
    linear-gradient(135deg,#031b14 0%,#05281d 52%,#0d3b2a 100%)!important;color:#f7f6f2!important;font-family:Inter,Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;}html body .lg-home23-hero:before{z-index:-1!important;opacity:.34!important;background-image:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px)!important;background-size:56px 56px!important;mask-image:linear-gradient(to bottom,rgba(0,0,0,.42),transparent 82%)!important;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.42),transparent 82%)!important;}html body .lg-home23-hero:after,
html body .lg-home23-bg{display:none!important;content:none!important;background:none!important;}html body .lg-home23-copy{max-width:none!important;color:#f7f6f2!important;}html body .lg-home23-kicker{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0 0 20px!important;padding:8px 13px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;background:rgba(255,255,255,.055)!important;color:#c7cdca!important;font-size:10.5px!important;line-height:1!important;font-weight:850!important;letter-spacing:.16em!important;text-transform:uppercase!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;}html body .lg-home23-kicker:before{display:none!important;content:none!important;}html body .lg-home23-copy h1{max-width:1030px!important;color:#fff!important;font-family:inherit!important;}html body .lg-home23-title-main{font-family:inherit!important;font-size:clamp(52px,5.25vw,76px)!important;line-height:.93!important;letter-spacing:-.064em!important;}html body .lg-home23-title-accent{width:min(100%,820px)!important;color:#d4b15a!important;text-shadow:0 1px 0 rgba(0,0,0,.22), 0 0 18px rgba(212,177,90,.08)!important;font-family:inherit!important;font-size:clamp(27px,2.7vw,39px)!important;letter-spacing:-.044em!important;}html body .lg-home23-actions-label{margin:34px auto 0!important;display:block!important;text-align:center!important;color:#dfe8e1!important;font-size:12px!important;line-height:1!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-weight:760!important;opacity:.92!important;}html body .lg-home23-actions{width:min(100%,980px)!important;margin:14px auto 0!important;padding:14px!important;border-radius:24px!important;overflow:visible!important;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.028))!important;box-shadow:0 18px 46px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.05)!important;}html body .lg-home23-btn{position:relative!important;width:100%!important;min-height:84px!important;display:flex!important;gap:20px!important;padding:0 20px 0 26px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:20px!important;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.09))!important;color:#fff!important;text-align:left!important;text-decoration:none!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08), inset 0 -1px 0 rgba(255,255,255,.03), 0 18px 42px rgba(0,0,0,.22), 0 0 0 1px rgba(255,255,255,.03), 0 0 30px rgba(255,255,255,.045)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease!important;}html body .lg-home23-btn + .lg-home23-btn{border-left:none!important;}html body .lg-home23-btn:hover{transform:translateY(-3px)!important;border-color:rgba(245,226,162,.38)!important;background:linear-gradient(180deg,rgba(255,255,255,.19),rgba(255,255,255,.105))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.09), inset 0 -1px 0 rgba(255,255,255,.04), 0 22px 48px rgba(0,0,0,.25), 0 0 38px rgba(255,255,255,.06)!important;}html body .lg-home23-btn-primary{background:linear-gradient(135deg,#29d86a 0%,#18c660 48%,#10994a 100%)!important;color:#ffffff!important;border-color:rgba(104,255,184,.42)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.13), 0 22px 48px rgba(0,0,0,.27), 0 0 0 1px rgba(255,255,255,.04), 0 0 28px rgba(37,211,102,.24)!important;}html body .lg-home23-btn-primary:hover{background:linear-gradient(135deg,#31e173 0%,#1dce67 48%,#11974a 100%)!important;color:#ffffff!important;border-color:rgba(135,255,198,.56)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.15), 0 26px 56px rgba(0,0,0,.31), 0 0 0 1px rgba(255,255,255,.05), 0 0 36px rgba(37,211,102,.31)!important;}html body .lg-home23-btn-primary:before{display:none!important;content:none!important;}html body .lg-home23-btn-index,
html body .lg-home23-btn-text,
html body .lg-home23-btn-cta{display:none!important;}html body .lg-home23-btn-title{display:block!important;margin:0!important;color:inherit!important;font-size:19px!important;letter-spacing:-.03em!important;font-weight:860!important;text-shadow:0 1px 0 rgba(0,0,0,.04)!important;}html body .lg-home23-btn-arrow{flex:0 0 auto!important;width:40px!important;height:40px!important;background:rgba(255,255,255,.14)!important;color:#fff!important;line-height:1!important;font-weight:700!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 10px 24px rgba(0,0,0,.16)!important;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease!important;}html body .lg-home23-btn-primary .lg-home23-btn-arrow{background:rgba(4,46,28,.92)!important;color:#fff!important;}html body .lg-home23-btn:hover .lg-home23-btn-arrow{transform:translateX(2px)!important;background:rgba(255,255,255,.15)!important;}html body .lg-home23-btn-primary:hover .lg-home23-btn-arrow{background:rgba(3,34,21,.96)!important;}html body .lg-home23-google{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:6px!important;text-decoration:none!important;cursor:pointer!important;transition:transform .18s ease, opacity .18s ease!important;}html body .lg-home23-google:hover{transform:translateY(-1px)!important;opacity:.98!important;}html body .lg-home23-google-line{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;color:#eef4ef!important;}html body .lg-home23-google-g{width:30px!important;height:30px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.16)!important;color:#ffffff!important;font-size:15px!important;line-height:1!important;font-weight:900!important;box-shadow:0 10px 24px rgba(0,0,0,.14)!important;}html body .lg-home23-google-stars{display:inline-flex!important;align-items:center!important;gap:3px!important;color:#ffd84d!important;font-size:17px!important;line-height:1!important;letter-spacing:0!important;font-weight:900!important;text-shadow:0 0 10px rgba(255,216,77,.14)!important;}@keyframes lgStarSpinTop{0%{transform:rotate(0deg) scale(1);}22%{transform:rotate(360deg) scale(1.06);}55%{transform:rotate(900deg) scale(1.08);}78%{transform:rotate(1260deg) scale(1.03);}100%{transform:rotate(1440deg) scale(1);}}html body .lg-home23-google-stars .lg-rating-star{display:inline-block!important;transform:translateZ(0) rotate(0deg) scale(1)!important;transform-origin:center center!important;backface-visibility:hidden!important;will-change:transform!important;}html body .lg-home23-google:hover .lg-home23-google-stars .lg-rating-star{animation-name:lgStarSpinTop!important;animation-duration:1s!important;animation-timing-function:cubic-bezier(.22,.8,.2,1)!important;animation-fill-mode:both!important;animation-iteration-count:1!important;text-shadow:0 0 14px rgba(255,216,77,.24)!important;}html body .lg-home23-google:hover .lg-home23-google-stars .lg-rating-star:nth-child(2){animation-delay:.05s!important;}html body .lg-home23-google:hover .lg-home23-google-stars .lg-rating-star:nth-child(3){animation-delay:.10s!important;}html body .lg-home23-google:hover .lg-home23-google-stars .lg-rating-star:nth-child(4){animation-delay:.15s!important;}html body .lg-home23-google:hover .lg-home23-google-stars .lg-rating-star:nth-child(5){animation-delay:.20s!important;}html body .lg-home23-google-score{color:#ffffff!important;font-size:18px!important;line-height:1!important;letter-spacing:-.02em!important;font-weight:850!important;}html body .lg-home23-google-sub{color:#b9c5be!important;font-size:13.5px!important;line-height:1.35!important;font-weight:560!important;}html body .lg-home23-google-link{color:#eef4ef!important;font-weight:700!important;}html body .lg-home23-authority,
html body .lg-home23-trust,
html body .lg-mock-proof{display:none!important;}@media (max-width:900px){html body .lg-home23-actions{width:min(100%,860px)!important;gap:14px!important;margin-top:20px!important;padding:0!important;border-radius:0!important;}html body .lg-home23-btn{padding-right:16px!important;border-radius:18px!important;}html body .lg-home23-btn-title{font-size:17px!important;}html body .lg-home23-btn-arrow{width:36px!important;height:36px!important;}html body .lg-home23-google{margin-top:22px!important;gap:5px!important;}html body .lg-home23-google-line{gap:10px!important;}html body .lg-home23-google-g{width:28px!important;height:28px!important;font-size:14px!important;}html body .lg-home23-google-stars{font-size:16px!important;}html body .lg-home23-google-score{font-size:17px!important;}html body .lg-home23-google-sub{font-size:13px!important;}}@media (max-width:680px){html body .lg-home23-hero{padding-top:calc(var(--lg-mobile-header-height,88px) + 34px)!important;padding-bottom:48px!important;}html body .lg-home23-wrap{width:min(100% - 28px,1180px)!important;}html body .lg-home23-kicker{font-size:9px!important;letter-spacing:.13em!important;margin-bottom:15px!important;padding:7px 10px!important;}html body .lg-home23-title-main{font-size:clamp(39px,11.4vw,50px)!important;line-height:.95!important;}html body .lg-home23-title-accent{font-size:clamp(22px,6.7vw,29px)!important;line-height:1.06!important;}html body .lg-home23-lead{margin-top:17px!important;font-size:14.5px!important;line-height:1.52!important;}html body .lg-home23-actions{grid-template-columns:1fr!important;gap:12px!important;margin-top:20px!important;padding:0!important;border-radius:0!important;}html body .lg-home23-btn{min-height:68px!important;border-radius:17px!important;padding:0 14px 0 18px!important;}html body .lg-home23-btn + .lg-home23-btn{border-left:none!important;}html body .lg-home23-btn-title{font-size:16.5px!important;}html body .lg-home23-google{margin-top:20px!important;gap:5px!important;}html body .lg-home23-google-line{gap:9px!important;}html body .lg-home23-google-g{width:26px!important;height:26px!important;font-size:13px!important;}html body .lg-home23-google-stars{font-size:15px!important;letter-spacing:.13em!important;}html body .lg-home23-google-score{font-size:16px!important;}html body .lg-home23-google-sub{font-size:12.5px!important;line-height:1.3!important;}}html body .lg-home23-hero:before{content:""!important;display:block!important;position:absolute!important;inset:0!important;z-index:0!important;pointer-events:none!important;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px)!important;background-size:64px 64px!important;opacity:.22!important;}html body .lg-home23-hero:after{content:""!important;display:block!important;position:absolute!important;inset:0!important;z-index:0!important;pointer-events:none!important;background:radial-gradient(circle at 50% 52%,transparent 0%,rgba(0,0,0,.08) 52%,rgba(0,0,0,.22) 100%)!important;}html body .lg-home23-bg{display:none!important;}html body .lg-home23-wrap,
html body .lg-home23-grid,
html body .lg-home23-copy{position:relative!important;z-index:1!important;}html body .lg-home23-title-main{text-shadow:0 12px 30px rgba(0,0,0,.18)!important;}html body .lg-home23-title-accent{text-shadow:0 1px 0 rgba(0,0,0,.18),0 0 18px rgba(212,177,90,.08)!important;}html body .lg-home23-actions{isolation:isolate!important;}html body .lg-home23-actions:before{content:""!important;position:absolute!important;left:8%!important;right:8%!important;top:12px!important;bottom:-18px!important;z-index:-1!important;pointer-events:none!important;background:radial-gradient(ellipse at center,rgba(37,211,102,.14),rgba(37,211,102,.05) 38%,transparent 72%)!important;filter:blur(26px)!important;}html body .lg-home23-btn{box-shadow:inset 0 1px 0 rgba(255,255,255,.08),inset 0 -1px 0 rgba(255,255,255,.03),0 18px 42px rgba(0,0,0,.22),0 0 30px rgba(255,255,255,.035)!important;}html body .lg-home23-btn-primary{box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 22px 48px rgba(0,0,0,.27),0 0 32px rgba(37,211,102,.25)!important;}html body .lg-home23-google{padding:9px 14px!important;border-radius:16px!important;background:rgba(255,255,255,.025)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;}@media (max-width:680px){html body .lg-home23-hero:before{opacity:.14!important;}html body .lg-home23-actions:before{left:2%!important;right:2%!important;opacity:.75!important;}}@media (min-width:901px){html body .lg-home23-hero{padding-top:126px!important;padding-bottom:78px!important;}html body .lg-home23-copy{margin-left:auto!important;margin-right:auto!important;transform:none!important;}}@media (min-width:681px) and (max-width:900px){html body .lg-home23-hero{padding-top:112px!important;padding-bottom:62px!important;}}@media (max-width:680px){html body .lg-home23-hero{padding-top:calc(var(--lg-mobile-header-height,72px) + 26px)!important;}}@media (min-width:981px){html body .lg-home23-copy h1{max-width:1180px!important;}html body .lg-home23-title-accent{width:100%!important;max-width:none!important;white-space:nowrap!important;text-wrap:nowrap!important;font-size:clamp(28px,2.25vw,35px)!important;line-height:1.08!important;letter-spacing:-.035em!important;font-weight:600!important;}html body .lg-home23-lead{width:min(100%,780px)!important;font-weight:400!important;}}@media (max-width:980px){html body .lg-home23-title-accent{white-space:normal!important;text-wrap:balance!important;font-weight:600!important;}html body .lg-home23-lead{font-weight:400!important;}}.lg-rating-star{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:18px!important;height:18px!important;color:#ffd84d!important;transform-origin:50% 50%!important;backface-visibility:hidden!important;will-change:transform!important;}.lg-rating-star svg{display:block!important;width:100%!important;height:100%!important;overflow:visible!important;}.lg-rating-star svg path{fill:currentColor!important;stroke:currentColor!important;stroke-width:1.45!important;stroke-linejoin:round!important;stroke-linecap:round!important;}.lg-home23-google-stars,
.hn-review-stars,
.cases-review-stars{display:inline-flex!important;align-items:center!important;gap:3px!important;color:#ffd84d!important;letter-spacing:0!important;}@keyframes lgRoundedStarSpinTop{0%{transform:rotate(0deg) scale(1);}24%{transform:rotate(360deg) scale(1.06);}58%{transform:rotate(900deg) scale(1.08);}82%{transform:rotate(1260deg) scale(1.03);}100%{transform:rotate(1440deg) scale(1);}}.lg-home23-google:hover .lg-rating-star,
.hn-review-pill:hover .lg-rating-star,
.cases-review-pill:hover .lg-rating-star{animation:lgRoundedStarSpinTop 1s cubic-bezier(.22,.8,.2,1) both!important;}.lg-home23-google:hover .lg-rating-star:nth-child(2),
.hn-review-pill:hover .lg-rating-star:nth-child(2),
.cases-review-pill:hover .lg-rating-star:nth-child(2){animation-delay:.05s!important;}.lg-home23-google:hover .lg-rating-star:nth-child(3),
.hn-review-pill:hover .lg-rating-star:nth-child(3),
.cases-review-pill:hover .lg-rating-star:nth-child(3){animation-delay:.10s!important;}.lg-home23-google:hover .lg-rating-star:nth-child(4),
.hn-review-pill:hover .lg-rating-star:nth-child(4),
.cases-review-pill:hover .lg-rating-star:nth-child(4){animation-delay:.15s!important;}.lg-home23-google:hover .lg-rating-star:nth-child(5),
.hn-review-pill:hover .lg-rating-star:nth-child(5),
.cases-review-pill:hover .lg-rating-star:nth-child(5){animation-delay:.20s!important;}@media (max-width:680px){.lg-rating-star{width:16px!important;height:16px!important;}}.lg-rating-star{overflow:visible!important;}.lg-rating-star svg{transform-origin:50% 50%!important;transform-box:fill-box!important;backface-visibility:hidden!important;will-change:transform!important;}@keyframes lgVisibleStarTopSpin{0%{transform:perspective(220px) rotateZ(0deg) rotateY(0deg) scale(1);}20%{transform:perspective(220px) rotateZ(220deg) rotateY(18deg) scale(1.07);}45%{transform:perspective(220px) rotateZ(620deg) rotateY(-14deg) scale(1.10);}72%{transform:perspective(220px) rotateZ(1040deg) rotateY(10deg) scale(1.04);}100%{transform:perspective(220px) rotateZ(1440deg) rotateY(0deg) scale(1);}}.lg-home23-google:hover .lg-rating-star svg,
.hn-review-pill:hover .lg-rating-star svg,
.cases-review-pill:hover .lg-rating-star svg{animation:lgVisibleStarTopSpin .575s cubic-bezier(.2,.75,.2,1) both!important;filter:drop-shadow(0 0 10px rgba(255,216,77,.30))!important;}.lg-home23-google:hover .lg-rating-star:nth-child(2) svg,
.hn-review-pill:hover .lg-rating-star:nth-child(2) svg,
.cases-review-pill:hover .lg-rating-star:nth-child(2) svg{animation-delay:.07s!important;}.lg-home23-google:hover .lg-rating-star:nth-child(3) svg,
.hn-review-pill:hover .lg-rating-star:nth-child(3) svg,
.cases-review-pill:hover .lg-rating-star:nth-child(3) svg{animation-delay:.14s!important;}.lg-home23-google:hover .lg-rating-star:nth-child(4) svg,
.hn-review-pill:hover .lg-rating-star:nth-child(4) svg,
.cases-review-pill:hover .lg-rating-star:nth-child(4) svg{animation-delay:.21s!important;}.lg-home23-google:hover .lg-rating-star:nth-child(5) svg,
.hn-review-pill:hover .lg-rating-star:nth-child(5) svg,
.cases-review-pill:hover .lg-rating-star:nth-child(5) svg{animation-delay:.28s!important;}.lg-home-review-animation{position:relative!important;width:100%!important;height:100%!important;min-height:500px!important;border-radius:30px!important;overflow:hidden!important;isolation:isolate!important;background:radial-gradient(circle at 78% 14%,rgba(59,222,116,.16),transparent 28%),
    radial-gradient(circle at 18% 88%,rgba(218,181,73,.14),transparent 26%),
    linear-gradient(180deg,#f9fcfa 0%,#edf5f1 100%)!important;border:1px solid rgba(13,76,60,.10)!important;box-shadow:0 28px 60px rgba(7,26,18,.12)!important;perspective:1200px!important;}.lg-home-review-animation:before{content:""!important;position:absolute!important;left:50%!important;bottom:28px!important;width:74%!important;height:70px!important;transform:translateX(-50%)!important;border-radius:50%!important;background:radial-gradient(ellipse,rgba(30,215,96,.28),rgba(30,215,96,.06) 52%,transparent 72%)!important;filter:blur(12px)!important;pointer-events:none!important;}.lg-home-review-animation:after{content:""!important;position:absolute!important;inset:0!important;background-image:linear-gradient(rgba(9,75,58,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(9,75,58,.035) 1px,transparent 1px)!important;background-size:34px 34px!important;mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 78%)!important;pointer-events:none!important;}.lg-home-review-stage{position:absolute!important;inset:0!important;transform-style:preserve-3d!important;}.lg-home-review-card{position:absolute!important;left:50%!important;top:50%!important;width:min(67%,286px)!important;height:346px!important;padding:19px!important;border-radius:23px!important;background:linear-gradient(180deg,rgba(255,255,255,.985),rgba(244,250,247,.985))!important;border:1px solid rgba(16,85,68,.14)!important;box-shadow:0 25px 50px rgba(5,53,43,.15)!important;transform-origin:center center!important;transform-style:preserve-3d!important;backface-visibility:hidden!important;will-change:transform,opacity!important;overflow:hidden!important;}.lg-home-review-card:before{content:""!important;position:absolute!important;left:0!important;right:0!important;top:0!important;height:5px!important;background:linear-gradient(90deg,#165d47 0%,#2fd66e 68%,#e7c45b 100%)!important;}.lg-home-review-card:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(135deg,rgba(255,255,255,.72),transparent 38%)!important;pointer-events:none!important;}.lg-home-review-card-head{position:relative!important;z-index:1!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:16px!important;}.lg-home-review-card-tag{display:inline-flex!important;align-items:center!important;gap:7px!important;padding:7px 10px!important;border-radius:999px!important;background:#edf4f0!important;border:1px solid #d7e4df!important;color:#50645e!important;font-size:9.5px!important;line-height:1!important;font-weight:900!important;letter-spacing:.09em!important;text-transform:uppercase!important;white-space:nowrap!important;}.lg-home-review-card-tag:before{content:""!important;width:7px!important;height:7px!important;border-radius:50%!important;background:#2adf6a!important;box-shadow:0 0 0 4px rgba(42,223,106,.10)!important;}.lg-home-review-card-icon{flex:0 0 auto!important;width:36px!important;height:36px!important;border-radius:12px!important;display:grid!important;place-items:center!important;background:#0a433a!important;color:#ccf83f!important;border:1px solid rgba(7,64,55,.12)!important;box-shadow:0 10px 20px rgba(7,64,55,.16)!important;font-size:15px!important;font-weight:950!important;}.lg-home-review-card h3{position:relative!important;z-index:1!important;margin:0 0 13px!important;color:#0a3730!important;font-size:23px!important;line-height:1.03!important;letter-spacing:-.045em!important;font-weight:950!important;}.lg-home-review-card p{position:relative!important;z-index:1!important;margin:0 0 15px!important;color:#66766f!important;font-size:12.5px!important;line-height:1.45!important;}.lg-home-review-lines{position:relative!important;z-index:1!important;display:grid!important;gap:9px!important;}.lg-home-review-line{height:8px!important;border-radius:999px!important;background:#e5eeea!important;overflow:hidden!important;}.lg-home-review-line i{display:block!important;height:100%!important;border-radius:inherit!important;background:linear-gradient(90deg,#155a47,#34d878)!important;}.lg-home-review-chips{position:relative!important;z-index:1!important;display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:16px!important;}.lg-home-review-chips span{padding:7px 9px!important;border-radius:10px!important;background:#f1f6f3!important;border:1px solid #dfe9e4!important;color:#445953!important;font-size:9.5px!important;line-height:1!important;font-weight:850!important;}.lg-home-review-result{position:relative!important;z-index:1!important;margin-top:15px!important;padding:12px 13px!important;border-radius:15px!important;background:linear-gradient(135deg,#0b493f,#0a5c4e)!important;border:1px solid rgba(232,202,95,.30)!important;color:#fff!important;box-shadow:0 14px 28px rgba(7,74,62,.16)!important;}.lg-home-review-result small{display:block!important;margin-bottom:5px!important;color:#b8d4cc!important;font-size:9px!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important;}.lg-home-review-result strong{display:block!important;color:#f0d469!important;font-size:16px!important;line-height:1.1!important;letter-spacing:-.02em!important;}.lg-home-review-scan{position:absolute!important;z-index:8!important;left:50%!important;top:18%!important;width:76%!important;height:2px!important;transform:translateX(-50%)!important;background:linear-gradient(90deg,transparent,#31d971,transparent)!important;box-shadow:0 0 18px rgba(49,217,113,.65)!important;opacity:.0!important;animation:lgHomeReviewScan 8s ease-in-out infinite!important;pointer-events:none!important;}.lg-home-review-status{position:absolute!important;z-index:9!important;left:22px!important;bottom:20px!important;display:flex!important;align-items:center!important;gap:9px!important;padding:10px 12px!important;border-radius:14px!important;background:rgba(7,55,47,.91)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 14px 28px rgba(5,46,39,.18)!important;color:#fff!important;font-size:10px!important;font-weight:850!important;letter-spacing:.02em!important;backdrop-filter:blur(8px)!important;}.lg-home-review-status:before{content:""!important;width:8px!important;height:8px!important;border-radius:50%!important;background:#33df72!important;box-shadow:0 0 0 4px rgba(51,223,114,.14)!important;animation:lgHomeReviewPulse 1.8s ease-in-out infinite!important;}.lg-home-review-legend{position:absolute!important;z-index:9!important;right:18px!important;top:18px!important;padding:10px 12px!important;border-radius:14px!important;background:rgba(255,255,255,.88)!important;border:1px solid rgba(17,83,67,.11)!important;box-shadow:0 12px 28px rgba(7,58,48,.08)!important;color:#315049!important;font-size:9.5px!important;line-height:1.3!important;font-weight:800!important;backdrop-filter:blur(8px)!important;}.lg-home-review-legend strong{display:block!important;margin-bottom:2px!important;color:#0a4339!important;font-size:11px!important;}@keyframes lgHomeReviewCard1{0%,18%{transform:translate(-50%,-50%) translate3d(-58px,34px,0) rotate(-10deg) scale(.89);opacity:.66}25%,43%{transform:translate(-50%,-50%) translate3d(-26px,17px,64px) rotate(-5deg) scale(.94);opacity:.86}50%,68%{transform:translate(-50%,-50%) translate3d(2px,-2px,145px) rotate(0) scale(1);opacity:1}75%,93%{transform:translate(-50%,-50%) translate3d(33px,-18px,64px) rotate(5deg) scale(.94);opacity:.86}100%{transform:translate(-50%,-50%) translate3d(58px,-32px,0) rotate(10deg) scale(.89);opacity:.66}}@keyframes lgHomeReviewCard2{0%,18%{transform:translate(-50%,-50%) translate3d(-26px,17px,64px) rotate(-5deg) scale(.94);opacity:.86}25%,43%{transform:translate(-50%,-50%) translate3d(2px,-2px,145px) rotate(0) scale(1);opacity:1}50%,68%{transform:translate(-50%,-50%) translate3d(33px,-18px,64px) rotate(5deg) scale(.94);opacity:.86}75%,93%{transform:translate(-50%,-50%) translate3d(58px,-32px,0) rotate(10deg) scale(.89);opacity:.66}100%{transform:translate(-50%,-50%) translate3d(-58px,34px,0) rotate(-10deg) scale(.89);opacity:.66}}@keyframes lgHomeReviewCard3{0%,18%{transform:translate(-50%,-50%) translate3d(2px,-2px,145px) rotate(0) scale(1);opacity:1}25%,43%{transform:translate(-50%,-50%) translate3d(33px,-18px,64px) rotate(5deg) scale(.94);opacity:.86}50%,68%{transform:translate(-50%,-50%) translate3d(58px,-32px,0) rotate(10deg) scale(.89);opacity:.66}75%,93%{transform:translate(-50%,-50%) translate3d(-58px,34px,0) rotate(-10deg) scale(.89);opacity:.66}100%{transform:translate(-50%,-50%) translate3d(-26px,17px,64px) rotate(-5deg) scale(.94);opacity:.86}}@keyframes lgHomeReviewCard4{0%,18%{transform:translate(-50%,-50%) translate3d(33px,-18px,64px) rotate(5deg) scale(.94);opacity:.86}25%,43%{transform:translate(-50%,-50%) translate3d(58px,-32px,0) rotate(10deg) scale(.89);opacity:.66}50%,68%{transform:translate(-50%,-50%) translate3d(-58px,34px,0) rotate(-10deg) scale(.89);opacity:.66}75%,93%{transform:translate(-50%,-50%) translate3d(-26px,17px,64px) rotate(-5deg) scale(.94);opacity:.86}100%{transform:translate(-50%,-50%) translate3d(2px,-2px,145px) rotate(0) scale(1);opacity:1}}@keyframes lgHomeReviewScan{0%,10%{top:19%;opacity:0}16%{opacity:.8}30%{top:73%;opacity:.75}38%,100%{top:73%;opacity:0}}@keyframes lgHomeReviewPulse{50%{transform:scale(.72);opacity:.62}}.lg-home-review-card:nth-child(1){animation:lgHomeReviewCard1 8s cubic-bezier(.55,.08,.32,.97) infinite!important;z-index:1!important}.lg-home-review-card:nth-child(2){animation:lgHomeReviewCard2 8s cubic-bezier(.55,.08,.32,.97) infinite!important;z-index:2!important}.lg-home-review-card:nth-child(3){animation:lgHomeReviewCard3 8s cubic-bezier(.55,.08,.32,.97) infinite!important;z-index:3!important}.lg-home-review-card:nth-child(4){animation:lgHomeReviewCard4 8s cubic-bezier(.55,.08,.32,.97) infinite!important;z-index:4!important}@media (max-width:1100px){.lg-home-review-animation{min-height:460px!important;max-width:520px!important;margin:0 auto!important}.lg-home-review-card{height:326px!important;width:min(64%,280px)!important}}@media (max-width:860px){.lg-home-review-animation{min-height:390px!important;max-width:460px!important}.lg-home-review-card{height:296px!important;width:min(66%,258px)!important;padding:16px!important}.lg-home-review-card h3{font-size:20px!important}.lg-home-review-card p{font-size:11.5px!important}.lg-home-review-legend{display:none!important}}@media (max-width:640px){.lg-home-review-animation{min-height:345px!important;border-radius:22px!important}.lg-home-review-card{height:268px!important;width:224px!important;padding:14px!important;border-radius:19px!important}.lg-home-review-card h3{font-size:18px!important;margin-bottom:10px!important}.lg-home-review-card p{display:none!important}.lg-home-review-chips span{font-size:8.5px!important;padding:6px 7px!important}.lg-home-review-status{left:12px!important;bottom:12px!important;font-size:9px!important;padding:8px 10px!important}}@media (prefers-reduced-motion:reduce){.lg-home-review-card,.lg-home-review-scan,.lg-home-review-status:before{animation:none!important}.lg-home-review-card:nth-child(1){transform:translate(-50%,-50%) translate3d(-44px,22px,0) rotate(-7deg) scale(.89)!important;opacity:.60!important}.lg-home-review-card:nth-child(2){transform:translate(-50%,-50%) translate3d(-22px,11px,52px) rotate(-4deg) scale(.94)!important;opacity:.80!important}.lg-home-review-card:nth-child(3){transform:translate(-50%,-50%) translate3d(0,-4px,130px) rotate(0deg) scale(1)!important;opacity:1!important}.lg-home-review-card:nth-child(4){transform:translate(-50%,-50%) translate3d(30px,-16px,58px) rotate(4deg) scale(.945)!important;opacity:.82!important}}.lg-home-abogados-visual{overflow:visible!important;}.lg-home-review-animation{border-radius:0!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important;}.lg-home-review-animation:after{display:none!important;content:none!important;}.lg-home-review-animation:before{bottom:18px!important;width:82%!important;height:82px!important;background:radial-gradient(ellipse,rgba(30,215,96,.24),rgba(30,215,96,.05) 52%,transparent 74%)!important;filter:blur(15px)!important;}@media (max-width:640px){.lg-home-review-animation{border-radius:0!important;}}html body .lg-home23-hero{box-sizing:border-box!important;border:0!important;outline:0!important;box-shadow:none!important;min-height:690px!important;padding:126px 0 78px!important;background:radial-gradient(circle at 78% 16%,rgba(39,126,89,.18) 0%,rgba(39,126,89,.07) 22%,rgba(39,126,89,0) 48%),
    linear-gradient(112deg,#06150f 0%,#073224 52%,#123c2d 100%)!important;background-image:radial-gradient(circle at 78% 16%,rgba(39,126,89,.18) 0%,rgba(39,126,89,.07) 22%,rgba(39,126,89,0) 48%),
    linear-gradient(112deg,#06150f 0%,#073224 52%,#123c2d 100%)!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;overflow:hidden!important;}html body .lg-home23-hero:before,
html body .lg-home23-hero:after,
html body .lg-home23-bg{display:none!important;content:none!important;background:none!important;background-image:none!important;opacity:0!important;}html body .lg-home23-wrap{width:min(1320px,calc(100% - 56px))!important;margin:0 auto!important;}html body .lg-home23-grid{display:grid!important;grid-template-columns:1fr!important;gap:0!important;align-items:center!important;justify-items:center!important;width:100%!important;}html body .lg-home38-visual{display:none!important;visibility:hidden!important;width:0!important;height:0!important;min-height:0!important;margin:0!important;overflow:hidden!important;pointer-events:none!important;}html body .lg-home23-copy{width:100%!important;max-width:1180px!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;}html body .lg-home23-copy h1{width:100%!important;max-width:1120px!important;display:grid!important;gap:14px!important;margin:0 auto!important;text-align:center!important;}html body .lg-home23-title-main{display:block!important;width:100%!important;color:#fff!important;font-size:clamp(58px,5.2vw,78px)!important;line-height:.94!important;letter-spacing:-.058em!important;font-weight:950!important;text-align:center!important;white-space:normal!important;text-wrap:balance!important;}html body .lg-home23-title-accent{display:block!important;width:100%!important;max-width:920px!important;margin:0 auto!important;color:#d5ad4e!important;font-size:clamp(28px,2.55vw,38px)!important;line-height:1.04!important;letter-spacing:-.04em!important;font-weight:760!important;text-align:center!important;white-space:normal!important;text-wrap:balance!important;}html body .lg-home23-lead{width:min(100%,820px)!important;max-width:820px!important;margin:24px auto 0!important;color:#96aaa1!important;font-size:14px!important;line-height:1.45!important;font-weight:400!important;text-align:center!important;}html body .lg-home23-actions{width:min(100%,1048px)!important;max-width:1048px!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;margin:26px auto 0!important;padding:12px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:22px!important;background:rgba(255,255,255,.035)!important;box-shadow:0 18px 46px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.05)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;}html body .lg-home23-btn{min-height:90px!important;padding:0 20px 0 28px!important;border-radius:18px!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;}html body .lg-home23-btn-title{font-size:20px!important;line-height:1!important;}html body .lg-home23-btn-arrow{position:static!important;width:42px!important;height:42px!important;flex:0 0 42px!important;display:grid!important;place-items:center!important;border-radius:999px!important;font-size:18px!important;}html body .lg-home23-google{margin:22px auto 0!important;padding:10px 14px!important;align-items:center!important;text-align:center!important;}html body .lg-home23-google-line{justify-content:center!important;}html body .lg-home23-authority,
html body .lg-home23-trust{display:none!important;}@media (max-width:900px){html body .lg-home23-hero{min-height:auto!important;padding:92px 0 58px!important;background:linear-gradient(180deg,#06150f 0%,#0a2f22 100%)!important;background-image:linear-gradient(180deg,#06150f 0%,#0a2f22 100%)!important;}html body .lg-home23-wrap{width:min(100% - 32px,860px)!important;}html body .lg-home23-title-main{font-size:clamp(43px,8vw,60px)!important;}html body .lg-home23-title-accent{font-size:clamp(25px,4.8vw,34px)!important;}html body .lg-home23-lead{font-size:14px!important;line-height:1.45!important;font-weight:400!important;}html body .lg-home23-actions{width:min(100%,760px)!important;gap:12px!important;padding:10px!important;}html body .lg-home23-btn{min-height:76px!important;padding-left:20px!important;}}@media (max-width:640px){html body .lg-home23-hero{padding:78px 0 46px!important;}html body .lg-home23-wrap{width:min(100% - 22px,680px)!important;}html body .lg-home23-copy h1{gap:10px!important;}html body .lg-home23-title-main{font-size:clamp(40px,12vw,52px)!important;}html body .lg-home23-title-accent{font-size:clamp(24px,7.8vw,31px)!important;}html body .lg-home23-lead{margin-top:18px!important;font-size:14px!important;line-height:1.45!important;font-weight:400!important;}html body .lg-home23-actions{grid-template-columns:1fr!important;margin-top:22px!important;padding:8px!important;gap:9px!important;}html body .lg-home23-btn{min-height:68px!important;border-radius:16px!important;}html body .lg-home23-google{margin-top:18px!important;}}