/* TelluBase flexible content pages */

:root {
    --tb-surface: #ffffff;
    --tb-surface-soft: #f8f8f7;
    --tb-border: rgba(38, 38, 38, 0.11);
    --tb-shadow-soft: 0 18px 40px rgba(14, 32, 58, 0.08);
    --tb-shadow-hover: 0 24px 44px rgba(14, 32, 58, 0.14);
}

html {
    scroll-behavior: smooth;
}

.tb-content-page {
    position: relative;
    color: var(--paraColor);
    isolation: isolate;
}

.tb-content-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1000px 480px at 92% -12%, rgba(36, 110, 185, 0.13), transparent 72%),
        radial-gradient(760px 460px at -10% 18%, rgba(197, 123, 87, 0.13), transparent 72%);
    pointer-events: none;
    z-index: -1;
}

.tb-content-page .tb-page-header,
.tb-content-page .tb-hero,
.tb-content-page .tb-updates-hero,
.tb-cta-band {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(36, 110, 185, 0.1);
    box-shadow: var(--tb-shadow-soft);
    background:
        radial-gradient(1020px 520px at 96% -18%, rgba(36, 110, 185, 0.12), rgba(36, 110, 185, 0) 72%),
        linear-gradient(132deg, rgba(36, 110, 185, 0.16), rgba(255, 255, 255, 0) 56%),
        repeating-linear-gradient(135deg, rgba(36, 110, 185, 0.012) 0 2px, rgba(255, 255, 255, 0) 2px 11px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96));
    margin-bottom: clamp(28px, 4vw, 52px);
}

.tb-content-page .tb-page-header::before,
.tb-content-page .tb-hero::before,
.tb-content-page .tb-updates-hero::before,
.tb-cta-band::before {
    content: "";
    position: absolute;
    right: -140px;
    top: -110px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(36, 110, 185, 0.22), rgba(36, 110, 185, 0));
    pointer-events: none;
}

.tb-content-page .tb-page-header .container,
.tb-content-page .tb-hero .container,
.tb-content-page .tb-updates-hero .container,
.tb-cta-band .container {
    padding-top: clamp(26px, 4vw, 54px);
    padding-bottom: clamp(26px, 4vw, 54px);
}

.tb-content-page .cmn-heading h1,
.tb-content-page .cmn-heading h2,
.tb-content-page .cmn-heading h3,
.tb-content-page .tb-section__heading,
.tb-content-page .tb-card__title,
.tb-content-page .tb-step h3,
.tb-cta-band .tb-section__heading {
    color: var(--headingColor);
    letter-spacing: -0.02em;
}

.tb-content-page .cmn-heading h1 {
    font-size: clamp(2rem, 4.6vw, 3.55rem);
    line-height: 1.05;
    max-width: 18ch;
    margin: 0 auto;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .tb-content-page .tb-page-header .cmn-heading h1,
    .tb-content-page .tb-hero .cmn-heading h1,
    .tb-content-page .tb-updates-hero .cmn-heading h1 {
        background: linear-gradient(135deg, var(--headingColor) 62%, var(--blur-bg) 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.tb-content-page .cmn-heading h2,
.tb-content-page .tb-section__heading {
    font-size: clamp(1.52rem, 3.2vw, 2.55rem);
    line-height: 1.12;
}

.tb-content-page .cmn-heading p,
.tb-content-page .tb-card__body,
.tb-content-page .tb-rich-text__content,
.tb-content-page .tb-step p,
.tb-content-page .tb-update-card__date,
.tb-cta-band .tb-rich-text__content {
    color: var(--paraColor);
    line-height: 1.62;
}

.tb-content-page .tb-section-heading {
    margin-bottom: clamp(20px, 2.4vw, 34px);
}

.tb-content-page .tb-section-heading p {
    font-size: 1.06rem;
    line-height: 1.68;
}

.tb-content-page .tb-section-heading div > p {
    font-size: 1.06rem;
    line-height: 1.68;
    margin-bottom: 0.68em;
}

.tb-content-page .tb-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--btnColor);
}

.tb-content-page .tb-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 99px;
    background: var(--btnColor);
}

.tb-content-page .tb-hero__body,
.tb-content-page .tb-rich-text__content {
    max-width: 860px;
    margin: 0 auto;
}

.tb-content-page .tb-rich-text__content,
.tb-cta-band .tb-rich-text__content {
    font-size: 1.05rem;
    line-height: 1.76;
}

.tb-content-page .tb-rich-text__content p,
.tb-content-page .tb-rich-text__content ul,
.tb-content-page .tb-rich-text__content ol,
.tb-cta-band .tb-rich-text__content p,
.tb-cta-band .tb-rich-text__content ul,
.tb-cta-band .tb-rich-text__content ol {
    margin-bottom: 1.32em;
}

.tb-content-page .tb-rich-text__content li,
.tb-cta-band .tb-rich-text__content li {
    margin-bottom: 0.52em;
}

.tb-content-page .tb-section {
    position: relative;
    padding: 24px 0;
    margin-bottom: clamp(28px, 4vw, 52px);
    scroll-margin-top: 110px;
}

.tb-content-page .tb-section:nth-of-type(even):not(.tb-section--muted):not(.tb-image-text--muted):not(.tb-image-text--highlight):not(.tb-callout--dark):not(.tb-callout--highlight) {
    border: 1px solid rgba(38, 38, 38, 0.06);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(248, 248, 247, 0.93), rgba(255, 255, 255, 0.97)),
        linear-gradient(130deg, rgba(36, 110, 185, 0.032), rgba(36, 110, 185, 0.016));
}

.tb-content-page .tb-section + .tb-section::before {
    content: "";
    position: absolute;
    left: clamp(24px, 7vw, 92px);
    right: clamp(24px, 7vw, 92px);
    top: -14px;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(197, 123, 87, 0.44) 24%, rgba(36, 110, 185, 0.48) 76%, rgba(255, 255, 255, 0));
    opacity: 0.48;
    pointer-events: none;
}

.tb-content-page .tb-page-header + .tb-section::before,
.tb-content-page .tb-hero + .tb-section::before,
.tb-content-page .tb-updates-hero + .tb-section::before {
    display: none;
}

.tb-content-page .tb-reveal-init {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.26s ease, border-color 0.26s ease;
    transition-delay: var(--tb-reveal-delay, 0ms);
    will-change: opacity, transform;
}

.tb-content-page .tb-reveal-init.tb-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.tb-content-page .tb-section--muted {
    border-radius: 24px;
    border: 1px solid var(--tb-border);
    background: linear-gradient(180deg, rgba(248, 248, 247, 0.95), rgba(255, 255, 255, 0.95));
    padding: clamp(20px, 2.5vw, 34px);
}

.tb-content-page .tb-rich-text.tb-section--muted {
    border-left: 2px solid rgba(197, 123, 87, 0.66);
}

.tb-content-page .tb-section--narrow .tb-rich-text__content {
    max-width: 740px;
}

.tb-content-page .tb-button-row,
.tb-cta-band .tb-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.tb-content-page .tb-button,
.tb-content-page .cmn-btn,
.tb-cta-band .cmn-btn {
    position: relative;
    min-width: 160px;
    padding: 16px 24px;
    border-radius: 16px;
    font-size: clamp(1rem, 1.15vw, 1.125rem);
    line-height: 1.2;
    text-decoration: none;
    transform: translateY(0);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.tb-content-page .cmn-btn:hover,
.tb-cta-band .cmn-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(14, 32, 58, 0.22);
}

.tb-content-page .tb-button--secondary,
.tb-content-page .cmn-btn--secondary,
.tb-cta-band .cmn-btn--secondary {
    color: var(--btnColor);
    background: #fff;
    border: 1px solid rgba(197, 123, 87, 0.55);
    box-shadow: none;
}

.tb-content-page .tb-button--secondary:hover,
.tb-content-page .cmn-btn--secondary:hover,
.tb-cta-band .cmn-btn--secondary:hover {
    background: var(--btnColor);
    color: #fff;
}

.tb-content-page .cmn-btn:focus-visible,
.tb-content-page a:focus-visible,
.tb-cta-band a:focus-visible {
    outline: 3px solid #246EB9;
    outline-offset: 2px;
}

.tb-content-page .tb-card-grid .row,
.tb-content-page .tb-pathway-cards .row,
.tb-content-page .tb-microsite-grid .row,
.tb-content-page .tb-fact-sheet-grid .row,
.tb-content-page .tb-related-links .row,
.tb-content-page .tb-steps .row,
.tb-content-page .tb-hero .row {
    --bs-gutter-y: clamp(16px, 2vw, 24px);
}

.tb-content-page .tb-card,
.tb-content-page .tb-step,
.tb-content-page .tb-stat-card,
.tb-content-page .tb-update-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    border: 1px solid var(--tb-border);
    background: linear-gradient(180deg, var(--tb-surface), var(--tb-surface-soft));
    box-shadow: 0 8px 24px rgba(14, 32, 58, 0.07);
    padding: clamp(20px, 2.2vw, 28px);
    transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.tb-content-page .tb-card:hover,
.tb-content-page .tb-step:hover,
.tb-content-page .tb-update-card:hover,
.tb-content-page .tb-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--tb-shadow-hover);
    border-color: rgba(36, 110, 185, 0.25);
}

.tb-content-page .tb-card__icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(36, 110, 185, 0.08);
    margin-bottom: 14px;
}

.tb-content-page .tb-card__icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.tb-content-page .tb-card__icon--fallback i {
    color: var(--blur-bg);
    font-size: 1.2rem;
    line-height: 1;
}

.tb-content-page .tb-card__title {
    margin-bottom: 10px;
    font-size: clamp(1.06rem, 2vw, 1.35rem);
    line-height: 1.25;
}

.tb-content-page .tb-card__body {
    margin-bottom: 14px;
    font-size: 0.99rem;
    line-height: 1.68;
}

.tb-content-page .tb-card__body p {
    margin-bottom: 0.84em;
}

.tb-content-page .tb-card__meta {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: var(--btnColor);
    font-weight: 700;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.tb-content-page .tb-card__link,
.tb-content-page .tb-update-card .tb-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-bottom: 2px;
    color: var(--btnColor);
    font-weight: 700;
    text-decoration: none;
    position: relative;
    width: fit-content;
}

.tb-content-page .tb-card__link::before,
.tb-content-page .tb-update-card .tb-card__link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background: currentColor;
    transform: scaleX(0.65);
    transform-origin: left center;
    transition: transform 0.22s ease;
}

.tb-content-page .tb-card__link::after,
.tb-content-page .tb-update-card .tb-card__link::after {
    content: "\2192";
    font-size: 0.96em;
    line-height: 1;
    transform: translateX(0);
    transition: transform 0.22s ease;
}

.tb-content-page .tb-card__link:hover::before,
.tb-content-page .tb-update-card .tb-card__link:hover::before {
    transform: scaleX(1);
}

.tb-content-page .tb-card__link:hover::after,
.tb-content-page .tb-update-card .tb-card__link:hover::after {
    transform: translateX(4px);
}

.tb-content-page .tb-stat-card {
    text-align: center;
    border-bottom: 3px solid rgba(36, 110, 185, 0.62);
}

.tb-content-page .tb-stat-card__value {
    display: block;
    font-size: clamp(1.6rem, 2.8vw, 2.15rem);
    line-height: 1;
    color: var(--blur-bg);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.tb-content-page .tb-stat-card__label {
    display: block;
    margin-top: 8px;
    font-size: 0.95rem;
    color: var(--paraColor);
}

.tb-content-page .tb-steps {
    counter-reset: tb-step;
}

.tb-content-page .tb-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    margin-bottom: 14px;
    background: linear-gradient(145deg, rgba(36, 110, 185, 0.16), rgba(36, 110, 185, 0.08));
    color: var(--headingColor);
    font-weight: 700;
}

.tb-content-page .tb-comparison .table-responsive {
    border-radius: 18px;
    border: 1px solid var(--tb-border);
    background: #fff;
    box-shadow: 0 8px 24px rgba(14, 32, 58, 0.06);
}

.tb-content-page .tb-comparison .table {
    margin: 0;
}

.tb-content-page .tb-comparison thead {
    background: linear-gradient(90deg, rgba(36, 110, 185, 0.08), rgba(36, 110, 185, 0.04));
    border-bottom: 2px solid rgba(36, 110, 185, 0.16);
}

.tb-content-page .tb-comparison thead th {
    color: var(--headingColor);
    font-weight: 700;
    font-size: 0.96rem;
    letter-spacing: 0.02em;
    padding: 16px 18px;
    text-transform: uppercase;
}

.tb-content-page .tb-comparison tr:nth-child(even) td {
    background: rgba(36, 110, 185, 0.03);
}

.tb-content-page .tb-comparison td {
    border-color: rgba(38, 38, 38, 0.09);
    color: var(--paraColor);
    padding: 14px 16px;
}

.tb-content-page .tb-comparison td:first-child {
    font-weight: 600;
    color: var(--headingColor);
}

.tb-content-page .tb-faq .accordion-item {
    border: 1px solid var(--tb-border);
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 18px rgba(14, 32, 58, 0.05);
    transition: border-color 0.24s ease, box-shadow 0.24s ease;
    scroll-margin-top: 110px;
}

.tb-content-page .tb-faq .accordion-button {
    color: var(--headingColor);
    font-weight: 600;
    line-height: 1.3;
    padding: 16px 18px;
    transition: background-color 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

.tb-content-page .tb-faq .accordion-button:not(.collapsed) {
    color: var(--headingColor);
    background: rgba(36, 110, 185, 0.08);
    box-shadow: none;
    box-shadow: inset 3px 0 0 var(--blur-bg);
}

.tb-content-page .tb-faq .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: rgba(36, 110, 185, 0.24);
    box-shadow: 0 10px 24px rgba(14, 32, 58, 0.08);
}

.tb-content-page .tb-faq .accordion-collapse {
    transition: height 0.3s ease;
}

.tb-content-page .tb-faq .accordion-body {
    color: var(--paraColor);
    line-height: 1.62;
}

.tb-content-page .tb-faq .accordion-body p:last-child {
    margin-bottom: 0;
}

.tb-content-page .tb-card--type-recession,
.tb-content-page .tb-card--type-sentiment,
.tb-content-page .tb-card--type-risk {
    border-top: 4px solid transparent;
}

.tb-content-page .tb-card--type-recession {
    border-top-color: #246EB9;
}

.tb-content-page .tb-card--type-sentiment {
    border-top-color: #c57b57;
}

.tb-content-page .tb-card--type-risk {
    border-top-color: #246EB9;
}

.tb-content-page .tb-pathway-cards .row > [class*="col-"]:nth-child(odd) .tb-card--pathway {
    border-top: 4px solid #246EB9;
}

.tb-content-page .tb-pathway-cards .row > [class*="col-"]:nth-child(even) .tb-card--pathway {
    border-top: 4px solid #c57b57;
}

.tb-cta-band {
    padding: clamp(28px, 4vw, 42px) 14px;
    border-color: rgba(36, 110, 185, 0.2);
    box-shadow: 0 24px 46px rgba(14, 32, 58, 0.12);
    background:
        radial-gradient(1060px 580px at 102% -16%, rgba(36, 110, 185, 0.14), rgba(36, 110, 185, 0) 72%),
        radial-gradient(880px 460px at -6% 112%, rgba(197, 123, 87, 0.12), rgba(197, 123, 87, 0) 74%),
        linear-gradient(132deg, rgba(36, 110, 185, 0.24), rgba(255, 255, 255, 0) 56%),
        repeating-linear-gradient(140deg, rgba(36, 110, 185, 0.02) 0 2px, rgba(255, 255, 255, 0) 2px 14px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97));
}

.tb-cta-band .tb-cta-band__inner {
    max-width: none;
    margin: 0;
    text-align: center;
}

.tb-cta-band .tb-section__heading {
    max-width: 22ch;
    margin-left: auto;
    margin-right: auto;
}

.tb-cta-band .tb-rich-text__content {
    max-width: 68ch;
    margin-left: auto;
    margin-right: auto;
}

.tb-cta-band .tb-button-row {
    justify-content: center;
}

.tb-cta-band .cmn-btn {
    box-shadow: 0 14px 28px rgba(14, 32, 58, 0.18);
}

.tb-content-page .tb-related-links .tb-card__title a,
.tb-content-page .tb-update-card .tb-card__title a {
    color: var(--headingColor);
    text-decoration: none;
}

.tb-content-page .tb-related-links .tb-card__title a:hover,
.tb-content-page .tb-update-card .tb-card__title a:hover {
    color: var(--btnColor);
}

.tb-content-page .tb-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.tb-content-page .tb-pagination a,
.tb-content-page .tb-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    border-radius: 11px;
    border: 1px solid var(--tb-border);
    color: var(--headingColor);
    text-decoration: none;
    font-weight: 500;
    padding: 0 12px;
    background: #fff;
}

.tb-content-page .tb-pagination .current,
.tb-content-page .tb-pagination a:hover {
    background: var(--btnColor);
    color: #fff;
    border-color: var(--btnColor);
}

.tb-content-page .tb-updates-empty {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(24px, 2.6vw, 36px);
    border: 1px solid var(--tb-border);
    border-radius: 18px;
    box-shadow: var(--tb-shadow-soft);
    background: #fff;
}

@keyframes tb-fade-up {
    from {
        opacity: 0;
        transform: translate3d(0, 14px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Image + Text Section */
.tb-content-page .tb-image-text {
    position: relative;
}

.tb-content-page .tb-image-text--standard {
    background: transparent;
}

.tb-content-page .tb-image-text--muted {
    border-radius: 24px;
    border: 1px solid var(--tb-border);
    background: linear-gradient(180deg, rgba(248, 248, 247, 0.95), rgba(255, 255, 255, 0.95));
    padding: clamp(24px, 2.5vw, 36px);
}

.tb-content-page .tb-image-text--highlight {
    border-radius: 24px;
    border: 1px solid rgba(36, 110, 185, 0.15);
    background: linear-gradient(135deg, rgba(36, 110, 185, 0.07), rgba(36, 110, 185, 0.03));
    padding: clamp(24px, 2.5vw, 36px);
}

.tb-content-page .tb-image-text__content h2 {
    margin-bottom: 18px;
}

.tb-content-page .tb-image-text__image {
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 12px 40px rgba(14, 32, 58, 0.12);
}

/* Stats Showcase */
.tb-content-page .tb-stats-showcase {
    background: transparent;
}

.tb-content-page .tb-stats__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: clamp(16px, 2vw, 28px);
}

.tb-content-page .tb-stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: clamp(22px, 2.2vw, 32px);
    border-radius: 20px;
    border: 1px solid var(--tb-border);
    background: linear-gradient(180deg, var(--tb-surface), var(--tb-surface-soft));
    box-shadow: 0 8px 24px rgba(14, 32, 58, 0.07);
    transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.tb-content-page .tb-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--tb-shadow-hover);
    border-color: rgba(36, 110, 185, 0.25);
}

.tb-content-page .tb-stat-card__icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(36, 110, 185, 0.16), rgba(36, 110, 185, 0.08));
    margin-bottom: 18px;
}

.tb-content-page .tb-stat-card__icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.tb-content-page .tb-stat-card__value {
    display: block;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1;
    color: var(--headingColor);
    font-weight: 700;
    margin-bottom: 8px;
}

.tb-content-page .tb-stat-card__label {
    display: block;
    font-size: 0.96rem;
    line-height: 1.4;
    color: var(--paraColor);
}

/* Callout Box */
.tb-content-page .tb-callout {
    background: transparent;
}

.tb-content-page .tb-callout__wrapper {
    display: flex;
    flex-direction: row;
    gap: clamp(24px, 3vw, 42px);
    align-items: center;
    position: relative;
}

.tb-content-page .tb-callout--standard {
    background: transparent;
}

.tb-content-page .tb-callout--dark {
    border-radius: 24px;
    border: 1px solid rgba(38, 38, 38, 0.15);
    background: linear-gradient(135deg, rgba(38, 38, 38, 0.96), rgba(38, 38, 38, 0.92));
    padding: clamp(28px, 2.8vw, 40px);
}

.tb-content-page .tb-callout--dark .tb-callout__content h2,
.tb-content-page .tb-callout--dark .tb-callout__content p,
.tb-content-page .tb-callout--dark .tb-rich-text__content {
    color: #ffffff;
}

.tb-content-page .tb-callout--highlight {
    border-radius: 24px;
    border: 1px solid rgba(36, 110, 185, 0.15);
    background: linear-gradient(135deg, rgba(36, 110, 185, 0.08), rgba(36, 110, 185, 0.04));
    padding: clamp(28px, 2.8vw, 40px);
}

.tb-content-page .tb-callout__content {
    flex: 1;
    min-width: 280px;
}

.tb-content-page .tb-callout__content h2 {
    margin-bottom: 16px;
}

.tb-content-page .tb-callout__icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(36, 110, 185, 0.1);
    flex-shrink: 0;
}

.tb-content-page .tb-callout__icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.tb-content-page .tb-callout__icon--top {
    width: 72px;
    height: 72px;
    margin-bottom: 14px;
    margin-left: 0;
}

.tb-content-page .tb-callout__icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tb-content-page .tb-callout__image {
    flex: 0 0 auto;
    max-width: 380px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(14, 32, 58, 0.12);
}

.tb-content-page .tb-callout__image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1200px) {
    .tb-content-page .tb-page-header,
    .tb-content-page .tb-hero,
    .tb-content-page .tb-updates-hero,
    .tb-cta-band {
        border-radius: 24px;
    }
}

@media (max-width: 767px) {
    .tb-content-page .tb-page-header,
    .tb-content-page .tb-hero,
    .tb-content-page .tb-updates-hero,
    .tb-cta-band {
        border-radius: 18px;
    }

    .tb-content-page .tb-button-row,
    .tb-cta-band .tb-button-row {
        flex-direction: column;
        align-items: stretch;
    }

    .tb-content-page .tb-button-row .cmn-btn-wppr,
    .tb-cta-band .tb-button-row .cmn-btn-wppr,
    .tb-content-page .tb-button-row .cmn-btn,
    .tb-cta-band .tb-button-row .cmn-btn {
        width: 100%;
        min-width: 0;
    }

    .tb-content-page .tb-card,
    .tb-content-page .tb-step,
    .tb-content-page .tb-update-card,
    .tb-content-page .tb-stat-card {
        border-radius: 16px;
    }

    .tb-content-page .tb-section + .tb-section::before {
        left: 16px;
        right: 16px;
        top: -12px;
        opacity: 0.4;
    }
}

@media (max-width: 768px) {
    .tb-content-page .tb-image-text__wrapper {
        flex-direction: column;
    }

    .tb-content-page .tb-stats__grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .tb-content-page .tb-callout__wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .tb-content-page .tb-callout--icon-left .tb-callout__wrapper {
        flex-direction: column;
    }

    .tb-content-page .tb-callout__icon-wrapper {
        align-items: center;
    }

    .tb-content-page .tb-callout__image {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .tb-content-page .tb-page-header .container,
    .tb-content-page .tb-hero .container,
    .tb-content-page .tb-updates-hero .container,
    .tb-cta-band .container {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .tb-content-page .tb-eyebrow {
        letter-spacing: 0.11em;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .tb-content-page .tb-section,
    .tb-content-page .tb-card,
    .tb-content-page .tb-step,
    .tb-content-page .tb-update-card,
    .tb-content-page .tb-stat-card,
    .tb-content-page .cmn-btn,
    .tb-cta-band .cmn-btn {
        animation: none;
        transition: none;
        transform: none;
    }

    .tb-content-page .tb-reveal-init {
        opacity: 1;
        transform: none;
        will-change: auto;
    }
}
