/* =========================================================
   ETN Unified Layout - Premium UI/UX para SEO Pages
   ========================================================= */
.etn-recovery { max-width: 1120px; margin: 40px auto; padding: 0 24px; color: #334155; font-family: Lato, Arial, sans-serif; line-height: 1.7; }
.etn-recovery *, .etn-recovery *::before, .etn-recovery *::after { box-sizing: border-box; }

/* Tipografía y Encabezados */
.etn-recovery h1, .etn-recovery h2, .etn-recovery h3 { color: #103256; line-height: 1.35; font-weight: 800; }
.etn-recovery h1 { font-size: clamp(2rem, 4vw, 2.75rem); margin: 0 0 24px; text-align: center; }
.etn-recovery h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); margin: 0 0 20px; border-bottom: 2px solid #f1f5f9; padding-bottom: 10px; }
.etn-recovery h3 { font-size: 1.25rem; margin: 0 0 12px; color: #0f2c4c; }
.etn-recovery p, .etn-recovery ul, .etn-recovery ol { margin: 0 0 20px; font-size: 1.05rem; }
.etn-recovery ol, .etn-recovery ul { padding-left: 28px; }

/* Enlaces */
.etn-recovery a { color: #005a80; text-decoration: none; font-weight: 600; border-bottom: 1px solid transparent; transition: border-color 0.3s ease, color 0.3s ease; }
.etn-recovery a:hover { color: #bc8b21; border-bottom-color: #bc8b21; }
.etn-recovery a:focus-visible, .etn-recovery summary:focus-visible { outline: 3px solid #bc8b21; outline-offset: 4px; border-radius: 4px; }

/* Layout y Paneles */
.etn-recovery section { margin: 48px 0; scroll-margin-top: 145px; }
.etn-recovery__nav { display: flex; flex-wrap: wrap; gap: 12px 16px; margin: 30px 0 40px; justify-content: center; }
.etn-recovery__nav a { background: #f8fafc; border: 1px solid #e2e8f0; padding: 10px 20px; border-radius: 50px; font-size: 0.95rem; color: #475569; transition: all 0.3s ease; }
.etn-recovery__nav a:hover { background: #103256; color: #ffffff; border-color: #103256; }

.etn-recovery__panel { padding: 32px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); }

/* Tablas Modernas */
.etn-recovery__table { overflow-x: auto; margin: 24px 0; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 2px 10px rgba(0,0,0,0.02); }
.etn-recovery table { width: 100%; border-collapse: collapse; font-size: 1rem; background: #fff; }
.etn-recovery caption { text-align: left; font-weight: 700; color: #103256; padding: 12px 16px; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 1.1rem; }
.etn-recovery th, .etn-recovery td { padding: 16px 20px; border-bottom: 1px solid #f1f5f9; text-align: left; vertical-align: middle; }
.etn-recovery thead th { background: #103256; color: #fff; font-weight: 600; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.5px; border-bottom: none; }
.etn-recovery tbody tr:hover { background-color: #f8fafc; }
.etn-recovery tbody th { color: #103256; font-weight: 700; }

/* Grids */
.etn-recovery__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 24px; margin-bottom: 24px; }
.etn-recovery__grid > div { background: #f8fafc; padding: 24px; border-radius: 12px; border: 1px solid #e2e8f0; }

/* Botones CTA */
.etn-recovery__button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 28px; border-radius: 8px; background: #005a80; color: #fff !important; font-weight: 700; font-size: 1.05rem; text-decoration: none !important; transition: transform 0.2s ease, background 0.3s ease; border: none; box-shadow: 0 4px 10px rgba(0, 90, 128, 0.3); }
.etn-recovery__button:hover { background: #103256; transform: translateY(-2px); }

/* Acordeones (FAQ) */
.etn-recovery details { border: 1px solid #e2e8f0; border-radius: 12px; margin: 16px 0; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.02); overflow: hidden; transition: box-shadow 0.3s ease; }
.etn-recovery details:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.etn-recovery summary { padding: 20px 24px; cursor: pointer; color: #103256; font-weight: 700; font-size: 1.1rem; display: flex; align-items: center; justify-content: space-between; list-style: none; }
.etn-recovery summary::-webkit-details-marker { display: none; }
.etn-recovery summary::after { content: '+'; font-size: 1.5rem; color: #bc8b21; transition: transform 0.3s ease; }
.etn-recovery details[open] summary::after { content: '−'; transform: rotate(180deg); }
.etn-recovery details p { padding: 0 24px 24px; margin: 0; color: #475569; }

.etn-recovery iframe { border: 0; border-radius: 16px; width: 100%; min-height: 350px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }

/* Utility classes (No inline styles) */
.etn-recovery__center-cta { text-align: center; margin-top: 24px; }
.etn-recovery__alert { background: #e0f2fe; color: #0369a1; padding: 12px 16px; border-radius: 8px; font-weight: 600; }
.etn-recovery__grid--terminal { grid-template-columns: 2fr 1fr; gap: 32px; margin-top: 32px; }
.etn-recovery__section--no-mt { margin-top: 0; }
.etn-recovery__h2--no-border { border-bottom: none; margin-bottom: 16px; }
.etn-recovery__map-container { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.etn-recovery__panel--mt-32 { margin-top: 32px; }
.etn-recovery__list-unstyled { list-style: none; padding: 0; }
.etn-recovery__list-item-mb { margin-bottom: 16px; }
.etn-recovery__flex-col-gap-24 { display: flex; flex-direction: column; gap: 24px; }
.etn-recovery__panel--sticky-cta { background: #f8fafc; text-align: center; position: sticky; top: 120px; }
.etn-recovery__h3--highlight { font-size: 1.4rem; color: #bc8b21; }
.etn-recovery__p--small { font-size: 0.95rem; color: #475569; margin-bottom: 24px; }
.etn-recovery__button--full { width: 100%; }
.etn-recovery__panel--compact { padding: 24px; }
.etn-recovery__list-compact { padding-left: 20px; font-size: 0.95rem; color: #475569; }
.etn-recovery__text-center { text-align: center; }
.etn-recovery__mt-10 { margin-top: 10px; }
.etn-recovery__mt-64 { margin-top: 64px; }
.etn-recovery__static-title { text-align: center; color: #103256; font-size: clamp(1.5rem, 2.5vw, 2rem); margin: 64px 0 32px; font-weight: 800; border-bottom: 2px solid #f1f5f9; padding-bottom: 10px; }

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

@media (max-width: 768px) {
  .etn-recovery { padding: 0 16px; margin: 24px auto; }
  .etn-recovery__panel { padding: 20px; }
  .etn-recovery th, .etn-recovery td { padding: 12px 14px; font-size: 0.95rem; }
  .etn-recovery__nav { flex-direction: column; gap: 8px; text-align: center; }
  .etn-recovery__button { width: 100%; }
}

/* ==========================================================================
   FAQ Component (Acordeon Nativo)
   ========================================================================== */
.etn-faq-section {
  width: 100%;
  margin-top: 32px;
}
.etn-faq-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.etn-faq-item {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.etn-faq-item[open] {
  border-color: #005a80;
}
.etn-faq-question {
  padding: 24px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #103256;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.etn-faq-question::-webkit-details-marker {
  display: none;
}
.etn-faq-question::after {
  content: '+';
  font-size: 1.5rem;
  color: #005a80;
  font-weight: 400;
  transition: transform 0.3s ease;
}
.etn-faq-item[open] .etn-faq-question::after {
  content: '−';
  transform: rotate(180deg);
}
.etn-faq-answer {
  padding: 0 24px 24px;
  color: #475569;
  font-size: 1rem;
  line-height: 1.6;
}
