.page-banner {
    background-color: #454646;
    background-image: url('assets/img/backgrounds/dfm-banner.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 110px 0 80px;
}

.page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(12,10,12,0.62);
}

.page-banner__content {
    position: relative;
    z-index: 2;
}

.page-banner__title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 12px;
}

.page-banner__title span {
    color: #b0ce5a;
}

.breadcrumb-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
}

.breadcrumb-wrap li {
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.breadcrumb-wrap li a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
}

.breadcrumb-wrap li a:hover {
    color: #b0ce5a;
}

.breadcrumb-wrap li+li::before {
    content: '›';
    margin-right: 8px;
}

.dfm-download-box {
    background: #454646;
    color: #fff;
    padding: 48px 40px;
    border-radius: 4px;
}

.dfm-download-box h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}

.dfm-download-box p {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.dfm-download-btn {
    background: #b0ce5a;
    color: #454646;
    border: none;
    padding: 16px 36px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
}

.dfm-download-btn:hover {
    background: #fff;
    color: #454646;
}

.dfm-download-btn i {
    margin-right: 8px;
}

.dfm-principle {
    padding: 28px;
    background: #f5f5f5;
    border-left: 4px solid #b0ce5a;
    margin-bottom: 24px;
}

.dfm-principle h4 {
    font-weight: 700;
    color: #454646;
    margin-bottom: 8px;
    font-size: 16px;
}

.dfm-principle p {
    color: #555;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

.dfm-principle__num {
    font-size: 32px;
    font-weight: 900;
    color: #b0ce5a;
    opacity: 0.4;
    float: right;
    line-height: 1;
    margin-left: 12px;
}


/* booklet listed but the PDF is not posted yet — non-interactive label */
.dfm-download-btn--muted {
    background: #ededeb;
    color: #5f6060 !important;
    cursor: default;
}
.dfm-download-btn--muted:hover {
    background: #ededeb;
    color: #5f6060 !important;
}

/* CTA strip: global quote-button green would vanish on the green strip */
.dfm-cta a[href="quote.php"].ht-btn {
    background-color: #454646 !important;
    border-color: #454646 !important;
    color: #fff !important;
}

.dfm-cta a[href="quote.php"].ht-btn:hover,
.dfm-cta a[href="quote.php"].ht-btn:focus {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #454646 !important;
}
