/* DALSIE SLUZBY */
.main_right_bg {
    display: none !important;
}

body {
    background: #eef7ff;
}

.dalsie-page {
    margin-top: 8.385vw;
    color: #253047;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(62, 159, 255, 0.16), transparent 26vw),
        linear-gradient(180deg, #f8fcff 0%, #eaf6ff 55%, #f7fbff 100%);
}

.services-hero,
.services-section,
.services-process,
.services-contact-card {
    width: min(79vw, 1320px);
    margin-left: auto;
    margin-right: auto;
}

.services-hero {
    min-height: 43vw;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 4vw;
    align-items: center;
    padding: 5vw 0 4.2vw;
}

.services-eyebrow {
    margin: 0 0 0.8vw;
    font-family: SourceSansBold;
    font-size: 0.95vw;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3e9fff;
}

.services-hero h1,
.services-section h2,
.services-contact-card h2 {
    margin: 0;
    font-family: SourceSansSemiBold;
    letter-spacing: 0;
    color: #30334f;
}

.services-hero h1 {
    max-width: 40vw;
    font-size: clamp(42px, 3.9vw, 76px);
    line-height: 1.02;
}

.services-lead,
.services-section__head p,
.service-feature p,
.services-card p,
.services-process__item p {
    font-family: SourceSansRegular;
    color: #617085;
}

.services-lead {
    max-width: 36vw;
    margin: 1.45vw 0 0;
    font-size: 1.08vw;
    line-height: 1.75;
}

.services-hero__actions {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-top: 2vw;
    flex-wrap: wrap;
}

.services-primary-btn {
    width: 13.6vw;
    min-width: 190px;
    height: 3.65vw;
    min-height: 52px;
    font-size: 0.92vw;
    letter-spacing: 0.06em;
}

.services-hero__badges {
    display: flex;
    gap: 0.7vw;
    flex-wrap: wrap;
    margin-top: 1.8vw;
}

.services-hero__badges span,
.services-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-family: SourceSansBold;
}

.services-hero__badges span {
    min-height: 2.2vw;
    padding: 0 1vw;
    background: #fff;
    color: #2b6ab4;
    box-shadow: 0 12px 28px rgba(62, 159, 255, 0.14);
}

.services-hero__visual {
    position: relative;
}

.services-hero__visual img,
.service-feature__image img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.services-hero__visual img {
    height: 31vw;
    border-radius: 26px;
    box-shadow: 0 26px 60px rgba(37, 96, 230, 0.22);
}

.services-hero__visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -2.2vw -2.5vw auto auto;
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    background: rgba(62, 159, 255, 0.14);
}

.services-hero__card {
    position: absolute;
    left: -2.2vw;
    bottom: 2vw;
    width: 15vw;
    padding: 1.1vw 1.2vw;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 45px rgba(37, 96, 230, 0.2);
}

.services-hero__card strong {
    display: block;
    color: #2b6ab4;
    font-family: SourceSansBold;
    font-size: 1.05vw;
}

.services-hero__card span {
    display: block;
    margin-top: 0.25vw;
    color: #617085;
    font-family: SourceSansRegular;
    font-size: 0.88vw;
    line-height: 1.35;
}

.services-section {
    margin-bottom: 4.4vw;
}

.services-section__head {
    max-width: 49vw;
    margin-bottom: 2.1vw;
}

.services-section h2,
.services-contact-card h2 {
    font-size: clamp(30px, 2.45vw, 48px);
    line-height: 1.12;
}

.services-section__head p,
.service-feature p {
    margin-top: 1vw;
    font-size: 1.03vw;
    line-height: 1.7;
}

.services-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25vw;
}

.services-card,
.services-process__item {
    border: 1px solid rgba(62, 159, 255, 0.14);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 42px rgba(62, 159, 255, 0.13);
    border-radius: 18px;
}

.services-card {
    min-height: 18vw;
    padding: 1.55vw;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.services-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(62, 159, 255, 0.2);
}

.services-icon {
    display: inline-flex;
    width: 3.2vw;
    height: 3.2vw;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(145deg, #3e9fff, #1678ed);
    color: #fff;
    font-size: 1.25vw;
    box-shadow: 0 14px 28px rgba(62, 159, 255, 0.28);
}

.services-icon svg {
    width: clamp(22px, 1.45vw, 28px);
    height: clamp(22px, 1.45vw, 28px);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.services-card h3 {
    margin: 1.2vw 0 0.7vw;
    color: #2b6ab4;
    font-family: SourceSansBold;
    font-size: 1.32vw;
}

.services-card p {
    margin: 0;
    font-size: 0.98vw;
    line-height: 1.58;
}

.services-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45vw;
    margin-top: 1vw;
}

.services-tags span {
    min-height: 1.7vw;
    padding: 0 0.7vw;
    background: rgba(62, 159, 255, 0.1);
    color: #2b6ab4;
    font-size: 0.78vw;
}

.service-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 3vw;
    align-items: center;
    padding: 2.4vw;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 20px 55px rgba(62, 159, 255, 0.12);
}

.service-feature--reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.service-feature__image img {
    height: 28vw;
    border-radius: 22px;
    box-shadow: 0 20px 45px rgba(37, 96, 230, 0.18);
}

.service-feature ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7vw;
    margin: 1.4vw 0 0;
    padding: 0;
    list-style: none;
}

.service-feature li {
    position: relative;
    padding: 0.85vw 1vw 0.85vw 2.4vw;
    border-radius: 14px;
    background: #fff;
    color: #43516a;
    font-family: SourceSansRegular;
    font-size: 0.95vw;
    line-height: 1.35;
}

.service-feature li::before {
    content: "\f00c";
    position: absolute;
    left: 0.9vw;
    top: 0.85vw;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #3e9fff;
}

.services-process {
    margin-bottom: 4.5vw;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1vw;
}

.services-process__item {
    padding: 1.3vw;
}

.services-process__item span {
    display: block;
    color: rgba(62, 159, 255, 0.34);
    font-family: SourceSansBold;
    font-size: 2.25vw;
    line-height: 1;
}

.services-process__item strong {
    display: block;
    margin-top: 0.85vw;
    color: #2b6ab4;
    font-family: SourceSansBold;
    font-size: 1.17vw;
}

.services-process__item p {
    margin: 0.45vw 0 0;
    font-size: 0.92vw;
    line-height: 1.45;
}

.services-contact-card {
    margin-bottom: 5.5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
    padding: 2.1vw 2.4vw;
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #dff0ff 100%);
    box-shadow: 0 20px 48px rgba(62, 159, 255, 0.17);
}

.services-contact-card .services-eyebrow {
    margin-bottom: 0.5vw;
}

.services-contact-card__links {
    display: flex;
    flex-direction: column;
    gap: 0.7vw;
    min-width: 19vw;
}

.services-contact-card__links a,
.services-contact-card__links span {
    display: inline-flex;
    align-items: center;
    gap: 0.6vw;
    min-height: 3vw;
    padding: 0 1vw;
    border-radius: 13px;
    background: #fff;
    color: #2b6ab4;
    font-family: SourceSansBold;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(62, 159, 255, 0.12);
}

.services-contact-card__links a:hover {
    color: #1581ed;
    text-decoration: none;
}

.services-contact-icon {
    width: clamp(17px, 1.05vw, 21px);
    height: clamp(17px, 1.05vw, 21px);
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 991px) {
    .dalsie-page {
        margin-top: 18vw;
    }

    .services-hero,
    .services-section,
    .services-process,
    .services-contact-card {
        width: calc(100% - 36px);
    }

    .services-hero {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: auto;
        padding: 34px 0 42px;
    }

    .services-hero h1 {
        max-width: none;
        font-size: 42px;
    }

    .services-lead,
    .services-section__head {
        max-width: none;
    }

    .services-lead,
    .services-section__head p,
    .service-feature p {
        font-size: 17px;
        line-height: 1.65;
    }

    .services-eyebrow {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .services-hero__actions {
        gap: 12px;
        margin-top: 24px;
    }

    .services-primary-btn {
        width: auto;
        min-width: 0;
        height: 52px;
        font-size: 13px;
        padding: 0 18px;
    }

    .services-hero__badges {
        gap: 8px;
        margin-top: 18px;
    }

    .services-hero__badges span {
        min-height: 34px;
        padding: 0 13px;
    }

    .services-hero__visual img,
    .service-feature__image img {
        height: auto;
        max-height: 430px;
    }

    .services-hero__card {
        left: 18px;
        bottom: 18px;
        width: min(270px, calc(100% - 36px));
        padding: 16px;
    }

    .services-hero__card strong {
        font-size: 18px;
    }

    .services-hero__card span {
        font-size: 14px;
    }

    .services-card-grid,
    .services-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .services-card,
    .services-process__item {
        min-height: auto;
        padding: 20px;
    }

    .services-icon {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }

    .services-card h3,
    .services-process__item strong {
        font-size: 20px;
        margin-top: 14px;
    }

    .services-card p,
    .services-process__item p,
    .service-feature li {
        font-size: 16px;
    }

    .services-tags {
        gap: 8px;
        margin-top: 14px;
    }

    .services-tags span {
        min-height: 30px;
        padding: 0 12px;
        font-size: 13px;
    }

    .service-feature,
    .service-feature--reverse {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 18px;
    }

    .service-feature--reverse .service-feature__content {
        order: 2;
    }

    .service-feature--reverse .service-feature__image {
        order: 1;
    }

    .service-feature ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .service-feature li {
        padding: 14px 14px 14px 42px;
    }

    .service-feature li::before {
        left: 16px;
        top: 14px;
    }

    .services-process__item span {
        font-size: 34px;
    }

    .services-contact-card {
        display: block;
        padding: 24px;
    }

    .services-contact-card__links {
        min-width: 0;
        margin-top: 18px;
        gap: 10px;
    }

    .services-contact-card__links a,
    .services-contact-card__links span {
        min-height: 48px;
        padding: 0 14px;
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .dalsie-page {
        margin-top: 22vw;
    }

    .services-hero,
    .services-section,
    .services-process,
    .services-contact-card {
        width: calc(100% - 28px);
    }

    .services-hero h1 {
        font-size: 34px;
    }

    .services-section h2,
    .services-contact-card h2 {
        font-size: 28px;
    }

    .services-lead,
    .services-section__head p,
    .service-feature p {
        font-size: 16px;
    }

    .services-primary-btn {
        width: 100%;
    }

    .services-hero__visual img,
    .service-feature__image img {
        border-radius: 18px;
    }

    .services-card-grid,
    .services-process {
        grid-template-columns: 1fr;
    }

    .service-feature,
    .services-contact-card {
        border-radius: 18px;
    }
}
