/* ─── SECTOR PAGES ──────────────────────────────────────────────────────────── */

.sec-hero { padding: 72px 0 64px; background: #F7F8F9; border-bottom: 1px solid #E5E7EB; }
.sec-eyebrow { display: inline-block; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #1D9E75; margin-bottom: 16px; }
.sec-title { font-family: 'Manrope', sans-serif; font-size: clamp(36px, 5vw, 56px); font-weight: 700; color: #111827; margin: 0 0 20px; line-height: 1.1; }
.sec-subtitle { font-family: 'Inter', sans-serif; font-size: 18px; color: #4B5563; margin: 0 0 36px; max-width: 620px; line-height: 1.6; }
.sec-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.sec-section { padding: 72px 0; }
.sec-section + .sec-section { border-top: 1px solid #E5E7EB; }
.sec-alt { background: #F7F8F9; }

.sec-label { display: inline-block; font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #1D9E75; margin-bottom: 12px; }
.sec-h2 { font-family: 'Manrope', sans-serif; font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: #111827; margin: 0 0 24px; line-height: 1.2; }
.sec-lead { font-family: 'Inter', sans-serif; font-size: 16px; color: #4B5563; line-height: 1.7; margin: 0 0 32px; max-width: 760px; }
.sec-narrow { max-width: 760px; }

.sec-two-col { display: grid; grid-template-columns: 1fr 320px; gap: 56px; align-items: start; }
.sec-col-text p { font-family: 'Inter', sans-serif; font-size: 16px; color: #4B5563; line-height: 1.7; margin: 0 0 16px; }

.sec-insight-card { background: #F0FBF6; border-left: 3px solid #1D9E75; border-radius: 8px; padding: 28px 24px; }
.sec-insight-text { font-family: 'Inter', sans-serif; font-size: 15px; color: #111827; line-height: 1.7; margin: 0 0 16px; font-style: italic; }
.sec-insight-label { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; color: #1D9E75; }

.sec-findings-list { display: flex; flex-direction: column; border: 1px solid #E5E7EB; border-radius: 12px; overflow: hidden; background: #fff; margin-top: 8px; }
.sec-finding-item { padding: 28px 32px; border-bottom: 1px solid #F3F4F6; }
.sec-finding-item:last-child { border-bottom: none; }
.sec-finding-head { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; }
.sec-finding-num { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 700; color: #1D9E75; flex-shrink: 0; }
.sec-finding-item h3 { font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 700; color: #111827; margin: 0; }
.sec-finding-item p { font-family: 'Inter', sans-serif; font-size: 15px; color: #4B5563; line-height: 1.7; margin: 0; }

.sec-services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 8px; }
.sec-service-item { background: #fff; border: 1px solid #E5E7EB; border-radius: 10px; padding: 24px 20px; }
.sec-service-item h3 { font-family: 'Manrope', sans-serif; font-size: 15px; font-weight: 700; color: #111827; margin: 0 0 10px; }
.sec-service-item p { font-family: 'Inter', sans-serif; font-size: 14px; color: #4B5563; line-height: 1.6; margin: 0 0 14px; }

.sec-link { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; color: #1D9E75; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.15s; }
.sec-link:hover { border-color: #1D9E75; }

.sec-when-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; margin-top: 8px; }
.sec-when-item { background: #fff; border: 1px solid #E5E7EB; border-left: 3px solid #1D9E75; border-radius: 6px; padding: 16px 18px; font-family: 'Inter', sans-serif; font-size: 15px; color: #111827; line-height: 1.5; }

.sec-faq-more { margin-top: 28px; }
.sec-inline-link { color: #1D9E75; text-decoration: none; border-bottom: 1px solid #B8E8D8; transition: border-color 0.15s; }
.sec-inline-link:hover { border-color: #1D9E75; }

.sec-related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 32px; }
.sec-related-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #E5E7EB; border-radius: 10px; padding: 24px 20px; text-decoration: none; transition: border-color 0.15s, box-shadow 0.15s; }
.sec-related-card:hover { border-color: #1D9E75; box-shadow: 0 2px 8px rgba(17,24,39,0.08); }
.sec-related-card strong { font-family: 'Manrope', sans-serif; font-size: 15px; font-weight: 700; color: #111827; margin-bottom: 8px; display: block; }
.sec-related-card p { font-family: 'Inter', sans-serif; font-size: 14px; color: #4B5563; line-height: 1.6; margin: 0 0 16px; flex: 1; }
.sec-related-link { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; color: #1D9E75; }

.sec-cta { background: #111827; padding: 80px 0; text-align: center; }
.sec-cta-label { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #1D9E75; margin: 0 0 16px; }
.sec-cta-title { font-family: 'Manrope', sans-serif; font-size: clamp(28px, 4vw, 42px); font-weight: 700; color: #F9FAFB; margin: 0 0 16px; }
.sec-cta-text { font-family: 'Inter', sans-serif; font-size: 16px; color: #9CA3AF; margin: 0 auto 32px; max-width: 480px; line-height: 1.6; }
.sec-cta-sub { font-family: 'Inter', sans-serif; font-size: 13px; color: #6B7280; margin: 16px 0 0; }

/* FAQ reutilizado en sectores */
.faq-item { border-bottom: 1px solid #E5E7EB; }
.faq-item:first-of-type { border-top: 1px solid #E5E7EB; }
.faq-question { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 20px 0; background: none; border: none; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; color: #111827; text-align: left; gap: 16px; line-height: 1.5; transition: color 0.15s; }
.faq-question:hover, .faq-question[aria-expanded="true"] { color: #1D9E75; }
.faq-icon { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid #D1D5DB; display: flex; align-items: center; justify-content: center; position: relative; transition: border-color 0.15s, background 0.15s; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: #6B7280; border-radius: 2px; transition: transform 0.2s, background 0.15s; }
.faq-icon::before { width: 8px; height: 1.5px; }
.faq-icon::after { width: 1.5px; height: 8px; }
.faq-question[aria-expanded="true"] .faq-icon { border-color: #1D9E75; background: #E8F7F2; }
.faq-question[aria-expanded="true"] .faq-icon::before,
.faq-question[aria-expanded="true"] .faq-icon::after { background: #1D9E75; }
.faq-question[aria-expanded="true"] .faq-icon::after { transform: rotate(90deg) scaleY(0); }
.faq-answer { padding: 0 0 24px; }
.faq-answer p { font-family: 'Inter', sans-serif; font-size: 15px; color: #4B5563; line-height: 1.7; margin: 0; }

/* Botones compartidos */

.btn-primary,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus {
  display: inline-block;
  background: #1D9E75;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s;
}
.btn-primary:hover { background: #17795B; color: #fff; }
.btn-secondary { display: inline-block; background: transparent; color: #111827; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; padding: 12px 24px; border-radius: 8px; border: 1px solid #D1D5DB; text-decoration: none; transition: border-color 0.15s, color 0.15s; }
.btn-secondary:hover { border-color: #1D9E75; color: #1D9E75; }
.btn-large { font-size: 15px; padding: 14px 32px; }

/* Responsive */
@media (max-width: 900px) {
  .sec-two-col { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .sec-hero { padding: 48px 0 40px; }
  .sec-section { padding: 48px 0; }
  .sec-hero-actions { flex-direction: column; }
  .sec-finding-item { padding: 20px; }
  .sec-cta { padding: 56px 0; }
}
@media (prefers-reduced-motion: reduce) {
  .faq-icon, .faq-icon::before, .faq-icon::after { transition: none; }
}
