/* ─── GUARANTEE ─── */
.guarantee-section {
    padding: 64px 24px;
    background: var(--champagne);
    text-align: center;
}

.guarantee-icon {
    width: 56px;
    height: 56px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--gold);
}

.guarantee-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--petrol);
    margin-bottom: 16px;
}

.guarantee-section p {
    font-size: 0.92rem;
    color: var(--text-muted);
    max-width: 540px;
    margin: 0 auto;
}

.guarantee-section .guarantee-bold {
    font-weight: 700;
    color: var(--petrol);
    margin-top: 16px;
}

@media (min-width: 1024px) {
    .guarantee-section p {
        max-width: 640px;
    }
}
