/* ═══════════════════════════════════════════════════
   services.css — v2 Capabilities page
   Design system: matches homepage (home.css tokens)
   ═══════════════════════════════════════════════════ */

/* ── Page tokens ── */

.services-page {
    --srv-max-width: 1100px;
    --srv-gutter: 48px;
    --srv-frame: calc(var(--srv-max-width) + (var(--srv-gutter) * 2));
    --srv-shell: calc(var(--srv-frame) + (var(--srv-gutter) * 2));
    --srv-section-space: clamp(72px, 8vw, 104px);
    --srv-card-radius: 26px;
    --srv-border: 1px solid rgba(71, 0, 47, 0.09);
    --srv-soft: #FBF8F6;
    --srv-title-size: clamp(34px, 4vw, 54px);
    --srv-nav-height: 92px;
    background: #FFFFFF;
    color: var(--bordeaux-bg);
    overflow-x: clip;
}

.srv-shell {
    width: 100%;
    max-width: var(--srv-shell);
    margin: 0 auto;
    padding-inline: var(--srv-gutter);
    box-sizing: border-box;
    min-width: 0;
}

.srv-section { padding-block: var(--srv-section-space); }

/* ── Shared type ── */

.services-page .section-kicker {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary, #E87F00);
    margin: 0 0 0.75rem;
}

.srv-title {
    color: var(--bordeaux-bg);
    font-size: var(--srv-title-size);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.03em;
    margin: 0;
}

.srv-lead {
    margin: 0;
    max-width: 56ch;
    color: rgba(71, 0, 47, 0.9);
    font-family: "Metropolis Light", sans-serif;
    font-size: 18px;
    line-height: 1.65;
}

/* ── Buttons ── */

.services-page .button--primary {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    width: auto;
    min-width: 220px;
    padding: 0 28px;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1;
    height: 56px;
    border-radius: 999px;
    background: var(--primary-bg-orange);
    color: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0 16px 32px rgba(236, 107, 30, 0.18);
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.22s, box-shadow 0.22s, transform 0.22s;
}

.services-page .button--primary:hover,
.services-page .button--primary:focus {
    background-color: var(--bordeaux-bg);
    box-shadow: 0 18px 34px rgba(71, 0, 47, 0.18);
    transform: translateY(-1px);
}

.srv-ghost-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 700;
    color: var(--bordeaux-bg);
    text-decoration: none;
    border: 1.5px solid rgba(71, 0, 47, 0.1);
    border-radius: 999px;
    padding: 11px 26px;
    letter-spacing: -0.01em;
    transition: all 0.22s;
}

.srv-ghost-link:hover {
    color: #FFFFFF;
    background: var(--bordeaux-bg);
    border-color: var(--bordeaux-bg);
    box-shadow: 0 10px 22px rgba(71, 0, 47, 0.12);
    transform: translateY(-1px);
}

.srv-ghost-link .material-symbols-outlined { font-size: 16px; transition: transform 0.22s; }
.srv-ghost-link:hover .material-symbols-outlined { transform: translateX(3px); }

/* ── Nav (matches homepage structure) ── */

.services-page .nav-srv {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 120;
    height: var(--srv-nav-height);
    box-sizing: border-box;
    padding: 10px 0 0;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(71, 0, 47, 0.08);
    backdrop-filter: blur(18px);
    box-shadow: 0 8px 24px rgba(71, 0, 47, 0.06);
}

.services-page .nav-srv__inner {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    max-width: var(--srv-shell);
    margin: 0 auto;
    padding-inline: var(--srv-gutter);
    box-sizing: border-box;
}

.services-page .ol-logo { flex-shrink: 0; width: 168px; }
.services-page .ol-logo img { width: 100%; display: block; }
.services-page .ol-nav { gap: 32px; }
.services-page .ol-menu { align-items: center; display: flex; gap: clamp(18px, 2vw, 28px); }
.services-page .ol-menu a,
.services-page .ol-menu button { margin: 0; font-size: 18px; line-height: 1; color: var(--bordeaux-bg); }
.services-page .ol-menu button,
.services-page .ol-menu-sm,
.services-page .ol-cross { appearance: none; background: transparent; border: 0; padding: 0; }
.services-page .ol-menu button { font-family: inherit; font-size: inherit; font-weight: inherit; cursor: pointer; text-transform: none; text-align: left; }
.services-page .ol-button { margin-left: 0; }
.services-page .ol-button button {
    width: auto; min-width: 190px; height: 52px; padding: 0 28px; font-size: 18px;
    border-radius: 999px; background: var(--primary-bg-orange); color: #FFFFFF;
    border: 1px solid transparent; box-shadow: 0 14px 30px rgba(236, 107, 30, 0.18);
    cursor: pointer; transition: background-color 0.22s, box-shadow 0.22s, transform 0.22s;
}
.services-page .ol-button button:hover { background: var(--bordeaux-bg); box-shadow: 0 18px 34px rgba(71, 0, 47, 0.18); transform: translateY(-1px); }

@media (max-width: 1300px) {
    .services-page .ol-menu-sm {
        display: flex;
        align-items: center;
        width: 30px;
        margin-left: 20px;
        order: 1;
        cursor: pointer;
    }

    .services-page .ol-cross {
        width: 18px;
        top: 22px;
        right: 22px;
        z-index: 9;
        position: absolute;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .services-page .ol-menu {
        display: none;
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        width: min(320px, calc(100vw - 40px));
        height: auto;
        padding: 78px 28px 28px;
        gap: 18px;
        flex-direction: column;
        align-items: flex-start;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(71, 0, 47, 0.08);
        border-radius: 24px;
        box-shadow: 0 24px 50px rgba(71, 0, 47, 0.12);
        text-align: left;
    }

    .services-page .ol-menu a,
    .services-page .ol-menu button {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.1;
        text-align: left;
    }

    .services-page .ol-button {
        display: none;
    }

    .services-page .contact-button {
        display: flex;
    }
}

@media (max-width: 768px) {
    .services-page .ol-logo {
        width: 138px;
    }

    .services-page .nav-home__inner,
    .services-page .nav-srv__inner {
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .services-page .ol-logo {
        width: 124px;
    }

    .services-page .ol-menu {
        width: min(280px, calc(100vw - 24px));
        padding: 72px 24px 24px;
    }

    .services-page .ol-menu a,
    .services-page .ol-menu button {
        font-size: 22px;
    }
}


/* ═══════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════ */

.srv-hero {
    padding-top: calc(var(--srv-nav-height) + clamp(52px, 7vw, 96px));
    padding-bottom: clamp(48px, 6vw, 80px);
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 215, 168, 0.18) 0%, transparent 26%),
        radial-gradient(circle at 20% 80%, rgba(255, 231, 205, 0.28) 0%, transparent 32%),
        linear-gradient(135deg, rgba(255, 247, 239, 0.96), #fff 38%, rgba(255, 250, 244, 0.98) 70%, rgba(251, 245, 238, 0.96));
    box-shadow: inset 0 -1px 0 rgba(71, 0, 47, 0.06);
}

.srv-hero__content {
    display: grid;
    gap: clamp(12px, 1.5vw, 18px);
    max-width: 700px;
}

.srv-hero__eyebrow {
    margin: 0;
    color: var(--primary-bg-orange);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.srv-hero__title {
    color: var(--bordeaux-bg);
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: -0.05em;
    margin: 0;
    max-width: 16ch;
}

.srv-hero__title-accent { color: var(--primary-bg-orange); }

.srv-hero__lead {
    margin: 0;
    color: rgba(71, 0, 47, 0.86);
    font-family: "Metropolis Light", sans-serif;
    font-size: clamp(18px, 1.8vw, 22px);
    line-height: 1.65;
    max-width: 48ch;
}


/* ═══════════════════════════════════════════════════
   PILLAR DEEP-DIVES
   Each pillar is a full-width section with horizontal layout:
   left = text + capabilities, right = detail column
   ═══════════════════════════════════════════════════ */

.srv-pillar-section {
    border-bottom: 1px solid rgba(71, 0, 47, 0.06);
}

.srv-pillar-section:last-of-type {
    border-bottom: none;
}

/* Alternating soft background on middle pillar */
.srv-pillar-section--alt {
    background: var(--srv-soft);
}

.srv-pillar__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(36px, 5vw, 72px);
    align-items: start;
}

/* ── Pillar header (eyebrow + icon + title) ── */

.srv-pillar__header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 20px;
    row-gap: 0;
    margin-bottom: clamp(16px, 2vw, 24px);
}

.srv-pillar__eyebrow {
    display: block;
    grid-column: 1 / -1;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary, #E87F00);
    margin-bottom: 0.75rem;
}

.srv-pillar__icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 248, 241, 0.96), rgba(255, 252, 249, 1));
    border: 1px solid rgba(71, 0, 47, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.srv-pillar-section--alt .srv-pillar__icon {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.92) 100%);
}

.srv-pillar__icon .material-symbols-outlined {
    font-size: 38px;
    color: var(--primary-bg-orange);
    font-variation-settings: 'FILL' 0, 'wght' 220, 'GRAD' 0, 'opsz' 48;
}

.srv-pillar__name {
    margin: 0;
    max-width: 16ch;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 700;
    color: var(--bordeaux-bg);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

/* ── Pillar narrative text ── */

.srv-pillar__narrative {
    margin: 0 0 28px;
    max-width: 52ch;
    color: rgba(71, 0, 47, 0.78);
    font-family: "Metropolis Light", sans-serif;
    font-size: 16.5px;
    line-height: 1.65;
}

/* ── Capability tags (inline) ── */

.srv-pillar__capabilities {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
}

.srv-cap-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 14px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--bordeaux-bg);
    background: rgba(71, 0, 47, 0.03);
    border: 1px solid rgba(71, 0, 47, 0.07);
    border-radius: 999px;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: background 0.18s, border-color 0.18s;
}

.srv-cap-tag:hover {
    background: rgba(237, 114, 3, 0.06);
    border-color: rgba(237, 114, 3, 0.18);
}

.srv-cap-tag .material-symbols-outlined {
    font-size: 14px;
    color: var(--primary-bg-orange);
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
}

/* ── Right column: detail cards ── */

.srv-pillar__details {
    display: grid;
    gap: 14px;
    align-content: start;
}

.srv-detail-card {
    padding: 22px 24px;
    border-radius: 18px;
    background: #FFFFFF;
    border: var(--srv-border);
    box-shadow: 0 8px 24px rgba(71, 0, 47, 0.04);
    transition: box-shadow 0.22s, transform 0.18s;
}

.srv-pillar-section--alt .srv-detail-card {
    background: #FFFFFF;
    box-shadow: 0 12px 28px rgba(71, 0, 47, 0.06);
}

.srv-detail-card:hover {
    box-shadow: 0 14px 32px rgba(71, 0, 47, 0.08);
    transform: translateY(-1px);
}

.srv-detail-card__title {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: var(--bordeaux-bg);
    letter-spacing: -0.01em;
}

.srv-detail-card__text {
    margin: 0;
    color: rgba(71, 0, 47, 0.66);
    font-family: "Metropolis Light", sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.srv-detail-card__ai {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(71, 0, 47, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(180, 76, 0, 0.78);
    line-height: 1.5;
}

.srv-detail-card__ai .material-symbols-outlined {
    font-size: 14px;
    color: rgba(237, 114, 3, 0.86);
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
    flex-shrink: 0;
    margin-top: 1px;
}

.srv-detail-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(71, 0, 47, 0.05);
}

.srv-detail-card__ai + .srv-detail-card__links {
    border-top: none;
    padding-top: 4px;
}

.srv-detail-card__link {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    font-weight: 700;
    color: var(--bordeaux-bg);
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: color 0.18s, gap 0.18s;
}

.srv-detail-card__link:hover {
    color: var(--primary-bg-orange);
    gap: 6px;
}

.srv-detail-card__link .material-symbols-outlined {
    font-size: 12px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}


/* ═══════════════════════════════════════════════════
   WAYS WE WORK TOGETHER
   Flowing prose with inline highlights, not card grid
   ═══════════════════════════════════════════════════ */

.srv-ways {
    background: #FFFFFF;
}

.srv-ways__header {
    display: grid;
    gap: 12px;
    max-width: 680px;
    margin-bottom: clamp(28px, 3.5vw, 44px);
}

.srv-ways__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    grid-template-areas:
        "discovery development development"
        "embedded design consulting"
        "modernize modernize consulting";
    gap: 14px;
    align-items: stretch;
}

.srv-way {
    --srv-way-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 246, 0.94));
    --srv-way-border: rgba(71, 0, 47, 0.08);
    --srv-way-title: var(--bordeaux-bg);
    --srv-way-text: rgba(71, 0, 47, 0.74);
    --srv-way-icon-bg: rgba(255, 255, 255, 0.8);
    --srv-way-icon-border: rgba(71, 0, 47, 0.08);
    --srv-way-icon-color: var(--bordeaux-bg);
    position: relative;
    overflow: hidden;
    min-height: 154px;
    height: 100%;
    padding: 20px 18px;
    border-radius: var(--srv-card-radius);
    background: var(--srv-way-bg);
    border: 1px solid var(--srv-way-border);
    box-shadow: 0 12px 28px rgba(71, 0, 47, 0.04);
    display: flex;
    flex-direction: column;
    transition: border-color 0.22s, box-shadow 0.22s, transform 0.18s, background 0.22s;
}

.srv-way::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    right: -36px;
    bottom: -58px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(71, 0, 47, 0.05) 0%, rgba(71, 0, 47, 0) 72%);
    pointer-events: none;
}

.srv-way:hover {
    border-color: rgba(71, 0, 47, 0.14);
    box-shadow: 0 18px 34px rgba(71, 0, 47, 0.08);
    transform: translateY(-1px);
}

.srv-way__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: var(--srv-way-icon-bg);
    border: 1px solid var(--srv-way-icon-border);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.srv-way__icon .material-symbols-outlined {
    font-size: 24px;
    color: var(--srv-way-icon-color);
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.srv-way__title {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 700;
    color: var(--srv-way-title);
    line-height: 1.15;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
}

.srv-way__desc {
    margin: 0;
    color: var(--srv-way-text);
    font-family: "Metropolis Light", sans-serif;
    font-size: 14px;
    line-height: 1.48;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.srv-way--discovery {
    grid-area: discovery;
    --srv-way-bg: linear-gradient(180deg, #FFFDF9 0%, #F7EFE6 100%);
    --srv-way-border: rgba(108, 76, 48, 0.12);
    --srv-way-icon-color: #6E4A33;
}

.srv-way--development {
    grid-area: development;
    --srv-way-bg: linear-gradient(135deg, #47002F 0%, #6B1F49 100%);
    --srv-way-border: rgba(71, 0, 47, 0.18);
    --srv-way-title: #FFFFFF;
    --srv-way-text: rgba(255, 255, 255, 0.78);
    --srv-way-icon-bg: rgba(255, 255, 255, 0.1);
    --srv-way-icon-border: rgba(255, 255, 255, 0.16);
    --srv-way-icon-color: #FFE8D0;
}

.srv-way--embedded {
    grid-area: embedded;
    --srv-way-bg: linear-gradient(180deg, #F6F2F5 0%, #EEE7EC 100%);
    --srv-way-border: rgba(71, 0, 47, 0.09);
    --srv-way-icon-color: #5E2545;
}

.srv-way--consulting {
    grid-area: consulting;
    --srv-way-bg: linear-gradient(180deg, #F4EEF2 0%, #E9DEE6 100%);
    --srv-way-border: rgba(71, 0, 47, 0.12);
    --srv-way-icon-color: #4F1837;
    box-shadow: 0 18px 38px rgba(71, 0, 47, 0.07);
}

.srv-way--modernize {
    grid-area: modernize;
    --srv-way-bg: linear-gradient(180deg, #F4F1F3 0%, #EBE6EA 100%);
    --srv-way-border: rgba(71, 0, 47, 0.1);
    --srv-way-icon-color: #5C3150;
}

.srv-way--design {
    grid-area: design;
    --srv-way-bg: linear-gradient(180deg, #FFFDFC 0%, #F7F3F1 100%);
    --srv-way-border: rgba(71, 0, 47, 0.08);
    --srv-way-icon-color: #6E455A;
}

.srv-way--primary {
    min-height: 182px;
    padding: 24px 22px;
    box-shadow: 0 18px 38px rgba(71, 0, 47, 0.08);
}

.srv-way--primary .srv-way__icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    margin-bottom: 16px;
}

.srv-way--primary .srv-way__icon .material-symbols-outlined {
    font-size: 28px;
}

.srv-way--primary .srv-way__title {
    font-size: 18px;
}

.srv-way--highlight {
    padding-left: 24px;
    box-shadow: 0 12px 28px rgba(71, 0, 47, 0.05);
}

.srv-way--highlight:hover {
    box-shadow: 0 18px 34px rgba(71, 0, 47, 0.08);
}

.srv-way--development::after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 72%);
}

.srv-way--consulting::after {
    background: radial-gradient(circle, rgba(71, 0, 47, 0.08) 0%, rgba(71, 0, 47, 0) 72%);
}





/* ═══════════════════════════════════════════════════
   CTA
   ═══════════════════════════════════════════════════ */

.srv-cta {
    padding-top: clamp(44px, 5vw, 72px);
    padding-bottom: clamp(52px, 6vw, 88px);
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 221, 183, 0.2) 0%, rgba(255, 221, 183, 0) 28%),
        radial-gradient(circle at 18% 78%, rgba(244, 226, 234, 0.36) 0%, rgba(244, 226, 234, 0) 32%),
        #FFFFFF;
}

.srv-cta__panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
    padding: clamp(30px, 4vw, 42px);
    border-radius: clamp(30px, 3vw, 40px);
    background: linear-gradient(135deg, #FFFDFB 0%, #F7F1EC 54%, #F3EBF0 100%);
    border: 1px solid rgba(71, 0, 47, 0.08);
    box-shadow: 0 22px 46px rgba(71, 0, 47, 0.08);
}

.srv-cta__panel::before,
.srv-cta__panel::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.srv-cta__panel::before {
    width: clamp(220px, 24vw, 340px);
    height: clamp(220px, 24vw, 340px);
    top: -120px;
    right: -80px;
    background: radial-gradient(circle, rgba(237, 114, 3, 0.14) 0%, rgba(237, 114, 3, 0) 72%);
}

.srv-cta__panel::after {
    width: clamp(180px, 18vw, 260px);
    height: clamp(180px, 18vw, 260px);
    left: -74px;
    bottom: -120px;
    background: radial-gradient(circle, rgba(71, 0, 47, 0.09) 0%, rgba(71, 0, 47, 0) 72%);
}

.srv-cta__content,
.srv-cta__action {
    position: relative;
    z-index: 1;
}

.srv-cta__content {
    display: grid;
    gap: 14px;
}

.srv-cta__eyebrow {
    margin: 0;
    color: var(--primary-bg-orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.srv-cta__action {
    display: grid;
    gap: 12px;
    justify-items: start;
}

.srv-cta__title {
    margin: 0;
    color: var(--bordeaux-bg);
    font-size: clamp(32px, 3.8vw, 50px);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.04em;
    max-width: 11ch;
}

.srv-cta__body {
    margin: 0;
    color: rgba(71, 0, 47, 0.76);
    font-family: "Metropolis Light", sans-serif;
    font-size: 17px;
    line-height: 1.62;
    max-width: 42ch;
}

.srv-cta .button--primary {
    min-width: 286px;
    height: 58px;
    padding: 0 34px;
    box-shadow: 0 18px 34px rgba(236, 107, 30, 0.22);
}

.srv-cta__note {
    margin: 0;
    color: rgba(71, 0, 47, 0.58);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


/* ═══════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════ */

@media (max-width: 900px) {
    .srv-pillar__layout {
        grid-template-columns: 1fr;
    }

    .srv-ways__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "discovery development"
            "embedded consulting"
            "modernize consulting"
            "design design";
    }
}

@media (max-width: 768px) {
    .services-page { --srv-gutter: 24px; }

    .srv-hero__title { font-size: clamp(34px, 8vw, 48px); }

    .srv-pillar__header { column-gap: 14px; }

    .srv-pillar__icon { width: 60px; height: 60px; border-radius: 18px; }
    .srv-pillar__icon .material-symbols-outlined { font-size: 32px; }
    .srv-pillar__name { font-size: 24px; }

    .srv-ways__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "discovery"
            "development"
            "embedded"
            "consulting"
            "modernize"
            "design";
    }

    .srv-way,
    .srv-way--primary {
        min-height: 0;
    }

    .srv-cta__panel {
        grid-template-columns: 1fr;
        gap: 22px;
        text-align: left;
    }

    .srv-cta__title,
    .srv-cta__body {
        max-width: none;
    }

    .srv-cta__action {
        justify-items: start;
    }

    .srv-cta .button--primary {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .srv-pillar__icon { width: 54px; height: 54px; border-radius: 16px; }
    .srv-pillar__icon .material-symbols-outlined { font-size: 28px; }
    .srv-pillar__name { font-size: 22px; }
}

/* ── Fade-in ── */

.fade-in {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}
