.ocf-guarantee{background:var(--ocf-bg-alt)}.ocf-guarantee__panel{max-width:920px;margin:auto;padding:clamp(2rem,5vw,4rem);text-align:center;background:var(--ocf-bg);border:1px solid var(--ocf-border-light);border-radius:var(--ocf-card-radius);box-shadow:var(--ocf-card-shadow)}.ocf-guarantee__panel h2{margin:.75rem auto 1rem;max-width:800px}.ocf-guarantee__panel>p:not(.eyebrow){max-width:720px;margin:0 auto 1.5rem}.ocf-guarantee__trust{display:flex;justify-content:center;gap:.75rem 1.5rem;flex-wrap:wrap;margin:1.5rem 0;font-weight:700;color:var(--ocf-heading)}.ocf-guarantee__trust span:before{content:'✓';color:var(--ocf-accent);margin-right:.4rem}@media(max-width:600px){.ocf-guarantee__trust{align-items:flex-start;flex-direction:column;text-align:left}}

/* OCF_AGENT_BLOCK:homepage-guarantee-compact START */
/* Balanced guarantee panel with less empty space. */
.ocf-guarantee__panel {
    padding: clamp(1.75rem, 4vw, 3rem);
}

.ocf-guarantee__trust {
    margin-block: 1.2rem;
}

@media (max-width: 600px) {
    .ocf-guarantee__panel {
        padding: 1.5rem 1.25rem;
    }
}
/* OCF_AGENT_BLOCK:homepage-guarantee-compact END */
