.eb-engage-section {
    background-color: var(--eb-off);
    /* padding: 88px 52px; */
}

/* .eb-engage-container {
    max-width: 1200px;
    margin: 0 auto;
} */

.eb-engage-header {
    /* max-width: 600px; */
    margin-bottom: 52px;
}

.eb-engage-section .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--eb-gold-lt);
    margin-bottom: 14px;
}

.eb-engage-section .section-tag::before {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: var(--eb-gold);
    border-radius: 2px;
}

.eb-engage-heading {
    /* font-family: 'Playfair Display', serif; */
    font-size: clamp(24px, 2.4vw, 38px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.01em;
    margin-bottom: 14px;
    color: var(--eb-txt);
}

.eb-engage-heading em {
    font-style: normal;
    color: var(--eb-blue);
}

.eb-engage-sec-desc {
    color: var(--eb-txt-mid);
    font-size: 16px;
    line-height: 1.78;
    /* max-width: 560px; */
    font-weight: 400;
}

.eb-engage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--eb-bdr);
    border: 1px solid var(--eb-bdr);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 40px;
}

.eb-engage-card {
    background: var(--eb-white);
    padding: 32px 26px;
    transition: background .25s;
    border-top: 3px solid transparent;
}

.eb-engage-card:hover {
    background: var(--eb-blue-pale);
}

.eb-engage-num {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
}

.eb-engage-title {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--eb-txt);
    margin-bottom: 10px;
}

.eb-engage-text {
    font-size: 16px;
    color: var(--eb-txt-muted);
    line-height: 1.72;
}

.eb-engage-bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.eb-engage-cta-box {
    background: var(--eb-blue);
    border-radius: 6px;
    padding: 32px 28px;
    color: var(--eb-white);
}

.eb-engage-cta-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--eb-white);
    margin-bottom: 12px;
    line-height: 1.3;
}

.eb-engage-cta-box p {
    font-size: 16px;
    color: rgba(255, 255, 255, .62);
    line-height: 1.78;
    font-weight: 300;
    margin-bottom: 22px;
}

.eb-engage-cta-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.eb-engage-btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: var(--eb-gold);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    transition: background .2s;
}

.eb-engage-btn-gold:hover {
    background: var(--eb-gold-dk);
}

.eb-engage-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border: 1.5px solid rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
}

.eb-engage-btn-ghost:hover {
    border-color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .07);
}

.eb-engage-trust-box {
    background: var(--eb-white);
    border: 1px solid var(--eb-bdr);
    border-radius: 6px;
    padding: 32px 28px;
}

.eb-engage-trust-title {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--eb-txt);
    margin-bottom: 18px;
}

.eb-engage-trust-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.eb-engage-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--eb-txt-mid);
}

.eb-engage-trust-check {
    width: 18px;
    height: 18px;
    min-width: 18px;
    background: var(--eb-gold-pale);
    border: 1.5px solid var(--eb-bdr-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eb-engage-trust-check svg {
    width: 10px;
    height: 10px;
    stroke: var(--eb-gold-dk);
    fill: none;
    stroke-width: 2.5;
}

@media (max-width: 1100px) {
    .eb-engage-grid {
        grid-template-columns: 1fr 1fr;
    }
    .eb-engage-bottom-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .eb-engage-section {
        /* padding: 64px 20px; */
    }
    .eb-engage-grid {
        grid-template-columns: 1fr;
    }
}
