.technologies-page {
    isolation: isolate;
    overflow-x: clip;
    overflow-y: visible;
    background:
        linear-gradient(180deg, rgba(0, 167, 160, 0.07), transparent 18%),
        linear-gradient(180deg, transparent 34%, rgba(198, 31, 61, 0.055) 74%, transparent 100%);
}

[data-tech-hero-copy],
[data-tech-hero-cta],
[data-tech-card] {
    will-change: transform, opacity;
}

.technologies-page:not(.is-technologies-ready) [data-tech-hero-copy],
.technologies-page:not(.is-technologies-ready) [data-tech-hero-cta] {
    opacity: 0;
}

.technologies-hero,
.technology-section,
.technologies-final-cta {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.technologies-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    min-height: 100vh;
    padding: 148px 0 80px;
}

.technologies-hero::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 0;
    width: 100vw;
    transform: translateX(-50%);
    background-image:
        linear-gradient(90deg, rgba(5, 5, 9, 0.2), rgba(5, 5, 9, 0.08)),
        url("/assets/img/technologies_Hero.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    pointer-events: none;
}

.technologies-hero::after,
.technology-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}

.technologies-hero::after {
    bottom: 0;
    z-index: 1;
}

.technologies-hero__content {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin-left: auto;
    text-align: right;
}

.technologies-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(245, 247, 251, 0.7);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.technologies-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, var(--color-primary), rgba(255, 255, 255, 0.1));
}

.technologies-hero__title {
    max-width: 1320px;
    margin-top: 22px;
    margin-left: auto;
    color: #fff;
    font-size: clamp(2.45rem, 4.8vw, 4.35rem);
    line-height: 1.06;
    font-weight: 700;
}

.technologies-hero__lead {
    max-width: 1120px;
    margin-top: 28px;
    margin-left: auto;
    color: rgba(245, 247, 251, 0.82);
    font-size: clamp(1.05rem, 1.35vw, 1.28rem);
    line-height: 1.68;
}

.technologies-hero__text {
    max-width: 1120px;
    margin-top: 18px;
    margin-left: auto;
    color: rgba(245, 247, 251, 0.68);
    font-size: clamp(0.98rem, 1.08vw, 1.12rem);
    line-height: 1.72;
}

.technologies-hero__actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 42px;
}

.technology-domain-card__stack span,
.technology-matrix__filters button,
.technology-chip {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
        rgba(8, 12, 18, 0.74);
    color: rgba(245, 247, 251, 0.78);
}

.technology-matrix__filters button:hover,
.technology-matrix__filters button:focus-visible,
.technology-matrix__filters button.is-active {
    border-color: rgba(0, 167, 160, 0.42);
    background-color: rgba(0, 167, 160, 0.08);
    color: #ffffff;
    outline: none;
}

.technology-section {
    position: relative;
    padding: 104px 0;
}

.technology-section::before {
    top: 0;
}

.vendor-approach {
    width: 100%;
    margin: 0;
    padding: 112px 0;
    background:
        linear-gradient(180deg, rgba(5, 7, 12, 0.12), rgba(255, 255, 255, 0.025)),
        radial-gradient(circle at 84% 18%, rgba(0, 167, 160, 0.08), transparent 26%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stack-summary {
    position: relative;
    width: min(1320px, calc(100% - 48px));
    margin: 56px auto 0;
    padding: 28px 32px 32px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background:
        radial-gradient(circle at 10% 4%, rgba(0, 167, 160, 0.26), transparent 22%),
        linear-gradient(180deg, rgba(10, 12, 16, 0.98), rgba(12, 14, 20, 0.98));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.stack-summary::before {
    display: none;
}

.technology-domains-intro {
    padding-bottom: 32px;
}

.technology-domains-intro .technology-section__header {
    max-width: none;
}

.technology-domains-intro__copy h2 {
    max-width: none;
    margin-top: 0;
    font-size: clamp(2rem, 3.6vw, 3.7rem);
    line-height: 1.08;
    font-weight: 700;
}

.technology-domains-intro .technology-domains-intro__copy p {
    width: 100%;
    max-width: none;
    margin-top: 10px;
}

.stack-summary .technology-section__header {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.stack-summary .technology-section__header h2 {
    max-width: 760px;
    margin-top: 0;
    margin-left: auto;
    color: rgba(245, 247, 251, 0.95);
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.06;
    font-weight: 300;
    letter-spacing: -0.04em;
    text-align: right;
}

.stack-summary .technology-section__header p {
    max-width: 700px;
    margin-top: 0;
    margin-left: auto;
    color: rgba(245, 247, 251, 0.88);
    font-size: clamp(1rem, 1.25vw, 1.2rem);
    line-height: 1.75;
    text-align: right;
}

.stack-summary .technology-section__header h2::after {
    content: "";
    display: block;
    width: min(100vw, 1256px);
    height: 1px;
    margin: 24px 0 0 auto;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.18) 12%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.18) 88%,
        transparent 100%
    );
}

.vendor-approach::before {
    display: none;
}

.vendor-approach > .technology-section__header,
.vendor-approach > .vendor-approach__grid {
    width: min(1320px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

.technology-section__header {
    max-width: 960px;
}

.technology-section__header h2 {
    margin-top: 16px;
    color: #fff;
    font-size: clamp(2.35rem, 4.4vw, 4.55rem);
    line-height: 1.02;
    font-weight: 800;
}

.technology-domains-intro .technology-section__header h2 {
    margin-top: 0;
    font-size: clamp(2rem, 3.6vw, 3.7rem);
    line-height: 1.08;
    font-weight: 700;
}

.technology-section__header p {
    max-width: 820px;
    margin-top: 22px;
    color: rgba(245, 247, 251, 0.74);
    font-size: clamp(1rem, 1.2vw, 1.18rem);
    line-height: 1.75;
}

.technology-domains__grid {
    display: grid;
    grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
    gap: clamp(44px, 6vw, 112px);
    align-items: start;
    margin-top: 42px;
}

.technology-domains__nav {
    position: sticky;
    top: calc(var(--header-height) + 38px);
    align-self: start;
}

.technology-domain-nav {
    position: relative;
    display: grid;
    gap: 2px;
    padding: 10px 0 10px 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.technology-domain-nav__indicator {
    position: absolute;
    left: -1px;
    top: 10px;
    width: 2px;
    height: 54px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--color-primary), var(--color-secondary));
    box-shadow:
        0 0 18px rgba(0, 167, 160, 0.38),
        0 0 30px rgba(198, 31, 61, 0.14);
    transform: translateY(0);
    will-change: transform, height;
}

.technology-domain-nav__indicator::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 167, 160, 0.72);
    transform: translate(-50%, -50%);
}

.technology-domain-nav__item {
    position: relative;
    display: block;
    width: 100%;
    padding: 18px 0 18px 22px;
    border: 0;
    background: transparent;
    color: rgba(245, 247, 251, 0.58);
    font-family: inherit;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
    transition: color 0.26s ease, opacity 0.26s ease, transform 0.26s ease, text-shadow 0.26s ease;
}

.technology-domain-nav__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 1px;
    background: rgba(245, 247, 251, 0.34);
    transform: translateY(-50%) scaleX(1);
    transform-origin: left center;
    transition: background-color 0.26s ease, transform 0.26s ease;
}

.technology-domain-nav__item:hover,
.technology-domain-nav__item:focus-visible,
.technology-domain-nav__item.is-active {
    color: #fff;
    opacity: 1;
    outline: none;
}

.technology-domain-nav__item.is-active {
    transform: translateX(4px);
    text-shadow: 0 0 18px rgba(0, 167, 160, 0.18);
}

.technology-domain-nav__item.is-active::before {
    background: rgba(0, 167, 160, 0.92);
    transform: translateY(-50%) scaleX(1.65);
}

.technology-domains__panels {
    display: grid;
    gap: clamp(34px, 5vw, 64px);
}

.technology-domain-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: min(620px, 72vh);
    padding: clamp(30px, 4.2vw, 58px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-left-color: rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
        linear-gradient(180deg, rgba(17, 23, 32, 0.92), rgba(9, 12, 18, 0.98));
    box-shadow:
        inset 1px 0 0 rgba(0, 167, 160, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    opacity: 0.58;
    transition:
        border-color 0.24s ease,
        opacity 0.24s ease,
        box-shadow 0.24s ease,
        transform 0.24s ease;
    overflow: hidden;
}

.technology-domain-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(0, 167, 160, 0.52), rgba(255, 255, 255, 0.08), rgba(198, 31, 61, 0.28));
    opacity: 0;
    pointer-events: none;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    transition: opacity 0.2s ease;
}

.technology-domain-card:hover::before,
.technology-domain-card.is-hovered::before {
    opacity: 1;
}

.technology-domain-card:hover,
.technology-domain-card.is-hovered,
.technology-domain-card.is-active {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.14);
    border-left-color: rgba(0, 167, 160, 0.46);
    opacity: 1;
    box-shadow:
        inset 1px 0 0 rgba(0, 167, 160, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 24px 54px rgba(0, 0, 0, 0.3);
}

.technology-domain-card.is-active::before {
    opacity: 1;
}

.technology-domain-card[data-tech-domain-panel="security"],
.technology-domain-card[data-tech-domain-panel="cloud"],
.technology-domain-card[data-tech-domain-panel="development"] {
    min-height: auto;
    padding: clamp(24px, 3vw, 40px);
}

.technology-domain-card[data-tech-domain-panel="security"] {
    background:
        linear-gradient(90deg, rgba(5, 9, 14, 0.9), rgba(5, 9, 14, 0.68) 46%, rgba(5, 9, 14, 0.88)),
        linear-gradient(180deg, rgba(0, 167, 160, 0.18), rgba(198, 31, 61, 0.08)),
        url("../img/common_CardBackground1.png") center / cover no-repeat;
}

.technology-domain-card[data-tech-domain-panel="cloud"] {
    background:
        linear-gradient(90deg, rgba(5, 9, 14, 0.9), rgba(5, 9, 14, 0.66) 48%, rgba(5, 9, 14, 0.88)),
        linear-gradient(180deg, rgba(0, 167, 160, 0.15), rgba(198, 31, 61, 0.09)),
        url("../img/common_CardBackground2.png") center / cover no-repeat;
}

.technology-domain-card[data-tech-domain-panel="development"] {
    background:
        linear-gradient(90deg, rgba(5, 9, 14, 0.9), rgba(5, 9, 14, 0.66) 48%, rgba(5, 9, 14, 0.88)),
        linear-gradient(180deg, rgba(0, 167, 160, 0.15), rgba(198, 31, 61, 0.09)),
        url("../img/home_WhatWeDo.png") center / cover no-repeat;
}

.technology-domain-card[data-tech-domain-panel="integration"] {
    background:
        linear-gradient(90deg, rgba(5, 9, 14, 0.9), rgba(5, 9, 14, 0.66) 48%, rgba(5, 9, 14, 0.88)),
        linear-gradient(180deg, rgba(0, 167, 160, 0.15), rgba(198, 31, 61, 0.09)),
        url("../img/common_CardBackground3.png") center / cover no-repeat;
}

.technology-domain-card[data-tech-domain-panel="governance"] {
    background:
        linear-gradient(90deg, rgba(5, 9, 14, 0.9), rgba(5, 9, 14, 0.66) 48%, rgba(5, 9, 14, 0.88)),
        linear-gradient(180deg, rgba(0, 167, 160, 0.15), rgba(198, 31, 61, 0.09)),
        url("../img/common_CardBackground4.png") center / cover no-repeat;
}

.technology-domain-card__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.technology-domain-card__icon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.technology-domain-card__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.technology-domain-card__heading .technology-domain-card__icon {
    flex: 0 0 auto;
}

.technology-domain-card h3 {
    margin-top: 30px;
    color: #fff;
    font-size: clamp(2rem, 4.2vw, 4.5rem);
    line-height: 1.04;
    font-weight: 800;
}

.technology-domain-card__heading h3 {
    margin-top: 0;
}

.technology-domain-card[data-tech-domain-panel="security"] h3,
.technology-domain-card[data-tech-domain-panel="cloud"] h3,
.technology-domain-card[data-tech-domain-panel="development"] h3 {
    font-size: clamp(2rem, 3.3vw, 3.45rem);
    line-height: 1.02;
}

.technology-domain-card h4 {
    margin-top: 18px;
    color: #fff;
    font-size: clamp(1.35rem, 2.4vw, 2.35rem);
    line-height: 1.16;
    font-weight: 800;
}

.technology-domain-card[data-tech-domain-panel="security"] > h4,
.technology-domain-card[data-tech-domain-panel="cloud"] > h4,
.technology-domain-card[data-tech-domain-panel="development"] > h4 {
    margin-top: 14px;
    font-size: clamp(1.24rem, 1.9vw, 1.9rem);
}

.technology-domain-card p {
    margin-top: 18px;
    color: rgba(245, 247, 251, 0.74);
    line-height: 1.68;
}

.technology-domain-card[data-tech-domain-panel="security"] > p,
.technology-domain-card[data-tech-domain-panel="cloud"] > p,
.technology-domain-card[data-tech-domain-panel="development"] > p {
    max-width: 940px;
    margin-top: 10px;
    font-size: 0.98rem;
    line-height: 1.55;
}

.technology-domain-card[data-tech-domain-panel="security"] > p + p,
.technology-domain-card[data-tech-domain-panel="cloud"] > p + p,
.technology-domain-card[data-tech-domain-panel="development"] > p + p {
    margin-top: 6px;
}

.technology-domain-card__technology-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
    margin-top: 12px;
}

.technology-domain-card__technology-list h5 {
    margin: 0;
    color: #fff;
    font-size: clamp(0.98rem, 1.15vw, 1.12rem);
    line-height: 1.22;
    font-weight: 800;
}

.technology-domain-card__technology-list p {
    margin-top: 4px;
    color: rgba(245, 247, 251, 0.68);
    font-size: 0.9rem;
    line-height: 1.45;
}

.technology-domain-card__text-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 30px;
    margin-top: clamp(24px, 3.2vw, 42px);
}

.technology-domain-card__text-grid span {
    display: block;
    margin-bottom: 11px;
    color: rgba(245, 247, 251, 0.96);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.technology-domain-card__text-grid p {
    margin: 0;
    color: rgba(245, 247, 251, 0.68);
    font-size: 0.98rem;
    line-height: 1.7;
}

.technology-domain-card__stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.technology-domain-card__stack {
    margin-top: 0;
    padding-top: 28px;
}

.technology-domain-card__stack span,
.technology-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 10px;
    font-size: 0.82rem;
    font-weight: 700;
}

.vendor-approach__grid article {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
        rgba(9, 12, 18, 0.86);
}

.technology-matrix__filters button {
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: rgba(245, 247, 251, 0.72);
    font-weight: 800;
    text-align: left;
}

.vendor-approach__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.vendor-approach__grid article {
    min-height: 300px;
    padding: 30px;
}

.vendor-approach__grid span {
    color: var(--color-primary);
    font-weight: 800;
}

.vendor-approach__grid h3 {
    margin-top: 28px;
    color: #fff;
    font-size: clamp(1.45rem, 1.7vw, 2rem);
    line-height: 1.12;
    font-weight: 800;
}

.vendor-approach__grid p {
    margin-top: 16px;
    color: rgba(245, 247, 251, 0.72);
    line-height: 1.7;
}

.technology-matrix__toolbar {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-top: 36px;
}

.technology-matrix__count {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: rgba(245, 247, 251, 0.74);
}

.technology-matrix__count strong {
    color: #fff;
    font-size: 2rem;
}

.technology-matrix__toolbar input {
    width: min(360px, 100%);
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(8, 12, 18, 0.86);
    color: #fff;
}

.technology-matrix__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.technology-matrix__filters button {
    padding: 0 14px;
}

.technology-matrix__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.technology-matrix__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 22px;
    padding: 0 18px;
    border: 1px solid rgba(0, 167, 160, 0.34);
    border-radius: 8px;
    background: rgba(0, 167, 160, 0.08);
    color: #ffffff;
    font-weight: 800;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.technology-matrix__toggle:hover,
.technology-matrix__toggle:focus-visible {
    border-color: rgba(0, 167, 160, 0.58);
    background: rgba(0, 167, 160, 0.14);
    outline: none;
    transform: translateY(-2px);
}

.technology-chip {
    min-height: 38px;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.technology-chip.is-highlighted {
    border-color: rgba(0, 167, 160, 0.42);
    background-color: rgba(0, 167, 160, 0.1);
}

.technology-chip.is-hidden {
    display: none;
}

.technologies-final-cta {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    margin-top: 28px;
    margin-bottom: 64px;
    padding: 40px 72px 46px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.12), transparent 22%),
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.08), transparent 20%),
        radial-gradient(circle at 88% 78%, rgba(0, 167, 160, 0.16), transparent 24%),
        linear-gradient(135deg, #06215B 0%, #071017 52%, #00857f 130%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.technologies-final-cta::after {
    content: none;
}

.technologies-final-cta > * {
    position: relative;
    z-index: 1;
}

.technologies-final-cta > div:first-child {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.technologies-final-cta__rule {
    width: 100%;
    height: 1px;
    margin-top: 24px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.18) 12%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.18) 88%,
        transparent 100%
    );
}

.technologies-final-cta h2 {
    max-width: 760px;
    margin: 0 0 0 auto;
    color: rgba(245, 247, 251, 0.95);
    font-size: clamp(2.2rem, 4vw, 4rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.04em;
    text-align: right;
}

.technologies-final-cta .technologies-kicker,
.technologies-final-cta p {
    color: rgba(255, 255, 255, 0.86);
}

.technologies-final-cta p {
    max-width: 780px;
    margin: 18px 0 0 auto;
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    line-height: 1.5;
    text-align: right;
}

.technologies-final-cta .technologies-kicker::before {
    background: rgba(255, 255, 255, 0.64);
}

.technologies-final-cta__actions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 14px;
}

.technologies-final-cta .section-cta {
    font-size: 1rem;
}

.technologies-final-cta .section-cta--danger {
    order: 2;
}

.technologies-final-cta .section-cta:hover {
    transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
    .technology-domain-card,
    .technology-domain-nav__item,
    .technology-domain-nav__item::before,
    .section-cta,
    .technology-matrix__filters button {
        transition: none;
    }
}

@media (max-width: 1200px) {
    .technology-domains__grid {
        grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
        gap: 34px;
    }
}

@media (max-width: 1100px) {
    .technologies-hero {
        padding-top: 132px;
    }

    .vendor-approach__grid {
        grid-template-columns: 1fr;
    }

    .technology-domains__grid {
        grid-template-columns: 1fr;
    }

    .technology-domains__nav {
        position: sticky;
        top: var(--header-height);
        z-index: 5;
        margin-inline: -1px;
        padding: 10px 0;
        background: linear-gradient(180deg, rgba(5, 9, 14, 0.96), rgba(5, 9, 14, 0.82));
        backdrop-filter: blur(16px);
    }

    .technology-domain-nav {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding: 0 0 12px;
        border-left: 0;
        scrollbar-width: thin;
    }

    .technology-domain-nav__indicator {
        display: none;
    }

    .technology-domain-nav__item {
        flex: 0 0 auto;
        width: auto;
        min-height: 44px;
        padding: 11px 14px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.04);
        font-size: 0.9rem;
        white-space: nowrap;
    }

    .technology-domain-nav__item::before {
        display: none;
    }

    .technology-domain-nav__item.is-active {
        transform: none;
        border-color: rgba(0, 167, 160, 0.42);
        background: rgba(0, 167, 160, 0.12);
    }
}

@media (max-width: 760px) {
    .technologies-hero,
    .technology-section,
    .technologies-final-cta {
        width: min(100% - 48px, 1320px);
    }

    .stack-summary {
        width: min(100% - 48px, 1320px);
    }

    .technologies-hero {
        gap: 44px;
        padding: 92px 0 60px;
    }

    .technologies-hero__title {
        font-size: clamp(2.45rem, 12vw, 4.2rem);
    }

    .technologies-final-cta .section-cta {
        width: 100%;
        justify-content: center;
    }

    .technologies-final-cta__actions {
        justify-content: stretch;
    }

    .technologies-final-cta {
        align-items: flex-start;
        margin-top: 18px;
        margin-bottom: 40px;
        padding: 28px 24px 36px;
        border-radius: 10px;
    }

    .technologies-final-cta > div:first-child,
    .technologies-final-cta h2,
    .technologies-final-cta p {
        margin-left: 0;
        text-align: left;
    }

    .technology-section {
        padding: 72px 0;
    }

    .stack-summary {
        padding: 28px 32px 32px;
    }

    .stack-summary .technology-section__header {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .vendor-approach {
        padding: 78px 0;
    }

    .vendor-approach > .technology-section__header,
    .vendor-approach > .vendor-approach__grid {
        width: min(100% - 48px, 1320px);
    }

    .technology-domains__grid {
        grid-template-columns: 1fr;
    }

    .technology-domain-card,
    .technology-domain-card--wide {
        min-height: auto;
        padding: 24px;
    }

    .technology-domain-card__text-grid {
        grid-template-columns: 1fr;
    }

    .technology-domain-card__technology-list {
        grid-template-columns: 1fr;
    }

    .technology-matrix__toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .technologies-final-cta {
        align-items: start;
        margin-bottom: 54px;
        padding: 36px 24px;
    }
}

@media (max-width: 640px) {
    .technologies-hero,
    .technology-section,
    .technologies-final-cta,
    .vendor-approach > .technology-section__header,
    .vendor-approach > .vendor-approach__grid {
        width: min(100% - 32px, 1320px);
    }

    .stack-summary {
        width: min(100% - 32px, 1320px);
        padding: 22px 22px 20px;
    }

    .stack-summary .technology-section__header {
        width: 100%;
    }

    .stack-summary .technology-section__header h2,
    .stack-summary .technology-section__header p {
        max-width: 100%;
        margin-left: 0;
        text-align: left;
    }

    .technologies-hero {
        padding: 108px 0 36px;
    }

    .technologies-hero__content {
        margin-left: 0;
        text-align: left;
    }

    .technologies-hero__title,
    .technologies-hero__lead,
    .technologies-hero__text {
        margin-left: 0;
    }

    .technologies-hero__actions {
        justify-content: flex-start;
    }
}
