/**
 * Infrastructure page — full-page “real engineering” theme (scoped .page-infrastructure).
 * Loaded after infrastructure-hero.css + story-journey.css.
 */

.page-infrastructure .main-content {
    background: linear-gradient(180deg, #f0fafc 0%, var(--color-bg, #f7fbfc) 35%, #fff 100%);
}

/* —— Shared band: photo + gridlines —— */
.page-infrastructure .infra-page-band {
    position: relative;
    overflow: hidden;
}

.page-infrastructure .infra-page-band > .container {
    position: relative;
    z-index: 1;
}

.infra-page-band__layers {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.infra-page-band__bg-photo {
    position: absolute;
    inset: -4%;
    background-color: #0a3d44;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
    filter: saturate(1.08) contrast(1.06);
}

.infra-page-band__bg-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        118deg,
        rgba(var(--rgb-brand-ink), 0.72) 0%,
        rgba(var(--rgb-teal-deep), 0.48) 42%,
        rgba(6, 42, 48, 0.68) 100%
    );
    opacity: 0.58;
}

.infra-page-band__gridlines {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 0v48H0' fill='none' stroke='%23e8fafc' stroke-opacity='0.09' stroke-width='0.6'/%3E%3C/svg%3E");
    background-size: 48px 48px;
    mix-blend-mode: overlay;
}

.infra-page-band__gridlines--soft {
    opacity: 0.22;
}

.infra-page-band__bg-photo--lead {
    background-image: url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1600&auto=format&fit=crop&q=80");
}

.page-infrastructure .infra-lead-section.infra-page-band .infra-page-band__bg-photo::after {
    opacity: 0.42;
    background: linear-gradient(
        125deg,
        rgba(var(--rgb-brand-ink), 0.5) 0%,
        rgba(var(--rgb-teal-deep), 0.38) 45%,
        rgba(6, 42, 48, 0.55) 100%
    );
}

.page-infrastructure .infra-lead-section.infra-page-band > .container {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #f7fcfd 0%, #eef8fa 55%, #e8f4f7 100%);
    border-radius: clamp(14px, 2vw, 20px);
    padding-top: clamp(1.5rem, 3.5vw, 2.25rem);
    padding-bottom: clamp(1.5rem, 3.5vw, 2.25rem);
    box-shadow:
        0 12px 40px rgba(var(--rgb-brand-ink), 0.1),
        0 0 0 1px rgba(var(--rgb-teal-deep), 0.12);
    border: 1px solid rgba(var(--rgb-teal-deep), 0.16);
}

.page-infrastructure .infra-lead-section__header {
    position: relative;
    z-index: 1;
}

/* Lead copy: always readable (no glass / no reveal fade) */
.page-infrastructure .infra-lead-section__header .section__eyebrow,
.page-infrastructure .infra-lead-section .section__header.infra-lead-section__header .section__eyebrow {
    color: rgba(var(--rgb-teal-deep), 0.95) !important;
}

.page-infrastructure .infra-lead-section__header .section__title,
.page-infrastructure .infra-lead-section .section__header.infra-lead-section__header .section__title {
    color: #042a30 !important;
    font-weight: 800;
}

.page-infrastructure .infra-lead-section__header .section__intro,
.page-infrastructure .infra-lead-section .section__header.infra-lead-section__header .section__intro {
    color: rgba(15, 56, 62, 0.88) !important;
    max-width: 42rem;
}

.infra-page-band__bg-photo--projects {
    background-image: url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?w=1600&auto=format&fit=crop&q=80");
}

.page-infrastructure .infra-projects.infra-page-band {
    background: linear-gradient(180deg, rgba(var(--rgb-brand-ink), 0.04) 0%, rgba(232, 248, 250, 0.35) 100%);
}

.page-infrastructure .infra-projects.infra-page-band .infra-page-band__bg-photo::after {
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(var(--rgb-brand-ink), 0.35) 0%, rgba(var(--rgb-teal-deep), 0.28) 100%);
}

.infra-page-band__bg-photo--process {
    background-image: url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1600&auto=format&fit=crop&q=80");
}

.page-infrastructure .infra-process-band.infra-page-band .infra-page-band__bg-photo::after {
    opacity: 0.45;
}

.infra-page-band__bg-photo--execution {
    background-image: url("https://images.unsplash.com/photo-1590644360187-2993a16cac87?w=1600&auto=format&fit=crop&q=80");
}

.page-infrastructure .infra-execution.infra-page-band .infra-page-band__bg-photo::after {
    opacity: 0.38;
}

.infra-page-band__bg-photo--capabilities {
    background-image: url("https://images.unsplash.com/photo-1565193566173-7a0ee3dbe261?w=1600&auto=format&fit=crop&q=80");
}

.page-infrastructure .infra-capabilities.infra-page-band .infra-page-band__bg-photo::after {
    opacity: 0.46;
}

.infra-page-band__bg-photo--journey {
    background-image: url("https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1600&auto=format&fit=crop&q=80");
}

.page-infrastructure .infra-journey.infra-page-band .infra-page-band__bg-photo::after {
    opacity: 0.44;
}

.infra-page-band__bg-photo--case {
    background-image: url("https://images.unsplash.com/photo-1474487548417-781cb71495cc?w=1600&auto=format&fit=crop&q=80");
}

.page-infrastructure .infra-case.infra-page-band .infra-page-band__bg-photo::after {
    opacity: 0.4;
}

.infra-page-band__bg-photo--sectors {
    background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1600&auto=format&fit=crop&q=80");
}

.page-infrastructure .infra-sectors.infra-page-band .infra-page-band__bg-photo::after {
    opacity: 0.72;
}

.page-infrastructure .infra-cta-final.infra-page-band .infra-page-band__bg-photo::after {
    opacity: 0.78;
    background: linear-gradient(165deg, rgba(var(--rgb-brand-ink), 0.82) 0%, rgba(var(--rgb-teal-deep), 0.55) 50%, rgba(var(--rgb-brand-ink), 0.88) 100%);
}

/* —— Scroll reveal —— */
.page-infrastructure .js-infra-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-infrastructure .js-infra-reveal.is-revealed {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .page-infrastructure .js-infra-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* —— Projects grid —— */
.infra-projects__header {
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.page-infrastructure .infra-projects .section__title {
    color: #063a42;
    font-weight: 800;
}

.page-infrastructure .infra-projects .section__intro {
    color: rgba(15, 56, 62, 0.7);
    line-height: 1.72;
    max-width: 40rem;
}

.infra-projects__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: clamp(1.35rem, 3.5vw, 2rem);
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .infra-projects__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .infra-projects__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.infra-project-card {
    list-style: none;
    margin: 0;
    border-radius: clamp(14px, 2vw, 18px);
    overflow: hidden;
    background: #fff;
    box-shadow:
        0 8px 32px rgba(var(--rgb-teal-deep), 0.1),
        0 0 0 1px rgba(var(--rgb-teal-deep), 0.06);
    opacity: 0;
    transform: translateY(20px);
}

.infra-projects__grid--inview .infra-project-card {
    animation: infra-project-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.infra-projects__grid--inview .infra-project-card:nth-child(1) {
    animation-delay: 0.05s;
}

.infra-projects__grid--inview .infra-project-card:nth-child(2) {
    animation-delay: 0.1s;
}

.infra-projects__grid--inview .infra-project-card:nth-child(3) {
    animation-delay: 0.15s;
}

.infra-projects__grid--inview .infra-project-card:nth-child(4) {
    animation-delay: 0.2s;
}

.infra-projects__grid--inview .infra-project-card:nth-child(5) {
    animation-delay: 0.25s;
}

.infra-projects__grid--inview .infra-project-card:nth-child(6) {
    animation-delay: 0.3s;
}

@keyframes infra-project-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .infra-project-card {
        opacity: 1;
        transform: none;
        animation: none !important;
    }
}

.infra-project-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.infra-project-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.infra-project-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(var(--rgb-brand-ink), 0.1) 40%,
        rgba(var(--rgb-brand-ink), 0.82) 100%
    );
    transition: opacity 0.4s ease, background 0.4s ease;
}

.infra-project-card__copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: clamp(1rem, 3vw, 1.35rem);
    z-index: 1;
}

.infra-project-card__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1rem, 1.2vw + 0.85rem, 1.15rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.infra-project-card__cat {
    margin: 0.35rem 0 0;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(158, 229, 200, 0.95);
    opacity: 0.92;
    transition:
        opacity 0.35s ease,
        color 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
    .infra-project-card:hover .infra-project-card__img {
        transform: scale(1.06);
    }

    .infra-project-card:hover .infra-project-card__overlay {
        background: linear-gradient(
            180deg,
            rgba(var(--rgb-brand-ink), 0.25) 0%,
            rgba(var(--rgb-brand-ink), 0.55) 45%,
            rgba(var(--rgb-brand-ink), 0.92) 100%
        );
    }

    .infra-project-card:hover .infra-project-card__title {
        transform: translateY(-2px);
    }

    .infra-project-card:hover .infra-project-card__cat {
        color: #fff;
        opacity: 1;
    }
}

/* —— Process band —— */
.infra-process {
    display: grid;
    gap: clamp(1.15rem, 3vw, 1.5rem);
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .infra-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .infra-process {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.infra-process__step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: clamp(1.15rem, 2.5vw, 1.4rem);
    border-radius: var(--card-radius-global, clamp(16px, 1.8vw, 20px));
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(var(--rgb-teal-deep), 0.1);
    box-shadow: var(--shadow-card-unified, 0 10px 36px rgba(var(--rgb-teal-deep), 0.09));
    transition:
        transform 0.3s var(--ease-story, cubic-bezier(0.22, 1, 0.36, 1)),
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.infra-process__step .infra-process__body h4 {
    margin: 0 0 0.35rem;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: #063a42;
}

.infra-process__step .infra-process__body p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.62;
    color: rgba(15, 56, 62, 0.68);
}

@media (hover: hover) and (pointer: fine) {
    .infra-process__step:hover {
        transform: translateY(-4px);
        border-color: rgba(var(--rgb-teal-bright), 0.28);
        box-shadow: var(--shadow-card-unified-hover, 0 22px 56px rgba(var(--rgb-teal-deep), 0.14));
    }

    .infra-process__step:hover .ui-icon-3d {
        transform: scale(1.05) rotate(2deg);
        box-shadow:
            inset 0 1px 1px rgba(255, 255, 255, 0.85),
            0 12px 28px rgba(var(--rgb-teal-deep), 0.12),
            0 0 24px rgba(var(--rgb-teal-bright), 0.2);
    }
}

/* —— Execution split —— */
.infra-execution__inner {
    display: grid;
    gap: clamp(1.75rem, 4vw, 2.75rem);
    align-items: start;
}

@media (min-width: 900px) {
    .infra-execution__inner {
        grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
        align-items: stretch;
    }
}

.infra-execution__visual {
    position: relative;
    border-radius: clamp(16px, 2.2vw, 22px);
    overflow: hidden;
    min-height: min(52vh, 420px);
    box-shadow:
        0 20px 56px rgba(var(--rgb-teal-deep), 0.14),
        0 0 0 1px rgba(var(--rgb-teal-deep), 0.08);
}

.infra-execution__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 42%;
    display: block;
}

.infra-execution__veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(var(--rgb-brand-ink), 0.15) 0%,
        rgba(var(--rgb-teal-deep), 0.42) 55%,
        rgba(var(--rgb-brand-ink), 0.65) 100%
    );
    mix-blend-mode: multiply;
    opacity: 0.85;
}

.infra-execution__bp-mini {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    pointer-events: none;
}

.infra-execution__bp-mini svg {
    width: 100%;
    height: 100%;
}

.page-infrastructure .infra-execution .section__title {
    color: #063a42;
    font-weight: 800;
}

.page-infrastructure .infra-execution .section__intro {
    color: rgba(15, 56, 62, 0.68);
    line-height: 1.72;
}

.infra-execution__accordions {
    max-width: none;
}

@media (min-width: 900px) {
    .infra-execution__visual {
        position: sticky;
        top: calc(var(--story-space-y, 5rem) * 0.5);
    }
}

/* —— Capabilities grid —— */
.page-infrastructure .infra-capabilities .section__title {
    font-weight: 800;
    color: #063a42;
}

.infra-cap-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: clamp(0.9rem, 2vw, 1.15rem);
    grid-template-columns: 1fr;
}

@media (min-width: 520px) {
    .infra-cap-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .infra-cap-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.infra-cap-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: clamp(0.95rem, 2vw, 1.15rem) clamp(1rem, 2vw, 1.2rem);
    border-radius: clamp(12px, 1.6vw, 16px);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(var(--rgb-teal-deep), 0.1);
    box-shadow: 0 6px 24px rgba(var(--rgb-teal-deep), 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.infra-cap-item__text {
    font-size: 0.9375rem;
    line-height: 1.45;
    color: rgba(15, 56, 62, 0.82);
    font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
    .infra-cap-item:hover {
        transform: translateY(-3px);
        border-color: rgba(var(--rgb-teal-bright), 0.25);
        box-shadow: 0 14px 40px rgba(var(--rgb-teal-deep), 0.1);
    }
}

/* —— Journey timeline —— */
.infra-journey__timeline {
    display: grid;
    gap: clamp(1.25rem, 3vw, 1.75rem);
    position: relative;
    padding-left: 0.25rem;
}

@media (min-width: 640px) {
    .infra-journey__timeline {
        padding-left: 1.5rem;
        border-left: 3px solid rgba(var(--rgb-teal-bright), 0.55);
    }
}

.infra-journey__step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: clamp(1.1rem, 2.5vw, 1.35rem);
    border-radius: var(--card-radius-global, clamp(16px, 1.8vw, 20px));
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(var(--rgb-teal-deep), 0.09);
    box-shadow: 0 8px 32px rgba(var(--rgb-teal-deep), 0.07);
}

.infra-journey__body h4 {
    margin: 0 0 0.4rem;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: #063a42;
}

.infra-journey__body p {
    margin: 0;
    color: rgba(15, 56, 62, 0.72);
    line-height: 1.65;
}

.page-infrastructure .infra-journey .section__title {
    font-weight: 800;
    color: #063a42;
}

/* —— Case study —— */
.infra-case__grid {
    display: grid;
    gap: clamp(1.5rem, 4vw, 2.25rem);
    align-items: stretch;
}

@media (min-width: 900px) {
    .infra-case__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) minmax(0, 0.85fr);
    }
}

.infra-case__visual {
    position: relative;
    border-radius: clamp(16px, 2vw, 20px);
    overflow: hidden;
    min-height: 240px;
    box-shadow: 0 16px 48px rgba(var(--rgb-teal-deep), 0.12);
}

.infra-case__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 55%;
    display: block;
    min-height: 240px;
}

.infra-case__veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(var(--rgb-teal-deep), 0.35) 0%, rgba(var(--rgb-brand-ink), 0.5) 100%);
    opacity: 0.75;
}

.infra-case__main .case-study__badge {
    color: rgba(var(--rgb-teal-bright), 0.95);
}

.infra-case__main h3 {
    color: #063a42;
    font-weight: 800;
}

.infra-case__main > p:not(.case-study__badge) {
    color: rgba(15, 56, 62, 0.72);
    line-height: 1.72;
}

.infra-case__metrics {
    margin-top: 1rem;
}

.infra-case__metric-sub {
    display: block;
    font-size: 0.85rem;
    color: rgba(15, 56, 62, 0.58);
    margin-top: 0.2rem;
}

.infra-case__cta {
    margin-top: 1rem;
}

.infra-case__aside {
    margin: 0;
    border-radius: clamp(16px, 2vw, 20px);
    border: 1px solid rgba(var(--rgb-teal-deep), 0.1);
    box-shadow: 0 10px 36px rgba(var(--rgb-teal-deep), 0.08);
}

.infra-case__aside h3:first-of-type {
    margin-top: 0;
}

/* —— Sectors —— */
.page-infrastructure .infra-sectors .section__title {
    font-weight: 800;
    color: #063a42;
}

.page-infrastructure .infra-sectors .industry-pill {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(var(--rgb-teal-deep), 0.14);
    color: #063a42;
    font-weight: 600;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .page-infrastructure .infra-sectors .industry-pill:hover {
        transform: translateY(-3px);
        border-color: rgba(var(--rgb-teal-bright), 0.35);
        box-shadow: 0 10px 28px rgba(var(--rgb-teal-deep), 0.1);
    }
}

.infra-sector-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.infra-sector-pill__icon {
    display: flex;
    color: rgba(var(--rgb-teal-deep), 0.75);
}

.infra-sector-pill__icon svg {
    width: 1.15rem;
    height: 1.15rem;
    stroke-width: 1.5;
}

.infra-sectors__cta .btn--primary {
    box-shadow: 0 6px 24px rgba(var(--rgb-teal-deep), 0.2);
}

/* —— Layer / legacy overrides (hero.css patterns vs photo bands) —— */
.page-infrastructure .main-content .section.infra-lead-section.infra-page-band.story-band--light::before {
    display: none;
}

.page-infrastructure .main-content > section.infra-page-band.section--alt {
    background: transparent;
}

.page-infrastructure .infra-process-band > .container,
.page-infrastructure .infra-capabilities > .container,
.page-infrastructure .infra-journey > .container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(248, 252, 253, 0.75) 100%);
    border-radius: clamp(14px, 2vw, 20px);
    padding-top: clamp(1.25rem, 3vw, 2rem);
    padding-bottom: clamp(1.25rem, 3vw, 2rem);
    box-shadow: 0 8px 36px rgba(var(--rgb-teal-deep), 0.06);
    border: 1px solid rgba(var(--rgb-teal-deep), 0.06);
}

.page-infrastructure .infra-sectors > .container {
    background: rgba(255, 255, 255, 0.78);
    border-radius: clamp(14px, 2vw, 20px);
    padding-top: clamp(1.25rem, 3vw, 2rem);
    padding-bottom: clamp(1.25rem, 3vw, 2rem);
    box-shadow: 0 8px 32px rgba(var(--rgb-teal-deep), 0.07);
    border: 1px solid rgba(var(--rgb-teal-deep), 0.07);
}

.page-infrastructure .infra-projects > .container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 252, 253, 0.86) 100%);
    border-radius: clamp(14px, 2vw, 20px);
    padding-top: clamp(1.5rem, 3.5vw, 2.25rem);
    padding-bottom: clamp(1.5rem, 3.5vw, 2.25rem);
    box-shadow: 0 10px 40px rgba(var(--rgb-teal-deep), 0.07);
    border: 1px solid rgba(var(--rgb-teal-deep), 0.07);
}

.page-infrastructure .infra-execution > .container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(252, 254, 255, 0.85) 100%);
    border-radius: clamp(14px, 2vw, 20px);
    padding-top: clamp(1.5rem, 3.5vw, 2.25rem);
    padding-bottom: clamp(1.5rem, 3.5vw, 2.25rem);
    box-shadow: 0 10px 40px rgba(var(--rgb-teal-deep), 0.07);
    border: 1px solid rgba(var(--rgb-teal-deep), 0.07);
}

.page-infrastructure .infra-case > .container {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.72) 0%, rgba(248, 252, 253, 0.65) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: clamp(14px, 2vw, 20px);
    padding-top: clamp(1.5rem, 3.5vw, 2.25rem);
    padding-bottom: clamp(1.5rem, 3.5vw, 2.25rem);
    box-shadow:
        0 14px 44px rgba(var(--rgb-brand-ink), 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(var(--rgb-teal-deep), 0.12);
}

/* —— Cohesive polish: depth, flow, motion (no text changes) —— */
.infra-lead-deco {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.infra-lead-deco__float {
    position: absolute;
    display: flex;
    opacity: 0.55;
    filter: drop-shadow(0 4px 20px rgba(var(--rgb-brand-ink), 0.2));
}

.infra-lead-deco__float--a {
    top: 12%;
    right: 8%;
    animation: infra-lead-float 9s ease-in-out infinite;
}

.infra-lead-deco__float--b {
    bottom: 22%;
    right: 14%;
    animation: infra-lead-float 11s ease-in-out infinite 1s;
}

.infra-lead-deco__float--c {
    top: 38%;
    right: 22%;
    animation: infra-lead-float 8s ease-in-out infinite 0.5s;
}

@keyframes infra-lead-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-6px, 8px, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .infra-lead-deco__float {
        animation: none;
    }
}

.page-infrastructure .infra-lead-section.infra-page-band .infra-page-band__layers {
    z-index: 0;
}

.page-infrastructure .infra-lead-section .infra-stat-grid {
    position: relative;
    padding: clamp(1rem, 2.5vw, 1.5rem);
    margin-left: calc(-1 * clamp(0.5rem, 2vw, 1rem));
    margin-right: calc(-1 * clamp(0.5rem, 2vw, 1rem));
    border-radius: clamp(12px, 2vw, 18px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 250, 252, 0.88) 70%),
        url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?w=1200&auto=format&fit=crop&q=70") center / cover no-repeat;
    background-blend-mode: normal, multiply;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.page-infrastructure .infra-stat-card {
    background: #fff;
    border: 1px solid rgba(var(--rgb-teal-deep), 0.14);
    box-shadow:
        0 8px 28px rgba(var(--rgb-brand-ink), 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.infra-stat-card__suffix {
    font-weight: 800;
}

@media (hover: hover) and (pointer: fine) {
    .page-infrastructure .infra-stat-card:hover {
        transform: translateY(-4px) scale(1.03);
        border-color: rgba(var(--rgb-teal-bright), 0.35);
        box-shadow:
            0 16px 40px rgba(var(--rgb-teal-deep), 0.16),
            0 0 0 1px rgba(158, 229, 200, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }
}

.infra-project-card__badge {
    display: inline-block;
    padding: 0.28rem 0.65rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e8fafc;
    background: rgba(var(--rgb-brand-ink), 0.55);
    border: 1px solid rgba(158, 229, 200, 0.35);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.infra-project-card {
    transition:
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s ease;
    box-shadow:
        0 10px 36px rgba(var(--rgb-brand-ink), 0.12),
        0 0 0 1px rgba(var(--rgb-teal-deep), 0.08);
}

.infra-project-card__overlay {
    background: linear-gradient(
        185deg,
        rgba(var(--rgb-brand-ink), 0.15) 0%,
        rgba(var(--rgb-brand-ink), 0.45) 45%,
        rgba(var(--rgb-brand-ink), 0.92) 100%
    );
}

.infra-project-card__title {
    text-shadow:
        0 2px 16px rgba(0, 0, 0, 0.5),
        0 1px 3px rgba(0, 0, 0, 0.4);
}

@media (hover: hover) and (pointer: fine) {
    .infra-project-card:hover {
        transform: translateY(-5px);
        box-shadow:
            0 22px 56px rgba(var(--rgb-brand-ink), 0.22),
            0 0 0 1px rgba(158, 229, 200, 0.45),
            0 0 32px rgba(var(--rgb-teal-bright), 0.2);
    }

    .infra-project-card:hover .infra-project-card__overlay {
        background: linear-gradient(
            185deg,
            rgba(var(--rgb-brand-ink), 0.45) 0%,
            rgba(var(--rgb-brand-ink), 0.65) 40%,
            rgba(var(--rgb-brand-ink), 0.96) 100%
        );
    }
}

.page-infrastructure .infra-projects > .container {
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.7) 0%, rgba(248, 252, 253, 0.62) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

@media (min-width: 1100px) {
    .infra-process {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0;
        position: relative;
        padding-top: 0.5rem;
    }

    .infra-process::before {
        content: "";
        position: absolute;
        top: 2.75rem;
        left: 8%;
        right: 8%;
        height: 3px;
        border-radius: 3px;
        background: linear-gradient(90deg, rgba(var(--rgb-teal-bright), 0.15), rgba(var(--rgb-teal-bright), 0.55), rgba(var(--rgb-green), 0.45), rgba(var(--rgb-teal-bright), 0.15));
        z-index: 0;
        pointer-events: none;
    }

    .infra-process__step {
        flex: 1;
        position: relative;
        z-index: 1;
        margin: 0 0.35rem;
    }
}

.infra-exec-timeline {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.infra-exec-timeline__step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem 1rem;
    align-items: start;
    position: relative;
    padding-left: 0.25rem;
}

.infra-exec-timeline__step::before {
    content: "";
    position: absolute;
    left: 1.15rem;
    top: 2.5rem;
    bottom: -0.65rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(var(--rgb-teal-bright), 0.45), rgba(var(--rgb-teal-bright), 0.12));
    border-radius: 2px;
}

.infra-exec-timeline__step:last-child::before {
    display: none;
}

.infra-exec-timeline__icon {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #0a3d44;
    background: linear-gradient(145deg, rgba(232, 248, 250, 0.95), rgba(200, 236, 242, 0.85));
    border: 1px solid rgba(var(--rgb-teal-deep), 0.15);
    box-shadow: 0 6px 18px rgba(var(--rgb-teal-deep), 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.infra-exec-timeline__icon svg {
    width: 1.2rem;
    height: 1.2rem;
    stroke-width: 1.5;
}

.infra-exec-timeline__panel {
    margin: 0;
    border-radius: clamp(12px, 1.6vw, 16px);
    border: 1px solid rgba(var(--rgb-teal-deep), 0.1);
    background: rgba(255, 255, 255, 0.88);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .infra-exec-timeline__step:hover .infra-exec-timeline__icon {
        transform: scale(1.06);
        border-color: rgba(var(--rgb-teal-bright), 0.35);
        box-shadow: 0 10px 26px rgba(var(--rgb-teal-deep), 0.12);
    }

    .infra-exec-timeline__step:hover .infra-exec-timeline__panel {
        border-color: rgba(var(--rgb-teal-bright), 0.28);
        box-shadow: 0 12px 32px rgba(var(--rgb-teal-deep), 0.1);
    }
}

@media (min-width: 900px) {
    .infra-execution--visual-right .infra-execution__visual {
        order: 2;
    }

    .infra-execution--visual-right .infra-execution__content {
        order: 1;
    }
}

.page-infrastructure .infra-cap-grid {
    position: relative;
}

.page-infrastructure .infra-cap-grid::before {
    content: "";
    position: absolute;
    inset: -0.75rem;
    border-radius: clamp(16px, 2vw, 22px);
    opacity: 0.07;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1.5' cy='1.5' r='1' fill='%231f7c8a'/%3E%3C/svg%3E");
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 0;
}

.page-infrastructure .infra-cap-item {
    position: relative;
    z-index: 1;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.82) 0%, rgba(248, 252, 253, 0.75) 100%);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
    .page-infrastructure .infra-cap-item:hover {
        background: linear-gradient(145deg, rgba(232, 248, 250, 0.95) 0%, rgba(200, 236, 242, 0.55) 100%);
        border-color: rgba(var(--rgb-teal-bright), 0.32);
    }
}

.infra-journey__timeline {
    position: relative;
    padding-left: 0;
}

@media (min-width: 640px) {
    .infra-journey__timeline {
        padding-left: 2rem;
        border-left: none;
    }

    .infra-journey__timeline::before {
        content: "";
        position: absolute;
        left: 0.55rem;
        top: 0.5rem;
        bottom: 0.5rem;
        width: 3px;
        border-radius: 3px;
        background: linear-gradient(180deg, rgba(var(--rgb-teal-bright), 0.75), rgba(var(--rgb-green), 0.55), rgba(var(--rgb-teal-bright), 0.35));
    }
}

.infra-journey__step {
    position: relative;
    margin-left: 0;
}

@media (min-width: 640px) {
    .infra-journey__step::before {
        content: "";
        position: absolute;
        left: -1.6rem;
        top: 1.65rem;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: linear-gradient(145deg, #fff, rgba(200, 236, 242, 0.95));
        border: 2px solid rgba(var(--rgb-teal-bright), 0.85);
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.85);
        z-index: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .infra-journey__step::before {
        animation: infra-journey-node 2.8s ease-in-out infinite;
    }

    @keyframes infra-journey-node {
        0%,
        100% {
            box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.85);
        }

        50% {
            box-shadow:
                0 0 0 4px rgba(255, 255, 255, 0.85),
                0 0 0 8px rgba(var(--rgb-teal-bright), 0.15);
        }
    }
}

.infra-case__visual {
    min-height: min(52vh, 420px);
}

.infra-case__img {
    min-height: min(52vh, 420px);
}

.infra-case__metric {
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(232, 248, 250, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
    border: 1px solid rgba(var(--rgb-teal-deep), 0.1);
    box-shadow: 0 6px 20px rgba(var(--rgb-teal-deep), 0.06);
}

.infra-case__metric-num {
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 800;
    background: linear-gradient(120deg, #063a42 0%, rgba(var(--rgb-teal-bright), 0.95) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .infra-case__cta-btn {
        transition:
            color 0.3s ease,
            transform 0.3s ease,
            text-shadow 0.3s ease;
    }

    .infra-case__cta-btn:hover {
        color: rgba(var(--rgb-teal-bright), 1);
        transform: translateX(4px);
        text-shadow: 0 0 24px rgba(var(--rgb-teal-bright), 0.35);
    }
}

.page-infrastructure .infra-cta-final.infra-page-band {
    position: relative;
}

.page-infrastructure .infra-cta-final > .container {
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.62) 0%, rgba(232, 248, 250, 0.52) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow:
        0 20px 60px rgba(var(--rgb-brand-ink), 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.page-infrastructure .infra-cta-final .section__title {
    color: #042428;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.infra-cta-final__btn {
    position: relative;
    box-shadow:
        0 6px 28px rgba(var(--rgb-teal-deep), 0.35),
        0 0 24px rgba(158, 229, 200, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (prefers-reduced-motion: no-preference) {
    .infra-cta-final__btn {
        animation: infra-cta-pulse 2.8s ease-in-out infinite;
    }

    @keyframes infra-cta-pulse {
        0%,
        100% {
            box-shadow:
                0 6px 28px rgba(var(--rgb-teal-deep), 0.35),
                0 0 20px rgba(158, 229, 200, 0.2);
        }

        50% {
            box-shadow:
                0 10px 36px rgba(var(--rgb-teal-deep), 0.45),
                0 0 36px rgba(76, 175, 80, 0.28);
        }
    }
}

@media (hover: hover) and (pointer: fine) {
    .infra-cta-final__btn:hover {
        transform: translateY(-2px);
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .infra-cta-final__btn {
        animation: none;
    }
}

.page-infrastructure .infra-process-band > .container,
.page-infrastructure .infra-capabilities > .container,
.page-infrastructure .infra-journey > .container,
.page-infrastructure .infra-execution > .container {
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.64) 0%, rgba(248, 252, 253, 0.56) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        0 14px 44px rgba(var(--rgb-brand-ink), 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(var(--rgb-teal-deep), 0.12);
}

/* —— Our services: clean pro band (no imagery on cards) —— */
.page-infrastructure .main-content .section.infra-services--pro.story-band--mist {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 52% 42% at 14% 18%, rgba(var(--rgb-teal-bright), 0.07), transparent 58%),
        radial-gradient(ellipse 48% 38% at 90% 82%, rgba(76, 175, 80, 0.055), transparent 52%),
        linear-gradient(178deg, #f8fbfa 0%, #f3f8f7 48%, #f8fbfa 100%);
    border-top: 1px solid rgba(15, 47, 47, 0.06);
}

.page-infrastructure .main-content .section.infra-services--pro::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M56 0v56H0' fill='none' stroke='%230f2f2f' stroke-width='0.35' opacity='0.14'/%3E%3C/svg%3E");
    background-size: 56px 56px;
}

.page-infrastructure .infra-services--pro > .container {
    position: relative;
    z-index: 1;
}

.page-infrastructure .infra-services__ambient {
    position: absolute;
    inset: -12% -8%;
    pointer-events: none;
    z-index: 0;
}

.page-infrastructure .infra-services__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    opacity: 0.42;
}

.page-infrastructure .infra-services__orb--a {
    width: min(42vw, 380px);
    height: min(42vw, 380px);
    left: -6%;
    top: 8%;
    background: rgba(var(--rgb-teal-bright), 0.22);
}

.page-infrastructure .infra-services__orb--b {
    width: min(36vw, 320px);
    height: min(36vw, 320px);
    right: -4%;
    top: 38%;
    background: rgba(76, 175, 80, 0.14);
}

.page-infrastructure .infra-services__orb--c {
    width: min(48vw, 420px);
    height: min(48vw, 420px);
    left: 38%;
    bottom: -18%;
    background: rgba(var(--rgb-teal-deep), 0.12);
}

.page-infrastructure .infra-services__header--pro {
    max-width: 40rem;
    margin-bottom: clamp(2rem, 4.5vw, 2.85rem);
}

.page-infrastructure .infra-services__header--pro .section__title {
    color: #0f2f2f;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.page-infrastructure .infra-services__header--pro .section__intro {
    margin-top: 0.65rem;
    color: #6b7c7c;
    line-height: 1.65;
    max-width: 36rem;
}

.page-infrastructure .infra-services__grid--pro {
    position: relative;
    gap: clamp(1.35rem, 3.2vw, 2rem);
}

.page-infrastructure .infra-services--pro .infra-service-card--pro {
    overflow: hidden;
    isolation: isolate;
    padding: clamp(1.5rem, 2.8vw, 1.75rem) clamp(1.45rem, 2.6vw, 1.65rem) clamp(2.6rem, 4vw, 2.85rem)
        clamp(1.45rem, 2.6vw, 1.65rem);
    padding-left: calc(0.85rem + 5px + clamp(1.05rem, 2.2vw, 1.25rem));
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow:
        0 4px 20px rgba(15, 47, 47, 0.05),
        0 1px 3px rgba(15, 47, 47, 0.04);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.page-infrastructure .infra-services--pro .infra-service-card--t1 {
    background: linear-gradient(165deg, #fff 0%, #fafdfc 100%);
}

.page-infrastructure .infra-services--pro .infra-service-card--t2 {
    background: linear-gradient(165deg, #fff 0%, #f9fbfa 100%);
}

.page-infrastructure .infra-services--pro .infra-service-card--t3 {
    background: linear-gradient(165deg, #fff 0%, #f8fbfa 100%);
}

.page-infrastructure .infra-services--pro .infra-service-card--t4 {
    background: linear-gradient(165deg, #fff 0%, #f7faf9 100%);
}

.page-infrastructure .infra-services--pro .infra-service-card__accent {
    top: clamp(1.15rem, 2.5vw, 1.45rem);
    bottom: clamp(1.15rem, 2.5vw, 1.45rem);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
}

.page-infrastructure .infra-services--pro .infra-service-card__top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.page-infrastructure .infra-services--pro .infra-service-card__icon {
    margin-bottom: 0;
}

.page-infrastructure .infra-services--pro .infra-service-card__rule {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 0 1rem;
    background: linear-gradient(90deg, rgba(var(--rgb-teal-deep), 0.2) 0%, rgba(0, 0, 0, 0.06) 55%, transparent 100%);
}

.page-infrastructure .infra-services--pro .infra-service-card__title {
    color: #0f2f2f;
}

.page-infrastructure .infra-services--pro .infra-service-card__desc {
    color: #6b7c7c;
    max-width: none;
}

.page-infrastructure .infra-services--pro .infra-service-card__hint {
    position: absolute;
    right: clamp(1.1rem, 2.2vw, 1.35rem);
    bottom: clamp(1.05rem, 2vw, 1.25rem);
    z-index: 2;
    margin-top: 0;
    align-self: auto;
    opacity: 0.28;
    transform: translateX(0);
    transition:
        opacity 0.35s ease,
        color 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
    .page-infrastructure .infra-services--pro .infra-service-card--pro:hover {
        transform: translateY(-6px);
        border-color: rgba(var(--rgb-teal-bright), 0.42);
        box-shadow:
            0 22px 48px rgba(15, 47, 47, 0.1),
            0 8px 24px rgba(var(--rgb-teal-deep), 0.08),
            0 0 0 1px rgba(var(--rgb-teal-bright), 0.12);
    }

    .page-infrastructure .infra-services--pro .infra-service-card--pro:hover .infra-service-card__hint {
        opacity: 1;
        color: rgba(var(--rgb-teal-bright), 0.85);
        transform: translateX(5px);
    }

    .page-infrastructure .infra-services--pro .infra-service-card--pro:hover .ui-icon-3d {
        transform: scale(1.06) rotate(2deg);
        box-shadow:
            inset 0 1px 1px rgba(255, 255, 255, 0.88),
            inset 0 -1px 1px rgba(var(--rgb-teal-deep), 0.05),
            0 12px 28px rgba(var(--rgb-teal-deep), 0.12),
            0 0 28px rgba(var(--rgb-teal-bright), 0.35);
    }

    .page-infrastructure .infra-services--pro .infra-service-card--pro:hover .infra-service-card__accent {
        box-shadow:
            0 0 20px rgba(158, 229, 200, 0.45),
            0 0 0 1px rgba(255, 255, 255, 0.35) inset;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-infrastructure .infra-services--pro .infra-service-card--pro:hover {
        transform: none;
    }

    .page-infrastructure .infra-services--pro .infra-service-card--pro:hover .infra-service-card__hint {
        transform: none;
    }

    .page-infrastructure .infra-services--pro .infra-service-card--pro:hover .ui-icon-3d {
        transform: none;
    }
}
