/* ============================================================
   CALENDLY BOOKING — inline embed + "call directly" box
   Scoped under .build-2026 to beat the theme's universal reset.
   Reuses the theme's .section / .container / .section-header / .label.
   ============================================================ */

.build-2026 .calendly-wrapper {
    background: white; border: 1.5px solid var(--border);
    border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: 0 4px 24px rgba(15, 31, 61, 0.08);
    min-height: 700px;
}
.build-2026 .calendly-inline-widget { min-width: 320px; }

.build-2026 .direct-contact {
    background: var(--navy); border-radius: var(--radius-lg);
    padding: 32px; color: white; text-align: center; margin-top: 24px;
}
.build-2026 .direct-contact h3 { color: white; margin-bottom: 6px; }
.build-2026 .direct-contact p { color: rgba(255, 255, 255, 0.65); font-size: 0.87rem; margin-bottom: 16px; }
.build-2026 .direct-contact a { color: var(--gold-light); font-weight: 700; text-decoration: none; }
