

/* Start:/services/style.css?178223758144846*/
:root {
    --services-bg: #fdfcf9;
    --services-blue: #1758ff;
    --services-dark: #0b0b0b;
    --services-grey: #6c7283;
    --services-radius: 32px;
    --services-font: "FactorA-Regular", "Factor A TRIAL", "Jx Tabe DEMO", sans-serif;
}

.services-page {
    background: var(--services-bg);
    color: var(--services-dark);
    font-family: var(--services-font);
    line-height: 1.4;
    padding-top: clamp(40px, 10vw, 130px);
}

.services-page section {
    padding-left: clamp(20px, 6vw, 80px);
    padding-right: clamp(20px, 6vw, 80px);
}

.services-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1.42fr;
    grid-template-rows: auto auto auto;
    gap: clamp(16px, 2vw, 32px);
    grid-template-areas:
        "message message message"
        "years webapps crm"
        "ai design crm"
        ". . ecom";
}

@media (max-width: 1180px) {
    .services-hero__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "message message"
            "years webapps"
            "ai design"
            "crm ecom";
    }
}

@media (max-width: 768px) {
    .services-hero__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "message"
            "crm"
            "webapps"
            "years"
            "ai"
            "design"
            "ecom";
    }
}

.hero-card {
    background: #fff;
    border-radius: 50px;
    padding: clamp(20px, 3vw, 47px);
    border: 5px solid transparent;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(20, 20, 20, 0.05);
}

.hero-card--message {
    grid-area: message;
    background: var(--services-blue);
    color: #fff;
    border: none;
    padding: clamp(20px, 3vw, 61px) clamp(20px, 3vw, 79px);
    font-size: clamp(20px, 2.25vw, 36px);
    font-weight: 400;
    line-height: 1.2;
}

.hero-card--message p {
    margin: 0;
}

.hero-card--message p span {
    font-weight: 700;
}

.hero-card--stat {
    border-color: var(--services-blue);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.hero-card--stat.hero-card--years {
    grid-area: years;
    min-height: 291px;
}

.hero-card__accent {
    font-size: clamp(48px, 6.8vw, 109px);
    font-weight: 500;
    margin: 0 0 8px;
    line-height: 1;
}

.hero-card__accent--large {
    font-size: clamp(48px, 12.5vw, 202px);
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.hero-card__meta {
    font-size: clamp(16px, 1.5vw, 28px);
    margin: 0;
    color: var(--services-dark);
    font-weight: 700;
    line-height: 1.2;
}

.hero-card__stat {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hero-card__stat-label {
    font-size: clamp(16px, 2.2vw, 42px);
    font-weight: 700;
    margin: 0;
    line-height: 1;
    color: inherit;
}

.hero-card--outline {
    grid-area: design;
    border-color: var(--services-blue);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 336px;
}

.hero-card--outline .hero-card__stat {
    margin-bottom: clamp(16px, 2vw, 32px);
}

.hero-card--outline h3 {
    font-size: clamp(22px, 2.25vw, 36px);
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: var(--services-dark);
}

.hero-card--outline h3 span {
    font-weight: 700;
}

.hero-card--blue {
    grid-area: ecom;
    background: var(--services-blue);
    color: #fff;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: clamp(20px, 3vw, 47px);
    min-height: 549px;
}

.hero-card--blue .hero-card__stat {
    margin-bottom: clamp(16px, 2vw, 32px);
}

.hero-card--blue .hero-card__accent {
    color: #fff;
    font-size: clamp(48px, 8.6vw, 165px);
}

.hero-card--blue .hero-card__stat-label {
    color: #fff;
    font-size: clamp(16px, 2.2vw, 43px);
}

.hero-card--blue h3 {
    font-size: clamp(22px, 1.9vw, 36px);
    font-weight: 700;
    margin: 0 0 16px;
    color: #fff;
}

.hero-card--blue ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: clamp(18px, 1.6vw, 30px);
    font-weight: 400;
    line-height: 1.2;
}

.hero-card--blue li {
    margin: 0 0 12px;
    padding-left: 0;
}

.hero-card--blue li:last-child {
    margin-bottom: 0;
}

.hero-card--focus {
    background: var(--services-dark);
    color: #fff;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 568px;
    padding: clamp(20px, 3vw, 47px);
}

.hero-card--focus.hero-card--crm {
    grid-area: auto;
    min-height: 616px;
}

.hero-card--focus.hero-card--webapps {
    grid-area: webapps;
}

.hero-card--focus.hero-card--ai {
    grid-area: ai;
    min-height: 613px;
}

.hero-card__text {
    position: relative;
    z-index: 2;
}

.hero-card__text h3 {
    font-size: clamp(22px, 1.9vw, 36px);
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.2;
    color: #fff;
}

.hero-card__text p {
    margin: 0;
    color: #fff;
}

.hero-card__media {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 1;
}

.section-heading {
    margin-top: clamp(56px, 6vw, 96px);
    margin-bottom: clamp(24px, 3vw, 40px);
}

.section-heading__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    color: var(--services-grey);
    margin: 0 0 12px;
}

.section-heading__title {
    font-size: clamp(32px, 4vw, 56px);
    margin: 0;
}

.services-list__items {
    display: flex;
    flex-direction: column;
    gap: clamp(32px, 4vw, 56px);
}

.service-card {
    --service-mockup-start: #e3e9ff;
    --service-mockup-end: #cdd6ff;
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 42%) 1fr;
    gap: clamp(24px, 3vw, 48px);
    padding: clamp(24px, 3vw, 48px);
    border: 4px solid var(--services-blue);
    border-radius: 60px;
    background: #fff;
    box-shadow: 0 40px 120px rgba(8, 24, 73, 0.08);
}

.service-card__left {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 32px);
}

.service-card__glyph {
    width: clamp(52px, 6vw, 72px);
    height: clamp(52px, 6vw, 72px);
    border: 3px solid var(--services-blue);
    border-radius: 22px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.service-card__glyph::after {
    content: "";
    width: 40%;
    height: 40%;
    background: var(--services-blue);
    border-radius: inherit;
}

.service-card__glyph--diamond {
    transform: rotate(45deg);
}

.service-card__glyph--circle {
    border-radius: 50%;
}

.service-card__glyph--triangle {
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    border-radius: 0;
}

.service-card__glyph--hexagon {
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    border-radius: 0;
}

.service-card__glyph--infinity {
    border: none;
    background: transparent;
}

.service-card__glyph--infinity::before,
.service-card__glyph--infinity::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 46%;
    height: 46%;
    border: 3px solid var(--services-blue);
    border-radius: 50%;
    transform: translateY(-50%);
    background: transparent;
}

.service-card__glyph--infinity::before {
    left: 8%;
}

.service-card__glyph--infinity::after {
    right: 8%;
}

.service-card__glyph--plus::after,
.service-card__glyph--plus::before {
    content: "";
    position: absolute;
    background: var(--services-blue);
    border-radius: 2px;
}

.service-card__glyph--plus::before {
    width: 34px;
    height: 6px;
}

.service-card__glyph--plus::after {
    width: 6px;
    height: 34px;
}

.service-card__mockup {
    position: relative;
    border-radius: 40px;
    min-height: clamp(260px, 35vw, 420px);
    background: linear-gradient(135deg, var(--service-mockup-start), var(--service-mockup-end));
    overflow: hidden;
}

.service-card__mockup::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 130%;
    top: -20%;
    left: 20%;
    background: rgba(255, 255, 255, 0.35);
    filter: blur(40px);
    transform: rotate(20deg);
}

.service-card__mockup::after {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 32px;
    border: 2px solid rgba(255, 255, 255, 0.45);
}

.service-card__right {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 32px);
}

.service-card__header h3 {
    margin: 0 0 16px;
    font-size: clamp(28px, 3vw, 40px);
}

.service-card__header p {
    margin: 0;
    color: var(--services-grey);
    font-size: clamp(16px, 1.4vw, 20px);
}

.service-card__meta {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-card__price {
    margin: 0;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 600;
    color: var(--services-dark);
}

.service-card__pills {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-card__pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-card__pill {
    padding: 10px 20px;
    border-radius: 999px;
    background: var(--services-blue);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.service-card__toggle {
    position: absolute;
    top: clamp(20px, 2vw, 32px);
    right: clamp(20px, 2vw, 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid var(--services-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #fff;
    color: var(--services-blue);
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.service-card__toggle[aria-hidden="true"] {
    pointer-events: none;
}

.service-card__toggle-sign {
    position: relative;
    width: 26px;
    height: 26px;
    display: block;
}

.service-card__toggle-sign::before,
.service-card__toggle-sign::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    background: currentColor;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}

.service-card__toggle-sign::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.service-card__toggle:hover,
.service-card__toggle:focus-visible {
    background: var(--services-blue);
    color: #fff;
    border-color: var(--services-blue);
}

.service-card--bitrix24 {
    --service-mockup-start: #dde8ff;
    --service-mockup-end: #b3c3ff;
}

.service-card--design {
    --service-mockup-start: #ffe6f3;
    --service-mockup-end: #ffd3e0;
}

.service-card--ecommerce {
    --service-mockup-start: #e9f6ff;
    --service-mockup-end: #c7e4ff;
}

.service-card--ai {
    --service-mockup-start: #e6e5ff;
    --service-mockup-end: #c5c2ff;
}

.service-card--websites {
    --service-mockup-start: #e7f1ff;
    --service-mockup-end: #cfddff;
}

.service-card--crm {
    --service-mockup-start: #e4f4ff;
    --service-mockup-end: #c5e3ff;
}

.service-card--support {
    --service-mockup-start: #eff2ff;
    --service-mockup-end: #dce3ff;
}

@media (max-width: 1180px) {
    .service-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .service-card {
        border-radius: 36px;
    }

    .service-card__mockup {
        min-height: 220px;
    }

    .service-card__pill-row {
        gap: 8px;
    }

    .service-card__pill {
        width: fit-content;
    }
}

.services-cta {
    margin-top: clamp(64px, 8vw, 120px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(24px, 3vw, 48px);
    background: var(--services-dark);
    color: #fff;
    border-radius: 70px;
    padding: clamp(32px, 5vw, 64px);
}

.services-cta__media img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 42px;
    filter: drop-shadow(0 20px 60px rgba(23, 88, 255, 0.45));
}

.services-cta__form h2 {
    font-size: clamp(28px, 3vw, 48px);
    margin: 12px 0 24px;
}

.services-cta__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--services-grey);
    font-size: 14px;
    margin: 0;
}

.services-cta form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.floating-label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 18px;
}

.floating-label span {
    color: var(--services-grey);
}

.floating-label input,
.floating-label textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 12px 0;
    font-size: 18px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s ease;
}

.floating-label textarea {
    min-height: 120px;
    resize: vertical;
}

.floating-label input:focus,
.floating-label textarea:focus {
    border-color: var(--services-blue);
}

.services-cta__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.services-cta__policy {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.services-cta__submit {
    border: none;
    background: var(--services-blue);
    color: #fff;
    border-radius: 20px;
    padding: 18px 32px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-cta__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(23, 88, 255, 0.4);
}

@media (max-width: 900px) {
    .services-hero__grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .hero-card {
        border-radius: 24px;
        padding: 28px;
        min-height: auto;
    }

    .hero-card--focus {
        min-height: 320px;
    }

    .hero-card__media {
        min-height: 160px;
    }

    .service-card__content h3 {
        font-size: 22px;
    }

    .service-card__content p {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .hero-card {
        min-height: 180px;
    }

    .service-card {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .service-card__icon {
        order: 1;
    }

    .service-card__content {
        order: 2;
    }

    .service-card__cta {
        order: 3;
        justify-self: flex-start;
    }
}

@media (max-width: 640px) {
    .services-page {
        padding-top: 32px;
    }

    .hero-card--message {
        grid-column: auto;
    }

    .services-hero__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hero-card {
        border-radius: 20px;
        border-width: 3px;
        padding: 24px;
        box-shadow: none;
    }

    .hero-card--focus {
        min-height: 280px;
    }

    .hero-card__accent {
        font-size: 48px;
    }

    .hero-card__meta {
        font-size: 16px;
    }

    .hero-card__media {
        min-height: 140px;
        border-radius: 16px;
    }

    .services-list__items {
        gap: 16px;
    }

    .service-card {
        border-radius: 20px;
        border-width: 3px;
        padding: 24px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .service-card__icon {
        width: 48px;
        height: 48px;
        border-width: 2px;
    }

    .service-card__cta {
        justify-self: flex-end;
        padding-top: 8px;
    }

    .service-card__cta svg {
        width: 32px;
        height: 32px;
    }

    .services-page section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .discuss_block {
        margin-left: -16px;
        margin-right: -16px;
        border-radius: 32px 32px 0 0;
        overflow: hidden;
    }

    .discuss_block .discuss_head_part textarea,
    .discuss_block .discuss_merge_input input {
        font-size: 16px;
    }

    .discuss_block .discuss_foot_part button {
        width: 100%;
    }

    .discuss_block .discuss_foot_part span {
        display: block;
        margin-top: 12px;
        font-size: 12px;
    }

    .services-cta {
        border-radius: 32px;
    }

    .services-page section {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/* Services polish: responsive layout and meaningful visual cards, 2026-06-23 */
.services-page,
.services-page * {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

.services-page {
    overflow-x: clip;
}

.services-page section {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.services-hero__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.92fr) minmax(0, 0.92fr);
    align-items: stretch;
}

.hero-card,
.service-card,
.discuss_block {
    max-width: 100%;
}

.hero-card--focus,
.hero-card--blue,
.hero-card--outline,
.hero-card--stat.hero-card--years {
    min-height: clamp(320px, 44vw, 560px);
}

.hero-card--focus.hero-card--crm {
    min-height: clamp(520px, 78vw, 1120px);
}

.hero-card__media {
    opacity: 0.48;
    transform: scale(1.04);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.hero-card:hover .hero-card__media {
    transform: scale(1.08);
    opacity: 0.62;
}

.hero-card__text,
.hero-card__stat,
.hero-card--blue h3,
.hero-card--blue ul,
.hero-card--outline h3 {
    position: relative;
    z-index: 2;
}

.service-card {
    grid-template-columns: minmax(260px, 39%) minmax(0, 1fr);
    overflow: hidden;
}

.service-card__mockup {
    min-height: clamp(250px, 31vw, 390px);
    background-color: #eef3ff;
    background-image: var(--service-image), linear-gradient(135deg, var(--service-mockup-start), var(--service-mockup-end));
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45), 0 24px 60px rgba(23, 88, 255, 0.16);
    isolation: isolate;
}

.service-card__mockup::before {
    inset: 0;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(11, 11, 11, 0.04), rgba(11, 11, 11, 0.34));
    filter: none;
    transform: none;
    z-index: 1;
}

.service-card__mockup::after {
    content: attr(data-label);
    inset: auto 20px 20px 20px;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 22px;
    padding: 14px 18px;
    background: rgba(253, 252, 249, 0.88);
    color: var(--services-dark);
    font-size: clamp(15px, 1.3vw, 19px);
    font-weight: 700;
    line-height: 1.12;
    z-index: 2;
    backdrop-filter: blur(14px);
}

.service-card--bitrix24 { --service-image: url('/services/images/cards/bitrix24.webp'); }
.service-card--design { --service-image: url('/services/images/cards/design.webp'); }
.service-card--ecommerce { --service-image: url('/services/images/cards/ecommerce.webp'); }
.service-card--ai { --service-image: url('/services/images/cards/ai.webp'); }
.service-card--websites { --service-image: url('/services/images/cards/websites.webp'); }
.service-card--crm { --service-image: url('/services/images/cards/crm.webp'); }
.service-card--support { --service-image: url('/services/images/cards/support.webp'); }

.service-card--bitrix24 .service-card__mockup::after { content: "Битрикс24 и порталы"; }
.service-card--design .service-card__mockup::after { content: "Айдентика и интерфейсы"; }
.service-card--ecommerce .service-card__mockup::after { content: "E-commerce и каталоги"; }
.service-card--ai .service-card__mockup::after { content: "ИИ-автоматизация"; }
.service-card--websites .service-card__mockup::after { content: "Сайты и веб-сервисы"; }
.service-card--crm .service-card__mockup::after { content: "CRM и процессы"; }
.service-card--support .service-card__mockup::after { content: "Поддержка и аналитика"; }

.service-card__header h3 {
    padding-right: 82px;
    line-height: 1.08;
}

.service-card__header p {
    max-width: 780px;
}

.service-card__pill {
    max-width: 100%;
    overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
    .services-hero__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-card--focus.hero-card--crm {
        min-height: 420px;
    }

    .service-card {
        grid-template-columns: 1fr;
    }

    .service-card__left {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .services-page {
        padding-top: 28px;
    }

    .services-page section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .services-hero__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hero-card {
        border-radius: 28px;
        padding: 24px;
    }

    .hero-card--message {
        font-size: clamp(21px, 7vw, 30px);
        line-height: 1.08;
    }

    .hero-card--focus,
    .hero-card--blue,
    .hero-card--outline,
    .hero-card--stat.hero-card--years,
    .hero-card--focus.hero-card--crm,
    .hero-card--focus.hero-card--ai {
        min-height: 300px;
    }

    .hero-card__media {
        border-radius: 28px;
        opacity: 0.42;
    }

    .section-heading {
        margin-top: 48px;
    }

    .section-heading__eyebrow {
        letter-spacing: 0.12em;
    }

    .section-heading__title {
        font-size: clamp(30px, 10vw, 42px);
        line-height: 1.04;
    }

    .service-card {
        border-radius: 30px;
        padding: 18px;
        gap: 20px;
    }

    .service-card__left {
        gap: 14px;
    }

    .service-card__mockup {
        min-height: 230px;
        border-radius: 24px;
    }

    .service-card__mockup::after {
        left: 12px;
        right: 12px;
        bottom: 12px;
        border-radius: 16px;
        padding: 12px 14px;
    }

    .service-card__toggle {
        width: 52px;
        height: 52px;
        top: 16px;
        right: 16px;
    }

    .service-card__header h3 {
        padding-right: 58px;
        font-size: clamp(26px, 8vw, 34px);
    }

    .service-card__header p {
        font-size: 16px;
        line-height: 1.38;
    }

    .service-card__pill-row {
        gap: 8px;
    }

    .service-card__pill {
        padding: 8px 12px;
        font-size: 13px;
    }

    .discuss_block {
        margin-left: 0;
        margin-right: 0;
        border-radius: 32px;
    }
}

@media (max-width: 430px) {
    .services-page section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-card {
        border-radius: 22px;
        padding: 20px;
    }

    .hero-card--focus,
    .hero-card--blue,
    .hero-card--outline,
    .hero-card--stat.hero-card--years,
    .hero-card--focus.hero-card--crm,
    .hero-card--focus.hero-card--ai {
        min-height: 250px;
    }

    .hero-card__text h3,
    .hero-card--blue h3,
    .hero-card--outline h3 {
        font-size: 24px;
    }

    .service-card {
        border-radius: 24px;
        padding: 14px;
    }

    .service-card__glyph {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .service-card__mockup {
        min-height: 190px;
    }
}
/* Services layout repair: keep global discuss/footer out of page-specific section rules, 2026-06-23 */
.services-page > .services-hero,
.services-page > .services-list {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.services-page > .discuss_block {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4.1666vw;
    padding-right: 4.1666vw;
}

.services-page > .discuss_block + * {
    clear: both;
}

@media (max-width: 768px) {
    .services-page > .discuss_block {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 32px 32px 0 0;
    }
}

@media (max-width: 430px) {
    .services-page > .discuss_block {
        padding-left: 0;
        padding-right: 0;
    }
}
/* Services footer separation: keep shared footer clear of the page CTA, 2026-06-23 */
.services-page + footer {
    margin-top: 56px;
}

@media (max-width: 768px) {
    .services-page + footer {
        margin-top: 32px;
    }
}
/* Services mobile footer separation correction, 2026-06-23 */
@media (max-width: 768px) {
    .services-page + footer {
        margin-top: 56px;
    }
}
/* Services Figma desktop accordion alignment, 2026-06-23 */
.services-list {
    max-width: 1760px;
}

.services-list__items {
    gap: 0;
}

.service-card {
    transition: min-height .32s ease, padding .32s ease, background-color .32s ease;
}

.service-card__toggle {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.service-card__details-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 52px;
    padding: 13px 24px;
    border-radius: 999px;
    background: var(--services-blue);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease;
}

.service-card__details-link:hover {
    transform: translateY(-1px);
    background: #0c48df;
    color: #fff;
}

@media (min-width: 1025px) {
    .services-page > .services-hero,
    .services-page > .services-list {
        max-width: 1760px;
    }

    .services-list {
        padding-top: 52px;
        padding-bottom: 88px;
    }

    .section-heading {
        max-width: 1760px;
        margin: 0 auto 34px;
    }

    .service-card {
        display: grid;
        grid-template-columns: minmax(420px, 43.5%) minmax(0, 1fr) 104px;
        column-gap: 36px;
        align-items: start;
        width: 100%;
        min-height: 315px;
        padding: 76px 50px 54px 66px;
        border: 0;
        border-top: 1px solid rgba(23, 88, 255, .42);
        border-radius: 0;
        background: #fdfcf9;
        box-shadow: none;
        overflow: visible;
    }

    .service-card:last-child {
        border-bottom: 1px solid rgba(23, 88, 255, .42);
    }

    .service-card__left,
    .service-card__right {
        min-width: 0;
    }

    .service-card__left {
        grid-column: 1;
        display: block;
        max-width: none;
    }

    .service-card__glyph {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        box-shadow: none;
    }

    .service-card__mockup {
        display: none;
        width: min(535px, 100%);
        min-height: 535px;
        margin-top: 0;
        border-radius: 0;
        background-color: transparent;
        background-size: contain;
        background-position: center;
        box-shadow: none;
    }

    .service-card__mockup::after {
        display: none;
    }

    .service-card__right {
        grid-column: 2;
        padding-top: 0;
    }

    .service-card__header h3 {
        margin: 0 0 18px;
        padding-right: 0;
        font-size: clamp(32px, 2.08vw, 40px);
        line-height: 1.05;
        letter-spacing: 0;
    }

    .service-card__header p {
        max-width: 690px;
        margin: 0;
        font-size: clamp(19px, 1.2vw, 23px);
        line-height: 1.38;
        color: #101010;
    }

    .service-card__meta {
        display: none;
    }

    .service-card__toggle {
        position: static;
        grid-column: 3;
        justify-self: end;
        align-self: end;
        width: 82px;
        height: 82px;
        margin-top: 84px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: var(--services-blue);
        box-shadow: none;
    }

    .service-card__toggle:hover {
        background: transparent;
        color: #0c48df;
        transform: none;
    }

    .service-card__toggle-sign,
    .service-card__toggle-sign::before {
        width: 58px;
        height: 4px;
        border-radius: 0;
        background: currentColor;
    }

    .service-card__toggle-sign::before {
        transform: rotate(90deg);
    }

    .service-card.is-open {
        grid-template-columns: minmax(535px, 43.5%) minmax(0, 1fr) 104px;
        min-height: 795px;
        padding: 48px 50px 56px 42px;
        background: #fdfcf9;
    }

    .service-card.is-open .service-card__glyph {
        margin-left: 0;
        margin-bottom: 44px;
    }

    .service-card.is-open .service-card__mockup {
        display: block;
    }

    .service-card.is-open .service-card__right {
        padding-top: 10px;
    }

    .service-card.is-open .service-card__header h3 {
        max-width: 720px;
    }

    .service-card.is-open .service-card__header p {
        max-width: 720px;
    }

    .service-card.is-open .service-card__meta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 26px;
        margin-top: 52px;
    }

    .service-card.is-open .service-card__price {
        margin: 0;
        font-size: clamp(32px, 2.35vw, 45px);
        line-height: 1;
        color: var(--services-blue);
    }

    .service-card.is-open .service-card__pills {
        width: 100%;
        max-width: 700px;
        gap: 12px;
    }

    .service-card.is-open .service-card__pill-row {
        gap: 10px;
    }

    .service-card.is-open .service-card__pill {
        min-height: 44px;
        padding: 11px 18px;
        border: 0;
        border-radius: 999px;
        background: var(--services-blue);
        color: #fff;
        font-size: clamp(14px, .94vw, 18px);
        font-weight: 700;
        line-height: 1.1;
    }

    .service-card.is-open .service-card__toggle {
        align-self: start;
        margin-top: 0;
    }

    .service-card.is-open .service-card__toggle-sign {
        transform: rotate(45deg);
    }
}

@media (max-width: 1024px) {
    .service-card__details-link {
        min-height: 46px;
        padding: 11px 18px;
        font-size: 15px;
    }

    .service-card__toggle {
        border: 0;
    }
}

@media (max-width: 768px) {
    .services-list__items {
        gap: 16px;
    }

    .service-card__meta {
        gap: 18px;
    }

    .service-card__details-link {
        width: 100%;
    }
}

/* Services shared footer gap after inline accordion script, 2026-06-23 */
.services-page ~ footer {
    display: block;
    clear: both;
    margin-top: 96px !important;
}

@media (max-width: 768px) {
    .services-page ~ footer {
        margin-top: 64px !important;
    }
}

/* Services manual stable layout, 2026-06-23 */
.services-page {
    overflow-x: clip;
}

.services-page * {
    box-sizing: border-box;
}

.services-list__items .service-card {
    min-width: 0;
}

@media (min-width: 1025px) {
    .services-page > .services-hero,
    .services-page > .services-list {
        width: 100%;
        max-width: none;
        padding-left: clamp(32px, 4.166vw, 80px);
        padding-right: clamp(32px, 4.166vw, 80px);
        margin-left: 0;
        margin-right: 0;
    }

    .services-hero__grid,
    .services-list__items,
    .section-heading {
        width: 100%;
        max-width: 1760px;
        margin-left: auto;
        margin-right: auto;
    }

    .services-list {
        padding-top: 64px;
        padding-bottom: 96px;
    }

    .services-list__items {
        display: block;
    }

    .service-card {
        display: grid;
        grid-template-columns: minmax(430px, 43.6%) minmax(0, 1fr) 96px;
        align-items: start;
        gap: 0 42px;
        width: 100%;
        min-height: 338px;
        padding: 76px 40px 56px 66px;
        border: 0;
        border-top: 1px solid rgba(23, 88, 255, .45);
        border-radius: 0;
        background: #fdfcf9;
        box-shadow: none;
        overflow: visible;
        transition: min-height .28s ease, padding .28s ease, background-color .28s ease;
    }

    .service-card--design,
    .service-card--ecommerce,
    .service-card--ai,
    .service-card--websites,
    .service-card--support {
        min-height: 462px;
    }

    .service-card--crm {
        min-height: 495px;
    }

    .service-card:last-child {
        border-bottom: 1px solid rgba(23, 88, 255, .45);
    }

    .service-card__left {
        grid-column: 1;
        max-width: none;
        min-width: 0;
    }

    .service-card__right {
        grid-column: 2;
        min-width: 0;
        padding-top: 0;
    }

    .service-card__glyph {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        box-shadow: none;
        transform: none;
    }

    .service-card__mockup {
        display: none;
        width: min(535px, 100%);
        min-height: 535px;
        margin-top: 0;
        border-radius: 0;
        background-color: transparent;
        background-size: contain;
        background-position: center;
        box-shadow: none;
    }

    .service-card__mockup::after {
        display: none;
    }

    .service-card__header h3 {
        margin: 0 0 18px;
        padding-right: 0;
        font-size: clamp(34px, 2.08vw, 40px);
        line-height: 1.05;
        letter-spacing: 0;
    }

    .service-card__header p {
        max-width: 720px;
        margin: 0;
        font-size: clamp(20px, 1.2vw, 23px);
        line-height: 1.38;
        color: #101010;
    }

    .service-card__meta {
        display: none;
    }

    .service-card__toggle {
        position: static;
        grid-column: 3;
        justify-self: end;
        align-self: end;
        width: 82px;
        height: 82px;
        margin-top: 84px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: var(--services-blue);
        box-shadow: none;
        cursor: pointer;
    }

    .service-card__toggle:hover,
    .service-card__toggle:focus-visible {
        background: transparent;
        color: #0c48df;
        transform: none;
        outline: none;
    }

    .service-card__toggle-sign,
    .service-card__toggle-sign::before {
        width: 58px;
        height: 4px;
        border-radius: 0;
        background: currentColor;
    }

    .service-card__toggle-sign::before {
        transform: rotate(90deg);
    }

    .service-card.is-open {
        grid-template-columns: minmax(535px, 43.6%) minmax(0, 1fr) 96px;
        min-height: 795px;
        padding: 48px 40px 56px 42px;
        background: #fdfcf9;
    }

    .service-card.is-open .service-card__glyph {
        margin: 0 0 44px;
    }

    .service-card.is-open .service-card__mockup {
        display: block;
    }

    .service-card.is-open .service-card__right {
        padding-top: 10px;
    }

    .service-card.is-open .service-card__meta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 26px;
        margin-top: 52px;
    }

    .service-card.is-open .service-card__price {
        margin: 0;
        font-size: clamp(34px, 2.35vw, 45px);
        line-height: 1;
        color: var(--services-blue);
    }

    .service-card.is-open .service-card__pills {
        width: 100%;
        max-width: 700px;
        gap: 12px;
    }

    .service-card.is-open .service-card__pill-row {
        gap: 10px;
    }

    .service-card.is-open .service-card__pill {
        min-height: 44px;
        padding: 11px 18px;
        border: 0;
        border-radius: 999px;
        background: var(--services-blue);
        color: #fff;
        font-size: clamp(14px, .94vw, 18px);
        font-weight: 700;
        line-height: 1.1;
    }

    .service-card.is-open .service-card__toggle {
        align-self: start;
        margin-top: 0;
    }

    .service-card.is-open .service-card__toggle-sign {
        transform: rotate(45deg);
    }

    .services-page + footer,
    .services-page ~ footer {
        display: block;
        clear: both;
        margin-top: 72px !important;
    }
}

@media (max-width: 1024px) {
    .services-page > .services-hero,
    .services-page > .services-list {
        width: 100%;
        max-width: 100%;
        padding-left: clamp(16px, 4vw, 32px);
        padding-right: clamp(16px, 4vw, 32px);
    }

    .services-list__items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service-card {
        width: 100%;
        max-width: 100%;
        min-height: 0;
        overflow: hidden;
    }

    .service-card__toggle {
        border: 0;
        cursor: pointer;
    }

    .service-card__details-link {
        min-height: 46px;
        padding: 11px 18px;
        font-size: 15px;
    }

    .services-page + footer,
    .services-page ~ footer {
        display: block;
        clear: both;
        margin-top: 56px !important;
    }
}

@media (max-width: 768px) {
    .services-page > .discuss_block {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 32px 32px 0 0;
    }

    .service-card__details-link {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .services-page > .services-hero,
    .services-page > .services-list {
        padding-left: 12px;
        padding-right: 12px;
    }

    .services-page > .discuss_block {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Services visual parity pass: desktop hero mosaic and expanded row, 2026-06-23 */
@media (min-width: 1200px) {
    .services-page > .services-hero,
    .services-page > .services-list {
        width: 100%;
        max-width: none;
        padding-left: clamp(48px, 4.166vw, 80px);
        padding-right: clamp(48px, 4.166vw, 80px);
        margin-left: 0;
        margin-right: 0;
    }

    .services-hero {
        padding-top: 77px;
        padding-bottom: 96px;
    }

    .services-hero__grid {
        position: relative;
        display: block;
        width: 100%;
        max-width: 1760px;
        height: min(61.93vw, 1175px);
        min-height: 980px;
        margin: 0 auto;
    }

    .hero-card {
        position: absolute;
        margin: 0;
        border-radius: 50px;
        box-shadow: none;
    }

    .hero-card--message {
        left: 0;
        top: 0;
        width: 60.57%;
        height: 251px;
        min-height: 0;
        padding: 52px 79px;
        font-size: clamp(30px, 1.875vw, 36px);
        line-height: 1.17;
    }

    .hero-card--crm {
        left: 61.14%;
        top: 0;
        width: 38.86%;
        height: 616px;
        min-height: 0 !important;
    }

    .hero-card--years {
        left: 0;
        top: 261px;
        width: 27.33%;
        height: 291px;
        min-height: 0 !important;
        padding: 45px 47px;
    }

    .hero-card--webapps {
        left: 27.9%;
        top: 261px;
        width: 32.67%;
        height: 568px;
        min-height: 0 !important;
    }

    .hero-card--ai {
        left: 0;
        top: 562px;
        width: 27.33%;
        height: 613px;
        min-height: 0 !important;
    }

    .hero-card--design {
        left: 27.9%;
        top: 839px;
        width: 32.67%;
        height: 336px;
        min-height: 0 !important;
        padding: 43px 47px;
    }

    .hero-card--ecom {
        left: 61.14%;
        top: 626px;
        width: 38.86%;
        height: 549px;
        min-height: 0 !important;
        padding: 43px 47px;
    }

    .hero-card__accent {
        font-size: clamp(72px, 5.68vw, 109px);
    }

    .hero-card__accent--large {
        font-size: clamp(110px, 10.52vw, 202px);
    }

    .hero-card--blue .hero-card__accent {
        font-size: clamp(100px, 8.59vw, 165px);
    }

    .hero-card__meta,
    .hero-card__stat-label {
        font-size: clamp(24px, 1.45vw, 28px);
    }

    .hero-card--outline h3,
    .hero-card--blue h3,
    .hero-card__text h3 {
        font-size: clamp(30px, 1.875vw, 36px);
        line-height: 1.18;
    }

    .hero-card--blue ul {
        font-size: clamp(24px, 1.56vw, 30px);
    }

    .hero-card__media {
        opacity: .52;
        border-radius: 50px;
    }

    .section-heading {
        display: none;
    }

    .services-list {
        padding-top: 0;
        padding-bottom: 96px;
    }

    .services-list__items {
        width: 100%;
        max-width: 1760px;
        margin-left: auto;
        margin-right: auto;
    }

    .service-card.is-open {
        column-gap: 80px;
    }

    .service-card.is-open .service-card__left {
        display: grid;
        grid-template-columns: 96px minmax(0, 535px);
        grid-template-rows: 535px auto;
        column-gap: 70px;
        row-gap: 28px;
        align-items: start;
    }

    .service-card.is-open .service-card__glyph {
        grid-column: 1;
        grid-row: 1;
        margin: 0;
    }

    .service-card.is-open .service-card__mockup {
        grid-column: 2;
        grid-row: 1;
        width: 535px;
        max-width: 100%;
        min-height: 535px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .section-heading {
        display: none;
    }
}

/* Services list visual parity: Figma cascade rows and standalone icons, 2026-06-23 */
@media (min-width: 1200px) {
    .services-list {
        padding-top: 63px;
    }

    .services-list__items {
        display: block;
        isolation: isolate;
    }

    .services-list__items .service-card {
        position: relative;
        border-top: 1px solid rgba(23, 88, 255, .68);
        border-bottom: 0;
        background: #fdfcf9;
    }

    .services-list__items .service-card:nth-child(1) { z-index: 1; }
    .services-list__items .service-card:nth-child(2) { z-index: 2; margin-top: -124px; }
    .services-list__items .service-card:nth-child(3) { z-index: 3; margin-top: -149px; }
    .services-list__items .service-card:nth-child(4) { z-index: 4; margin-top: -147px; }
    .services-list__items .service-card:nth-child(5) { z-index: 5; margin-top: -147px; }
    .services-list__items .service-card:nth-child(6) { z-index: 6; margin-top: -151px; }
    .services-list__items .service-card:nth-child(7) { z-index: 7; margin-top: -150px; border-bottom: 1px solid rgba(23, 88, 255, .68); }

    .services-list__items .service-card.is-open {
        z-index: 20;
    }

    .services-list__items .service-card.is-open ~ .service-card {
        z-index: 21;
    }

    .service-card__glyph {
        width: 62px;
        height: 62px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        transform: none;
    }

    .service-card__glyph::before,
    .service-card__glyph::after {
        content: "";
        position: absolute;
        display: block;
        background: var(--services-blue);
        border-radius: 0;
    }

    .service-card__glyph--square::after {
        left: 5px;
        top: 5px;
        width: 52px;
        height: 52px;
        border: 5px solid var(--services-blue);
        background: transparent;
    }

    .service-card__glyph--diamond::after {
        left: 10px;
        top: 10px;
        width: 42px;
        height: 42px;
        border: 5px solid var(--services-blue);
        background: transparent;
        transform: rotate(45deg);
    }

    .service-card__glyph--circle::after {
        left: 4px;
        top: 4px;
        width: 54px;
        height: 54px;
        border: 5px solid var(--services-blue);
        border-radius: 50%;
        background: transparent;
    }

    .service-card__glyph--triangle::after {
        left: 3px;
        top: 4px;
        width: 56px;
        height: 56px;
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
    }

    .service-card__glyph--hexagon::after {
        left: 2px;
        top: 5px;
        width: 58px;
        height: 52px;
        clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    }

    .service-card__glyph--plus::before {
        left: 7px;
        top: 28px;
        width: 48px;
        height: 6px;
    }

    .service-card__glyph--plus::after {
        left: 28px;
        top: 7px;
        width: 6px;
        height: 48px;
    }

    .service-card__glyph--infinity::before,
    .service-card__glyph--infinity::after {
        top: 15px;
        width: 28px;
        height: 28px;
        border: 5px solid var(--services-blue);
        border-radius: 50%;
        background: transparent;
    }

    .service-card__glyph--infinity::before {
        left: 6px;
        transform: rotate(-32deg);
    }

    .service-card__glyph--infinity::after {
        right: 6px;
        transform: rotate(32deg);
    }

    .service-card__toggle {
        z-index: 2;
    }
}

/* Services list gap correction after cascade pass, 2026-06-23 */
@media (min-width: 1200px) {
    .services-hero {
        padding-bottom: 63px;
    }

    .services-list {
        padding-top: 0;
    }
}

/* End */
/* /services/style.css?178223758144846 */
