/* ================================================
   SOPORTE SAMAI — LANDING PAGE STYLES
   Dark Mode Premium · Institutional & Professional
   ================================================ */

/* ——— RESET & BASE ——— */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --blue-500: #3B82F6;
  --blue-400: #60A5FA;
  --blue-600: #2563EB;
  --blue-700: #1D4ED8;
  --blue-900: #1E3A8A;
  --blue-950: #172554;
  --indigo-500: #6366F1;
  --cyan-400: #22D3EE;
  --bg-black: #000000;
  --bg-darkest: #09090B;
  --bg-dark: #18181B;
  --bg-card: #1C1C1F;
  --bg-card-hover: #222227;
  --border: rgba(255, 255, 255, 0.07);
  --border-blue: rgba(59, 130, 246, 0.3);
  --text-white: #FFFFFF;
  --text-light: #E4E4E7;
  --text-muted: #A1A1AA;
  --text-faint: #52525B;
  --green: #22C55E;
  --red: #EF4444;
  --orange: #F97316;
  --radius: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --shadow-blue: 0 0 40px rgba(59, 130, 246, 0.15);
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.5);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--bg-darkest);
  color: var(--text-light);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ——— SCROLLBAR ——— */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--bg-dark);
}

::-webkit-scrollbar-thumb {
  background: var(--blue-700);
  border-radius: 3px;
}

/* ——— SELECTION ——— */
::selection {
  background: rgba(59, 130, 246, 0.3);
  color: var(--text-white);
}

/* ——— CONTAINER ——— */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ================================================
   NAVBAR
   ================================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0;
  background: rgba(9, 9, 11, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}

.navbar.scrolled {
  background: rgba(9, 9, 11, 0.97);
  border-bottom-color: rgba(59, 130, 246, 0.2);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.5);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

/* Logo */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-icon {
  display: flex;
  align-items: center;
  filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.5));
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-main {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-accent {
  font-size: 17px;
  font-weight: 800;
  color: var(--text-white);
  letter-spacing: 0.02em;
}

/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  flex: 1;
  justify-content: flex-end;
}

.nav-link {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 8px;
  transition: var(--transition);
  white-space: nowrap;
}

.nav-link:hover {
  color: var(--text-white);
  background: rgba(255, 255, 255, 0.06);
}

.btn-whatsapp-nav {
  display: flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-whatsapp-nav:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-light);
  border-radius: 2px;
  transition: var(--transition);
}

/* ================================================
   HERO
   ================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 110px 0 80px;
  overflow: hidden;
  background: var(--bg-black);
}

.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(59, 130, 246, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.hero-orb-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.18) 0%, transparent 70%);
  top: -100px;
  left: -100px;
}

.hero-orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.12) 0%, transparent 70%);
  bottom: -80px;
  right: 10%;
}

.hero-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* Hero content */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.25);
  color: var(--blue-400);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-400);
  animation: pulseDot 2s ease-in-out infinite;
}

@keyframes pulseDot {

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

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

.hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.18;
  color: var(--text-white);
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.hero-title-accent {
  background: linear-gradient(135deg, var(--blue-400), var(--blue-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 24px;
  max-width: 500px;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-left: 3px solid var(--blue-500);
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 32px;
}

.trust-avatar {
  width: 36px;
  height: 36px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-text {
  font-size: 14px;
  color: var(--text-muted);
}

.trust-text strong {
  color: var(--text-white);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/* Stats */
.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.stat-item {
  text-align: center;
  padding: 0 24px;
  flex: 1;
}

.stat-item:first-child {
  padding-left: 0;
}

.stat-item:last-child {
  padding-right: 0;
}

.stat-number {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: var(--blue-400);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.stat-label {
  display: block;
  font-size: 11px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 2px;
  font-weight: 500;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
}

/* ——— DASHBOARD MOCKUP ——— */
.hero-visual {
  position: relative;
}

.dashboard-mockup {
  background: var(--bg-dark);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(59, 130, 246, 0.1), var(--shadow-blue);
  animation: floatDash 6s ease-in-out infinite;
}

@keyframes floatDash {

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

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

.dash-header {
  background: rgba(0, 0, 0, 0.4);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--border);
}

.dash-dots {
  display: flex;
  gap: 6px;
}

.dd {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dd-red {
  background: #FF5F57;
}

.dd-yellow {
  background: #FFBD2E;
}

.dd-green {
  background: #28C840;
}

.dash-title-bar {
  font-size: 11px;
  font-family: 'JetBrains Mono', monospace;
  color: var(--text-muted);
  letter-spacing: 0.03em;
}

.dash-body {
  display: flex;
  min-height: 320px;
}

.dash-sidebar {
  width: 130px;
  background: rgba(0, 0, 0, 0.3);
  border-right: 1px solid var(--border);
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
}

.dash-menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 11px;
  color: var(--text-faint);
  cursor: default;
  transition: var(--transition);
  font-weight: 500;
}

.dash-menu-item.active {
  background: rgba(59, 130, 246, 0.15);
  color: var(--blue-400);
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.dash-main {
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dash-cards-row {
  display: flex;
  gap: 10px;
}

.dash-card-mini {
  flex: 1;
  border-radius: 8px;
  padding: 10px 12px;
  border: 1px solid var(--border);
}

.dash-card-mini.blue {
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.2);
}

.dash-card-mini.green {
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.2);
}

.dash-card-mini.orange {
  background: rgba(249, 115, 22, 0.1);
  border-color: rgba(249, 115, 22, 0.2);
}

.dcm-label {
  display: block;
  font-size: 9px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  font-weight: 600;
}

.dcm-val {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: var(--text-white);
}

.dash-card-mini.blue .dcm-val {
  color: var(--blue-400);
}

.dash-card-mini.green .dcm-val {
  color: #22C55E;
}

.dash-card-mini.orange .dcm-val {
  color: #F97316;
}

.dash-chart-area {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px;
}

.chart-label {
  font-size: 10px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  font-weight: 600;
}

.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 60px;
}

.chart-bar {
  flex: 1;
  background: linear-gradient(180deg, var(--blue-500), rgba(59, 130, 246, 0.3));
  border-radius: 3px 3px 0 0;
  height: var(--h);
  position: relative;
  min-height: 8px;
  transition: var(--transition);
}

.chart-bar span {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  color: var(--text-faint);
  font-weight: 600;
}

.dash-ticket-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dticket {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--text-muted);
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 5px;
}

.dt-status {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.dt-status.resolved {
  background: #22C55E;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.5);
}

.dt-status.pending {
  background: #F97316;
  box-shadow: 0 0 6px rgba(249, 115, 22, 0.5);
}

.hero-glow-ring {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(59, 130, 246, 0.15);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ringPulse 4s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}

@keyframes ringPulse {

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

  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.1;
  }
}

/* ================================================
   BUTTONS
   ================================================ */
.btn-primary,
.btn-primary-sm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.btn-primary {
  font-size: 14px;
  padding: 12px 22px;
}

.btn-primary-sm {
  font-size: 13px;
  padding: 10px 18px;
}

.btn-lg {
  padding: 14px 28px !important;
  font-size: 15px !important;
}

.btn-primary:hover,
.btn-primary-sm:hover {
  background: linear-gradient(135deg, var(--blue-400), var(--blue-500));
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.5);
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 10px;
  transition: var(--transition);
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.btn-whatsapp-lg {
  padding: 16px 24px !important;
  font-size: 15px !important;
  width: 100%;
  justify-content: center;
  border-radius: 12px !important;
}

.btn-sm {
  font-size: 13px !important;
  padding: 9px 16px !important;
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
}

/* ================================================
   SECTION COMMONS
   ================================================ */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-400);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding: 5px 14px;
  background: rgba(59, 130, 246, 0.08);
  border-radius: 100px;
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.section-title {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--text-white);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.75;
}

.accent {
  background: linear-gradient(135deg, var(--blue-400), var(--blue-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ================================================
   SERVICES
   ================================================ */
.section-services {
  padding: 100px 0;
  background: var(--bg-darkest);
  position: relative;
}

.section-services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.3), transparent);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: var(--transition);
  overflow: hidden;
  cursor: default;
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, transparent 60%);
  opacity: 0;
  transition: var(--transition);
}

.service-card:hover {
  border-color: rgba(59, 130, 246, 0.35);
  background: var(--bg-card-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-blue), 0 20px 40px rgba(0, 0, 0, 0.4);
}

.service-card:hover::before {
  opacity: 1;
}

.sc-icon-wrap {
  flex-shrink: 0;
}

.sc-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-icon-blue {
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.25);
  color: var(--blue-400);
}

.sc-icon-indigo {
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.25);
  color: #818CF8;
}

.sc-icon-cyan {
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.2);
  color: #22D3EE;
}

.sc-body {
  flex: 1;
}

.sc-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 8px;
  line-height: 1.35;
}

.sc-desc {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.7;
}

.sc-accent-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-500), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover .sc-accent-line {
  transform: scaleX(1);
}

/* ================================================
   COVERAGE
   ================================================ */
.section-coverage {
  padding: 100px 0;
  background: var(--bg-dark);
  position: relative;
}

.section-coverage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.3), transparent);
}

.section-coverage::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.3), transparent);
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.coverage-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.coverage-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-600), var(--blue-400));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.coverage-card:hover {
  border-color: var(--border-blue);
  transform: translateY(-4px);
  box-shadow: var(--shadow-blue), 0 20px 40px rgba(0, 0, 0, 0.3);
}

.coverage-card:hover::after {
  transform: scaleX(1);
}

.coverage-external {
  border-color: rgba(59, 130, 246, 0.2);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), var(--bg-card));
}

.cov-map-icon {
  margin-bottom: 16px;
  opacity: 0.8;
}

.cov-city {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.cov-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 16px;
}

.cov-tag {
  display: inline-block;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.2);
  color: var(--blue-400);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
}

.cov-tag-alt {
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.2);
  color: #22C55E;
}

/* ================================================
   SCHEDULE
   ================================================ */
.section-schedule {
  padding: 100px 0;
  background: var(--bg-darkest);
}

.schedule-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.schedule-title {
  font-size: clamp(1.7rem, 2.5vw, 2.2rem);
  font-weight: 800;
  color: var(--text-white);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 12px 0 16px;
}

.schedule-sub {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 28px;
}

.schedule-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px;
  box-shadow: var(--shadow-card);
}

.sch-day-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.sch-times {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.sch-time-block {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.sch-time-icon {
  width: 32px;
  height: 32px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.sch-label {
  display: block;
  font-size: 11px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 3px;
}

.sch-time {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-white);
  font-variant-numeric: tabular-nums;
}

.sch-divider {
  text-align: center;
  color: var(--text-faint);
  font-size: 20px;
  align-self: center;
  flex-shrink: 0;
}

.sch-closed {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: var(--text-faint);
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

/* ================================================
   CONTACT / FORM
   ================================================ */
.section-contact {
  padding: 100px 0;
  background: var(--bg-dark);
  position: relative;
}

.section-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.3), transparent);
}

.contact-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 48px;
  align-items: start;
}

.contact-card-person {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(59, 130, 246, 0.07);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: var(--radius);
  padding: 20px;
  margin-bottom: 24px;
}

.person-avatar {
  width: 56px;
  height: 56px;
  background: rgba(59, 130, 246, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid rgba(59, 130, 246, 0.3);
}

.person-name {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 3px;
}

.person-role {
  display: block;
  font-size: 12px;
  color: var(--blue-400);
  font-weight: 500;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.info-item:last-of-type {
  border-bottom: none;
  margin-bottom: 24px;
}

.info-icon {
  width: 36px;
  height: 36px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-label {
  display: block;
  font-size: 11px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 3px;
}

.info-value {
  display: block;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ——— FORM ——— */
.contact-form-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px;
}

.form-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}

.form-group+.form-group {
  margin-bottom: 0;
}

.section-contact .contact-grid .contact-form-wrap .form-group:not(.form-row .form-group) {
  margin-bottom: 16px;
}

label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}

.req {
  color: var(--blue-400);
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--text-white);
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  width: 100%;
  transition: var(--transition);
  outline: none;
  -webkit-appearance: none;
}

input::placeholder,
textarea::placeholder {
  color: var(--text-faint);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue-500);
  background: rgba(59, 130, 246, 0.05);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23A1A1AA' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

select option {
  background: #1C1C1F;
  color: var(--text-white);
}

textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.6;
}

.form-actions {
  margin-top: 24px;
}

.btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: white;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 24px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 0.02em;
}

.btn-submit:hover {
  background: linear-gradient(135deg, var(--blue-400), var(--blue-500));
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.5);
}

.btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.form-success {
  margin-top: 24px;
  padding: 24px;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.25);
  border-radius: 12px;
  text-align: center;
}

.success-icon {
  margin-bottom: 12px;
}

.success-title {
  font-size: 17px;
  font-weight: 700;
  color: #22C55E;
  margin-bottom: 8px;
}

.success-msg {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
}

.success-msg strong {
  color: var(--text-white);
}

.form-error {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 12px 16px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.25);
  border-radius: 8px;
  font-size: 13px;
  color: #FCA5A5;
}

/* ================================================
   CTA FINAL
   ================================================ */
.section-cta {
  position: relative;
  padding: 120px 0;
  background: var(--bg-black);
  overflow: hidden;
}

.cta-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(59, 130, 246, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
}

.cta-orb {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(60px);
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.25);
  color: var(--blue-400);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 28px;
}

.cta-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--text-white);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.cta-subtitle {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.75;
}

.cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ================================================
   FOOTER
   ================================================ */
.footer {
  background: var(--bg-darkest);
  border-top: 1px solid var(--border);
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}

.footer-logo {
  margin-bottom: 14px;
}

.footer-tagline {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-wa {
  margin-top: 4px;
}

.footer-col-title {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

.mt-2 {
  margin-top: 20px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 13.5px;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--blue-400);
}

.footer-person {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 16px;
}

.footer-coverage {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
}

.footer-coverage-sub {
  font-size: 13px;
  color: var(--text-faint);
  margin-top: 4px;
}

.footer-schedule {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fs-day {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-light);
}

.fs-time {
  font-size: 13.5px;
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 0;
}

.footer-copy {
  font-size: 12px;
  color: var(--text-faint);
  text-align: center;
}

/* ================================================
   FLOATING WHATSAPP
   ================================================ */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.5);
  transition: var(--transition);
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.65);
}

.wa-tooltip {
  position: absolute;
  right: 72px;
  background: var(--bg-card);
  color: var(--text-white);
  font-size: 12px;
  font-weight: 600;
  padding: 7px 12px;
  border-radius: 8px;
  white-space: nowrap;
  border: 1px solid var(--border);
  opacity: 0;
  pointer-events: none;
  transform: translateX(5px);
  transition: var(--transition);
}

.whatsapp-float:hover .wa-tooltip {
  opacity: 1;
  transform: translateX(0);
}

.wa-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.4);
  animation: waPulse 2.5s ease-out infinite;
}

@keyframes waPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

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

/* ================================================
   FORM MARGINS CORRECTION
   ================================================ */
.support-form .form-group {
  margin-bottom: 16px;
}

.support-form .form-row {
  margin-bottom: 0;
}

.support-form .form-row .form-group {
  margin-bottom: 0;
}

/* ================================================
   SCROLL ANIMATIONS
   ================================================ */
.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ================================================
   RESPONSIVE
   ================================================ */

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

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

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 900px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-visual {
    display: none;
  }

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

  .schedule-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .nav-links {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(9, 9, 11, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: stretch;
    padding: 16px 24px 24px;
    border-bottom: 1px solid var(--border);
    gap: 4px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-link {
    padding: 12px 16px;
    border-radius: 8px;
  }

  .btn-whatsapp-nav {
    justify-content: center;
    padding: 12px 16px;
  }

  .hamburger {
    display: flex;
  }
}

@media (max-width: 680px) {
  .hero {
    padding: 96px 0 64px;
  }

  .section-services,
  .section-coverage,
  .section-schedule,
  .section-contact,
  .section-cta {
    padding: 72px 0;
  }

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

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

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-whatsapp {
    width: 100%;
    justify-content: center;
  }

  .cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .cta-actions .btn-primary,
  .cta-actions .btn-whatsapp {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form-wrap {
    padding: 24px;
  }

  .schedule-card {
    padding: 24px;
  }

  .sch-times {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .sch-divider {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-stats {
    flex-direction: column;
    gap: 16px;
  }

  .stat-divider {
    width: 50px;
    height: 1px;
  }
}

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

  .dash-sidebar {
    display: none;
  }
}


/* ================================================
   UPGRADE VISUAL PRO — PEGAR AL FINAL
   ================================================ */

/* ——— Variables visuales mejoradas ——— */
:root {
  --bg-elevated: #101827;
  --bg-soft: #0B1220;
  --text-soft: #CBD5E1;
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.28);
  --shadow-premium: 0 20px 60px rgba(0, 0, 0, 0.45);
  --ring-focus: 0 0 0 4px rgba(96, 165, 250, 0.14);
}

/* ——— Base más fina ——— */
body {
  background:
    radial-gradient(circle at top, rgba(29, 78, 216, 0.10), transparent 30%),
    linear-gradient(180deg, #05070c 0%, #09090B 100%);
  color: var(--text-light);
}

.section-title,
.hero-title,
.cta-title,
.schedule-title {
  text-wrap: balance;
}

.section-subtitle,
.hero-subtitle,
.cta-subtitle,
.schedule-sub,
.sc-desc,
.cov-desc,
.info-value,
.success-msg,
.footer-tagline {
  color: var(--text-soft);
}

/* ——— Mejor aire entre secciones ——— */
.section-services,
.section-coverage,
.section-schedule,
.section-contact,
.section-cta {
  padding-top: 112px;
  padding-bottom: 112px;
}

/* ——— Navbar más premium ——— */
.navbar {
  background: rgba(9, 9, 11, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.navbar.scrolled {
  background: rgba(9, 9, 11, 0.92);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.nav-link {
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-400), var(--blue-500));
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

/* ——— Hero más refinado ——— */
.hero {
  background:
    radial-gradient(circle at 20% 10%, rgba(59, 130, 246, 0.16), transparent 28%),
    radial-gradient(circle at 80% 85%, rgba(99, 102, 241, 0.12), transparent 24%),
    linear-gradient(180deg, #030712 0%, #020617 100%);
}

.hero-badge,
.section-tag,
.cta-badge {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-trust {
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow-soft);
}

.hero-actions {
  margin-bottom: 28px;
}

/* ——— Botones más elegantes ——— */
.btn-primary,
.btn-primary-sm,
.btn-submit {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25);
}

.btn-primary::before,
.btn-primary-sm::before,
.btn-submit::before,
.btn-whatsapp::before,
.btn-whatsapp-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.10) 35%,
      transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}

.btn-primary:hover::before,
.btn-primary-sm:hover::before,
.btn-submit:hover::before,
.btn-whatsapp:hover::before,
.btn-whatsapp-nav:hover::before {
  transform: translateX(120%);
}

.btn-whatsapp,
.btn-whatsapp-nav {
  position: relative;
  overflow: hidden;
}

.btn-primary:focus-visible,
.btn-primary-sm:focus-visible,
.btn-submit:focus-visible,
.btn-whatsapp:focus-visible,
.btn-whatsapp-nav:focus-visible,
.nav-link:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
  box-shadow: var(--ring-focus);
}

/* ——— Cards más premium ——— */
.service-card,
.coverage-card,
.contact-form-wrap,
.schedule-card {
  box-shadow: var(--shadow-soft);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.01)),
    var(--bg-card);
}

.service-card:hover,
.coverage-card:hover {
  box-shadow: var(--shadow-premium), 0 0 0 1px rgba(96, 165, 250, 0.08);
}

.service-card,
.coverage-card {
  min-height: 100%;
}

/* ——— Servicios: mejor jerarquía ——— */
.sc-title {
  font-size: 17px;
  margin-bottom: 10px;
}

.sc-desc {
  font-size: 14px;
}

/* ——— Cobertura más limpia ——— */
.coverage-card {
  padding: 30px 22px;
}

.cov-city {
  margin-bottom: 8px;
}

.cov-tag {
  font-size: 10px;
  padding: 5px 11px;
}

/* ——— Schedule más elegante ——— */
.schedule-card {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 28%),
    var(--bg-card);
}

/* ——— Formulario más pro ——— */
.contact-form-wrap {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.form-title {
  font-size: 20px;
}

label {
  color: var(--text-light);
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  background: rgba(3, 7, 18, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.10);
  min-height: 48px;
}

textarea {
  min-height: 128px;
}

input:hover,
select:hover,
textarea:hover {
  border-color: rgba(96, 165, 250, 0.35);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue-400);
  box-shadow: var(--ring-focus);
}

.btn-submit {
  min-height: 52px;
}

.form-success {
  box-shadow: 0 12px 30px rgba(34, 197, 94, 0.08);
}

.form-error {
  box-shadow: 0 12px 30px rgba(239, 68, 68, 0.08);
}

/* ——— CTA final más impactante ——— */
.section-cta {
  background:
    radial-gradient(circle at center, rgba(29, 78, 216, 0.14), transparent 35%),
    linear-gradient(180deg, #030712 0%, #020617 100%);
}

.cta-content {
  max-width: 760px;
  margin: 0 auto;
}

/* ——— Footer más fino ——— */
.footer {
  background:
    linear-gradient(180deg, #07090f 0%, #05070c 100%);
}

.footer-bottom {
  background: rgba(255, 255, 255, 0.015);
}

/* ——— Floating WhatsApp mejorado ——— */
.whatsapp-float {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(37, 211, 102, 0.18);
  pointer-events: none;
}

/* ——— Scroll reveal un poco más suave ——— */
.reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ——— Responsive fino ——— */
@media (max-width: 900px) {

  .section-services,
  .section-coverage,
  .section-schedule,
  .section-contact,
  .section-cta {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .hero {
    min-height: auto;
  }
}

@media (max-width: 680px) {

  .container,
  .nav-container,
  .hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title,
  .cta-title,
  .section-title {
    line-height: 1.15;
  }

  .service-card,
  .coverage-card,
  .contact-form-wrap,
  .schedule-card {
    border-radius: 14px;
  }

  .whatsapp-float {
    width: 56px;
    height: 56px;
    right: 20px;
    bottom: 20px;
  }

  .wa-tooltip {
    display: none;
  }
}


/* ================================================
   PROCESS SECTION
   ================================================ */
.section-process {
  padding: 100px 0;
  background: var(--bg-darkest);
  position: relative;
}

.section-process::before,
.section-process::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.28), transparent);
}

.section-process::before {
  top: 0;
}

.section-process::after {
  bottom: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.process-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.01)), var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  overflow: hidden;
}

.process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.32);
  box-shadow: var(--shadow-blue), 0 20px 40px rgba(0, 0, 0, 0.38);
}

.process-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), transparent 55%);
  opacity: 0;
  transition: var(--transition);
}

.process-card:hover::after {
  opacity: 1;
}

.process-step {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(96, 165, 250, 0.6);
  letter-spacing: 0.08em;
}

.process-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-400);
  background: rgba(59, 130, 246, 0.10);
  border: 1px solid rgba(59, 130, 246, 0.22);
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.process-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 10px;
  line-height: 1.35;
  position: relative;
  z-index: 1;
}

.process-desc {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-muted);
  position: relative;
  z-index: 1;
}

/* ================================================
   FAQ SECTION
   ================================================ */
.section-faq {
  padding: 100px 0;
  background: var(--bg-dark);
  position: relative;
}

.section-faq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.28), transparent);
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.01)), var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-card);
}

.faq-item:hover {
  border-color: rgba(59, 130, 246, 0.28);
}

.faq-item[open] {
  border-color: rgba(59, 130, 246, 0.34);
  box-shadow: var(--shadow-blue), 0 18px 35px rgba(0, 0, 0, 0.28);
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  padding: 20px 22px;
  color: var(--text-white);
  font-size: 15px;
  font-weight: 600;
  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  flex-shrink: 0;
  color: var(--blue-400);
  transition: transform 0.25s ease;
}

.faq-item[open] .faq-icon {
  transform: rotate(180deg);
}

.faq-content {
  padding: 0 22px 20px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* ================================================
   RESPONSIVE EXTRA
   ================================================ */
@media (max-width: 900px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {

  .section-process,
  .section-faq {
    padding: 72px 0;
  }

  .process-card,
  .faq-item {
    border-radius: 14px;
  }

  .faq-item summary {
    padding: 18px 18px;
    font-size: 14px;
  }

  .faq-content {
    padding: 0 18px 18px;
  }
}

/* ===== HERO PREMIUM ANIMATION ===== */
.hero-title,
.hero-subtitle,
.hero-badge,
.hero-trust,
.hero-actions,
.hero-stats {
  animation: heroFadeUp 0.8s ease both;
}

.hero-badge {
  animation-delay: 0.05s;
}

.hero-title {
  animation-delay: 0.12s;
}

.hero-subtitle {
  animation-delay: 0.2s;
}

.hero-trust {
  animation-delay: 0.28s;
}

.hero-actions {
  animation-delay: 0.36s;
}

.hero-stats {
  animation-delay: 0.44s;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

/* ===== BUTTON PREMIUM EFFECT ===== */
.btn-primary,
.btn-whatsapp,
.btn-whatsapp-nav,
.btn-submit {
  position: relative;
  overflow: hidden;
}

.btn-primary::after,
.btn-whatsapp::after,
.btn-whatsapp-nav::after,
.btn-submit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.12) 35%,
      transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}

.btn-primary:hover::after,
.btn-whatsapp:hover::after,
.btn-whatsapp-nav:hover::after,
.btn-submit:hover::after {
  transform: translateX(120%);
}

.hero-microcopy {
  margin-top: -10px;
  margin-bottom: 28px;
  font-size: 13px;
  color: var(--text-faint);
  line-height: 1.6;
}

.section-trust-strip {
  padding: 0 0 30px;
  background: var(--bg-darkest);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.trust-chip {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-light);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 680px) {
  .whatsapp-float {
    width: 62px;
    height: 62px;
    bottom: 18px;
    right: 18px;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
  }
}

.faq-item summary span {
  flex: 1;
  line-height: 1.5;
}

.faq-item[open] summary {
  background: rgba(59, 130, 246, 0.05);
}

/* ================================================
   TRUST SECTION
   ================================================ */
.section-trust {
  padding: 100px 0;
  background: var(--bg-darkest);
  position: relative;
}

.section-trust::before,
.section-trust::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.28), transparent);
}

.section-trust::before {
  top: 0;
}

.section-trust::after {
  bottom: 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.trust-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.01)), var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  transition: var(--transition);
  box-shadow: var(--shadow-card);
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), transparent 55%);
  opacity: 0;
  transition: var(--transition);
}

.trust-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: var(--shadow-blue), 0 18px 34px rgba(0, 0, 0, 0.32);
}

.trust-card:hover::after {
  opacity: 1;
}

.trust-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-400);
  background: rgba(59, 130, 246, 0.10);
  border: 1px solid rgba(59, 130, 246, 0.22);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.trust-card-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 8px;
  line-height: 1.35;
  position: relative;
  z-index: 1;
}

.trust-card-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
  position: relative;
  z-index: 1;
}

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

@media (max-width: 680px) {
  .section-trust {
    padding: 72px 0;
  }

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

  .trust-card {
    padding: 24px 20px;
  }
}

.cov-tag-alt {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.cov-tag-alt:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.3);
}

#btn-teams {
  transition: all 0.3s ease;
}

#btn-teams:hover {
  transform: translateY(-2px);
}

/* ===== PANEL HERO MÁS POSITIVO ===== */
.dt-status.pending {
  background: #3B82F6;
  box-shadow: 0 0 6px rgba(59, 130, 246, 0.5);
}

.dash-card-mini.blue .dcm-label,
.dash-card-mini.green .dcm-label,
.dash-card-mini.orange .dcm-label {
  color: var(--text-faint);
}

.dt-text {
  color: var(--text-muted);
  font-weight: 500;
}

/* ================================================
   CONSULTA DE TICKET
   ================================================ */
/* ================================================
   CONSULTA DE TICKET
   ================================================ */
.section-ticket {
  padding: 100px 0;
  background: var(--bg-dark);
  position: relative;
}

.section-ticket::before,
.section-ticket::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.28), transparent);
}

.section-ticket::before {
  top: 0;
}

.section-ticket::after {
  bottom: 0;
}

.ticket-panel {
  max-width: 760px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.01)), var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow-card);
}

.ticket-form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}

#ticket-input {
  width: 100%;
  min-height: 50px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--text-white);
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  transition: var(--transition);
  outline: none;
}

#ticket-input::placeholder {
  color: var(--text-faint);
}

#ticket-input:hover {
  border-color: rgba(96, 165, 250, 0.35);
}

#ticket-input:focus {
  border-color: var(--blue-500);
  background: rgba(59, 130, 246, 0.05);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

.ticket-result {
  margin-top: 18px;
}

.ticket-result .form-success {
  margin-top: 0;
}

#ticket-error {
  margin-top: 18px;
}

/* ================================================
   ESTADOS
   ================================================ */
.estado-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.estado-pendiente {
  background: rgba(245, 158, 11, 0.14);
  color: #FBBF24;
  border: 1px solid rgba(245, 158, 11, 0.22);
}

.estado-proceso {
  background: rgba(59, 130, 246, 0.14);
  color: #60A5FA;
  border: 1px solid rgba(59, 130, 246, 0.22);
}

.estado-resuelto {
  background: rgba(34, 197, 94, 0.14);
  color: #4ADE80;
  border: 1px solid rgba(34, 197, 94, 0.22);
}

/* ================================================
   PANEL ADMIN
   ================================================ */
.section-admin {
  padding: 100px 0;
  background: var(--bg-darkest);
  position: relative;
}

.section-admin::before,
.section-admin::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.28), transparent);
}

.section-admin::before {
  top: 0;
}

.section-admin::after {
  bottom: 0;
}

.admin-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.01)), var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow-card);
}

.admin-login-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

#admin-username,
#admin-password,
#admin-search,
#admin-filter-status {
  width: 100%;
  min-height: 50px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--text-white);
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  transition: var(--transition);
  outline: none;
}

#admin-username::placeholder,
#admin-password::placeholder,
#admin-search::placeholder {
  color: var(--text-faint);
}

#admin-username:hover,
#admin-password:hover,
#admin-search:hover,
#admin-filter-status:hover {
  border-color: rgba(96, 165, 250, 0.35);
}

#admin-username:focus,
#admin-password:focus,
#admin-search:focus,
#admin-filter-status:focus {
  border-color: var(--blue-500);
  background: rgba(59, 130, 246, 0.05);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.admin-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.admin-close-btn {
  background: linear-gradient(135deg, #334155, #1e293b) !important;
}

.admin-close-btn:hover {
  opacity: 0.95;
}

.admin-logout-btn {
  background: linear-gradient(135deg, #7f1d1d, #991b1b) !important;
}

.admin-logout-btn:hover {
  opacity: 0.95;
}

.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 26px;
}

.admin-stat-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px;
  text-align: center;
}

.admin-stat-box-accent {
  border-color: rgba(34, 197, 94, 0.35);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.08), rgba(59, 130, 246, 0.04));
}

.admin-stat-label {
  display: block;
  font-size: 12px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  font-weight: 700;
}

.admin-stat-value {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: var(--blue-400);
}

.admin-report-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 24px;
}

.admin-report-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  box-shadow: var(--shadow-card);
}

.admin-report-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 14px;
}

.admin-report-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-report-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.admin-report-name {
  font-size: 14px;
  color: var(--text-light);
  font-weight: 600;
}

.admin-report-value {
  font-size: 14px;
  color: var(--blue-400);
  font-weight: 800;
}

.admin-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.admin-table th,
.admin-table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  vertical-align: middle;
}

.admin-table th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-faint);
  background: rgba(15, 23, 42, 0.8);
  position: sticky;
  top: 0;
  z-index: 2;
  font-weight: 800;
  white-space: nowrap;
}

.admin-table td {
  color: var(--text-light);
  font-size: 13px;
}

.admin-table tbody tr:hover {
  background: rgba(59, 130, 246, 0.04);
}

.admin-table tbody tr:nth-child(4n+1) {
  background: rgba(255, 255, 255, 0.015);
}

.admin-table tbody tr:nth-child(4n+1):hover {
  background: rgba(59, 130, 246, 0.06);
}

.admin-estado-select {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: var(--text-white);
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  width: 100%;
  transition: border-color 0.2s ease;
}

.admin-estado-select:focus {
  border-color: var(--blue-500);
  outline: none;
}

.admin-save-btn {
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  transition: opacity 0.2s ease, transform 0.15s ease;
}

.admin-save-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* ================================================
   AYUDAS ULTRA PRO
   ================================================ */
.section-help-ultra {
  padding: 100px 0;
  background: var(--bg-dark);
  position: relative;
}

.section-help-ultra::before,
.section-help-ultra::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.28), transparent);
}

.section-help-ultra::before {
  top: 0;
}

.section-help-ultra::after {
  bottom: 0;
}

.help-ultra-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.help-ultra-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    var(--bg-card);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.help-ultra-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(96, 165, 250, 0.28);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(59, 130, 246, 0.08);
}

.help-ultra-media {
  position: relative;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.24), transparent 28%),
    radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.18), transparent 34%),
    linear-gradient(135deg, #08111f, #0b1730 52%, #0a1020);
}

.help-ultra-media-info {
  background:
    radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.18), transparent 28%),
    radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.14), transparent 34%),
    linear-gradient(135deg, #101827, #0f172a 52%, #111827);
}

.help-ultra-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.32));
}

.help-ultra-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--blue-400);
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.22);
}

.help-ultra-icon-box {
  position: relative;
  z-index: 1;
  width: 88px;
  height: 88px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.help-ultra-body {
  padding: 24px;
}

.help-ultra-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-white);
  line-height: 1.35;
  margin-bottom: 12px;
}

.help-ultra-desc {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.help-ultra-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.help-ultra-secondary {
  background: rgba(255, 255, 255, 0.06) !important;
  color: var(--text-white) !important;
  border: 1px solid rgba(255, 255, 255, 0.10);
  text-decoration: none;
}

.help-ultra-secondary:hover {
  transform: translateY(-2px);
}

.help-ultra-note {
  margin-top: 14px;
  font-size: 12px;
  color: var(--text-faint);
  line-height: 1.6;
}

/* ===== VISTA PREVIA DE VIDEO EN AYUDAS ===== */
.help-ultra-video-preview {
  padding: 14px;
  height: auto;
  display: block;
  background:
    radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.18), transparent 28%),
    radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.12), transparent 34%),
    linear-gradient(135deg, #08111f, #0b1730 52%, #0a1020);
}

.help-ultra-inline-video {
  width: 100%;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.30);
}

/* ================================================
   MODAL AYUDAS
   ================================================ */
.help-ultra-modal {
  position: fixed;
  inset: 0;
  z-index: 3500;
  display: none;
}

.help-ultra-modal.active {
  display: block;
}

.help-ultra-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
}

.help-ultra-dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 32px));
  margin: 34px auto;
  border-radius: 20px;
  overflow: hidden;
  background: #05070c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

.help-ultra-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.help-ultra-header h3 {
  margin: 0;
  font-size: 16px;
  color: var(--text-white);
  font-weight: 700;
}

.help-ultra-close {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.help-ultra-content {
  background: #000;
  min-height: 220px;
}

.help-ultra-content iframe,
.help-ultra-content video {
  width: 100%;
  height: min(72vh, 640px);
  display: block;
}

.help-ultra-footer {
  display: flex;
  justify-content: flex-end;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.help-modal-open {
  overflow: hidden;
}

/* ================================================
   RESPONSIVE FINAL
   ================================================ */
@media (max-width: 1100px) {
  .admin-report-grid {
    grid-template-columns: 1fr;
  }

  .help-ultra-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .admin-login-grid {
    grid-template-columns: 1fr;
  }

  .admin-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

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

@media (max-width: 680px) {

  .section-ticket,
  .section-admin,
  .section-help-ultra {
    padding: 72px 0;
  }

  .ticket-panel,
  .admin-card {
    padding: 22px;
  }

  .ticket-form-row {
    grid-template-columns: 1fr;
  }

  .ticket-form-row .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .admin-actions {
    grid-template-columns: 1fr;
  }

  .admin-actions .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .admin-stats-grid {
    grid-template-columns: 1fr;
  }

  .help-ultra-media {
    height: 180px;
  }

  .help-ultra-body {
    padding: 20px;
  }

  .help-ultra-actions {
    flex-direction: column;
  }

  .help-ultra-actions .btn-primary-sm,
  .help-ultra-actions .help-ultra-secondary {
    width: 100%;
    justify-content: center;
  }

  .help-ultra-dialog {
    width: calc(100% - 16px);
    margin: 14px auto;
  }

  .help-ultra-content iframe,
  .help-ultra-content video {
    height: 260px;
  }
}

/* ================================================
   ESTADOS
   ================================================ */
.estado-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.estado-pendiente {
  background: rgba(245, 158, 11, 0.14);
  color: #FBBF24;
  border: 1px solid rgba(245, 158, 11, 0.28);
}

.estado-proceso {
  background: rgba(59, 130, 246, 0.14);
  color: #60A5FA;
  border: 1px solid rgba(59, 130, 246, 0.28);
}

.estado-resuelto {
  background: rgba(34, 197, 94, 0.14);
  color: #4ADE80;
  border: 1px solid rgba(34, 197, 94, 0.28);
}

/* ================================================
   PANEL ADMIN
   ================================================ */
.section-admin {
  padding: 100px 0;
  background: var(--bg-darkest);
  position: relative;
}

.section-admin::before,
.section-admin::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.28), transparent);
}

.section-admin::before {
  top: 0;
}

.section-admin::after {
  bottom: 0;
}

.admin-card {
  max-width: 1100px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.01)), var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow-card);
}

.admin-login-form {
  margin-bottom: 18px;
}

.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 26px;
}

.admin-stat-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px;
  text-align: center;
}

.admin-stat-label {
  display: block;
  font-size: 12px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  font-weight: 700;
}

.admin-stat-value {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: var(--blue-400);
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.admin-table th,
.admin-table td {
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
}

.admin-table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-faint);
}

.admin-table td {
  color: var(--text-light);
  font-size: 14px;
}

.admin-estado-select {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: var(--text-white);
  border-radius: 8px;
  padding: 8px 10px;
  margin-right: 8px;
}

.admin-save-btn {
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 700;
}

.admin-save-btn:hover {
  opacity: 0.95;
}

@media (max-width: 900px) {
  .admin-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {

  .section-ticket,
  .section-admin {
    padding: 72px 0;
  }

  .ticket-panel,
  .admin-card {
    padding: 22px;
  }

  .ticket-form-row {
    grid-template-columns: 1fr;
  }

  .ticket-form-row .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .admin-stats-grid {
    grid-template-columns: 1fr;
  }
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.admin-filters {
  display: flex;
  gap: 10px;
}

.admin-actions {
  display: flex;
  gap: 10px;
}

.admin-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.admin-close-btn {
  background: linear-gradient(135deg, #334155, #1e293b) !important;
}

.admin-close-btn:hover {
  opacity: 0.95;
}

@media (max-width: 900px) {
  .admin-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media (max-width: 680px) {
  .admin-actions {
    grid-template-columns: 1fr;
  }

  .admin-actions .btn-primary {
    width: 100%;
    justify-content: center;
  }
}

.admin-login-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

#admin-username,
#admin-password,
#admin-search,
#admin-filter-status {
  width: 100%;
  min-height: 50px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--text-white);
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  transition: var(--transition);
  outline: none;
}

#admin-username::placeholder,
#admin-password::placeholder,
#admin-search::placeholder {
  color: var(--text-faint);
}

#admin-username:hover,
#admin-password:hover,
#admin-search:hover,
#admin-filter-status:hover {
  border-color: rgba(96, 165, 250, 0.35);
}

#admin-username:focus,
#admin-password:focus,
#admin-search:focus,
#admin-filter-status:focus {
  border-color: var(--blue-500);
  background: rgba(59, 130, 246, 0.05);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

.admin-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.admin-close-btn {
  background: linear-gradient(135deg, #334155, #1e293b) !important;
}

@media (max-width: 900px) {
  .admin-login-grid {
    grid-template-columns: 1fr;
  }

  .admin-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}

@media (max-width: 680px) {
  .admin-actions {
    grid-template-columns: 1fr;
  }

  .admin-actions .btn-primary {
    width: 100%;
    justify-content: center;
  }
}

/* ================================================
   AYUDAS RÁPIDAS
   ================================================ */
.section-help {
  padding: 100px 0;
  background: var(--bg-dark);
  position: relative;
}

.section-help::before,
.section-help::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.28), transparent);
}

.section-help::before {
  top: 0;
}

.section-help::after {
  bottom: 0;
}

.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.help-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.01)), var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  min-height: 100%;
}

.help-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.32);
  box-shadow: var(--shadow-blue), 0 20px 40px rgba(0, 0, 0, 0.38);
}

.help-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: rgba(59, 130, 246, 0.10);
  border: 1px solid rgba(59, 130, 246, 0.22);
  margin-bottom: 18px;
}

.help-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 10px;
  line-height: 1.35;
}

.help-desc {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 18px;
}

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

@media (max-width: 680px) {
  .section-help {
    padding: 72px 0;
  }

  .help-card {
    padding: 24px 20px;
  }
}

/* ===== AYUDAS RÁPIDAS ===== */
.section-help {
  padding: 100px 0;
  background: var(--bg-dark);
}

.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.help-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}

.help-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.32);
}

.help-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: rgba(59, 130, 246, 0.10);
  border: 1px solid rgba(59, 130, 246, 0.22);
  margin-bottom: 18px;
}

.help-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.help-desc {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

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

/* ================================================
   AYUDAS RÁPIDAS PRO
   ================================================ */
.section-help-pro {
  padding: 100px 0;
  background: var(--bg-dark);
  position: relative;
}

.section-help-pro::before,
.section-help-pro::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.28), transparent);
}

.section-help-pro::before {
  top: 0;
}

.section-help-pro::after {
  bottom: 0;
}

.help-pro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.help-pro-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.01)),
    var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  overflow: hidden;
  min-height: 100%;
}

.help-pro-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), transparent 60%);
  opacity: 0;
  transition: var(--transition);
  pointer-events: none;
}

.help-pro-card:hover {
  transform: translateY(-5px);
  border-color: rgba(59, 130, 246, 0.34);
  box-shadow: var(--shadow-blue), 0 20px 40px rgba(0, 0, 0, 0.35);
}

.help-pro-card:hover::after {
  opacity: 1;
}

.help-pro-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.help-pro-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: rgba(59, 130, 246, 0.10);
  border: 1px solid rgba(59, 130, 246, 0.22);
  flex-shrink: 0;
}

.help-pro-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-400);
  background: rgba(59, 130, 246, 0.10);
  border: 1px solid rgba(59, 130, 246, 0.22);
}

.help-pro-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-white);
  line-height: 1.35;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.help-pro-desc {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.help-pro-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.help-pro-list li {
  position: relative;
  padding-left: 18px;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--text-light);
}

.help-pro-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue-400);
  font-weight: 900;
}

.help-pro-actions {
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.help-pro-note {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 22px;
  background: rgba(59, 130, 246, 0.06);
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 16px;
}

.help-pro-note-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  background: rgba(59, 130, 246, 0.10);
  border: 1px solid rgba(59, 130, 246, 0.22);
}

.help-pro-note-text {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-light);
}

.help-pro-note-text strong {
  color: var(--text-white);
}

@media (max-width: 1100px) {
  .help-pro-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .section-help-pro {
    padding: 72px 0;
  }

  .help-pro-card {
    padding: 24px 20px;
  }

  .help-pro-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .help-pro-note {
    flex-direction: column;
    padding: 18px;
  }
}

/* ===== AYUDAS PRO VIDEO ===== */
.section-help-pro {
  padding: 100px 0;
  background: var(--bg-dark);
}

.help-pro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.help-pro-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  transition: 0.3s;
}

.help-pro-card:hover {
  transform: translateY(-6px);
  border-color: rgba(59, 130, 246, 0.4);
}

.help-pro-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}

.help-video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid var(--border);
}

.help-video iframe {
  width: 100%;
  height: 100%;
}

.help-pro-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

@media (max-width: 900px) {
  .help-pro-grid {
    grid-template-columns: 1fr;
  }
}

/* ================================================
   AYUDAS NETFLIX
   ================================================ */
.section-help-netflix {
  padding: 100px 0;
  background: var(--bg-dark);
  position: relative;
}

.section-help-netflix::before,
.section-help-netflix::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.28), transparent);
}

.section-help-netflix::before {
  top: 0;
}

.section-help-netflix::after {
  bottom: 0;
}

.help-netflix-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.help-netflix-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)), var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.help-netflix-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(59, 130, 246, 0.30);
  box-shadow: var(--shadow-blue), 0 24px 40px rgba(0, 0, 0, 0.35);
}

.help-netflix-thumb {
  position: relative;
  height: 190px;
  background:
    radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.25), transparent 30%),
    radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.18), transparent 35%),
    linear-gradient(135deg, #0f172a, #111827 50%, #0b1220);
  display: flex;
  align-items: center;
  justify-content: center;
}

.help-netflix-thumb-static {
  background:
    radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.22), transparent 30%),
    radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.16), transparent 35%),
    linear-gradient(135deg, #111827, #1f2937 50%, #0b1220);
}

.help-netflix-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35));
}

.help-netflix-play {
  position: relative;
  z-index: 1;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 24px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.help-netflix-step {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-400);
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.22);
}

.help-netflix-body {
  padding: 22px;
}

.help-netflix-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-white);
  line-height: 1.35;
  margin-bottom: 10px;
}

.help-netflix-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.help-netflix-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.help-secondary-btn {
  background: rgba(255, 255, 255, 0.06) !important;
  color: var(--text-white) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.help-secondary-btn:hover {
  transform: translateY(-2px);
}

/* ================================================
   MODAL VIDEO
   ================================================ */
.help-video-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
}

.help-video-modal.active {
  display: block;
}

.help-video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
}

.help-video-dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 32px));
  margin: 40px auto;
  background: #05070c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.help-video-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.help-video-header h3 {
  margin: 0;
  font-size: 16px;
  color: var(--text-white);
  font-weight: 700;
}

.help-video-close {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.help-video-content {
  position: relative;
  background: #000;
  min-height: 220px;
}

.help-video-content iframe,
.help-video-content video {
  width: 100%;
  height: min(70vh, 620px);
  display: block;
}

.help-video-footer {
  display: flex;
  justify-content: flex-end;
  padding: 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .help-netflix-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .section-help-netflix {
    padding: 72px 0;
  }

  .help-video-dialog {
    width: calc(100% - 20px);
    margin: 20px auto;
  }

  .help-video-content iframe,
  .help-video-content video {
    height: 260px;
  }

  .help-netflix-actions {
    flex-direction: column;
  }

  .help-netflix-actions .btn-primary-sm,
  .help-netflix-actions .help-secondary-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ================================================
   AYUDAS ULTRA PRO
   ================================================ */
.section-help-ultra {
  padding: 100px 0;
  background: var(--bg-dark);
  position: relative;
}

.section-help-ultra::before,
.section-help-ultra::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.28), transparent);
}

.section-help-ultra::before {
  top: 0;
}

.section-help-ultra::after {
  bottom: 0;
}

.help-ultra-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.help-ultra-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    var(--bg-card);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.help-ultra-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(96, 165, 250, 0.28);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(59, 130, 246, 0.08);
}

.help-ultra-media {
  position: relative;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.24), transparent 28%),
    radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.18), transparent 34%),
    linear-gradient(135deg, #08111f, #0b1730 52%, #0a1020);
}

.help-ultra-media-info {
  background:
    radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.18), transparent 28%),
    radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.14), transparent 34%),
    linear-gradient(135deg, #101827, #0f172a 52%, #111827);
}

.help-ultra-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.32));
}

.help-ultra-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--blue-400);
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.22);
}

.help-ultra-play {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease;
}

.help-ultra-card:hover .help-ultra-play {
  transform: scale(1.08);
  background: rgba(255, 255, 255, 0.14);
}

.help-ultra-icon-box {
  position: relative;
  z-index: 1;
  width: 88px;
  height: 88px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.help-ultra-body {
  padding: 24px;
}

.help-ultra-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-white);
  line-height: 1.35;
  margin-bottom: 12px;
}

.help-ultra-desc {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.help-ultra-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.help-ultra-secondary {
  background: rgba(255, 255, 255, 0.06) !important;
  color: var(--text-white) !important;
  border: 1px solid rgba(255, 255, 255, 0.10);
  text-decoration: none;
}

.help-ultra-secondary:hover {
  transform: translateY(-2px);
}

.help-ultra-note {
  margin-top: 14px;
  font-size: 12px;
  color: var(--text-faint);
  line-height: 1.6;
}

/* ================================================
   MODAL
   ================================================ */
.help-ultra-modal {
  position: fixed;
  inset: 0;
  z-index: 3500;
  display: none;
}

.help-ultra-modal.active {
  display: block;
}

.help-ultra-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
}

.help-ultra-dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 32px));
  margin: 34px auto;
  border-radius: 20px;
  overflow: hidden;
  background: #05070c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

.help-ultra-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.help-ultra-header h3 {
  margin: 0;
  font-size: 16px;
  color: var(--text-white);
  font-weight: 700;
}

.help-ultra-close {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.help-ultra-content {
  background: #000;
  min-height: 220px;
}

.help-ultra-content iframe,
.help-ultra-content video {
  width: 100%;
  height: min(72vh, 640px);
  display: block;
}

.help-ultra-footer {
  display: flex;
  justify-content: flex-end;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.help-modal-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .help-ultra-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .section-help-ultra {
    padding: 72px 0;
  }

  .help-ultra-media {
    height: 180px;
  }

  .help-ultra-body {
    padding: 20px;
  }

  .help-ultra-actions {
    flex-direction: column;
  }

  .help-ultra-actions .btn-primary-sm,
  .help-ultra-actions .help-ultra-secondary {
    width: 100%;
    justify-content: center;
  }

  .help-ultra-dialog {
    width: calc(100% - 16px);
    margin: 14px auto;
  }

  .help-ultra-content iframe,
  .help-ultra-content video {
    height: 260px;
  }
}

< !--=====AYUDAS ULTRA PRO CON VISTA PREVIA=====--><section class="section-help-ultra" id="ayudas"><div class="container"><div class="section-header"><div class="section-tag">Centro de ayuda</div><h2 class="section-title">Guías rápidas <span class="accent">SAMAI</span></h2><p class="section-subtitle">Aprende paso a paso cómo solicitar acceso,
registrarte y consultar información en la plataforma. </p></div><div class="help-ultra-grid">< !-- PASO 1 --><article class="help-ultra-card reveal"><div class="help-ultra-media help-ultra-video-preview"><span class="help-ultra-badge">Acceso</span><video controls preload="metadata" class="help-ultra-inline-video"><source src="https://www.consejodeestado.gov.co/manuales/manualsujetos/wp-content/uploads/2021/04/Solicitud-Acceso-Expedientes-2.mp4" type="video/mp4">Tu navegador no soporta video HTML5. </video></div><div class="help-ultra-body"><h3 class="help-ultra-title">Cómo solicitar acceso al expediente</h3><p class="help-ultra-desc">Aprende cómo pedir acceso al expediente ante el despacho judicial para continuar el proceso en SAMAI. </p><div class="help-ultra-actions"><button type="button"
class="btn-primary-sm open-help-modal"
data-modal-type="mp4"
data-modal-src="https://www.consejodeestado.gov.co/manuales/manualsujetos/wp-content/uploads/2021/04/Solicitud-Acceso-Expedientes-2.mp4"
data-modal-title="Cómo solicitar acceso al expediente">Ver grande </button><a href="https://www.consejodeestado.gov.co/manuales/manualsujetos/wp-content/uploads/2021/04/Solicitud-Acceso-Expedientes-2.mp4"
target="_blank"
rel="noopener"
class="btn-primary-sm help-ultra-secondary">Abrir video </a></div><p class="help-ultra-note">Guía oficial para usuarios externos</p></div></article>< !-- PASO 2 --><article class="help-ultra-card reveal"><div class="help-ultra-media help-ultra-video-preview"><span class="help-ultra-badge">Registro</span><video controls preload="metadata" class="help-ultra-inline-video"><source src="https://www.consejodeestado.gov.co/manuales/manualsujetos/wp-content/uploads/2021/03/registroUsuarioExterno.mp4" type="video/mp4">Tu navegador no soporta video HTML5. </video></div><div class="help-ultra-body"><h3 class="help-ultra-title">Crear usuario en la plataforma SAMAI</h3><p class="help-ultra-desc">Registra tu usuario después de tener el acceso autorizado para ingresar al sistema. </p><div class="help-ultra-actions"><button type="button"
class="btn-primary-sm open-help-modal"
data-modal-type="mp4"
data-modal-src="https://www.consejodeestado.gov.co/manuales/manualsujetos/wp-content/uploads/2021/03/registroUsuarioExterno.mp4"
data-modal-title="Crear usuario en SAMAI">Ver grande </button><a href="https://www.consejodeestado.gov.co/manuales/manualsujetos/wp-content/uploads/2021/03/registroUsuarioExterno.mp4"
target="_blank"
rel="noopener"
class="btn-primary-sm help-ultra-secondary">Abrir video </a></div><p class="help-ultra-note">Guía oficial para registro de usuarios externos</p></div></article>< !-- PASO 3 --><article class="help-ultra-card reveal"><div class="help-ultra-media help-ultra-media-info"><div class="help-ultra-gradient"></div><span class="help-ultra-badge">Consulta</span><div class="help-ultra-icon-box"><svg width="52" height="52" viewBox="0 0 24 24" fill="none" stroke="#60A5FA" stroke-width="1.6"><rect x="3" y="4" width="18" height="14" rx="2"></rect><line x1="8" y1="20" x2="16" y2="20"></line><line x1="12" y1="18" x2="12" y2="20"></line></svg></div></div><div class="help-ultra-body"><h3 class="help-ultra-title">Consultar expediente completo</h3><p class="help-ultra-desc">Ingresa con tu usuario y revisa la información habilitada del expediente autorizado dentro del sistema. </p><div class="help-ultra-actions"><a href="#contacto" class="btn-primary-sm">Solicitar ayuda </a><a href="#faq" class="btn-primary-sm help-ultra-secondary">Ver preguntas </a></div><p class="help-ultra-note">Disponible una vez el acceso sea autorizado por el juzgado</p></div></article></div></div></section>< !--=====MODAL AYUDAS=====--><div class="help-ultra-modal" id="help-ultra-modal" aria-hidden="true"><div class="help-ultra-backdrop" id="help-ultra-backdrop"></div><div class="help-ultra-dialog" role="dialog" aria-modal="true" aria-labelledby="help-ultra-modal-title"><div class="help-ultra-header"><h3 id="help-ultra-modal-title">Video de ayuda</h3><button type="button" class="help-ultra-close" id="help-ultra-close" aria-label="Cerrar">✕</button></div><div class="help-ultra-content" id="help-ultra-content"></div><div class="help-ultra-footer"><a href="#" target="_blank" rel="noopener" id="help-ultra-external-link" class="btn-primary-sm">Abrir en otra pestaña </a></div></div></div>

/* ===== VISTA PREVIA DE VIDEO EN AYUDAS ===== */
.help-ultra-video-preview {
  padding: 14px;
  height: auto;
  display: block;
  background:
    radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.18), transparent 28%),
    radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.12), transparent 34%),
    linear-gradient(135deg, #08111f, #0b1730 52%, #0a1020);
}

.help-ultra-inline-video {
  width: 100%;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.30);
}

.help-ultra-video-preview .help-ultra-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}

/* ===== VISTA PREVIA DE VIDEO EN AYUDAS ===== */
.help-ultra-video-preview {
  padding: 14px;
  height: auto;
  display: block;
  background:
    radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.18), transparent 28%),
    radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.12), transparent 34%),
    linear-gradient(135deg, #08111f, #0b1730 52%, #0a1020);
}

.help-ultra-inline-video {
  width: 100%;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.30);
}

.help-ultra-video-preview .help-ultra-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}

.admin-stat-box-accent {
  border-color: rgba(34, 197, 94, 0.35);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.08), rgba(59, 130, 246, 0.04));
}

.admin-report-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 24px;
}

.admin-report-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  box-shadow: var(--shadow-card);
}

.admin-report-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 14px;
}

.admin-report-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-report-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.admin-report-name {
  font-size: 14px;
  color: var(--text-light);
  font-weight: 600;
}

.admin-report-value {
  font-size: 14px;
  color: var(--blue-400);
  font-weight: 800;
}

@media (max-width: 900px) {
  .admin-report-grid {
    grid-template-columns: 1fr;
  }
}

.admin-stat-box-accent {
  border-color: rgba(34, 197, 94, 0.35);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.08), rgba(59, 130, 246, 0.04));
}

.admin-report-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 24px;
}

.admin-report-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  box-shadow: var(--shadow-card);
}

.admin-report-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 14px;
}

.admin-report-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-report-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.admin-report-name {
  font-size: 14px;
  color: var(--text-light);
  font-weight: 600;
}

.admin-report-value {
  font-size: 14px;
  color: var(--blue-400);
  font-weight: 800;
}

@media (max-width: 900px) {
  .admin-report-grid {
    grid-template-columns: 1fr;
  }
}

/* ================================================
   FORM SUCCESS & ERROR MESSAGES
   ================================================ */
.form-success {
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.35);
  border-left: 4px solid #22C55E;
  border-radius: var(--radius);
  padding: 24px 28px;
  margin-top: 20px;
  animation: slideInFade 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-success .success-icon {
  font-size: 32px;
  margin-bottom: 8px;
}

.form-success .success-title {
  font-size: 17px;
  font-weight: 700;
  color: #4ADE80;
  margin-bottom: 6px;
}

.form-success .success-msg {
  font-size: 14px;
  color: #86EFAC;
  line-height: 1.6;
}

.form-success .success-msg strong {
  color: #4ADE80;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.form-error {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-left: 4px solid #EF4444;
  border-radius: var(--radius);
  padding: 16px 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FCA5A5;
  font-size: 14px;
  font-weight: 500;
  animation: slideInFade 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-error::before {
  content: '⚠️';
  font-size: 18px;
  flex-shrink: 0;
}

@keyframes slideInFade {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================================
   SECCIÓN INFORMACIÓN ÚTIL
   ================================================ */
.section-info-util {
  padding: 100px 0;
  background: var(--bg-darkest);
  position: relative;
}

.info-util-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.info-util-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px 32px;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.info-util-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.info-util-card.card-phone::before {
  background: linear-gradient(90deg, var(--blue-500), var(--cyan-400));
}

.info-util-card.card-help::before {
  background: linear-gradient(90deg, var(--indigo-500), var(--blue-400));
}

.info-util-card:hover {
  border-color: rgba(59, 130, 246, 0.25);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card), var(--shadow-blue);
}

.info-util-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.info-util-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.card-phone .info-util-icon {
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.card-help .info-util-icon {
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.2);
}

.info-util-header h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-white);
  line-height: 1.3;
}

.info-util-header h3 small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
  margin-top: 2px;
}

/* Phone card */
.phone-main {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(59, 130, 246, 0.06);
  border: 1px solid rgba(59, 130, 246, 0.15);
  border-radius: var(--radius);
  padding: 14px 18px;
  margin-bottom: 20px;
}

.phone-main-icon {
  font-size: 20px;
}

.phone-main-info {
  display: flex;
  flex-direction: column;
}

.phone-main-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.phone-main-number {
  font-size: 18px;
  font-weight: 800;
  color: var(--blue-400);
  letter-spacing: 0.5px;
}

.ext-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.ext-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 280px;
  overflow-y: auto;
}

.ext-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  transition: var(--transition);
}

.ext-item:hover {
  background: rgba(59, 130, 246, 0.05);
  border-color: rgba(59, 130, 246, 0.12);
}

.ext-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-light);
}

.ext-number {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue-400);
  font-variant-numeric: tabular-nums;
  background: rgba(59, 130, 246, 0.08);
  padding: 3px 10px;
  border-radius: 6px;
  border: 1px solid rgba(59, 130, 246, 0.15);
}

/* Help card */
.help-util-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}

.help-util-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.help-util-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-light);
  font-weight: 500;
}

.help-util-feature-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.15);
  flex-shrink: 0;
}

.btn-help-ext {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--indigo-500), var(--blue-600));
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 10px;
  transition: var(--transition);
  border: none;
  cursor: pointer;
}

.btn-help-ext:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(99, 102, 241, 0.4);
}

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

  .info-util-card {
    padding: 28px 22px;
  }
}

/* Copy extension button */
.ext-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-copy-ext {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.2);
  color: var(--blue-400);
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-copy-ext:hover {
  background: rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}

.btn-copy-ext:active {
  transform: translateY(0);
}

.btn-copy-ext.copied {
  background: rgba(34, 197, 94, 0.15);
  border-color: rgba(34, 197, 94, 0.35);
  color: #4ADE80;
}

/* PBX instructions */
.pbx-instrucciones {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 16px;
}

.pbx-instrucciones strong {
  color: var(--blue-400);
}

/* Extension selector */
.ext-selector-wrap {
  margin-bottom: 16px;
}

.ext-select {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition);
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2360A5FA' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.ext-select:hover {
  border-color: rgba(59, 130, 246, 0.4);
  background-color: rgba(59, 130, 246, 0.04);
}

.ext-select:focus {
  outline: none;
  border-color: var(--blue-500);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.ext-select option {
  background: var(--bg-dark);
  color: var(--text-light);
  padding: 8px;
}

/* Extension result */
.ext-resultado {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(59, 130, 246, 0.06);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: var(--radius);
  padding: 18px 22px;
  margin-top: 4px;
  animation: slideInFade 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ext-resultado-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.ext-resultado-number {
  font-size: 32px;
  font-weight: 800;
  color: var(--blue-400);
  letter-spacing: 2px;
  font-variant-numeric: tabular-nums;
  flex: 1;
}

.btn-copy-ext-lg {
  font-size: 13px;
  padding: 8px 18px;
}

@media (max-width: 480px) {
  .ext-resultado {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .ext-resultado-number {
    font-size: 28px;
  }
}