/* ==========================================================================
   EB2-NIW.CSS — Estilos específicos de la landing page Visa EB-2 NIW
   Tu Visa Americana Ya | Six Art Media
   ========================================================================== */

/* ──────────────────────────────────────────────
   1. HERO: Fondo y efectos de luz
   ────────────────────────────────────────────── */
.hero-eb2 {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201, 167, 74, 0.08) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 80% 20%, rgba(201, 167, 74, 0.05) 0%, transparent 60%),
    linear-gradient(180deg, #050b14 0%, #08101e 50%, #050b14 100%);
}

.hero-eb2-grid {
  background-image: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.012) 0px,
    rgba(255, 255, 255, 0.012) 10px,
    transparent 10px,
    transparent 20px
  );
}

.hero-glow-orb {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 167, 74, 0.06) 0%, transparent 70%);
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

/* Placeholder de imagen — espacio reservado para foto o mockup */
.image-placeholder {
  background: linear-gradient(135deg, rgba(201, 167, 74, 0.08) 0%, rgba(10, 22, 40, 0.9) 100%);
  border: 2px dashed rgba(201, 167, 74, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(201, 167, 74, 0.5);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 2rem;
}

.image-placeholder .placeholder-icon {
  font-size: 3rem;
  opacity: 0.4;
}

/* ──────────────────────────────────────────────
   2. BADGE FLOTANTE SUPERIOR
   ────────────────────────────────────────────── */
.badge-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(10, 22, 40, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(201, 167, 74, 0.35);
  border-radius: 9999px;
  padding: 6px 16px 6px 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c9a74a;
}

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

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

/* ──────────────────────────────────────────────
   3. ICP SELECTOR (Sección 2)
   ────────────────────────────────────────────── */
.icp-tab-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #94a3b8;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.icp-tab-btn:hover {
  border-color: rgba(201, 167, 74, 0.4);
  color: #e2e8f0;
  background: rgba(201, 167, 74, 0.06);
}

.icp-tab-btn.active {
  border-color: #c9a74a;
  background: rgba(201, 167, 74, 0.12);
  color: #c9a74a;
}

.icp-tab-btn.active .icp-tab-icon {
  color: #c9a74a;
}

.icp-panel {
  display: none;
  animation: fadeSlideIn 0.35s ease;
}

.icp-panel.active {
  display: grid;
}

@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ──────────────────────────────────────────────
   4. DHANASAR CARDS (Sección 3)
   ────────────────────────────────────────────── */
.dhanasar-card {
  background: rgba(22, 19, 14, 0.6);
  border: 1px solid rgba(201, 167, 74, 0.15);
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.dhanasar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c9a74a, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dhanasar-card:hover {
  border-color: rgba(201, 167, 74, 0.4);
  transform: translateY(-4px);
}

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

.dhanasar-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(201, 167, 74, 0.12);
  border: 1px solid rgba(201, 167, 74, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.1rem;
  color: #c9a74a;
  flex-shrink: 0;
}

/* Conector entre cards */
.dhanasar-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(201, 167, 74, 0.3);
}

/* ──────────────────────────────────────────────
   5. PRICING CARDS (Sección 4)
   ────────────────────────────────────────────── */
.pricing-card {
  background: rgba(16, 24, 40, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  border-color: rgba(201, 167, 74, 0.3);
  transform: translateY(-4px);
}

.pricing-card.featured {
  border-color: rgba(201, 167, 74, 0.5);
  background: rgba(201, 167, 74, 0.04);
  box-shadow: 0 0 40px rgba(201, 167, 74, 0.08), 0 20px 40px rgba(0, 0, 0, 0.3);
}

.pricing-card.featured:hover {
  border-color: #c9a74a;
  box-shadow: 0 0 60px rgba(201, 167, 74, 0.15), 0 20px 60px rgba(0, 0, 0, 0.4);
}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #c9a74a, #e9c176);
  color: #0A1628;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 9999px;
  white-space: nowrap;
}

.pricing-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: #cbd5e1;
  line-height: 1.5;
}

.check-item .check-icon {
  color: #c9a74a;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.check-item .cross-icon {
  color: #475569;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.check-item.excluded {
  color: #475569;
}

/* ──────────────────────────────────────────────
   6. GARANTÍAS (Sección 5)
   ────────────────────────────────────────────── */
.guarantee-card {
  background: rgba(201, 167, 74, 0.04);
  border: 1px solid rgba(201, 167, 74, 0.15);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  transition: border-color 0.3s, background 0.3s;
}

.guarantee-card:hover {
  border-color: rgba(201, 167, 74, 0.4);
  background: rgba(201, 167, 74, 0.07);
}

.guarantee-seal {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(201, 167, 74, 0.1);
  border: 2px solid rgba(201, 167, 74, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 2rem;
}

/* ──────────────────────────────────────────────
   7. FORMULARIO MULTI-PASO (Sección 6)
   ────────────────────────────────────────────── */
.form-eb2-wrap {
  background: rgba(16, 24, 40, 0.85);
  border: 1px solid rgba(201, 167, 74, 0.2);
  border-radius: 1.5rem;
  padding: 2.5rem;
  max-width: 720px;
  margin: 0 auto;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.step-progress-bar {
  height: 4px;
  background: rgba(201, 167, 74, 0.12);
  border-radius: 9999px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.step-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #c9a74a, #e9c176);
  border-radius: 9999px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.step-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(201, 167, 74, 0.1);
  border: 1px solid rgba(201, 167, 74, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #475569;
  transition: all 0.3s;
}

.step-dot.active {
  background: #c9a74a;
  border-color: #c9a74a;
  color: #0A1628;
}

.step-dot.completed {
  background: rgba(201, 167, 74, 0.2);
  border-color: #c9a74a;
  color: #c9a74a;
}

.form-step {
  display: none;
  animation: fadeSlideIn 0.3s ease;
}

.form-step.active {
  display: block;
}

.option-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: all 0.25s;
  margin-bottom: 10px;
}

.option-card:hover {
  border-color: rgba(201, 167, 74, 0.4);
  background: rgba(201, 167, 74, 0.05);
}

.option-card input[type="radio"],
.option-card input[type="checkbox"] {
  accent-color: #c9a74a;
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
}

.option-card label {
  cursor: pointer;
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.4;
}

.field-eb2 {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px 16px;
  color: #f1f5f9;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.25s, background 0.25s;
  font-family: 'Public Sans', sans-serif;
}

.field-eb2:focus {
  border-color: rgba(201, 167, 74, 0.5);
  background: rgba(201, 167, 74, 0.04);
}

.field-eb2::placeholder {
  color: #475569;
}

.btn-eb2-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #c9a74a, #e9c176);
  color: #0A1628;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  letter-spacing: 0.02em;
}

.btn-eb2-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(201, 167, 74, 0.35);
}

.btn-eb2-primary:active {
  transform: translateY(0);
}

.btn-eb2-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #64748b;
  font-size: 0.875rem;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.2s;
  padding: 0;
}

.btn-eb2-secondary:hover {
  color: #94a3b8;
}

/* ──────────────────────────────────────────────
   8. FAQ ACORDEÓN (Sección 7)
   ────────────────────────────────────────────── */
.faq-item {
  border-bottom: 1px solid rgba(201, 167, 74, 0.12);
}

.faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  cursor: pointer;
  gap: 1rem;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}

.faq-question {
  font-weight: 600;
  font-size: 1rem;
  color: #e2e8f0;
  line-height: 1.5;
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(201, 167, 74, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a74a;
  flex-shrink: 0;
  transition: background 0.25s, transform 0.3s;
}

.faq-toggle[aria-expanded="true"] .faq-icon {
  background: rgba(201, 167, 74, 0.12);
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.faq-answer.open {
  grid-template-rows: 1fr;
}

.faq-answer-inner {
  overflow: hidden;
}

.faq-answer-content {
  padding-bottom: 1.5rem;
  color: #94a3b8;
  font-size: 0.925rem;
  line-height: 1.75;
}

/* ──────────────────────────────────────────────
   9. REVEAL ANIMATIONS
   ────────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ──────────────────────────────────────────────
   10. SECTION DIVIDERS
   ────────────────────────────────────────────── */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a74a;
}

.section-label::before,
.section-label::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: rgba(201, 167, 74, 0.4);
}

/* ──────────────────────────────────────────────
   11. STAT STRIP (Números de confianza)
   ────────────────────────────────────────────── */
.stat-strip {
  border-top: 1px solid rgba(201, 167, 74, 0.1);
  border-bottom: 1px solid rgba(201, 167, 74, 0.1);
  background: rgba(201, 167, 74, 0.03);
}

.stat-number {
  font-size: 2.25rem;
  font-weight: 900;
  color: #c9a74a;
  line-height: 1;
}

.stat-label {
  font-size: 0.8rem;
  color: #64748b;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

/* ──────────────────────────────────────────────
   12. LIGHT CONTRAST SECTION & CARDS
   ────────────────────────────────────────────── */
.dhanasar-card-light {
  background: #ffffff;
  border: 1px solid rgba(10, 22, 40, 0.06);
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(10, 22, 40, 0.03), 0 1px 3px rgba(10, 22, 40, 0.02);
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.dhanasar-card-light:hover {
  border-color: rgba(201, 167, 74, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(10, 22, 40, 0.08);
}
.dhanasar-card-light::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c9a74a, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.dhanasar-card-light:hover::before {
  opacity: 1;
}

/* FAQ en secciones de fondo claro */
.bg-slate-50 .faq-item {
  border-bottom: 1px solid rgba(10, 22, 40, 0.08);
}
.bg-slate-50 .faq-question {
  color: #0A1628;
}
.bg-slate-50 .faq-answer-content {
  color: #475569;
}
.bg-slate-50 .faq-answer-content strong {
  color: #0A1628;
}

