/* ==========================================================================
   Clarity DevTest — ClearTempo Phone page (phone-services.css)
   Depends on: base.css, home.css
   ========================================================================== */


/* ==========================================================================
   Page body
   ========================================================================== */

:root {
    --phone-services-mobility-arc-height: clamp(4.5rem, 8vw, 7.5rem);
    --phone-services-mobility-bg: #EEF7FF;
}

.phone_services_page_body {
    background-image:
        linear-gradient(to bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 35%),
        url('../images/our_services_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* ==========================================================================
   Intro
   ========================================================================== */

.phone_services_intro-section__lead {
    max-width: 640px;
    margin: 0.85rem auto 0;
    font-size: var(--text-sm);
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-text-muted);
}


/* ==========================================================================
   Benefits grid
   ========================================================================== */

.phone_services_benefits-section {
    padding: 0;
}

.phone_services_benefits-section__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    list-style: none;
    padding: 0 0 3rem;
    margin: 0;
}

.phone_services_benefits-section__arc {
    line-height: 0;
    pointer-events: none;
}

.phone_services_benefits-section__arc svg {
    display: block;
    width: 100%;
    height: var(--phone-services-mobility-arc-height);
}

.phone_services_benefits-section__arc path {
    fill: var(--phone-services-mobility-bg);
}

.phone_services_benefits-section__item {
    padding: 1.75rem 1.5rem;
    background-color: var(--color-white);
    border-radius: 0.75rem;
    box-shadow: 0 4px 18px rgba(0, 32, 49, 0.08);
}

@media (max-width: 700px) {
    .phone_services_benefits-section__grid {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================================
   Mobility
   ========================================================================== */

.phone_services_mobility-section {
    position: relative;
    padding: calc(var(--phone-services-mobility-arc-height) * 0.4) 0 0;
    background: var(--color-white);
}

.phone_services_mobility-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: var(--phone-services-mobility-arc-height);
    z-index: 0;
    background: var(--phone-services-mobility-bg);
    pointer-events: none;
}

.phone_services_mobility-section > .container {
    position: relative;
    z-index: 1;
}

.phone_services_mobility-section__content {
    max-width: 820px;
    margin: 0 auto;
    padding-bottom: 2.5rem;
    text-align: center;
}

.phone_services_mobility-section__arc--bottom {
    position: relative;
    z-index: 1;
    line-height: 0;
    pointer-events: none;
}

.phone_services_mobility-section__arc--bottom svg {
    display: block;
    width: 100%;
    height: var(--phone-services-mobility-arc-height);
}

.phone_services_mobility-section__arc--bottom path {
    fill: var(--phone-services-mobility-bg);
}


/* ==========================================================================
   3CX partner
   ========================================================================== */

.phone_services_partner-section {
    padding: 3rem 0 4rem;
    background-color: var(--color-white);
}

.phone_services_partner-section__content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.phone_services_partner-section__logo {
    display: block;
    width: 100%;
    max-width: 180px;
    height: auto;
    margin: 0 auto 1.25rem;
}
