/* ── Page-scoped styles — only affect this page ── */
.wbu-wrap * {
    box-sizing: border-box;
}

/* ── Why Buy From Us — full-bleed hero ── */
.wbu-intro {
    border-radius: 0 !important;
    margin-left: calc(-5vw) !important;
    /* matches your site-content 5% padding */
    margin-right: calc(-5vw) !important;
    margin-top: -20px !important;
    /* flush against breadcrumb/title area */
    padding-left: calc(5vw + 40px) !important;
    padding-right: calc(5vw + 40px) !important;
}

/* Hero intro */
.wbu-intro {
    background: linear-gradient(135deg, #111d2e 0%, #1a2e45 50%, #0f1923 100%);
    color: #fff;
    padding: 52px 40px;
    border-radius: 10px;
    margin-bottom: 36px;
    position: relative;
    overflow: hidden;
}

.wbu-intro::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
}

.wbu-intro::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 5%, #e63946 40%, #e63946 60%, transparent 95%);
}

.wbu-intro_eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #e63946;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.wbu-intro__eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #e63946;
    flex-shrink: 0;

}

.wbu-intro h2 {
    font-size: 1.65rem;
    font-weight: 800;
    margin: 0 0 16px;
    color: #fff !important;
    line-height: 1.3;
    position: relative;

}

.wbu-intro h2 span {
    color: #e63946;
}

.wbu-intro p {
    font-size: 1.02rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.78);
    max-width: 780px;
    margin: 0;
    position: relative;
}

/* ── Hide default WP page title ── */
.faq .entry-title,
.page-id-2258 .entry-title {
    display: none !important;
}

/* ── Kill entry-content top padding ── */
.faq .entry-content,
.page-id-2258 .entry-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Stats bar */
.wbu-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.wbu-stat {
    flex: 1 1 0;
    padding: 24px 20px;
    text-align: center;
    border-right: 1px solid #e8edf2;
    min-width: 120px;
}

.wbu-stat:last-child {
    border-right: none;
}

.wbu-stat__number {
    font-size: 2rem;
    font-weight: 800;
    color: #e63946;
    line-height: 1;
    display: block;
    margin-bottom: 6px;
}

.wbu-stat__label {
    font-size: 0.8rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 600;
}

/* Section heading */
.wbu-section-heading {
    text-align: center;
    margin-bottom: 32px;
}

.wbu-section-heading h2 {
    font-size: 1.45rem;
    font-weight: 800;
    color: #111d2e !important;
    margin-bottom: 10px;
}

.wbu-section-heading p {
    color: #6b7280;
    font-size: 0.97rem;
    max-width: 560px;
    margin: 0 auto;
}

/* Reason cards grid */
.wbu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 44px;
}

.wbu-card {
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 10px;
    padding: 28px 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
    position: relative;
    overflow: hidden;
}

.wbu-card:hover {
    box-shadow: 0 8px 28px rgba(230, 57, 70, 0.12);
    border-color: #e63946;
    transform: translateY(-3px);
}

.wbu-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff0f1, #ffe0e2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    margin-bottom: 16px;
    border: 1px solid rgba(230, 57, 70, 0.15);
}

.wbu-card__num {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 2.8rem;
    font-weight: 900;
    color: rgba(230, 57, 70, 0.06);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.wbu-card h3 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #111d2e !important;
    margin: 0 0 10px !important;
    line-height: 1.35 !important;
}

.wbu-card p {
    font-size: 0.9rem !important;
    line-height: 1.75 !important;
    color: #4b5563 !important;
    margin: 0 !important;
}

.wbu-card__tag {
    display: inline-block;
    margin-top: 14px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #e63946;
    background: #fff0f1;
    border: 1px solid rgba(230, 57, 70, 0.2);
    border-radius: 20px;
    padding: 3px 10px;
    letter-spacing: 0.03em;
}

/* CTA band */
.wbu-cta {
    background: linear-gradient(135deg, #e63946, #ad0712);
    border-radius: 10px;
    padding: 44px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 8px;
}

.wbu-cta__text h3 {
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 0 8px !important;
}

.wbu-cta__text p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.95rem !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

.wbu-cta__btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.wbu-btn {
    display: inline-block;
    padding: 13px 26px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s;
    white-space: nowrap;
}

.wbu-btn--white {
    background: #fff;
    color: #e63946 !important;
    border: 2px solid #fff;
}

.wbu-btn--white:hover {
    background: transparent;
    color: #fff !important;
}

.wbu-btn--outline {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.wbu-btn--outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 900px) {
    .wbu-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wbu-stat__number {
        font-size: 1.6rem;
    }
}

@media (max-width: 600px) {
    .wbu-grid {
        grid-template-columns: 1fr;
    }

    .wbu-intro {
        padding: 36px 22px;
    }

    .wbu-intro h2 {
        font-size: 1.3rem;
    }

    .wbu-stats {
        flex-direction: column;
    }

    .wbu-stat {
        border-right: none;
        border-bottom: 1px solid #e8edf2;
    }

    .wbu-stat:last-child {
        border-bottom: none;
    }

    .wbu-cta {
        padding: 32px 22px;
        flex-direction: column;
    }

    .wbu-cta__btns {
        width: 100%;
    }

    .wbu-btn {
        width: 100%;
        text-align: center;
    }
}