/* Fuera del Box: extiende los tokens y componentes de la web principal. */
.fdb-main { padding-top: 76px; background: #f8fafc; color: var(--ink); }

.fdb-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(219,222,84,.15), transparent 32%),
    var(--navy);
  color: #fff;
  padding: clamp(64px, 9vw, 112px) 0 clamp(56px, 8vw, 90px);
}
.fdb-hero .breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; color: var(--muted-on-dark); font-size: 13px; }
.fdb-hero .breadcrumb a { color: inherit; text-decoration: none; }
.fdb-hero .breadcrumb a:hover { color: #fff; }
.fdb-hero .eyebrow { color: var(--yellow); margin-bottom: 16px; }
.fdb-hero h1 { max-width: 980px; font-size: clamp(48px, 8vw, 94px); margin-bottom: 24px; }
.fdb-hero .lead { max-width: 760px; color: #e2e8f0; font-size: clamp(18px, 2.3vw, 22px); line-height: 1.55; }
.fdb-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; color: var(--muted-on-dark); font-size: 14px; }
.fdb-meta strong { color: #fff; }
.fdb-topics { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.fdb-topic {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid rgba(219,222,84,.62);
  border-radius: 999px;
  background: rgba(219,222,84,.06);
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 700;
}

.fdb-hub-intro { background: #fff; }
.fdb-hub-head { display: grid; gap: 22px; margin-bottom: 36px; }
@media (min-width: 900px) {
  .fdb-hub-head { grid-template-columns: 1fr .8fr; align-items: end; }
}
.fdb-hub-head h2 { color: var(--navy); font-size: clamp(38px, 6vw, 64px); }
.fdb-hub-head p { color: var(--muted-on-light); font-size: 17px; max-width: 620px; }
.fdb-featured {
  display: grid;
  overflow: hidden;
  border-radius: 12px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 22px 60px rgba(2,6,24,.16);
}
@media (min-width: 900px) { .fdb-featured { grid-template-columns: 1.08fr .92fr; } }
.fdb-featured-media { min-height: 320px; }
.fdb-featured-media img { width: 100%; height: 100%; object-fit: cover; }
.fdb-featured-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 56px); }
.fdb-featured-copy .eyebrow { color: var(--yellow); margin-bottom: 14px; }
.fdb-featured-copy h2 { color: #fff; font-size: clamp(34px, 5vw, 54px); margin-bottom: 18px; }
.fdb-featured-copy p { color: #cbd5e1; margin-bottom: 28px; font-size: 17px; }
.fdb-featured-copy .btn { align-self: flex-start; }
.fdb-cadence { background: #f1f5f9; }
.fdb-cadence-grid { display: grid; gap: 16px; }
@media (min-width: 760px) { .fdb-cadence-grid { grid-template-columns: repeat(3, 1fr); } }
.fdb-cadence-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 28px; }
.fdb-cadence-card .day { color: var(--accent-on-light); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; font-weight: 900; }
.fdb-cadence-card h3 { color: var(--navy); font-size: 21px; margin: 10px 0 8px; }
.fdb-cadence-card p { color: var(--muted-on-light); font-size: 14px; }

.fdb-article-hero-image { background: #f8fafc; }
.fdb-article-hero-image .wrap { transform: translateY(-26px); }
.fdb-article-hero-image picture { display: block; overflow: hidden; border-radius: 14px; box-shadow: 0 22px 60px rgba(2,6,24,.2); }
.fdb-article-hero-image img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; background: #e2e8f0; }
.fdb-article-section { padding: 28px 0 clamp(72px, 9vw, 112px); background: #f8fafc; }
.fdb-article {
  width: min(100%, 780px);
  margin: 0 auto;
  color: var(--navy-2);
}
.fdb-article > p { margin-bottom: 1.3em; font-size: clamp(17px, 2vw, 18px); line-height: 1.78; }
.fdb-article h2 { color: var(--navy); font-size: clamp(30px, 5vw, 43px); margin: 2.25em 0 .75em; }
.fdb-article h2::before { content: ""; display: block; width: 44px; height: 5px; margin-bottom: 18px; border-radius: 999px; background: var(--yellow); }
.fdb-article strong { color: var(--navy); }
.fdb-article h3 { color: var(--navy); font-size: clamp(22px, 3.2vw, 29px); margin: 1.75em 0 .65em; }
.fdb-article ul { margin: 0 0 1.5em 1.2em; padding: 0; }
.fdb-article li { margin-bottom: .65em; padding-left: .25em; color: var(--navy-2); font-size: clamp(17px, 2vw, 18px); line-height: 1.68; }
.fdb-article a:not(.btn) { color: #334155; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; text-underline-offset: 3px; }
.fdb-short-lines { margin: 1.5em 0; }
.fdb-short-lines p { margin-bottom: .45em; font-size: clamp(17px, 2vw, 18px); line-height: 1.65; }
.fdb-article figure { margin: 2.4em 0; }
.fdb-article figure img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 12px; background: #e2e8f0; }
.fdb-article blockquote {
  margin: 2.2em 0;
  padding: clamp(26px, 4vw, 38px);
  border-left: 7px solid var(--yellow);
  border-radius: 0 10px 10px 0;
  background: var(--navy);
  color: #fff;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.fdb-article blockquote strong { color: inherit; }
.fdb-signature { margin-top: 42px; font-weight: 900; }
.fdb-draft-banner { background: var(--yellow); color: var(--navy); padding: 12px 20px; text-align: center; font-size: 13px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.fdb-evidence { margin: 2.4em 0; }
.fdb-evidence > p { font-size: clamp(17px, 2vw, 18px); line-height: 1.72; }
.fdb-chart { display: block; width: 100%; height: auto; margin: 1.5em 0 .9em; border: 1px solid #e2e8f0; border-radius: 14px; background: #fff; box-shadow: 0 16px 42px rgba(2,6,24,.08); }
.fdb-chart-note { margin-top: .9em; color: #526077; font-size: 14px !important; line-height: 1.6 !important; }
.fdb-adaptive-chart { display: block; }
.fdb-source-box { margin: 2.2em 0; padding: 24px; border: 1px solid #cbd5e1; border-radius: 10px; background: #fff; }
.fdb-source-box h2 { margin: 0 0 16px; font-size: 25px; }
.fdb-source-box h2::before { display: none; }
.fdb-source-box ol { margin: 0; padding-left: 1.25em; }
.fdb-source-box li { font-size: 14px; line-height: 1.55; color: #526077; }
.fdb-end-cta { margin: 3em 0 0; padding: clamp(28px, 5vw, 42px); border: 1px solid #d8dd42; border-radius: 12px; background: #f6f7b6; }
.fdb-end-cta h2 { margin: 0 0 12px; font-size: clamp(28px, 4.5vw, 40px); }
.fdb-end-cta h2::before { display: none; }
.fdb-end-cta p { margin-bottom: 22px; font-size: 17px; line-height: 1.65; }
.fdb-archive { background: #fff; }
.fdb-article-grid { display: grid; gap: 20px; }
@media (min-width: 760px) { .fdb-article-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.fdb-article-card { overflow: hidden; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; box-shadow: 0 14px 36px rgba(2,6,24,.07); }
.fdb-article-card img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; background: #e2e8f0; }
.fdb-article-card-copy { padding: 26px; }
.fdb-article-card .eyebrow { color: var(--accent-on-light); margin-bottom: 10px; }
.fdb-article-card h3 { color: var(--navy); font-size: clamp(25px, 3.5vw, 34px); margin-bottom: 12px; }
.fdb-article-card p { color: var(--muted-on-light); margin-bottom: 20px; }
.fdb-article-card a { color: var(--navy); font-weight: 900; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; text-underline-offset: 4px; }
.fdb-subscribe {
  margin-top: 68px;
  padding: clamp(30px, 5vw, 48px);
  border-radius: 12px;
  background: var(--navy);
  color: #fff;
}
.fdb-subscribe .eyebrow { color: var(--yellow); margin-bottom: 12px; }
.fdb-subscribe h2 { color: #fff; margin: 0 0 14px; font-size: clamp(30px, 5vw, 48px); }
.fdb-subscribe h2::before { display: none; }
.fdb-subscribe p { color: #cbd5e1; margin-bottom: 24px; max-width: 620px; }

@media (max-width: 639px) {
  .fdb-main { padding-top: 76px; }
  .fdb-hero { padding-top: 48px; }
  .fdb-hero h1 { font-size: clamp(34px, 9.2vw, 44px); }
  .fdb-article-hero-image .wrap { padding-left: 14px; padding-right: 14px; }
  .fdb-article-hero-image picture, .fdb-article figure img { border-radius: 9px; }
  .fdb-article-section .wrap { padding-left: 20px; padding-right: 20px; }
  .fdb-adaptive-chart .fdb-chart { aspect-ratio: 720 / 1180; }
}
