.challenges-section {
    background:
        radial-gradient(760px 460px at 100% 0%, rgba(84, 38, 97, 0.68) 0%, rgba(151, 101, 166, 0.38) 38%, rgba(255, 255, 255, 0) 80%),
        radial-gradient(860px 560px at 0% 100%, rgba(94, 48, 109, 0.78) 0%, rgba(181, 139, 194, 0.46) 42%, rgba(255, 255, 255, 0) 84%),
        linear-gradient(180deg, #ffffff 0%, #fcfbfd 100%);
    padding: 66px 0 88px;
}

.projects-showcase {
    background: #150713;
    padding: 34px 0 74px;
}

.projects-showcase__shell {
    width: min(100% - 24px, 1400px);
    margin: 0 auto;
}

.projects-showcase__heading {
    text-align: center;
    margin-bottom: 34px;
}

.projects-showcase__eyebrow {
    margin: 0 0 10px;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #04b39c !important;
    text-transform: uppercase;
}

.projects-showcase__heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.2rem, 3.5vw, 3.35rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.04em;
    text-align: center;
}

.projects-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.project-card {
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(27, 10, 26, 0.98) 0%, rgba(24, 10, 24, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.project-card__media {
    aspect-ratio: 1.18 / 1;
    overflow: hidden;
}

.project-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.project-card__body {
    padding: 24px 30px 28px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.project-card__location {
    margin: 0;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #0aa58d !important;
    text-transform: uppercase;
    text-align: left;
}

.project-card h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.08;
    text-align: left;
}

.project-card__description {
    margin: 0;
    max-width: none;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 1.08rem;
    line-height: 1.62;
    text-align: left;
}

.project-card__metric {
    margin: 0;
    max-width: none;
    color: #03b89d !important;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
}

.future-editorial {
    background: #160713;
    padding: 0 0 86px;
}

.future-editorial__shell {
    width: min(100% - 48px, 1220px);
    margin: 0 auto;
}

.future-editorial__frame {
    position: relative;
    min-height: 610px;
    background: #160713;
    overflow: hidden;
}

.future-editorial__accent {
    position: absolute;
    left: 0;
    top: 38px;
    bottom: 58px;
    width: 320px;
    background: #0ca38f;
    z-index: 1;
}

.future-editorial__image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: min(100% - 116px, 930px);
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.future-editorial__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.future-editorial__card {
    position: absolute;
    left: 56px;
    top: 142px;
    width: min(100% - 520px, 625px);
    background: #ffffff;
    padding: 42px 54px 46px;
    z-index: 3;
    box-shadow: 0 18px 46px rgba(14, 4, 15, 0.14);
}

.future-editorial__card h2 {
    margin: 0 0 22px;
    color: #4c1c5a;
    font-size: clamp(2.4rem, 3.3vw, 3.4rem);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -0.04em;
    text-align: left;
}

.future-editorial__card h2 strong {
    font-weight: 800;
}

.future-editorial__card p {
    margin: 0;
    max-width: 32ch;
    color: #5c3f68 !important;
    font-size: clamp(1.15rem, 1.55vw, 1.75rem);
    line-height: 1.18;
    text-align: left;
}

#futuro .future-editorial__frame {
    min-height: 0;
    aspect-ratio: 1291 / 812;
    background: transparent;
    overflow: visible;
}

#futuro .future-editorial__accent {
    display: none;
}

#futuro .future-editorial__image-wrap {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 100%;
}

#futuro .future-editorial__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.08);
    transform-origin: center center;
    background: #160713;
}

#futuro .future-editorial__card {
    left: 5.8%;
    right: 57.8%;
    top: 17.5%;
    width: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    transform: translateY(20%);
}

#futuro .future-editorial__card h2 {
    margin: 0 0 16px;
    font-size: clamp(2.1rem, 2.6vw, 3rem);
    line-height: 1.04;
    white-space: nowrap;
}

#futuro .future-editorial__card p {
    max-width: none;
    font-size: clamp(1.33rem, 1.43vw, 1.71rem);
    line-height: 1.13;
}

.future-editorial--alt {
    padding-top: 0;
    padding-bottom: 96px;
}

.future-editorial--alt .future-editorial__frame {
    min-height: 0;
    aspect-ratio: 1291 / 812;
    background: transparent;
    overflow: visible;
}

.future-editorial--alt .future-editorial__accent {
    display: none;
}

.future-editorial--alt .future-editorial__image-wrap {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    height: 100%;
}

.future-editorial--alt .future-editorial__card {
    left: 50.375%;
    right: -2.375%;
    top: 44.5%;
    width: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.future-editorial--alt .future-editorial__card h2 {
    margin-bottom: 18px;
    font-size: clamp(2rem, 2.55vw, 2.82rem);
    line-height: 1.03;
    white-space: nowrap;
}

.future-editorial--alt .future-editorial__card p {
    max-width: none;
    font-size: clamp(1.05rem, 1.1vw, 1.3rem);
    line-height: 1.13;
    white-space: nowrap;
}

.future-editorial--alt .future-editorial__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    background: #170714;
}

.challenges-section .container {
    width: min(100% - 48px, 1220px);
    max-width: 1220px;
}

.challenges-section__heading {
    margin: 0 0 54px;
    text-align: left;
}

.challenges-section__heading h2 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(3rem, 4.6vw, 4.45rem);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.055em;
    text-align: left;
    background: linear-gradient(90deg, #35134d 0%, #28486a 48%, #05a48d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.challenges-flow {
    position: relative;
    padding: 0 2px;
}

.challenges-row {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 319px);
    justify-content: start;
    column-gap: 112px;
    margin: 0;
    align-items: start;
    justify-items: stretch;
}

.challenges-row--top {
    margin-bottom: 196px;
}

.challenge-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    width: 319px;
    min-height: 380px;
    justify-content: flex-start;
}

.challenge-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.59rem;
    font-weight: 800;
    color: #0aa58d;
    line-height: 1.06;
    margin: 0 0 28px;
    letter-spacing: -0.03em;
    text-align: left;
    white-space: normal;
}

.challenges-row--top .challenge-card h3 {
    margin-bottom: 62px;
}

.challenges-row--top .challenge-card:first-child h3 {
    margin-bottom: 14px;
}

.challenge-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #2f4c68;
    line-height: 1.16;
    margin: 0;
    text-align: left;
    max-width: 100%;
}

.challenge-card:first-child h3,
.challenge-card:first-child p {
    color: #0aa58d;
}

.challenge-card:first-child p {
    max-width: 100%;
    margin-top: 56px;
}

.challenge-card:first-child p br {
    display: block;
}

.challenge-card:first-child p {
    white-space: nowrap;
}

.challenge-card:nth-child(2) p {
    white-space: nowrap;
    margin-top: 1px;
}

.challenge-card:nth-child(3) p {
    white-space: nowrap;
    margin-top: 0;
}

.challenges-row .challenge-card:nth-child(2) h3 {
    color: #226d74;
}

.challenges-row .challenge-card:nth-child(3) h3 {
    color: #34406a;
}

.challenges-row--bottom .challenge-card:first-child h3 {
    margin-bottom: 6px;
    transform: translateY(-82px);
}

.challenges-row--bottom .challenge-card:first-child p {
    margin-top: -18px;
    white-space: nowrap;
}

.challenges-row--bottom .challenge-card:first-child {
    transform: translateX(-14px);
}

.challenges-row--bottom .challenge-card:nth-child(2) {
    transform: translate(48px, -82px);
}

.challenges-row--bottom .challenge-card:nth-child(2) h3 {
    transform: translateY(-2px);
}

.challenges-row--bottom .challenge-card:nth-child(2) p {
    margin-top: 32px;
}

.challenges-row--bottom .challenge-card:nth-child(3) {
    transform: translate(94px, -92px);
}

.challenges-row--bottom .challenge-card:nth-child(3) p {
    margin-top: 36px;
}

.challenges-connector,
.challenges-curve {
    position: absolute;
    pointer-events: none;
    z-index: 3;
}

.challenges-connector {
    height: 5px;
    border-radius: 999px;
    overflow: hidden;
    opacity: 1;
}

.challenges-connector::before,
.challenges-connector::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
}

.challenges-connector::before {
    background: linear-gradient(90deg, #09a58d 0%, #29506c 52%, #4a1651 100%);
}

.challenges-connector::after {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.25) 20%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.25) 80%, transparent 100%);
    background-size: 220px 100%;
    mix-blend-mode: screen;
    animation: challengePathFlow 3.5s linear infinite;
}

.challenges-connector--top-left {
    top: 150px;
    left: 350px;
    width: 46px;
}

.challenges-connector--top-right {
    top: 152px;
    left: 780px;
    width: 46px;
}

.challenges-connector--bottom-left {
    top: 636px;
    left: 402px;
    width: 46px;
}

.challenges-connector--bottom-right {
    top: 636px;
    left: 832px;
    width: 46px;
}

.challenges-curve {
    top: 96px;
    left: -14px;
    width: calc(100% + 142px);
    height: 498px;
}

.challenges-curve svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.challenges-curve__base,
.challenges-curve__glow {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
}

.challenges-curve__base {
    stroke: url(#challenge-gradient-fallback);
    opacity: 0.95;
}

.challenges-curve__glow {
    stroke: url(#challenge-gradient-fallback);
    stroke-dasharray: 130 1120;
    filter: drop-shadow(0 0 5px rgba(16, 164, 140, 0.28));
    animation: challengeCurveFlow 4.4s linear infinite;
}

@keyframes challengePathFlow {
    0% {
        background-position: -220px 0;
    }
    100% {
        background-position: 220px 0;
    }
}

@keyframes challengeCurveFlow {
    0% {
        stroke-dashoffset: 1260;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@media (max-width: 992px) {
    #futuro .future-editorial__frame {
        min-height: 780px;
        aspect-ratio: auto;
        background: #160713;
        overflow: hidden;
    }

    #futuro .future-editorial__accent {
        display: block;
    }

    #futuro .future-editorial__image-wrap {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 120px);
        height: 72%;
    }

    #futuro .future-editorial__image-wrap img {
        object-fit: cover;
        transform: none;
    }

    #futuro .future-editorial__card {
        left: 34px;
        right: 34px;
        top: auto;
        bottom: 34px;
        width: auto;
        padding: 32px 34px 36px;
        background: #ffffff;
        box-shadow: 0 18px 46px rgba(14, 4, 15, 0.14);
    }

    #futuro .future-editorial__card h2 {
        margin: 0 0 22px;
        font-size: clamp(2.4rem, 3.3vw, 3.4rem);
        line-height: 1.06;
        white-space: normal;
    }

    #futuro .future-editorial__card p {
        max-width: 32ch;
        font-size: clamp(1.15rem, 1.55vw, 1.75rem);
        line-height: 1.18;
    }

    .future-editorial--alt {
        padding-bottom: 76px;
    }

    .future-editorial--alt .future-editorial__frame {
        min-height: 900px;
        background: #170714;
    }

    .future-editorial--alt .future-editorial__accent {
        display: block;
        right: 0;
        top: 26px;
        bottom: 160px;
        width: 1183px;
        height: auto;
        background: #0ca38f;
        border: 0;
    }

    .future-editorial--alt .future-editorial__image-wrap {
        display: block;
        left: 0;
        width: calc(100% - 90px);
        height: 78%;
    }

    .future-editorial--alt .future-editorial__card {
        right: 0;
        left: auto;
        top: auto;
        bottom: 34px;
        width: min(100% - 12px, 680px);
        padding: 34px 40px 36px;
        background: #ffffff;
    }

    .future-editorial {
        padding-bottom: 68px;
    }

    .future-editorial__shell {
        width: min(100% - 32px, 1220px);
    }

    .future-editorial__frame {
        min-height: 780px;
    }

    .future-editorial__accent {
        width: 240px;
        top: 24px;
        bottom: 240px;
    }

    .future-editorial__image-wrap {
        width: calc(100% - 120px);
        height: 72%;
    }

    .future-editorial__card {
        left: 34px;
        right: 34px;
        top: auto;
        bottom: 34px;
        width: auto;
        padding: 32px 34px 36px;
    }

    .projects-showcase {
        padding: 28px 0 64px;
    }

    .projects-showcase__shell {
        width: min(100% - 16px, 1400px);
    }

    .projects-showcase__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .project-card__media {
        aspect-ratio: 1.4 / 1;
    }

    .challenges-section {
        padding: 64px 0 80px;
    }

    .challenges-section .container {
        width: min(100% - 40px, 1220px);
    }

    .challenges-row {
        grid-template-columns: repeat(2, 319px);
        justify-content: start;
        gap: 62px 54px;
    }

    .challenges-row--top {
        margin-bottom: 62px;
    }

    .challenges-section__heading {
        margin-bottom: 34px;
    }

    .challenges-connector,
    .challenges-curve {
        display: none;
    }
}

@media (max-width: 768px) {
    #futuro .future-editorial__frame {
        min-height: auto;
        padding-top: 18px;
    }

    #futuro .future-editorial__accent {
        left: 0;
        top: 18px;
        bottom: 120px;
        width: 128px;
    }

    #futuro .future-editorial__image-wrap {
        position: relative;
        width: calc(100% - 24px);
        height: auto;
        margin-left: auto;
        aspect-ratio: 1.08 / 1;
    }

    #futuro .future-editorial__card {
        position: relative;
        left: 0;
        right: auto;
        top: -54px;
        bottom: auto;
        width: calc(100% - 44px);
        margin-left: 14px;
        padding: 24px 22px 26px;
    }

    #futuro .future-editorial__card h2 {
        font-size: clamp(1.8rem, 7.5vw, 2.5rem);
    }

    #futuro .future-editorial__card p {
        max-width: none;
        font-size: clamp(1rem, 4.7vw, 1.28rem);
    }

    .future-editorial--alt {
        padding-bottom: 58px;
    }

    .future-editorial--alt .future-editorial__frame {
        padding-top: 18px;
        background: #170714;
    }

    .future-editorial--alt .future-editorial__accent {
        display: block;
        right: 0;
        left: auto;
        top: 18px;
        bottom: 116px;
        width: 631px;
        height: auto;
        background: #0ca38f;
        border: 0;
    }

    .future-editorial--alt .future-editorial__image-wrap {
        display: block;
        left: 0;
        width: calc(100% - 2px);
        margin-right: auto;
        margin-left: 0;
        aspect-ratio: 1.1 / 1;
        overflow: hidden;
    }

    .future-editorial--alt .future-editorial__image-wrap img {
        object-position: 38% center;
    }

    .future-editorial--alt .future-editorial__card {
        right: 0;
        left: auto;
        top: -56px;
        width: calc(100% - 18px);
        margin-right: 14px;
        padding: 28px 28px 30px;
        background: #ffffff;
    }

    .future-editorial--alt .future-editorial__card h2 {
        font-size: clamp(1.75rem, 7.2vw, 2.45rem);
    }

    .future-editorial--alt .future-editorial__card p {
        max-width: none;
        font-size: clamp(1rem, 4.4vw, 1.22rem);
    }

    .future-editorial {
        padding-bottom: 54px;
    }

    .future-editorial__shell {
        width: min(100% - 20px, 1220px);
    }

    .future-editorial__frame {
        min-height: auto;
        padding-top: 18px;
    }

    .future-editorial__accent {
        left: 0;
        top: 18px;
        bottom: 120px;
        width: 128px;
    }

    .future-editorial__image-wrap {
        position: relative;
        width: calc(100% - 24px);
        height: auto;
        margin-left: auto;
        aspect-ratio: 1.08 / 1;
    }

    .future-editorial__card {
        position: relative;
        left: 0;
        right: auto;
        top: -54px;
        bottom: auto;
        width: calc(100% - 44px);
        margin-left: 14px;
        padding: 24px 22px 26px;
    }

    .future-editorial__card h2 {
        font-size: clamp(1.8rem, 7.5vw, 2.5rem);
    }

    .future-editorial__card p {
        max-width: none;
        font-size: clamp(1rem, 4.7vw, 1.28rem);
    }

    .projects-showcase {
        padding: 24px 0 56px;
    }

    .projects-showcase__shell {
        width: min(100% - 20px, 1220px);
    }

    .projects-showcase__heading {
        margin-bottom: 24px;
    }

    .projects-showcase__eyebrow {
        font-size: 0.78rem;
        letter-spacing: 0.12em;
    }

    .projects-showcase__heading h2 {
        font-size: clamp(1.9rem, 9vw, 2.7rem);
    }

    .project-card {
        border-radius: 22px;
    }

    .project-card__body {
        padding: 20px 22px 24px;
        gap: 0.7rem;
    }

    .project-card__description {
        font-size: 1rem;
    }

    .challenges-section {
        padding: 56px 0 72px;
    }

    .challenges-section .container {
        width: min(100% - 24px, 1220px);
    }

    .challenges-row {
        grid-template-columns: 1fr;
        justify-content: start;
        gap: 44px;
    }

    .challenge-card {
        width: min(319px, 100%);
        min-height: 0;
        transform: none !important;
    }

    .challenges-row--top {
        margin-bottom: 44px;
    }

    .challenges-section__heading {
        margin-bottom: 28px;
    }

    .challenges-section__heading h2 {
        font-size: clamp(2.3rem, 10vw, 3.2rem);
    }

    .challenge-card h3 {
        margin-bottom: 14px;
        font-size: clamp(1.45rem, 7vw, 2rem);
        line-height: 1.08;
        max-width: none;
        white-space: normal;
        transform: none !important;
    }

    .challenge-card p {
        max-width: none;
        font-size: clamp(0.98rem, 4.5vw, 1.18rem);
        line-height: 1.45;
        white-space: normal !important;
        margin-top: 0 !important;
    }

    .challenge-card p br {
        display: none;
    }

    .challenges-row--top .challenge-card h3,
    .challenges-row--top .challenge-card:first-child h3,
    .challenges-row--bottom .challenge-card:first-child h3,
    .challenges-row--bottom .challenge-card:nth-child(2) h3 {
        margin-bottom: 14px;
        transform: none !important;
    }

    .challenge-card:first-child p,
    .challenge-card:nth-child(2) p,
    .challenge-card:nth-child(3) p,
    .challenges-row--bottom .challenge-card:first-child p,
    .challenges-row--bottom .challenge-card:nth-child(2) p,
    .challenges-row--bottom .challenge-card:nth-child(3) p {
        margin-top: 0 !important;
        white-space: normal !important;
    }

    .challenges-row--bottom .challenge-card:first-child,
    .challenges-row--bottom .challenge-card:nth-child(2),
    .challenges-row--bottom .challenge-card:nth-child(3) {
        transform: none !important;
    }
}

.build-together {
    padding: 18px 0 28px;
    background: #090c13;
}

.trust-carousel {
    padding: 32px 0 44px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
}

.trust-carousel__shell {
    width: min(100% - 48px, 1220px);
    margin: 0 auto;
}

.trust-carousel__heading {
    margin-bottom: 26px;
    text-align: center;
}

.trust-carousel__heading p {
    margin: 0 0 8px;
    color: #0ca38f;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transform: translateX(23%);
}

.trust-carousel__heading h2 {
    margin: 0;
    color: #3a0940;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.02;
    font-weight: 800;
}

.trust-carousel__viewport {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.trust-carousel__viewport::before,
.trust-carousel__viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}

.trust-carousel__viewport::before {
    left: 0;
    background: linear-gradient(90deg, #f8fbfb 0%, rgba(248, 251, 251, 0) 100%);
}

.trust-carousel__viewport::after {
    right: 0;
    background: linear-gradient(270deg, #f8fbfb 0%, rgba(248, 251, 251, 0) 100%);
}

.trust-carousel__track {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: trustCarouselScroll 34s linear infinite;
}

.trust-carousel__item {
    flex: 0 0 220px;
    min-height: 176px;
    padding: 22px 20px 18px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(12, 163, 143, 0.12);
    box-shadow: 0 12px 30px rgba(16, 28, 38, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
}

.trust-carousel__item img {
    max-width: 150px;
    max-height: 68px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    mix-blend-mode: multiply;
}

.trust-carousel__item span {
    color: #3a0940;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.25;
}

@keyframes trustCarouselScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 10px));
    }
}

.build-together__shell {
    width: min(100% - 48px, 1220px);
    margin: 0 auto;
}

.build-together__panel {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 82%, rgba(0, 146, 123, 0.28) 0%, rgba(0, 146, 123, 0.16) 18%, rgba(3, 13, 18, 0) 48%),
        radial-gradient(circle at 50% 106%, rgba(8, 120, 110, 0.34) 0%, rgba(8, 120, 110, 0.12) 26%, rgba(3, 13, 18, 0) 58%),
        linear-gradient(180deg, #0d1017 0%, #090c13 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 48px rgba(6, 10, 18, 0.24);
}

.build-together__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 8%, rgba(88, 14, 114, 0.16) 0%, rgba(88, 14, 114, 0) 28%),
        radial-gradient(circle at 82% 16%, rgba(7, 106, 135, 0.12) 0%, rgba(7, 106, 135, 0) 22%);
    pointer-events: none;
}

.build-together__panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
    background-size: 140px 140px;
    opacity: 0.12;
    pointer-events: none;
}

.build-together__line {
    position: absolute;
    background: linear-gradient(180deg, rgba(28, 222, 190, 0) 0%, rgba(28, 222, 190, 0.34) 50%, rgba(28, 222, 190, 0) 100%);
    opacity: 0.72;
    z-index: 1;
}

.build-together__line--left {
    left: 3.2%;
    top: 48%;
    width: 1px;
    height: 164px;
}

.build-together__line--right {
    right: 17%;
    top: 13%;
    width: 1px;
    height: 264px;
}

.build-together__line--bottom {
    left: 61.5%;
    bottom: 0;
    width: 1px;
    height: 148px;
}

.build-together__content {
    position: relative;
    z-index: 2;
    width: min(100% - 40px, 760px);
    margin: 0 auto;
    padding: 92px 0 110px;
    text-align: center;
}

.build-together__content h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: 0.9;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.build-together__content h2 span {
    color: #0fc8ab;
}

.build-together__content p {
    margin: 24px auto 0;
    max-width: 34ch;
    color: rgba(233, 237, 242, 0.78);
    font-size: clamp(1.02rem, 1.35vw, 1.38rem);
    line-height: 1.45;
    font-weight: 500;
}

.build-together__actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.build-together__btn {
    min-width: 190px;
    padding: 16px 28px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.build-together__btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.build-together__btn--primary {
    color: #ffffff;
    background: linear-gradient(135deg, #17d2b1 0%, #0ba78f 100%);
    box-shadow: 0 16px 34px rgba(12, 163, 143, 0.24);
}

.build-together__btn--primary:hover {
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(12, 163, 143, 0.32);
}

.build-together__btn--secondary {
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.build-together__btn--secondary:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 992px) {
    .trust-carousel__shell {
        width: min(100% - 32px, 1220px);
    }

    .trust-carousel__item {
        flex-basis: 200px;
        min-height: 168px;
    }

    .build-together__shell {
        width: min(100% - 32px, 1220px);
    }

    .build-together__panel {
        min-height: 560px;
    }

    .build-together__content {
        width: min(100% - 32px, 680px);
        padding: 84px 0 94px;
    }

    .build-together__line--right {
        right: 9%;
        height: 220px;
    }

    .build-together__line--bottom {
        left: 72%;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .trust-carousel {
        padding: 26px 0 34px;
    }

    .trust-carousel__shell {
        width: min(100% - 20px, 1220px);
    }

    .trust-carousel__heading {
        margin-bottom: 20px;
    }

    .trust-carousel__heading p {
        font-size: 0.76rem;
        letter-spacing: 0.12em;
        transform: none;
        white-space: normal;
        line-height: 1.35;
    }

    .trust-carousel__item {
        flex-basis: 170px;
        min-height: 150px;
        padding: 18px 16px 16px;
        border-radius: 18px;
    }

    .trust-carousel__item img {
        max-width: 120px;
        max-height: 56px;
    }

    .trust-carousel__item span {
        font-size: 0.88rem;
    }

    .trust-carousel__viewport::before,
    .trust-carousel__viewport::after {
        width: 42px;
    }

    .build-together {
        padding-top: 0;
    }

    .build-together__shell {
        width: min(100% - 20px, 1220px);
    }

    .build-together__panel {
        min-height: 480px;
    }

    .build-together__content {
        width: min(100% - 24px, 520px);
        padding: 62px 0 72px;
    }

    .build-together__content h2 {
        font-size: clamp(2.5rem, 12vw, 4rem);
        line-height: 0.94;
    }

    .build-together__content p {
        margin-top: 18px;
        font-size: clamp(0.98rem, 4.3vw, 1.12rem);
    }

    .build-together__actions {
        gap: 12px;
        margin-top: 28px;
    }

    .build-together__btn {
        width: 100%;
        min-width: 0;
        padding: 15px 22px;
    }

    .build-together__line--left {
        left: 4%;
        height: 108px;
    }

    .build-together__line--right {
        right: 8%;
        top: 20%;
        height: 140px;
    }

    .build-together__line--bottom {
        left: 76%;
        height: 92px;
    }
}

.footer-address-lines {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.footer-text-bold {
    display: block;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.82rem;
    line-height: 1.4;
}

.footer-col h4 {
    color: #ffffff;
    font-weight: 900;
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.footer-text-bold,
.footer-address-lines,
.footer-contact-list-bold,
.social-icons-bold,
.verified-seal-mini-footer,
.footer-brand,
.location-group-bold {
    text-align: left;
    justify-content: flex-start;
    white-space: normal;
}

.footer-contact-list-bold {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact-list-bold li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.7rem;
    font-size: 0.82rem;
}

.footer-contact-list-bold a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.82rem;
}

.footer-contact-list-bold a:hover {
    color: #bffbf1;
}

.social-icons-bold {
    display: flex;
    gap: 1.1rem;
    margin-top: 1.1rem;
}

.social-icons-bold a {
    color: #ffffff;
    font-size: 1.2rem;
    transition: 0.3s;
}

.social-icons-bold a:hover {
    color: #bffbf1;
    transform: translateY(-5px);
}

.verified-seal-mini-footer {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1rem;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.6);
}

.verified-seal-mini-footer i,
.footer-icon-cyan {
    color: #00f3ff;
}

@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 2rem !important;
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr !important;
    }
}

#footer.main-footer {
    padding: 2.5rem 5% 1.5rem !important;
    margin-bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

#footer .footer-grid {
    display: grid !important;
    grid-template-columns: 2fr 1.2fr 1.2fr 1.2fr !important;
    align-items: flex-start !important;
    justify-content: initial !important;
    gap: 2rem !important;
    max-width: 1200px !important;
    text-align: left !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

#footer .footer-brand,
#footer .footer-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    min-width: 0 !important;
}

#footer .reveal,
#footer .reveal.active {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

#footer .footer-brand p {
    max-width: 320px !important;
    margin-bottom: 0.45rem !important;
    font-size: 0.82rem !important;
    text-align: left !important;
    color: #ffffff !important;
}

#footer .footer-brand p:nth-of-type(2) {
    margin-top: 0 !important;
    margin-left: calc(-5px + 2%) !important;
}

#footer .footer-brand p:nth-of-type(3) {
    margin-left: -2% !important;
}

#footer .footer-logo {
    height: 38px !important;
    width: auto !important;
    margin-bottom: 1.2rem !important;
}

#footer h4,
#footer span,
#footer li,
#footer a,
#footer div,
#footer p {
    color: #ffffff !important;
}

#footer::after {
    content: none !important;
}

@media (max-width: 1024px) {
    #footer .footer-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 600px) {
    #footer .footer-grid {
        grid-template-columns: 1fr !important;
    }
}
