/*
 * GoACPros governed Spanish article presentation.
 * Release: GAP-ES-PROD-002 v1.0.4
 */
.goacpros-es-article-shell {
  --bg: #081326;
  --text: #FAF7F2;
  --muted: #8899B0;
  --accent: #F4A261;
  --accent-text: #0F1F3D;
  --accent-ink: #F4A261;
  --surface: #0F1F3D;
  --surface-soft: rgba(250,247,242,0.06);
  --border: rgba(250,247,242,0.08);
  width: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  font-weight: 450;
  overflow-x: clip;
}
.goacpros-es-article-shell,
.goacpros-es-article-shell *,
.goacpros-es-article-shell *::before,
.goacpros-es-article-shell *::after { box-sizing: border-box; }
.goacpros-es-article-shell .goacpros-es-breadcrumb-wrap,
.goacpros-es-article-shell .goacpros-pf,
.goacpros-es-article-shell .sources-section,
.goacpros-es-article-shell .disclosure {
  width: min(820px, calc(100% - 40px));
  margin-inline: auto;
}
.goacpros-es-article-shell .goacpros-es-breadcrumb-wrap { padding-top: 18px; }
.goacpros-es-article-shell .goacpros-es-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.goacpros-es-article-shell .goacpros-es-breadcrumb a { color: var(--accent-ink); text-decoration: none; }
.goacpros-es-article-shell .goacpros-es-breadcrumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
.goacpros-es-article-shell .goacpros-pf {
  margin: 0 auto;
  padding: 32px 0 24px;
  background: transparent;
  color: var(--text);
  font: inherit;
}
.goacpros-es-article-shell .goacpros-pf * { margin: 0; padding: 0; }
.goacpros-es-article-shell .goacpros-pf a { color: inherit; }
.goacpros-es-article-shell .goacpros-pf h1 {
  color: var(--text);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  letter-spacing: -.04em;
  margin: 32px 0 16px;
}
.goacpros-es-article-shell .goacpros-pf h2 {
  color: var(--text);
  font-size: 24px;
  letter-spacing: -.03em;
  margin: 40px 0 14px;
  line-height: 1.2;
}
.goacpros-es-article-shell .goacpros-pf p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 16px;
}
.goacpros-es-article-shell .goacpros-pf strong { color: var(--text); font-weight: 700; }
.goacpros-es-article-shell .cat {
  display: inline-block;
  background: var(--surface-soft);
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 650;
  color: var(--muted);
}
.goacpros-es-article-shell .at-glance,
.goacpros-es-article-shell .cost-card,
.goacpros-es-article-shell .callout,
.goacpros-es-article-shell .prep,
.goacpros-es-article-shell .cta-card,
.goacpros-es-article-shell .mid-cta-card {
  background: var(--surface);
  border: 1px solid var(--border);
}
.goacpros-es-article-shell .at-glance { border-radius: 14px; padding: 22px 24px; margin: 22px 0; }
.goacpros-es-article-shell .at-glance-title,
.goacpros-es-article-shell .key-takeaway-title {
  font-size: 11px;
  font-weight: 750;
  color: var(--accent-ink);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.goacpros-es-article-shell .at-glance-title { margin: 0 0 14px; }
.goacpros-es-article-shell .at-glance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.goacpros-es-article-shell .at-glance-item strong { color: var(--text); font-size: 13px; font-weight: 700; display: block; margin-bottom: 4px; }
.goacpros-es-article-shell .at-glance-item span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.goacpros-es-article-shell .at-glance-item .marker { color: var(--accent-ink); margin-right: 4px; }
.goacpros-es-article-shell .cost-card {
  border-radius: 14px;
  padding: 18px 22px;
  margin: 22px 0;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 14px;
  text-align: center;
}
.goacpros-es-article-shell .cost-card .cost-divider { background: var(--border); }
.goacpros-es-article-shell .cost-label { font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; }
.goacpros-es-article-shell .cost-value { font-size: 22px; font-weight: 800; color: var(--text); margin: 4px 0; }
.goacpros-es-article-shell .cost-note { font-size: 11px; color: var(--muted); }
.goacpros-es-article-shell .callout { border-radius: 14px; padding: 18px 22px; margin: 22px 0; }
.goacpros-es-article-shell .callout p { margin: 0; font-size: 15px; }
.goacpros-es-article-shell .callout-inoc { background: rgba(244,162,97,0.06); border-color: rgba(244,162,97,0.18); }
.goacpros-es-article-shell .callout-urgent { background: rgba(239,68,68,0.06); border-color: rgba(239,68,68,0.25); }
.goacpros-es-article-shell .wtt,
.goacpros-es-article-shell .key-takeaway {
  border-left: 3px solid var(--accent);
  background: var(--surface);
  border-radius: 0 14px 14px 0;
  padding: 18px 22px;
  margin: 22px 0;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.goacpros-es-article-shell .wtt-title { font-size: 12px; font-weight: 750; color: var(--accent-ink); text-transform: uppercase; letter-spacing: .06em; margin: 0 0 8px; }
.goacpros-es-article-shell .wtt p { margin: 0; font-size: 14px; font-style: italic; }
.goacpros-es-article-shell .wtt strong { font-style: normal; }
.goacpros-es-article-shell .key-takeaway-title { margin: 0 0 8px; }
.goacpros-es-article-shell .key-takeaway p { margin: 0; font-size: 15px; }
.goacpros-es-article-shell .prep { border-radius: 14px; padding: 18px 22px; margin: 22px 0; }
.goacpros-es-article-shell .prep-title { font-size: 14px; font-weight: 750; margin: 0 0 10px; }
.goacpros-es-article-shell .prep ul { margin: 0; padding: 0; list-style: none; }
.goacpros-es-article-shell .prep li { padding-left: 24px; position: relative; margin-bottom: 6px; font-size: 14px; color: var(--muted); }
.goacpros-es-article-shell .prep li::before { content: ""; position: absolute; left: 2px; top: 4px; width: 14px; height: 14px; border: 2px solid var(--border); border-radius: 3px; }
.goacpros-es-article-shell .cta-card { border-radius: 20px; padding: 28px 32px; margin: 28px 0; text-align: center; }
.goacpros-es-article-shell .cta-card h2 { margin: 0 0 10px; }
.goacpros-es-article-shell .cta-card p { margin: 0 0 18px; }
.goacpros-es-article-shell .mid-cta-card { border-radius: 18px; padding: 22px 26px; margin: 28px 0; }
.goacpros-es-article-shell .mid-cta-card p { margin: 0 0 12px; font-size: 15px; }
.goacpros-es-article-shell .cta-btn,
.goacpros-es-article-shell .mid-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 14px;
  font-weight: 750;
  text-decoration: none;
  font-size: 15px;
}
.goacpros-es-article-shell .cta-btn { background: var(--accent); color: var(--accent-text); padding: 14px 24px; font-size: 16px; }
.goacpros-es-article-shell .mid-cta-btn { background: transparent; color: var(--text); border: 1px solid var(--accent); }
.goacpros-es-article-shell .cta-note { font-size: 12px; color: var(--muted); font-weight: 600; margin-top: 8px; }
.goacpros-es-article-shell .faq-list { border-top: 1px solid var(--border); margin: 40px 0 0; }
.goacpros-es-article-shell .faq-item { border-bottom: 1px solid var(--border); }
.goacpros-es-article-shell .faq-q,
.goacpros-es-article-shell .sources-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font: inherit;
}
.goacpros-es-article-shell .faq-q { padding: 20px 4px; font-size: 17px; font-weight: 650; color: var(--text); letter-spacing: -.02em; }
.goacpros-es-article-shell .faq-q .mark,
.goacpros-es-article-shell .sources-toggle .mark { color: var(--accent-ink); font-size: 20px; font-weight: 700; flex-shrink: 0; }
.goacpros-es-article-shell .faq-a { font-size: 15px; line-height: 1.7; color: var(--muted); margin: 0; padding: 0 4px 22px; max-width: 640px; }
.goacpros-es-article-shell.js-enhanced .faq-a { display: none; }
.goacpros-es-article-shell.js-enhanced .faq-q[aria-expanded="true"] + .faq-a { display: block; }
.goacpros-es-article-shell .sources-section { margin: 0 auto; }
.goacpros-es-article-shell .sources-toggle { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 16px 4px; font-size: 14px; font-weight: 650; color: var(--muted); letter-spacing: -.01em; }
.goacpros-es-article-shell .sources-toggle .mark { font-size: 18px; }
.goacpros-es-article-shell .sources-body { padding: 16px 4px 8px; }
.goacpros-es-article-shell.js-enhanced .sources-body { display: none; }
.goacpros-es-article-shell.js-enhanced .sources-toggle[aria-expanded="true"] + .sources-body { display: block; }
.goacpros-es-article-shell .sources-body ol { margin: 0; padding: 0 0 0 20px; }
.goacpros-es-article-shell .sources-body li { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 8px; }
.goacpros-es-article-shell .sources-body a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 2px; }
.goacpros-es-article-shell .disclosure { margin: 16px auto 0; padding: 0 4px 24px; font-size: 12px; color: var(--muted); line-height: 1.6; opacity: .8; }
.goacpros-es-article-shell a:focus-visible,
.goacpros-es-article-shell button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
@media (max-width: 560px) {
  .goacpros-es-article-shell .goacpros-es-breadcrumb-wrap,
  .goacpros-es-article-shell .goacpros-pf,
  .goacpros-es-article-shell .sources-section,
  .goacpros-es-article-shell .disclosure { width: min(100% - 32px, 820px); }
  .goacpros-es-article-shell .goacpros-pf { padding-top: 24px; }
  .goacpros-es-article-shell .goacpros-pf h1 { font-size: clamp(28px, 9vw, 36px); }
  .goacpros-es-article-shell .goacpros-pf h2 { font-size: 22px; }
  .goacpros-es-article-shell .cost-card { grid-template-columns: 1fr; gap: 0; padding: 14px 12px; }
  .goacpros-es-article-shell .cost-divider { display: none; }
  .goacpros-es-article-shell .cost-card > div + div { border-top: 1px solid var(--border); padding-top: 14px; margin-top: 14px; }
  .goacpros-es-article-shell .at-glance-grid { grid-template-columns: 1fr; }
  .goacpros-es-article-shell .at-glance,
  .goacpros-es-article-shell .callout,
  .goacpros-es-article-shell .wtt,
  .goacpros-es-article-shell .key-takeaway,
  .goacpros-es-article-shell .prep,
  .goacpros-es-article-shell .cta-card,
  .goacpros-es-article-shell .mid-cta-card { padding-left: 16px; padding-right: 16px; }
  .goacpros-es-article-shell .cta-btn,
  .goacpros-es-article-shell .mid-cta-btn { width: 100%; }
}
@media (prefers-color-scheme: light) {
  html:not([data-theme="dark"]) .goacpros-es-article-shell {
    --bg: #FAF7F2;
    --text: #0F1F3D;
    --muted: #4A5B6E;
    --accent: #F4A261;
    --accent-text: #0F1F3D;
    --accent-ink: #B5722B;
    --surface: #EFECE7;
    --surface-soft: rgba(15,31,61,0.04);
    --border: rgba(15,31,61,0.10);
  }
}
html[data-theme="light"] .goacpros-es-article-shell {
  --bg: #FAF7F2;
  --text: #0F1F3D;
  --muted: #4A5B6E;
  --accent: #F4A261;
  --accent-text: #0F1F3D;
  --accent-ink: #B5722B;
  --surface: #EFECE7;
  --surface-soft: rgba(15,31,61,0.04);
  --border: rgba(15,31,61,0.10);
}
