.s02 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin: 0;
    padding-bottom: 100px;
    background: #030811;
    color: #ffffff;
}

.s02::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    z-index: 3;
    background: linear-gradient(90deg, transparent, rgba(185, 149, 79, 0.72), transparent);
    pointer-events: none;
}

.s02__split {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
    min-height: 680px;
}

.s02__left {
    --s02-left-x: clamp(34px, 6vw, 82px);
    --s02-left-top: clamp(64px, 7vw, 92px);
    --s02-left-bottom: clamp(18px, 2vw, 28px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: var(--s02-left-top) var(--s02-left-x) var(--s02-left-bottom);
    background:
        linear-gradient(124deg, rgba(185, 149, 79, 0.14) 0%, rgba(185, 149, 79, 0) 34%),
        linear-gradient(154deg, #030a18 0%, #07172d 54%, #080b12 100%);
    color: #ffffff;
    overflow: hidden;
}

.s02__left::before,
.s02__right::before,
.s02__bridge::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(185, 149, 79, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(185, 149, 79, 0.04) 1px, transparent 1px);
    background-size: 76px 76px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 88%, transparent 100%);
    pointer-events: none;
}

.s02__left::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 30%),
        linear-gradient(90deg, rgba(3, 10, 24, 0), rgba(3, 10, 24, 0.32));
    pointer-events: none;
}

.s02__left > * {
    position: relative;
    z-index: 1;
}

.s02__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    color: #e3d2ad;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.s02__eyebrow::before {
    content: "";
    width: 54px;
    height: 1px;
    background: #b9954f;
}

.s02__title {
    max-width: 760px;
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 58px;
    font-weight: 320;
    line-height: 1.04;
    letter-spacing: 0;
}

.s02__title strong {
    display: block;
    color: #e3d2ad;
    font-weight: 720;
}

.s02__lead {
    max-width: 560px;
    margin: 0 0 36px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: 0;
}

.s02__lead strong {
    color: rgba(255, 255, 255, 0.96);
    font-weight: 650;
}

.s02__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 38px;
}

.s02__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid rgba(185, 149, 79, 0.34);
    background: rgba(185, 149, 79, 0.1);
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.s02__pill::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b9954f;
    flex: 0 0 auto;
}

.s02__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: #e3d2ad;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
}

.s02__cta svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.2;
    transition: transform 0.25s ease;
}

.s02__cta:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.s02__cta:hover svg {
    transform: translateX(4px);
}

.s02__radar {
    position: relative;
    flex: 1 1 auto;
    width: calc(100% + (var(--s02-left-x) * 2));
    min-height: 390px;
    margin: 58px calc(var(--s02-left-x) * -1) calc(var(--s02-left-bottom) * -1);
    border-radius: 0;
    border: 0;
    border-top: 1px solid rgba(185, 149, 79, 0.28);
    background:
        linear-gradient(135deg, rgba(6, 16, 34, 0.96) 0%, rgba(7, 22, 45, 0.82) 48%, rgba(6, 8, 12, 0.92) 100%);
    box-shadow:
        0 -1px 0 rgba(255, 255, 255, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.s02__radar::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    box-shadow:
        0 0 92px 48px rgba(0, 102, 204, 0.22),
        0 0 54px 18px rgba(185, 149, 79, 0.16);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.s02__radar::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 108px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(227, 210, 173, 0.18));
    pointer-events: none;
}

.s02__radar-sweep {
    position: absolute;
    inset: -70%;
    background: conic-gradient(from 0deg, transparent 58%, rgba(0, 102, 204, 0.28) 84%, rgba(185, 149, 79, 0.38) 100%);
    opacity: 0.86;
    animation: s02RadarSweep 9s linear infinite;
    pointer-events: none;
    will-change: transform;
}

.s02__radar-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
    pointer-events: none;
}

.s02__radar-content {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: start;
    gap: 12px;
    height: 100%;
    padding: 36px var(--s02-left-x);
}

.s02__radar-kicker {
    color: #e3d2ad;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.s02__radar strong {
    display: block;
    max-width: 680px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 34px;
    font-weight: 360;
    line-height: 1.14;
    letter-spacing: 0;
}

.s02__radar p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 17px;
    line-height: 1.58;
}

.s02__radar-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
    min-height: 42px;
    margin-top: 30px;
    padding: 14px 24px;
    border-radius: 999px;
    border: 1px solid rgba(185, 149, 79, 0.28);
    background: #003a70;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 58, 112, 0.28);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
    overflow: hidden;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.s02__radar-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.25), transparent);
    pointer-events: none;
}

.s02__radar-btn:hover {
    background: #002850;
    border-color: #b9954f;
    color: #e3d2ad;
    transform: translateY(-2px);
}

.s02__radar-btn:hover::before {
    animation: s02RadarBtnShine 0.8s ease-in-out forwards;
}

.s02__radar-btn svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.2;
    transition: transform 0.25s ease;
}

.s02__radar-btn:hover svg {
    transform: translateX(4px);
}

.s02__right {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 5px clamp(10px, 1.4vw, 18px);
    background: linear-gradient(145deg, #f7f4ed 0%, #ffffff 58%, #ebe5d8 100%);
    border-left: 1px solid rgba(185, 149, 79, 0.22);
    overflow: hidden;
}

.s02__right::before {
    background:
        linear-gradient(90deg, rgba(12, 31, 63, 0.06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(12, 31, 63, 0.045) 1px, transparent 1px);
    background-size: 76px 76px;
    opacity: 0.78;
}

.s02__card {
    position: relative;
    z-index: 1;
    align-self: stretch;
    width: 100%;
    max-width: none;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 8px;
    border: 1px solid rgba(185, 149, 79, 0.48);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
        linear-gradient(154deg, #030a18 0%, #07172d 52%, #080b12 100%);
    box-shadow:
        0 0 0 4px rgba(255, 255, 255, 0.68),
        0 0 0 5px rgba(185, 149, 79, 0.16),
        0 34px 86px rgba(9, 20, 38, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.s02__card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(227, 210, 173, 0.042) 1px, transparent 1px),
        linear-gradient(180deg, rgba(227, 210, 173, 0.034) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.s02__svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.s02-flow-node rect,
.s02-flow-core rect,
.s02-flow-kpi rect {
    fill: rgba(255, 255, 255, 0.04);
    stroke: rgba(227, 210, 173, 0.26);
    stroke-width: 1;
}

.s02-flow-core rect {
    fill: rgba(8, 18, 35, 0.9);
    stroke: rgba(185, 149, 79, 0.68);
    filter: drop-shadow(0 0 14px rgba(185, 149, 79, 0.16));
    animation: s02CoreGlow 6.8s ease-in-out infinite;
}

.s02-brand,
.s02-main,
.s02-meta,
.s02-arrow,
.s02-flow-stage text,
.s02-flow-node__num,
.s02-flow-node__label,
.s02-flow-node__meta,
.s02-kpi-label,
.s02-kpi-value {
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.s02-brand {
    fill: rgba(227, 210, 173, 0.96);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.s02-main {
    fill: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.s02-meta {
    fill: rgba(255, 255, 255, 0.58);
    font-size: 6.5px;
    font-weight: 700;
    text-anchor: middle;
    text-transform: uppercase;
}

.s02-arrow {
    fill: rgba(185, 149, 79, 0.86);
    font-size: 8px;
    text-anchor: middle;
}

.s02-flow-stage line {
    stroke: rgba(227, 210, 173, 0.16);
    stroke-width: 1;
    stroke-linecap: round;
}

.s02-flow-stage circle {
    fill: rgba(185, 149, 79, 0.76);
    filter: drop-shadow(0 0 5px rgba(185, 149, 79, 0.28));
}

.s02-flow-stage text {
    fill: rgba(255, 255, 255, 0.48);
    font-size: 5.6px;
    font-weight: 700;
    text-transform: uppercase;
    text-anchor: middle;
}

.s02-flow-spine {
    stroke: rgba(185, 149, 79, 0.48);
    stroke-width: 1.2;
    stroke-linecap: round;
    stroke-dasharray: 5 8;
    animation: s02LinePulse 8.8s ease-in-out infinite;
}

.s02-flow-link {
    fill: none;
    stroke: rgba(227, 210, 173, 0.24);
    stroke-width: 1.1;
    stroke-linecap: round;
    stroke-dasharray: 9 13;
    animation: s02LinePulse 8.8s ease-in-out infinite;
}

.s02-flow-link--gold {
    stroke: rgba(185, 149, 79, 0.48);
}

.s02-flow-mover {
    fill: none;
    stroke: rgba(227, 210, 173, 0.95);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 1 138;
    filter: drop-shadow(0 0 8px rgba(185, 149, 79, 0.5));
    animation: s02Mover 10.5s linear infinite;
}

.s02-flow-mover--2 {
    animation-delay: -2.2s;
}

.s02-flow-mover--3 {
    animation-delay: -4.6s;
}

.s02-flow-mover--4 {
    animation-delay: -6.4s;
}

.s02-flow-mover--5 {
    animation-delay: -7.8s;
}

.s02-flow-node__num {
    fill: rgba(185, 149, 79, 0.9);
    font-size: 7px;
    font-weight: 800;
    text-transform: uppercase;
}

.s02-flow-node__label {
    fill: rgba(227, 210, 173, 0.92);
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.s02-flow-node__meta {
    fill: rgba(255, 255, 255, 0.64);
    font-size: 6.5px;
    font-weight: 600;
}

.s02-kpi-label {
    fill: rgba(227, 210, 173, 0.82);
    font-size: 7px;
    font-weight: 800;
    text-transform: uppercase;
}

.s02-kpi-value {
    fill: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 800;
}

.s02-kpi-value--green {
    fill: #78d67b;
}

.s02-kpi-value--gold {
    fill: #e3d2ad;
}

.s02-kpi-value--blue {
    fill: #55d4d6;
}

.s02-progress-track {
    stroke: rgba(255, 255, 255, 0.13);
    stroke-width: 3;
    stroke-linecap: round;
}

.s02-progress-fill {
    stroke: #b9954f;
    stroke-width: 3;
    stroke-linecap: round;
    animation: s02KpiGlow 5.8s ease-in-out infinite;
}

.s02__cards-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    background: #ffffff;
    border-top: 1px solid rgba(185, 149, 79, 0.18);
    border-bottom: 1px solid rgba(185, 149, 79, 0.14);
}

.s02__frente {
    position: relative;
    min-height: 236px;
    padding: 32px 28px 28px;
    border-right: 1px solid rgba(185, 149, 79, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.s02__frente:last-child {
    border-right: none;
}

.s02__frente::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #b9954f, rgba(185, 149, 79, 0.18));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.s02__frente:hover {
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 22px 46px rgba(9, 25, 47, 0.1);
    transform: translateY(-2px);
}

.s02__frente:hover::before {
    transform: scaleX(1);
}

.s02__frente-index {
    display: block;
    margin-bottom: 14px;
    color: rgba(139, 111, 31, 0.76);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.s02__frente h3 {
    margin: 0 0 12px;
    color: #0c1f3f;
    font-size: 21px;
    font-weight: 360;
    line-height: 1.14;
    letter-spacing: 0;
}

.s02__frente p {
    margin: 0 0 18px;
    color: #5c6673;
    font-size: 14px;
    line-height: 1.56;
}

.s02__frente-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border: 1px solid rgba(185, 149, 79, 0.3);
    background: rgba(185, 149, 79, 0.07);
    color: #0c1f3f;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.s02__marquee-slot {
    position: relative;
    z-index: 2;
    margin: 0;
    background: #02050a;
    overflow: hidden;
}

.s02__marquee-slot:empty {
    display: none;
}

.bba-eco-root > .bba-eco-marquee-band {
    display: none;
}

.s02__marquee-slot .bba-eco-marquee-band {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    padding: 30px 0 26px;
    background:
        linear-gradient(180deg, rgba(2, 5, 10, 0.96), rgba(3, 8, 17, 0.98)),
        radial-gradient(circle at 50% 0%, rgba(139, 181, 228, 0.12), transparent 48%);
    border-top: 1px solid rgba(185, 149, 79, 0.18);
    border-bottom: 1px solid rgba(185, 149, 79, 0.14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
}

.s02__marquee-slot .bba-eco-marquee-micro {
    margin-bottom: 20px;
    color: rgba(139, 181, 228, 0.78);
}

.s02__marquee-slot .bba-eco-marquee-fade-left {
    background: linear-gradient(to right, rgba(2, 5, 10, 1) 0%, transparent 100%);
}

.s02__marquee-slot .bba-eco-marquee-fade-right {
    background: linear-gradient(to left, rgba(2, 5, 10, 1) 0%, transparent 100%);
}

.s02__bridge {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(34px, 5vw, 64px);
    align-items: center;
    padding: clamp(38px, 5vw, 58px) clamp(32px, 6vw, 76px);
    background:
        linear-gradient(122deg, rgba(185, 149, 79, 0.12), transparent 38%),
        linear-gradient(135deg, #030a18 0%, #071a34 52%, #030d1c 100%);
    border-top: 1px solid rgba(185, 149, 79, 0.22);
    overflow: hidden;
}

.s02__bridge::before {
    opacity: 0.45;
}

.s02__bridge > * {
    position: relative;
    z-index: 1;
}

.s02__bridge-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #e3d2ad;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.s02__bridge-kicker::before {
    content: "";
    width: 38px;
    height: 1px;
    background: #b9954f;
}

.s02__bridge h3 {
    max-width: 820px;
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 38px;
    font-weight: 340;
    line-height: 1.12;
    letter-spacing: 0;
}

.s02__bridge p {
    max-width: 720px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 17px;
    line-height: 1.6;
}

.s02__bridge-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    min-height: 50px;
    padding: 14px 26px;
    background: #ffffff;
    color: #0c1f3f;
    border: 1px solid rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.s02__bridge-btn:hover {
    background: #f8f3df;
    border-color: #b9954f;
    color: #071228;
    transform: translateY(-2px);
}

.s02__bridge-btn svg {
    width: 17px;
    height: 17px;
    stroke-width: 2.2;
    transition: transform 0.25s ease;
}

.s02__bridge-btn:hover svg {
    transform: translateX(4px);
}

.s02__bridge-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(142px, 1fr));
    gap: 12px;
    width: min(520px, 42vw);
    flex: 0 0 auto;
}

.s02__metric {
    min-height: 118px;
    padding: 18px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

.s02__metric strong {
    display: block;
    color: #e3d2ad;
    font-size: 21px;
    line-height: 1;
}

.s02__metric span {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.38;
    text-transform: uppercase;
}

@keyframes s02CoreGlow {
    0%,
    100% {
        stroke-opacity: 0.58;
    }

    50% {
        stroke-opacity: 0.96;
    }
}

@keyframes s02LinePulse {
    0%,
    100% {
        opacity: 0.54;
        stroke-dashoffset: 0;
    }

    50% {
        opacity: 0.92;
        stroke-dashoffset: -22;
    }
}

@keyframes s02Mover {
    0% {
        stroke-dashoffset: 0;
        opacity: 0;
    }

    10%,
    82% {
        opacity: 0.95;
    }

    100% {
        stroke-dashoffset: -286;
        opacity: 0;
    }
}

@keyframes s02KpiGlow {
    0%,
    100% {
        opacity: 0.62;
        transform: scaleX(0.82);
    }

    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes s02RadarSweep {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes s02RadarBtnShine {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@media (max-width: 1080px) {
    .s02__split {
        grid-template-columns: 1fr;
    }

    .s02__title {
        font-size: 46px;
    }

    .s02__right {
        min-height: 0;
        align-items: center;
        padding: 6px 12px 8px;
        border-left: none;
        border-top: 1px solid rgba(185, 149, 79, 0.18);
    }

    .s02__radar {
        width: calc(100% + (var(--s02-left-x) * 2));
        min-height: 440px;
        margin-top: 54px;
    }

    .s02__card {
        width: min(100%, 960px);
        max-width: 960px;
        height: auto;
        aspect-ratio: 4 / 5;
        align-self: auto;
    }

    .s02__cards-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .s02__frente:nth-child(2) {
        border-right: none;
    }

    .s02__frente:nth-child(3),
    .s02__frente:nth-child(4) {
        border-top: 1px solid rgba(185, 149, 79, 0.12);
    }

    .s02__frente:nth-child(4) {
        border-right: none;
    }

    .s02__bridge {
        grid-template-columns: 1fr;
    }

    .s02__bridge h3 {
        font-size: 32px;
    }

    .s02__bridge-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }
}

@media (max-width: 680px) {
    .s02 {
        padding-bottom: 78px;
    }

    .s02__left {
        --s02-left-x: 22px;
        --s02-left-top: 46px;
        --s02-left-bottom: 0px;
        padding: var(--s02-left-top) var(--s02-left-x) var(--s02-left-bottom);
    }

    .s02__eyebrow {
        align-items: flex-start;
        gap: 10px;
        font-size: 13px;
        line-height: 1.28;
    }

    .s02__eyebrow::before {
        width: 32px;
        margin-top: 8px;
    }

    .s02__right {
        padding: 5px 8px 8px;
    }

    .s02__title {
        font-size: 34px;
    }

    .s02__lead {
        font-size: 16px;
    }

    .s02__radar {
        min-height: 360px;
        margin-top: 38px;
    }

    .s02__radar-content {
        padding: 28px var(--s02-left-x);
    }

    .s02__radar strong {
        font-size: 26px;
    }

    .s02__radar p {
        font-size: 15px;
    }

    .s02__radar-btn {
        width: 100%;
        min-height: 46px;
        text-align: center;
    }

    .s02__right {
        min-height: 0;
    }

    .s02__card {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 5;
        box-shadow:
            0 0 0 4px rgba(255, 255, 255, 0.7),
            0 0 0 5px rgba(185, 149, 79, 0.16),
            0 24px 54px rgba(9, 20, 38, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .s02__cards-row {
        grid-template-columns: 1fr;
    }

    .s02__frente {
        min-height: auto;
        border-right: none;
        border-top: 1px solid rgba(185, 149, 79, 0.12);
    }

    .s02__frente:first-child {
        border-top: none;
    }

    .s02__bridge {
        padding: 38px 22px;
    }

    .s02__bridge h3 {
        font-size: 26px;
    }

    .s02__bridge-kicker {
        align-items: flex-start;
        gap: 10px;
        font-size: 12px;
        line-height: 1.28;
    }

    .s02__bridge-kicker::before {
        width: 28px;
        margin-top: 8px;
    }

    .s02__bridge-btn {
        width: 100%;
        min-height: 54px;
        padding: 14px 18px;
        text-align: center;
    }

    .s02__bridge-metrics {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .s02 *,
    .s02 *::before,
    .s02 *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}
