@charset "UTF-8";

/* Fleet Solutions — theme37 */

.theme37 {
    background: linear-gradient(90deg, var(--sh-blue-light) 0%, #f5f9fc 45%, #eef4f8 100%);
    overflow: hidden;
}

.theme37 .theme37__container {
    width: 100%;
    max-width: 76rem;
    margin: 0 auto;
    padding: 3rem 1.5rem 3rem;
}

.theme37 .theme37__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: center;
}

.theme37 .theme37__content {
    max-width: 34rem;
    padding: 0.5rem 0 1.5rem;
}

.theme37 .theme37__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background-color: #d9ecf9;
    color: var(--sh-blue);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 1.15rem;
}

.theme37 .theme37__badge img {
    width: 1.05rem;
    height: 1.05rem;
    display: block;
}

.theme37 .theme37__title {
    color: var(--sh-navy);
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 0.85rem;
}

.theme37 .theme37__subtitle {
    color: var(--sh-gray);
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.55;
    margin: 0 0 1.5rem;
}

.theme37 .theme37__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.theme37 .theme37__item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.theme37 .theme37__check {
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background-color: var(--sh-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.theme37 .theme37__check img {
    width: 0.85rem;
    height: 0.85rem;
    display: block;
}

.theme37 .theme37__item-title {
    color: var(--sh-navy);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0.15rem;
}

.theme37 .theme37__item-text {
    color: var(--sh-gray-muted);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
}

.theme37 .theme37__visual {
    position: relative;
    min-height: 20rem;
    isolation: isolate;
}

.theme37 .theme37__visual img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, 0.4) 80%, transparent 100%),
        linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 16%, #000 40%);
    mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, 0.4) 80%, transparent 100%),
        linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 16%, #000 40%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
}

.theme37 .theme37__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, var(--sh-blue-light) 0%, rgba(237, 248, 255, 0.75) 16%, rgba(237, 248, 255, 0) 40%),
        linear-gradient(180deg, rgba(237, 248, 255, 0) 52%, rgba(237, 248, 255, 0.7) 78%, var(--sh-blue-light) 100%);
}

.theme37 .theme37__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-mask-image:
        linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.55) 16%, transparent 34%),
        linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.55) 78%, #000 100%);
    mask-image:
        linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.55) 16%, transparent 34%),
        linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.55) 78%, #000 100%);
    -webkit-mask-composite: source-over;
    mask-composite: add;
}

.theme37 .theme37__highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    background: var(--sh-white);
    border: 1px solid #e2eef6;
    border-radius: 1rem;
    box-shadow: 0 8px 24px -10px rgba(10, 13, 18, 0.1);
    margin: 2rem 0 0;
    padding: 1.35rem 0.75rem;
}

.theme37 .theme37__highlight {
    display: flex;
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.35rem 1.1rem;
}

.theme37 .theme37__highlight + .theme37__highlight {
    border-left: 1px solid var(--sh-border);
}

.theme37 .theme37__highlight-icon {
    width: 3.75rem;
    height: 3.75rem;
    display: block;
}

.theme37 .theme37__highlight-title {
    color: var(--sh-navy);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.theme37 .theme37__highlight-text {
    color: var(--sh-gray-muted);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
}

.theme37 .theme37__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 2rem;
}

.theme37 .theme37__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background-color: var(--sh-blue);
    color: var(--sh-white);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    border: 0;
    border-radius: 0.65rem;
    padding: 0.95rem 1.4rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.theme37 .theme37__btn:hover {
    background-color: #2a86c7;
    color: var(--sh-white);
}

.theme37 .theme37__btn img {
    width: 1rem;
    height: 0.8rem;
    display: block;
}

.theme37 .theme37__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--sh-blue);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.theme37 .theme37__link:hover {
    color: #2a86c7;
}

.theme37 .theme37__link img {
    width: 1rem;
    height: 0.8rem;
    display: block;
}

@media (max-width: 1024px) {
    .theme37 .theme37__title {
        font-size: 2.25rem;
    }

    .theme37 .theme37__highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        border-radius: 0.85rem;
    }

    .theme37 .theme37__highlight:nth-child(odd) {
        border-left: 0;
    }

    .theme37 .theme37__highlight:nth-child(n + 3) {
        border-top: 1px solid var(--sh-border);
    }

    .theme37 .theme37__highlight:nth-child(even) {
        border-left: 1px solid var(--sh-border);
    }
}

@media (max-width: 768px) {
    .theme37 .theme37__container {
        padding: 2.5rem 1rem 2.5rem;
    }

    .theme37 .theme37__main {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .theme37 .theme37__content {
        max-width: 100%;
        padding: 0;
    }

    .theme37 .theme37__title {
        font-size: 1.875rem;
    }

    .theme37 .theme37__visual {
        min-height: 0;
        order: -1;
        max-height: 12.5rem;
        overflow: hidden;
        border-radius: 0.75rem;
    }

    .theme37 .theme37__visual img {
        -webkit-mask-image: none;
        mask-image: none;
        width: 100%;
        height: 12.5rem;
        object-fit: cover;
        object-position: center;
    }

    .theme37 .theme37__visual::before,
    .theme37 .theme37__visual::after {
        display: none;
    }

    .theme37 .theme37__highlights {
        grid-template-columns: 1fr;
        margin-top: 1.5rem;
        padding: 0.35rem 0.85rem;
    }

    .theme37 .theme37__highlight,
    .theme37 .theme37__highlight:nth-child(even),
    .theme37 .theme37__highlight:nth-child(odd) {
        border-left: 0;
        border-top: 0;
        padding: 1rem 0.35rem;
    }

    .theme37 .theme37__highlight + .theme37__highlight {
        border-left: 0;
        border-top: 1px solid var(--sh-border);
    }

    .theme37 .theme37__cta {
        flex-direction: column;
        margin-top: 1.5rem;
        gap: 1rem;
    }
}

@media (max-width: 500px) {
    .theme37 .theme37__title {
        font-size: 1.625rem;
    }
}
