﻿/* =========================================================
   COSHIFT STUDIO
   SERVICES OVERVIEW PAGE
   Compact typography and above-the-fold hero
   ========================================================= */


/* =========================================================
   1. PAGE-SPECIFIC HEADING SCALE
   ========================================================= */

.services-needs .section-heading h2,
.service-feature__content h2,
.service-monthly__heading h2,
.service-content-design__content h2,
.service-support .section-heading h2,
.service-addons__heading h2,
.service-guide .section-heading h2,
.service-process__content h2 {
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.08;
}

.services-final-cta h2 {
    font-size: clamp(2.1rem, 3.4vw, 3.65rem);
    line-height: 1.08;
}

.need-card h3,
.service-package h3,
.support-card h3,
.guide-card h3,
.addon-card h3,
.service-process__steps h3 {
    letter-spacing: -0.03em;
}


/* =========================================================
   2. SERVICES HERO
   ========================================================= */

.services-hero {
    position: relative;
    min-height: calc(100svh - 82px);
    overflow: hidden;
    padding: clamp(30px, 3vw, 44px) 0 clamp(30px, 3vw, 44px);
    background: linear-gradient( 135deg, var(--paper) 0%, #F8F7F4 44%, var(--blue-pale) 100% );
}

.services-hero__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(440px, 1.06fr);
    align-items: center;
    gap: clamp(34px, 4vw, 62px);
}

.services-hero__content {
    position: relative;
    z-index: 4;
}

    .services-hero__content .eyebrow {
        margin-bottom: 15px;
    }

    .services-hero__content h1 {
        max-width: 590px;
        margin-bottom: 16px;
        font-size: clamp(2.15rem, 3vw, 3.35rem);
        line-height: 1.04;
    }

.services-hero__copy {
    max-width: 600px;
    margin-bottom: 20px;
    color: var(--slate);
    font-size: clamp(0.96rem, 1vw, 1.05rem);
    line-height: 1.58;
}

.services-hero__actions {
    margin-top: 0;
    gap: 12px;
}

.services-hero__grid {
    position: absolute;
    inset: 0;
    opacity: 0.3;
    background-image: linear-gradient( rgba(74, 103, 232, 0.07) 1px, transparent 1px ), linear-gradient( 90deg, rgba(74, 103, 232, 0.07) 1px, transparent 1px );
    background-size: 52px 52px;
    -webkit-mask-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.75), transparent 94% );
    mask-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.75), transparent 94% );
}

.services-hero__orb {
    width: 560px;
    height: 560px;
}

.services-hero__orb--blue {
    top: -235px;
    right: -125px;
}

.services-hero__orb--teal {
    bottom: -315px;
    left: 24%;
}


/* =========================================================
   3. SERVICES MAP
   ========================================================= */

.services-hero__visual {
    position: relative;
    min-height: 440px;
}

.services-map {
    position: relative;
    width: 100%;
    height: 440px;
}

    .services-map::before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 350px;
        height: 350px;
        transform: translate(-50%, -50%);
        border: 1px solid rgba(74, 103, 232, 0.12);
        border-radius: 50%;
        content: "";
    }

    .services-map::after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 265px;
        height: 265px;
        transform: translate(-50%, -50%);
        border: 1px dashed rgba(47, 156, 149, 0.22);
        border-radius: 50%;
        content: "";
        animation: servicesOrbit 28s linear infinite;
    }

.services-map__centre {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: flex;
    width: 190px;
    height: 190px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 26px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(74, 103, 232, 0.22);
    border-radius: 50%;
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.96), rgba(233, 237, 255, 0.92) );
    box-shadow: var(--shadow-large);
    text-align: center;
    backdrop-filter: blur(18px);
}

.services-map__centre-label {
    display: block;
    margin-bottom: 7px;
    color: var(--blue);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.services-map__centre strong {
    display: block;
    margin-bottom: 5px;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 1.7rem;
    letter-spacing: -0.06em;
}

.services-map__centre > span:last-child {
    max-width: 140px;
    color: var(--slate);
    font-size: 0.63rem;
    line-height: 1.4;
}

.services-map__item {
    position: absolute;
    z-index: 7;
    display: flex;
    min-width: 160px;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-medium);
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 800;
    backdrop-filter: blur(14px);
    transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

    .services-map__item:hover {
        transform: translateY(-5px) scale(1.02);
        border-color: rgba(74, 103, 232, 0.32);
        box-shadow: var(--shadow-large);
    }

.services-map__icon {
    display: grid;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    place-items: center;
    border-radius: 11px;
    background: var(--blue-pale);
    color: var(--blue);
    font-size: 0.68rem;
}

.services-map__item--website {
    top: 20px;
    left: 10%;
    animation: serviceFloatOne 6.5s ease-in-out infinite;
}

.services-map__item--monthly {
    top: 60px;
    right: 0;
    animation: serviceFloatTwo 7.5s ease-in-out infinite;
}

.services-map__item--content {
    top: 195px;
    left: -2%;
    animation: serviceFloatThree 7.1s ease-in-out infinite reverse;
}

.services-map__item--maintenance {
    top: 195px;
    right: -2%;
    animation: serviceFloatThree 6.8s ease-in-out infinite;
}

.services-map__item--documents {
    right: 8%;
    bottom: 16px;
    animation: serviceFloatOne 7.2s ease-in-out infinite reverse;
}

.services-map__item--partner {
    bottom: 42px;
    left: 1%;
    animation: serviceFloatTwo 6.3s ease-in-out infinite reverse;
}

.services-map__item--monthly .services-map__icon {
    background: var(--teal-pale);
    color: var(--teal);
}

.services-map__item--content .services-map__icon {
    background: linear-gradient(135deg, var(--coral-pale), var(--blue-pale));
    color: var(--coral-dark);
}

.services-map__item--maintenance .services-map__icon {
    border-radius: 50%;
    background: var(--teal);
    color: var(--white);
}

.services-map__item--documents .services-map__icon {
    background: var(--coral-pale);
    color: var(--coral);
}

.services-map__item--partner .services-map__icon {
    background: var(--ink);
    color: var(--white);
}

.services-map__line {
    position: absolute;
    z-index: 2;
    height: 2px;
    transform-origin: left center;
}

.services-map__line--one {
    top: 120px;
    left: 27%;
    width: 145px;
    transform: rotate(24deg);
}

.services-map__line--two {
    top: 132px;
    right: 15%;
    width: 125px;
    transform: rotate(-30deg);
}

.services-map__line--three {
    top: 225px;
    right: 13%;
    width: 125px;
    transform: rotate(8deg);
}

.services-map__line--four {
    right: 22%;
    bottom: 105px;
    width: 128px;
    transform: rotate(38deg);
}

.services-map__line--five {
    bottom: 115px;
    left: 20%;
    width: 140px;
    transform: rotate(-34deg);
}

.services-map__line--six {
    top: 224px;
    left: 14%;
    width: 128px;
    transform: rotate(-7deg);
}

@keyframes servicesOrbit {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes serviceFloatOne {
    0%, 100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -10px;
    }
}

@keyframes serviceFloatTwo {
    0%, 100% {
        translate: 0 -4px;
    }

    50% {
        translate: 7px 6px;
    }
}

@keyframes serviceFloatThree {
    0%, 100% {
        translate: 0 3px;
    }

    50% {
        translate: -7px -7px;
    }
}


/* =========================================================
   4. CHOOSE BY NEED
   ========================================================= */

.services-needs {
    overflow: hidden;
    background: var(--white);
}

.services-needs__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 54px;
}

.need-card {
    position: relative;
    display: flex;
    min-height: 330px;
    flex-direction: column;
    padding: clamp(24px, 2.5vw, 32px);
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-large);
    background: var(--paper);
    box-shadow: var(--shadow-small);
    transition: transform var(--transition-standard), border-color var(--transition-standard), box-shadow var(--transition-standard);
}

    .need-card::before {
        position: absolute;
        top: -110px;
        right: -100px;
        width: 240px;
        height: 240px;
        border-radius: 50%;
        background: var(--blue-pale);
        content: "";
        opacity: 0.64;
        transition: transform var(--transition-slow);
    }

    .need-card:hover {
        transform: translateY(-8px);
        border-color: rgba(74, 103, 232, 0.3);
        box-shadow: var(--shadow-medium);
    }

        .need-card:hover::before {
            transform: scale(1.18);
        }

.need-card__icon {
    position: relative;
    z-index: 2;
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 28px;
    place-items: center;
    border-radius: 14px;
    background: var(--blue);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 800;
}

.need-card__prompt {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 9px;
    color: var(--blue);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.45;
    text-transform: uppercase;
}

.need-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    font-size: clamp(1.2rem, 1.6vw, 1.55rem);
}

.need-card p {
    position: relative;
    z-index: 2;
    color: var(--slate);
    font-size: 0.84rem;
}

.need-card__route {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--border);
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 0.76rem;
    font-weight: 800;
}

    .need-card__route strong {
        color: var(--blue);
        font-size: 1rem;
        transition: transform var(--transition-fast);
    }

.need-card:hover .need-card__route strong {
    transform: translateX(5px);
}

.need-card--teal {
    background: var(--teal-pale);
}

    .need-card--teal::before {
        background: rgba(47, 156, 149, 0.16);
    }

    .need-card--teal .need-card__icon {
        background: var(--teal);
    }

    .need-card--teal .need-card__prompt,
    .need-card--teal .need-card__route strong {
        color: var(--teal-dark);
    }

.need-card--green {
    background: linear-gradient( 145deg, var(--white), var(--teal-pale) );
}

    .need-card--green .need-card__icon {
        border-radius: 50%;
        background: var(--teal-dark);
    }

.need-card--coral {
    background: var(--coral-pale);
}

    .need-card--coral::before {
        background: rgba(224, 122, 95, 0.17);
    }

    .need-card--coral .need-card__icon {
        background: var(--coral);
    }

    .need-card--coral .need-card__prompt,
    .need-card--coral .need-card__route strong {
        color: var(--coral-dark);
    }

.need-card--dark {
    border-color: rgba(255, 255, 255, 0.12);
    background: var(--gradient-dark);
}

    .need-card--dark::before {
        background: rgba(74, 103, 232, 0.2);
    }

    .need-card--dark h3,
    .need-card--dark .need-card__route {
        color: var(--white);
    }

    .need-card--dark p {
        color: #B8C3CC;
    }

    .need-card--dark .need-card__prompt {
        color: #AFC0FF;
    }

    .need-card--dark .need-card__route {
        border-top-color: var(--border-light);
    }

        .need-card--dark .need-card__route strong {
            color: #AFC0FF;
        }

.need-card--content {
    background: linear-gradient(145deg, #FFF7F1, var(--blue-pale));
}

    .need-card--content::before {
        background: rgba(224, 122, 95, 0.16);
    }

    .need-card--content .need-card__icon {
        background: linear-gradient(135deg, var(--coral), var(--blue));
    }

    .need-card--content .need-card__prompt,
    .need-card--content .need-card__route strong {
        color: var(--coral-dark);
    }

.need-card--neutral {
    grid-column: 2 / 3;
    background: var(--mist-light);
}

    .need-card--neutral .need-card__icon {
        background: var(--ink-soft);
    }


/* =========================================================
   5. FEATURED SPRINT
   ========================================================= */

.service-feature {
    position: relative;
    overflow: hidden;
}

.service-feature--sprint {
    background: linear-gradient( 145deg, var(--paper), var(--coral-pale) );
}

.service-feature__orb {
    position: absolute;
    right: -260px;
    bottom: -300px;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: radial-gradient( circle, rgba(224, 122, 95, 0.2), transparent 70% );
}

.service-feature__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
    align-items: center;
    gap: clamp(50px, 7vw, 100px);
}

.service-feature__number {
    display: block;
    margin-bottom: 18px;
    color: var(--blue);
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.service-feature__official-name {
    display: block;
    margin-bottom: 9px;
    color: var(--coral-dark);
    font-size: 0.74rem;
    font-weight: 800;
}

.service-feature__content h2 {
    max-width: 570px;
    margin-bottom: 18px;
}

.service-feature__content .lead {
    font-size: clamp(1rem, 1.2vw, 1.12rem);
}

.service-feature__details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 28px 0;
}

    .service-feature__details div {
        padding: 15px;
        border: 1px solid var(--border);
        border-radius: 13px;
        background: rgba(255, 255, 255, 0.67);
    }

    .service-feature__details span,
    .service-feature__details strong {
        display: block;
    }

    .service-feature__details span {
        margin-bottom: 5px;
        color: var(--slate);
        font-size: 0.63rem;
    }

    .service-feature__details strong {
        color: var(--ink);
        font-family: var(--font-heading);
        font-size: 0.79rem;
        line-height: 1.4;
    }


/* Sprint panel */

.service-feature__panel {
    padding: clamp(24px, 2.7vw, 34px);
    border: 1px solid var(--border);
    border-radius: var(--radius-large);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-medium);
    backdrop-filter: blur(16px);
}

.feature-panel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

    .feature-panel__header span,
    .feature-panel__header strong {
        display: block;
    }

    .feature-panel__header > div > span {
        margin-bottom: 3px;
        color: var(--slate);
        font-size: 0.68rem;
    }

    .feature-panel__header strong {
        color: var(--ink);
        font-family: var(--font-heading);
        font-size: 1.12rem;
    }

.feature-panel__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.feature-panel__item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 11px;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 13px;
    background: var(--white);
    transition: transform var(--transition-fast), border-color var(--transition-fast);
}

    .feature-panel__item:hover {
        transform: translateY(-4px);
        border-color: rgba(74, 103, 232, 0.3);
    }

.feature-panel__icon {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border-radius: 11px;
    background: var(--blue-pale);
    color: var(--blue);
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 800;
}

.feature-panel__item strong,
.feature-panel__item div span {
    display: block;
}

.feature-panel__item strong {
    margin-bottom: 3px;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 0.76rem;
}

.feature-panel__item div span {
    color: var(--slate);
    font-size: 0.65rem;
    line-height: 1.4;
}


/* =========================================================
   6. MONTHLY SUPPORT
   ========================================================= */

.service-monthly {
    overflow: hidden;
    background: var(--white);
}

.service-monthly__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    align-items: end;
    gap: clamp(45px, 7vw, 100px);
    margin-bottom: 54px;
}

    .service-monthly__heading h2 {
        max-width: 650px;
    }

    .service-monthly__heading .lead {
        font-size: clamp(1rem, 1.2vw, 1.12rem);
    }

.service-monthly__packages {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
}

.service-package {
    position: relative;
    display: flex;
    min-height: 360px;
    flex-direction: column;
    padding: 25px;
    border: 1px solid var(--border);
    border-radius: var(--radius-large);
    background: var(--paper);
    transition: transform var(--transition-standard), border-color var(--transition-standard), box-shadow var(--transition-standard);
}

    .service-package:hover {
        transform: translateY(-8px);
        border-color: rgba(74, 103, 232, 0.3);
        box-shadow: var(--shadow-medium);
    }

.service-package--pilot {
    background: var(--coral-pale);
}

.service-package--featured {
    transform: translateY(-12px);
    border-color: rgba(74, 103, 232, 0.42);
    background: linear-gradient( 160deg, var(--white), var(--blue-pale) );
    box-shadow: var(--shadow-blue);
}

    .service-package--featured:hover {
        transform: translateY(-17px);
    }

.service-package__recommended {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px 9px;
    border-radius: var(--radius-pill);
    background: var(--blue);
    color: var(--white);
    font-size: 0.6rem;
    font-weight: 800;
}

.service-package__label {
    display: block;
    min-height: 34px;
    margin-bottom: 8px;
    padding-right: 74px;
    color: var(--blue);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.service-package h3 {
    margin-bottom: 11px;
    font-size: 1.3rem;
}

.service-package p {
    color: var(--slate);
    font-size: 0.8rem;
}

.service-package__price {
    margin: 18px 0 23px;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 2vw, 2.05rem);
    font-weight: 800;
    letter-spacing: -0.05em;
}

    .service-package__price span {
        display: block;
        margin-top: 4px;
        color: var(--slate);
        font-family: var(--font-body);
        font-size: 0.66rem;
        font-weight: 600;
        letter-spacing: 0;
    }

.service-package > a {
    margin-top: auto;
}

.service-package > .btn {
    width: 100%;
}


/* =========================================================
   7. SOCIAL MEDIA CONTENT DESIGN
   ========================================================= */

.service-content-design {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #FFF8F2 0%, var(--paper) 46%, var(--blue-pale) 100%);
}

.service-content-design__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.service-content-design__orb--one {
    top: -250px;
    left: -180px;
    width: 560px;
    height: 560px;
    background: rgba(224, 122, 95, 0.13);
}

.service-content-design__orb--two {
    right: -230px;
    bottom: -290px;
    width: 620px;
    height: 620px;
    background: rgba(74, 103, 232, 0.14);
}

.service-content-design__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(430px, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(55px, 7vw, 105px);
}

.service-content-design__content h2 {
    max-width: 610px;
    margin-bottom: 18px;
}

.service-content-design__content .lead {
    max-width: 660px;
    font-size: clamp(1rem, 1.2vw, 1.12rem);
}

.service-content-design__copy {
    max-width: 650px;
    margin-top: 16px;
    color: var(--slate);
    font-size: 0.88rem;
    line-height: 1.7;
}

.service-content-design__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 27px 0 22px;
}

    .service-content-design__highlights div {
        padding: 14px;
        border: 1px solid var(--border);
        border-radius: 13px;
        background: rgba(255, 255, 255, 0.72);
    }

    .service-content-design__highlights span,
    .service-content-design__highlights strong {
        display: block;
    }

    .service-content-design__highlights span {
        margin-bottom: 5px;
        color: var(--slate);
        font-size: 0.61rem;
    }

    .service-content-design__highlights strong {
        color: var(--ink);
        font-family: var(--font-heading);
        font-size: 0.76rem;
        line-height: 1.4;
    }

.service-content-design__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

    .service-content-design__list li {
        position: relative;
        padding-left: 24px;
        color: var(--slate);
        font-size: 0.79rem;
        line-height: 1.5;
    }

        .service-content-design__list li::before {
            position: absolute;
            top: 0.03em;
            left: 0;
            display: grid;
            width: 17px;
            height: 17px;
            place-items: center;
            border-radius: 50%;
            background: rgba(47, 156, 149, 0.15);
            color: var(--teal-dark);
            content: "✓";
            font-size: 0.61rem;
            font-weight: 800;
        }

.service-content-design__visual {
    display: grid;
    min-height: 520px;
    place-items: center;
}

.content-design-stack {
    position: relative;
    width: min(100%, 470px);
    height: 500px;
}

.content-design-post,
.content-design-story {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow: var(--shadow-large);
    transition: transform var(--transition-standard);
}

.content-design-post {
    width: 255px;
    aspect-ratio: 1;
    padding: 24px;
    border-radius: 27px;
}

    .content-design-post::after {
        position: absolute;
        right: -45px;
        bottom: -50px;
        width: 145px;
        height: 145px;
        border: 22px solid rgba(255, 255, 255, 0.21);
        border-radius: 50%;
        content: "";
    }

.content-design-post--one {
    top: 20px;
    left: 0;
    z-index: 1;
    background: linear-gradient(145deg, #FFFFFF, #E8EEFF);
    transform: rotate(-8deg);
}

.content-design-post--two {
    top: 82px;
    right: 0;
    z-index: 2;
    background: linear-gradient(145deg, var(--ink), var(--teal-dark));
    color: var(--white);
    transform: rotate(7deg);
}

.content-design-post--three {
    bottom: 12px;
    left: 74px;
    z-index: 3;
    background: linear-gradient(145deg, #FFF4E9, #FFD6C7);
    transform: rotate(-2deg);
}

.content-design-stack:hover .content-design-post--one {
    transform: rotate(-11deg) translate(-5px, -5px);
}

.content-design-stack:hover .content-design-post--two {
    transform: rotate(10deg) translate(5px, -5px);
}

.content-design-stack:hover .content-design-post--three {
    transform: rotate(0deg) translateY(-5px);
}

.content-design-post__brand {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 58px;
    font-size: 0.59rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.content-design-post__offer {
    position: relative;
    z-index: 2;
    display: inline-flex;
    margin: -25px 0 42px;
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: var(--radius-pill);
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.content-design-post strong,
.content-design-post small {
    position: relative;
    z-index: 2;
    display: block;
}

.content-design-post strong {
    max-width: 175px;
    font-family: var(--font-heading);
    font-size: 1.36rem;
    line-height: 1.07;
}

.content-design-post small {
    max-width: 165px;
    margin-top: 9px;
    font-size: 0.65rem;
    line-height: 1.45;
    opacity: 0.72;
}

.content-design-post__bars {
    position: relative;
    z-index: 2;
    display: flex;
    height: 82px;
    align-items: end;
    gap: 7px;
    margin: -32px 0 19px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.48);
}

    .content-design-post__bars i {
        display: block;
        flex: 1;
        border-radius: 8px 8px 4px 4px;
        background: var(--coral);
    }

        .content-design-post__bars i:nth-child(1) {
            height: 44%;
        }

        .content-design-post__bars i:nth-child(2) {
            height: 78%;
            background: var(--blue);
        }

        .content-design-post__bars i:nth-child(3) {
            height: 60%;
            background: var(--teal);
        }

.content-design-story {
    top: 0;
    right: 25px;
    z-index: 4;
    width: 108px;
    height: 194px;
    padding: 17px;
    border-radius: 21px;
    background: linear-gradient(160deg, var(--coral), #AF3E75);
    color: var(--white);
    transform: rotate(4deg);
}

    .content-design-story span {
        display: block;
        margin-bottom: 78px;
        font-size: 0.55rem;
        font-weight: 800;
        letter-spacing: 0.12em;
    }

    .content-design-story strong {
        display: block;
        font-family: var(--font-heading);
        font-size: 1.08rem;
        line-height: 1.05;
    }

.content-design-badge {
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 5;
    min-width: 160px;
    padding: 15px 17px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: var(--shadow-medium);
    backdrop-filter: blur(12px);
}

    .content-design-badge strong,
    .content-design-badge span {
        display: block;
    }

    .content-design-badge strong {
        color: var(--blue);
        font-family: var(--font-heading);
        font-size: 1rem;
    }

    .content-design-badge span {
        margin-top: 2px;
        color: var(--slate);
        font-size: 0.65rem;
    }


/* =========================================================
   8. SUPPORTING SERVICES
   ========================================================= */

.service-support {
    overflow: hidden;
    background: linear-gradient( 180deg, var(--paper), var(--blue-pale) );
}

.service-support__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
    margin-top: 54px;
}

.support-card {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--border);
    border-radius: var(--radius-large);
    background: var(--white);
    box-shadow: var(--shadow-small);
    transition: transform var(--transition-standard), box-shadow var(--transition-standard);
}

    .support-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--shadow-medium);
    }

.support-card__visual {
    display: grid;
    min-height: 265px;
    place-items: center;
    padding: 28px;
    overflow: hidden;
}

.support-card--maintenance .support-card__visual {
    background: linear-gradient( 145deg, var(--teal-pale), #D4EBE7 );
}

.support-card--presentations .support-card__visual {
    background: linear-gradient( 145deg, var(--coral-pale), #F2D6CE );
}

.support-card--partner .support-card__visual {
    background: var(--gradient-dark);
}

.support-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}

.support-card__category {
    display: block;
    margin-bottom: 8px;
    color: var(--blue);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.support-card h3 {
    margin-bottom: 9px;
    font-size: 1.35rem;
}

.support-card__official-name {
    display: block;
    margin-top: -2px;
    margin-bottom: 13px;
    color: var(--slate);
    font-size: 0.71rem;
    font-weight: 700;
}

.support-card__body > p {
    color: var(--slate);
    font-size: 0.82rem;
}

.support-card__pricing {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 24px;
}

    .support-card__pricing span {
        padding: 9px 11px;
        border: 1px solid var(--border);
        border-radius: 10px;
        color: var(--slate);
        font-size: 0.64rem;
    }

    .support-card__pricing strong {
        display: block;
        margin-top: 3px;
        color: var(--ink);
        font-size: 0.75rem;
    }

.support-card__price {
    margin: 17px 0 24px;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 800;
}

.support-card__models {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 18px 0 24px;
}

    .support-card__models span {
        padding: 7px 9px;
        border-radius: var(--radius-pill);
        background: var(--blue-pale);
        color: var(--blue-dark);
        font-size: 0.62rem;
        font-weight: 800;
    }

.support-card .btn {
    width: 100%;
    margin-top: auto;
}


/* Maintenance visual */

.maintenance-monitor {
    width: min(100%, 290px);
    padding: 24px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: var(--shadow-medium);
    transition: transform var(--transition-standard);
}

.support-card:hover .maintenance-monitor {
    transform: rotate(-2deg) scale(1.02);
}

.maintenance-monitor__top {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--teal-dark);
    font-size: 0.68rem;
    font-weight: 800;
}

.maintenance-monitor__score {
    margin: 20px 0 14px;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.07em;
}

.maintenance-monitor__bar {
    height: 8px;
    overflow: hidden;
    border-radius: var(--radius-pill);
    background: var(--mist);
}

    .maintenance-monitor__bar span {
        display: block;
        width: 98%;
        height: 100%;
        border-radius: inherit;
        background: var(--gradient-progress);
        animation: maintenanceBar 3.5s ease-in-out infinite alternate;
    }

.maintenance-monitor__checks {
    display: grid;
    gap: 7px;
    margin-top: 20px;
    color: var(--slate);
    font-size: 0.66rem;
}


/* Document visual */

.document-transform {
    display: grid;
    width: min(100%, 330px);
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 10px;
}

.document-transform__before,
.document-transform__after {
    min-height: 175px;
    padding: 18px;
    border-radius: 16px;
    box-shadow: var(--shadow-medium);
}

.document-transform__before {
    background: #F4EDE8;
    color: #77655A;
    transform: rotate(-4deg);
}

.document-transform__after {
    background: var(--ink);
    color: var(--white);
    transform: rotate(3deg);
}

    .document-transform__before > span,
    .document-transform__after > span {
        display: block;
        margin-bottom: 12px;
        font-size: 0.6rem;
        font-weight: 800;
        text-transform: uppercase;
    }

    .document-transform__before strong,
    .document-transform__after strong {
        display: block;
        font-family: var(--font-heading);
        font-size: 0.86rem;
        line-height: 1.25;
    }

.document-transform__before div {
    display: grid;
    gap: 7px;
    margin-top: 18px;
}

.document-transform__before i {
    display: block;
    height: 6px;
    border-radius: 10px;
    background: rgba(119, 101, 90, 0.16);
}

    .document-transform__before i:nth-child(2) {
        width: 76%;
    }

    .document-transform__before i:nth-child(3) {
        width: 91%;
    }

    .document-transform__before i:nth-child(4) {
        width: 65%;
    }

.document-transform__arrow {
    color: var(--coral);
    font-size: 1.1rem;
    font-weight: 800;
}


/* Partner visual */

.partner-pipeline {
    display: grid;
    width: min(100%, 350px);
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 8px;
}

    .partner-pipeline div {
        display: grid;
        min-height: 100px;
        place-items: center;
        padding: 13px;
        border: 1px solid var(--border-light);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.08);
        text-align: center;
    }

    .partner-pipeline span,
    .partner-pipeline strong {
        display: block;
    }

    .partner-pipeline span {
        color: #AFC0FF;
        font-size: 0.61rem;
        font-weight: 800;
    }

    .partner-pipeline strong {
        color: var(--white);
        font-family: var(--font-heading);
        font-size: 0.68rem;
    }

    .partner-pipeline i {
        width: 20px;
        height: 2px;
        background: var(--gradient-progress);
        animation: partnerLine 2.6s ease-in-out infinite alternate;
    }

@keyframes maintenanceBar {
    from {
        width: 77%;
    }

    to {
        width: 98%;
    }
}

@keyframes partnerLine {
    from {
        transform: scaleX(0.45);
        opacity: 0.5;
    }

    to {
        transform: scaleX(1);
        opacity: 1;
    }
}


/* =========================================================
   9. ADDITIONAL SERVICES
   ========================================================= */

.service-addons {
    position: relative;
    overflow: hidden;
    background: var(--gradient-dark);
    color: var(--white);
}

.service-addons__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
}

.service-addons__orb--one {
    top: -250px;
    right: -160px;
    width: 570px;
    height: 570px;
    background: rgba(74, 103, 232, 0.2);
}

.service-addons__orb--two {
    bottom: -330px;
    left: -210px;
    width: 650px;
    height: 650px;
    background: rgba(47, 156, 149, 0.16);
}

.service-addons__heading {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.68fr);
    align-items: end;
    gap: clamp(45px, 7vw, 100px);
    margin-bottom: 54px;
}

    .service-addons__heading h2 {
        max-width: 660px;
        color: var(--white);
    }

    .service-addons__heading .service-feature__number {
        color: #AFC0FF;
    }

    .service-addons__heading .lead {
        color: #B9C4CD;
        font-size: clamp(1rem, 1.2vw, 1.12rem);
    }

.service-addons__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.addon-card {
    min-height: 225px;
    padding: 24px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-large);
    background: rgba(255, 255, 255, 0.06);
    transition: transform var(--transition-standard), background-color var(--transition-standard);
}

    .addon-card:hover {
        transform: translateY(-7px);
        background: rgba(255, 255, 255, 0.1);
    }

.addon-card__number {
    display: block;
    margin-bottom: 34px;
    color: #AFC0FF;
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 800;
}

.addon-card h3 {
    margin-bottom: 10px;
    color: var(--white);
    font-size: 1.12rem;
}

.addon-card p {
    color: #B6C1CA;
    font-size: 0.79rem;
}

.addon-card--contact {
    background: linear-gradient( 145deg, rgba(74, 103, 232, 0.23), rgba(47, 156, 149, 0.15) );
}

    .addon-card--contact .text-link {
        color: #C5D0FF;
    }


/* =========================================================
   10. SELECTION GUIDE
   ========================================================= */

.service-guide {
    background: linear-gradient( 180deg, var(--paper), var(--blue-pale) );
}

.service-guide__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 54px;
}

.guide-card {
    min-height: 240px;
    padding: clamp(23px, 2.5vw, 30px);
    border: 1px solid var(--border);
    border-radius: var(--radius-large);
    background: rgba(255, 255, 255, 0.75);
    box-shadow: var(--shadow-small);
    transition: transform var(--transition-standard), background-color var(--transition-standard);
}

    .guide-card:hover {
        transform: translateY(-7px);
        background: var(--white);
    }

.guide-card__if {
    display: block;
    margin-bottom: 24px;
    color: var(--blue);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.guide-card h3 {
    margin-bottom: 11px;
    font-size: 1.18rem;
}

.guide-card p {
    color: var(--slate);
    font-size: 0.82rem;
}

.guide-card a {
    display: inline-flex;
    margin-top: 12px;
    color: var(--blue);
    font-family: var(--font-heading);
    font-size: 0.77rem;
    font-weight: 800;
}

.guide-card--content {
    border-color: rgba(224, 122, 95, 0.28);
    background: linear-gradient(145deg, #FFF8F2, var(--blue-pale));
}

    .guide-card--content .guide-card__if,
    .guide-card--content a {
        color: var(--coral-dark);
    }

.guide-card--help {
    border-color: rgba(74, 103, 232, 0.32);
    background: linear-gradient( 145deg, var(--white), var(--blue-pale) );
}


/* =========================================================
   11. PROCESS
   ========================================================= */

.service-process {
    background: var(--white);
}

.service-process__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(470px, 1.22fr);
    align-items: start;
    gap: clamp(50px, 8vw, 110px);
}

.service-process__content {
    position: sticky;
    top: 120px;
}

    .service-process__content h2 {
        max-width: 590px;
    }

    .service-process__content .lead {
        font-size: clamp(1rem, 1.2vw, 1.12rem);
    }

.service-process__steps {
    display: grid;
    gap: 12px;
}

    .service-process__steps article {
        display: grid;
        grid-template-columns: 62px 1fr;
        align-items: center;
        gap: 16px;
        padding: 19px;
        border: 1px solid var(--border);
        border-radius: 16px;
        background: var(--paper);
        transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
    }

        .service-process__steps article:hover {
            transform: translateX(7px);
            border-color: rgba(74, 103, 232, 0.3);
            box-shadow: var(--shadow-small);
        }

        .service-process__steps article > span {
            display: grid;
            width: 51px;
            height: 51px;
            place-items: center;
            border-radius: 15px;
            background: var(--blue-pale);
            color: var(--blue);
            font-family: var(--font-heading);
            font-size: 0.68rem;
            font-weight: 800;
        }

        .service-process__steps article:nth-child(2) > span {
            background: var(--teal-pale);
            color: var(--teal-dark);
        }

        .service-process__steps article:nth-child(3) > span {
            background: var(--coral-pale);
            color: var(--coral-dark);
        }

        .service-process__steps article:nth-child(4) > span {
            background: var(--ink);
            color: var(--white);
        }

    .service-process__steps h3 {
        margin-bottom: 4px;
        font-size: 1rem;
    }

    .service-process__steps p {
        color: var(--slate);
        font-size: 0.78rem;
    }


/* =========================================================
   12. FINAL CTA
   ========================================================= */

.services-final-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(75px, 9vw, 115px) 0;
    background: linear-gradient( 135deg, var(--blue-dark), var(--blue), var(--teal-dark) );
    background-size: 220% 220%;
    color: var(--white);
    animation: servicesCtaGradient 12s ease infinite;
}

.services-final-cta__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(14px);
}

.services-final-cta__orb--one {
    top: -250px;
    right: -160px;
    width: 560px;
    height: 560px;
    background: rgba(255, 255, 255, 0.16);
}

.services-final-cta__orb--two {
    bottom: -300px;
    left: -190px;
    width: 620px;
    height: 620px;
    background: rgba(224, 122, 95, 0.19);
}

.services-final-cta__inner {
    position: relative;
    z-index: 2;
    max-width: 820px;
    text-align: center;
}

.services-final-cta h2 {
    max-width: 780px;
    margin-inline: auto;
    color: var(--white);
}

.services-final-cta p {
    max-width: 680px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}

.services-final-cta__actions {
    justify-content: center;
}

.services-final-cta__whatsapp {
    border-color: rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
}

    .services-final-cta__whatsapp:hover {
        border-color: var(--white);
        background: rgba(255, 255, 255, 0.18);
    }

@keyframes servicesCtaGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/* =========================================================
   13. RESPONSIVE
   ========================================================= */

@media (max-width: 1180px) {
    .service-monthly__packages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-package--featured {
        transform: none;
    }

        .service-package--featured:hover {
            transform: translateY(-8px);
        }

    .service-addons__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (max-width: 1120px) {
    .services-hero {
        min-height: auto;
        padding-block: 54px;
    }

    .services-hero__inner,
    .service-feature__layout,
    .service-content-design__layout,
    .service-process__layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .services-hero__content {
        max-width: 720px;
    }

    .services-hero__visual {
        width: min(100%, 680px);
        min-height: 440px;
        margin-inline: auto;
    }

    .services-needs__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .need-card--neutral {
        grid-column: auto;
    }

    .service-content-design__visual {
        min-height: 480px;
        order: 2;
    }

    .content-design-stack {
        width: 470px;
    }

    .service-feature__content,
    .service-process__content {
        max-width: 740px;
    }

    .service-process__content {
        position: static;
    }

    .service-support__grid {
        grid-template-columns: 1fr;
    }

    .support-card {
        display: grid;
        grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
    }

    .service-guide__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (max-width: 900px) {
    .service-monthly__heading,
    .service-addons__heading {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .service-feature__details {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 760px) {
    .services-needs .section-heading h2,
    .service-feature__content h2,
    .service-monthly__heading h2,
    .service-content-design__content h2,
    .service-support .section-heading h2,
    .service-addons__heading h2,
    .service-guide .section-heading h2,
    .service-process__content h2,
    .services-final-cta h2 {
        font-size: clamp(1.8rem, 7.2vw, 2.35rem);
        line-height: 1.08;
    }

    .services-hero {
        min-height: auto;
        padding: 38px 0 46px;
    }

    .services-hero__inner {
        gap: 38px;
    }

    .services-hero__content .eyebrow {
        margin-bottom: 14px;
    }

    .services-hero__content h1 {
        max-width: 100%;
        margin-bottom: 15px;
        font-size: clamp(1.85rem, 7vw, 2.35rem);
        line-height: 1.05;
    }

    .services-hero__copy {
        margin-bottom: 19px;
        font-size: 0.93rem;
        line-height: 1.55;
    }

    .services-hero__actions {
        gap: 10px;
    }

        .services-hero__actions .btn {
            width: 100%;
        }

    .service-content-design__highlights {
        grid-template-columns: 1fr;
    }

    .service-content-design__list {
        grid-template-columns: 1fr;
    }

    .service-content-design__visual {
        min-height: 405px;
    }

    .content-design-stack {
        width: 390px;
        height: 430px;
        transform: scale(0.86);
        transform-origin: center;
    }

    .content-design-post--one {
        left: 0;
    }

    .content-design-post--two {
        right: -20px;
    }

    .content-design-post--three {
        left: 45px;
    }

    .content-design-story {
        right: 0;
    }

    .services-hero__visual {
        min-height: 400px;
    }

    .services-map {
        height: 400px;
        transform: scale(0.82);
        transform-origin: center center;
    }

        .services-map::before {
            width: 330px;
            height: 330px;
        }

        .services-map::after {
            width: 245px;
            height: 245px;
        }

    .services-map__centre {
        width: 178px;
        height: 178px;
    }

        .services-map__centre strong {
            font-size: 1.55rem;
        }

    .services-map__item {
        min-width: 142px;
        padding: 9px;
        font-size: 0.65rem;
    }

    .services-map__item--website {
        top: 12px;
        left: 2%;
    }

    .services-map__item--monthly {
        top: 52px;
        right: -5%;
    }

    .services-map__item--content {
        top: 188px;
        left: -7%;
    }

    .services-map__item--maintenance {
        top: 188px;
        right: -7%;
    }

    .services-map__item--documents {
        right: 0;
        bottom: 8px;
    }

    .services-map__item--partner {
        bottom: 22px;
        left: -3%;
    }

    .services-map__line {
        display: none;
    }

    .services-needs__grid,
    .service-monthly__packages,
    .service-addons__grid,
    .service-guide__grid {
        grid-template-columns: 1fr;
    }

    .need-card,
    .service-package,
    .addon-card,
    .guide-card {
        min-height: auto;
    }

    .need-card__icon {
        margin-bottom: 24px;
    }

    .service-feature__panel {
        padding: 22px;
    }

    .feature-panel__grid {
        grid-template-columns: 1fr;
    }

    .service-package__label {
        min-height: auto;
        padding-right: 0;
    }

    .service-package__recommended {
        position: static;
        align-self: flex-start;
        margin-bottom: 15px;
    }

    .support-card {
        display: flex;
    }

    .support-card__visual {
        min-height: 245px;
    }

    .service-process__steps article {
        grid-template-columns: 51px 1fr;
        padding: 17px;
    }

        .service-process__steps article > span {
            width: 44px;
            height: 44px;
        }

    .services-final-cta {
        padding: 72px 0;
    }

        .services-final-cta p {
            font-size: 0.95rem;
        }
}


@media (max-width: 520px) {
    .services-hero {
        padding-top: 32px;
    }

    .services-hero__content h1 {
        font-size: clamp(1.75rem, 6.8vw, 2.1rem);
        line-height: 1.06;
    }

    .services-hero__visual {
        min-height: 365px;
        margin-top: -10px;
    }

    .services-map {
        width: 112%;
        height: 390px;
        margin-left: -6%;
        transform: scale(0.74);
    }

    .services-map__item--monthly,
    .services-map__item--maintenance {
        right: -10%;
    }

    .services-map__item--content {
        left: -10%;
    }

    .service-content-design__visual {
        min-height: 330px;
        margin-inline: -12px;
    }

    .content-design-stack {
        transform: scale(0.68);
    }

    .feature-panel__header {
        flex-direction: column;
    }

    .support-card__body,
    .need-card,
    .service-package,
    .addon-card,
    .guide-card {
        padding: 22px;
    }

    .document-transform {
        grid-template-columns: 1fr;
    }

    .document-transform__arrow {
        transform: rotate(90deg);
        text-align: center;
    }

    .document-transform__before,
    .document-transform__after {
        min-height: 140px;
    }

    .partner-pipeline {
        grid-template-columns: 1fr;
    }

        .partner-pipeline i {
            width: 2px;
            height: 18px;
            margin-inline: auto;
        }

    .service-process__steps article {
        grid-template-columns: 1fr;
    }

    .services-final-cta__actions {
        width: 100%;
    }

        .services-final-cta__actions .btn {
            width: 100%;
        }
}


/* =========================================================
   14. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .services-map::after,
    .services-map__item,
    .content-design-post,
    .maintenance-monitor__bar span,
    .partner-pipeline i,
    .services-final-cta {
        animation: none;
    }

    .services-map__item {
        translate: none;
    }
}
