/* Small interaction refinements loaded after the main CMS theme. */
.nav-dropdown > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.nav-dropdown > a > span {
    font-size: inherit;
    line-height: inherit;
}

.nav-dropdown__chevron {
    display: block;
    width: 11px;
    height: 8px;
    flex: 0 0 11px;
    transform: translateY(1px);
}

.floating-whatsapp {
    width: 60px;
    height: 60px;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
}

.floating-whatsapp span {
    display: none;
}

.floating-whatsapp i {
    display: block;
    font-size: 31px;
    line-height: 1;
}

/* Compact inner-page headings: navigation and page title only. */
.page-hero--slim::after {
    width: 280px;
    height: 280px;
    right: -90px;
    opacity: 0.08;
}

.page-hero--slim .page-hero__inner {
    min-height: 190px;
}

.page-hero--slim .page-hero__inner > div {
    width: 100%;
    padding: 34px 0 38px;
}

.page-hero--slim .breadcrumbs {
    margin-bottom: 14px;
    font-size: 13px;
}

.page-hero--slim h1 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(34px, 4.25vw, 52px);
    line-height: 1.08;
}

/* Service image sits inside the article, immediately above its content title. */
.service-content-image {
    margin: 0 0 28px;
}

.service-content-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 12px 38px rgba(16, 19, 126, 0.12);
}

.service-content-image + h2 {
    margin-top: 0;
}

.service-summary {
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: 1px solid #dce6f1;
}

.service-summary > p {
    margin: 0 0 22px;
    color: #26344b;
    font-size: 20px;
    line-height: 1.75;
}

.service-summary__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.service-summary__phone {
    color: #10137e;
    font-weight: 800;
    text-decoration: none;
}

.service-summary__phone:hover {
    color: #06a2c7;
}

@media (max-width: 700px) {
    .page-hero--slim .page-hero__inner {
        min-height: 150px;
    }

    .page-hero--slim .page-hero__inner > div {
        padding: 26px 0 30px;
    }

    .page-hero--slim .breadcrumbs {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .page-hero--slim h1 {
        font-size: clamp(30px, 9vw, 40px);
    }

    .service-content-image img {
        border-radius: 14px;
    }

    .service-summary > p {
        font-size: 18px;
    }

    .floating-whatsapp {
        width: 56px;
        height: 56px;
        padding: 0;
    }
}
