/* ============================================================
   Service Page – service-page.css
   ============================================================ */

/* --- Hero Section --- */
.sp-hero {
    padding: 80px 0 0;
    text-align: center;
    margin-top: 100px;
}
.sp-hero-kicker {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ls-color-light-green);
    margin-bottom: 14px;
    line-height: 1.45;
}
.sp-hero-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #182F22;
    max-width: 542px;
    margin: 0 auto 14px;
}
.sp-hero-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
    max-width: 518px;
    margin: 0 auto 14px;
}
.sp-hero-cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.sp-hero-hours {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
    color: var(--ls-color-text);
    margin: 0;
}

/* --- Quick Action Cards --- */
.sp-quick-cards {
    padding: 41px 0 0;
}
.sp-quick-cards-row {
    display: flex;
    gap: 22px;
    justify-content: center;
    max-width: 994px;
    margin: 0 auto;
}
.sp-quick-card {
    flex: 1;
    min-width: 0;
    background: #EEF2F0;
    border: 1.5px solid rgba(0, 0, 0, 0.14);
    border-radius: 24px;
    padding: 9px 9px 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sp-quick-card-image {
    width: 100%;
    height: 230px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 24px;
}
.sp-quick-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sp-quick-card-action {
    padding: 0 16px;
    width: 100%;
}
.sp-quick-card-action .btn {
    width: 100%;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

/* --- Two Simple Steps Section --- */
.sp-steps-section {
    padding: 120px 0 0;
}
.sp-steps-header {
    text-align: center;
    margin-bottom: 64px;
}
.sp-steps-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #182F22;
    max-width: 1080px;
    margin: 0 auto 4px;
}
.sp-steps-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
    max-width: 1100px;
    margin: 0 auto;
}
.sp-steps-row {
    display: flex;
    gap: 64px;
    justify-content: center;
}
.sp-step-col {
    flex: 1;
    min-width: 0;
    text-align: center;
}
.sp-step-col h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #182F22;
    margin-bottom: 12px;
}
.sp-step-col p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
    max-width: 445px;
    margin: 0 auto 12px;
}
.sp-video-placeholder {
    width: 100%;
    height: 363px;
    border-radius: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.sp-video-placeholder img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sp-video-placeholder .sp-play-icon {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
}
.sp-steps-footer {
    text-align: center;
    margin-top: 36px;
}
.sp-steps-footer p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
    max-width: 543px;
    margin: 0 auto 36px;
}

/* --- Bypass Section --- */
.sp-bypass-section {
    padding: 120px 0 0;
}
.sp-bypass-header {
    text-align: center;
    margin-bottom: 42px;
}
.sp-bypass-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #182F22;
    max-width: 537px;
    margin: 0 auto 14px;
}
.sp-bypass-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
    max-width: 630px;
    margin: 0 auto;
}
.sp-bypass-cards-row {
    display: flex;
    gap: 28px;
    justify-content: center;
    margin-bottom: 42px;
}
.sp-bypass-card {
    flex: 1;
    min-width: 0;
    background: #EEF2F0;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    padding: 36px 12px 12px;
    display: flex;
    flex-direction: column;
}
.sp-bypass-card-content {
    padding: 0 22px;
    margin-bottom: 32px;
}
.sp-bypass-card-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #182F22;
    margin-bottom: 12px;
}
.sp-bypass-card-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
    margin: 0;
}
.sp-bypass-card-image {
    width: 100%;
    height: 223px;
    background: #B0B0B0;
    border-radius: 24px;
    margin-top: auto;
    overflow: hidden;
}
.sp-bypass-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sp-bypass-footer {
    text-align: center;
}

/* --- Service Request Form Section --- */
.sp-form-section {
    padding: 120px 0 0;
}
.sp-form-wrapper {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    max-width: 920px;
    margin: 0 auto;
}
.sp-form-left {
    width: 369px;
    flex-shrink: 0;
}
.sp-form-left h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #182F22;
    margin-bottom: 14px;
}
.sp-form-left p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
    max-width: 330px;
}
.sp-form-left p strong {
    font-weight: 700;
}
.sp-form-right {
    flex: 1;
    min-width: 0;
    background: #EEF2F0;
    border: 1.5px solid rgba(0, 0, 0, 0.14);
    border-radius: 24px;
    padding: 24px;
}
.sp-form-right h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #182F22;
    margin-bottom: 20px;
    text-align: center;
}
.sp-consultation-meta {
    margin-top: 16px;
    text-align: center;
}
.sp-consultation-reassurance {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: var(--ls-color-muted);
    margin-bottom: 12px;
}
.sp-consultation-reassurance span {
    margin: 0 6px;
}
.sp-consultation-divider {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: var(--ls-color-muted);
    margin: 8px 0;
}
.sp-cta-phone {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.sp-cta-phone img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
}

/* --- Support Contact Banner --- */
.sp-support-section {
    padding: 120px 0 0;
}
.sp-support-banner {
    background: #EEF2F0;
    border: 1.5px solid rgba(0, 0, 0, 0.14);
    border-radius: 24px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 38px;
    max-width: 1240px;
    margin: 0 auto;
}
.sp-support-image {
    width: 620px;
    height: 350px;
    border-radius: 24px;
    overflow: hidden;
    background: #014B24;
    flex-shrink: 0;
}
.sp-support-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sp-support-content {
    flex: 1;
    min-width: 0;
}
.sp-support-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #182F22;
    max-width: 454px;
    margin-bottom: 9px;
}
.sp-support-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.09;
    color: var(--ls-color-text);
    margin: 0;
}
.sp-support-content .sp-support-label {
    font-weight: 700;
    color: #67AF5C;
}

/* --- Bottom Quick Actions (repeat) --- */
.sp-bottom-actions {
    padding: 120px 0 120px;
}
.sp-bottom-actions-header {
    text-align: center;
    margin-bottom: 28px;
}
.sp-bottom-actions-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #182F22;
    max-width: 562px;
    margin: 0 auto 16px;
}
.sp-bottom-actions-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
    max-width: 573px;
    margin: 0 auto;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .sp-quick-cards-row,
    .sp-bypass-cards-row {
        flex-wrap: wrap;
    }
    .sp-quick-card,
    .sp-bypass-card {
        flex: 0 0 calc(50% - 11px);
    }
    .sp-steps-row {
        flex-direction: column;
        gap: 48px;
    }
    .sp-form-wrapper {
        flex-direction: column;
    }
    .sp-form-left {
        width: 100%;
    }
    .sp-support-banner {
        flex-direction: column;
    }
    .sp-support-image {
        width: 100%;
        height: 260px;
    }
}

@media (max-width: 767px) {
    .sp-hero-heading {
        font-size: 32px;
    }
    .sp-steps-header h2,
    .sp-bypass-header h2,
    .sp-form-left h2,
    .sp-bottom-actions-header h2 {
        font-size: 32px;
    }
    .sp-quick-cards-row,
    .sp-bypass-cards-row {
        flex-direction: column;
    }
    .sp-quick-card,
    .sp-bypass-card {
        flex: 1 1 100%;
    }
    .sp-form-row {
        flex-direction: column;
    }
    .sp-video-placeholder {
        height: 240px;
        border-radius: 24px;
    }
    .sp-step-col h3 {
        font-size: 24px;
    }
    .sp-support-content h2 {
        font-size: 26px;
    }
}


/* === HERO TOP-SPACING STANDARDIZATION (nav→hero gap matched to commercial Figma reference, 2026-06-16) === */
@media (min-width: 992px) { .sp-hero { padding-top: 90px !important; } }

/* QA 2026-07-03: bottom quick-actions section repeated the "Most Issues Can Be Solved" heading
   from the top of the page — hide the duplicate header, keep the action cards */
.sp-bottom-actions .sp-bottom-actions-header { display: none; }
