/* ============================================================
   ESTILOS DE ALTA FIDELIDAD - INNOVARTE DESIGN
   ============================================================ */

:root {
  --cian: #00e5ff;
  --purple: #6a1b9a;
  --dark-bg: #0a0a0a;
  --surface: #111111;
  --surface-alt: #181818;
  --text-primary: #f5f5f5;
  --text-dim: rgba(245, 245, 245, 0.6);
  --border: rgba(255, 255, 255, 0.07);
  --border-accent: rgba(0, 229, 255, 0.15);
}

body {
  background-color: var(--dark-bg);
  color: var(--text-primary);
  font-family: "Montserrat", sans-serif;
  margin: 0;
  text-align: center;
}

.id-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

/* --- HERO SECTION CON VIDEO --- */
.id-hero-premium {
  position: relative;
  height: 90vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 0;
}

.id-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.id-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.65);
  z-index: -1;
}

.id-hero-content {
  position: relative;
  z-index: 1;
}

.id-hero-premium h1 {
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 30px;
  letter-spacing: -2px;
  max-width: 1000px;
}

.id-hero-premium p {
  font-size: 1.25rem;
  color: var(--text-dim);
  max-width: 800px;
  margin: 0 auto 45px;
  line-height: 1.6;
  font-weight: 400;
}

.id-gradient-text {
  color: var(--cian);
}

/* Botón CTA Premium */
.id-btn-cta-lime {
  background: transparent;
  color: var(--cian);
  border: 1.5px solid var(--cian);
  padding: 18px 48px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  transition: all 0.25s ease;
  letter-spacing: 0.5px;
}

.id-btn-cta-lime:hover {
  background: var(--cian);
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 229, 255, 0.2);
}

/* --- BARRA DE SECTORES --- */
.id-sectors-bar {
  padding: 60px 0 50px;
  text-align: center;
  background: var(--dark-bg);
}

.id-sectors-tagline {
  font-size: 0.85rem;
  letter-spacing: 4px;
  color: var(--text-dim);
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 400;
}

.id-sectors-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  flex-wrap: wrap;
  color: var(--text-primary);
}

/* --- MÉTODO DE TRABAJO --- */
.id-work-method {
  padding: 100px 0;
  background: var(--dark-bg);
}
.id-method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.id-method-group {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 30px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.id-method-group:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.id-plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cian);
  color: #000;
  padding: 4px 18px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 800;
  z-index: 5;
  letter-spacing: 1px;
}

.id-method-card {
  background: var(--surface-alt);
  padding: 28px;
  border-radius: 14px;
  margin-bottom: 16px;
  text-align: left;
  border-left: 2px solid var(--purple);
}

.id-method-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.id-method-list li {
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: var(--text-dim);
}

/* --- ROI & TESTIMONIALS --- */
.id-roi-section {
  background: var(--dark-bg);
  padding: 80px 0;
}

.id-roi-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 50px;
  border-radius: 20px;
  max-width: 600px;
  margin: 40px auto;
}

.id-counter {
  font-size: 5rem;
  font-weight: 900;
  color: var(--cian);
}

.id-test-grid-6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
  margin-top: 50px;
}
.id-test-card {
  background: var(--surface);
  padding: 35px;
  border-radius: 16px;
  border: 1px solid var(--border);
  text-align: left;
}
.id-test-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 229, 255, 0.3);
}

.id-help-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--purple);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  margin-left: 8px;
  cursor: pointer;
}

/* Estilos del Modal */
.id-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
}

.id-modal-content {
  background: var(--surface);
  padding: 40px;
  border-radius: 20px;
  border: 1px solid var(--border-accent);
  max-width: 550px;
  width: 90%;
  position: relative;
  text-align: center;
}

.id-close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  color: var(--text-dim);
  cursor: pointer;
}
