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

    :root {
      --orange: #FF5500;
      --orange-light: #FF7733;
      --black: #0d0d0d;
      --dark: #141414;
      --dark2: #1c1c1c;
      --white: #ffffff;
      --offwhite: #f8f6f3;
      --gray: #888888;
      --gray-light: #cccccc;
    }

    /* LIGHT MODE GLOBAL INVERSIONS */
    body.light-mode {
      --black: #f8f8f8;
      --dark: #f0f0f0;
      --dark2: #e0e0e0;
      --white: #111111;
      --offwhite: #222222;
      --gray-light: #555555;
    }

    body.light-mode #hero::after {
      background: linear-gradient(160deg, #d0d0d0 0%, #a8a8a8 100%);
    }

    body.light-mode .float-stat {
      background: rgba(255, 255, 255, 0.92);
      border-color: rgba(255, 85, 0, 0.2);
    }

    body.light-mode .float-stat-label {
      color: #555;
    }

    body.light-mode .cursor-glow {
      mix-blend-mode: normal;
      background: rgba(255, 85, 0, 0.12);
      box-shadow: 0 0 120px 60px rgba(255, 85, 0, 0.2);
    }

    body.light-mode nav {
      background: rgba(255, 255, 255, 0.92);
      border-bottom-color: rgba(0, 0, 0, 0.05);
    }

    body.light-mode nav ul a:not(.nav-cta) {
      color: #000;
    }

    body.light-mode nav ul a:not(.nav-cta):hover {
      background: rgba(0, 0, 0, 0.08);
      color: #000;
    }

    body.light-mode nav ul a:not(.nav-cta).nav-active {
      color: #000;
      font-weight: 700;
    }

    body.light-mode .btn-primary,
    body.light-mode .nav-cta {
      color: #ffffff !important;
    }

    body.light-mode .hero-desc,
    body.light-mode .hero-clients span {
      color: #000;
      font-weight: 600;
    }

    body.light-mode .section-subtitle,
    body.light-mode .clientes-subtitle,
    body.light-mode #contacto>p,
    body.light-mode #faq-cta p,
    body.light-mode .vdp-table td,
    body.light-mode .vdp-table th,
    body.light-mode .reto-desc {
      color: #000 !important;
    }

    body.light-mode .reto-title,
    body.light-mode .retos-cta {
      color: var(--white);
    }

    body.light-mode #site-header.scrolled nav {
      background: rgba(255, 255, 255, 0.6);
      border-color: rgba(0, 0, 0, 0.12);
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }

    body.light-mode .reto-card,
    body.light-mode .beneficio-item {
      background: rgba(255, 255, 255, 0.6);
      border-color: rgba(0, 0, 0, 0.05);
    }

    body.light-mode .dos-caminos-container {
      background: #f5f5f5;
      border-color: rgba(0, 0, 0, 0.1);
    }

    body.light-mode .dos-caminos-title,
    body.light-mode .path-col-header {
      color: #000;
    }

    body.light-mode .separator-line {
      background: rgba(0, 0, 0, 0.1);
    }

    body.light-mode .pill-chaos {
      color: #000;
      border-color: rgba(0, 0, 0, 0.1);
    }

    body.light-mode .pill-venditek {
      background: rgba(255, 255, 255, 0.7);
      border-color: rgba(0, 0, 0, 0.1);
    }

    body.light-mode .pill-venditek.active {
      background: rgba(255, 255, 255, 1);
    }

    body.light-mode .pill-venditek .step-content h4 {
      color: #000;
      text-shadow: none;
    }

    body.light-mode .pill-venditek .step-content p {
      color: #555;
      text-shadow: none;
    }

    body.light-mode .data-feat-card h4 {
      color: #000;
    }

    body.light-mode .data-feat-card p {
      color: #555;
    }

    /* Technology 360 Section Light Mode Refinements */
    body.light-mode .vt-tech-section {
      background: #e6e6e6;
    }

    body.light-mode .tech-container-glass {
      background: rgba(255, 255, 255, 0.9);
      border-color: rgba(0, 0, 0, 0.05);
      box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
    }

    body.light-mode .tech-left-col .section-sub {
      color: #444;
    }

    body.light-mode .checklist-text-glass {
      color: #000;
      text-shadow: none;
    }

    body.light-mode .vt-liquid-component {
      background: rgba(255, 255, 255, 0.4);
      border-color: rgba(0, 0, 0, 0.05);
    }

    body.light-mode .vt-liquid-shadows {
      box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.05),
        inset 1px 1px 1px rgba(255, 255, 255, 0.8),
        inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    }

    body.light-mode .tech-equation-panel {
      background: #f0f0f0;
      border-color: rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    body.light-mode .eq-module {
      background: rgba(255, 255, 255, 0.6);
      border-color: rgba(0, 0, 0, 0.1);
      color: #333;
    }

    body.light-mode .eq-module.mod-blue.active {
      color: #1e5a8a;
      background: rgba(45, 111, 163, 0.15);
      border-color: #1e5a8a;
      text-shadow: none;
    }

    body.light-mode .eq-module.mod-orange.active {
      color: #cc5500;
      background: rgba(255, 107, 0, 0.15);
      border-color: #cc5500;
      text-shadow: none;
    }

    body.light-mode .eq-module.mod-green.active {
      color: #2e5c3e;
      background: rgba(74, 124, 89, 0.15);
      border-color: #2e5c3e;
      text-shadow: none;
    }

    body.light-mode .eq-operator {
      color: rgba(0, 0, 0, 0.4);
    }

    body.light-mode .arrow-btn-glass .vt-liquid-content {
      color: #000;
    }

    body.light-mode .arrow-btn-glass:hover .vt-liquid-content {
      color: var(--orange);
    }

    body.light-mode .wheel-center {
      background: #ffffff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    }

    body.light-mode .seg-group path {
      stroke: none !important;
    }

    body.light-mode .wheel-svg>circle {
      stroke: none !important;
      opacity: 0;
    }

    body.light-mode .wheel-svg text {
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    body.light-mode .btn-ghost {
      background: rgba(255, 255, 255, 0.6);
      border-color: rgba(0, 0, 0, 0.05);
    }

    body.light-mode .map-container {
      background: #f8f8f8;
      /* Light map base */
    }

    body.light-mode .map-sidebar {
      background: rgba(255, 255, 255, 0.05);
    }

    body.light-mode .leaflet-popup-content-wrapper {
      background: rgba(255, 255, 255, 0.9);
      color: #111;
      border: 1px solid rgba(0, 0, 0, 0.1);
    }

    /* VDP Dashboard Light Mode */
    body.light-mode #vdp-title {
      color: #000 !important;
    }

    body.light-mode #vdp-subtitle {
      color: #555 !important;
    }

    body.light-mode #vdp-main-card {
      color: #000 !important;
      background: rgba(255, 255, 255, 0.8) !important;
      border-color: rgba(0, 0, 0, 0.1) !important;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05) !important;
    }

    body.light-mode #vdp-main-card header {
      background: rgba(255, 255, 255, 0.5) !important;
      border-bottom-color: rgba(0, 0, 0, 0.08) !important;
    }

    body.light-mode #vdp-clock,
    body.light-mode .tl-time,
    body.light-mode .tl-desc,
    body.light-mode .vdp-main p,
    body.light-mode .vdp-main .kpi-delta,
    body.light-mode .vdp-main .chart-card-value .unit {
      color: #555 !important;
    }

    body.light-mode .vdp-main h3,
    body.light-mode .vdp-main h4,
    body.light-mode .vdp-card-title,
    body.light-mode .kpi-label,
    body.light-mode .chart-card-title,
    body.light-mode .tl-title,
    body.light-mode .chart-card-value {
      color: #000 !important;
    }

    body.light-mode .kpi-value:not(.orange):not(.cyan):not(.green):not(.purple) {
      color: #000 !important;
    }

    body.light-mode .vdp-panel [style*="Bebas Neue"] {
      color: #000 !important;
    }

    body.light-mode .vdp-panel [style*="margin-top:4px"] {
      color: #555 !important;
    }

    /* VDP Table & Progress */
    body.light-mode .p-name {
      color: #000 !important;
    }

    body.light-mode .p-val:not([style*="color"]) {
      color: #555 !important;
    }

    body.light-mode .p-val[style*="color:#ff3d3d"] {
      color: #cc0000 !important;
    }

    body.light-mode .p-item .p-track {
      background: rgba(0, 0, 0, 0.1) !important;
    }

    body.light-mode .vdp-table th {
      color: #555 !important;
    }

    body.light-mode .vdp-table td {
      color: #000;
      border-bottom-color: rgba(0, 0, 0, 0.05) !important;
    }

    body.light-mode .vdp-table td[style*="#fff"],
    body.light-mode .vdp-table td[style*="rgba(255,255"] {
      color: #000 !important;
    }

    body.light-mode .map-label:not([style*="color"]) {
      color: #000 !important;
    }

    body.light-mode .map-label[style*="color:#ff3d3d"] {
      color: #cc0000 !important;
    }

    body.light-mode .map-area>div[style*="bottom:16px"] {
      background: rgba(255, 255, 255, 0.8) !important;
      color: #000 !important;
      border-color: rgba(0, 0, 0, 0.1) !important;
    }

    body.light-mode .view-toggle-label {
      color: #000 !important;
    }

    body.light-mode .ctrl-label {
      color: #000 !important;
    }

    body.light-mode #vdp-selected-mac {
      color: #000 !important;
    }

    body.light-mode #c-kpi-4,
    body.light-mode #c-kpi-5 {
      color: #000 !important;
      text-shadow: none !important;
    }

    body.light-mode .vdp-panel label {
      color: #555 !important;
    }

    /* Fix generic nav override affecting VDP nav */
    body.light-mode nav.vdp-expandable-nav {
      background: transparent !important;
      border: none !important;
      box-shadow: none !important;
    }

    body.light-mode .expand-tab {
      background: rgba(255, 255, 255, 0.6);
      border-color: rgba(0, 0, 0, 0.1);
      color: #444;
    }

    body.light-mode .expand-tab.active {
      background: rgba(255, 85, 0, 0.1);
      color: #000;
      border-color: rgba(255, 85, 0, 0.5);
      box-shadow: 0 2px 10px rgba(255, 85, 0, 0.15);
    }

    body.light-mode .expand-tab:hover:not(.active) {
      background: #ffffff;
      color: #000;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    /* --- MAP SECTION BRIGHT MODE --- */
    body.light-mode .map-section {
      background: #f8f8f8;
      border-color: rgba(0, 0, 0, 0.05);
    }

    body.light-mode .map-section::before,
    body.light-mode .map-section::after {
      background: rgba(255, 85, 0, 0.08);
      /* softer glow */
    }

    body.light-mode .map-sidebar {
      background: #ffffff;
      border-color: rgba(0, 0, 0, 0.1);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    body.light-mode .map-sidebar-header {
      background: rgba(0, 0, 0, 0.02);
      border-color: rgba(0, 0, 0, 0.1);
    }

    body.light-mode .map-sidebar-count {
      color: #666;
    }

    body.light-mode .map-item {
      background: #ffffff;
      border-color: rgba(0, 0, 0, 0.05);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    }

    body.light-mode .map-item:hover {
      background: #fafafa;
      border-color: rgba(255, 85, 0, 0.3);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    body.light-mode .map-item.active {
      background: rgba(255, 85, 0, 0.05);
      border-color: var(--orange);
    }

    body.light-mode .map-item-title {
      color: #000;
    }

    body.light-mode .map-item-address {
      color: #555;
    }

    body.light-mode .map-container {
      border-color: rgba(0, 0, 0, 0.1);
    }

    body.light-mode #venditekMap {
      background: #e0e0e0;
    }

    body.light-mode .leaflet-layer,
    body.light-mode .leaflet-control-zoom-in,
    body.light-mode .leaflet-control-zoom-out,
    body.light-mode .leaflet-control-attribution {
      filter: invert(1) hue-rotate(180deg) brightness(95%) contrast(90%);
    }

    body.light-mode .leaflet-popup-content-wrapper {
      background: #ffffff;
      color: #000;
      border-color: rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    body.light-mode .leaflet-popup-tip {
      background: #ffffff;
    }

    body.light-mode .custom-popup-address {
      color: #666;
    }

    /* NATIVE THEME TOGGLE (REACT PORT) */
    .theme-toggle {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 64px;
      height: 32px;
      padding: 4px;
      border-radius: 999px;
      cursor: pointer;
      background: #09090b;
      /* zinc-950 */
      border: 1px solid #27272a;
      /* zinc-800 */
      transition: all 0.3s;
      margin-left: 1rem;
    }

    body.light-mode .theme-toggle {
      background: #ffffff;
      border-color: #e4e4e7;
      /* zinc-200 */
    }

    .theme-slider {
      position: absolute;
      left: 3px;
      top: 3px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #27272a;
      /* zinc-800 */
      transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1), background-color 0.3s;
      z-index: 1;
    }

    body.light-mode .theme-slider {
      transform: translateX(32px);
      background: #e4e4e7;
      /* gray-200 */
    }

    .theme-toggle svg {
      position: relative;
      z-index: 2;
      width: 16px;
      height: 16px;
      transition: color 0.3s;
    }

    .theme-icon-moon {
      color: #ffffff;
      margin-left: 4px;
    }

    .theme-icon-sun {
      color: #71717a;
      /* gray-500 */
      margin-right: 4px;
    }

    body.light-mode .theme-icon-moon {
      color: #000000;
    }

    body.light-mode .theme-icon-sun {
      color: #3f3f46;
      /* gray-700 */
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      background: var(--black);
      color: var(--white);
      font-family: 'Inter', system-ui;
      overflow-x: hidden;
      position: relative;
    }

    /* ─── CURSOR GLOW ─── */
    .cursor-glow {
      position: fixed;
      top: 0;
      left: 0;
      width: 48px;
      height: 48px;
      background: rgba(255, 85, 0, 0.09);
      /* 25% less front 0.12 */
      border-radius: 50%;
      pointer-events: none;
      z-index: 0;
      /* Changed from 9999 to 0 to be behind elements */
      transform: translate(-50%, -50%);
      box-shadow: 0 0 120px 60px rgba(255, 85, 0, 0.15);
      /* 25% less shadow 0.20 */
      mix-blend-mode: screen;
      will-change: left, top;
      /* Optimización de rendimiento */
    }

    /* ─── NAV ─── */
    #site-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 200;
      display: flex;
      justify-content: center;
      padding: 0;
      pointer-events: none;
      transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }

    #site-header.scrolled {
      padding: 1.25rem 2rem;
    }

    nav {
      pointer-events: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 100%;
      background: rgba(13, 13, 13, 0.92);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(255, 85, 0, 0.15);
      padding: 1rem 4rem;
      border-radius: 0;
      transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
      position: relative;
      isolation: isolate;
    }

    nav::before,
    nav::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 0;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-radius 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }

    #site-header.scrolled nav {
      width: auto;
      max-width: fit-content;
      background: rgba(13, 13, 13, 0.6);
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 100px;
      padding: 0.6rem 1rem 0.6rem 1.5rem;
      gap: 3rem;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
    }

    #site-header.scrolled nav::before {
      opacity: 1;
      border-radius: 100px;
      z-index: -1;
      box-shadow:
        0 0 8px rgba(0, 0, 0, 0.03),
        0 2px 6px rgba(0, 0, 0, 0.08),
        inset 3px 3px 0.5px -3.5px rgba(255, 255, 255, 0.09),
        inset -3px -3px 0.5px -3.5px rgba(255, 255, 255, 0.85),
        inset 1px 1px 1px -0.5px rgba(255, 255, 255, 0.6),
        inset -1px -1px 1px -0.5px rgba(255, 255, 255, 0.6),
        inset 0 0 6px 6px rgba(255, 255, 255, 0.12),
        inset 0 0 2px 2px rgba(255, 255, 255, 0.06),
        0 0 12px rgba(0, 0, 0, 0.15);
    }

    #site-header.scrolled nav::after {
      opacity: 1;
      border-radius: 100px;
      z-index: -2;
      backdrop-filter: url("#container-glass");
    }

    .nav-logo {
      display: flex;
      align-items: center;
    }

    .nav-logo img {
      height: 38px;
      filter: brightness(1);
      transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }

    #site-header.scrolled .nav-logo img {
      height: 28px;
    }

    .nav-logo-text {
      font-family: 'Inter', system-ui;
      font-size: 1.6rem;
      font-weight: 900;
      color: var(--orange);
      letter-spacing: -0.01em;
    }

    .nav-logo-text span {
      color: var(--white);
    }

    nav ul {
      list-style: none;
      display: flex;
      gap: 0.25rem;
      align-items: center;
    }

    nav ul a:not(.nav-cta) {
      color: rgba(255, 255, 255, 0.65);
      text-decoration: none;
      font-size: 0.875rem;
      font-weight: 500;
      letter-spacing: 0.02em;
      padding: 0.6rem 1rem;
      border-radius: 100px;
      transition: all 0.3s ease;
      position: relative;
    }

    @keyframes shimmer-neon {
      0% {
        background-position: 0% 50%;
        box-shadow: 0 0 10px rgba(255, 85, 0, 0.8), 0 0 20px rgba(255, 85, 0, 0.4);
      }

      50% {
        background-position: 100% 50%;
        box-shadow: 0 2px 14px rgba(255, 120, 0, 0.9), 0 0 25px rgba(255, 100, 0, 0.6);
      }

      100% {
        background-position: 0% 50%;
        box-shadow: 0 0 10px rgba(255, 85, 0, 0.8), 0 0 20px rgba(255, 85, 0, 0.4);
      }
    }

    nav ul a:not(.nav-cta)::after {
      content: '';
      position: absolute;
      bottom: 4px;
      /* Un poco más cerca del texto */
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 3px;
      background: linear-gradient(270deg, #ff3b00, #ff8c00, #ff2300, #ffa500);
      background-size: 300% 300%;
      box-shadow: 0 0 10px rgba(255, 85, 0, 0.8), 0 0 20px rgba(255, 85, 0, 0.4);
      transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease;
      border-radius: 2px;
      opacity: 0;
    }

    nav ul a:not(.nav-cta).nav-active {
      color: var(--white);
    }

    nav ul a:not(.nav-cta).nav-active::after {
      width: 80%;
      opacity: 1;
      animation: shimmer-neon 4s ease-in-out infinite;
    }

    nav ul a:not(.nav-cta):hover {
      color: var(--white);
      background: rgba(255, 255, 255, 0.1);
    }

    .nav-cta {
      background: var(--orange) !important;
      color: var(--white) !important;
      padding: 0.5rem 1.2rem;
      border-radius: 100px;
      font-weight: 600 !important;
      transition: all 0.3s ease !important;
      margin-left: 0.5rem;
      text-decoration: none !important;
    }

    .nav-cta:hover {
      background: var(--orange-light) !important;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(255, 85, 0, 0.3);
    }

    /* ─── HERO ─── */
    #hero {
      min-height: 100vh;
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      padding: 8rem max(4rem, calc(50vw - 600px)) 4rem;
      gap: 3rem;
      position: relative;
      overflow: hidden;
    }

    /* Diagonal orange stripe */
    #hero::after {
      content: '';
      position: absolute;
      top: -100px;
      right: -80px;
      width: 55%;
      height: calc(100% + 200px);
      background: linear-gradient(160deg, #1a1a1a 0%, #141414 100%);
      clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
      z-index: 0;
    }

    .hero-left {
      position: relative;
      z-index: 1;
    }

    .hero-right {
      position: relative;
      z-index: 1;
    }

    .hero-logo {
      width: 480px;
      max-width: 100%;
      margin-bottom: 2.5rem;
      display: block;
      filter: drop-shadow(0 4px 12px rgba(255, 85, 0, 0.2));
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: rgba(255, 85, 0, 0.12);
      border: 1px solid rgba(255, 85, 0, 0.3);
      color: var(--orange);
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 0.4rem 1rem;
      border-radius: 100px;
      margin-bottom: 1.8rem;
    }

    .hero-badge::before {
      content: '';
      width: 6px;
      height: 6px;
      background: var(--orange);
      border-radius: 50%;
      animation: pulse-dot 2s ease-in-out infinite;
    }

    @keyframes pulse-dot {

      0%,
      100% {
        opacity: 1;
        transform: scale(1);
      }

      50% {
        opacity: 0.5;
        transform: scale(1.4);
      }
    }

    .hero-title {
      font-family: 'Inter', system-ui;
      font-size: clamp(3rem, 5.5vw, 5.2rem);
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -0.02em;
      margin-bottom: 1.5rem;
    }

    .hero-title .orange,
    .section-title .orange,
    .cta-title .orange {
      background: linear-gradient(135deg, var(--orange) 0%, #ff8c00 50%, var(--orange) 100%);
      background-size: 200% auto;
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      transition: background-position 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .hero-title .orange:hover,
    .section-title .orange:hover,
    .cta-title .orange:hover {
      background-position: right center;
    }

    .hero-desc {
      font-size: 1.05rem;
      line-height: 1.75;
      color: rgba(255, 255, 255, 0.6);
      max-width: 500px;
      margin-bottom: 2.5rem;
    }

    .hero-btns {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      margin-bottom: 3rem;
    }

    .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: var(--orange);
      color: var(--white);
      padding: 0.85rem 2rem;
      border: none;
      border-radius: 100px;
      font-family: 'Inter', system-ui;
      font-size: 0.95rem;
      font-weight: 600;
      cursor: pointer;
      text-decoration: none;
      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
      box-shadow: 0 4px 24px rgba(255, 85, 0, 0.3);
    }

    .btn-primary:hover {
      background: var(--orange-light);
      transform: translateY(-2px);
      box-shadow: 0 8px 32px rgba(255, 85, 0, 0.45);
    }

    .btn-ghost {
      background: rgba(17, 17, 17, 0.6);
      color: var(--white);
      padding: 0.85rem 2rem;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 100px;
      font-family: 'Inter', system-ui;
      font-size: 0.95rem;
      font-weight: 500;
      cursor: pointer;
      text-decoration: none;
      position: relative;
      isolation: isolate;
      transition: border-color 0.2s, transform 0.15s, filter 0.2s;
    }

    .btn-ghost::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 100px;
      pointer-events: none;
      z-index: -1;
      box-shadow:
        0 0 6px rgba(0, 0, 0, 0.03),
        0 2px 6px rgba(0, 0, 0, 0.08),
        inset 3px 3px 0.5px -3px rgba(255, 255, 255, 0.09),
        inset -3px -3px 0.5px -3px rgba(255, 255, 255, 0.85),
        inset 1px 1px 1px -0.5px rgba(255, 255, 255, 0.6),
        inset -1px -1px 1px -0.5px rgba(255, 255, 255, 0.6),
        inset 0 0 6px 6px rgba(255, 255, 255, 0.04),
        inset 0 0 2px 2px rgba(255, 255, 255, 0.03),
        0 0 12px rgba(0, 0, 0, 0.15);
    }

    .btn-ghost::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 100px;
      z-index: -2;
      backdrop-filter: url("#container-glass");
      pointer-events: none;
    }

    .btn-ghost:hover {
      border-color: rgba(255, 85, 0, 0.3);
      filter: brightness(1.1);
      transform: translateY(-2px);
    }

    .hero-clients {
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .hero-clients span {
      font-size: 0.78rem;
      color: var(--gray);
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }

    .client-dots {
      display: flex;
      gap: 4px;
    }

    .client-dot {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 2px solid var(--black);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 0.8rem;
      margin-left: -12px;
      position: relative;
      background: var(--dark2);
      overflow: hidden;
    }

    .client-dot img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      padding: 4px;
      background: #ffffff;
    }

    .client-dot:first-child {
      margin-left: 0;
    }

    /* Hero machine image area */
    .hero-machine-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .machine-card {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 40px 120px rgba(0, 0, 0, 0.8), 0 0 80px rgba(255, 85, 0, 0.15);
      animation: float-machine 5s ease-in-out infinite;
    }

    @keyframes float-machine {

      0%,
      100% {
        transform: translateY(0px);
      }

      50% {
        transform: translateY(-14px);
      }
    }

    .machine-card img {
      width: 580px;
      max-width: 100%;
      aspect-ratio: 4 / 5;
      display: block;
      object-fit: cover;
      object-position: center;
    }



    /* Floating stats */
    .float-stat {
      position: absolute;
      background: rgba(20, 20, 20, 0.92);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 85, 0, 0.2);
      border-radius: 14px;
      padding: 0.8rem 1.2rem;
      z-index: 2;
      --base-y: 0px;
      animation: float-stats 5s ease-in-out infinite;
    }

    @keyframes float-stats {

      0%,
      100% {
        transform: translateY(var(--base-y));
      }

      50% {
        transform: translateY(calc(var(--base-y) + 14px));
      }
    }

    .float-stat-num {
      font-family: 'Inter', system-ui;
      font-size: 1.5rem;
      font-weight: 900;
      color: var(--orange);
      line-height: 1;
    }

    .float-stat-label {
      font-size: 0.72rem;
      color: var(--gray);
      margin-top: 2px;
    }

    .float-stat-1 {
      top: 15%;
      left: -35px;
    }

    .float-stat-2 {
      top: 45%;
      right: -30px;
    }

    .float-stat-3 {
      top: 65%;
      left: -20px;
    }

    .float-stat-4 {
      top: 10%;
      right: -25px;
    }

    .float-stat-5 {
      top: 80%;
      right: -15px;
    }

    /* ─── RETOS (PROBLEMA) ─── */
    #retos {
      padding: 7rem 4rem;
      background: var(--dark);
    }

    .section-eyebrow {
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 0.8rem;
      display: flex;
      align-items: center;
      gap: 0.6rem;
    }

    .section-eyebrow::before {
      content: '';
      width: 24px;
      height: 2px;
      background: var(--orange);
      border-radius: 2px;
    }

    .section-title {
      font-family: 'Inter', system-ui;
      font-size: clamp(2.2rem, 4vw, 3.8rem);
      font-weight: 900;
      line-height: 1.1;
      letter-spacing: -0.02em;
      margin-bottom: 1rem;
    }

    /* .section-title .orange is handled alongside .hero-title .orange above */

    .section-subtitle {
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.55);
      max-width: 560px;
      line-height: 1.7;
      margin-bottom: 3.5rem;
    }

    .retos-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
    }

    /* ─── RETOS CARDS 3D LIQUID SPOTLIGHT ─── */
    .reto-card {
      background: rgba(17, 17, 17, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.05);
      /* very faint */
      border-radius: 20px;
      padding: 2rem 1.5rem;
      position: relative;
      transform-style: preserve-3d;
      transition: transform 0.4s cubic-bezier(0.1, 0.4, 0.2, 1), border-color 0.4s ease;
    }

    .reto-card>* {
      position: relative;
      z-index: 10;
      pointer-events: none;
      /* so mousemove runs cleanly on card */
    }

    .reto-card:hover {
      transition: transform 0.05s linear, border-color 0.3s ease;
      border-color: rgba(255, 85, 0, 0.5);
      z-index: 20;
    }

    /* SPOTLIGHT LAYERS */
    .reto-card::before,
    .reto-card::after {
      content: '';
      position: absolute;
      inset: -1px;
      border-radius: 20px;
      z-index: 2;
      opacity: 0;
      transition: opacity 0.3s;
      pointer-events: none;
    }

    .reto-card::before {
      background: radial-gradient(400px circle at var(--x, 0) var(--y, 0), rgba(255, 85, 0, 1), transparent 60%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      padding: 1.5px;
    }

    .reto-card::after {
      background: radial-gradient(350px circle at var(--x, 0) var(--y, 0), rgba(255, 85, 0, 0.2), transparent 70%);
      inset: 0;
      z-index: 1;
    }

    .reto-card:hover::before,
    .reto-card:hover::after {
      opacity: 1;
    }

    /* LIQUID GLASS LAYERS */
    .glass-shadow-layer {
      position: absolute;
      inset: 0;
      border-radius: inherit;
      pointer-events: none;
      z-index: 3;
      box-shadow:
        0 0 8px rgba(0, 0, 0, 0.03),
        0 2px 6px rgba(0, 0, 0, 0.08),
        inset 3px 3px 0.5px -3.5px rgba(255, 255, 255, 0.09),
        inset -3px -3px 0.5px -3.5px rgba(255, 255, 255, 0.85),
        inset 1px 1px 1px -0.5px rgba(255, 255, 255, 0.6),
        inset -1px -1px 1px -0.5px rgba(255, 255, 255, 0.6),
        inset 0 0 6px 6px rgba(255, 255, 255, 0.12),
        inset 0 0 2px 2px rgba(255, 255, 255, 0.06),
        0 0 12px rgba(0, 0, 0, 0.15);
    }

    .glass-backdrop-layer {
      position: absolute;
      inset: 0;
      border-radius: inherit;
      z-index: 0;
      backdrop-filter: url(#container-glass);
      -webkit-backdrop-filter: url(#container-glass);
      overflow: hidden;
    }

    .reto-icon {
      width: 5.5rem;
      height: 5.5rem;
      background: rgba(255, 85, 0, 0.1);
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.2rem;
      filter: drop-shadow(0 0 15px rgba(255, 85, 0, 0.3));
    }

    .reto-icon img {
      width: 4rem;
      height: 4rem;
      object-fit: contain;
    }

    .reto-title {
      font-family: 'Inter', system-ui;
      font-size: 1rem;
      font-weight: 800;
      margin-bottom: 0.7rem;
      color: var(--white);
    }

    .reto-desc {
      font-size: 0.85rem;
      line-height: 1.65;
      color: rgba(255, 255, 255, 0.5);
    }

    .retos-cta {
      margin-top: 4.5rem;
      margin-bottom: -2rem;
      text-align: center;
      font-size: 1.53rem;
      font-weight: 700;
      color: var(--white);
      letter-spacing: 0.01em;
      min-height: 2.5rem;
    }

    .retos-cta .orange {
      color: var(--orange);
      font-size: 1.1em;
    }

    .typewriter-cursor {
      color: var(--orange);
      font-size: 1.1em;
      font-weight: 400;
      animation: blink 1s step-end infinite;
      text-shadow: 0 0 8px rgba(255, 85, 0, 0.8), 0 0 15px rgba(255, 85, 0, 0.5);
      margin-left: 2px;
    }

    @keyframes blink {

      0%,
      100% {
        opacity: 1;
      }

      50% {
        opacity: 0;
      }
    }

    /* ─── BENEFICIOS ─── */
    #beneficios {
      padding: 7rem 4rem;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
    }

    .beneficios-image {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .beneficios-image img {
      width: 345%;
      max-width: 300%;
      margin: 0 auto;
      height: auto;
      object-fit: contain;
      display: block;
      filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.3)) drop-shadow(0 0 50px rgba(255, 85, 0, 0.2));
      animation: breathe-image 8s ease-in-out infinite;
      transform-origin: center center;
      will-change: transform, filter;
    }

    body.light-mode .beneficios-image img {
      filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 60px rgba(0, 0, 0, 0.4));
    }

    @keyframes breathe-image {

      0%,
      100% {
        transform: scale(1);
      }

      50% {
        transform: scale(1.03);
      }
    }

    .beneficios-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
    }

    /* ─── SHOWROOM 3D ─── */
    #tecnologia {
      padding: 6rem 2rem;
      background: var(--dark);
      position: relative;
      overflow: hidden;
      min-height: 850px;
    }

    .showroom-container {
      display: flex;
      max-width: 1400px;
      margin: 3rem auto 0;
      height: 700px;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 30px;
      border: 1px solid rgba(255, 255, 255, 0.05);
      overflow: hidden;
      position: relative;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    body.light-mode .showroom-container {
      background: rgba(255, 255, 255, 0.4);
      border-color: rgba(0, 0, 0, 0.05);
    }

    .showroom-viewer {
      flex: 1.6;
      position: relative;
      cursor: grab;
    }

    .showroom-viewer:active {
      cursor: grabbing;
    }

    model-viewer#showroom-model {
      width: 100%;
      height: 100%;
      --progress-bar-color: var(--orange);
      --poster-color: transparent;
      outline: none;
    }

    /* Hotspot Base */
    .hotspot-btn {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: none;
      background: var(--orange);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 20px rgba(255, 85, 0, 0.6);
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      animation: sh-heartbeat 2s ease-in-out infinite;
      z-index: 10;
    }

    .hotspot-btn:hover {
      transform: scale(1.3);
      background: #fff;
      box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
    }

    .hotspot-btn.active {
      background: #fff;
      animation: none;
      transform: scale(1.2);
    }

    .hotspot-btn svg {
      width: 16px;
      height: 16px;
      fill: none;
      stroke: #fff;
      stroke-width: 2.5;
      pointer-events: none;
    }

    .hotspot-btn:hover svg,
    .hotspot-btn.active svg {
      stroke: var(--orange);
    }

    /* Hide hotspots when detail is active */
    model-viewer.hide-hotspots .hotspot-btn {
      opacity: 0 !important;
      visibility: hidden !important;
      pointer-events: none !important;
      transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    @keyframes sh-heartbeat {
      0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.7);
      }

      70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 15px rgba(255, 85, 0, 0);
      }

      100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
      }
    }

    /* Info Panel Side */
    .showroom-info {
      flex: 1;
      padding: 3.5rem;
      border-left: 1px solid rgba(255, 255, 255, 0.05);
      background: rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }

    body.light-mode .showroom-info {
      border-left-color: rgba(0, 0, 0, 0.05);
      background: rgba(255, 255, 255, 0.2);
    }

    .info-content-wrapper {
      position: relative;
      height: 100%;
      z-index: 5;
    }

    .showroom-default-state,
    .showroom-detail-panel {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-40%);
      transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .showroom-default-state.active,
    .showroom-detail-panel.active {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      transform: translateY(-50%);
    }

    .showroom-eyebrow {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      color: var(--orange);
      margin-bottom: 1rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .showroom-eyebrow::before {
      content: '';
      width: 30px;
      height: 2px;
      background: var(--orange);
    }

    .showroom-title {
      font-family: 'Inter', system-ui;
      font-size: clamp(1.8rem, 3vw, 2.8rem);
      font-weight: 900;
      color: var(--white);
      margin-bottom: 1.5rem;
      line-height: 1.1;
      text-transform: uppercase;
      letter-spacing: -0.02em;
    }

    .showroom-title .orange {
      color: var(--orange);
      text-shadow: 0 0 15px rgba(255, 85, 0, 0.6);
      background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), #ffbb00 0%, #ff5500 50%, #ff8800 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
      transition: background 0.1s ease;
    }

    .showroom-desc {
      color: var(--gray-light);
      font-size: 1rem;
      line-height: 1.7;
      margin-bottom: 2rem;
    }

    .showroom-feature-list {
      list-style: none;
      margin-bottom: 2.5rem;
    }

    .showroom-feature-list li {
      margin-bottom: 1rem;
      padding-left: 1.5rem;
      position: relative;
      font-size: 0.95rem;
      color: var(--white);
      line-height: 1.5;
    }

    .showroom-feature-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 10px;
      width: 8px;
      height: 8px;
      background: var(--orange);
      border-radius: 50%;
    }

    .showroom-back-btn {
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(12px) saturate(180%);
      -webkit-backdrop-filter: blur(12px) saturate(180%);
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: #fff !important;
      padding: 0.75rem 1.8rem;
      border-radius: 100px;
      font-size: 0.85rem;
      font-weight: 600;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      width: fit-content !important;
      max-width: none !important;
      white-space: nowrap;
      margin-top: 1.5rem;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      position: relative;
      isolation: isolate;
      z-index: 10;
    }

    /* Disable the noisy SVG filter for these specific buttons */
    .showroom-back-btn .glass-backdrop-layer {
      display: none !important;
    }

    .showroom-back-btn:hover {
      background: #000;
      border-color: var(--orange);
      color: #fff !important;
      transform: translateY(-2px) scale(1.02);
      box-shadow: 0 0 30px rgba(255, 85, 0, 0.6);
    }

    .showroom-back-btn svg {
      transition: transform 0.3s ease;
    }

    .showroom-back-btn:hover svg {
      transform: translateX(-3px);
    }

    /* Premium Click Hint Panel */
    .click-hint {
      margin-top: 1.5rem;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(12px) saturate(180%);
      -webkit-backdrop-filter: blur(12px) saturate(180%);
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: #fff !important;
      padding: 0.75rem 1.8rem;
      border-radius: 100px;
      font-size: 0.85rem;
      font-weight: 600;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      width: fit-content !important;
      max-width: none !important;
      white-space: nowrap;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      position: relative;
      isolation: isolate;
      z-index: 10;
    }

    .click-hint .glass-backdrop-layer {
      display: none !important;
    }

    .click-hint:hover {
      background: #000;
      border-color: var(--orange);
      color: #fff !important;
      transform: translateY(-2px) scale(1.02);
      box-shadow: 0 0 30px rgba(255, 85, 0, 0.6);
    }

    .click-hint svg {
      color: var(--orange) !important;
      filter: drop-shadow(0 0 5px rgba(255, 85, 0, 0.3));
    }

    .click-hint span {
      letter-spacing: 0.2px;
    }

    .showroom-link {
      display: inline-block;
      text-decoration: none;
      font-size: clamp(0.75rem, 1.2vw, 1rem);
      font-weight: 600;
      color: rgba(255, 255, 255, 0.8);
      margin-top: 1.5rem;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .showroom-link:hover {
      color: #fff;
      transform: translateX(5px);
    }

    .orange-interactive-text {
      display: inline-block;
      font-weight: 900;
      background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), #ffbb00 0%, #ff5500 50%, #ff8800 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 0 0 10px rgba(255, 85, 0, 0.4);
      transition: background 0.1s ease;
    }

    .showroom-link .underline {
      text-decoration: underline;
      text-decoration-color: var(--orange);
      text-underline-offset: 4px;
    }

    body.light-mode .click-hint {
      background: rgba(255, 255, 255, 0.9);
      border-color: rgba(0, 0, 0, 0.1);
      color: #000 !important;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    body.light-mode .click-hint:hover {
      background: #fff;
      border-color: var(--orange);
    }

    body.light-mode .showroom-back-btn {
      background: rgba(255, 255, 255, 0.9) !important;
      border-color: rgba(0, 0, 0, 0.1);
      color: #000 !important;
    }

    body.light-mode .showroom-back-btn:hover {
      background: #fff !important;
      border-color: var(--orange);
      color: var(--orange) !important;
    }

    body.light-mode .showroom-link {
      color: rgba(0, 0, 0, 0.7);
    }

    body.light-mode .showroom-link:hover {
      color: #000;
    }

    body.light-mode .orange-interactive-text {
      background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), #ff5500 0%, #e64d00 50%, #cc4400 100%);
      -webkit-background-clip: text;
      background-clip: text;
      text-shadow: 0 0 10px rgba(255, 85, 0, 0.2);
    }

    @media (max-width: 1024px) {
      .showroom-container {
        flex-direction: column;
        height: auto;
      }

      .showroom-viewer {
        height: 500px;
      }

      .showroom-info {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        padding: 2.5rem 1.5rem;
      }

      .showroom-default-state,
      .showroom-detail-panel {
        position: relative;
        top: 0;
        transform: none !important;
        margin-bottom: 2rem;
      }
    }

    /* ─── SHOWROOM EDITOR (DEBUG MODE) ─── */
    #showroom-debug-hub {
      position: absolute;
      bottom: 30px;
      right: 30px;
      background: rgba(0, 0, 0, 0.2);
      backdrop-filter: blur(30px) saturate(180%);
      -webkit-backdrop-filter: blur(30px) saturate(180%);
      border: 1px solid rgba(255, 85, 0, 0.4);
      padding: 2.5rem;
      border-radius: 32px;
      z-index: 2000;
      color: #fff;
      font-family: 'Inter', system-ui;
      font-size: 0.75rem;
      width: 380px;
      display: none;
      pointer-events: all;
      box-shadow:
        inset 0 0 40px rgba(255, 85, 0, 0.05),
        0 30px 60px rgba(0, 0, 0, 0.6);
      animation: editor-spawn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    @keyframes editor-spawn {
      0% {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
      }

      100% {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }

    #showroom-debug-hub::after {
      content: "";
      position: absolute;
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      background: url('../VendiTek-mini-logo.png') center/contain no-repeat;
      opacity: 0.2;
      pointer-events: none;
    }

    .debug-row {
      margin-bottom: 10px;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 5px;
    }

    .debug-val {
      color: var(--orange);
      font-weight: bold;
    }

    .debug-copy-btn {
      flex: 1;
      background: var(--orange);
      border: none;
      color: #fff;
      padding: 8px 5px;
      border-radius: 4px;
      cursor: pointer;
      margin-top: 10px;
      font-size: 0.65rem;
      font-weight: 700;
      text-transform: uppercase;
      transition: all 0.2s;
    }

    .debug-copy-btn:hover {
      background: #fff;
      color: var(--orange);
    }

    .debug-hint {
      color: var(--gray-light);
      font-size: 0.65rem;
      margin-top: 10px;
      font-family: 'Inter', system-ui;
    }


    /* ─── VDP DESKTOP WRAPPER ─── */
    .vdp-desktop-wrapper {
      max-width: 1440px;
      margin: 0 auto;
      width: 100%;
      position: relative;
    }

    /* ─── DOS CAMINOS (COMPARISON SECTION) ─── */
    .dos-caminos-container {
      max-width: 1400px;
      margin: 4rem auto 0 auto;
      display: grid;
      grid-template-columns: 1fr 2px 1fr;
      gap: 3rem;
      position: relative;
      background: #0a0a0a;
      padding: 3rem;
      border-radius: 40px;
      border: 1px solid rgba(255, 255, 255, 0.05);
      overflow: hidden;
    }

    .dos-caminos-header-area {
      text-align: center;
      margin-bottom: 2rem;
    }

    .dos-caminos-eyebrow {
      color: var(--orange);
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      margin-bottom: 1rem;
    }

    .dos-caminos-eyebrow::before,
    .dos-caminos-eyebrow::after {
      content: "";
      width: 30px;
      height: 1px;
      background: var(--orange);
      opacity: 0.5;
    }

    .dos-caminos-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(2.5rem, 5vw, 4rem);
      color: #fff;
      line-height: 1;
    }

    .dos-caminos-title .caos {
      color: var(--orange);
    }

    .dos-caminos-subtitle {
      font-family: 'DM Sans', sans-serif;
      color: var(--gray-light);
      font-size: 1.1rem;
      margin-top: 2rem;
      margin-bottom: -2rem;
    }

    /* Column Headers */
    .path-col-header {
      font-family: 'Inter', system-ui;
      font-size: 1.6rem;
      font-weight: 800;
      letter-spacing: -0.01em;
      text-transform: none;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      margin-bottom: 2rem;
      text-align: center;
      color: #fff;
    }

    .path-col-header .orange {
      color: var(--orange);
    }

    .separator-line {
      width: 2px;
      background: rgba(255, 255, 255, 0.05);
      height: 100%;
    }

    /* Column Layouts */
    .path-col {
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: 500px;
    }

    /* Chaos Side (Left) */
    .chaos-pills-container {
      position: relative;
      width: 100%;
      height: 600px;
      overflow: hidden;
      /* Prevent invasion of other columns */
      display: flex;
      flex-direction: column-reverse;
      /* Bottom up stacking */
      align-items: center;
      padding-bottom: 20px;
    }

    .pill-chaos {
      position: absolute;
      padding: 0.9rem 1.6rem;
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 12px;
      color: rgba(255, 255, 255, 0.7);
      font-family: 'Inter', system-ui;
      font-size: 0.95rem;
      font-weight: 600;
      white-space: nowrap;
      pointer-events: none;
      opacity: 0;
      top: -100px;
      /* Spawning zone */
      left: 50%;
      backdrop-filter: url("#container-glass");
      -webkit-backdrop-filter: url("#container-glass");

      /* High-Fidelity Liquid Glass Shadow (From React Source) */
      box-shadow:
        0 0 8px rgba(0, 0, 0, 0.03),
        0 2px 6px rgba(0, 0, 0, 0.08),
        inset 3px 3px 0.5px -3.5px rgba(255, 255, 255, 0.09),
        inset -3px -3px 0.5px -3.5px rgba(255, 255, 255, 0.85),
        inset 1px 1px 1px -0.5px rgba(255, 255, 255, 0.6),
        inset -1px -1px 1px -0.5px rgba(255, 255, 255, 0.6),
        inset 0 0 6px 6px rgba(255, 255, 255, 0.12),
        inset 0 0 2px 2px rgba(255, 255, 255, 0.06),
        0 0 12px rgba(0, 0, 0, 0.15);

      z-index: 10;
      display: flex;
      align-items: center;
      gap: 0.8rem;
      isolation: isolate;
    }

    .pill-chaos.falling {
      opacity: 1;
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s ease;
    }

    /* VendiTek Side (Right) */
    .venditek-pills-container {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      align-items: center;
      /* Centered as requested */
      width: 100%;
    }

    .venditek-path-line {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      width: 2px;
      background: var(--orange);
      height: 0;
      transition: height 2s ease-in-out;
      /* Slightly faster */
      z-index: 1;
      opacity: 0.6;
    }

    .venditek-path-line.resetting {
      transition: none !important;
      opacity: 0;
    }

    @keyframes floatCards {

      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(-10px);
      }
    }

    .pill-venditek {
      background: rgba(13, 13, 13, 0.5);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 20px;
      padding: 0.8rem 1.5rem;
      display: flex;
      align-items: center;
      gap: 1.2rem;
      color: #fff;
      font-family: 'Inter', system-ui;
      position: relative;
      z-index: 2;
      opacity: 0;
      transform: translateY(30px);
      width: 100%;
      max-width: 650px;
      /* FIXED WIDTH FOR ABSOLUTE SYMMETRY */
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      isolation: isolate;
    }

    .pill-venditek.btn-liquid-glass {
      /* Prevent the btn-liquid-glass class from stripping the opacity transition, which causes popping */
      transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
    }

    .pill-venditek.active {
      opacity: 1;
      transform: translateY(0);
      background: rgba(13, 13, 13, 0.7);
      border-color: rgba(255, 85, 0, 0.5);
      /* THE AURA: Surrounds the whole SQUARE */
      box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(255, 85, 0, 0.3);
    }

    /* Separate class for floating to avoid overriding the entry transition */
    .pill-venditek.floating {
      animation: floatCards 5s ease-in-out infinite !important;
    }


    .pill-venditek .step-num {
      position: relative;
      z-index: 10;
      /* Far above glass */
      transform: translateZ(40px);
      /* 3D pop */
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
      /* ABSOLUTE ALIGNMENT REGARDLESS OF TEXT */
      background: var(--orange);
      color: #000;
      font-weight: 900;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 1.2rem;
      box-shadow: 0 0 25px rgba(255, 85, 0, 0.6);
    }

    .pill-venditek .step-content {
      position: relative;
      z-index: 10;
      /* Far above glass */
      transform: translateZ(20px);
      /* 3D pop */
      flex: 1;
      /* TAKE REMAINING SPACE WITHOUT SHIFTING THE NUMBER */
    }

    .pill-venditek .step-content h4 {
      font-size: 1.1rem;
      margin-bottom: 4px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.2px;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }

    .pill-venditek .step-content p {
      font-size: 0.9rem;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.5;
      font-weight: 400;
      text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    }

    /* Force the injected glass layers to the very bottom */
    .pill-venditek .glass-backdrop-layer,
    .pill-venditek .glass-shadow-layer {
      z-index: -5 !important;
      transform: translateZ(-20px);
    }

    @media (max-width: 860px) {
      .dos-caminos-container {
        grid-template-columns: 1fr;
        padding: 2rem;
      }

      .separator-line {
        display: none;
      }

      .path-col {
        min-height: auto;
      }

      .path-col-right .path-col-header {
        text-align: left;
      }
    }

    /* ─── PROCESO ─── */
    #proceso {
      padding: 7rem 4rem;
    }

    .proceso-steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      margin-top: 4rem;
      position: relative;
    }

    .proceso-steps::before {
      content: '';
      position: absolute;
      top: 30px;
      left: calc(12.5% + 15px);
      right: calc(12.5% + 15px);
      height: 2px;
      background: linear-gradient(90deg, var(--orange), rgba(255, 85, 0, 0.3), var(--orange));
    }

    .paso {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 1rem;
    }

    .paso-num {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: var(--orange);
      color: var(--white);
      font-family: 'Inter', system-ui;
      font-weight: 900;
      font-size: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.5rem;
      position: relative;
      z-index: 1;
      box-shadow: 0 0 0 6px rgba(255, 85, 0, 0.15);
    }

    .paso h3 {
      font-family: 'Inter', system-ui;
      font-size: 1rem;
      font-weight: 800;
      margin-bottom: 0.5rem;
    }

    .paso p {
      font-size: 0.83rem;
      color: rgba(255, 255, 255, 0.5);
      line-height: 1.6;
    }

    /* ─── CLIENTES ─── */
    #clientes {
      padding: 6rem 4rem;
      background: var(--dark);
      text-align: center;
    }

    .clientes-subtitle {
      font-size: 0.9rem;
      color: rgba(255, 255, 255, 0.45);
      margin-bottom: 3.5rem;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }

    .clientes-marquee {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      position: relative;
      padding: 1.5rem 0;
      /* Added padding to prevent hover clipping */
    }

    /* Gradientes oscuros en los bordes para difuminar la entrada/salida */
    .clientes-marquee::before,
    .clientes-marquee::after {
      content: '';
      position: absolute;
      top: 0;
      width: 120px;
      height: 100%;
      z-index: 2;
    }

    .clientes-marquee::before {
      left: 0;
      background: linear-gradient(to right, var(--dark) 0%, transparent 100%);
    }

    .clientes-marquee::after {
      right: 0;
      background: linear-gradient(to left, var(--dark) 0%, transparent 100%);
    }

    .clientes-marquee-track {
      display: inline-flex;
      gap: 1.5rem;
      animation: marquee 35s linear infinite;
    }

    .clientes-marquee-track:hover {
      animation-play-state: paused;
      /* Pausar en hover */
    }

    @keyframes marquee {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(calc(-50% - 0.75rem));
        /* Justo la mitad para loop constante */
      }
    }

    .cliente-logo-item {
      background: var(--dark2);
      border: 1px solid rgba(255, 255, 255, 0.06);
      border-radius: 16px;
      padding: 2.5rem 2rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-width: 320px;
      min-height: 140px;
      transition: border-color 0.2s, transform 0.2s, background 0.2s;
    }

    .cliente-logo-item:hover {
      border-color: rgba(255, 85, 0, 0.5);
      background: rgba(255, 85, 0, 0.05);
      transform: translateY(-8px);
    }

    .cliente-logo-item img {
      max-height: 80px;
      max-width: 200px;
      object-fit: contain;
      filter: grayscale(100%) opacity(0.85);
      transition: filter 0.3s ease;
    }

    .cliente-logo-item img.logo-lg {
      max-height: 104px;
      max-width: 260px;
    }

    .cliente-logo-item:hover img {
      filter: grayscale(0%) opacity(1);
    }

    #data {
      padding: 4rem 2rem 10rem;
      text-align: center;
    }

    .data-feat-wrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
      max-width: 64rem;
      margin: 4rem auto 0;
      padding: 0 2rem;
      width: 100%;
    }

    .data-feat-card {
      background: rgba(17, 17, 17, 0.4);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 24px;
      padding: 2.5rem 1.8rem;
      text-align: center;
      transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
      position: relative;
      isolation: isolate;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
      transform-style: preserve-3d;
    }

    .data-feat-card .feat-icon {
      width: 5.5rem;
      height: 5.5rem;
      background: rgba(255, 85, 0, 0.1);
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0.5rem;
      position: relative;
      z-index: 10;
      filter: drop-shadow(0 0 15px rgba(255, 85, 0, 0.3));
    }

    .data-feat-card .feat-icon img {
      width: 4rem;
      height: 4rem;
      object-fit: contain;
    }

    .data-feat-card h4 {
      font-family: 'Inter', system-ui;
      font-size: 1.25rem;
      font-weight: 800;
      color: var(--white);
      line-height: 1.2;
      position: relative;
      z-index: 10;
      /* Ensure title is on top */
    }

    .data-feat-card p {
      font-size: 0.95rem;
      color: rgba(255, 255, 255, 0.5);
      line-height: 1.6;
      position: relative;
      z-index: 10;
      /* Ensure description is on top */
    }

    /* GLASS LAYERS FOR DATA CARDS */
    .data-feat-card .glass-bg {
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(255, 85, 0, 0.08), transparent 70%);
      opacity: 0;
      transition: opacity 0.4s;
      z-index: 1;
      /* Glow behind content */
    }

    .data-feat-card:hover .glass-bg {
      opacity: 1;
    }

    @media (max-width: 900px) {
      .data-feat-wrapper {
        grid-template-columns: 1fr;
        gap: 1.5rem;
      }
    }

    .data-mockup {
      background: var(--dark2);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 24px;
      padding: 1.5rem;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    }

    .mockup-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 1.2rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .mockup-title {
      font-family: 'Inter', system-ui;
      font-weight: 800;
      font-size: 0.9rem;
      color: var(--orange);
    }

    .mockup-status {
      display: flex;
      align-items: center;
      gap: 0.4rem;
      font-size: 0.72rem;
      color: #22c55e;
    }

    .status-dot {
      width: 7px;
      height: 7px;
      background: #22c55e;
      border-radius: 50%;
      animation: pulse-dot 2s infinite;
    }

    .mockup-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
      margin-bottom: 1.2rem;
    }

    .mockup-stat {
      background: rgba(255, 255, 255, 0.04);
      border-radius: 12px;
      padding: 0.9rem;
      text-align: center;
    }

    .mockup-stat-val {
      font-family: 'Inter', system-ui;
      font-weight: 900;
      font-size: 1.4rem;
      color: var(--orange);
    }

    .mockup-stat-lbl {
      font-size: 0.65rem;
      color: var(--gray);
      margin-top: 2px;
    }

    .mockup-bar-section {
      margin-bottom: 1rem;
    }

    .bar-label {
      display: flex;
      justify-content: space-between;
      font-size: 0.72rem;
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 0.4rem;
    }

    .bar-track {
      height: 7px;
      background: rgba(255, 255, 255, 0.07);
      border-radius: 100px;
      overflow: hidden;
    }

    .bar-fill {
      height: 100%;
      background: linear-gradient(90deg, var(--orange), var(--orange-light));
      border-radius: 100px;
    }

    /* ─── CTA ─── */
    #contacto {
      padding: 8rem 4rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    #contacto::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 1000px;
      height: 600px;
      background: radial-gradient(ellipse, rgba(255, 85, 0, 0.1) 0%, transparent 65%);
      pointer-events: none;
    }

    .cta-title {
      font-family: 'Inter', system-ui;
      font-size: clamp(2.8rem, 5vw, 5.5rem);
      font-weight: 900;
      letter-spacing: -0.02em;
      line-height: 1.05;
      margin-bottom: 1.2rem;
    }

    #contacto>p {
      font-size: 1.05rem;
      color: rgba(255, 255, 255, 0.55);
      max-width: 480px;
      margin: 0 auto 3rem;
      line-height: 1.7;
    }

    .contact-form {
      display: flex;
      gap: 0.8rem;
      max-width: 500px;
      margin: 0 auto 1.5rem;
    }

    .contact-form input {
      flex: 1;
      background: transparent;
      border: none;
      color: var(--white);
      padding: 1.1rem 1.8rem;
      font-family: 'Inter', system-ui;
      font-size: 1rem;
      outline: none;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 10;
    }

    body.light-mode .contact-form input {
      color: #111;
    }

    .contact-form input::placeholder {
      color: rgba(255, 255, 255, 0.4);
    }

    body.light-mode .contact-form input::placeholder {
      color: rgba(0, 0, 0, 0.4);
    }

    .liquid-input-wrapper {
      position: relative;
      flex: 1;
      background: rgba(17, 17, 17, 0.6);
      border-radius: 100px;
      border: 1px solid rgba(255, 255, 255, 0.05);
      display: inline-flex;
      align-items: center;
      overflow: hidden;
      isolation: isolate;
      transition: transform 0.4s cubic-bezier(0.1, 0.4, 0.2, 1), border-color 0.4s ease;
      transform-style: preserve-3d;
      will-change: transform;
    }

    body.light-mode .liquid-input-wrapper {
      background: rgba(255, 255, 255, 0.85);
      /* More solid background for contrast */
      border-color: rgba(0, 0, 0, 0.15);
      /* Darker border */
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      /* Subtle depth */
    }

    .liquid-input-wrapper::before,
    .liquid-input-wrapper::after {
      content: '';
      position: absolute;
      inset: -1px;
      border-radius: inherit;
      z-index: 2;
      opacity: 0;
      transition: opacity 0.3s;
      pointer-events: none;
    }

    .liquid-input-wrapper::before {
      background: radial-gradient(150px circle at var(--x, 0) var(--y, 0), rgba(255, 85, 0, 1), transparent 60%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      padding: 1px;
    }

    .liquid-input-wrapper::after {
      background: radial-gradient(100px circle at var(--x, 0) var(--y, 0), rgba(255, 85, 0, 0.2), transparent 70%);
      inset: 0;
      z-index: 1;
    }

    .liquid-input-wrapper:hover,
    .liquid-input-wrapper:focus-within {
      border-color: rgba(255, 85, 0, 0.5);
      z-index: 20;
    }

    .liquid-input-wrapper:hover::before,
    .liquid-input-wrapper:hover::after,
    .liquid-input-wrapper:focus-within::before,
    .liquid-input-wrapper:focus-within::after {
      opacity: 1;
    }

    /* ─── CONTACT FORM ─── */
    .venditek-form {
      background: var(--dark-card);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 24px;
      padding: 3rem;
      max-width: 800px;
      margin: 4rem auto 2rem auto;
      text-align: left;
      position: relative;
    }

    body.light-mode .venditek-form {
      background: #ffffff;
      border-color: rgba(0, 0, 0, 0.05);
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    }

    .form-header {
      text-align: center;
      margin-bottom: 2.5rem;
    }

    .form-header h3 {
      font-size: 1.8rem;
      font-weight: 800;
      margin-bottom: 0.5rem;
      color: var(--white);
    }

    .form-header p {
      color: rgba(255, 255, 255, 0.6);
      font-size: 0.95rem;
    }

    body.light-mode .form-header p {
      color: rgba(0, 0, 0, 0.6);
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
      margin-bottom: 1.5rem;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .form-group label {
      font-size: 0.85rem;
      font-weight: 600;
      color: var(--white);
    }

    .form-group input,
    .form-group textarea {
      background: rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 8px;
      padding: 1rem 1.2rem;
      font-family: 'Inter', system-ui;
      color: var(--white);
      outline: none;
      transition: all 0.3s;
      font-size: 0.95rem;
    }

    body.light-mode .form-group input,
    body.light-mode .form-group textarea {
      background: #f4f4f5;
      border-color: rgba(0, 0, 0, 0.1);
      color: #111;
    }

    .form-group input:focus,
    .form-group textarea:focus {
      border-color: var(--orange);
      box-shadow: 0 0 0 2px rgba(255, 85, 0, 0.2);
    }

    .form-group textarea {
      resize: vertical;
      min-height: 120px;
      margin-bottom: 2rem;
    }

    .btn-liquid-glass {
      position: relative;
      background: rgba(17, 17, 17, 0.6);
      color: #fff;
      font-weight: 600;
      padding: 1rem 2rem;
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.05);
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      isolation: isolate;
      transition: transform 0.4s cubic-bezier(0.1, 0.4, 0.2, 1), border-color 0.4s ease;
      font-family: inherit;
      font-size: 1rem;
      width: 100%;
      max-width: 250px;
      transform-style: preserve-3d;
      will-change: transform;
    }

    body.light-mode .btn-liquid-glass {
      background: rgba(255, 255, 255, 0.85);
      border-color: rgba(0, 0, 0, 0.15);
      color: #000;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    body.light-mode .faq-cta-card {
      background: rgba(255, 255, 255, 0.5);
      border-color: rgba(0, 0, 0, 0.1);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    }

    .btn-liquid-glass::before,
    .btn-liquid-glass::after {
      content: '';
      position: absolute;
      inset: -1px;
      border-radius: inherit;
      z-index: 2;
      opacity: 0;
      transition: opacity 0.3s;
      pointer-events: none;
    }

    .btn-liquid-glass::before {
      background: radial-gradient(150px circle at var(--x, 0) var(--y, 0), rgba(255, 85, 0, 1), transparent 60%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      padding: 1px;
    }

    .btn-liquid-glass::after {
      background: radial-gradient(100px circle at var(--x, 0) var(--y, 0), rgba(255, 85, 0, 0.2), transparent 70%);
      inset: 0;
      z-index: 1;
    }

    .btn-liquid-glass:hover {
      border-color: rgba(255, 85, 0, 0.5);
      z-index: 20;
    }

    .btn-liquid-glass:hover::before,
    .btn-liquid-glass:hover::after {
      opacity: 1;
    }

    .form-submit-container {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 1rem;
    }

    @media (max-width: 768px) {
      .form-grid {
        grid-template-columns: 1fr;
      }

      .venditek-form {
        padding: 2rem 1.5rem;
      }

      .btn-liquid-glass {
        max-width: 100%;
      }
    }

    .animated-slogan {
      font-size: 1.6rem;
      font-weight: 500;
      color: var(--white);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      margin-top: 3rem;
      margin-bottom: -5rem;
    }

    .animated-slogan-static {
      opacity: 0.9;
    }

    .animated-slogan-dynamic {
      position: relative;
      height: 2.5rem;
      /* Increased to accommodate larger font */
      overflow: hidden;
      display: inline-block;
      text-align: left;
      transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .animated-slogan-dynamic span {
      position: absolute;
      top: 50%;
      left: 0;
      white-space: nowrap;
      /* Don't wrap lines */
      opacity: 0;
      transform: translateY(calc(-50% + 30px));
      transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      color: var(--orange);
      font-weight: 800;
      font-size: 1.76rem;
      /* 10% larger than 1.6rem */
      letter-spacing: -0.02em;
    }

    .animated-slogan-dynamic span.active {
      opacity: 1;
      transform: translateY(-50%);
    }

    .animated-slogan-dynamic span.exit {
      opacity: 0;
      transform: translateY(calc(-50% - 30px));
    }

    /* ─── FLASHCARDS ─── */
    #flashcards {
      padding: 6rem 4rem;
      background: var(--dark);
      border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    .flashcard-container {
      max-width: 1000px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr;
      gap: 4rem;
      align-items: center;
    }

    @media (min-width: 768px) {
      .flashcard-container {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
      }
    }

    .flashcard-images {
      position: relative;
      height: 480px;
      width: 100%;
      perspective: 1000px;
    }

    .flashcard-img-wrap {
      position: absolute;
      inset: 0;
      transform-origin: bottom;
      border-radius: 24px;
      overflow: hidden;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
      background: var(--dark2);
    }

    .flashcard-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      pointer-events: none;
    }

    .flashcard-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .flashcard-text-area {
      min-height: 220px;
    }

    .flashcard-title {
      font-family: 'Inter', system-ui;
      font-size: 2.2rem;
      font-weight: 800;
      color: var(--white);
      margin-bottom: 0.5rem;
      line-height: 1.1;
    }

    .flashcard-subtitle {
      font-size: 1rem;
      color: var(--orange);
      font-weight: 600;
      margin-bottom: 2rem;
    }

    .flashcard-desc {
      font-size: 1.15rem;
      color: var(--gray-light);
      line-height: 1.6;
    }

    .flashcard-word {
      display: inline-block;
      opacity: 0;
      transform: translateY(10px);
      filter: blur(8px);
      transition: all 0.3s ease-out;
    }

    .flashcard-word.visible {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }

    .flashcard-nav {
      display: flex;
      gap: 1rem;
      margin-top: 2rem;
    }

    .flashcard-btn {
      height: 48px;
      /* Making them slightly larger to look better as glass */
      width: 48px;
      border-radius: 50%;
      background: rgba(17, 17, 17, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.05);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      cursor: pointer;
      position: relative;
      isolation: isolate;
      transform-style: preserve-3d;
      transition: transform 0.4s cubic-bezier(0.1, 0.4, 0.2, 1), border-color 0.4s ease, background 0.3s ease;
      overflow: visible;
    }

    body.light-mode .flashcard-btn {
      background: rgba(255, 255, 255, 0.6);
      border-color: rgba(0, 0, 0, 0.05);
      color: #000;
    }

    .flashcard-btn::before,
    .flashcard-btn::after {
      content: '';
      position: absolute;
      inset: -1px;
      border-radius: inherit;
      z-index: 2;
      opacity: 0;
      transition: opacity 0.3s;
      pointer-events: none;
    }

    .flashcard-btn::before {
      background: radial-gradient(100px circle at var(--x, 0) var(--y, 0), rgba(255, 85, 0, 1), transparent 60%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      padding: 1px;
    }

    .flashcard-btn::after {
      background: radial-gradient(80px circle at var(--x, 0) var(--y, 0), rgba(255, 85, 0, 0.2), transparent 70%);
      inset: 0;
      z-index: 1;
    }

    .flashcard-btn:hover {
      border-color: rgba(255, 85, 0, 0.5);
      z-index: 20;
    }

    .flashcard-btn:hover::before,
    .flashcard-btn:hover::after {
      opacity: 1;
    }

    .flashcard-btn svg {
      width: 20px;
      height: 20px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.5;
      /* Slightly thicker for better visibility through glass */
      stroke-linecap: round;
      stroke-linejoin: round;
      position: relative;
      z-index: 10;
      pointer-events: none;
      transition: transform 0.3s;
    }

    .flashcard-btn-prev:hover svg {
      transform: rotate(-12deg);
    }

    .flashcard-btn-next:hover svg {
      transform: rotate(12deg);
    }

    @keyframes bounce-card {
      0% {
        transform: scale(1) translateY(0) rotate(0deg);
      }

      50% {
        transform: scale(1) translateY(-40px) rotate(0deg);
      }

      100% {
        transform: scale(1) translateY(0) rotate(0deg);
      }
    }

    /* ─── SCROLL ANIMATION DATA PLATFORM ─── */
    .scroll-anim-container {
      min-height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      padding: 10rem 1rem 5rem;
      background: var(--dark);
      overflow: hidden;
    }

    @media (min-width: 768px) {
      .scroll-anim-container {
        min-height: auto;
        padding: 12rem 5rem 3rem;
      }
    }

    .scroll-anim-perspective {
      width: 100%;
      position: relative;
      perspective: 1000px;
    }

    .scroll-anim-header {
      max-width: 64rem;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 10;
      transition: transform 0.1s linear;
    }

    .scroll-anim-card {
      max-width: 64rem;
      margin: -2rem auto 0;
      aspect-ratio: 14.8/8.6;
      width: 100%;
      border: 4px solid #6C6C6C;
      padding: 0.5rem;
      background: #222222;
      border-radius: 30px;
      box-shadow:
        0 0 #0000004d, 0 9px 20px #0000004a, 0 37px 37px #00000042,
        0 84px 50px #00000026, 0 149px 60px #0000000a, 0 233px 65px #00000003;
      overflow: hidden;
      will-change: transform;
      position: relative;
      z-index: 20;
    }

    @media (min-width: 768px) {
      .scroll-anim-card {
        padding: 1.5rem;
        margin: -7.5rem auto 0;
      }
    }

    .scroll-anim-card-inner {
      height: 100%;
      width: 100%;
      overflow: hidden;
      border-radius: 16px;
      background: var(--dark2);
    }

    .scroll-anim-card img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      pointer-events: none;
    }

    /* ─── INTERACTIVE MAP ─── */
    .map-section {
      padding: 6rem 1rem;
      background: #000;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      position: relative;
      overflow: hidden;
    }

    .map-section::before,
    .map-section::after {
      content: '';
      position: absolute;
      width: 400px;
      height: 400px;
      background: rgba(255, 85, 0, 0.12);
      filter: blur(120px);
      border-radius: 50%;
      z-index: 0;
      animation: mapGlow 20s infinite alternate ease-in-out;
      pointer-events: none;
    }

    .map-section::before {
      top: -150px;
      left: -150px;
    }

    .map-section::after {
      bottom: -150px;
      right: -150px;
      animation-delay: -10s;
    }

    @keyframes mapGlow {
      0% {
        transform: translate(0, 0) scale(1);
      }

      50% {
        transform: translate(150px, 100px) scale(1.2);
      }

      100% {
        transform: translate(0px, 250px) scale(0.8);
      }
    }

    .map-header,
    .map-layout {
      position: relative;
      z-index: 10;
    }

    .map-header {
      text-align: center;
      margin-bottom: 3rem;
    }

    .map-filters {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
      margin-top: 2rem;
    }

    .map-filter-group {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      justify-content: center;
    }

    .map-filter-btn {
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(12px) saturate(180%);
      -webkit-backdrop-filter: blur(12px) saturate(180%);
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: #fff !important;
      padding: 0.75rem 1.8rem;
      border-radius: 100px;
      font-size: 0.85rem;
      font-weight: 600;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      width: fit-content !important;
      max-width: none !important;
      white-space: nowrap;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      position: relative;
      isolation: isolate;
      z-index: 10;
    }

    /* Disable the noisy SVG filter for these specific buttons */
    .map-filter-btn .glass-backdrop-layer {
      display: none !important;
    }

    .map-filter-btn:hover {
      background: #000;
      border-color: var(--orange);
      color: #fff !important;
      transform: translateY(-2px) scale(1.02);
      box-shadow: 0 0 30px rgba(255, 85, 0, 0.6);
    }

    .map-filter-btn.active {
      background: rgba(0, 0, 0, 0.6);
      border-color: var(--orange);
      color: #fff !important;
      box-shadow:
        0 0 40px rgba(255, 85, 0, 0.4),
        inset 0 0 15px rgba(255, 85, 0, 0.2);
      transform: scale(1.05);
    }

    body.light-mode .map-filter-btn {
      background: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(16px) saturate(180%);
      -webkit-backdrop-filter: blur(16px) saturate(180%);
      border-color: rgba(0, 0, 0, 0.08);
      color: #000 !important;
      box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.05),
        inset 1px 1px 1px rgba(255, 255, 255, 0.8),
        inset -1px -1px 1px rgba(0, 0, 0, 0.02);
    }

    body.light-mode .map-filter-btn:hover {
      background: rgba(255, 255, 255, 0.6);
      border-color: rgba(255, 85, 0, 0.4);
      box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.08),
        inset 1px 1px 1px rgba(255, 255, 255, 0.8);
      transform: translateY(-2px) scale(1.02);
    }

    body.light-mode .map-filter-btn.active {
      background: rgba(255, 255, 255, 0.8);
      border-color: var(--orange);
      box-shadow:
        0 0 20px rgba(255, 85, 0, 0.15),
        inset 1px 1px 1px rgba(255, 255, 255, 0.8);
    }

    .map-layout {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      max-width: 1200px;
      margin: 0 auto;
      height: 600px;
    }

    @media (min-width: 900px) {
      .map-layout {
        flex-direction: row;
      }

      .map-section {
        padding: 8rem 4rem;
      }
    }

    .map-sidebar {
      flex: 0 0 320px;
      background: var(--dark2);
      border-radius: 16px;
      border: 1px solid rgba(255, 255, 255, 0.05);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      height: 400px;
    }

    @media (min-width: 900px) {
      .map-sidebar {
        height: 100%;
      }
    }

    .map-sidebar-header {
      padding: 1.5rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      background: rgba(0, 0, 0, 0.2);
    }

    .map-sidebar-title {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
      color: var(--orange);
    }

    .map-sidebar-count {
      font-size: 0.85rem;
      color: var(--gray-light);
    }

    .map-list {
      flex: 1;
      overflow-y: auto;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .map-list::-webkit-scrollbar {
      width: 6px;
    }

    .map-list::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.02);
    }

    .map-list::-webkit-scrollbar-thumb {
      background: rgba(255, 85, 0, 0.3);
      border-radius: 10px;
    }

    .map-list::-webkit-scrollbar-thumb:hover {
      background: rgba(255, 85, 0, 0.6);
    }

    .map-item {
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.05);
      padding: 1rem;
      border-radius: 12px;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .map-item:hover {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 85, 0, 0.5);
    }

    .map-item.active {
      background: rgba(255, 85, 0, 0.1);
      border-color: var(--orange);
      border-left: 4px solid var(--orange);
    }

    .map-item-title {
      font-weight: 600;
      font-size: 0.95rem;
      margin-bottom: 0.25rem;
      color: var(--white);
    }

    .map-item-address {
      font-size: 0.8rem;
      color: var(--gray-light);
      line-height: 1.4;
    }

    .map-container {
      flex: 1;
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.05);
      min-height: 400px;
      position: relative;
      /* Leaflet requirement */
    }

    #venditekMap {
      width: 100%;
      height: 100%;
      background: #111;
      z-index: 10;
    }

    /* LEAFLET OVERRIDES */
    .leaflet-popup-content-wrapper {
      background: var(--dark2);
      color: var(--white);
      border-radius: 16px;
      padding: 0;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    }

    .leaflet-popup-tip {
      background: var(--dark2);
    }

    .leaflet-popup-content {
      margin: 0 !important;
      width: 250px !important;
      line-height: normal;
    }

    .custom-popup-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      object-position: center;
      display: block;
      border-radius: 16px 16px 0 0;
    }

    .custom-popup-body {
      padding: 1.25rem;
    }

    .custom-popup-title {
      font-family: 'Inter', system-ui;
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 0.5rem;
    }

    .custom-popup-address {
      font-size: 0.85rem;
      color: var(--gray-light);
      margin-bottom: 1rem;
      line-height: 1.4;
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
    }

    .custom-popup-badge {
      display: inline-block;
      background: rgba(255, 85, 0, 0.15);
      color: var(--orange);
      padding: 0.35rem 0.85rem;
      border-radius: 999px;
      font-size: 0.75rem;
      font-weight: 600;
      border: 1px solid rgba(255, 85, 0, 0.3);
    }

    /* El botón de cerrar del pop up */
    .leaflet-container a.leaflet-popup-close-button {
      color: white;
      text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
      padding: 8px 8px 0 0;
      width: 20px;
      height: 20px;
      font-size: 18px;
    }

    .leaflet-container a.leaflet-popup-close-button:hover {
      color: var(--orange);
    }

    .venditek-marker-container {
      background: transparent;
      border: none;
    }

    .venditek-marker-icon {
      width: 100%;
      height: 100%;
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transform-origin: bottom center;
      filter: drop-shadow(0 0 6px rgba(255, 85, 0, 0.5));
    }

    .venditek-marker-icon:hover,
    .venditek-marker-container.active-marker .venditek-marker-icon {
      transform: scale(1.3);
      filter: drop-shadow(0 0 12px rgba(255, 85, 0, 0.9));
    }

    .venditek-marker-container.active-marker {
      z-index: 1000 !important;
    }

    /* LEAFLET MARKER CLUSTER OVERRIDES */
    .custom-cluster-icon {
      background: rgba(255, 85, 0, 0.95);
      color: white;
      border: 2px solid white;
      border-radius: 50%;
      text-align: center;
      line-height: 36px;
      font-weight: bold;
      font-size: 1.1rem;
      font-family: 'Inter', system-ui;
      box-shadow: 0 0 15px rgba(255, 85, 0, 0.7), inset 0 0 10px rgba(0, 0, 0, 0.3);
      transition: all 0.2s ease-in-out;
    }

    .custom-cluster-icon:hover {
      transform: scale(1.15);
      box-shadow: 0 0 25px rgba(255, 85, 0, 1), inset 0 0 10px rgba(0, 0, 0, 0.3);
    }

    /* ─── REDES SOCIALES & FOOTER ─── */
    .social-section {
      padding: 5rem 1.5rem;
      text-align: center;
      background: var(--dark);
      border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    .social-icons-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1.5rem;
      margin-top: 2rem;
      flex-wrap: wrap;
    }

    .social-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 52px;
      height: 52px;
      background: rgba(17, 17, 17, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 50%;
      color: var(--white);
      text-decoration: none;
      transition: transform 0.4s cubic-bezier(0.1, 0.4, 0.2, 1), border-color 0.4s ease, background 0.3s ease;
      position: relative;
      isolation: isolate;
      transform-style: preserve-3d;
      overflow: visible;
      /* To let the glow breathe */
    }

    body.light-mode .social-link {
      background: rgba(255, 255, 255, 0.6);
      border-color: rgba(0, 0, 0, 0.05);
      color: #000;
    }

    .social-link svg {
      width: 22px;
      height: 22px;
      fill: currentColor;
      position: relative;
      z-index: 10;
      pointer-events: none;
    }

    .social-link::before,
    .social-link::after {
      content: '';
      position: absolute;
      inset: -1px;
      border-radius: inherit;
      z-index: 2;
      opacity: 0;
      transition: opacity 0.3s;
      pointer-events: none;
    }

    .social-link::before {
      background: radial-gradient(100px circle at var(--x, 0) var(--y, 0), rgba(255, 85, 0, 1), transparent 60%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      padding: 1px;
    }

    .social-link::after {
      background: radial-gradient(80px circle at var(--x, 0) var(--y, 0), rgba(255, 85, 0, 0.2), transparent 70%);
      inset: 0;
      z-index: 1;
    }

    .social-link:hover {
      border-color: rgba(255, 85, 0, 0.5);
      z-index: 20;
    }

    .social-link:hover::before,
    .social-link:hover::after {
      opacity: 1;
    }

    footer {
      padding: 5rem 2rem 2rem 2rem;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      background: var(--dark2);
    }

    .footer-container {
      max-width: 950px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 3rem;
    }

    @media (min-width: 900px) {
      .footer-container {
        flex-direction: row;
        justify-content: space-between;
      }
    }

    .footer-brand {
      flex: 1;
      max-width: 320px;
    }

    .footer-logo {
      display: inline-block;
      margin-bottom: 1rem;
      transition: opacity 0.3s ease;
    }

    .footer-logo:hover {
      opacity: 0.8;
    }

    .footer-nav-grid {
      display: flex;
      gap: 4rem;
      flex-wrap: wrap;
    }

    .footer-nav-col {
      min-width: 140px;
    }

    .footer-nav-col h4 {
      color: var(--white);
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 1.5rem;
    }

    .footer-nav-col ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 0.8rem;
    }

    .footer-link {
      color: var(--gray-light);
      text-decoration: none;
      font-size: 0.95rem;
      transition: all 0.3s ease;
      display: inline-block;
    }

    .footer-link:hover {
      color: var(--orange);
      transform: translateX(5px);
    }

    /* ─── FAQ CTA ─── */
    .faq-cta-section {
      padding: 7rem 2rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .faq-card-wrapper {
      position: relative;
      max-width: 900px;
      margin: 0 auto;
      z-index: 10;
    }

    .faq-aura {
      position: absolute;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(255, 94, 0, 0.15) 0%, transparent 70%);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      filter: blur(60px);
      animation: faqPulse 8s infinite alternate ease-in-out;
    }

    @keyframes faqPulse {
      0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
      }

      100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.8;
      }
    }

    .faq-cta-card {
      padding: 4rem 2rem;
      position: relative;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 50px;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .faq-cta-card:hover {
      transform: translateY(-10px);
      border-color: var(--primary);
      box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(255, 94, 0, 0.2);
    }

    .footer-bottom {
      max-width: 950px;
      margin: 4rem auto 0;
      padding-top: 2rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
      color: var(--gray-light);
      font-size: 0.9rem;
    }

    @media (min-width: 768px) {
      .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
      }
    }

    .footer-legal-links {
      display: flex;
      gap: 2rem;
      flex-wrap: wrap;
      justify-content: center;
    }

    .footer-legal-links a {
      color: var(--gray-light);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .footer-legal-links a:hover {
      color: var(--orange);
    }

    .social-link svg {
      width: 20px;
      height: 20px;
      fill: currentColor;
    }

    .social-link:hover {
      background: var(--orange);
      transform: translateY(-4px);
      box-shadow: 0 6px 20px rgba(255, 85, 0, 0.4);
    }

    .footer-logo span {
      color: var(--white);
    }

    footer nav ul {
      position: static;
      padding: 0;
      background: none;
      border: none;
      backdrop-filter: none;
    }

    footer p {
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.3);
    }

    /* ─── SCROLL REVEAL ─── */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: none;
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 1100px) {

      #hero,
      #beneficios,
      #data {
        grid-template-columns: 1fr;
      }

      .hero-right {
        order: -1;
      }

      .machine-card img {
        width: 300px;
      }

      .float-stat-1 {
        display: none;
      }

      .float-stat-2 {
        display: none;
      }

      .retos-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .proceso-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
      }

      .proceso-steps::before {
        display: none;
      }

      .tech-grid {
        grid-template-columns: 1fr;
      }

      .clientes-logos {
        grid-template-columns: repeat(4, 1fr);
      }

      nav {
        padding: 1rem 2rem;
      }

      #hero,
      #retos,
      #beneficios,
      #tecnologia,
      #proceso,
      #clientes,
      #data,
      #contacto {
        padding: 5rem 2rem;
      }
    }

    @media (max-width: 600px) {
      .clientes-logos {
        grid-template-columns: repeat(2, 1fr);
      }

      nav ul {
        gap: 1rem;
      }

      nav ul li:not(:last-child) {
        display: none;
      }
    }

    /* ─── VENDITEK DATA PLATFORM ADVANCED DASHBOARD ─── */
    .vdp-main {
      padding: 0;
      position: relative;
      z-index: 10;
      max-width: 1200px;
      margin: 0 auto;
      font-family: 'Inter', sans-serif;
    }

    .vdp-main * {
      font-family: 'Inter', sans-serif;
    }

    .vdp-panel {
      display: none;
    }

    .vdp-panel.active {
      display: block;
    }

    /* Expandable Nav Tabs */
    .vdp-expandable-nav {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 16px;
      padding: 10px;
      margin: 3rem auto 2rem auto;
      background: transparent;
      border: none;
      width: fit-content;
      transform-style: preserve-3d;
    }

    .expand-tab {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 24px;
      border-radius: 100px;
      background: rgba(255, 255, 255, 0.03);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.1);
      cursor: pointer;
      color: var(--gray-light);
      font-family: 'Syne', sans-serif;
      font-weight: 600;
      font-size: 14px;
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      outline: none;
      position: relative;
    }

    .expand-tab.active {
      background: rgba(255, 85, 0, 0.1);
      color: var(--white);
      border-color: rgba(255, 85, 0, 0.5);
      box-shadow:
        0 0 20px rgba(255, 85, 0, 0.2),
        inset 0 0 10px rgba(255, 85, 0, 0.1);
      transform: translateY(-2px);
    }

    .expand-tab:not(.active):hover {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.2);
      color: var(--white);
      transform: translateY(-2px);
    }

    .tab-icon {
      width: 20px;
      height: 20px;
      object-fit: contain;
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
      flex-shrink: 0;
    }

    .tab-label {
      opacity: 1;
      max-width: none;
      white-space: nowrap;
      transition: color 0.3s ease;
    }

    .nav-separator {
      display: none;
    }

    /* View Toggles & Periods */
    .view-toggle {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
      margin-bottom: 1rem;
    }

    .view-toggle-label {
      font-size: 11px;
      color: var(--gray);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-right: 4px;
    }

    .view-btn,
    .period-btn {
      padding: 6px 14px;
      font-size: 12px;
      font-family: 'JetBrains Mono', monospace;
      font-weight: 500;
      color: var(--gray);
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.2s;
    }

    body.light-mode .view-btn,
    body.light-mode .period-btn {
      background: rgba(255, 255, 255, 0.9);
      border-color: rgba(0, 0, 0, 0.15);
      color: #000 !important;
    }

    .view-btn:hover,
    .period-btn:hover {
      color: var(--white);
      border-color: rgba(255, 255, 255, 0.3);
    }

    body.light-mode .view-btn:hover,
    body.light-mode .period-btn:hover {
      color: #000 !important;
      border-color: rgba(0, 0, 0, 0.3);
      background: #ffffff;
    }

    .view-btn.active,
    .period-btn.active {
      color: var(--orange);
      border-color: var(--orange);
      background: rgba(255, 85, 0, 0.1);
      box-shadow: 0 0 10px rgba(255, 85, 0, 0.2);
    }

    .period-tabs {
      display: flex;
      gap: 4px;
      margin-left: auto;
    }

    #vdp-main-card {
      background: rgba(20, 20, 20, 0.4);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 24px;
      padding: 0;
      position: relative;
      overflow: hidden;
    }

    /* Base Liquid Glass Card for KPI & Charts */
    .vdp-card {
      background: rgba(20, 20, 20, 0.4);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 16px;
      padding: 24px;
      position: relative;
      overflow: hidden;
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }


    .vdp-card>*:not(.glass-backdrop-layer):not(.glass-shadow-layer) {
      position: relative;
      z-index: 10;
    }

    /* VDP Typography Overrides to match Monitoreo en tiempo real aesthetics */
    .vdp-main h3,
    .vdp-main .kpi-label,
    .vdp-card-title,
    .vdp-main h4 {
      font-weight: 800 !important;
      letter-spacing: -0.02em;
    }

    .vdp-main p,
    .vdp-main .kpi-delta,
    .vdp-main .chart-card-value .unit,
    .vdp-main .tl-time {
      color: rgba(255, 255, 255, 0.6) !important;
      font-weight: 400 !important;
    }

    body.light-mode .vdp-card {
      background: rgba(255, 255, 255, 0.6);
      border-color: rgba(0, 0, 0, 0.05);
    }

    .vdp-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: var(--orange);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
      z-index: 2;
    }

    .vdp-card:hover {
      border-color: rgba(255, 85, 0, 0.4);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 85, 0, 0.15);
      transform: translateY(-4px);
    }

    body.light-mode .vdp-card:hover {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 0 20px rgba(255, 85, 0, 0.15);
    }

    .vdp-card:hover::before {
      transform: scaleX(1);
    }

    .vdp-card.featured {
      border-color: rgba(255, 85, 0, 0.5);
      box-shadow: 0 10px 40px rgba(255, 85, 0, 0.1);
    }

    .vdp-card.featured::before {
      transform: scaleX(1);
    }

    /* KPI Typography */
    .kpi-label {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--gray);
      font-family: 'JetBrains Mono', monospace;
      margin-bottom: 8px;
    }

    .kpi-value {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 48px;
      line-height: 1;
      color: var(--white);
      margin-bottom: 8px;
      letter-spacing: 1px;
    }

    .kpi-value.orange {
      color: var(--orange);
      text-shadow: 0 0 20px rgba(255, 85, 0, 0.4);
    }

    .kpi-value.green {
      color: #00e676;
      text-shadow: 0 0 20px rgba(0, 230, 118, 0.4);
    }

    .kpi-value.cyan {
      color: #00e5ff;
      text-shadow: 0 0 20px rgba(0, 229, 255, 0.4);
    }

    .kpi-delta {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-size: 11px;
      font-family: 'JetBrains Mono', monospace;
      padding: 4px 10px;
      border-radius: 100px;
    }

    .kpi-delta.up {
      background: rgba(0, 230, 118, 0.1);
      color: #00e676;
      border: 1px solid rgba(0, 230, 118, 0.2);
    }

    .kpi-delta.down {
      background: rgba(255, 61, 61, 0.1);
      color: #ff3d3d;
      border: 1px solid rgba(255, 61, 61, 0.2);
    }

    /* Grids */
    .kpi-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1.5rem;
      margin-bottom: 2rem;
    }

    .chart-grid {
      display: grid;
      gap: 1.5rem;
      margin-bottom: 2rem;
    }

    .chart-grid-2 {
      grid-template-columns: 1fr 1fr;
    }

    .chart-grid-3 {
      grid-template-columns: 2fr 1fr 1fr;
    }

    .chart-grid-1 {
      grid-template-columns: 1fr;
    }

    @media (max-width: 900px) {

      .chart-grid-2,
      .chart-grid-3 {
        grid-template-columns: 1fr;
      }
    }

    .chart-card-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 1rem;
    }

    .chart-card-title {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--gray);
      font-family: 'JetBrains Mono', monospace;
    }

    .chart-card-value {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 32px;
      color: var(--white);
    }

    .chart-card-value .unit {
      font-size: 14px;
      color: var(--gray);
      font-family: 'JetBrains Mono', monospace;
    }

    /* Tables Liquid */
    .vdp-table {
      width: 100%;
      border-collapse: collapse;
    }

    .vdp-table th {
      text-align: left;
      padding: 12px;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--gray);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      font-family: 'JetBrains Mono', monospace;
    }

    body.light-mode .vdp-table th {
      border-bottom-color: rgba(0, 0, 0, 0.1);
    }

    .vdp-table td {
      padding: 14px 12px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.03);
      color: var(--white);
      font-family: 'JetBrains Mono', monospace;
      font-size: 13px;
    }

    body.light-mode .vdp-table td {
      color: var(--black);
      border-bottom-color: rgba(0, 0, 0, 0.03);
    }

    .vdp-table tr:hover td {
      background: rgba(255, 85, 0, 0.05);
    }

    .vdp-badge {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      padding: 4px 10px;
      border-radius: 6px;
      font-size: 11px;
      font-weight: 600;
      font-family: 'JetBrains Mono', monospace;
    }

    .badge-green {
      background: rgba(0, 230, 118, 0.15);
      color: #00e676;
      border: 1px solid rgba(0, 230, 118, 0.3);
    }

    .badge-orange {
      background: rgba(255, 85, 0, 0.15);
      color: var(--orange);
      border: 1px solid rgba(255, 85, 0, 0.3);
    }

    .badge-red {
      background: rgba(255, 61, 61, 0.15);
      color: #ff3d3d;
      border: 1px solid rgba(255, 61, 61, 0.3);
    }

    .badge-cyan {
      background: rgba(0, 229, 255, 0.15);
      color: #00e5ff;
      border: 1px solid rgba(0, 229, 255, 0.3);
    }

    .badge-gray {
      background: rgba(136, 136, 136, 0.15);
      color: var(--gray);
      border: 1px solid rgba(136, 136, 136, 0.3);
    }

    .sdot {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin-right: 8px;
    }

    .sdot-green {
      background: #00e676;
      box-shadow: 0 0 10px #00e676;
    }

    .sdot-red {
      background: #ff3d3d;
      box-shadow: 0 0 10px #ff3d3d;
    }

    /* Progress Bars Liquid */
    .p-item {
      margin-bottom: 1rem;
    }

    .p-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 8px;
      font-size: 13px;
    }

    .p-name {
      color: var(--white);
      font-family: 'JetBrains Mono', monospace;
    }

    body.light-mode .p-name {
      color: var(--black);
    }

    .p-val {
      color: var(--orange);
      font-family: 'Bebas Neue', sans-serif;
      font-size: 20px;
    }

    .p-track {
      height: 6px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 3px;
      overflow: hidden;
    }

    body.light-mode .p-track {
      background: rgba(0, 0, 0, 0.05);
    }

    .p-fill {
      height: 100%;
      background: linear-gradient(90deg, var(--orange), #ff8c3a);
      border-radius: 3px;
      transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 0 10px var(--orange);
      width: 0;
    }

    /* Map Area Liquid */
    .map-area {
      flex: 1;
      min-height: 320px;
      background: rgba(10, 10, 10, 0.6);
      border-radius: 12px;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255, 85, 0, 0.2);
      box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.8);
    }

    body.light-mode .map-area {
      background: rgba(255, 255, 255, 0.6);
      box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.05);
    }

    .map-grid-bg {
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(255, 85, 0, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 85, 0, 0.05) 1px, transparent 1px);
      background-size: 40px 40px;
    }

    .map-pin {
      position: absolute;
      cursor: pointer;
      transform: translate(-50%, -100%);
      z-index: 10;
    }

    .map-dot {
      width: 16px;
      height: 16px;
      background: var(--orange);
      border-radius: 50%;
      box-shadow: 0 0 20px var(--orange), 0 0 40px rgba(255, 85, 0, 0.4);
      position: relative;
      transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .map-dot::after {
      content: '';
      position: absolute;
      inset: -6px;
      border-radius: 50%;
      border: 2px solid var(--orange);
      opacity: 0.5;
      animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    @keyframes ping {

      75%,
      100% {
        transform: scale(2.5);
        opacity: 0;
      }
    }

    .map-pin.offline .map-dot {
      background: #ff3d3d;
      box-shadow: 0 0 15px #ff3d3d;
    }

    .map-pin.offline .map-dot::after {
      border-color: #ff3d3d;
      animation: none;
    }

    .map-label {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(20, 20, 20, 0.95);
      backdrop-filter: blur(8px);
      border: 1px solid var(--orange);
      border-radius: 8px;
      padding: 6px 12px;
      font-size: 11px;
      font-family: 'JetBrains Mono', monospace;
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      transition: all 0.2s;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    }

    body.light-mode .map-label {
      background: rgba(255, 255, 255, 0.95);
      color: var(--black);
    }

    .map-pin:hover .map-label {
      opacity: 1;
      bottom: 35px;
    }

    .map-pin:hover .map-dot {
      transform: scale(1.4);
    }

    /* Bubbles Liquid */
    .bubble-area {
      position: relative;
      height: 350px;
    }

    .vdp-bubble {
      position: absolute;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
      border: 1px solid rgba(255, 85, 0, 0.4);
      background: radial-gradient(circle at 30% 30%, rgba(255, 85, 0, 0.2), rgba(20, 20, 20, 0.6));
      backdrop-filter: blur(4px);
      box-shadow: inset 0 0 20px rgba(255, 85, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.4);
    }

    body.light-mode .vdp-bubble {
      background: radial-gradient(circle at 30% 30%, rgba(255, 85, 0, 0.2), rgba(255, 255, 255, 0.6));
      box-shadow: inset 0 0 20px rgba(255, 85, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .vdp-bubble:hover {
      transform: scale(1.15) translateY(-10px) !important;
      z-index: 20;
      box-shadow: inset 0 0 30px rgba(255, 85, 0, 0.3), 0 20px 40px rgba(255, 85, 0, 0.3);
      border-color: var(--orange);
    }

    .bub-val {
      font-family: 'Bebas Neue', sans-serif;
      color: var(--orange);
      line-height: 1;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .bub-lbl {
      font-size: 11px;
      font-family: 'JetBrains Mono', monospace;
      color: var(--white);
      text-align: center;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    }

    body.light-mode .bub-lbl {
      color: var(--black);
      text-shadow: none;
    }

    /* Control Panel Liquid */
    .control-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 1rem;
      margin-bottom: 2rem;
    }

    .ctrl-btn {
      background: rgba(20, 20, 20, 0.4);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 16px;
      padding: 20px;
      cursor: pointer;
      text-align: center;
      position: relative;
      overflow: hidden;
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    body.light-mode .ctrl-btn {
      background: rgba(255, 255, 255, 0.6);
      border-color: rgba(0, 0, 0, 0.05);
    }

    .ctrl-btn::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
      opacity: 0;
      transition: opacity 0.3s;
    }

    .ctrl-btn:hover {
      border-color: var(--orange);
      box-shadow: 0 10px 30px rgba(255, 85, 0, 0.15);
      transform: translateY(-4px);
    }

    .ctrl-btn:hover::before {
      opacity: 1;
    }

    .ctrl-btn.on {
      border-color: #00e676;
      background: rgba(0, 230, 118, 0.05);
      box-shadow: inset 0 0 20px rgba(0, 230, 118, 0.05);
    }

    .ctrl-btn.off {
      border-color: #ff3d3d;
      background: rgba(255, 61, 61, 0.05);
      box-shadow: inset 0 0 20px rgba(255, 61, 61, 0.05);
    }

    .ctrl-icon {
      font-size: 32px;
      margin-bottom: 12px;
      filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
    }

    .ctrl-label {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--white);
      font-weight: 600;
      font-family: 'Syne', sans-serif;
    }

    body.light-mode .ctrl-label {
      color: var(--black);
    }

    .ctrl-status {
      font-size: 11px;
      font-family: 'JetBrains Mono', monospace;
      margin-top: 8px;
      font-weight: 500;
    }

    .timeline {
      padding-left: 10px;
      border-left: 2px solid rgba(255, 85, 0, 0.3);
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      margin-top: 1rem;
    }

    .tl-item {
      position: relative;
      padding-left: 24px;
    }

    .tl-item::before {
      content: '';
      position: absolute;
      left: -7px;
      top: 0;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 10px var(--orange);
    }

    .tl-title {
      font-size: 13px;
      color: var(--white);
      font-weight: 600;
    }

    body.light-mode .tl-title {
      color: var(--black);
    }

    .tl-time {
      font-size: 11px;
      font-family: 'JetBrains Mono', monospace;
      color: var(--gray);
      margin-top: 4px;
    }

    .floatnums-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }

    @media (max-width: 768px) {
      .floatnums-grid {
        grid-template-columns: 1fr;
      }
    }

    .vdp-fade-in {
      animation: vdpFadeIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
    }

    @keyframes vdpFadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .dly-1 {
      animation-delay: 0.1s;
    }

    .dly-2 {
      animation-delay: 0.2s;
    }

    .dly-3 {
      animation-delay: 0.3s;
    }

    select.view-btn {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.05);
      /* slightly visible select base */
    }

    select.view-btn option {
      background-color: #1a1a1a;
      /* Explicit override for Mac OS dropdown native overlay */
      color: #ffffff;
    }

    body.light-mode select.view-btn option {
      background-color: #ffffff;
      color: #000000;
    }

    /* --- VDP ABSOLUTE FONT OVERRIDE TO MATCH 'Monitoreo' --- */
    .vdp-main,
    .vdp-main *,
    #vdp-main-card,
    #vdp-main-card * {
      font-family: 'Inter', system-ui, sans-serif !important;
      font-weight: 800 !important;
    }

    .vdp-main p,
    .vdp-main .kpi-delta,
    .vdp-main .chart-card-value .unit,
    .vdp-main .tl-time {
      color: rgba(255, 255, 255, 0.6) !important;
    }

    /* ─── NUESTRA TECNOLOGÍA (WHEEL & EQUATION) ─── */
    /* ─── NUESTRA TECNOLOGÍA (WHEEL REDESIGN) ─── */
    .vt-tech-section {
      background: #000;
      /* Solid black as requested */
      padding: 100px 32px;
      position: relative;
      overflow: hidden;
      border-top: 1px solid rgba(255, 107, 0, 0.1);
    }

    /* Neon glow effect behind the wheel */
    .vt-tech-section::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0%;
      transform: translate(20%, -50%);
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(255, 107, 0, 0.08) 0%, transparent 70%);
      pointer-events: none;
      z-index: 0;
    }

    .tech-layout {
      max-width: 1400px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 500px;
      gap: 60px;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    .content-panel {
      opacity: 0;
      transform: translateX(-40px);
      transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .content-panel.visible {
      opacity: 1;
      transform: translateX(0);
    }

    .tech-info-grid {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-top: 40px;
    }

    .info-card {
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 20px;
      padding: 24px;
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
    }

    .info-card:hover {
      background: rgba(255, 255, 255, 0.04);
      border-color: rgba(255, 107, 0, 0.2);
      transform: translateY(-5px);
    }

    .info-card-icon {
      width: 48px;
      height: 48px;
      background: rgba(255, 107, 0, 0.1);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      color: var(--orange);
      margin-bottom: 16px;
    }

    .info-card-title {
      font-size: 16px;
      font-weight: 700;
      color: var(--white);
      margin-bottom: 8px;
    }

    .info-card-text {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.5);
      line-height: 1.5;
    }

    .panel-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 18px;
      border-radius: 100px;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 24px;
      width: fit-content;
      backdrop-filter: blur(8px);
    }

    .panel-tag.orange {
      background: rgba(255, 107, 0, 0.12);
      color: var(--orange);
      border: 1px solid rgba(255, 107, 0, 0.3);
      box-shadow: 0 0 15px rgba(255, 107, 0, 0.1);
    }

    .panel-tag.blue {
      background: rgba(45, 111, 163, 0.15);
      color: #5ba3d9;
      border: 1px solid rgba(45, 111, 163, 0.3);
    }

    .panel-tag.green {
      background: rgba(74, 124, 89, 0.15);
      color: #72b88a;
      border: 1px solid rgba(74, 124, 89, 0.3);
    }

    .panel-title {
      font-size: 32px;
      font-weight: 800;
      color: var(--white);
      margin-bottom: 24px;
      line-height: 1.1;
      letter-spacing: -0.02em;
    }

    .check-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .check-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 15px;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.6;
    }

    .check-list li svg {
      flex-shrink: 0;
      margin-top: 3px;
      width: 20px;
      height: 20px;
    }

    .wheel-wrap {
      position: relative;
      width: 500px;
      height: 500px;
      perspective: 1200px;
      user-select: none;
    }

    .wheel-svg {
      width: 100%;
      height: 100%;
      transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .wheel-center {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 140px;
      height: 140px;
      background: #0a0a0a;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 10;
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
      padding: 15px;
    }

    .wheel-center img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }

    .seg-group {
      cursor: pointer;
      transition: filter 0.3s ease;
    }

    .seg-group:hover path {
      filter: brightness(1.15) saturate(1.1);
    }

    .wheel-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .nav-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.1);
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .nav-dot.active {
      background: var(--orange);
      box-shadow: 0 0 12px var(--orange);
      transform: scale(1.3);
    }

    .equation-bar {
      background: rgba(20, 20, 20, 0.5);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 24px;
      padding: 40px 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
      max-width: 1100px;
      margin: 0 auto;
    }

    .eq-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      flex: 1;
      position: relative;
    }

    .eq-item:not(:last-child)::after {
      content: '+';
      position: absolute;
      right: -10%;
      top: 50%;
      transform: translateY(-50%);
      font-size: 32px;
      font-weight: 200;
      color: rgba(255, 255, 255, 0.2);
    }

    .eq-equals {
      font-size: 40px;
      font-weight: 200;
      color: rgba(255, 255, 255, 0.1);
      margin: 0 20px;
    }

    .eq-icon {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.05);
      transition: all 0.5s ease;
    }

    .eq-item.active .eq-icon.orange {
      background: rgba(255, 107, 0, 0.15);
      border-color: var(--orange);
      box-shadow: 0 0 20px rgba(255, 107, 0, 0.2);
    }

    .eq-item.active .eq-icon.blue {
      background: rgba(45, 111, 163, 0.2);
      border-color: #5ba3d9;
      box-shadow: 0 0 20px rgba(45, 111, 163, 0.2);
    }

    .eq-item.active .eq-icon.green {
      background: rgba(74, 124, 89, 0.2);
      border-color: #72b88a;
      box-shadow: 0 0 20px rgba(74, 124, 89, 0.2);
    }

    .eq-label {
      font-size: 14px;
      font-weight: 700;
      color: var(--white);
      text-align: center;
      letter-spacing: 0.02em;
    }

    .eq-sublabel {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.4);
      text-align: center;
    }

    .eq-result {
      flex: 1.2;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
    }

    .eq-result-label {
      font-size: 18px;
      font-weight: 900;
      color: var(--orange);
      text-transform: uppercase;
      letter-spacing: 0.05em;
      text-shadow: 0 0 15px rgba(255, 107, 0, 0.3);
    }

    @media (max-width: 1200px) {
      .tech-layout {
        grid-template-columns: 1fr 380px 1fr;
        gap: 30px;
      }

      .wheel-wrap {
        width: 380px;
        height: 380px;
      }

      .wheel-center {
        width: 140px;
        height: 140px;
      }
    }

    @media (max-width: 900px) {
      .tech-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        text-align: center;
      }

      .wheel-wrap {
        margin: 0 auto;
        order: -1;
      }

      .panel-tag {
        margin-left: auto;
        margin-right: auto;
      }

      .check-list {
        align-items: center;
      }

      .content-panel,
      .content-panel.right {
        transform: translateY(30px);
      }

      .content-panel.visible {
        transform: translateY(0);
      }

      .eq-item::after {
        display: none;
      }

      .equation-bar {
        flex-direction: column;
        gap: 30px;
        padding: 40px 20px;
      }

      .eq-equals {
        transform: rotate(90deg);
        margin: 0;
      }
    }

    .tech-container-glass {
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 24px;
      padding: 40px;
      margin: 30px auto;
      max-width: 1200px;
      backdrop-filter: blur(10px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    }

    .tech-layout-ratios {
      display: flex;
      gap: 50px;
      align-items: center;
    }

    .tech-left-col {
      flex: 1;
      /* ~40-45% */
      max-width: 45%;
    }

    .tech-right-col {
      flex: 1.2;
      /* ~55-60% */
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    @media(max-width: 1024px) {
      .tech-layout-ratios {
        flex-direction: column;
      }

      .tech-left-col,
      .tech-right-col {
        max-width: 100%;
        flex: none;
        width: 100%;
      }
    }

    .tech-checklist {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    /* Advanced Liquid Glass + Tilt Component */
    .vt-liquid-component {
      position: relative;
      cursor: pointer;
      border: none;
      background: rgba(20, 20, 20, 0.3);
      /* Base dark transparency */
      padding: 0;
      border-radius: 12px;
      transform-style: preserve-3d;
      margin-bottom: 2px;
      border: 1px solid rgba(255, 255, 255, 0.05);
      /* Slight white rim */
      transition: transform 0.3s cubic-bezier(0.1, 0.4, 0.2, 1);
      overflow: hidden;
      /* For mouse glow bounds */
    }

    .vt-liquid-component:hover {
      transform: scale(1.02);
      /* Fallback for tilt */
    }

    /* Mouse-Reactive Neon Glow Background */
    .vt-liquid-component::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(600px circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(255, 107, 0, 0.15), transparent 40%);
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 1;
      pointer-events: none;
    }

    /* Mouse-Reactive Neon Glow Border */
    .vt-liquid-component::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: inherit;
      padding: 2px;
      background: radial-gradient(400px circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(255, 107, 0, 0.8), transparent 40%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask-composite: exclude;
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 2;
      pointer-events: none;
    }

    .vt-liquid-component:hover::before,
    .vt-liquid-component:hover::after {
      opacity: 1;
    }

    .vt-liquid-shadows {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 12px;
      z-index: 0;
      /* Restored thick 3D Liquid Glass with slightly softened white highlights for transparency */
      box-shadow:
        0 0 8px rgba(0, 0, 0, 0.03),
        0 2px 6px rgba(0, 0, 0, 0.08),
        inset 3px 3px 0.5px -3.5px rgba(255, 255, 255, 0.09),
        inset -3px -3px 0.5px -3.5px rgba(255, 255, 255, 0.5),
        inset 1px 1px 1px -0.5px rgba(255, 255, 255, 0.3),
        inset -1px -1px 1px -0.5px rgba(255, 255, 255, 0.3),
        inset 0 0 6px 6px rgba(255, 255, 255, 0.08),
        inset 0 0 2px 2px rgba(255, 255, 255, 0.04),
        0 0 12px rgba(0, 0, 0, 0.15);
      transition: all 0.3s cubic-bezier(0.1, 0.4, 0.2, 1);
    }

    .vt-liquid-backdrop {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 12px;
      z-index: -1;
      overflow: hidden;
      backdrop-filter: url("#container-glass") blur(8px);
      -webkit-backdrop-filter: blur(8px);
      /* Safari Fallback */
    }

    /* Special Glass Style for Arrow Buttons */
    .arrow-btn-glass {
      border-radius: 50%;
    }

    .arrow-btn-glass .vt-liquid-shadows {
      border-radius: 50%;
    }

    .arrow-btn-glass .vt-liquid-backdrop {
      border-radius: 50%;
    }

    .arrow-btn-glass::after {
      border-radius: 50%;
    }

    .vt-liquid-content {
      position: relative;
      z-index: 10;
    }

    /* Checklist Specifics */
    .checklist-item-glass {
      width: 100%;
    }

    .checklist-item-glass .vt-liquid-content {
      padding: 20px 24px;
      display: flex;
      align-items: center;
      gap: 16px;
      transform: translateZ(20px);
    }

    .checklist-icon-3d {
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .checklist-text-glass {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.85);
      /* Matching the screenshot text */
      font-weight: 500;
      line-height: 1.5;
    }

    /* Tech Nav Arrows relocated below the wheel */
    .tech-nav-arrows {
      position: absolute;
      bottom: -40px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 16px;
      z-index: 20;
    }

    /* Same style as .slider-btn from IOV section */
    .arrow-btn-glass {
      width: 54px;
      height: 54px;
    }

    .arrow-btn-glass .vt-liquid-content {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      color: var(--white);
    }

    .arrow-btn-glass:hover .vt-liquid-content {
      color: var(--orange);
    }

    /* Equation Panel Exact Match to Screenshot */
    .tech-equation-panel {
      margin-top: 50px;
      background: #2a2a2a;
      /* Solid dark gray */
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 16px;
      padding: 20px 32px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      overflow-x: auto;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .eq-module {
      white-space: nowrap;
      padding: 14px 24px;
      background: rgba(255, 255, 255, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 12px;
      color: var(--white);
      font-weight: 700;
      font-size: 14px;
      transition: all 0.3s;
      cursor: pointer;
      position: relative;
    }

    .eq-module.mod-blue.active {
      background: rgba(45, 111, 163, 0.1);
      border-color: rgba(45, 111, 163, 0.8);
      color: #5ba3d9;
      box-shadow: 0 0 25px rgba(45, 111, 163, 0.3), inset 0 0 10px rgba(45, 111, 163, 0.2);
      text-shadow: 0 0 10px rgba(45, 111, 163, 0.3);
    }

    .eq-module.mod-orange.active {
      background: rgba(255, 107, 0, 0.1);
      border-color: rgba(255, 107, 0, 0.8);
      color: var(--orange);
      box-shadow: 0 0 25px rgba(255, 107, 0, 0.3), inset 0 0 10px rgba(255, 107, 0, 0.2);
      text-shadow: 0 0 10px rgba(255, 107, 0, 0.3);
    }

    .eq-module.mod-green.active {
      background: rgba(74, 124, 89, 0.1);
      border-color: rgba(74, 124, 89, 0.8);
      color: #72b88a;
      box-shadow: 0 0 25px rgba(74, 124, 89, 0.3), inset 0 0 10px rgba(74, 124, 89, 0.2);
      text-shadow: 0 0 10px rgba(74, 124, 89, 0.3);
    }

    .eq-operator {
      color: rgba(255, 255, 255, 0.4);
      font-size: 26px;
      font-weight: 800;
    }

    .eq-result {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      margin-left: auto;
    }

    .eq-result img {
      height: 32px;
      object-fit: contain;
    }

    .eq-result-sub {
      font-size: 11px;
      color: var(--orange);
      font-weight: 800;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }
