/*
 * 50 Page schedule a consult now.
 * Load order: content-style.css -> css/10-content-patterns.css -> css/15-woocommerce.css -> css/20-page-patterns.css -> css/20-support-pages.css -> style.css -> css/pages/50-page-*.css.
 * Purpose: Schedule a Consult Now page-only section overrides loaded on page ID 3827.
 * Related files: content-style.css holds tokens/base utilities.
 * Scope: these rules were moved from style.css and editor-style.css, targeting .dmax-sac-* classes.
 */

/* ============================================================
   Schedule a Consult Now — Frontend
   ============================================================ */

.dmax-sac-intro-text {
    font-size: 1.125rem;
    line-height: 28px;
    color: var(--dmax-ink);
    max-width: 840px;
    margin: 0 auto;
}

.dmax-sac-hubspot-wrap {
    min-height: 680px;
    position: relative;
}

.dmax-sac-hubspot-wrap .meetings-iframe-container {
    min-height: 640px;
}

@media (max-width: 767px) {
    .dmax-sac-hubspot-wrap {
        min-height: 520px;
    }

    .dmax-sac-hubspot-wrap .meetings-iframe-container {
        min-height: 480px;
    }
}

.dmax-sac-testimonials-title {
    margin-bottom: 40px;
}

.dmax-sac-testimonials-carousel .kadence-testimonial-title {
    font-weight: 700;
}

.dmax-sac-testimonials-carousel .kadence-testimonial-name {
    color: var(--global-palette3);
    font-weight: 700;
}

.dmax-sac-footer-image {
    max-width: 300px;
    margin: 0 auto 20px;
}

.dmax-sac-footer-image img {
    width: 100%;
    height: auto;
}

.dmax-sac-footer-text {
    font-size: 1rem;
    line-height: 26px;
    color: var(--dmax-ink);
}

.dmax-sac-footer-text a {
    color: var(--global-palette3);
}

.dmax-sac-footer-text a:hover {
    color: var(--global-palette1);
}

/* ============================================================
   Schedule a Consult Now — Editor
   ============================================================ */

.editor-styles-wrapper .dmax-sac-intro-text {
    font-size: 1.125rem;
    line-height: 28px;
    color: var(--dmax-ink);
    max-width: 840px;
    margin: 0 auto;
}
.editor-styles-wrapper .dmax-sac-hubspot-wrap {
    min-height: 640px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.editor-styles-wrapper .dmax-sac-hubspot-wrap::after {
    content: 'HubSpot Meeting Scheduler';
    font-size: 0.875rem;
    color: #999;
}
.editor-styles-wrapper .dmax-sac-testimonials-title {
    margin-bottom: 40px;
}
.editor-styles-wrapper .dmax-sac-footer-image {
    max-width: 300px;
    margin: 0 auto 20px;
}
.editor-styles-wrapper .dmax-sac-footer-text {
    font-size: 1rem;
    line-height: 26px;
}
.editor-styles-wrapper .dmax-sac-footer-text a {
    color: var(--global-palette3);
}
