/* Condor Data — Content pages (blog + secciones)
   Objetivo: legibilidad (ancho, ritmo vertical, headings, listas, FAQs, CTAs)
   Sin alterar el look & feel del landing (variables vienen de condordata-landing.css). */

#cd-page .cd-content {
  padding-top: 108px; /* nav fixed */
  padding-bottom: 64px;
}

#cd-page .cd-content .section-inner {
  max-width: 980px; /* lectura cómoda */
}

#cd-page .cd-content .cd-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin-bottom: 14px;
}

#cd-page .cd-content .cd-kicker::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--gold);
}

#cd-page .cd-content .cd-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(38px, 5.2vw, 64px);
  line-height: 1.02;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  text-transform: none;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: currentColor !important;
  color: var(--text);
}

#cd-page .cd-content .cd-lead {
  font-size: 16.5px;
  color: var(--text-dim);
  line-height: 1.8;
  max-width: 72ch;
  margin-bottom: 0;
}

#cd-page .cd-content .cd-meta-row {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  color: var(--text-muted);
  font-size: 13px;
}

#cd-page .cd-content .cd-meta-row a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(245, 197, 66, 0.35);
  text-underline-offset: 4px;
}

#cd-page .cd-content .cd-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,197,66,0.18) 25%, rgba(245,197,66,0.18) 75%, transparent);
  margin: 26px 0;
}

/* Prose */
#cd-page .cd-prose {
  font-size: 16.5px;
  line-height: 1.9;
  color: rgba(240,237,228,0.92);
  max-width: 78ch;
}

#cd-page .cd-prose p { margin: 14px 0; }

#cd-page .cd-prose strong { color: var(--text); font-weight: 700; }

#cd-page .cd-prose a {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: rgba(245,197,66,0.35);
  text-underline-offset: 4px;
}

#cd-page .cd-prose a:hover { text-decoration-color: rgba(245,197,66,0.65); }

#cd-page .cd-prose h2,
#cd-page .cd-prose h3 {
  margin: 26px 0 10px;
  line-height: 1.25;
  text-transform: none;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: currentColor !important;
  color: var(--text);
}

#cd-page .cd-prose h2 {
  font-size: 22px;
  border-left: 3px solid rgba(245,197,66,0.35);
  padding-left: 12px;
}

#cd-page .cd-prose h3 {
  font-size: 18px;
  color: rgba(240,237,228,0.95);
}

#cd-page .cd-prose ul,
#cd-page .cd-prose ol {
  margin: 12px 0 18px;
  padding-left: 1.2rem;
}

#cd-page .cd-prose li { margin: 8px 0; color: rgba(240,237,228,0.88); }

#cd-page .cd-prose blockquote {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 3px solid rgba(245,197,66,0.35);
  background: rgba(255,255,255,0.03);
  border-radius: 12px;
  color: rgba(240,237,228,0.9);
}

#cd-page .cd-prose code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95em;
  padding: 0.1em 0.35em;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
}

/* Cards / boxes */
#cd-page .cd-box {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  padding: 18px 18px;
}

#cd-page .cd-box + .cd-box { margin-top: 14px; }

#cd-page .cd-box-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}

#cd-page .cd-box p { margin: 0; color: rgba(240,237,228,0.86); line-height: 1.75; }

/* FAQ */
#cd-page .cd-faq {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

#cd-page .cd-faq details {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,0.02);
  padding: 12px 14px;
}

#cd-page .cd-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: rgba(240,237,228,0.95);
  list-style: none;
}

#cd-page .cd-faq summary::-webkit-details-marker { display: none; }

#cd-page .cd-faq details[open] {
  background: rgba(245,197,66,0.05);
  border-color: rgba(245,197,66,0.22);
}

#cd-page .cd-faq details p {
  margin: 10px 0 0;
  color: rgba(240,237,228,0.88);
  line-height: 1.75;
}

/* CTA */
#cd-page .cd-cta {
  border: 1px solid rgba(245,197,66,0.22);
  border-radius: 18px;
  padding: 18px 18px;
  background: linear-gradient(135deg, rgba(245,197,66,0.10) 0%, rgba(255,255,255,0.02) 60%);
}

#cd-page .cd-cta h2 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.35;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: currentColor !important;
  color: var(--text);
  text-transform: none;
}

#cd-page .cd-cta p { margin: 0 0 12px; color: rgba(240,237,228,0.86); line-height: 1.75; }

#cd-page .cd-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  #cd-page .cd-content { padding-top: 94px; }
  #cd-page .cd-content .section-inner { max-width: 100%; }
  #cd-page .cd-prose { max-width: 100%; }
}

