.dlmb-page {
    --dlmb-navy: #0b1f3a;
    --dlmb-blue: #175cd3;
    --dlmb-blue-dark: #124aab;
    --dlmb-text: #344054;
    --dlmb-muted: #667085;
    --dlmb-line: #e4e7ec;
    --dlmb-soft: #f7f9fc;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--dlmb-text);
    background: #fff;
}

/* Keep the modular heading system independent from Elementor/theme typography. */
.dlmb-page h1,
.dlmb-page h2,
.dlmb-page h3,
.dlmb-page h4,
.dlmb-page h5,
.dlmb-page h6 {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-style: normal !important;
}

.dlmb-container {
    width: min(calc(100% - 40px), 1240px);
    margin-inline: auto;
}

.dlmb-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 64px;
    background: linear-gradient(135deg, #f7faff 0%, #eef5ff 55%, #fff 100%);
    border-bottom: 1px solid #dce8f8;
}

.dlmb-hero::after {
    content: "";
    position: absolute;
    inset: auto -180px -260px auto;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(23, 92, 211, .08);
}

.dlmb-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 72px;
    align-items: center;
}

.dlmb-eyebrow {
    margin: 0 0 16px;
    color: var(--dlmb-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.dlmb-page .dlmb-hero h1 {
    margin: 0;
    max-width: 820px;
    color: #22212a !important;
    font-family: Inter, sans-serif !important;
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 60px !important;
    letter-spacing: -.02em !important;
}

.dlmb-hero__description {
    max-width: 760px;
    margin: 26px 0 0;
    color: #475467;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}

.dlmb-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 24px;
    color: var(--dlmb-muted);
    font-size: 14px;
}

.dlmb-hero__meta span + span::before {
    content: "•";
    margin-right: 22px;
    color: #98a2b3;
}

.dlmb-hero__media {
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(23, 92, 211, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 28px 80px rgba(16, 24, 40, .14);
    backdrop-filter: blur(8px);
}

.dlmb-hero__media img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    border-radius: 4px;
}

.dlmb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.dlmb-page .dlmb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid var(--dlmb-blue);
    border-radius: 4px;
    background: var(--dlmb-blue);
    color: #fff !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    text-decoration: none !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .05) !important;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.dlmb-button:hover {
    transform: translateY(-2px);
    border-color: #ffa400;
    background: #ffa400;
    box-shadow: 0 4px 8px rgba(255, 164, 0, .3);
}

.dlmb-button--secondary {
    border-color: #d0d5dd;
    background: #fff;
    color: #344054 !important;
}

.dlmb-button--secondary:hover {
    border-color: #98a2b3;
    background: #f9fafb;
    color: var(--dlmb-blue) !important;
    box-shadow: none;
}

.dlmb-authors {
    padding: 34px 0;
    border-bottom: 1px solid var(--dlmb-line);
    background: #fff;
}

.dlmb-author-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dlmb-author-card {
    padding: 22px 24px;
    border: 1px solid var(--dlmb-line);
    border-radius: 4px;
    background: #fff;
}

.dlmb-author-card__label {
    margin: 0 0 7px;
    color: var(--dlmb-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dlmb-author-card h2 {
    margin: 0;
    color: var(--dlmb-navy);
    font-size: 20px;
}

.dlmb-author-card > p:last-child {
    margin: 7px 0 0;
    color: var(--dlmb-muted);
    font-size: 14px;
}

.dlmb-disclosure {
    margin: 18px 0 0;
    padding: 15px 18px;
    border-left: 3px solid var(--dlmb-blue);
    background: var(--dlmb-soft);
    color: #475467;
    font-size: 14px;
    line-height: 1.55;
}

.dlmb-section {
    padding: 80px 0;
    border-bottom: 1px solid #e4e7ec;
    background: #fff;
}

.dlmb-page [id^="section-"] {
    scroll-margin-top: 112px;
}

.dlmb-section--soft {
    background: #fff;
}

.dlmb-section--blue {
    background: linear-gradient(135deg, #114fb9, #2166d5);
    color: #fff;
}

.dlmb-section__header {
    max-width: none;
    margin-bottom: 42px;
}

.dlmb-page .dlmb-section__header h2 {
    margin: 0;
    color: #22212a !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 44px !important;
    letter-spacing: -.02em !important;
}

.dlmb-page .dlmb-section--blue .dlmb-section__header h2,
.dlmb-section--blue .dlmb-eyebrow,
.dlmb-section--blue .dlmb-richtext,
.dlmb-section--blue .dlmb-section__description {
    color: #fff !important;
}

.dlmb-section__description {
    max-width: 900px;
    margin: 16px 0 0;
    color: var(--dlmb-muted);
    font-size: 16px !important;
    line-height: 24px !important;
}

.dlmb-section__header--inline {
    margin-bottom: 16px;
}

.dlmb-page .dlmb-section__header .dlmb-eyebrow {
    margin-bottom: 8px !important;
}

.dlmb-richtext {
    max-width: none;
    color: var(--dlmb-text);
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.dlmb-richtext > *:first-child { margin-top: 0; }
.dlmb-richtext > *:last-child { margin-bottom: 0; }

.dlmb-richtext p,
.dlmb-richtext ul,
.dlmb-richtext ol {
    margin: 0 0 16px;
}

.dlmb-page .dlmb-richtext h3,
.dlmb-page .dlmb-richtext h4 {
    margin: 36px 0 14px;
    color: #22212a !important;
}

.dlmb-page .dlmb-richtext h3 {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    letter-spacing: -.01em !important;
}

.dlmb-page .dlmb-richtext h4 {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    letter-spacing: 0 !important;
}

.dlmb-richtext a {
    color: var(--dlmb-blue);
    font-weight: 600;
    text-underline-offset: 3px;
}

.dlmb-richtext blockquote {
    margin: 28px 0;
    padding: 20px 24px;
    border: 1px solid #e4e7ec;
    border-left: 4px solid var(--dlmb-blue);
    border-radius: 4px;
    background: #f9fafb;
    color: var(--dlmb-text);
}

.dlmb-media-layout,
.dlmb-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px;
    align-items: center;
}

.dlmb-media-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.dlmb-media-layout--reverse .dlmb-media-copy,
.dlmb-split--reverse .dlmb-richtext:first-child {
    order: 2;
}

.dlmb-figure {
    margin: 0;
}

.dlmb-figure img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: contain;
    border: 1px solid var(--dlmb-line);
    border-radius: 8px;
    background: #f9fafb;
    box-shadow: none;
}

.dlmb-figure figcaption {
    margin-top: 12px;
    color: var(--dlmb-muted);
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.dlmb-richtext--intro {
    margin-bottom: 32px;
}

.dlmb-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.dlmb-card-grid--count-2,
.dlmb-card-grid--count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dlmb-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 28px 24px;
    border: 1px solid var(--dlmb-line);
    border-left: 4px solid var(--dlmb-blue);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
    transition: box-shadow .25s ease, transform .25s ease;
}

.dlmb-card:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(16, 24, 40, .08);
}

.dlmb-page .dlmb-card h3 {
    margin: 0 0 12px;
    color: #22212a !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
}

.dlmb-card p {
    margin: 0 0 18px;
    color: var(--dlmb-text);
    font-size: 16px !important;
    line-height: 24px !important;
}

.dlmb-card a {
    margin-top: auto;
    color: var(--dlmb-blue);
    font-weight: 650;
    text-decoration: none;
}

.dlmb-table-wrap {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    background: #fff;
    scrollbar-width: thin;
    scrollbar-color: #98a2b3 #eef2f6;
}

.dlmb-table-wrap:focus-visible {
    outline: 2px solid var(--dlmb-blue);
    outline-offset: 4px;
}

.dlmb-table-wrap::-webkit-scrollbar {
    height: 7px;
}

.dlmb-table-wrap::-webkit-scrollbar-track {
    background: #eef2f6;
}

.dlmb-table-wrap::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #98a2b3;
}

.dlmb-table {
    width: 100%;
    min-width: 760px;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    background: transparent;
}

.dlmb-table th,
.dlmb-table td {
    padding: 16px;
    border: 0;
    border-right: 1px solid #d0d5dd;
    border-bottom: 1px solid #d0d5dd;
    background: #fff;
    color: var(--dlmb-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.dlmb-table thead th {
    padding: 14px 16px;
    border-top: 0;
    background: #f9fafb;
    color: var(--dlmb-navy);
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.dlmb-table tr > :last-child {
    border-right: 0;
}

.dlmb-table tbody tr:last-child td {
    border-bottom: 0;
}

.dlmb-table__row-label {
    color: var(--dlmb-navy) !important;
    font-weight: 600 !important;
}

.dlmb-table tbody tr:nth-child(odd) td,
.dlmb-table tbody tr:nth-child(even) td,
.dlmb-table tbody tr:hover td {
    background: #fff !important;
}

.dlmb-callout {
    max-width: none;
    padding: 28px 24px;
    border: 1px solid var(--dlmb-line);
    border-left: 4px solid var(--dlmb-blue);
    border-radius: 4px;
    background: #f9fafb;
    color: var(--dlmb-text);
    font-size: 16px !important;
    line-height: 24px !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
}

.dlmb-callout--quote {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
}

.dlmb-callout cite {
    display: block;
    margin-top: 18px;
    color: var(--dlmb-muted);
    font-size: 14px;
    font-style: normal;
}

.dlmb-page .dlmb-callout .dlmb-section__header h2,
.dlmb-page .dlmb-cta .dlmb-section__header h2 {
    font-size: 24px !important;
    line-height: 32px !important;
}

.dlmb-callout .dlmb-richtext {
    font-size: 16px !important;
    line-height: 24px !important;
}

.dlmb-cta {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
    padding: 28px 24px !important;
    border: 1px solid #e4e7ec !important;
    border-left: 4px solid var(--dlmb-blue) !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #344054 !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04) !important;
}

.dlmb-cta .dlmb-richtext,
.dlmb-cta .dlmb-richtext h3,
.dlmb-cta .dlmb-richtext h4 {
    color: #344054 !important;
}

.dlmb-cta .dlmb-richtext h3,
.dlmb-cta .dlmb-richtext h4 {
    color: #101828 !important;
}

.dlmb-cta .dlmb-section__header--inline {
    margin-bottom: 0 !important;
}

.dlmb-cta .dlmb-actions {
    flex: 0 0 auto !important;
    gap: 12px !important;
    margin-top: 14px !important;
}

.dlmb-divider {
    height: 1px;
    margin: 0;
    border: 0;
    background: #e4e7ec;
}

/* Match the established Leidenfrost FAQ pattern on modular articles. */
.dlmb-page .blog-faq-section {
    max-width: none !important;
    padding: 80px 20px !important;
    gap: 64px !important;
    background: #fff !important;
}

.dlmb-page .blog-faq-container {
    max-width: 1240px !important;
}

.dlmb-page .blog-faq-content,
.dlmb-page .blog-faq-items-container,
.dlmb-page .blog-faq-items {
    max-width: 768px !important;
}

.dlmb-page .blog-faq-heading h2 {
    color: #22212a !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 44px !important;
    letter-spacing: -.02em !important;
}

.dlmb-page .blog-faq-items {
    border: 0 !important;
    border-radius: 0 !important;
}

.dlmb-page .blog-faq-item {
    align-items: stretch !important;
    padding: 20px 0 !important;
    background: transparent !important;
}

.dlmb-page .blog-faq-item:hover {
    background: transparent !important;
}

.dlmb-page .blog-faq-answer {
    display: block !important;
    max-height: 0;
    margin-top: 0 !important;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 320ms cubic-bezier(.22, 1, .36, 1), opacity 220ms ease, transform 320ms cubic-bezier(.22, 1, .36, 1), margin 220ms ease;
}

.dlmb-page .blog-faq-item.blog-faq-active .blog-faq-answer {
    max-height: 800px;
    margin-top: 15px !important;
    opacity: 1;
    transform: translateY(0);
}

.dlmb-page .blog-faq-answer,
.dlmb-page .blog-faq-answer p {
    font-size: 18px !important;
    line-height: 28px !important;
}

/* Match the Industry Standards / Leidenfrost reference cards. */
.dlmb-page .blog-references {
    padding: 80px 0 !important;
    border-top: 1px solid #e4e7ec;
}

.dlmb-page .blog-container {
    max-width: 1280px !important;
    padding: 0 20px !important;
}

.dlmb-page .blog-section-header {
    margin-bottom: 40px !important;
}

.dlmb-page .blog-section-title {
    margin: 0 !important;
    color: #22212a !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 44px !important;
    letter-spacing: -.02em !important;
}

.dlmb-page .blog-references-list {
    display: grid;
    gap: 12px;
    margin-top: 0 !important;
}

.dlmb-page .blog-reference-item {
    margin: 0 !important;
    padding: 16px 20px !important;
    border: 1px solid #e4e7ec !important;
    border-left: 3px solid var(--dlmb-blue) !important;
    border-radius: 4px !important;
    background: #fff !important;
}

@media (max-width: 900px) {
    .dlmb-hero__grid,
    .dlmb-media-layout,
    .dlmb-split {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .dlmb-media-layout--reverse .dlmb-media-copy,
    .dlmb-split--reverse .dlmb-richtext:first-child {
        order: initial;
    }

    .dlmb-card-grid,
    .dlmb-card-grid--count-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dlmb-cta {
        align-items: flex-start;
        flex-direction: column;
    }

}

@media (max-width: 640px) {
    .dlmb-page [id^="section-"] {
        scroll-margin-top: 96px;
    }

    .dlmb-container {
        width: calc(100% - 40px);
    }

    .dlmb-hero {
        padding: 60px 0 54px;
    }

    .dlmb-page .dlmb-hero h1 {
        font-size: 34px !important;
        line-height: 42px !important;
    }

    .dlmb-hero__description,
    .dlmb-richtext {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .dlmb-hero__meta span + span::before {
        display: none;
    }

    .dlmb-section {
        padding: 70px 0;
    }

    .dlmb-page .dlmb-section__header h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .dlmb-section__description {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .dlmb-page .dlmb-richtext h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .dlmb-richtext h4 {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .dlmb-table {
        min-width: 680px;
    }

    .dlmb-table th,
    .dlmb-table td {
        padding: 14px;
        font-size: 14px;
        line-height: 20px;
    }

    .dlmb-author-grid,
    .dlmb-card-grid,
    .dlmb-card-grid--count-2,
    .dlmb-card-grid--count-4 {
        grid-template-columns: 1fr;
    }

    .dlmb-callout,
    .dlmb-cta {
        padding: 22px 18px !important;
    }

    .dlmb-page .blog-faq-section,
    .dlmb-page .blog-references {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .dlmb-page .blog-faq-heading h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .dlmb-page .blog-section-title {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .dlmb-page .blog-faq-answer,
    .dlmb-page .blog-faq-answer p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .dlmb-actions,
    .dlmb-button {
        width: 100%;
    }
}
