/*
 * Flynet Theme — Open WebUI custom.css
 * Generated: 2026-06-13T00:38:39Z
 * Phase: 3.5 + identidad Lumina + Fase 5 + Fase 4B quick wins
 * Source: flynet/theme/tokens/ + flynet/theme/themes/
 * DO NOT EDIT — run: python3 flynet/scripts/build-theme.py
 */

:root {
  --flynet-product-default: dark;
}

:root {
  --flynet-motion-fast: 140ms;
  --flynet-motion-normal: 220ms;
  --flynet-motion-slow: 420ms;
  --flynet-ease-premium: cubic-bezier(0.2, 0.8, 0.2, 1);
  --flynet-ease-out-soft: cubic-bezier(0.16, 1, 0.3, 1);
  --flynet-ease-spring: cubic-bezier(0.34, 1.2, 0.64, 1);
  --flynet-motion-stagger-short: 60ms;
  --flynet-motion-stagger-long: 100ms;
  --flynet-glow-low: 0 0 12px rgba(0, 168, 204, 0.12);
  --flynet-glow-medium: 0 0 22px rgba(0, 168, 204, 0.18);
  --flynet-glow-high: 0 0 32px rgba(30, 111, 217, 0.28);
}

:root, html[data-flynet-theme="dark"] {
  --flynet-bg-canvas: #010408;
  --flynet-bg-surface: #0D1E3F;
  --flynet-bg-surface-muted: #142850;
  --flynet-bg-glass-sidebar: rgba(7, 15, 35, 0.44);
  --flynet-bg-glass-main: rgba(8, 18, 45, 0.27);
  --flynet-bg-glass-header: rgba(5, 10, 18, 0.4);
  --flynet-bg-input: rgba(8, 18, 45, 0.45);
  --flynet-text-primary: rgba(255, 255, 255, 0.95);
  --flynet-text-secondary: rgba(255, 255, 255, 0.6);
  --flynet-accent-brand: #00A8CC;
  --flynet-accent-interactive: #1E6FD9;
  --flynet-accent-commercial: #F5A623;
  --flynet-border-glass: rgba(0, 168, 204, 0.16);
  --flynet-border-subtle: rgba(255, 255, 255, 0.1);
  --flynet-border-focus: #00A8CC;
  --flynet-blur-sidebar: 24px;
  --flynet-blur-main: 32px;
  --flynet-shadow-input-glow: 0 0 24px rgba(30, 111, 217, 0.33);
  --flynet-radius-card: 12px;
  --flynet-radius-pill: 22px;
  --flynet-radius-panel: 20px;
  --flynet-meta-theme-color: #010408;
}

html[data-flynet-theme="light"] {
  --flynet-bg-canvas: #F4F7FC;
  --flynet-bg-surface: #FFFFFF;
  --flynet-bg-surface-muted: #E8EEF8;
  --flynet-bg-glass-sidebar: rgba(255, 255, 255, 0.72);
  --flynet-bg-glass-main: rgba(255, 255, 255, 0.85);
  --flynet-bg-glass-header: rgba(244, 247, 252, 0.88);
  --flynet-bg-input: #FFFFFF;
  --flynet-text-primary: #0F1A2E;
  --flynet-text-secondary: #3D5270;
  --flynet-accent-brand: #00A8CC;
  --flynet-accent-interactive: #1E6FD9;
  --flynet-accent-commercial: #D97706;
  --flynet-border-glass: rgba(0, 168, 204, 0.22);
  --flynet-border-subtle: rgba(26, 42, 69, 0.12);
  --flynet-border-focus: #1E6FD9;
  --flynet-blur-sidebar: 20px;
  --flynet-blur-main: 24px;
  --flynet-shadow-input-glow: 0 2px 16px rgba(30, 111, 217, 0.18);
  --flynet-radius-card: 12px;
  --flynet-radius-pill: 22px;
  --flynet-radius-panel: 20px;
  --flynet-meta-theme-color: #F4F7FC;
}

html.dark, html[data-flynet-theme="dark"] {
  --color-gray-50: #F4F7FC;
  --color-gray-100: #E8EEF8;
  --color-gray-200: #D1DCEF;
  --color-gray-300: #A8B8D4;
  --color-gray-400: #7A8FAD;
  --color-gray-500: #5A6F8C;
  --color-gray-600: #3D5270;
  --color-gray-700: #142850;
  --color-gray-800: #0D1E3F;
  --color-gray-850: #0A1628;
  --color-gray-900: #051525;
  --color-gray-950: #010408;
}

html.light, html[data-flynet-theme="light"] {
  --color-gray-50: #FFFFFF;
  --color-gray-100: #F4F7FC;
  --color-gray-200: #E8EEF8;
  --color-gray-300: #D1DCEF;
  --color-gray-400: #A8B8D4;
  --color-gray-500: #7A8FAD;
  --color-gray-600: #5A6F8C;
  --color-gray-700: #3D5270;
  --color-gray-800: #2A3D5C;
  --color-gray-850: #E8EEF8;
  --color-gray-900: #D1DCEF;
  --color-gray-950: #F4F7FC;
}

/* ══════════════════════════════════════════════════════════════
   FASE 3.5 — Flynet Dark Premium (solo dark)
   ══════════════════════════════════════════════════════════════ */

/* —— 1. Hero: gradiente + velo + plexus MVP —— */
html.dark body::before, html[data-flynet-theme="dark"] body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background: radial-gradient(ellipse 120% 90% at 50% 42%, #051525 0%, #030810 50%, #010408 100%);
}
html.dark body::after, html[data-flynet-theme="dark"] body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: url('/static/flynet-plexus-mvp.svg') center 42% / cover no-repeat, rgba(1, 4, 8, 0.67);
}
html.dark, html[data-flynet-theme="dark"], html.dark body, html[data-flynet-theme="dark"] body {
  background-color: #010408;
  color: rgba(255, 255, 255, 0.95);
}

/* —— 2. Shell Open WebUI —— */
html.dark #chat-container, html[data-flynet-theme="dark"] #chat-container {
  background: transparent !important;
  position: relative;
  z-index: 1;
}
html.dark #sidebar, html[data-flynet-theme="dark"] #sidebar {
  z-index: 2;
}
html.dark #chat-container > div, html[data-flynet-theme="dark"] #chat-container > div {
  background: transparent !important;
}
html.dark #chat-pane, html[data-flynet-theme="dark"] #chat-pane {
  background: rgba(10, 24, 48, 0.55) !important;
  border: 1px solid rgba(100, 180, 255, 0.12);
  border-radius: 20px;
  margin: 6px 10px 10px 4px;
  box-shadow: 0 8px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(30, 111, 217, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* —— 3. Top bar glass —— */
html.dark #chat-container nav.drag-region, html[data-flynet-theme="dark"] #chat-container nav.drag-region {
  background: rgba(7, 15, 35, 0.33) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0 !important;
}
html.dark #navbar-bg-gradient-to-b, html[data-flynet-theme="dark"] #navbar-bg-gradient-to-b {
  background: transparent !important;
  visibility: hidden;
}

/* —— 4. Sidebar premium —— */
html.dark #sidebar, html[data-flynet-theme="dark"] #sidebar {
  background: rgba(7, 15, 35, 0.44) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-right: 1px solid rgba(0, 168, 204, 0.16);
  box-shadow: 4px 0 40px rgba(30, 111, 217, 0.16);
}
html.dark #sidebar-webui-name, html[data-flynet-theme="dark"] #sidebar-webui-name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
html.dark #sidebar-new-chat-button, html[data-flynet-theme="dark"] #sidebar-new-chat-button {
  background: rgba(30, 111, 217, 0.08) !important;
  border-left: 3px solid rgba(0, 168, 204, 0.2) !important;
  border-bottom: 1px solid rgba(0, 168, 204, 0.12) !important;
  border-radius: 0 !important;
}
html.dark #sidebar-new-chat-button:hover, html[data-flynet-theme="dark"] #sidebar-new-chat-button:hover {
  background: rgba(30, 111, 217, 0.14) !important;
}
html.dark #sidebar-search-button:hover, html[data-flynet-theme="dark"] #sidebar-search-button:hover, html.dark [id^="sidebar-"][id$="-button"]:hover, html[data-flynet-theme="dark"] [id^="sidebar-"][id$="-button"]:hover {
  background: rgba(255, 255, 255, 0.04) !important;
}
html.dark #sidebar-chat-item.selected, html[data-flynet-theme="dark"] #sidebar-chat-item.selected, html.dark #sidebar-chat-item.bg-gray-900, html[data-flynet-theme="dark"] #sidebar-chat-item.bg-gray-900 {
  background: rgba(30, 111, 217, 0.07) !important;
  border: 1px solid rgba(30, 111, 217, 0.55) !important;
  box-shadow: 0 0 12px rgba(30, 111, 217, 0.12);
}
html.dark #sidebar-chat-item:hover, html[data-flynet-theme="dark"] #sidebar-chat-item:hover {
  background: rgba(255, 255, 255, 0.04) !important;
}
html.dark #sidebar-channel-item:hover, html[data-flynet-theme="dark"] #sidebar-channel-item:hover {
  background: rgba(255, 255, 255, 0.04) !important;
}

/* —— 5. Composer premium —— */
html.dark #chat-input-container, html[data-flynet-theme="dark"] #chat-input-container {
  background: rgba(5, 15, 32, 0.8) !important;
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  border: 1.5px solid rgba(0, 168, 204, 0.4) !important;
  border-radius: 22px !important;
  box-shadow: 0 0 24px rgba(0, 168, 204, 0.2), 0 16px 48px rgba(30, 111, 217, 0.15);
  padding: 4px 6px !important;
}
html.dark #chat-input, html[data-flynet-theme="dark"] #chat-input {
  background: transparent !important;
  border-radius: 22px;
  color: rgba(255, 255, 255, 0.95);
}
html.dark #chat-input:focus, html[data-flynet-theme="dark"] #chat-input:focus, html.dark #chat-input:focus-visible, html[data-flynet-theme="dark"] #chat-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 168, 204, 0.45);
}
html.dark #chat-input::placeholder, html[data-flynet-theme="dark"] #chat-input::placeholder {
  color: rgba(255, 255, 255, 0.33);
}

/* —— 6. Chat zone / mensajes —— */
html.dark #messages-container, html[data-flynet-theme="dark"] #messages-container {
  background: transparent !important;
}
html.dark #chat-container > div > div.absolute.bg-linear-to-t[class*="from-gray-900"], html[data-flynet-theme="dark"] #chat-container > div > div.absolute.bg-linear-to-t[class*="from-gray-900"] {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* —— 7. Placeholder / sugerencias (home) — solo cards, no composer —— */
html.dark #chat-pane .h-40 [role='listitem'], html[data-flynet-theme="dark"] #chat-pane .h-40 [role='listitem'] {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
html.dark #chat-pane .h-40 [role='listitem']:hover, html[data-flynet-theme="dark"] #chat-pane .h-40 [role='listitem']:hover {
  border-color: rgba(0, 168, 204, 0.33) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 4px 20px rgba(0, 168, 204, 0.12);
}

/* —— 8. Acentos y botones —— */
html.dark .bg-blue-600, html[data-flynet-theme="dark"] .bg-blue-600, html.dark .bg-blue-500, html[data-flynet-theme="dark"] .bg-blue-500 {
  background-color: #1E6FD9 !important;
}
html.dark .text-blue-500, html[data-flynet-theme="dark"] .text-blue-500, html.dark .text-blue-600, html[data-flynet-theme="dark"] .text-blue-600 {
  color: #00A8CC !important;
}
html.dark .hover\:bg-blue-700:hover, html[data-flynet-theme="dark"] .hover\:bg-blue-700:hover {
  background-color: #1a5fc4 !important;
}
html.dark a:hover, html[data-flynet-theme="dark"] a:hover {
  color: #00A8CC;
}
html.dark button:hover.bg-gray-100, html[data-flynet-theme="dark"] button:hover.bg-gray-100, html.dark button.dark\:hover\:bg-gray-850:hover, html[data-flynet-theme="dark"] button.dark\:hover\:bg-gray-850:hover {
  background-color: rgba(255, 255, 255, 0.06) !important;
}

/* —— 9. Focus rings —— */
html.dark :focus-visible, html[data-flynet-theme="dark"] :focus-visible {
  outline: 2px solid #00A8CC;
  outline-offset: 2px;
}

/* —— 10. Modales / toasts (legibilidad) —— */
html.dark [role="dialog"], html[data-flynet-theme="dark"] [role="dialog"], html.dark .modal, html[data-flynet-theme="dark"] .modal {
  background-color: #0D1E3F !important;
  border: 1px solid rgba(0, 168, 204, 0.16);
}

/* —— 11. Mobile sidebar overlay —— */
@media (max-width: 768px) {
  html.dark #sidebar,
  html[data-flynet-theme="dark"] #sidebar {
    box-shadow: 8px 0 48px rgba(0, 0, 0, 0.55);
  }
}


/* ══════════════════════════════════════════════════════════════
   SPRINT — Identidad Lumina Dark (Capa B)
   ══════════════════════════════════════════════════════════════ */

/* —— Branding sidebar / workspace —— */
html.dark #sidebar-webui-name, html[data-flynet-theme="dark"] #sidebar-webui-name {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.25;
  background: linear-gradient(90deg, #00A8CC, #1E6FD9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
html.dark #sidebar-webui-name::after, html[data-flynet-theme="dark"] #sidebar-webui-name::after {
  content: 'Flynet · Asistente';
  display: block;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  margin-top: 2px;
}
html.dark .sidebar-new-chat-icon, html[data-flynet-theme="dark"] .sidebar-new-chat-icon {
  box-shadow: 0 0 16px rgba(0, 168, 204, 0.35);
  border: 1px solid rgba(0, 168, 204, 0.35);
}
html.dark #sidebar-new-chat-button .text-sm, html[data-flynet-theme="dark"] #sidebar-new-chat-button .text-sm {
  font-weight: 600;
  letter-spacing: 0.02em;
}
html.dark #sidebar::before, html[data-flynet-theme="dark"] #sidebar::before {
  content: 'LUMINA';
  display: block;
  padding: 10px 8px 2px;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: rgba(0, 168, 204, 0.55);
  pointer-events: none;
}

/* —— Hero / empty state —— */
html.dark #chat-pane .flynet-lumina-hero .flex.-space-x-4, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-hero .flex.-space-x-4, html.dark #chat-pane .flynet-lumina-hero .flex.shrink-0.justify-center, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-hero .flex.shrink-0.justify-center, html.dark #chat-pane .flynet-lumina-hero .flynet-lumina-hero-mark, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-hero .flynet-lumina-hero-mark {
  display: none !important;
}
html.dark #chat-pane .flynet-lumina-greet-mark, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-greet-mark {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  object-fit: cover;
  object-position: center 42%;
  flex-shrink: 0;
  border: 1.5px solid rgba(0, 168, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 168, 204, 0.12), 0 0 24px rgba(0, 168, 204, 0.38), 0 0 48px rgba(30, 111, 217, 0.22);
  background: rgba(5, 21, 37, 0.85);
}
html.dark #chat-pane .flynet-lumina-hero .text-3xl .flex.flex-row, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-hero .text-3xl .flex.flex-row, html.dark #chat-pane .text-3xl.flex.items-center, html[data-flynet-theme="dark"] #chat-pane .text-3xl.flex.items-center {
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
}
html.dark #chat-pane img[src*="models/model/profile"], html[data-flynet-theme="dark"] #chat-pane img[src*="models/model/profile"] {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none;
}
html.dark #chat-pane .text-3xl .line-clamp-1, html[data-flynet-theme="dark"] #chat-pane .text-3xl .line-clamp-1, html.dark #chat-pane .text-3xl span, html[data-flynet-theme="dark"] #chat-pane .text-3xl span {
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.96);
}

/* —— Empty state: composer visible, sugerencias debajo (no reemplazar chat) —— */
html.dark #chat-pane > .flex.items-center.h-full, html[data-flynet-theme="dark"] #chat-pane > .flex.items-center.h-full {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html.dark #chat-pane > .flex.items-center.h-full > .max-w-6xl, html[data-flynet-theme="dark"] #chat-pane > .flex.items-center.h-full > .max-w-6xl {
  transform: none !important;
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
}
html.dark #chat-pane > .flex.items-center.h-full .text-base.font-normal, html[data-flynet-theme="dark"] #chat-pane > .flex.items-center.h-full .text-base.font-normal {
  display: block !important;
  visibility: visible !important;
  width: 100%;
  flex-shrink: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
html.dark #chat-pane #message-input-container, html[data-flynet-theme="dark"] #chat-pane #message-input-container {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  z-index: 4;
  flex-shrink: 0;
  min-height: 4.25rem;
  max-width: 48rem;
  width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: auto;
}
html.dark #chat-pane #chat-input-container, html[data-flynet-theme="dark"] #chat-pane #chat-input-container {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  flex-shrink: 0;
  min-height: 3.25rem;
  width: 100%;
  border-width: 2px !important;
  box-shadow: 0 0 28px rgba(0, 168, 204, 0.26), 0 12px 40px rgba(30, 111, 217, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
html.dark #chat-pane #chat-input, html[data-flynet-theme="dark"] #chat-pane #chat-input {
  min-height: 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
html.dark #chat-pane #chat-input-container [contenteditable="true"], html[data-flynet-theme="dark"] #chat-pane #chat-input-container [contenteditable="true"] {
  min-height: 1.5rem !important;
}

/* —— Quick actions: debajo del composer, altura acotada —— */
html.dark #chat-pane .max-w-2xl.font-primary.mt-2, html[data-flynet-theme="dark"] #chat-pane .max-w-2xl.font-primary.mt-2 {
  margin-top: 1rem !important;
  flex-shrink: 0;
}
html.dark #chat-pane .h-40.w-full, html[data-flynet-theme="dark"] #chat-pane .h-40.w-full {
  max-height: 11rem;
  height: auto;
}
html.dark #chat-pane .h-40 [role='list'], html[data-flynet-theme="dark"] #chat-pane .h-40 [role='list'] {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  max-height: 9.5rem !important;
  overflow-y: auto !important;
  overflow-x: hidden;
  flex: none;
}
html.dark #chat-pane .h-40 [role='listitem'], html[data-flynet-theme="dark"] #chat-pane .h-40 [role='listitem'] {
  width: 100% !important;
  border-radius: 12px !important;
  border: 1px solid rgba(0, 168, 204, 0.16) !important;
  background: rgba(8, 18, 45, 0.5) !important;
  padding: 8px 10px !important;
  min-height: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
html.dark #chat-pane .h-40 [role='listitem']:hover, html[data-flynet-theme="dark"] #chat-pane .h-40 [role='listitem']:hover {
  border-color: rgba(0, 168, 204, 0.4) !important;
  background: rgba(30, 111, 217, 0.1) !important;
}
html.dark #chat-pane .max-w-2xl .mb-1.flex.gap-1.text-xs, html[data-flynet-theme="dark"] #chat-pane .max-w-2xl .mb-1.flex.gap-1.text-xs {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 168, 204, 0.85) !important;
}

/* —— Mobile —— */
@media (max-width: 640px) {
  html.dark #chat-pane .h-40 [role='list'],
  html[data-flynet-theme="dark"] #chat-pane .h-40 [role='list'] {
    grid-template-columns: 1fr;
    max-height: 12rem !important;
  }
  html.dark #chat-pane #message-input-container,
  html[data-flynet-theme="dark"] #chat-pane #message-input-container {
    width: calc(100% - 0.5rem);
  }
}


/* ══════════════════════════════════════════════════════════════
   FASE 5 — Identidad Lumina Premium
   ══════════════════════════════════════════════════════════════ */

/* —— 1. Hero premium (empty state) —— */
html.dark #chat-pane .flynet-lumina-hero, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-hero {
  position: relative;
  overflow: visible;
}
html.dark #chat-pane .flynet-lumina-hero-glow, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-hero-glow {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: min(560px, 92vw);
  height: min(320px, 50vh);
  background: radial-gradient(ellipse 70% 55% at 50% 45%, rgba(0, 168, 204, 0.22) 0%, rgba(30, 111, 217, 0.12) 35%, transparent 72%);
  pointer-events: none;
  z-index: 0;
  filter: blur(2px);
}
html.dark #chat-pane .flynet-lumina-badge, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  padding: 5px 14px;
  border-radius: 9999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 210, 235, 0.95);
  background: rgba(0, 168, 204, 0.1);
  border: 1px solid rgba(0, 168, 204, 0.28);
  box-shadow: 0 0 20px rgba(0, 168, 204, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
html.dark #chat-pane .flynet-lumina-subtitle, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-subtitle {
  position: relative;
  z-index: 1;
  margin: 0.4rem auto 1.35rem;
  max-width: 32rem;
  padding: 0 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.52);
}
html.dark #chat-pane .flynet-lumina-hero .text-3xl, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-hero .text-3xl {
  position: relative;
  z-index: 1;
  font-size: 1.875rem !important;
  line-height: 1.2;
}
html.dark #chat-pane .flynet-lumina-hero .flynet-lumina-greet-mark, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-hero .flynet-lumina-greet-mark {
  width: 3rem;
  height: 3rem;
}

/* —— 1a-bis. Ocultar sugerencias nativas (título 'Acciones rápidas' +
   lista .h-40/.waterfall): las reemplaza el grid Lumina. Por CSS (no JS)
   para sobrevivir a los re-renders async de OWUI. —— */
html.dark #chat-pane .mx-5:has(.waterfall), html[data-flynet-theme="dark"] #chat-pane .mx-5:has(.waterfall) {
  display: none !important;
}
html.dark #chat-pane .max-w-2xl .mb-1.flex.gap-1.text-xs:not(:has(> svg)), html[data-flynet-theme="dark"] #chat-pane .max-w-2xl .mb-1.flex.gap-1.text-xs:not(:has(> svg)) {
  display: none !important;
}

/* —— 1b. Tarjetas sugeridas del hero (pen: grid 2×4 con iconos) —— */
html.dark #chat-pane .flynet-lumina-cards, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 56rem;
  margin: 1.5rem auto 0;
}
html.dark #chat-pane .flynet-lumina-card, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(6, 14, 36, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  text-align: left;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
html.dark #chat-pane .flynet-lumina-card:hover, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card:hover {
  border-color: rgba(0, 168, 204, 0.45);
  background: rgba(30, 111, 217, 0.14);
  box-shadow: 0 0 22px rgba(0, 168, 204, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}
html.dark #chat-pane .flynet-lumina-card__chip, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: rgba(0, 168, 204, 0.12);
  border: 1px solid rgba(0, 168, 204, 0.25);
  color: rgba(0, 210, 235, 0.95);
  flex: 0 0 auto;
}
html.dark #chat-pane .flynet-lumina-card__label, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card__label {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.85);
}

/* —— Fase 7C.2A: placeholder ES (TipTap ::before vence i18n EN) —— */
html.dark #chat-pane .flynet-lumina-hero .ProseMirror p.is-editor-empty:first-child::before, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-hero .ProseMirror p.is-editor-empty:first-child::before {
  content: "¿Cómo puedo ayudarte hoy?" !important;
}
html.dark #chat-pane #message-input-container .ProseMirror p.is-editor-empty:first-child::before, html[data-flynet-theme="dark"] #chat-pane #message-input-container .ProseMirror p.is-editor-empty:first-child::before {
  content: "¿Cómo puedo ayudarte hoy?" !important;
}

/* —— 2. Quick actions premium —— */
html.dark #chat-pane .h-40 [role='listitem'], html[data-flynet-theme="dark"] #chat-pane .h-40 [role='listitem'] {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(6, 14, 36, 0.55) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
html.dark #chat-pane .h-40 [role='listitem']:hover, html[data-flynet-theme="dark"] #chat-pane .h-40 [role='listitem']:hover {
  border-color: rgba(0, 168, 204, 0.45) !important;
  background: rgba(30, 111, 217, 0.14) !important;
  box-shadow: 0 0 20px rgba(0, 168, 204, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}
html.dark #chat-pane .h-40 [role='list'], html[data-flynet-theme="dark"] #chat-pane .h-40 [role='list'] {
  gap: 8px !important;
}

/* —— 3. Sidebar premium v2 —— */
html.dark #sidebar #sidebar-chat-item, html[data-flynet-theme="dark"] #sidebar #sidebar-chat-item {
  border-radius: 10px !important;
  margin: 1px 6px;
  padding-left: 10px !important;
  padding-right: 8px !important;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
html.dark #sidebar-chat-item.selected, html[data-flynet-theme="dark"] #sidebar-chat-item.selected, html.dark #sidebar-chat-item.bg-gray-900, html[data-flynet-theme="dark"] #sidebar-chat-item.bg-gray-900 {
  border-left: 3px solid rgba(0, 168, 204, 0.75) !important;
  background: linear-gradient(90deg, rgba(30, 111, 217, 0.14) 0%, rgba(30, 111, 217, 0.06) 100%) !important;
  box-shadow: 0 0 16px rgba(30, 111, 217, 0.14);
}
html.dark #sidebar-chat-item:hover, html[data-flynet-theme="dark"] #sidebar-chat-item:hover {
  border-left: 3px solid rgba(0, 168, 204, 0.25);
}
html.dark #sidebar-search-input, html[data-flynet-theme="dark"] #sidebar-search-input {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 10px !important;
}
html.dark #sidebar-user-menu-button, html[data-flynet-theme="dark"] #sidebar-user-menu-button {
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03) !important;
}
html.dark #sidebar-user-menu-button:hover, html[data-flynet-theme="dark"] #sidebar-user-menu-button:hover {
  background: rgba(30, 111, 217, 0.1) !important;
  border-color: rgba(0, 168, 204, 0.2);
}
html.dark #sidebar-user-menu-button img, html[data-flynet-theme="dark"] #sidebar-user-menu-button img {
  box-shadow: 0 0 12px rgba(0, 168, 204, 0.25);
  border: 1px solid rgba(0, 168, 204, 0.3);
}
html.dark #sidebar .sidebar-new-chat-icon, html[data-flynet-theme="dark"] #sidebar .sidebar-new-chat-icon {
  border-radius: 12px;
}

/* —— 4. Header interno Lumina (model bar) —— */
html.dark #chat-container nav.flynet-lumina-internal-nav, html[data-flynet-theme="dark"] #chat-container nav.flynet-lumina-internal-nav {
  border-bottom: 1px solid rgba(0, 168, 204, 0.14) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}
html.dark .flynet-lumina-model-btn, html[data-flynet-theme="dark"] .flynet-lumina-model-btn {
  border-radius: 12px !important;
  border: 1px solid rgba(0, 168, 204, 0.2) !important;
  background: rgba(6, 14, 36, 0.45) !important;
  padding: 6px 10px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
html.dark .flynet-lumina-model-btn:hover, html[data-flynet-theme="dark"] .flynet-lumina-model-btn:hover {
  border-color: rgba(0, 168, 204, 0.4) !important;
  background: rgba(30, 111, 217, 0.12) !important;
}
html.dark .flynet-lumina-model-btn img, html[data-flynet-theme="dark"] .flynet-lumina-model-btn img {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 168, 204, 0.3);
}
html.dark .flynet-lumina-model-btn .truncate, html[data-flynet-theme="dark"] .flynet-lumina-model-btn .truncate {
  font-weight: 600;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #00A8CC, #7eb8ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* —— 4b. Ajustes → Acerca de (panel Lumina) —— */
.flynet-lumina-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 1.25rem 1rem 1.5rem;
  max-width: 28rem;
  margin: 0 auto;
}
.flynet-lumina-about__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.flynet-lumina-about__mark {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(0, 168, 204, 0.35));
}
.flynet-lumina-about__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #00A8CC, #7eb8ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.flynet-lumina-about__version {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--flynet-text-secondary, #94a3b8);
}
.flynet-lumina-about__changelog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.1rem;
  border-radius: var(--flynet-radius-pill, 999px);
  border: 1px solid rgba(0, 168, 204, 0.35);
  background: rgba(0, 168, 204, 0.12);
  color: var(--flynet-accent-brand, #00A8CC);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.flynet-lumina-about__changelog:hover {
  border-color: rgba(0, 168, 204, 0.55);
  background: rgba(30, 111, 217, 0.18);
}
.flynet-lumina-about__blurb {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--flynet-text-secondary, #94a3b8);
}
.flynet-lumina-about__links {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.flynet-lumina-about__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--flynet-accent-interactive, #1e6fd9);
  text-decoration: none;
}
.flynet-lumina-about__link:hover {
  text-decoration: underline;
}
.flynet-lumina-about__footer {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.72rem;
  color: var(--flynet-text-secondary, #64748b);
}
.flynet-lumina-about__footer p {
  margin: 0;
}
.flynet-lumina-about__baseline {
  margin-top: 0.35rem !important;
  font-size: 0.68rem !important;
  opacity: 0.72;
}
#tab-about [data-flynet-lumina-hidden='owui-about-replaced'] {
  display: none !important;
}

/* —— 5. Mobile hero / quick actions (pen: chips horizontales) —— */
@media (max-width: 640px) {
  html.dark #chat-pane .flynet-lumina-hero .text-3xl,
  html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-hero .text-3xl {
    font-size: 1.5rem !important;
  }
  html.dark #chat-pane .flynet-lumina-subtitle,
  html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-subtitle {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }
  html.dark #chat-pane .flynet-lumina-cards,
  html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-cards {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    margin-top: 1rem;
    padding-bottom: 6px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  html.dark #chat-pane .flynet-lumina-cards::-webkit-scrollbar,
  html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-cards::-webkit-scrollbar {
    display: none;
  }
  html.dark #chat-pane .flynet-lumina-card,
  html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 9999px;
    width: auto;
  }
  html.dark #chat-pane .flynet-lumina-card__chip,
  html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card__chip {
    width: 26px;
    height: 26px;
  }
  html.dark #chat-pane .flynet-lumina-card__chip svg,
  html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card__chip svg {
    width: 15px;
    height: 15px;
  }
  html.dark #chat-pane .flynet-lumina-card__label,
  html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card__label {
    white-space: nowrap;
    font-size: 0.8rem;
  }
}


/* ══════════════════════════════════════════════════════════════
   FASE 4b — Flynet Shell integrado al producto (no landing pegada)
   ══════════════════════════════════════════════════════════════ */

:root, html[data-flynet-theme="dark"] {
  --flynet-shell-offset: 104px;
  --flynet-utility-h: 32px;
  --flynet-header-h: 72px;
}

html.dark #flynet-shell-root, html[data-flynet-theme="dark"] #flynet-shell-root {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--flynet-shell-offset);
  min-height: var(--flynet-shell-offset);
  max-height: var(--flynet-shell-offset);
  z-index: 50;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', sans-serif;
  background: linear-gradient(180deg, rgba(7, 15, 35, 0.78) 0%, rgba(5, 10, 18, 0.52) 100%);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  border-bottom: 1px solid rgba(0, 168, 204, 0.14);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
html.dark .flynet-utility-bar, html[data-flynet-theme="dark"] .flynet-utility-bar {
  height: var(--flynet-utility-h);
  flex-shrink: 0;
  background: rgba(6, 10, 18, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
html.dark .flynet-utility-bar__inner, html[data-flynet-theme="dark"] .flynet-utility-bar__inner {
  width: 100%;
  height: 100%;
  padding: 0 clamp(16px, 3vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html.dark .flynet-utility-bar__links, html[data-flynet-theme="dark"] .flynet-utility-bar__links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}
html.dark .flynet-utility-bar__link, html[data-flynet-theme="dark"] .flynet-utility-bar__link {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}
html.dark .flynet-utility-bar__link:hover, html[data-flynet-theme="dark"] .flynet-utility-bar__link:hover {
  color: rgba(0, 168, 204, 0.92);
}
html.dark .flynet-utility-bar__lang, html[data-flynet-theme="dark"] .flynet-utility-bar__lang {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
html.dark .flynet-utility-bar__lang-sep, html[data-flynet-theme="dark"] .flynet-utility-bar__lang-sep {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.6875rem;
}
html.dark .flynet-utility-bar__lang-item, html[data-flynet-theme="dark"] .flynet-utility-bar__lang-item {
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: color 0.15s ease;
}
html.dark .flynet-utility-bar__lang-item:hover, html[data-flynet-theme="dark"] .flynet-utility-bar__lang-item:hover {
  color: rgba(255, 255, 255, 0.75);
}
html.dark .flynet-utility-bar__lang-item.is-active, html[data-flynet-theme="dark"] .flynet-utility-bar__lang-item.is-active {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}
html.dark .flynet-corporate-header, html[data-flynet-theme="dark"] .flynet-corporate-header {
  position: relative;
  height: var(--flynet-header-h);
  flex-shrink: 0;
  background: transparent;
}
html.dark .flynet-corporate-header__inner, html[data-flynet-theme="dark"] .flynet-corporate-header__inner {
  width: 100%;
  height: 100%;
  padding: 0 clamp(16px, 3vw, 40px);
  display: flex;
  align-items: center;
  gap: 12px;
}
html.dark .flynet-corporate-header__brand, html[data-flynet-theme="dark"] .flynet-corporate-header__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-right: 16px;
  margin-right: 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
html.dark .flynet-corporate-header__brand img, .flynet-corporate-header__logo, html[data-flynet-theme="dark"] .flynet-corporate-header__brand img, .flynet-corporate-header__logo {
  display: block;
  height: 26px;
  width: auto;
  max-width: 108px;
}
html.dark .flynet-corporate-header__nav, html[data-flynet-theme="dark"] .flynet-corporate-header__nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0 4px;
}
html.dark .flynet-corporate-header__nav-link, html[data-flynet-theme="dark"] .flynet-corporate-header__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  line-height: 1.2;
  transition: background 0.15s ease, color 0.15s ease;
}
html.dark .flynet-corporate-header__nav-chevron, html[data-flynet-theme="dark"] .flynet-corporate-header__nav-chevron {
  width: 12px;
  height: 12px;
  opacity: 0.5;
  flex-shrink: 0;
}
html.dark .flynet-corporate-header__nav-lumina-mark, html[data-flynet-theme="dark"] .flynet-corporate-header__nav-lumina-mark {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
html.dark .flynet-corporate-header__nav-link:hover, html[data-flynet-theme="dark"] .flynet-corporate-header__nav-link:hover {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.95);
}
html.dark .flynet-corporate-header__nav-link[aria-current="page"], html[data-flynet-theme="dark"] .flynet-corporate-header__nav-link[aria-current="page"] {
  color: rgba(0, 168, 204, 0.95);
  font-weight: 600;
  background: rgba(0, 168, 204, 0.08);
  box-shadow: inset 0 -1px 0 rgba(0, 168, 204, 0.45);
}
html.dark .flynet-corporate-header__nav-link.flynet-corporate-header__nav-link--lumina, html[data-flynet-theme="dark"] .flynet-corporate-header__nav-link.flynet-corporate-header__nav-link--lumina {
  color: #00A8CC;
  font-weight: 600;
  background: rgba(30, 111, 217, 0.08);
  border: 1px solid rgba(0, 168, 204, 0.25);
  border-radius: 8px;
  box-shadow: none;
  padding: 5px 10px;
}
html.dark .flynet-corporate-header__nav-link--lumina:hover, html[data-flynet-theme="dark"] .flynet-corporate-header__nav-link--lumina:hover {
  background: rgba(30, 111, 217, 0.14);
  border-color: rgba(0, 168, 204, 0.45);
  color: #00A8CC;
}
html.dark .flynet-corporate-header__nav-link.flynet-corporate-header__nav-link--ayuda, html[data-flynet-theme="dark"] .flynet-corporate-header__nav-link.flynet-corporate-header__nav-link--ayuda {
  color: #F5A623;
  font-weight: 600;
  background: rgba(245, 166, 35, 0.1);
  border: 1px solid rgba(245, 166, 35, 0.35);
  border-radius: 8px;
  box-shadow: none;
  padding: 5px 10px;
}
html.dark .flynet-corporate-header__nav-link--ayuda:hover, html[data-flynet-theme="dark"] .flynet-corporate-header__nav-link--ayuda:hover {
  background: rgba(245, 166, 35, 0.18);
  border-color: rgba(245, 166, 35, 0.55);
  color: #FFC857;
}
html.dark .flynet-corporate-header__actions, html[data-flynet-theme="dark"] .flynet-corporate-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
html.dark .flynet-corporate-header__menu-btn, html[data-flynet-theme="dark"] .flynet-corporate-header__menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
html.dark .flynet-corporate-header__menu-icon, html[data-flynet-theme="dark"] .flynet-corporate-header__menu-icon {
  display: block;
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 -6px 0 rgba(255,255,255,0.9), 0 6px 0 rgba(255,255,255,0.9);
}
html.dark .flynet-corporate-header__cta, html[data-flynet-theme="dark"] .flynet-corporate-header__cta {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(30, 111, 217, 0.95) 0%, rgba(0, 168, 204, 0.9) 100%);
  box-shadow: 0 2px 12px rgba(0, 168, 204, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  white-space: nowrap;
  transition: filter 0.15s ease, box-shadow 0.15s ease;
}
html.dark .flynet-corporate-header__cta:hover, html[data-flynet-theme="dark"] .flynet-corporate-header__cta:hover {
  filter: brightness(1.06);
  box-shadow: 0 4px 16px rgba(0, 168, 204, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}
html.dark .flynet-corporate-header__cta .flynet-cta-short, html[data-flynet-theme="dark"] .flynet-corporate-header__cta .flynet-cta-short {
  display: none;
}

/* Integración OWUI — shell arriba, TODO OWUI debajo (pen: Utility+Header → Hero) */
html.dark.flynet-shell-active #chat-container nav.drag-region, html[data-flynet-theme="dark"].flynet-shell-active #chat-container nav.drag-region {
  background: rgba(7, 15, 35, 0.28) !important;
  border-bottom: 1px solid rgba(0, 168, 204, 0.08) !important;
  min-height: 2.75rem;
}
html.dark.flynet-shell-active .app, html[data-flynet-theme="dark"].flynet-shell-active .app {
  margin-top: var(--flynet-shell-offset) !important;
  height: calc(100dvh - var(--flynet-shell-offset)) !important;
  max-height: calc(100dvh - var(--flynet-shell-offset)) !important;
  min-height: 0 !important;
  overflow: hidden;
}
html.dark.flynet-shell-active .app > div.h-screen, html[data-flynet-theme="dark"].flynet-shell-active .app > div.h-screen, html.dark.flynet-shell-active .app > div.max-h-\[100dvh\], html[data-flynet-theme="dark"].flynet-shell-active .app > div.max-h-\[100dvh\] {
  height: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
}
html.dark.flynet-shell-active #sidebar.fixed, html[data-flynet-theme="dark"].flynet-shell-active #sidebar.fixed {
  top: var(--flynet-shell-offset) !important;
  height: calc(100dvh - var(--flynet-shell-offset)) !important;
  max-height: calc(100dvh - var(--flynet-shell-offset)) !important;
  min-height: 0 !important;
}
html.dark.flynet-shell-active #sidebar.fixed > div, html[data-flynet-theme="dark"].flynet-shell-active #sidebar.fixed > div {
  height: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
}
html.dark.flynet-shell-active #chat-container, html[data-flynet-theme="dark"].flynet-shell-active #chat-container {
  height: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
}
html.dark.flynet-shell-active #chat-pane, html[data-flynet-theme="dark"].flynet-shell-active #chat-pane {
  margin-top: 0;
  flex: 1 1 auto;
  min-height: 0;
}

/* —— Shell mobile —— */
@media (max-width: 1024px) {
  :root, html[data-flynet-theme="dark"] {
    --flynet-shell-offset: 96px;
    --flynet-utility-h: 28px;
    --flynet-header-h: 68px;
  }
  html.dark.flynet-shell-active #sidebar.fixed,
  html[data-flynet-theme="dark"].flynet-shell-active #sidebar.fixed {
    top: var(--flynet-shell-offset) !important;
    height: calc(100dvh - var(--flynet-shell-offset)) !important;
    max-height: calc(100dvh - var(--flynet-shell-offset)) !important;
  }
  html.dark .flynet-corporate-header__nav,
  html[data-flynet-theme="dark"] .flynet-corporate-header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 14px 12px;
    background: rgba(7, 15, 35, 0.94);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 168, 204, 0.12);
    max-height: calc(100dvh - var(--flynet-shell-offset));
    overflow-y: auto;
  }
  html.dark .flynet-corporate-header--menu-open .flynet-corporate-header__nav,
  html[data-flynet-theme="dark"] .flynet-corporate-header--menu-open .flynet-corporate-header__nav {
    display: flex;
  }
  html.dark .flynet-corporate-header__menu-btn,
  html[data-flynet-theme="dark"] .flynet-corporate-header__menu-btn {
    display: inline-flex;
  }
  html.dark .flynet-corporate-header__brand,
  html[data-flynet-theme="dark"] .flynet-corporate-header__brand {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  html.dark .flynet-corporate-header__inner,
  html[data-flynet-theme="dark"] .flynet-corporate-header__inner {
    padding: 0 12px;
    position: relative;
    gap: 8px;
  }
  html.dark .flynet-utility-bar__inner,
  html[data-flynet-theme="dark"] .flynet-utility-bar__inner {
    padding: 0 12px;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }
  html.dark .flynet-utility-bar__links,
  html[data-flynet-theme="dark"] .flynet-utility-bar__links {
    gap: 12px;
  }
}
@media (max-width: 640px) {
  :root, html[data-flynet-theme="dark"] {
    --flynet-shell-offset: 96px;
    --flynet-utility-h: 24px;
    --flynet-header-h: 72px;
  }
  html.dark.flynet-shell-active #sidebar.fixed,
  html[data-flynet-theme="dark"].flynet-shell-active #sidebar.fixed {
    top: var(--flynet-shell-offset) !important;
    height: calc(100dvh - var(--flynet-shell-offset)) !important;
    max-height: calc(100dvh - var(--flynet-shell-offset)) !important;
  }
  html.dark .flynet-corporate-header__cta,
  html[data-flynet-theme="dark"] .flynet-corporate-header__cta {
    padding: 6px 11px;
    font-size: 0.6875rem;
  }
  html.dark .flynet-corporate-header__cta .flynet-cta-full,
  html[data-flynet-theme="dark"] .flynet-corporate-header__cta .flynet-cta-full {
    display: none;
  }
  html.dark .flynet-corporate-header__cta .flynet-cta-short,
  html[data-flynet-theme="dark"] .flynet-corporate-header__cta .flynet-cta-short {
    display: inline;
  }
  html.dark .flynet-corporate-header__logo,
  html[data-flynet-theme="dark"] .flynet-corporate-header__logo {
    height: 22px;
    max-width: 92px;
  }
}


/* ══════════════════════════════════════════════════════════════
   FASE 2 — Dynamic Content Zone (pen VC65J/p3bxUZ) + scroll de página
   ══════════════════════════════════════════════════════════════ */

/* Habilita scroll de documento SOLO cuando la zona está montada. */
html.dark.flynet-dynamic-zone-active,
html[data-flynet-theme="dark"].flynet-dynamic-zone-active {
  height: auto !important;
  min-height: 100dvh;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
html.dark.flynet-dynamic-zone-active body,
html[data-flynet-theme="dark"].flynet-dynamic-zone-active body {
  height: auto !important;
  min-height: 100dvh;
  overflow-y: visible !important;
}

/* .app sigue overflow:hidden; overscroll-behavior ayuda al puente JS wheel/touch. */
html.dark.flynet-dynamic-zone-active #messages-container,
html[data-flynet-theme="dark"].flynet-dynamic-zone-active #messages-container,
html.dark.flynet-dynamic-zone-active #chat-pane,
html[data-flynet-theme="dark"].flynet-dynamic-zone-active #chat-pane {
  overscroll-behavior-y: auto;
}

html.dark.flynet-dynamic-zone-active.flynet-shell-active .app,
html[data-flynet-theme="dark"].flynet-dynamic-zone-active.flynet-shell-active .app {
  position: relative !important;
}

/* Desktop: el sidebar (fixed) pasa a absolute dentro de .app (relative), queda
   confinado a la primera pantalla y hace scroll con la página. */
@media (min-width: 768px) {
  html.dark.flynet-dynamic-zone-active #sidebar.fixed,
  html[data-flynet-theme="dark"].flynet-dynamic-zone-active #sidebar.fixed {
    position: absolute !important;
    top: 0 !important;
    height: 100% !important;
    max-height: 100% !important;
  }
}

.flynet-dynamic-zone {
  display: block;
  width: 100%;
  background: #020610;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', sans-serif;
  position: relative;
  z-index: 1;
}
.flynet-dynamic-zone__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 56px 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.flynet-dynamic-zone__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.flynet-dynamic-zone__title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.95);
}
.flynet-dynamic-zone__subtitle {
  margin: 0;
  max-width: 900px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.flynet-dynamic-zone__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(30, 111, 217, 0.08);
  border: 1px solid rgba(0, 168, 204, 0.25);
  color: #00A8CC;
  font-size: 12px;
  font-weight: 600;
}
.flynet-dynamic-zone__pill-icon { width: 14px; height: 14px; flex-shrink: 0; }
.flynet-dynamic-zone__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  width: 100%;
}
.flynet-dynamic-zone__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 12px;
  background: #0D1E3F;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.flynet-dynamic-zone__card--link {
  width: 100%;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.flynet-dynamic-zone__card--link:focus-visible {
  outline: 2px solid #00A8CC;
  outline-offset: 2px;
}
.flynet-home-section {
  margin-top: 8px;
}
.flynet-home-section__head {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}
.flynet-home-section__title {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.flynet-home-section__lead {
  margin: 0 auto;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}
.flynet-home-solution {
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.flynet-home-solution:hover {
  border-color: rgba(0, 168, 204, 0.45);
  transform: translateY(-3px);
}
.flynet-home-solution__badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0a1628;
  background: linear-gradient(90deg, #00A8CC, #4DDEFF);
}
.flynet-home-solution__more {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #00A8CC;
}
.flynet-premium-plan__price {
  margin: 4px 0 14px;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}
.flynet-home-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}
.flynet-home-stats__cell {
  padding: 22px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}
.flynet-home-stats__value {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #00A8CC;
  line-height: 1.1;
}
.flynet-home-stats__label {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}
.flynet-home-trust {
  padding: 40px 0;
}
.flynet-home-case {
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.flynet-home-case:hover {
  border-color: rgba(245, 166, 35, 0.45);
  transform: translateY(-2px);
}
.flynet-home-case__tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F5A623;
  background: rgba(245, 166, 35, 0.12);
  border: 1px solid rgba(245, 166, 35, 0.25);
}
.flynet-home-testimonials {
  padding-bottom: 8px;
}
.flynet-home-testimonial {
  margin: 0;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(20, 40, 80, 0.35);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
}
.flynet-home-testimonial__quote {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  font-style: normal;
}
.flynet-home-testimonial__meta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.flynet-home-testimonial__name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  font-style: normal;
}
.flynet-home-testimonial__role {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}
.flynet-home-support__ctas {
  justify-content: center;
  margin-top: 20px;
}
.flynet-home-final-cta {
  margin-top: 16px;
  text-align: center;
}
.flynet-home-final-cta .flynet-page-hero__pill {
  margin-bottom: 12px;
}
.flynet-home-services-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  padding: 18px 22px;
  border-radius: 12px;
  border: 1px solid rgba(0, 168, 204, 0.2);
  background: rgba(0, 168, 204, 0.06);
}
.flynet-home-services-cta__text {
  margin: 0;
  flex: 1 1 240px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}
.flynet-servicios-explorer {
  margin-top: 40px;
}
.flynet-servicios-explorer__block {
  margin-top: 28px;
}
.flynet-servicios-explorer__block-title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}
.flynet-servicios-explorer__grid {
  margin-top: 0;
}
.flynet-servicios-explorer__item {
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.flynet-servicios-explorer__item:hover {
  border-color: rgba(0, 168, 204, 0.45);
  transform: translateY(-2px);
}
.flynet-servicios-explorer__item:focus-visible {
  outline: 2px solid #00A8CC;
  outline-offset: 2px;
}
.flynet-home-datacenter {
  margin-top: 48px;
  padding: 56px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, #191919 0%, #142850 70%, #1a3a6a 100%);
  border-radius: 16px;
}
.flynet-home-datacenter__head {
  max-width: 720px;
  margin: 0 auto 40px;
  padding: 0 24px;
  text-align: center;
}
.flynet-home-datacenter__title {
  margin: 0 0 16px;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
}
.flynet-home-datacenter__lead {
  margin: 0 auto;
  max-width: 640px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}
.flynet-home-datacenter__highlight {
  font-weight: 600;
}
.flynet-home-datacenter__highlight--primary { color: #00A8CC; }
.flynet-home-datacenter__highlight--gold { color: #f5b942; }
.flynet-home-datacenter__map-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px;
}
.flynet-datacenter-map {
  position: relative;
  width: 100%;
}
.flynet-datacenter-map__world {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
}
.flynet-datacenter-map__marker {
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
.flynet-datacenter-map__marker:focus-visible {
  outline: 2px solid #00A8CC;
  outline-offset: 4px;
  border-radius: 50%;
}
.flynet-datacenter-map__dot {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: rgba(0, 168, 204, 0.8);
  box-shadow: 0 0 10px rgba(0, 168, 204, 0.5);
  transition: transform 0.2s ease;
}
.flynet-datacenter-map__dot--highlight {
  width: 20px;
  height: 20px;
  background: #00A8CC;
  box-shadow: 0 0 16px rgba(0, 168, 204, 0.7);
}
.flynet-datacenter-map__marker:hover .flynet-datacenter-map__dot,
.flynet-datacenter-map__marker:focus .flynet-datacenter-map__dot {
  transform: scale(1.25);
}
.flynet-datacenter-map__ping {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: rgba(0, 168, 204, 0.2);
  animation: flynet-datacenter-ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
  pointer-events: none;
}
@keyframes flynet-datacenter-ping {
  75%, 100% { transform: scale(2); opacity: 0; }
}
.flynet-datacenter-map__tooltip {
  position: absolute;
  z-index: 30;
  width: 224px;
  transform: translate(-50%, -100%);
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(13, 27, 42, 0.95);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  pointer-events: none;
}
.flynet-datacenter-map__tooltip-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.flynet-datacenter-map__tooltip-desc {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}
.flynet-datacenter-map__tooltip-arrow {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translateX(-50%) rotate(45deg);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(13, 27, 42, 0.95);
}
.flynet-home-datacenter__ctas {
  justify-content: center;
  margin-top: 28px;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .flynet-datacenter-map__dot {
    width: 22px;
    height: 22px;
  }
  .flynet-datacenter-map__dot--highlight {
    width: 22px;
    height: 22px;
  }
}
.flynet-dynamic-zone__card:hover {
  border-color: rgba(0, 168, 204, 0.45);
  transform: translateY(-2px);
}
.flynet-dynamic-zone__card--featured {
  background: rgba(13, 30, 63, 0.8);
  border-color: #1E6FD9;
  box-shadow: 0 0 16px rgba(30, 111, 217, 0.16);
}
.flynet-dynamic-zone__card-icon { color: #00A8CC; line-height: 0; }
.flynet-dynamic-zone__card-icon svg { width: 24px; height: 24px; }
.flynet-dynamic-zone__card-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.flynet-dynamic-zone__card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.flynet-dynamic-zone__card-sub { font-size: 12px; color: rgba(255, 255, 255, 0.4); }
.flynet-dynamic-zone__card-arrow { color: rgba(255, 255, 255, 0.4); line-height: 0; flex-shrink: 0; }
.flynet-dynamic-zone__card-arrow svg { width: 14px; height: 14px; }

/* ── Footer corporativo global ── */
.flynet-corporate-footer {
  border-top: 1px solid rgba(0, 168, 204, 0.18);
  background:
    linear-gradient(180deg, rgba(8, 16, 32, 0.98) 0%, #040a14 100%);
  position: relative;
}
.flynet-corporate-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 168, 204, 0.55), transparent);
}
.flynet-corporate-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 56px 28px;
}
.flynet-corporate-footer__top {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(0, 2fr);
  gap: 40px 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.flynet-corporate-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.flynet-corporate-footer__brand-mark {
  display: inline-flex;
  width: fit-content;
}
.flynet-corporate-footer__logo {
  display: block;
  height: auto;
  max-width: 140px;
}
.flynet-corporate-footer__tagline {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.35;
}
.flynet-corporate-footer__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.48);
  max-width: 36ch;
}
.flynet-corporate-footer__contacts {
  display: grid;
  gap: 6px;
  margin-top: 4px;
}
.flynet-corporate-footer__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 12px;
}
.flynet-corporate-footer__contact-label {
  color: rgba(255, 255, 255, 0.38);
  min-width: 108px;
}
.flynet-corporate-footer__contact-value {
  color: #00A8CC;
  text-decoration: none;
}
.flynet-corporate-footer__contact-value:hover {
  text-decoration: underline;
}
.flynet-corporate-footer__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.flynet-corporate-footer__cta {
  font-size: 13px;
  padding: 9px 16px;
}
.flynet-corporate-footer__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
}
.flynet-corporate-footer__col-title {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 168, 204, 0.9);
}
.flynet-corporate-footer__col-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.flynet-corporate-footer__link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  line-height: 1.35;
  transition: color 0.15s ease;
}
.flynet-corporate-footer__link:hover {
  color: rgba(255, 255, 255, 0.95);
}
.flynet-corporate-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  padding: 18px 0 8px;
}
.flynet-corporate-footer__legal-link {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.42);
  text-decoration: none;
}
.flynet-corporate-footer__legal-link:hover {
  color: rgba(0, 168, 204, 0.95);
}
.flynet-corporate-footer__legal-sep {
  color: rgba(255, 255, 255, 0.18);
  font-size: 11px;
}
.flynet-corporate-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  padding-top: 16px;
}
.flynet-corporate-footer__copy {
  margin: 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.32);
}
.flynet-corporate-footer__powered {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.42);
}
.flynet-corporate-footer__powered strong {
  color: rgba(0, 168, 204, 0.9);
  font-weight: 600;
}
.flynet-corporate-footer__lumina-mark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

@media (max-width: 1120px) {
  .flynet-dynamic-zone__grid { grid-template-columns: repeat(3, 1fr); }
  .flynet-corporate-footer__top {
    grid-template-columns: 1fr;
  }
  .flynet-corporate-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .flynet-dynamic-zone__inner { padding: 28px 20px 40px; }
  .flynet-dynamic-zone__grid { grid-template-columns: repeat(2, 1fr); }
  .flynet-dynamic-zone__title { font-size: 26px; }
  .flynet-corporate-footer__inner { padding: 36px 20px 24px; }
  .flynet-corporate-footer__columns {
    grid-template-columns: 1fr;
  }
  .flynet-corporate-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .flynet-home-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* Fase 1 — Dropdown Cloud (header) */
.flynet-nav-dropdown {
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', sans-serif;
  min-width: 320px;
  max-width: 420px;
  max-height: min(70vh, 520px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 12px;
  border-radius: 12px;
  background: rgba(15, 35, 55, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 168, 204, 0.25);
  box-shadow: 0 0 24px rgba(0, 168, 204, 0.12);
}
.flynet-nav-dropdown__items { display: flex; flex-direction: column; gap: 4px; }
.flynet-nav-dropdown__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.12s ease;
}
.flynet-nav-dropdown__item:hover {
  background: rgba(0, 168, 204, 0.1);
}
.flynet-nav-dropdown__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid rgba(0, 168, 204, 0.35);
  color: #00A8CC;
}
.flynet-nav-dropdown__text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.flynet-nav-dropdown__title { font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.92); }
.flynet-nav-dropdown__desc { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.35; }
.flynet-nav-dropdown__promo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin-top: 10px;
  padding: 14px 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  background: linear-gradient(135deg, rgba(0,168,204,0.15) 0%, rgba(30,111,217,0.12) 100%);
  border-top: 1px solid rgba(0, 168, 204, 0.2);
}
.flynet-nav-dropdown__promo-title { font-size: 13px; font-weight: 600; color: #00A8CC; }
.flynet-nav-dropdown__promo-sub { font-size: 11px; color: rgba(255,255,255,0.45); }
.flynet-nav-dropdown__promo-cta { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.75); margin-top: 4px; }
.flynet-corporate-header__nav-link[data-flynet-dropdown="cloud"],
.flynet-corporate-header__nav-link[data-flynet-dropdown="ciberseguridad"],
.flynet-corporate-header__nav-link[data-flynet-dropdown="internet"] {
  cursor: pointer;
}
.flynet-nav-dropdown--mega {
  min-width: min(920px, calc(100vw - 24px));
  max-width: 920px;
  max-height: min(75vh, 580px);
}
.flynet-nav-dropdown__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px 10px;
}
.flynet-nav-dropdown__column {
  min-width: 0;
}
.flynet-nav-dropdown__column-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 168, 204, 0.85);
  padding: 6px 12px 4px;
}
@media (max-width: 768px) {
  .flynet-nav-dropdown--mega {
    min-width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }
  .flynet-nav-dropdown__columns {
    grid-template-columns: 1fr;
  }
}


/* Fase 1 — Páginas dinámicas (Cloud VPS) */
.flynet-page {
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: rgba(255, 255, 255, 0.88);
}
.flynet-page-hero {
  display: grid;
  grid-template-columns: 1fr minmax(200px, 340px);
  gap: 32px;
  align-items: center;
  margin-bottom: 28px;
}
.flynet-page-hero__pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #00A8CC;
  background: rgba(0, 168, 204, 0.1);
  border: 1px solid rgba(0, 168, 204, 0.3);
  margin-bottom: 12px;
}
.flynet-page-hero__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 12px;
}
.flynet-page-hero__subtitle {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 20px;
  max-width: 52ch;
}
.flynet-page-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.flynet-page-hero__visual { display: flex; justify-content: center; align-items: center; }
.flynet-page-hero__img { max-width: 100%; height: auto; max-height: 220px; }
.flynet-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.flynet-page-btn--primary {
  background: #1E6FD9;
  color: #fff;
  border-color: #1E6FD9;
}
.flynet-page-btn--primary:hover { background: #2580ef; }
.flynet-page-btn--ghost {
  background: transparent;
  color: #00A8CC;
  border-color: rgba(0, 168, 204, 0.45);
}
.flynet-page-btn--ghost:hover { background: rgba(0, 168, 204, 0.08); }
.flynet-page-btn--block { width: 100%; }
.flynet-page-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding: 16px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 32px;
}
.flynet-page-trust__item {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.flynet-page-section { margin-bottom: 40px; }
.flynet-page-section__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.flynet-page-section__lead {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 20px;
  max-width: 60ch;
}
.flynet-page-grid {
  display: grid;
  gap: 16px;
}
.flynet-page-grid--3 { grid-template-columns: repeat(3, 1fr); }
.flynet-page-grid--4 { grid-template-columns: repeat(4, 1fr); }
.flynet-page-card.is-selected,
.flynet-page-plan.is-selected {
  border-color: rgba(0, 168, 204, 0.65);
  box-shadow: 0 0 16px rgba(0, 168, 204, 0.15);
  background: rgba(0, 168, 204, 0.06);
}
.flynet-arpu-calc__result {
  font-size: 1.25rem;
  font-weight: 700;
  color: #00A8CC;
}
.flynet-page-card {
  padding: 20px;
  border-radius: 12px;
  background: #0D1E3F;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.flynet-page-card--compact { padding: 16px; }
.flynet-page-card__pattern {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 12px;
  opacity: 0.9;
}
.flynet-page-card__flow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(13, 30, 63, 0.92);
  border: 2px solid rgba(0, 168, 204, 0.5);
  color: #00A8CC;
  box-shadow: 0 0 18px rgba(0, 168, 204, 0.28);
  flex-shrink: 0;
}
.flynet-page-card__flow-icon--l1 {
  border-color: rgba(0, 168, 204, 0.55);
  color: #00A8CC;
  box-shadow: 0 0 18px rgba(0, 168, 204, 0.28);
}
.flynet-page-card__flow-icon--l2 {
  border-color: rgba(245, 166, 35, 0.55);
  color: #F5A623;
  box-shadow: 0 0 18px rgba(245, 166, 35, 0.22);
}
.flynet-page-card__flow-icon--l3 {
  border-color: rgba(139, 92, 246, 0.55);
  color: #A78BFA;
  box-shadow: 0 0 18px rgba(139, 92, 246, 0.22);
}
.flynet-page-card__flow-icon--l4 {
  border-color: rgba(20, 184, 166, 0.55);
  color: #2DD4BF;
  box-shadow: 0 0 18px rgba(20, 184, 166, 0.22);
}
.flynet-page-card--flow-icon .flynet-page-card__flow-icon svg {
  display: block;
}
.flynet-page[class*="flynet-page--security"] .flynet-page-hero__img {
  filter:
    brightness(1.2) contrast(1.15) saturate(1.2)
    drop-shadow(0 8px 28px rgba(0, 168, 204, 0.35));
}
.flynet-page-card__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.9);
}
.flynet-page-card__desc {
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
}
.flynet-page-compare {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.flynet-page-compare__row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
  padding: 12px 16px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.flynet-page-compare__row:last-child { border-bottom: none; }
.flynet-page-compare__row--head {
  background: rgba(30, 111, 217, 0.12);
  font-weight: 600;
  color: #00A8CC;
}
.flynet-page-compare__label { color: rgba(255, 255, 255, 0.65); font-weight: 500; }
.flynet-page-plan {
  position: relative;
  padding: 24px 20px;
  border-radius: 12px;
  background: #0D1E3F;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.flynet-page-plan__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(0, 168, 204, 0.2);
  color: #00A8CC;
}
.flynet-page-plan__name {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.flynet-page-plan__features {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.flynet-page-plan__features li {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.flynet-page-plan__features li:last-child { border-bottom: none; }

/* Internet — tarjetas premium (Residencial / Dedicado) */
.flynet-premium-plans__layout {
  display: grid;
  gap: 16px;
}
.flynet-premium-plans__layout--residencial {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flynet-premium-plans__layout--dedicado {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flynet-premium-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 20px 18px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(155deg, rgba(13, 30, 63, 0.95) 0%, rgba(6, 12, 28, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.flynet-premium-plan:hover {
  transform: translateY(-4px);
}
.flynet-premium-plan__glow {
  position: absolute;
  inset: -40% -20% auto -20%;
  height: 70%;
  pointer-events: none;
  opacity: 0.45;
  filter: blur(40px);
  transition: opacity 0.25s ease;
}
.flynet-premium-plan:hover .flynet-premium-plan__glow {
  opacity: 0.75;
}
.flynet-premium-plan--blue {
  border-color: rgba(30, 111, 217, 0.35);
  box-shadow: 0 0 0 1px rgba(30, 111, 217, 0.08), 0 8px 32px rgba(30, 111, 217, 0.12);
}
.flynet-premium-plan--blue .flynet-premium-plan__glow {
  background: radial-gradient(circle, rgba(30, 111, 217, 0.55) 0%, transparent 70%);
}
.flynet-premium-plan--blue .flynet-premium-plan__icon {
  color: #5B9FFF;
  background: rgba(30, 111, 217, 0.15);
  border-color: rgba(30, 111, 217, 0.4);
}
.flynet-premium-plan--blue .flynet-premium-plan__speed { color: #7EB3FF; }
.flynet-premium-plan--blue .flynet-premium-plan__fiber-line {
  background: linear-gradient(90deg, transparent, rgba(30, 111, 217, 0.9), transparent);
}
.flynet-premium-plan--blue .flynet-premium-plan__cta {
  background: linear-gradient(135deg, #1E6FD9 0%, #3D8FFF 100%);
}
.flynet-premium-plan--teal {
  border-color: rgba(0, 168, 204, 0.4);
  box-shadow: 0 0 0 1px rgba(0, 168, 204, 0.1), 0 8px 32px rgba(0, 168, 204, 0.14);
}
.flynet-premium-plan--teal .flynet-premium-plan__glow {
  background: radial-gradient(circle, rgba(0, 168, 204, 0.5) 0%, transparent 70%);
}
.flynet-premium-plan--teal .flynet-premium-plan__icon {
  color: #00D4FF;
  background: rgba(0, 168, 204, 0.15);
  border-color: rgba(0, 168, 204, 0.45);
}
.flynet-premium-plan--teal .flynet-premium-plan__speed { color: #4DDEFF; }
.flynet-premium-plan--teal .flynet-premium-plan__fiber-line {
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.95), transparent);
}
.flynet-premium-plan--teal .flynet-premium-plan__cta {
  background: linear-gradient(135deg, #0088AA 0%, #00C8E8 100%);
}
.flynet-premium-plan--purple {
  border-color: rgba(139, 92, 246, 0.35);
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.08), 0 8px 32px rgba(139, 92, 246, 0.12);
}
.flynet-premium-plan--purple .flynet-premium-plan__glow {
  background: radial-gradient(circle, rgba(139, 92, 246, 0.5) 0%, transparent 70%);
}
.flynet-premium-plan--purple .flynet-premium-plan__icon {
  color: #B794F6;
  background: rgba(139, 92, 246, 0.15);
  border-color: rgba(139, 92, 246, 0.4);
}
.flynet-premium-plan--purple .flynet-premium-plan__speed { color: #C4A8FF; }
.flynet-premium-plan--purple .flynet-premium-plan__fiber-line {
  background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.95), transparent);
}
.flynet-premium-plan--purple .flynet-premium-plan__cta {
  background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 100%);
}
.flynet-premium-plan--gold {
  border-color: rgba(245, 166, 35, 0.4);
  box-shadow: 0 0 0 1px rgba(245, 166, 35, 0.1), 0 8px 32px rgba(245, 166, 35, 0.14);
}
.flynet-premium-plan--gold .flynet-premium-plan__glow {
  background: radial-gradient(circle, rgba(245, 166, 35, 0.45) 0%, transparent 70%);
}
.flynet-premium-plan--gold .flynet-premium-plan__icon {
  color: #FFC857;
  background: rgba(245, 166, 35, 0.12);
  border-color: rgba(245, 166, 35, 0.45);
}
.flynet-premium-plan--gold .flynet-premium-plan__speed { color: #FFD98A; }
.flynet-premium-plan--gold .flynet-premium-plan__fiber-line {
  background: linear-gradient(90deg, transparent, rgba(255, 200, 87, 0.95), transparent);
}
.flynet-premium-plan--gold .flynet-premium-plan__cta {
  background: linear-gradient(135deg, #C47D0E 0%, #F5A623 100%);
  color: #0A1628;
}
.flynet-premium-plan--gold .flynet-premium-plan__cta-arrow { color: #0A1628; }
.flynet-premium-plan--recommended {
  border-width: 1.5px;
  box-shadow: 0 0 0 1px rgba(0, 212, 255, 0.25), 0 0 28px rgba(0, 168, 204, 0.22), 0 12px 40px rgba(0, 0, 0, 0.3);
}
.flynet-premium-plan--recommended .flynet-premium-plan__badge {
  background: linear-gradient(135deg, rgba(0, 168, 204, 0.35) 0%, rgba(30, 111, 217, 0.35) 100%);
  color: #7EE8FF;
  box-shadow: 0 0 12px rgba(0, 168, 204, 0.35);
}
.flynet-premium-plan--wide {
  min-height: 100%;
}
.flynet-premium-plans__layout--residencial .flynet-premium-plan--wide {
  grid-column: 1 / 3;
}
.flynet-premium-plans__layout--residencial .flynet-premium-plans__values {
  grid-column: 3;
  grid-row: 2;
  align-self: stretch;
}
.flynet-premium-plan__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.flynet-premium-plan__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}
.flynet-premium-plan__badge {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0, 168, 204, 0.2);
  color: #00D4FF;
  border: 1px solid rgba(0, 168, 204, 0.35);
}
.flynet-premium-plan__fiber {
  position: absolute;
  top: 18px;
  right: 14px;
  width: 88px;
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.flynet-premium-plan:hover .flynet-premium-plan__fiber {
  opacity: 0.9;
  transform: translateX(-4px);
}
.flynet-premium-plan__fiber-line {
  display: block;
  height: 2px;
  border-radius: 2px;
  transform-origin: right center;
  animation: flynet-fiber-pulse 2.4s ease-in-out infinite;
}
.flynet-premium-plan__fiber-line:nth-child(1) { width: 72%; animation-delay: 0s; }
.flynet-premium-plan__fiber-line:nth-child(2) { width: 90%; animation-delay: 0.15s; }
.flynet-premium-plan__fiber-line:nth-child(3) { width: 65%; animation-delay: 0.3s; }
.flynet-premium-plan__fiber-line:nth-child(4) { width: 82%; animation-delay: 0.45s; }
.flynet-premium-plan__fiber-line:nth-child(5) { width: 58%; animation-delay: 0.6s; }
.flynet-premium-plan__fiber-line:nth-child(6) { width: 76%; animation-delay: 0.75s; }
.flynet-premium-plan__fiber-line:nth-child(7) { width: 48%; animation-delay: 0.9s; }
@keyframes flynet-fiber-pulse {
  0%, 100% { opacity: 0.35; transform: scaleX(0.92); }
  50% { opacity: 1; transform: scaleX(1); }
}
.flynet-premium-plan__name {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}
.flynet-premium-plan__speed {
  margin: -6px 0 0;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.flynet-premium-plan__features {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.flynet-premium-plan__feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}
.flynet-premium-plan__check {
  display: inline-flex;
  flex-shrink: 0;
  margin-top: 2px;
  color: #00C8E8;
  opacity: 0.85;
}
.flynet-premium-plan__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
  padding: 12px 16px;
  border: none;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.flynet-premium-plan__cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}
.flynet-premium-plan__cta-arrow {
  display: inline-flex;
  transition: transform 0.2s ease;
}
.flynet-premium-plan__cta:hover .flynet-premium-plan__cta-arrow {
  transform: translateX(4px);
}
.flynet-premium-plans__values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(8, 18, 40, 0.85) 0%, rgba(13, 30, 63, 0.6) 100%);
  border: 1px solid rgba(0, 168, 204, 0.15);
}
.flynet-premium-plans__layout--dedicado + .flynet-premium-plans__values {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 4px;
}
.flynet-premium-plans__value {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}
.flynet-premium-plans__value-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.flynet-premium-plans__value-icon svg {
  width: 18px;
  height: 18px;
}
.flynet-premium-plans__value-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.flynet-premium-plans__value-text strong {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}
.flynet-premium-plans__value-text span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.35;
}
.flynet-premium-plans__layout--empresarial,
.flynet-premium-plans__layout--tiers {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flynet-premium-plans__layout--empresarial + .flynet-premium-plans__values,
.flynet-premium-plans__layout--tiers + .flynet-premium-plans__values {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 4px;
}

/* Internet — tarjetas premium (beneficios, casos de uso, zonas) */
.flynet-internet-card,
.flynet-internet-usecase,
.flynet-internet-zone {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.flynet-internet-card:hover,
.flynet-internet-usecase:hover,
.flynet-internet-zone:hover {
  transform: translateY(-3px);
}
.flynet-internet-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 18px 18px;
  min-height: 168px;
  background: linear-gradient(155deg, rgba(13, 30, 63, 0.92) 0%, rgba(6, 12, 28, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
}
.flynet-internet-card__glow,
.flynet-internet-usecase__glow,
.flynet-internet-zone__glow {
  position: absolute;
  inset: -30% auto auto -20%;
  width: 70%;
  height: 55%;
  pointer-events: none;
  opacity: 0.4;
  filter: blur(36px);
  transition: opacity 0.25s ease;
}
.flynet-internet-card:hover .flynet-internet-card__glow,
.flynet-internet-usecase:hover .flynet-internet-usecase__glow,
.flynet-internet-zone:hover .flynet-internet-zone__glow {
  opacity: 0.7;
}
.flynet-internet-card__mesh {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 64px;
  height: 48px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0.35;
  pointer-events: none;
}
.flynet-internet-card__mesh-line {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 168, 204, 0.8), transparent);
  animation: flynet-fiber-pulse 2.6s ease-in-out infinite;
}
.flynet-internet-card__mesh-line:nth-child(1) { width: 55%; }
.flynet-internet-card__mesh-line:nth-child(2) { width: 78%; animation-delay: 0.12s; }
.flynet-internet-card__mesh-line:nth-child(3) { width: 42%; animation-delay: 0.24s; }
.flynet-internet-card__mesh-line:nth-child(4) { width: 68%; animation-delay: 0.36s; }
.flynet-internet-card__mesh-line:nth-child(5) { width: 50%; animation-delay: 0.48s; }
.flynet-internet-card__icon,
.flynet-internet-zone__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.flynet-internet-card__title,
.flynet-internet-zone__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.94);
  letter-spacing: -0.01em;
}
.flynet-internet-card__desc,
.flynet-internet-zone__desc {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.52);
}
.flynet-internet-card--l1 {
  border-color: rgba(0, 168, 204, 0.28);
  box-shadow: 0 0 0 1px rgba(0, 168, 204, 0.06), 0 8px 28px rgba(0, 168, 204, 0.1);
}
.flynet-internet-card--l1 .flynet-internet-card__glow { background: radial-gradient(circle, rgba(0, 168, 204, 0.45) 0%, transparent 70%); }
.flynet-internet-card--l1 .flynet-internet-card__icon { color: #00A8CC; background: rgba(0, 168, 204, 0.12); border-color: rgba(0, 168, 204, 0.35); }
.flynet-internet-card--l2 {
  border-color: rgba(245, 166, 35, 0.28);
  box-shadow: 0 0 0 1px rgba(245, 166, 35, 0.06), 0 8px 28px rgba(245, 166, 35, 0.08);
}
.flynet-internet-card--l2 .flynet-internet-card__glow { background: radial-gradient(circle, rgba(245, 166, 35, 0.4) 0%, transparent 70%); }
.flynet-internet-card--l2 .flynet-internet-card__icon { color: #F5A623; background: rgba(245, 166, 35, 0.1); border-color: rgba(245, 166, 35, 0.35); }
.flynet-internet-card--l3 {
  border-color: rgba(139, 92, 246, 0.28);
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.06), 0 8px 28px rgba(139, 92, 246, 0.08);
}
.flynet-internet-card--l3 .flynet-internet-card__glow { background: radial-gradient(circle, rgba(139, 92, 246, 0.4) 0%, transparent 70%); }
.flynet-internet-card--l3 .flynet-internet-card__icon { color: #A78BFA; background: rgba(139, 92, 246, 0.1); border-color: rgba(139, 92, 246, 0.35); }
.flynet-internet-card--l4 {
  border-color: rgba(30, 111, 217, 0.28);
  box-shadow: 0 0 0 1px rgba(30, 111, 217, 0.06), 0 8px 28px rgba(30, 111, 217, 0.08);
}
.flynet-internet-card--l4 .flynet-internet-card__glow { background: radial-gradient(circle, rgba(30, 111, 217, 0.4) 0%, transparent 70%); }
.flynet-internet-card--l4 .flynet-internet-card__icon { color: #5B9FFF; background: rgba(30, 111, 217, 0.1); border-color: rgba(30, 111, 217, 0.35); }

.flynet-internet-usecase {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 16px 16px 18px;
  min-height: 140px;
  background: linear-gradient(160deg, rgba(10, 22, 48, 0.9) 0%, rgba(6, 10, 24, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 3px solid rgba(0, 168, 204, 0.5);
}
.flynet-internet-usecase__index {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.18);
}
.flynet-internet-usecase__icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(0, 168, 204, 0.1);
  border: 1px solid rgba(0, 168, 204, 0.25);
  color: #00C8E8;
}
.flynet-internet-usecase__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}
.flynet-internet-usecase__desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.48);
}
.flynet-internet-usecase--l1 { border-left-color: rgba(0, 168, 204, 0.65); }
.flynet-internet-usecase--l1 .flynet-internet-usecase__glow { background: radial-gradient(circle, rgba(0, 168, 204, 0.35) 0%, transparent 70%); }
.flynet-internet-usecase--l1 .flynet-internet-usecase__icon { color: #00A8CC; border-color: rgba(0, 168, 204, 0.35); }
.flynet-internet-usecase--l2 { border-left-color: rgba(245, 166, 35, 0.65); }
.flynet-internet-usecase--l2 .flynet-internet-usecase__glow { background: radial-gradient(circle, rgba(245, 166, 35, 0.3) 0%, transparent 70%); }
.flynet-internet-usecase--l2 .flynet-internet-usecase__icon { color: #F5A623; border-color: rgba(245, 166, 35, 0.35); background: rgba(245, 166, 35, 0.08); }
.flynet-internet-usecase--l3 { border-left-color: rgba(139, 92, 246, 0.65); }
.flynet-internet-usecase--l3 .flynet-internet-usecase__glow { background: radial-gradient(circle, rgba(139, 92, 246, 0.3) 0%, transparent 70%); }
.flynet-internet-usecase--l3 .flynet-internet-usecase__icon { color: #A78BFA; border-color: rgba(139, 92, 246, 0.35); background: rgba(139, 92, 246, 0.08); }
.flynet-internet-usecase--l4 { border-left-color: rgba(30, 111, 217, 0.65); }
.flynet-internet-usecase--l4 .flynet-internet-usecase__glow { background: radial-gradient(circle, rgba(30, 111, 217, 0.3) 0%, transparent 70%); }
.flynet-internet-usecase--l4 .flynet-internet-usecase__icon { color: #5B9FFF; border-color: rgba(30, 111, 217, 0.35); background: rgba(30, 111, 217, 0.08); }

.flynet-internet-zone {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 16px;
  min-height: 120px;
  background: linear-gradient(145deg, rgba(8, 20, 44, 0.88) 0%, rgba(13, 30, 63, 0.72) 100%);
  border: 1px solid rgba(0, 168, 204, 0.14);
}
.flynet-internet-zone--l1 { border-color: rgba(0, 168, 204, 0.25); }
.flynet-internet-zone--l1 .flynet-internet-zone__glow { background: radial-gradient(circle, rgba(0, 168, 204, 0.35) 0%, transparent 70%); }
.flynet-internet-zone--l1 .flynet-internet-zone__icon { color: #00A8CC; background: rgba(0, 168, 204, 0.1); border-color: rgba(0, 168, 204, 0.3); }
.flynet-internet-zone--l2 { border-color: rgba(245, 166, 35, 0.22); }
.flynet-internet-zone--l2 .flynet-internet-zone__glow { background: radial-gradient(circle, rgba(245, 166, 35, 0.28) 0%, transparent 70%); }
.flynet-internet-zone--l2 .flynet-internet-zone__icon { color: #F5A623; background: rgba(245, 166, 35, 0.08); border-color: rgba(245, 166, 35, 0.3); }
.flynet-internet-zone--l3 { border-color: rgba(139, 92, 246, 0.22); }
.flynet-internet-zone--l3 .flynet-internet-zone__glow { background: radial-gradient(circle, rgba(139, 92, 246, 0.28) 0%, transparent 70%); }
.flynet-internet-zone--l3 .flynet-internet-zone__icon { color: #A78BFA; background: rgba(139, 92, 246, 0.08); border-color: rgba(139, 92, 246, 0.3); }
.flynet-internet-zone--l4 { border-color: rgba(30, 111, 217, 0.22); }
.flynet-internet-zone--l4 .flynet-internet-zone__glow { background: radial-gradient(circle, rgba(30, 111, 217, 0.28) 0%, transparent 70%); }
.flynet-internet-zone--l4 .flynet-internet-zone__icon { color: #5B9FFF; background: rgba(30, 111, 217, 0.08); border-color: rgba(30, 111, 217, 0.3); }

/* Internet — IPTV/OTT marca blanca */
#flynet-iptv-licencias { scroll-margin-top: 88px; }
.flynet-iptv-pricing-note {
  text-align: center;
  max-width: 56ch;
  margin: 0 auto;
}
.flynet-iptv-netplay__box {
  padding: 28px 24px 26px;
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(10, 22, 48, 0.94) 0%, rgba(6, 10, 24, 0.98) 100%);
  border: 1px solid rgba(0, 168, 204, 0.22);
  box-shadow: 0 12px 40px rgba(0, 168, 204, 0.08);
}
.flynet-iptv-netplay__title {
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: -0.02em;
}
.flynet-iptv-netplay__sub {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  max-width: 62ch;
}
.flynet-iptv-netplay__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.flynet-iptv-netplay__tag {
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  color: #00D4FF;
  background: rgba(0, 168, 204, 0.1);
  border: 1px solid rgba(0, 168, 204, 0.24);
}
.flynet-iptv-netplay__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}
.flynet-iptv-netplay__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 16px 12px;
  border-radius: 12px;
  background: rgba(0, 168, 204, 0.06);
  border: 1px solid rgba(0, 168, 204, 0.16);
}
.flynet-iptv-netplay__stat strong {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  color: #00D4FF;
  letter-spacing: -0.02em;
}
.flynet-iptv-netplay__stat span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.48);
}
.flynet-iptv-legal-arpu__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.flynet-iptv-legal-arpu__card {
  padding: 22px 20px;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(10, 22, 48, 0.9) 0%, rgba(6, 10, 24, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.flynet-iptv-arpu__value {
  margin: 8px 0 6px;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 800;
  line-height: 1;
  color: #00D4FF;
  letter-spacing: -0.03em;
}
.flynet-iptv-arpu__lead {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.52);
}
@media (max-width: 560px) {
  .flynet-iptv-netplay__stats { grid-template-columns: 1fr; }
}

/* Ayuda — Smart Contact Center */
#flynet-smart-contact-form { scroll-margin-top: 88px; }
.flynet-smart-contact__layout {
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: 28px 32px;
  align-items: start;
}
.flynet-contact-info {
  padding: 22px 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(14, 28, 58, 0.72) 0%, rgba(8, 14, 32, 0.88) 100%);
  border: 1px solid rgba(0, 168, 204, 0.18);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.24);
}
.flynet-contact-info__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}
.flynet-contact-info__lead {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.52);
}
.flynet-contact-info__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 22px;
}
.flynet-contact-info__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
a.flynet-contact-info__item:hover .flynet-contact-info__value {
  color: #00a8cc;
}
.flynet-contact-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 999px;
}
.flynet-contact-info__icon--primary {
  background: rgba(0, 168, 204, 0.15);
  color: #00a8cc;
}
.flynet-contact-info__icon--green {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
}
.flynet-contact-info__icon--gold {
  background: rgba(250, 204, 21, 0.15);
  color: #facc15;
}
.flynet-contact-info__label {
  margin: 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.48);
}
.flynet-contact-info__value {
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  transition: color 0.2s ease;
}
.flynet-contact-info__sub {
  margin: 2px 0 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.38);
}
.flynet-contact-info__badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.flynet-contact-info__badge {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flynet-contact-info__badge-icon {
  display: inline-flex;
  color: #4ade80;
}
.flynet-contact-info__badge-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.48);
}
.flynet-smart-contact__form {
  padding: 22px 20px;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(10, 22, 48, 0.92) 0%, rgba(6, 10, 24, 0.96) 100%);
  border: 1px solid rgba(0, 168, 204, 0.2);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
}
.flynet-smart-contact__intro {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
}
.flynet-smart-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}
.flynet-smart-contact__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.flynet-smart-contact__label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
}
.flynet-smart-contact__input,
.flynet-smart-contact__textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 12, 28, 0.85);
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-family: inherit;
}
.flynet-smart-contact__input:focus,
.flynet-smart-contact__textarea:focus {
  outline: none;
  border-color: rgba(0, 168, 204, 0.45);
  box-shadow: 0 0 0 2px rgba(0, 168, 204, 0.12);
}
.flynet-smart-contact__textarea {
  min-height: 120px;
  resize: vertical;
}
.flynet-smart-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.flynet-smart-contact__status {
  margin-top: 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}
.flynet-smart-contact__status--ok { color: #5eead4; }
.flynet-smart-contact__status--error { color: #fca5a5; }
.flynet-smart-contact__future {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
.flynet-smart-contact__section--full {
  grid-column: 1 / -1;
}
.flynet-smart-contact__section[hidden] {
  display: none !important;
}
.flynet-smart-contact__location-hint {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.45);
}
.flynet-smart-contact__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.flynet-smart-contact__captcha {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 168, 204, 0.22);
  background: rgba(6, 12, 28, 0.55);
}
.flynet-smart-contact__captcha-label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
}
.flynet-smart-contact__captcha-q {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #00a8cc;
}
.flynet-smart-contact__captcha-refresh {
  margin-top: 8px;
}
.flynet-smart-contact__phone-row {
  display: grid;
  grid-template-columns: minmax(140px, 1.1fr) minmax(0, 1fr);
  gap: 8px;
}
.flynet-smart-contact__location-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 4px 0 14px;
}
.flynet-smart-contact__gps-status {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.flynet-smart-contact__gps-btn {
  flex-shrink: 0;
}
.flynet-smart-contact__combobox {
  position: relative;
}
.flynet-smart-contact__combobox-list {
  position: absolute;
  z-index: 40;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  margin: 0;
  padding: 6px 0;
  list-style: none;
  max-height: 220px;
  overflow-y: auto;
  border-radius: 10px;
  background: rgba(10, 22, 40, 0.98);
  border: 1px solid rgba(0, 168, 204, 0.35);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}
.flynet-smart-contact__combobox-option {
  padding: 10px 14px;
  font-size: 14px;
  color: #e8f4fc;
  cursor: pointer;
}
.flynet-smart-contact__combobox-option:hover {
  background: rgba(0, 168, 204, 0.15);
}
.flynet-help-hub__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 180px;
}
.flynet-help-legal__list {
  display: grid;
  gap: 12px;
}
.flynet-help-legal__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 12px;
  text-decoration: none;
  background: linear-gradient(155deg, rgba(10, 22, 48, 0.88) 0%, rgba(6, 10, 24, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.flynet-help-legal__item:hover {
  border-color: rgba(0, 168, 204, 0.35);
  transform: translateY(-2px);
}
.flynet-help-legal__item strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
}
.flynet-help-legal__item span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

/* Ayuda — Conoce nuestra red (mapas interactivos) */
.flynet-help-red__maps-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.flynet-help-red__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #6ee7b7;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.25);
}
.flynet-help-red__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  animation: flynet-pulse 1.8s ease-in-out infinite;
}
.flynet-help-red__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.flynet-help-red__tab {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.flynet-help-red__tab:hover {
  border-color: rgba(0, 168, 204, 0.45);
  color: #fff;
}
.flynet-help-red__tab--active {
  border-color: rgba(0, 168, 204, 0.65);
  background: linear-gradient(135deg, rgba(0, 168, 204, 0.22), rgba(30, 111, 217, 0.18));
  color: #fff;
}
.flynet-help-red__map-panel {
  border-radius: 16px;
  overflow: hidden;
}

/* Internet — Cobertura FTTH + Wireless (MapLibre) */
.flynet-cobertura-map {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
  background: #050d1a;
  min-height: 520px;
}
.flynet-cobertura-map__mount {
  min-height: 520px;
}
.flynet-cobertura-map__root {
  position: relative;
  width: 100%;
  min-height: 520px;
}
.flynet-cobertura-map__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 520px;
}
.flynet-cobertura-map__panel {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 5;
  width: min(300px, calc(100% - 36px));
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 18, 36, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.flynet-cobertura-map__panel-kicker {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 212, 255, 0.85);
}
.flynet-cobertura-map__panel-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}
.flynet-cobertura-map__panel-lead {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
}
.flynet-cobertura-map__toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 8px;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.flynet-cobertura-map__toggle:last-of-type {
  margin-bottom: 0;
}
.flynet-cobertura-map__toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
.flynet-cobertura-map__toggle.is-active.flynet-cobertura-map__toggle--wireless {
  border-color: rgba(255, 90, 30, 0.75);
  background: rgba(255, 60, 0, 0.14);
  box-shadow: 0 0 18px rgba(255, 60, 0, 0.22);
}
.flynet-cobertura-map__toggle.is-active.flynet-cobertura-map__toggle--ftth {
  border-color: rgba(0, 212, 255, 0.75);
  background: rgba(0, 212, 255, 0.12);
  box-shadow: 0 0 18px rgba(0, 212, 255, 0.2);
}
.flynet-cobertura-map__toggle:focus-visible {
  outline: 2px solid rgba(0, 212, 255, 0.85);
  outline-offset: 2px;
}
.flynet-cobertura-map__center-btn {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  border: 1px dashed rgba(0, 212, 255, 0.45);
  background: rgba(0, 212, 255, 0.08);
  color: rgba(0, 212, 255, 0.95);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.flynet-cobertura-map__center-btn:hover {
  background: rgba(0, 212, 255, 0.14);
  border-color: rgba(0, 212, 255, 0.7);
}
.flynet-cobertura-map__center-btn:focus-visible {
  outline: 2px solid rgba(0, 212, 255, 0.85);
  outline-offset: 2px;
}
.flynet-cobertura-map__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex-shrink: 0;
}
.flynet-cobertura-map__dot--wireless {
  background: #ff5a1e;
  box-shadow: 0 0 8px rgba(255, 90, 30, 0.65);
}
.flynet-cobertura-map__dot--ftth {
  background: #00d4ff;
  box-shadow: 0 0 8px rgba(0, 212, 255, 0.65);
}
.flynet-cobertura-map__legend {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 18, 36, 0.9);
  backdrop-filter: blur(10px);
}
.flynet-cobertura-map__legend-title {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.flynet-cobertura-map__legend-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}
.flynet-cobertura-map__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.62);
}
.flynet-cobertura-map__disclaimer {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
}
.flynet-cobertura-map__disclaimer strong {
  color: rgba(255, 255, 255, 0.82);
}
.flynet-cobertura-map__loading {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.flynet-cobertura-map__status {
  position: absolute;
  left: 1rem;
  bottom: 0.75rem;
  z-index: 3;
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  pointer-events: none;
}
.flynet-cobertura-map__error {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(5, 13, 26, 0.92);
}
.flynet-cobertura-map .maplibregl-popup-content {
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(8, 18, 36, 0.95);
  color: #00d4ff;
  border: 1px solid rgba(0, 212, 255, 0.45);
  box-shadow: 0 0 16px rgba(0, 212, 255, 0.25);
}
.flynet-cobertura-map .maplibregl-ctrl-group {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(8, 18, 36, 0.92) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.flynet-cobertura-map .maplibregl-ctrl-group button {
  filter: invert(1);
}
@media (max-width: 720px) {
  .flynet-cobertura-map,
  .flynet-cobertura-map__root,
  .flynet-cobertura-map__canvas,
  .flynet-cobertura-map__mount {
    min-height: 420px;
  }
  .flynet-cobertura-map__panel {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    padding: 14px;
  }
  .flynet-cobertura-map__legend {
    display: none;
  }
}

.flynet-interactive-map {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: #050d1a;
  min-height: 500px;
}
.flynet-interactive-map__legend {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 4;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 22, 40, 0.92);
  backdrop-filter: blur(8px);
}
.flynet-interactive-map__legend-title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.flynet-interactive-map__legend-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}
.flynet-interactive-map__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}
.flynet-interactive-map__legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.flynet-interactive-map__legend-dot--cyan { background: #22d3ee; }
.flynet-interactive-map__legend-dot--green { background: #22c55e; }
.flynet-interactive-map__legend-dot--gold { background: #facc15; }
.flynet-interactive-map__legend-dot--red { background: #ef4444; }
.flynet-interactive-map__quality {
  position: absolute;
  right: 72px;
  top: 16px;
  z-index: 4;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 22, 40, 0.92);
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.flynet-interactive-map__quality--excellent { color: #6ee7b7; }
.flynet-interactive-map__quality--good { color: #fde047; }
.flynet-interactive-map__quality--basic { color: #fca5a5; }
.flynet-interactive-map__controls {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.flynet-interactive-map__control-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 22, 40, 0.92);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.flynet-interactive-map__control-btn:hover {
  background: rgba(10, 22, 40, 1);
  border-color: rgba(0, 168, 204, 0.45);
}
.flynet-interactive-map__zoom {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 4;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 22, 40, 0.92);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}
/* Diagnósticos */
.flynet-diag-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}
.flynet-diag-tabs__btn {
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 14, 32, 0.6);
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.flynet-diag-tabs__btn.is-active {
  border-color: rgba(0, 168, 204, 0.45);
  color: #fff;
  background: rgba(0, 168, 204, 0.12);
}
.flynet-diag-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.flynet-diag-form__input {
  flex: 1 1 220px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 12, 28, 0.85);
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  direction: ltr;
  text-align: left;
  unicode-bidi: plaintext;
}
.flynet-diag-form__status {
  margin: 8px 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}
.flynet-diag-form__status.is-loading { color: #00a8cc; }
.flynet-diag-form__status.is-error { color: #fca5a5; }
.flynet-diag-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.flynet-diag-presets__btn {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  cursor: pointer;
}
.flynet-diag-presets__btn:hover {
  border-color: rgba(0, 168, 204, 0.35);
  color: #fff;
}
.flynet-diag__disclaimer {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.42);
}
.flynet-diag__disclaimer--inline {
  margin: 12px 0 4px;
}
.flynet-diag__causes {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
.flynet-diag__causes-title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}
.flynet-diag__causes-list {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
.flynet-diag__causes-list li {
  margin-bottom: 6px;
}
.flynet-diag__causes-list li:last-child {
  margin-bottom: 0;
}
.flynet-diag__executive {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 168, 204, 0.2);
  background: rgba(0, 168, 204, 0.08);
}
.flynet-diag__executive--critical {
  border-color: rgba(248, 113, 113, 0.35);
  background: rgba(248, 113, 113, 0.08);
}
.flynet-diag__executive--degraded {
  border-color: rgba(250, 204, 21, 0.3);
  background: rgba(250, 204, 21, 0.08);
}
.flynet-diag__executive-label {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.48);
}
.flynet-diag__executive-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}
.flynet-diag__executive-sub {
  margin: 8px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}
.flynet-diag-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 14px;
}
.flynet-diag-table th,
.flynet-diag-table td {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}
.flynet-diag-table th {
  color: rgba(255, 255, 255, 0.48);
  font-weight: 600;
}
.flynet-diag-samples__row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}
.flynet-diag__raw {
  margin-top: 12px;
}
.flynet-diag__raw-summary {
  cursor: pointer;
  font-size: 12px;
  color: #00a8cc;
}
.flynet-diag__raw-pre {
  margin-top: 8px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  font-size: 11px;
  line-height: 1.45;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.72);
  white-space: pre-wrap;
}
.flynet-diag-lookup-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.flynet-diag-lookup-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 13px;
}
.flynet-diag-lookup-label {
  color: rgba(255, 255, 255, 0.48);
}
.flynet-diag-lookup-value {
  color: rgba(255, 255, 255, 0.9);
  text-align: right;
  word-break: break-word;
}
.flynet-diag-sources {
  margin: 0 0 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.48);
}
.flynet-diag-ookla-card,
.flynet-diag-iperf-card {
  padding: 24px 20px;
  border-radius: 16px;
  border: 1px solid rgba(0, 168, 204, 0.2);
  background: linear-gradient(160deg, rgba(10, 22, 48, 0.92) 0%, rgba(6, 10, 24, 0.96) 100%);
}
.flynet-diag-ookla-notice {
  margin: 0 0 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}
.flynet-diag-ookla-btn {
  display: inline-flex;
  text-decoration: none;
}
.flynet-diag-ookla-hint {
  margin: 14px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}
.flynet-diag-iperf-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.15);
  color: #facc15;
  font-size: 12px;
  font-weight: 700;
}
.flynet-diag-iperf-lead {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}
.flynet-diag-iperf-sub {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.48);
}
.flynet-utility-blog-card {
  max-width: 640px;
  margin: 0 auto;
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.55);
  text-align: center;
}
.flynet-utility-blog-lead {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}
.flynet-utility-blog-sub {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.48);
}
.flynet-utility-blog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.flynet-error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px;
  background: #0b1220;
  color: rgba(255, 255, 255, 0.88);
}
.flynet-error-page__inner {
  max-width: 480px;
  text-align: center;
}
.flynet-error-page__code {
  margin: 0 0 8px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  color: #22d3ee;
  letter-spacing: -0.04em;
}
.flynet-error-page__title {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
}
.flynet-error-page__lead {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
}
.flynet-error-page__btn {
  min-width: 180px;
}
.flynet-diag-hub__card {
  min-height: 200px;
}

.flynet-interactive-map__viewport {
  position: relative;
  height: 500px;
  overflow: hidden;
}
@media (min-width: 900px) {
  .flynet-interactive-map__viewport { height: 650px; }
}
.flynet-interactive-map__loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050d1a;
}
.flynet-interactive-map__spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid rgba(34, 211, 238, 0.25);
  border-top-color: #22d3ee;
  animation: flynet-spin 0.8s linear infinite;
}
.flynet-interactive-map__object {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transition: transform 0.2s ease;
}
.flynet-interactive-map__tooltip {
  position: fixed;
  z-index: 1200;
  pointer-events: none;
  padding: 8px 12px;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
}
.flynet-interactive-map__tooltip strong {
  display: block;
  font-size: 13px;
  color: #fff;
}
.flynet-interactive-map__tooltip span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
}
.flynet-interactive-map__tooltip small {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.75);
}
.flynet-interactive-map__tooltip--national {
  border: 1px solid rgba(253, 215, 0, 0.4);
  background: rgba(0, 124, 186, 0.95);
}
.flynet-interactive-map__tooltip--national span { color: rgba(253, 215, 0, 0.9); }
.flynet-interactive-map__tooltip--international {
  border: 1px solid rgba(34, 211, 238, 0.4);
  background: rgba(10, 22, 40, 0.95);
}
.flynet-interactive-map__tooltip--international span { color: rgba(34, 211, 238, 0.9); }
@keyframes flynet-spin {
  to { transform: rotate(360deg); }
}
@keyframes flynet-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.85); }
}

@media (max-width: 720px) {
  .flynet-smart-contact__layout { grid-template-columns: 1fr; }
  .flynet-smart-contact__grid { grid-template-columns: 1fr; }
  .flynet-interactive-map__legend {
    left: 10px;
    right: 10px;
    bottom: 52px;
  }
  .flynet-interactive-map__zoom { bottom: 10px; right: 10px; }
}

/* Servicios — Direct Connect arquitectura */
.flynet-direct-connect-arch__flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  margin-bottom: 18px;
}
.flynet-direct-connect-arch__node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 120px;
  padding: 16px 14px;
  border-radius: 14px;
  text-align: center;
  background: linear-gradient(160deg, rgba(10, 22, 48, 0.92) 0%, rgba(6, 10, 24, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.flynet-direct-connect-arch__node strong {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.94);
}
.flynet-direct-connect-arch__node span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.48);
}
.flynet-direct-connect-arch__node--empresa {
  border-color: rgba(245, 166, 35, 0.3);
  box-shadow: 0 0 24px rgba(245, 166, 35, 0.08);
}
.flynet-direct-connect-arch__node--flynet {
  border-color: rgba(0, 168, 204, 0.35);
  box-shadow: 0 0 28px rgba(0, 168, 204, 0.12);
}
.flynet-direct-connect-arch__node--cloud {
  border-color: rgba(139, 92, 246, 0.3);
  box-shadow: 0 0 24px rgba(139, 92, 246, 0.1);
}
.flynet-direct-connect-arch__arrow {
  display: flex;
  align-items: center;
  color: rgba(0, 212, 255, 0.7);
}
.flynet-direct-connect-arch__cloud-wrap {
  padding: 22px 18px;
  border-radius: 16px;
  background: linear-gradient(155deg, rgba(8, 20, 44, 0.88) 0%, rgba(13, 30, 63, 0.72) 100%);
  border: 1px solid rgba(0, 168, 204, 0.14);
}
.flynet-direct-connect-arch__providers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.flynet-direct-connect-arch__provider {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #00D4FF;
  background: rgba(0, 168, 204, 0.1);
  border: 1px solid rgba(0, 168, 204, 0.24);
}
.flynet-direct-connect-arch__note {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.42);
  text-align: center;
}
.flynet-direct-connect-arch__diagram {
  position: relative;
  height: 48px;
  margin: 0 0 8px;
  overflow: hidden;
  border-radius: 10px;
  opacity: 0.55;
}
.flynet-direct-connect-arch__mesh-line {
  position: absolute;
  left: -10%;
  right: -10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 168, 204, 0.45), transparent);
  animation: flynet-dc-mesh-drift 6s ease-in-out infinite;
}
.flynet-direct-connect-arch__mesh-line:nth-child(1) { top: 12px; animation-delay: 0s; }
.flynet-direct-connect-arch__mesh-line:nth-child(2) { top: 22px; animation-delay: -1.2s; }
.flynet-direct-connect-arch__mesh-line:nth-child(3) { top: 32px; animation-delay: -2.4s; }
.flynet-direct-connect-arch__mesh-line:nth-child(4) { top: 42px; animation-delay: -3.6s; }
@keyframes flynet-dc-mesh-drift {
  0%, 100% { transform: translateX(-4%); opacity: 0.35; }
  50% { transform: translateX(4%); opacity: 0.85; }
}
.flynet-direct-connect-trust .flynet-page-trust__item:first-child {
  color: #00D4FF;
  border-color: rgba(0, 168, 204, 0.35);
}
.flynet-direct-connect-showcase__box {
  padding: 28px 24px 26px;
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(10, 22, 48, 0.94) 0%, rgba(6, 10, 24, 0.98) 100%);
  border: 1px solid rgba(0, 168, 204, 0.22);
  box-shadow: 0 12px 40px rgba(0, 168, 204, 0.08);
}
.flynet-direct-connect-showcase__title {
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: -0.02em;
}
.flynet-direct-connect-showcase__sub {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  max-width: 68ch;
}
.flynet-direct-connect-showcase__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.flynet-direct-connect-showcase__tag {
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  color: #00D4FF;
  background: rgba(0, 168, 204, 0.1);
  border: 1px solid rgba(0, 168, 204, 0.24);
}
.flynet-direct-connect-showcase__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.flynet-direct-connect-showcase__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 16px 12px;
  border-radius: 12px;
  background: rgba(0, 168, 204, 0.06);
  border: 1px solid rgba(0, 168, 204, 0.16);
}
.flynet-direct-connect-showcase__stat strong {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  color: #00D4FF;
  letter-spacing: -0.02em;
}
.flynet-direct-connect-showcase__stat span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.48);
  text-align: center;
}
@media (max-width: 720px) {
  .flynet-direct-connect-arch__arrow { display: none; }
  .flynet-direct-connect-arch__flow { flex-direction: column; }
  .flynet-direct-connect-showcase__stats { grid-template-columns: 1fr; }
}

/* Internet — wizard Arma tu Plan (premium shell) */
.flynet-page-section--plan-builder .flynet-page-card {
  background: linear-gradient(160deg, rgba(10, 22, 48, 0.92) 0%, rgba(6, 10, 24, 0.96) 100%);
  border: 1px solid rgba(0, 168, 204, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
}
.flynet-page-section--plan-builder .flynet-page-card--compact {
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.flynet-page-section--plan-builder .flynet-page-card--compact:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 168, 204, 0.35);
  box-shadow: 0 0 20px rgba(0, 168, 204, 0.12);
}
.flynet-page-section--plan-builder .flynet-page-plan {
  cursor: pointer;
  background: linear-gradient(155deg, rgba(13, 30, 63, 0.95) 0%, rgba(6, 12, 28, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.flynet-page-section--plan-builder .flynet-page-plan:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 168, 204, 0.35);
}
.flynet-page-section--plan-builder .flynet-page-btn--primary {
  box-shadow: 0 4px 16px rgba(0, 168, 204, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.flynet-page-section--plan-builder .flynet-page-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(0, 168, 204, 0.35);
}
.flynet-page-card--plan-builder-shell {
  background: linear-gradient(160deg, rgba(10, 22, 48, 0.92) 0%, rgba(6, 10, 24, 0.96) 100%);
  border: 1px solid rgba(0, 168, 204, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
  padding: 20px;
}
.flynet-plan-builder-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}
.flynet-plan-builder-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 8px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.flynet-plan-builder-step--active {
  border-color: rgba(0, 168, 204, 0.45);
  box-shadow: 0 0 18px rgba(0, 168, 204, 0.15);
}
.flynet-plan-builder-step--done {
  border-color: rgba(0, 168, 204, 0.22);
  opacity: 0.85;
}
.flynet-plan-builder-step__num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.flynet-plan-builder-step--active .flynet-plan-builder-step__num {
  color: #00D4FF;
  background: rgba(0, 168, 204, 0.15);
  border-color: rgba(0, 168, 204, 0.4);
}
.flynet-plan-builder-step--done .flynet-plan-builder-step__num {
  color: #00A8CC;
  background: rgba(0, 168, 204, 0.1);
}
.flynet-plan-builder-step__label {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.02em;
}
.flynet-plan-builder-step--active .flynet-plan-builder-step__label {
  color: rgba(255, 255, 255, 0.88);
}
@media (max-width: 720px) {
  .flynet-plan-builder-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Lumina AI Platform — landing única */
.flynet-page--lumina-platform {
  --lumina-glow: rgba(0, 168, 204, 0.45);
}
.flynet-lumina-platform__hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
  padding: 36px 28px;
  margin-bottom: 28px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(8, 18, 42, 0.95) 0%, rgba(4, 8, 22, 0.98) 100%);
  border: 1px solid rgba(0, 168, 204, 0.22);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(0, 168, 204, 0.08);
}
.flynet-lumina-platform__hero-glow {
  position: absolute;
  inset: -20% -10% auto auto;
  width: 55%;
  height: 120%;
  background: radial-gradient(ellipse at center, rgba(0, 168, 204, 0.18) 0%, transparent 68%);
  pointer-events: none;
}
.flynet-lumina-platform__hero-mesh {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(0, 168, 204, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 168, 204, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse at 30% 40%, black 0%, transparent 72%);
  pointer-events: none;
}
.flynet-lumina-platform__hero-content {
  position: relative;
  z-index: 1;
}
.flynet-lumina-platform__hero-mark {
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  filter: drop-shadow(0 0 18px rgba(0, 168, 204, 0.45));
}
.flynet-lumina-platform__hero-pill {
  display: inline-block;
  padding: 5px 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #00D4FF;
  background: rgba(0, 168, 204, 0.12);
  border: 1px solid rgba(0, 168, 204, 0.28);
}
.flynet-lumina-platform__hero-title {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.02em;
}
.flynet-lumina-platform__hero-sub {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
  max-width: 52ch;
}
.flynet-lumina-platform__hero-ctas {
  flex-wrap: wrap;
}
.flynet-lumina-platform__hero-visual {
  position: relative;
  z-index: 1;
  min-height: 220px;
}
.flynet-lumina-platform__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.5px);
  animation: flynet-lumina-orb-float 8s ease-in-out infinite;
}
.flynet-lumina-platform__orb--1 {
  width: 140px;
  height: 140px;
  top: 18%;
  left: 22%;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.35) 0%, rgba(0, 168, 204, 0.05) 70%);
  border: 1px solid rgba(0, 168, 204, 0.25);
}
.flynet-lumina-platform__orb--2 {
  width: 96px;
  height: 96px;
  top: 48%;
  right: 18%;
  background: radial-gradient(circle, rgba(91, 159, 255, 0.3) 0%, transparent 72%);
  animation-delay: -2.5s;
}
.flynet-lumina-platform__orb--3 {
  width: 64px;
  height: 64px;
  bottom: 12%;
  left: 48%;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.28) 0%, transparent 72%);
  animation-delay: -4s;
}
@keyframes flynet-lumina-orb-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.flynet-lumina-agent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.flynet-lumina-agent {
  position: relative;
  padding: 22px 20px 18px;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(10, 22, 48, 0.92) 0%, rgba(6, 10, 24, 0.96) 100%);
  border: 1px solid rgba(0, 168, 204, 0.16);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  scroll-margin-top: 88px;
}
.flynet-lumina-agent:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 168, 204, 0.38);
  box-shadow: 0 10px 36px rgba(0, 168, 204, 0.12);
}
.flynet-lumina-agent__glow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(circle at 20% 0%, rgba(0, 168, 204, 0.2) 0%, transparent 55%);
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.flynet-lumina-agent:hover .flynet-lumina-agent__glow { opacity: 1; }
.flynet-lumina-agent__index {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(0, 168, 204, 0.7);
}
.flynet-lumina-agent__emoji {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}
.flynet-lumina-agent__name {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.flynet-lumina-agent__desc {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}
.flynet-lumina-agent__caps {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.flynet-lumina-agent__cap {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.flynet-lumina-agent__cap-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00A8CC;
}
.flynet-lumina-agent__cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0, 168, 204, 0.35);
  background: rgba(0, 168, 204, 0.1);
  color: #00D4FF;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease;
}
.flynet-lumina-agent__cta:hover {
  background: rgba(0, 168, 204, 0.18);
  border-color: rgba(0, 168, 204, 0.55);
}
.flynet-lumina-agent--cyan { border-color: rgba(0, 168, 204, 0.22); }
.flynet-lumina-agent--blue { border-color: rgba(30, 111, 217, 0.22); }
.flynet-lumina-agent--purple { border-color: rgba(139, 92, 246, 0.22); }
.flynet-lumina-agent--amber { border-color: rgba(245, 166, 35, 0.22); }
.flynet-lumina-agent--teal { border-color: rgba(45, 212, 191, 0.22); }
.flynet-lumina-matrix-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.flynet-lumina-matrix {
  min-width: 640px;
}
.flynet-lumina-matrix__row {
  display: grid;
  grid-template-columns: 1.4fr repeat(5, 1fr);
  gap: 8px;
  padding: 11px 14px;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  align-items: center;
}
.flynet-lumina-matrix__row:last-child { border-bottom: none; }
.flynet-lumina-matrix__row--head {
  background: rgba(0, 168, 204, 0.1);
  font-weight: 700;
  color: #00D4FF;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.flynet-lumina-matrix__label {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 500;
}
.flynet-lumina-matrix__col {
  text-align: center;
}
.flynet-lumina-matrix__cell {
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
}
.flynet-lumina-matrix__cell--yes {
  color: #00D4FF;
  font-size: 14px;
}
.flynet-lumina-matrix__cell--ideal {
  color: #F5A623;
  font-weight: 600;
  font-size: 11px;
}
.flynet-lumina-usecase-grid .flynet-lumina-usecase {
  position: relative;
  padding: 20px 18px;
  border-radius: 14px;
  min-height: 120px;
  background: linear-gradient(145deg, rgba(8, 20, 44, 0.88) 0%, rgba(13, 30, 63, 0.72) 100%);
  border: 1px solid rgba(0, 168, 204, 0.14);
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.flynet-lumina-usecase:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 168, 204, 0.32);
}
.flynet-lumina-usecase__glow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(circle at 80% 0%, rgba(0, 168, 204, 0.18) 0%, transparent 60%);
  transition: opacity 0.18s ease;
  pointer-events: none;
}
.flynet-lumina-usecase:hover .flynet-lumina-usecase__glow { opacity: 1; }
.flynet-lumina-usecase__index {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(0, 168, 204, 0.65);
}
.flynet-lumina-usecase__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.flynet-lumina-usecase__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 860px) {
  .flynet-lumina-platform__hero {
    grid-template-columns: 1fr;
  }
  .flynet-lumina-platform__hero-visual {
    min-height: 140px;
  }
}

.flynet-page-cta {
  text-align: center;
  padding: 40px 24px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(13,30,63,0.9) 0%, rgba(2,6,16,0.95) 100%);
  border: 1px solid rgba(0, 168, 204, 0.2);
}
.flynet-page-cta__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
}
.flynet-page-cta__sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 20px;
}
.flynet-page-cta .flynet-page-hero__ctas { justify-content: center; }
.flynet-page-btn--sm {
  padding: 8px 14px;
  font-size: 12px;
}
.flynet-page-narrative {
  padding: 24px;
  border-radius: 12px;
  background: rgba(13, 30, 63, 0.55);
  border: 1px solid rgba(0, 168, 204, 0.18);
}
.flynet-page-narrative__lead {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
  margin: 0 0 12px;
}
.flynet-page-narrative__tech {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.flynet-page-narrative__q {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 6px;
}
.flynet-page-narrative__q:not(:first-child) {
  margin-top: 18px;
}
.flynet-page-narrative__a {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.flynet-hosting-related {
  position: relative;
  padding: 18px 16px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(8, 20, 44, 0.88) 0%, rgba(13, 30, 63, 0.72) 100%);
  border: 1px solid rgba(0, 168, 204, 0.14);
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.flynet-hosting-related:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 168, 204, 0.32);
}
.flynet-hosting-related__title {
  margin: 10px 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.flynet-hosting-related__desc {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
}
.flynet-page-layers {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.flynet-page-layer {
  padding: 20px;
  border-radius: 12px;
  background: #0D1E3F;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid #00A8CC;
}
.flynet-page-layer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.flynet-page-layer__num {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #00A8CC;
}
.flynet-page-layer__icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  opacity: 0.9;
}
.flynet-page-layer__title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
}
.flynet-page-layer__label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.4);
  margin: 10px 0 6px;
}
.flynet-page-layer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flynet-page-layer__list li {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  padding: 4px 0;
  padding-left: 14px;
  position: relative;
}
.flynet-page-layer__list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #00A8CC;
}
.flynet-page-layer__list--benefit li::before {
  content: "✓";
  font-size: 11px;
}

/* ── Secure Edge infográfico (solo security/secure-edge) ── */
.flynet-page--security-secure-edge {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.flynet-secure-edge-hero {
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(8, 18, 40, 0.95) 0%, rgba(13, 30, 63, 0.88) 55%, rgba(0, 168, 204, 0.06) 100%);
  border: 1px solid rgba(0, 168, 204, 0.22);
  box-shadow: 0 0 48px rgba(0, 168, 204, 0.08);
  overflow: hidden;
}
.flynet-secure-edge-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 28px;
  padding: 32px 28px;
  align-items: center;
}
.flynet-secure-edge-hero__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 14px;
}
.flynet-secure-edge-hero__accent {
  color: #00A8CC;
  text-shadow: 0 0 24px rgba(0, 168, 204, 0.35);
}
.flynet-secure-edge-hero__lead {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 12px;
}
.flynet-secure-edge-hero__lead strong {
  color: #00A8CC;
  font-weight: 700;
}
.flynet-secure-edge-hero__tech {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.48);
  margin: 0 0 20px;
}
.flynet-secure-edge-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.flynet-secure-edge-arch {
  padding: 18px 16px;
  border-radius: 12px;
  background: rgba(5, 12, 28, 0.65);
  border: 1px solid rgba(0, 168, 204, 0.2);
}
.flynet-secure-edge-arch--hero {
  box-shadow: inset 0 0 32px rgba(0, 168, 204, 0.06);
}
.flynet-secure-edge-arch__heading,
.flynet-secure-edge-arch-band__title,
.flynet-secure-edge-cards__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00A8CC;
  text-align: center;
  margin: 0 0 16px;
}
.flynet-secure-edge-arch-band {
  padding: 20px 16px;
  border-radius: 12px;
  background: rgba(13, 30, 63, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.flynet-secure-edge-arch-band__title {
  margin-bottom: 14px;
}
.flynet-secure-edge-arch__track {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}
.flynet-secure-edge-arch__track--wide {
  justify-content: center;
  flex-wrap: nowrap;
  min-width: min(100%, 720px);
  margin: 0 auto;
}
.flynet-secure-edge-arch__node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 56px;
  flex-shrink: 0;
}
.flynet-secure-edge-arch__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(13, 30, 63, 0.9);
  border: 2px solid rgba(0, 168, 204, 0.45);
  color: #00A8CC;
  box-shadow: 0 0 16px rgba(0, 168, 204, 0.25);
}
.flynet-secure-edge-arch__node--l2 .flynet-secure-edge-arch__circle {
  border-color: rgba(245, 166, 35, 0.55);
  color: #F5A623;
  box-shadow: 0 0 16px rgba(245, 166, 35, 0.2);
}
.flynet-secure-edge-arch__node--l3 .flynet-secure-edge-arch__circle {
  border-color: rgba(139, 92, 246, 0.55);
  color: #A78BFA;
  box-shadow: 0 0 16px rgba(139, 92, 246, 0.2);
}
.flynet-secure-edge-arch__node--l4 .flynet-secure-edge-arch__circle {
  border-color: rgba(20, 184, 166, 0.55);
  color: #2DD4BF;
  box-shadow: 0 0 16px rgba(20, 184, 166, 0.2);
}
.flynet-secure-edge-arch__label {
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.55);
  max-width: 72px;
}
.flynet-secure-edge-arch__connector {
  display: flex;
  align-items: center;
  padding-top: 18px;
  flex: 1;
  min-width: 12px;
  max-width: 36px;
}
.flynet-secure-edge-arch__dots {
  display: block;
  width: 100%;
  height: 2px;
  border-top: 2px dotted rgba(0, 168, 204, 0.45);
}
.flynet-secure-edge-arch__connector--wide .flynet-secure-edge-arch__arrow {
  color: rgba(0, 168, 204, 0.6);
  font-size: 14px;
  line-height: 1;
}
.flynet-secure-edge-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.flynet-secure-edge-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 100%;
}
.flynet-secure-edge-card--l1 {
  border-top: 3px solid #00A8CC;
  box-shadow: 0 8px 28px rgba(0, 168, 204, 0.08);
}
.flynet-secure-edge-card--l2 {
  border-top: 3px solid #F5A623;
  box-shadow: 0 8px 28px rgba(245, 166, 35, 0.06);
}
.flynet-secure-edge-card--l3 {
  border-top: 3px solid #8B5CF6;
  box-shadow: 0 8px 28px rgba(139, 92, 246, 0.06);
}
.flynet-secure-edge-card--l4 {
  border-top: 3px solid #14B8A6;
  box-shadow: 0 8px 28px rgba(20, 184, 166, 0.06);
}
.flynet-secure-edge-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px 0;
  gap: 8px;
}
.flynet-secure-edge-card__badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.25);
}
.flynet-secure-edge-card--l1 .flynet-secure-edge-card__badge { color: #00A8CC; }
.flynet-secure-edge-card--l2 .flynet-secure-edge-card__badge { color: #F5A623; }
.flynet-secure-edge-card--l3 .flynet-secure-edge-card__badge { color: #A78BFA; }
.flynet-secure-edge-card--l4 .flynet-secure-edge-card__badge { color: #2DD4BF; }
.flynet-secure-edge-card__icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: 1;
  filter: brightness(1.45) contrast(1.2) saturate(1.25);
}
.flynet-secure-edge-card__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  margin: 10px 16px 12px;
}
.flynet-secure-edge-card__list {
  list-style: none;
  margin: 0 16px;
  padding: 0;
  flex: 1;
}
.flynet-secure-edge-card__list li {
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.58);
  padding: 5px 0 5px 18px;
  position: relative;
}
.flynet-secure-edge-card--l1 .flynet-secure-edge-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00A8CC;
  font-size: 11px;
}
.flynet-secure-edge-card--l2 .flynet-secure-edge-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #F5A623;
  font-size: 11px;
}
.flynet-secure-edge-card--l3 .flynet-secure-edge-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #A78BFA;
  font-size: 11px;
}
.flynet-secure-edge-card--l4 .flynet-secure-edge-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2DD4BF;
  font-size: 11px;
}
.flynet-secure-edge-card__visual {
  margin: 14px 16px 0;
  padding: 12px;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(0, 168, 204, 0.1) 0%,
    rgba(0, 0, 0, 0.28) 100%
  );
  border: 1px solid rgba(0, 168, 204, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
}
.flynet-secure-edge-card__visual img {
  max-width: 100%;
  max-height: 64px;
  object-fit: contain;
  opacity: 1;
  filter: brightness(1.5) contrast(1.2) saturate(1.25);
}
.flynet-secure-edge-card__tagline {
  margin: 12px 16px 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
.flynet-secure-edge-card--l1 .flynet-secure-edge-card__tagline { color: #00A8CC; }
.flynet-secure-edge-card--l2 .flynet-secure-edge-card__tagline { color: #F5A623; }
.flynet-secure-edge-card--l3 .flynet-secure-edge-card__tagline { color: #A78BFA; }
.flynet-secure-edge-card--l4 .flynet-secure-edge-card__tagline { color: #2DD4BF; }
.flynet-secure-edge-card .flynet-page-btn {
  margin: 8px 16px 14px;
  align-self: center;
}
.flynet-secure-edge-benefits {
  border-radius: 14px;
  padding: 22px 20px;
  background: linear-gradient(180deg, rgba(8, 18, 40, 0.9) 0%, rgba(13, 30, 63, 0.75) 100%);
  border: 1px solid rgba(0, 168, 204, 0.15);
}
.flynet-secure-edge-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.flynet-secure-edge-benefit {
  text-align: center;
}
.flynet-secure-edge-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #00A8CC;
  background: rgba(0, 168, 204, 0.1);
  border: 1px solid rgba(0, 168, 204, 0.3);
  box-shadow: 0 0 20px rgba(0, 168, 204, 0.15);
}
.flynet-secure-edge-benefit__title {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.3;
}
.flynet-secure-edge-benefit__desc {
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

@media (max-width: 1100px) {
  .flynet-secure-edge-hero__inner { grid-template-columns: 1fr; }
  .flynet-secure-edge-cards__grid { grid-template-columns: repeat(2, 1fr); }
  .flynet-secure-edge-benefits__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .flynet-page-hero { grid-template-columns: 1fr; }
  .flynet-page-hero__visual { order: -1; max-height: 160px; overflow: hidden; }
  .flynet-page-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .flynet-page-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .flynet-premium-plans__layout--residencial,
  .flynet-premium-plans__layout--dedicado,
  .flynet-premium-plans__layout--empresarial,
  .flynet-premium-plans__layout--tiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flynet-premium-plans__layout--residencial .flynet-premium-plan--wide {
    grid-column: 1 / -1;
  }
  .flynet-premium-plans__layout--residencial .flynet-premium-plans__values {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .flynet-premium-plans__layout--dedicado + .flynet-premium-plans__values,
  .flynet-premium-plans__layout--empresarial + .flynet-premium-plans__values,
  .flynet-premium-plans__layout--tiers + .flynet-premium-plans__values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .flynet-page-grid--3 { grid-template-columns: 1fr; }
  .flynet-page-grid--4 { grid-template-columns: 1fr; }
  .flynet-premium-plans__layout--residencial,
  .flynet-premium-plans__layout--dedicado,
  .flynet-premium-plans__layout--empresarial,
  .flynet-premium-plans__layout--tiers {
    grid-template-columns: 1fr;
  }
  .flynet-premium-plans__layout--dedicado + .flynet-premium-plans__values,
  .flynet-premium-plans__layout--empresarial + .flynet-premium-plans__values,
  .flynet-premium-plans__layout--tiers + .flynet-premium-plans__values {
    grid-template-columns: 1fr;
  }
  .flynet-premium-plans__values {
    grid-template-columns: 1fr;
  }
  .flynet-page-compare__row { grid-template-columns: 1fr; gap: 4px; }
  .flynet-page-compare__row--head { display: none; }
  .flynet-secure-edge-hero__inner { padding: 22px 18px; }
  .flynet-secure-edge-cards__grid { grid-template-columns: 1fr; }
  .flynet-secure-edge-benefits__grid { grid-template-columns: 1fr; gap: 16px; }
  .flynet-secure-edge-arch__label { font-size: 8px; max-width: 56px; }
  .flynet-secure-edge-arch__circle { width: 36px; height: 36px; }
}


/* ══════════════════════════════════════════════════════════════
   FASE 7C.2C — Modo público ChatGPT-like (Capa B)
   ══════════════════════════════════════════════════════════════ */

/* —— 1. Ocultar bloque usuario inferior (perfil / Sign Out) —— */
/*    .flynet-public-user-hidden lo etiqueta lumina-identity.js (idioma-agnóstico). */
html.flynet-public-mode #sidebar .flynet-public-user-hidden {
  display: none !important;
}

/* —— 2. Header tipo ChatGPT: «Área de Clientes» es el único acceso/login —— */
/*    por ahora (sin Keycloak). Se mantiene visible en público y autenticado. */

/* —— 3. Reforzar ocultar features (permisos backend los deniegan; —— */
/*    href estable e idioma-agnóstico en OWUI v0.9.6). */
html.flynet-public-mode #sidebar a[href="/notes"], html.flynet-public-mode #sidebar a[href="/workspace"], html.flynet-public-mode #sidebar a[href="/calendar"], html.flynet-public-mode #sidebar a[href="/playground"], html.flynet-public-mode #sidebar a[href="/channels"], html.flynet-public-mode #sidebar a[href="/folders"], html.flynet-public-mode #sidebar-channels, html.flynet-public-mode #sidebar-folders, html.flynet-public-mode #sidebar-models {
  display: none !important;
}

/* —— 4. CTA sidebar (estilo ChatGPT) —— */
#flynet-sidebar-cta {
  display: none;
}
html.flynet-public-mode #flynet-sidebar-cta {
  display: block;
  position: sticky;
  bottom: 0;
  margin: auto 8px 10px;
  padding: 14px 14px 13px;
  border-radius: 16px;
  border: 1px solid rgba(0, 168, 204, 0.22);
  background: linear-gradient(180deg, rgba(10, 22, 45, 0.92) 0%, rgba(6, 14, 34, 0.94) 100%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35), 0 0 24px rgba(30, 111, 217, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
html.flynet-public-mode .flynet-sidebar-cta__title {
  margin: 0 0 4px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.95);
}
html.flynet-public-mode .flynet-sidebar-cta__text {
  margin: 0 0 11px;
  font-size: 0.72rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
}
html.flynet-public-mode .flynet-sidebar-cta__btn {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border-radius: 9999px;
  border: 1px solid rgba(0, 168, 204, 0.3);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, rgba(30, 111, 217, 0.95) 0%, rgba(0, 168, 204, 0.92) 100%);
  box-shadow: 0 2px 12px rgba(0, 168, 204, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: filter 0.15s ease;
}
html.flynet-public-mode .flynet-sidebar-cta__btn:hover {
  filter: brightness(1.08);
}


/* ══════════════════════════════════════════════════════════════
   FASE 4B — Quick Wins UX/UI Cinemática
   ══════════════════════════════════════════════════════════════ */

/* —— 4B.2 Reduced motion (decorativo off; loading/focus intactos) —— */
@media (prefers-reduced-motion: reduce) {
  html.flynet-shell-active *,
  html.flynet-shell-active *::before,
  html.flynet-shell-active *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  html.flynet-shell-active :focus-visible {
    transition-duration: 0.01ms !important;
  }
  .flynet-lumina-hero-glow,
  .flynet-lumina-orb,
  .flynet-fiber-pulse,
  .flynet-datacenter-ping,
  .flynet-dc-mesh-drift,
  .flynet-pulse,
  [style*="flynet-lumina-orb-float"],
  [style*="flynet-fiber-pulse"],
  [style*="flynet-datacenter-ping"],
  [style*="flynet-dc-mesh-drift"] {
    animation: none !important;
  }
  .flynet-lumina-badge,
  .flynet-lumina-subtitle,
  html.dark #chat-pane .flynet-lumina-hero .text-3xl, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-hero .text-3xl,
  .flynet-lumina-card {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .flynet-spin,
  .flynet-smart-contact__submit.is-loading::after,
  .e360-spinner {
    animation-duration: 0.8s !important;
    animation-iteration-count: infinite !important;
  }
  /* Modales OWUI (changelog, settings): no aplicar regla global — evita contenido invisible y cierre roto */
  .modal,
  .modal *,
  .modal *::before,
  .modal *::after {
    animation-duration: revert !important;
    animation-iteration-count: revert !important;
    transition-duration: revert !important;
  }
  .modal[role="dialog"] .markdown-prose-sm,
  .modal[role="dialog"] h3,
  .modal[role="dialog"] .my-2 {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* —— 4B.4 Hero Lumina — entrada suave + glow refinado —— */
@keyframes flynet-enter-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html.dark #chat-pane .flynet-lumina-hero-glow, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-hero-glow {
  filter: blur(6px);
  opacity: 0.92;
  background: radial-gradient(
    ellipse 68% 52% at 50% 44%,
    rgba(0, 168, 204, 0.18) 0%,
    rgba(30, 111, 217, 0.08) 38%,
    transparent 74%
  ) !important;
}
html.dark #chat-pane .flynet-lumina-badge, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-badge {
  animation: flynet-enter-up var(--flynet-motion-slow) var(--flynet-ease-out-soft) both;
}
html.dark #chat-pane .flynet-lumina-hero .text-3xl, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-hero .text-3xl {
  animation: flynet-enter-up var(--flynet-motion-slow) var(--flynet-ease-out-soft) both;
  animation-delay: var(--flynet-motion-stagger-short);
}
html.dark #chat-pane .flynet-lumina-subtitle, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-subtitle {
  animation: flynet-enter-up var(--flynet-motion-slow) var(--flynet-ease-out-soft) both;
  animation-delay: calc(var(--flynet-motion-stagger-short) * 2);
}
html.dark #chat-pane .flynet-lumina-cards, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-cards {
  animation: flynet-enter-up var(--flynet-motion-slow) var(--flynet-ease-out-soft) both;
  animation-delay: calc(var(--flynet-motion-stagger-short) * 3);
  margin-top: 1.25rem !important;
  opacity: 0.94;
}
html.dark #chat-pane .flynet-lumina-card, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card {
  animation: flynet-enter-up var(--flynet-motion-normal) var(--flynet-ease-out-soft) both;
  will-change: transform, opacity;
}
html.dark #chat-pane .flynet-lumina-card:nth-child(1), html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card:nth-child(1) { animation-delay: calc(var(--flynet-motion-stagger-long) * 4); }
html.dark #chat-pane .flynet-lumina-card:nth-child(2), html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card:nth-child(2) { animation-delay: calc(var(--flynet-motion-stagger-long) * 5); }
html.dark #chat-pane .flynet-lumina-card:nth-child(3), html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card:nth-child(3) { animation-delay: calc(var(--flynet-motion-stagger-long) * 6); }
html.dark #chat-pane .flynet-lumina-card:nth-child(4), html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card:nth-child(4) { animation-delay: calc(var(--flynet-motion-stagger-long) * 7); }
html.dark #chat-pane .flynet-lumina-card:nth-child(5), html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card:nth-child(5) { animation-delay: calc(var(--flynet-motion-stagger-long) * 8); }
html.dark #chat-pane .flynet-lumina-card:nth-child(6), html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card:nth-child(6) { animation-delay: calc(var(--flynet-motion-stagger-long) * 9); }
html.dark #chat-pane .flynet-lumina-card:nth-child(7), html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card:nth-child(7) { animation-delay: calc(var(--flynet-motion-stagger-long) * 10); }
html.dark #chat-pane .flynet-lumina-card:nth-child(8), html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card:nth-child(8) { animation-delay: calc(var(--flynet-motion-stagger-long) * 11); }

/* —— 4B.3 Microinteracciones premium —— */
.flynet-page-btn,
.flynet-corporate-header__cta,
.flynet-corporate-footer__cta {
  transition:
    transform var(--flynet-motion-fast) var(--flynet-ease-premium),
    box-shadow var(--flynet-motion-normal) var(--flynet-ease-premium),
    background var(--flynet-motion-fast) var(--flynet-ease-premium),
    border-color var(--flynet-motion-fast) var(--flynet-ease-premium),
    filter var(--flynet-motion-fast) var(--flynet-ease-premium);
  transform: translateZ(0);
}
.flynet-page-btn:hover,
.flynet-corporate-header__cta:hover,
.flynet-corporate-footer__cta:hover {
  transform: translateY(-1px);
  box-shadow: var(--flynet-glow-low);
}
.flynet-page-btn:active,
.flynet-corporate-header__cta:active,
.flynet-corporate-footer__cta:active {
  transform: translateY(0) scale(0.98);
  transition-duration: var(--flynet-motion-fast);
}
.flynet-page-btn--primary:hover {
  box-shadow: var(--flynet-glow-medium);
}
.flynet-page-btn:focus-visible,
.flynet-corporate-header__cta:focus-visible,
.flynet-corporate-footer__cta:focus-visible {
  outline: 2px solid #00A8CC;
  outline-offset: 2px;
  box-shadow: var(--flynet-glow-low);
}
.flynet-dynamic-zone__card,
.flynet-page-card,
.flynet-page-plan {
  transition:
    transform var(--flynet-motion-normal) var(--flynet-ease-premium),
    border-color var(--flynet-motion-normal) var(--flynet-ease-premium),
    box-shadow var(--flynet-motion-normal) var(--flynet-ease-premium),
    background var(--flynet-motion-normal) var(--flynet-ease-premium);
  contain: layout paint;
}
.flynet-dynamic-zone__card:hover,
.flynet-page-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--flynet-glow-low);
  border-color: rgba(0, 168, 204, 0.35) !important;
}
.flynet-dynamic-zone__card:active,
.flynet-page-card:active {
  transform: translateY(0) scale(0.995);
}
html.dark #chat-pane .flynet-lumina-card, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card {
  transition:
    transform var(--flynet-motion-normal) var(--flynet-ease-premium),
    border-color var(--flynet-motion-normal) var(--flynet-ease-premium),
    box-shadow var(--flynet-motion-normal) var(--flynet-ease-premium),
    background var(--flynet-motion-normal) var(--flynet-ease-premium) !important;
  contain: layout paint;
}
html.dark #chat-pane .flynet-lumina-card:hover, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: var(--flynet-glow-medium), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}
html.dark #chat-pane .flynet-lumina-card:active, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card:active {
  transform: translateY(-1px) scale(0.99) !important;
}
html.dark #chat-pane .flynet-lumina-card:focus-visible, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card:focus-visible {
  outline: 2px solid #00A8CC;
  outline-offset: 2px;
}

/* —— 4B.5 Smart Contact — estados inline + submit premium —— */
.flynet-smart-contact__field {
  position: relative;
}
.flynet-smart-contact__field-hint {
  display: block;
  min-height: 1.1em;
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.38);
  transition: color var(--flynet-motion-fast) var(--flynet-ease-premium);
}
.flynet-smart-contact__field-hint.is-error {
  color: #fca5a5;
}
.flynet-smart-contact__field-hint.is-ok {
  color: #5eead4;
}
.flynet-smart-contact__field.is-invalid .flynet-smart-contact__input,
.flynet-smart-contact__field.is-invalid .flynet-smart-contact__textarea,
.flynet-smart-contact__field.is-invalid .flynet-smart-contact__combobox-input {
  border-color: rgba(248, 113, 113, 0.65) !important;
  box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.2);
}
.flynet-smart-contact__field.is-valid .flynet-smart-contact__input,
.flynet-smart-contact__field.is-valid .flynet-smart-contact__textarea,
.flynet-smart-contact__field.is-valid .flynet-smart-contact__combobox-input {
  border-color: rgba(45, 212, 191, 0.45) !important;
}
.flynet-smart-contact__input,
.flynet-smart-contact__textarea {
  transition:
    border-color var(--flynet-motion-fast) var(--flynet-ease-premium),
    box-shadow var(--flynet-motion-fast) var(--flynet-ease-premium);
}
.flynet-smart-contact__input:focus,
.flynet-smart-contact__textarea:focus {
  box-shadow: 0 0 0 2px rgba(0, 168, 204, 0.22);
}
.flynet-smart-contact__submit {
  position: relative;
  overflow: hidden;
  min-width: 168px;
}
.flynet-smart-contact__submit.is-loading {
  pointer-events: none;
  opacity: 0.88;
}
.flynet-smart-contact__submit.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.14) 45%,
    transparent 55%
  );
  transform: translateX(-120%);
  animation: flynet-shimmer 1.1s var(--flynet-ease-premium) infinite;
}
@keyframes flynet-shimmer {
  to { transform: translateX(120%); }
}
.flynet-smart-contact__form.is-success .flynet-smart-contact__status--ok {
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(45, 212, 191, 0.08);
  border: 1px solid rgba(45, 212, 191, 0.28);
}
.flynet-smart-contact__form.is-error .flynet-smart-contact__status--error {
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(248, 113, 113, 0.08);
  border: 1px solid rgba(248, 113, 113, 0.28);
}
.flynet-smart-contact__future {
  color: rgba(255, 255, 255, 0.48) !important;
}

/* —— 4B.6 Performance visual —— */
.flynet-page-section,
.flynet-dynamic-zone__inner > section {
  content-visibility: auto;
  contain-intrinsic-size: auto 480px;
}
.flynet-dynamic-zone__grid .flynet-dynamic-zone__card,
.flynet-page-grid .flynet-page-card {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
html.dark #chat-pane .flynet-lumina-card, html[data-flynet-theme="dark"] #chat-pane .flynet-lumina-card {
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
}

/* —— 4B.7 Navbar + footer polish —— */
.flynet-utility-bar__lang-item.is-disabled {
  cursor: default;
  opacity: 0.42;
  pointer-events: none;
}
.flynet-utility-bar__lang-item.is-disabled:hover {
  color: rgba(255, 255, 255, 0.4);
}
.flynet-nav-dropdown {
  transition:
    opacity var(--flynet-motion-normal) var(--flynet-ease-out-soft),
    transform var(--flynet-motion-normal) var(--flynet-ease-out-soft);
  transform-origin: top center;
}
.flynet-nav-dropdown.is-opening {
  animation: flynet-dropdown-in var(--flynet-motion-normal) var(--flynet-ease-out-soft) both;
}
@keyframes flynet-dropdown-in {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.flynet-nav-dropdown__item {
  transition:
    background var(--flynet-motion-fast) var(--flynet-ease-premium),
    transform var(--flynet-motion-fast) var(--flynet-ease-premium) !important;
}
.flynet-nav-dropdown__item:hover {
  transform: translateX(2px);
}
.flynet-corporate-header__nav-link {
  transition:
    background var(--flynet-motion-fast) var(--flynet-ease-premium),
    color var(--flynet-motion-fast) var(--flynet-ease-premium),
    box-shadow var(--flynet-motion-fast) var(--flynet-ease-premium) !important;
}
@media (max-width: 1024px) {
  html.dark .flynet-corporate-header__nav,
  html[data-flynet-theme="dark"] .flynet-corporate-header__nav {
    transition:
      opacity var(--flynet-motion-normal) var(--flynet-ease-out-soft),
      transform var(--flynet-motion-normal) var(--flynet-ease-out-soft);
    transform-origin: top center;
  }
  html.dark .flynet-corporate-header--menu-open .flynet-corporate-header__nav,
  html[data-flynet-theme="dark"] .flynet-corporate-header--menu-open .flynet-corporate-header__nav {
    animation: flynet-dropdown-in var(--flynet-motion-normal) var(--flynet-ease-out-soft) both;
  }
}
.flynet-corporate-footer__link {
  transition:
    color var(--flynet-motion-fast) var(--flynet-ease-premium),
    transform var(--flynet-motion-fast) var(--flynet-ease-premium) !important;
}
.flynet-corporate-footer__link:hover {
  transform: translateX(2px);
}
.flynet-corporate-footer__legal-link {
  transition: color var(--flynet-motion-fast) var(--flynet-ease-premium);
}
.flynet-utility-bar__link {
  transition: color var(--flynet-motion-fast) var(--flynet-ease-premium);
}

@media (max-width: 560px) {
  .flynet-smart-contact__layout {
    gap: 20px !important;
  }
  .flynet-smart-contact__grid {
    gap: 14px !important;
  }
  .flynet-smart-contact__form {
    padding: 18px 16px !important;
  }
}

/* —— FASE 8.4C: privacidad de fuentes RAG (usuario final) —— */
#messages-container button[aria-label*="Source"], #messages-container button[aria-label*="Sources"], #messages-container button[aria-label*="Fuente"], #messages-container button[aria-label*="Fuentes"], #messages-container button[aria-label^="View source"], #messages-container button[aria-label^="Ver fuente"], #messages-container button[id^="source-"] {
  display: none !important;
}

/* —— Flynet Light (base mínima, sin paridad 3.5) —— */
html.light body::before, html[data-flynet-theme="light"] body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse 120% 80% at 50% 0%, #E8EEF8 0%, #F4F7FC 55%, #F4F7FC 100%);
}
html.light, html.light body, html[data-flynet-theme="light"], html[data-flynet-theme="light"] body {
  background-color: #F4F7FC;
}
html.light #sidebar, html[data-flynet-theme="light"] #sidebar {
  background: rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-right: 1px solid rgba(0, 168, 204, 0.22);
}
html.light :focus-visible, html[data-flynet-theme="light"] :focus-visible {
  outline: 2px solid #1E6FD9;
  outline-offset: 2px;
}

