/* Shared presentation for FAQ, Jornada DigiFULL and the final CTA. */
.dgf-b360-container { width: min(calc(100% - 48px), 1200px); margin-inline: auto; }
.dgf-b360-section-title { margin: 0 0 16px; color: var(--dgf-color-heading); font-size: clamp(30px, 4vw, 48px); font-weight: 900; letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
.dgf-b360-section-title em { color: var(--dgf-color-primary); font-style: normal; }
.dgf-b360-section-copy { margin-top: 0; color: var(--dgf-color-body); font-size: 17px; line-height: 1.7; text-wrap: pretty; }
.dgf-b360-btn { display: inline-flex; min-height: 54px; max-width: 100%; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; border-radius: var(--dgf-radius-control, 12px); font: inherit; font-size: 15px; font-weight: 800; line-height: 1.2; text-decoration: none !important; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease; }
.dgf-b360-btn--primary, .dgf-b360-btn--primary:visited { color: #fff; background: linear-gradient(135deg, var(--dgf-color-primary), var(--dgf-color-primary-gradient)); box-shadow: 0 16px 28px -16px rgba(245,130,31,.58); }
.dgf-b360-btn--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 22px 34px -18px rgba(245,130,31,.70); }
.dgf-b360-btn:focus-visible { outline: 3px solid rgba(245,130,31,.28); outline-offset: 3px; }
.dgf-b360-btn svg { width: 20px; height: 20px; flex: 0 0 auto; }
.dgf-b360-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 767px) {
    .dgf-b360-container { width: min(calc(100% - 32px), 1200px); }
    .dgf-b360-section-copy { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    .dgf-b360-btn { transition: none; }
    .dgf-b360-btn:hover { transform: none; }
}
