.energia-premium {
    --energia-dark: #050b12;
    --energia-dark-2: #091421;
    --energia-text: #111827;
    --energia-muted: #536171;
    --energia-soft: #f5f7f9;
    --energia-line: rgba(15, 23, 42, 0.1);
    --energia-orange: var(--laranja, #ff8a00);
    --energia-orange-light: var(--laranja-claro, #ffae32);
    --energia-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
    color: var(--energia-text);
    background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 34%, #f7f9fb 100%);
    overflow: hidden;
}

/* PROCESSO AMJ — composição editorial isolada, baseada na seção de Serviços */
#energia-processo.energia-processo-editorial {
    --processo-orange: var(--energia-orange, #ff8a00);
    --processo-ink: #030b13;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(58px, 5vw, 76px) 0 clamp(50px, 4.6vw, 68px);
    color: #ffffff;
    background:
        radial-gradient(circle at 7% 4%, rgba(255, 138, 0, 0.14), transparent 27%),
        radial-gradient(circle at 76% 32%, rgba(17, 82, 126, 0.18), transparent 38%),
        linear-gradient(116deg, #080b0e 0%, #03101b 50%, #00101d 100%);
}

#energia-processo.energia-processo-editorial::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: 0.32;
    background-image:
        linear-gradient(rgba(111, 149, 177, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(111, 149, 177, 0.08) 1px, transparent 1px),
        radial-gradient(circle, rgba(255, 138, 0, 0.42) 1.4px, transparent 1.8px);
    background-size: 64px 64px, 64px 64px, 190px 190px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.34));
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.34));
}

#energia-processo.energia-processo-editorial::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -86px;
    right: -112px;
    width: 680px;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 138, 0, 0.12);
    border-radius: 50%;
    opacity: 0.72;
    background:
        repeating-conic-gradient(
            from 0deg,
            transparent 0 14deg,
            rgba(255, 138, 0, 0.12) 14.25deg 14.55deg
        );
    box-shadow:
        inset 0 0 0 104px rgba(0, 19, 33, 0.18),
        inset 0 0 0 105px rgba(255, 138, 0, 0.08),
        inset 0 0 0 218px rgba(0, 19, 33, 0.16),
        inset 0 0 0 219px rgba(255, 138, 0, 0.06);
}

#energia-processo .energia-processo-editorial__inner {
    position: relative;
    z-index: 1;
    width: min(1680px, 90%);
}

#energia-processo .energia-processo-editorial__top {
    display: grid;
    grid-template-columns: minmax(0, 1.34fr) minmax(310px, 0.66fr);
    align-items: center;
    gap: clamp(28px, 4vw, 58px);
    min-height: 330px;
    margin-bottom: 54px;
}

#energia-processo .energia-processo-editorial__head {
    position: relative;
    z-index: 3;
    max-width: 760px;
}

#energia-processo .energia-processo-editorial__eyebrow {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
    color: var(--processo-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.27em;
    line-height: 1.2;
    text-transform: uppercase;
}

#energia-processo .energia-processo-editorial__eyebrow::after {
    content: "";
    width: min(220px, 30vw);
    height: 1px;
    background: linear-gradient(90deg, var(--processo-orange), transparent);
}

#energia-processo .energia-processo-editorial__head h2 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 3.35vw, 52px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.06;
}

#energia-processo .energia-processo-editorial__head p {
    max-width: 750px;
    margin: 24px 0 0;
    color: rgba(236, 243, 249, 0.78);
    font-size: clamp(16px, 1.3vw, 19px);
    line-height: 1.65;
}

#energia-processo .energia-processo-editorial__visual {
    position: relative;
    align-self: stretch;
    min-height: 330px;
}

#energia-processo .energia-processo-editorial__visual::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    width: min(390px, 92%);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 138, 0, 0.15);
    border-radius: 50%;
    background:
        repeating-conic-gradient(
            from 0deg,
            transparent 0 17deg,
            rgba(255, 138, 0, 0.12) 17.3deg 17.7deg
        );
    opacity: 0.85;
    transform: translate(-50%, -50%);
}

#energia-processo .energia-processo-editorial__visual img {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 330px;
    border: 0;
    border-radius: 0;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.32));
    transform: translateY(27px) scale(1.2);
    transform-origin: bottom center;
}

#energia-processo .energia-processo-editorial__seal {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: -5px;
    left: 2%;
    padding: 12px 18px 13px;
    border-left: 3px solid var(--processo-orange);
    border-bottom: 1px solid rgba(255, 138, 0, 0.9);
    background: rgba(1, 13, 23, 0.95);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

#energia-processo .energia-processo-editorial__seal strong,
#energia-processo .energia-processo-editorial__seal span {
    display: block;
}

#energia-processo .energia-processo-editorial__seal strong {
    margin-bottom: 4px;
    color: var(--processo-orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

#energia-processo .energia-processo-editorial__seal span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

#energia-processo .energia-processo-editorial__timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    padding-top: 42px;
}

#energia-processo .energia-processo-editorial__timeline::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        var(--processo-orange) 0%,
        var(--processo-orange) 78%,
        rgba(255, 255, 255, 0.25) 100%
    );
}

#energia-processo .energia-processo-editorial__step {
    position: relative;
    min-width: 0;
    min-height: 235px;
    padding: 0 clamp(10px, 1.05vw, 16px) 10px;
    border-left: 1px solid rgba(205, 224, 238, 0.23);
}

#energia-processo .energia-processo-editorial__step::after {
    content: "";
    position: absolute;
    top: -49px;
    left: 14px;
    width: 13px;
    height: 13px;
    border: 2px solid var(--processo-orange);
    border-radius: 50%;
    background: #08131d;
    box-shadow: 0 0 0 5px rgba(255, 138, 0, 0.1), 0 0 18px rgba(255, 138, 0, 0.45);
}

#energia-processo .energia-processo-editorial__step:first-child {
    border-left-color: transparent;
}

#energia-processo .energia-processo-editorial__number {
    display: block;
    margin-bottom: 14px;
    color: transparent;
    font-size: clamp(39px, 3.1vw, 52px);
    font-weight: 300;
    letter-spacing: -0.06em;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(216, 231, 241, 0.34);
}

#energia-processo .energia-processo-editorial__number::after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    margin-top: 13px;
    background: var(--processo-orange);
}

#energia-processo .energia-processo-editorial__step h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(14px, 1.08vw, 17px);
    font-weight: 850;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

#energia-processo .energia-processo-editorial__step p {
    margin: 0;
    color: rgba(228, 238, 246, 0.74);
    font-size: clamp(12px, 0.84vw, 14px);
    line-height: 1.55;
}

@media (max-width: 1199px) {
    #energia-processo .energia-processo-editorial__top {
        grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
        min-height: 300px;
        margin-bottom: 60px;
    }

    #energia-processo .energia-processo-editorial__visual,
    #energia-processo .energia-processo-editorial__visual img {
        min-height: 300px;
        height: 300px;
    }

    #energia-processo .energia-processo-editorial__visual img {
        transform: translateY(24px) scale(1.14);
    }

    #energia-processo .energia-processo-editorial__timeline {
        display: block;
        padding: 0 0 0 44px;
    }

    #energia-processo .energia-processo-editorial__timeline::before {
        top: 0;
        right: auto;
        bottom: 0;
        left: 7px;
        width: 1px;
        height: auto;
        background: linear-gradient(
            180deg,
            var(--processo-orange) 0%,
            var(--processo-orange) 78%,
            rgba(255, 255, 255, 0.18) 100%
        );
    }

    #energia-processo .energia-processo-editorial__step {
        min-height: 0;
        padding: 0 0 28px 14px;
        border: 0;
        border-bottom: 1px solid rgba(205, 224, 238, 0.13);
    }

    #energia-processo .energia-processo-editorial__step + .energia-processo-editorial__step {
        padding-top: 26px;
    }

    #energia-processo .energia-processo-editorial__step::after {
        top: 0;
        left: -44px;
    }

    #energia-processo .energia-processo-editorial__step + .energia-processo-editorial__step::after {
        top: 26px;
    }

    #energia-processo .energia-processo-editorial__number {
        margin-bottom: 12px;
        font-size: 46px;
    }

    #energia-processo .energia-processo-editorial__step h3 {
        font-size: 18px;
    }

    #energia-processo .energia-processo-editorial__step p {
        max-width: 720px;
        font-size: 15px;
    }
}

@media (max-width: 900px) {
    #energia-processo.energia-processo-editorial {
        padding: 50px 0 54px;
    }

    #energia-processo.energia-processo-editorial::after {
        top: 350px;
        right: -250px;
        width: 620px;
    }

    #energia-processo .energia-processo-editorial__top {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: 0;
        margin-bottom: 62px;
    }

    #energia-processo .energia-processo-editorial__head {
        max-width: 680px;
    }

    #energia-processo .energia-processo-editorial__eyebrow {
        margin-bottom: 22px;
        font-size: 12px;
    }

    #energia-processo .energia-processo-editorial__head h2 {
        font-size: clamp(34px, 6.4vw, 48px);
    }

    #energia-processo .energia-processo-editorial__visual {
        width: min(560px, 100%);
        min-height: 300px;
        margin: 0 auto;
    }

    #energia-processo .energia-processo-editorial__visual img {
        width: 100%;
        height: 300px;
        min-height: 300px;
        object-position: center bottom;
        transform: translateY(20px) scale(1.08);
    }

    #energia-processo .energia-processo-editorial__seal {
        right: 0;
        left: 0;
    }
}

@media (max-width: 600px) {
    #energia-processo.energia-processo-editorial {
        padding: 44px 0 48px;
    }

    #energia-processo .energia-processo-editorial__eyebrow {
        gap: 12px;
        font-size: 11px;
        letter-spacing: 0.22em;
    }

    #energia-processo .energia-processo-editorial__eyebrow::after {
        width: 74px;
    }

    #energia-processo .energia-processo-editorial__head h2 {
        font-size: clamp(32px, 9.2vw, 40px);
        line-height: 1.08;
    }

    #energia-processo .energia-processo-editorial__head p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.58;
    }

    #energia-processo .energia-processo-editorial__top {
        gap: 22px;
        margin-bottom: 54px;
    }

    #energia-processo .energia-processo-editorial__visual,
    #energia-processo .energia-processo-editorial__visual img {
        min-height: 270px;
        height: 270px;
    }

    #energia-processo .energia-processo-editorial__visual img {
        transform: translateY(16px) scale(1.02);
    }

    #energia-processo .energia-processo-editorial__seal {
        bottom: -10px;
        padding: 11px 14px 12px;
    }

    #energia-processo .energia-processo-editorial__seal strong {
        font-size: 10px;
    }

    #energia-processo .energia-processo-editorial__seal span {
        font-size: 13px;
    }

    #energia-processo .energia-processo-editorial__timeline {
        padding-left: 38px;
    }

    #energia-processo .energia-processo-editorial__timeline::before {
        left: 6px;
    }

    #energia-processo .energia-processo-editorial__step {
        padding-left: 10px;
    }

    #energia-processo .energia-processo-editorial__step::after {
        left: -38px;
    }

    #energia-processo .energia-processo-editorial__number {
        font-size: 42px;
    }

    #energia-processo .energia-processo-editorial__step h3 {
        font-size: 18px;
    }

    #energia-processo .energia-processo-editorial__step p {
        font-size: 15px;
        line-height: 1.55;
    }
}

.energia-premium *,
.energia-premium *::before,
.energia-premium *::after {
    box-sizing: border-box;
}

.energia-shell {
    width: min(1180px, 90%);
    margin: 0 auto;
}

.energia-hero {
    position: relative;
    min-height: calc(100vh - 86px);
    padding: clamp(56px, 5vw, 82px) 0 clamp(50px, 5vw, 72px);
    color: #ffffff;
    background:
        radial-gradient(circle at 74% 34%, rgba(255, 138, 0, 0.1), transparent 29%),
        radial-gradient(ellipse at 78% 58%, rgba(255, 176, 82, 0.04), transparent 38%),
        linear-gradient(115deg, #010304 0%, #030609 43%, #05080d 68%, #020405 100%);
}

.energia-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 75% 10%, rgba(255, 255, 255, 0.035), transparent 24%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 88%);
    pointer-events: none;
}

.energia-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(500px, 0.92fr) minmax(520px, 1.08fr);
    align-items: center;
    gap: clamp(46px, 4.5vw, 74px);
}

.energia-hero-cards-test {
    display: none;
}

.energia-hero-teste-cards .energia-hero--padrao {
    display: none;
}

.energia-hero-teste-cards .energia-hero-cards-test {
    display: block;
}

.energia-hero-cards-test__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(470px, 0.9fr) minmax(560px, 1.1fr);
    align-items: center;
    gap: clamp(46px, 4.8vw, 78px);
}

.energia-hero-cards-test__content {
    max-width: 610px;
}

.energia-hero-vitrine {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 218px;
    gap: 16px;
    min-height: 524px;
}

.energia-hero-vitrine::before {
    content: "";
    position: absolute;
    inset: -28px -26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    background:
        radial-gradient(circle at 72% 12%, rgba(255, 138, 0, 0.18), transparent 30%),
        rgba(255, 255, 255, 0.035);
    pointer-events: none;
}

.energia-hero-vitrine-card {
    position: relative;
    min-height: 218px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: #101827;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.energia-hero-vitrine-card-destaque {
    grid-row: span 2;
}

.energia-hero-vitrine-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 11, 18, 0.08), rgba(5, 11, 18, 0.72)),
        linear-gradient(90deg, rgba(255, 138, 0, 0.18), transparent 42%);
    pointer-events: none;
}

.energia-hero-vitrine-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(1.04) contrast(1.04);
}

.energia-hero-vitrine-card div {
    position: absolute;
    z-index: 2;
    left: 18px;
    right: 18px;
    bottom: 18px;
}

.energia-hero-vitrine-card span {
    display: inline-flex;
    margin-bottom: 9px;
    padding: 6px 9px;
    border-radius: 999px;
    color: #ffbf72;
    background: rgba(5, 11, 18, 0.72);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}

.energia-hero-vitrine-card h3 {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 950;
}

.energia-hero-vitrine-card p {
    max-width: 250px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    line-height: 1.35;
}

.energia-hero__content {
    max-width: 620px;
}

.energia-kicker,
.energia-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--energia-orange);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 1.8px;
    line-height: 1.2;
    text-transform: uppercase;
}

.energia-kicker::before,
.energia-eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--energia-orange), rgba(255, 138, 0, 0.12));
}

.energia-hero h1,
.energia-hero h2.energia-hero__semantic-title {
    max-width: 575px;
    margin: 20px 0;
    color: #fff8ef;
    font-size: clamp(40px, 3.7vw, 54px);
    line-height: 1;
    letter-spacing: 0;
    font-weight: 950;
}

.energia-hero p {
    max-width: 600px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.65;
}

.energia-hero__actions,
.energia-estudo__actions,
.energia-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.energia-hero__actions {
    flex-wrap: nowrap;
}

.energia-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.energia-hero__actions .energia-btn {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    white-space: nowrap;
}

.energia-btn:hover {
    transform: translateY(-2px);
}

.energia-btn--primary {
    color: #ffffff;
    border: 1px solid rgba(255, 188, 96, 0.42);
    background: linear-gradient(135deg, var(--energia-orange) 0%, #ff9a18 58%, var(--energia-orange-light) 100%);
    box-shadow: 0 20px 42px rgba(255, 138, 0, 0.26);
}

.energia-btn--secondary {
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
}

.energia-btn--light {
    color: #172033;
    border: 1px solid rgba(15, 23, 42, 0.13);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.energia-hero__visual {
    isolation: isolate;
    position: relative;
    min-height: 530px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background:
        radial-gradient(circle at 56% 36%, rgba(255, 140, 0, 0.16), transparent 34%),
        linear-gradient(145deg, #05080d, #101722);
    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.55),
        0 0 80px rgba(255, 140, 0, 0.12);
    overflow: hidden;
}

.energia-hero__visual::before {
    content: "";
    position: absolute;
    inset: -20%;
    z-index: 0;
    background:
        radial-gradient(circle at 58% 38%, rgba(255, 140, 0, 0.18), transparent 32%),
        radial-gradient(circle at 72% 70%, rgba(0, 130, 255, 0.1), transparent 36%);
    pointer-events: none;
}

.energia-hero__visual::after,
.energia-equipment-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 9, 15, 0.04), rgba(4, 9, 15, 0.68)),
        linear-gradient(90deg, rgba(255, 138, 0, 0.12), transparent 40%);
    pointer-events: none;
}

.energia-hero__visual::after {
    z-index: 2;
    background:
        radial-gradient(circle at center, transparent 45%, rgba(0, 0, 0, 0.42) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34));
}

.energia-hero__visual img,
.energia-equipment-visual img,
.energia-solution-card--image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.energia-hero__visual img {
    position: relative;
    z-index: 1;
    min-height: 530px;
}

.energia-hero--padrao .energia-hero__visual img {
    object-fit: contain;
    object-position: center 54%;
    padding: 10px 8px 4px;
}

.energia-hero__card,
.energia-hero__metrics {
    position: absolute;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(8, 13, 20, 0.74);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(14px);
}

.energia-hero__card {
    top: 24px;
    left: 24px;
    width: min(300px, calc(100% - 48px));
    padding: 15px 16px;
    border-radius: 14px;
}

.energia-hero__card strong,
.energia-hero__metrics strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.energia-hero__card span,
.energia-hero__metrics span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.45;
}

.energia-hero__metrics {
    right: 26px;
    bottom: 26px;
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    border-radius: 16px;
    background: rgba(8, 13, 20, 0.76);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(16px);
    overflow: hidden;
}

.energia-hero__metrics div {
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.045);
}

.energia-hero__metrics strong {
    color: #ff9d1b;
    font-size: 22px;
}

.energia-estudo,
.energia-section,
.energia-final-cta {
    padding: clamp(76px, 7vw, 112px) 0;
}

.energia-estudo {
    background:
        radial-gradient(circle at 18% 14%, rgba(255, 138, 0, 0.09), transparent 28%),
        linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%);
}

.energia-estudo__grid {
    display: grid;
    grid-template-columns: minmax(540px, 1fr) minmax(360px, 0.62fr);
    align-items: center;
    gap: clamp(42px, 5vw, 76px);
}

.energia-estudo h2,
.energia-section__head h2,
.energia-equipment-copy h2,
.energia-processo h2,
.energia-final-cta h2 {
    margin: 14px 0 0;
    color: #111827;
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 1.06;
    letter-spacing: 0;
    font-weight: 950;
}

.energia-estudo p,
.energia-section__head p,
.energia-equipment-copy p,
.energia-processo p,
.energia-final-cta p {
    margin: 18px 0 0;
    color: var(--energia-muted);
    font-size: 17px;
    line-height: 1.7;
}

.energia-study-card {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(255, 138, 0, 0.18);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 138, 0, 0.1), rgba(255, 255, 255, 0.96) 42%),
        #ffffff;
    box-shadow: var(--energia-shadow);
}

.energia-study-card > span {
    color: var(--energia-orange);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.energia-study-card > strong {
    display: block;
    margin: 12px 0 18px;
    color: #111827;
    font-size: 25px;
    line-height: 1.1;
}

.energia-study-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.energia-study-card li {
    position: relative;
    padding: 12px 14px 12px 34px;
    border: 1px solid var(--energia-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    color: #172033;
    font-size: 14px;
    font-weight: 800;
}

.energia-study-card li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--energia-orange);
    transform: translateY(-50%);
}

.energia-section__head {
    max-width: 820px;
    margin-bottom: 38px;
}

.energia-section__head--split {
    display: grid;
    grid-template-columns: minmax(420px, 0.95fr) minmax(360px, 0.65fr);
    align-items: end;
    gap: 54px;
    max-width: none;
}

.energia-vitrine {
    background: #ffffff;
}

.energia-vitrine__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.energia-solution-card {
    position: relative;
    min-height: 285px;
    padding: 26px;
    border: 1px solid var(--energia-line);
    border-radius: 10px;
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 138, 0, 0.1), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.energia-solution-card--image {
    grid-column: span 2;
    color: #ffffff;
    min-height: 350px;
    padding: 0;
}

.energia-solution-card--image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 11, 18, 0.86), rgba(5, 11, 18, 0.48)),
        linear-gradient(180deg, transparent, rgba(5, 11, 18, 0.72));
}

.energia-solution-card--image div {
    position: absolute;
    z-index: 2;
    left: 26px;
    right: 26px;
    bottom: 26px;
}

.energia-solution-card--dark {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 30% 0%, rgba(255, 138, 0, 0.2), transparent 34%),
        linear-gradient(145deg, #060c14, #101b2a);
}

.energia-solution-card h3,
.energia-tech-grid strong,
.energia-step h3,
.energia-faq-grid h3 {
    margin: 18px 0 10px;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 900;
}

.energia-solution-card p,
.energia-step p,
.energia-faq-grid p {
    margin: 0;
    color: var(--energia-muted);
    font-size: 14.5px;
    line-height: 1.62;
}

.energia-solution-card--image p,
.energia-solution-card--dark p,
.energia-solution-card--image h3,
.energia-solution-card--dark h3 {
    color: #ffffff;
}

.energia-solution-card a {
    display: inline-flex;
    margin-top: 18px;
    color: var(--energia-orange);
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
}

.energia-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: var(--energia-orange);
    border: 1px solid rgba(255, 138, 0, 0.16);
    background-color: rgba(255, 138, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.energia-icon--home { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23ff8a00' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 11 8-7 8 7'/%3E%3Cpath d='M6 10.5V20h12v-9.5'/%3E%3Cpath d='M10 20v-5h4v5'/%3E%3C/g%3E%3C/svg%3E"); }
.energia-icon--store { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23ff8a00' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10h16l-1.2-5.2A1 1 0 0 0 17.8 4H6.2a1 1 0 0 0-1 .8L4 10Z'/%3E%3Cpath d='M5 10v9h14v-9'/%3E%3Cpath d='M9 19v-5h6v5'/%3E%3Cpath d='M4 10a3 3 0 0 0 6 0 3 3 0 0 0 6 0 3 3 0 0 0 6 0'/%3E%3C/g%3E%3C/svg%3E"); }
.energia-icon--rural { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23ff8a00' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h16'/%3E%3Cpath d='M6 20V9l6-4 6 4v11'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3Cpath d='M3 14c2.5-1.2 4.8-1.2 7 0s4.5 1.2 7 0 4.8-1.2 7 0'/%3E%3C/g%3E%3C/svg%3E"); }
.energia-icon--industry { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23ff8a00' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V9l5 3V9l5 3V7h6v13H4Z'/%3E%3Cpath d='M8 16h1'/%3E%3Cpath d='M12 16h1'/%3E%3Cpath d='M16 16h1'/%3E%3C/g%3E%3C/svg%3E"); }
.energia-icon--grid { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23ff8a00' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 17h16'/%3E%3Cpath d='M8 4v16'/%3E%3Cpath d='M16 4v16'/%3E%3C/g%3E%3C/svg%3E"); }
.energia-icon--panel, .energia-icon--inverter, .energia-icon--structure, .energia-icon--box, .energia-icon--shield, .energia-icon--ground, .energia-icon--meter, .energia-icon--monitor { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23ff8a00' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.3 14h15.4a1 1 0 0 0 1-1.24l-1.5-6A1 1 0 0 0 18.2 6H5.8a1 1 0 0 0-1 .76l-1.5 6A1 1 0 0 0 4.3 14Z'/%3E%3Cpath d='M4 10h16'/%3E%3Cpath d='M12 14v4'/%3E%3Cpath d='M7 18h10'/%3E%3C/g%3E%3C/svg%3E"); }

.energia-equipamentos {
    background:
        radial-gradient(circle at 80% 18%, rgba(255, 138, 0, 0.08), transparent 30%),
        #f7f9fb;
}

.energia-equipment-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.8fr) minmax(420px, 1fr);
    gap: 28px;
    align-items: stretch;
}

.energia-equipment-copy {
    align-self: center;
}

.energia-equipment-alert {
    display: block;
    margin-top: 24px;
    padding: 18px 20px;
    border-left: 3px solid var(--energia-orange);
    border-radius: 8px;
    color: #172033;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
}

.energia-equipment-visual {
    position: relative;
    min-height: 380px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--energia-shadow);
}

.energia-tech-grid {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.energia-tech-grid article {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 86px;
    padding: 18px;
    border: 1px solid var(--energia-line);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
}

.energia-tech-grid strong {
    margin: 0;
    font-size: 15px;
}

.energia-processo {
    padding: clamp(82px, 7vw, 118px) 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 138, 0, 0.14), transparent 30%),
        linear-gradient(135deg, #050b12 0%, #0a1522 58%, #111f2f 100%);
}

.energia-processo h2 {
    color: #fff8ef;
}

.energia-processo .energia-section__head p {
    color: rgba(255, 255, 255, 0.68);
}

.energia-processo-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
    overflow: hidden;
}

.energia-step {
    min-height: 245px;
    padding: 24px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.energia-step:last-child {
    border-right: 0;
}

.energia-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    color: #07111d;
    background: var(--energia-orange);
    font-size: 12px;
    font-weight: 950;
}

.energia-step h3 {
    color: #ffffff;
    font-size: 16px;
}

.energia-step p {
    color: rgba(255, 255, 255, 0.66);
    font-size: 13.5px;
}

.energia-step__icon {
    display: none;
}

.energia-faq {
    background: #ffffff;
}

.energia-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.energia-faq-grid article {
    padding: 24px;
    border: 1px solid var(--energia-line);
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.energia-faq-grid h3 {
    margin-top: 0;
    font-size: 17px;
}

.energia-final-cta {
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 138, 0, 0.16), transparent 32%),
        linear-gradient(135deg, #050b12 0%, #0b1725 100%);
}

.energia-final-cta__inner {
    width: min(980px, 90%);
    margin: 0 auto;
    padding: clamp(44px, 5vw, 68px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.energia-final-cta h2,
.energia-final-cta p,
.energia-final-cta strong {
    color: #ffffff;
}

.energia-final-cta p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.72);
}

.energia-final-cta__actions {
    justify-content: center;
}

.energia-final-cta strong {
    display: block;
    margin-top: 24px;
    color: #ffd59b;
    font-size: 14px;
}

@media (max-width: 1180px) {
    .energia-hero__grid,
    .energia-hero-cards-test__grid,
    .energia-estudo__grid,
    .energia-section__head--split,
    .energia-equipment-grid {
        grid-template-columns: 1fr;
    }

    .energia-vitrine__grid,
    .energia-tech-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .energia-processo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .energia-hero-vitrine {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .energia-step {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 760px) {
    .energia-shell {
        width: min(90%, 560px);
    }

    .energia-hero {
        min-height: auto;
    }

    .energia-hero h1,
.energia-hero h2.energia-hero__semantic-title {
        font-size: 40px;
    }

    .energia-vitrine__grid,
    .energia-hero-vitrine,
    .energia-tech-grid,
    .energia-faq-grid,
    .energia-processo-grid {
        grid-template-columns: 1fr;
    }

    .energia-solution-card--image {
        grid-column: auto;
    }

    .energia-hero__visual,
    .energia-hero__visual img,
    .energia-equipment-visual {
        min-height: 390px;
    }
}

@media (min-width: 1021px) {
    .energia-hero,
    .energia-estudo,
    .energia-section,
    .energia-vitrine,
    .energia-equipamentos,
    .energia-processo,
    .energia-faq,
    .energia-final-cta {
        scroll-margin-top: 120px;
    }

    .energia-hero {
        min-height: auto;
        height: auto;
        padding-bottom: 0;
    }

    .energia-estudo {
        padding-top: 54px;
        padding-bottom: 62px;
    }

    .energia-section {
        padding-top: 68px;
        padding-bottom: 72px;
    }

    .energia-processo {
        padding-top: 72px;
        padding-bottom: 78px;
    }

    .energia-processo-grid {
        position: relative;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
        border: 0;
        border-radius: 0;
        background: transparent;
        overflow: visible;
    }

    .energia-processo-grid::before {
        content: "";
        position: absolute;
        top: 48px;
        right: 7%;
        left: 7%;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(255, 138, 0, 0.28), transparent);
        pointer-events: none;
    }

    .energia-step {
        position: relative;
        min-height: 228px;
        padding: 22px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 20px;
        background:
            radial-gradient(circle at 18% 0%, rgba(255, 138, 0, 0.1), transparent 34%),
            rgba(255, 255, 255, 0.04);
        box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
        backdrop-filter: blur(12px);
        transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
    }

    .energia-step:nth-child(5) {
        grid-column: 2;
    }

    .energia-step:hover {
        transform: translateY(-3px);
        border-color: rgba(255, 138, 0, 0.34);
        background:
            radial-gradient(circle at 18% 0%, rgba(255, 138, 0, 0.16), transparent 34%),
            rgba(255, 255, 255, 0.055);
        box-shadow:
            0 24px 62px rgba(0, 0, 0, 0.28),
            0 0 28px rgba(255, 138, 0, 0.08);
    }

    .energia-step span {
        width: 34px;
        height: 34px;
        color: #121820;
        box-shadow: 0 10px 28px rgba(255, 138, 0, 0.2);
    }

    .energia-step__icon {
        --step-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3v4a1 1 0 0 0 1 1h4'/%3E%3Cpath d='M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2Z'/%3E%3Cpath d='M9 13h6'/%3E%3Cpath d='M9 17h4'/%3E%3C/g%3E%3C/svg%3E");
        display: block;
        width: 31px;
        height: 31px;
        margin-top: 20px;
        background: var(--energia-orange);
        opacity: 0.92;
        -webkit-mask: var(--step-icon) center / contain no-repeat;
        mask: var(--step-icon) center / contain no-repeat;
    }

    .energia-step__icon--analise {
        --step-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V5'/%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='M8 15v-4'/%3E%3Cpath d='M12 15V8'/%3E%3Cpath d='M16 15v-6'/%3E%3Cpath d='M19 6l-3 3-3-2-5 5'/%3E%3C/g%3E%3C/svg%3E");
    }

    .energia-step__icon--dimensionamento {
        --step-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19h14'/%3E%3Cpath d='M7 17V7a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v10'/%3E%3Cpath d='M9 9h6'/%3E%3Cpath d='M9 13h2'/%3E%3Cpath d='M13 13h2'/%3E%3C/g%3E%3C/svg%3E");
    }

    .energia-step__icon--proposta {
        --step-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5h6'/%3E%3Cpath d='M9 3h6v4H9z'/%3E%3Cpath d='M7 5H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h5'/%3E%3C/g%3E%3C/svg%3E");
    }

    .energia-step__icon--homologacao {
        --step-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 4v5c0 5-3.5 8-7 9-3.5-1-7-4-7-9V7l7-4Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/g%3E%3C/svg%3E");
    }

    .energia-step__icon--instalacao {
        --step-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 6l4 4'/%3E%3Cpath d='M11 9l4 4'/%3E%3Cpath d='M4 20l7-7'/%3E%3Cpath d='M15 4l5 5-7 7-5-5 7-7Z'/%3E%3C/g%3E%3C/svg%3E");
    }

    .energia-step__icon--monitoramento {
        --step-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 13a8 8 0 0 1 16 0'/%3E%3Cpath d='M4 13v3a2 2 0 0 0 2 2h1v-6H6a2 2 0 0 0-2 2'/%3E%3Cpath d='M20 13v3a2 2 0 0 1-2 2h-1v-6h1a2 2 0 0 1 2 2'/%3E%3Cpath d='M15 19c-.7.6-1.7 1-3 1'/%3E%3C/g%3E%3C/svg%3E");
    }

    .energia-step h3 {
        margin-top: 18px;
        font-size: 17px;
    }

    .energia-step p {
        font-size: 13.8px;
        line-height: 1.58;
    }

    .energia-final-cta {
        padding-top: 70px;
        padding-bottom: 76px;
    }

    .energia-section__head {
        margin-bottom: 30px;
    }

    .energia-estudo__grid {
        gap: 48px;
    }

    .energia-equipment-visual {
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }

    .energia-equipment-visual::after {
        display: none;
    }

    .energia-equipment-visual img {
        background: transparent;
        object-fit: contain;
        object-position: center center;
    }

    [data-amj-editable="energia-hero-grid"] {
        margin-bottom: -30px;
        transform: translate(-30px, -30px) scale(1);
        transform-origin: center center;
    }

    .energia-hero--padrao .energia-hero__visual {
        border-color: transparent;
        border-radius: 0;
        background: transparent;
        box-shadow:
            0 42px 90px rgba(0, 0, 0, 0.18),
            0 0 72px rgba(255, 140, 0, 0.07);
        overflow: visible;
    }

    .energia-hero--padrao .energia-hero__visual::before {
        inset: -30%;
        background:
            radial-gradient(circle at 58% 42%, rgba(255, 140, 0, 0.2), transparent 28%),
            radial-gradient(circle at 66% 74%, rgba(0, 130, 255, 0.08), transparent 32%),
            radial-gradient(ellipse at 55% 50%, rgba(255, 255, 255, 0.05), transparent 42%);
        opacity: 0.78;
    }

    .energia-hero--padrao .energia-hero__visual::after {
        inset: -8% -10% 12%;
        border-radius: 0;
        background:
            linear-gradient(90deg, rgba(5, 10, 17, 0.92) 0%, rgba(5, 10, 17, 0.32) 13%, transparent 30%, transparent 70%, rgba(5, 10, 17, 0.42) 88%, rgba(5, 10, 17, 0.9) 100%),
            linear-gradient(180deg, rgba(5, 10, 17, 0.42) 0%, transparent 20%, transparent 100%),
            radial-gradient(ellipse at 56% 46%, transparent 46%, rgba(5, 10, 17, 0.14) 70%, rgba(5, 10, 17, 0.34) 100%);
    }

    .energia-hero--padrao .energia-hero__visual img {
        padding: 0;
        filter:
            drop-shadow(0 24px 42px rgba(0, 0, 0, 0.34))
            saturate(1.04)
            contrast(1.04);
        mask-image:
            linear-gradient(90deg, transparent 0%, #000 14%, #000 84%, transparent 100%),
            linear-gradient(180deg, transparent 0%, #000 10%, #000 66%, rgba(0, 0, 0, 0.58) 78%, transparent 91%),
            radial-gradient(ellipse at 56% 48%, #000 46%, rgba(0, 0, 0, 0.72) 68%, transparent 96%);
        mask-composite: intersect;
        -webkit-mask-image:
            linear-gradient(90deg, transparent 0%, #000 14%, #000 84%, transparent 100%),
            linear-gradient(180deg, transparent 0%, #000 10%, #000 66%, rgba(0, 0, 0, 0.58) 78%, transparent 91%),
            radial-gradient(ellipse at 56% 48%, #000 46%, rgba(0, 0, 0, 0.72) 68%, transparent 96%);
        -webkit-mask-composite: source-in;
    }

    .energia-hero--padrao .energia-hero__card,
    .energia-hero--padrao .energia-hero__metrics {
        display: none;
    }

    [data-amj-editable="energia-hero-selo"],
    [data-amj-editable="energia-hero-titulo"] {
        transform: translate(-45px, -120px) scale(1);
        transform-origin: left top;
    }

    [data-amj-editable="energia-hero-subtitulo"] {
        transform: translate(-45px, -130px) scale(1);
        transform-origin: left top;
    }

    [data-amj-editable="energia-hero-botoes"] {
        transform: translate(-45px, -140px) scale(1);
        transform-origin: left top;
    }

    [data-amj-editable="energia-hero-visual"] {
        margin-bottom: -150px;
        transform: translate(0, -64px) scale(0.94);
        transform-origin: center top;
    }
}

/* ESTUDO E SIMULAÇÃO — composição editorial clara e interações isoladas */
.energia-estudo-premium {
    --estudo-orange: var(--energia-orange, #ff8a00);
    --estudo-orange-soft: rgba(255, 138, 0, 0.12);
    --estudo-ink: #0f1a2a;
    --estudo-muted: #526172;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(68px, 6vw, 92px) 0 clamp(70px, 6vw, 96px);
    color: var(--estudo-ink);
    background:
        radial-gradient(circle at 7% 54%, rgba(255, 138, 0, 0.105) 0%, rgba(255, 138, 0, 0.038) 30%, transparent 64%),
        radial-gradient(circle at 98% 48%, rgba(255, 147, 32, 0.10) 0%, rgba(255, 147, 32, 0.032) 32%, transparent 66%),
        linear-gradient(112deg, #fffefa 0%, #ffffff 44%, #fbfcfd 75%, #fffdf8 100%);
}

.energia-estudo-premium__decor {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.72;
    background-image:
        linear-gradient(rgba(31, 52, 75, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 52, 75, 0.035) 1px, transparent 1px),
        radial-gradient(circle, rgba(255, 138, 0, 0.10) 1px, transparent 1.6px);
    background-size: 58px 58px, 58px 58px, 174px 174px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 35%, rgba(0, 0, 0, 0.72) 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 35%, rgba(0, 0, 0, 0.72) 100%);
}

.energia-estudo-premium__decor::before {
    content: "";
    position: absolute;
    top: 50%;
    right: clamp(-360px, -16vw, -190px);
    width: clamp(620px, 52vw, 930px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 138, 0, 0.065);
    border-radius: 50%;
    background:
        repeating-conic-gradient(
            from 0deg,
            transparent 0deg 14deg,
            rgba(26, 48, 72, 0.045) 14.15deg 14.38deg
        );
    box-shadow:
        inset 0 0 0 72px rgba(255, 255, 255, 0.28),
        inset 0 0 0 73px rgba(255, 138, 0, 0.05),
        inset 0 0 0 154px rgba(255, 255, 255, 0.24),
        inset 0 0 0 155px rgba(22, 48, 72, 0.04),
        inset 0 0 0 244px rgba(255, 255, 255, 0.18),
        inset 0 0 0 245px rgba(255, 138, 0, 0.045);
    transform: translateY(-50%);
}

.energia-estudo-premium__decor::after {
    content: "";
    position: absolute;
    top: 14%;
    right: 8%;
    width: 42%;
    height: 72%;
    background:
        linear-gradient(90deg, transparent, rgba(31, 52, 75, 0.055), transparent) 0 18% / 100% 1px no-repeat,
        linear-gradient(90deg, transparent, rgba(255, 138, 0, 0.07), transparent) 0 78% / 100% 1px no-repeat;
}

.energia-estudo-premium__cross {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0.48;
}

.energia-estudo-premium__cross::before,
.energia-estudo-premium__cross::after {
    content: "";
    position: absolute;
    background: rgba(35, 59, 82, 0.16);
}

.energia-estudo-premium__cross::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
}

.energia-estudo-premium__cross::after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
}

.energia-estudo-premium__cross--1 {
    top: 18%;
    left: 58%;
}

.energia-estudo-premium__cross--2 {
    top: 67%;
    left: 54%;
    transform: scale(0.72);
}

.energia-estudo-premium__cross--3 {
    top: 22%;
    right: 8%;
    transform: scale(1.18);
}

.energia-estudo-premium__cross--4 {
    right: 17%;
    bottom: 12%;
    transform: scale(0.82);
}

.energia-estudo-premium__grid {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
    align-items: center;
    gap: clamp(54px, 6vw, 92px);
}

.energia-estudo-premium__copy {
    max-width: 720px;
}

.energia-estudo-premium .energia-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.energia-estudo-premium .energia-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, var(--estudo-orange), rgba(255, 138, 0, 0.24));
}

.energia-estudo-premium h2 {
    max-width: 720px;
    margin-top: 18px;
    color: var(--estudo-ink);
    font-size: clamp(42px, 3.4vw, 54px);
    line-height: 1.03;
    letter-spacing: -0.032em;
}

.energia-estudo-premium__copy > p {
    max-width: 690px;
    margin-top: 22px;
    color: var(--estudo-muted);
    font-size: clamp(16px, 1.22vw, 18px);
    line-height: 1.72;
}

.energia-estudo-premium .energia-estudo__actions {
    gap: 14px;
    margin-top: 28px;
}

.energia-estudo-premium .energia-estudo__actions .energia-btn {
    position: relative;
    min-height: 52px;
    overflow: hidden;
    padding-inline: 20px;
    border-radius: 8px;
    transform: translateY(0) scale(1);
    transform-origin: center;
    transition:
        transform 220ms cubic-bezier(.2, .8, .2, 1),
        box-shadow 220ms ease,
        background-color 220ms ease,
        border-color 220ms ease,
        filter 220ms ease;
    will-change: transform;
}

.energia-estudo-premium .energia-estudo__actions .energia-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, 0.28) 48%, transparent 78%);
    transform: translateX(-125%);
    transition: transform 420ms cubic-bezier(.2, .8, .2, 1);
}

.energia-estudo-premium .energia-estudo__actions .energia-btn--primary {
    box-shadow: 0 15px 34px rgba(255, 138, 0, 0.22);
}

.energia-estudo-premium .energia-estudo__actions .energia-btn--light {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(25, 45, 68, 0.14);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.energia-estudo-premium .energia-estudo__actions .energia-btn:focus-visible {
    outline: 3px solid rgba(255, 138, 0, 0.46);
    outline-offset: 3px;
}

.energia-estudo-premium .energia-estudo__actions .energia-btn:active {
    transform: translateY(-1px) scale(0.99);
    transition-duration: 90ms;
}

.energia-estudo-premium__timeline.energia-study-card {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.energia-estudo-premium__timeline > .energia-estudo-premium__timeline-eyebrow {
    display: block;
    color: var(--estudo-orange);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 1.75px;
    text-transform: uppercase;
}

.energia-estudo-premium__timeline > .energia-estudo-premium__timeline-title {
    display: block;
    margin: 16px 0 0;
    color: var(--estudo-ink);
    font-size: clamp(27px, 2.25vw, 34px);
    font-weight: 900;
    line-height: 1.08;
}

.energia-estudo-premium__timeline .energia-estudo-premium__steps {
    position: relative;
    display: grid;
    gap: 0;
    margin: 24px 0 0;
    padding: 0 0 0 16px;
    list-style: none;
}

.energia-estudo-premium__steps::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 20px;
    left: 1px;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 138, 0, 0.9), rgba(255, 138, 0, 0.22));
}

.energia-estudo-premium__steps::after {
    content: "";
    position: absolute;
    top: 1px;
    left: -3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--estudo-orange);
    box-shadow:
        0 0 0 4px rgba(255, 138, 0, 0.10),
        0 0 16px rgba(255, 138, 0, 0.64);
}

.energia-estudo-premium__timeline .energia-estudo-premium__step {
    position: relative;
    display: grid;
    grid-template-columns: 82px 34px minmax(0, 1fr);
    align-items: center;
    min-height: 86px;
    padding: 8px 0 14px 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--estudo-ink);
    cursor: default;
    opacity: 1;
    transition: opacity 220ms ease, filter 220ms ease;
}

.energia-estudo-premium__timeline .energia-estudo-premium__step::before {
    content: none;
}

.energia-estudo-premium__step::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 90px;
    height: 1px;
    background: rgba(30, 50, 72, 0.13);
    transform: scaleX(1);
    transform-origin: left center;
    transition: background-color 220ms ease, transform 220ms cubic-bezier(.2, .8, .2, 1);
}

.energia-estudo-premium__step:last-child::after {
    opacity: 0.7;
}

.energia-estudo-premium__number {
    display: block;
    color: transparent;
    font-size: clamp(46px, 4vw, 58px);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: -0.05em;
    -webkit-text-stroke: 1px rgba(34, 57, 82, 0.38);
    text-shadow: 0 0 0 transparent;
    transform: scale(1);
    transform-origin: left center;
    transition:
        transform 240ms cubic-bezier(.2, .8, .2, 1),
        -webkit-text-stroke-color 220ms ease,
        filter 220ms ease;
}

.energia-estudo-premium__dash {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--estudo-orange);
    box-shadow: 0 0 0 rgba(255, 138, 0, 0);
    transform: scaleX(1);
    transform-origin: left center;
    transition:
        transform 240ms cubic-bezier(.2, .8, .2, 1),
        box-shadow 220ms ease,
        background-color 220ms ease;
}

.energia-estudo-premium__step-title {
    display: block;
    color: var(--estudo-ink);
    font-size: clamp(16px, 1.35vw, 19px);
    font-weight: 850;
    line-height: 1.25;
    transform: scale(1);
    transform-origin: left center;
    transition: transform 240ms cubic-bezier(.2, .8, .2, 1), color 220ms ease;
}

.energia-estudo-premium__step:is(.is-active, .is-touch-active, :focus-visible) .energia-estudo-premium__number {
    -webkit-text-stroke-color: rgba(255, 128, 0, 0.86);
    filter: drop-shadow(0 0 10px rgba(255, 138, 0, 0.24));
    transform: scale(1.08);
}

.energia-estudo-premium__step:is(.is-active, .is-touch-active, :focus-visible) .energia-estudo-premium__dash {
    background: #ff8708;
    box-shadow: 0 0 12px rgba(255, 138, 0, 0.34);
    transform: scaleX(1.22);
}

.energia-estudo-premium__step:is(.is-active, .is-touch-active, :focus-visible) .energia-estudo-premium__step-title {
    color: #091523;
    transform: scale(1.025);
}

.energia-estudo-premium__step:is(.is-active, .is-touch-active, :focus-visible)::after {
    background: rgba(255, 138, 0, 0.28);
    transform: scaleX(1.025);
}

.energia-estudo-premium__step:focus-visible {
    outline: none;
}

.energia-estudo-premium__step:active .energia-estudo-premium__number {
    transform: scale(1.055);
}

.energia-estudo-premium__step:active .energia-estudo-premium__step-title {
    transform: scale(1.012);
}

@media (hover: hover) and (pointer: fine) {
    .energia-estudo-premium .energia-estudo__actions .energia-btn:hover {
        transform: translateY(-3px) scale(1.03);
        filter: saturate(1.04) contrast(1.025);
    }

    .energia-estudo-premium .energia-estudo__actions .energia-btn:hover::before {
        transform: translateX(125%);
    }

    .energia-estudo-premium .energia-estudo__actions .energia-btn--primary:hover {
        box-shadow:
            0 18px 38px rgba(255, 112, 0, 0.30),
            0 0 24px rgba(255, 138, 0, 0.22);
    }

    .energia-estudo-premium .energia-estudo__actions .energia-btn--light:hover {
        background-color: #fffdf8;
        border-color: rgba(255, 138, 0, 0.42);
        box-shadow:
            0 16px 34px rgba(15, 23, 42, 0.09),
            0 0 20px rgba(255, 138, 0, 0.09);
    }

    .energia-estudo-premium__steps:hover .energia-estudo-premium__step:not(:hover) {
        opacity: 0.76;
        filter: saturate(0.82);
    }

    .energia-estudo-premium__step:hover .energia-estudo-premium__number {
        -webkit-text-stroke-color: rgba(255, 128, 0, 0.86);
        filter: drop-shadow(0 0 10px rgba(255, 138, 0, 0.24));
        transform: scale(1.08);
    }

    .energia-estudo-premium__step:hover .energia-estudo-premium__dash {
        background: #ff8708;
        box-shadow: 0 0 12px rgba(255, 138, 0, 0.34);
        transform: scaleX(1.22);
    }

    .energia-estudo-premium__step:hover .energia-estudo-premium__step-title {
        color: #091523;
        transform: scale(1.025);
    }

    .energia-estudo-premium__step:hover::after {
        background: rgba(255, 138, 0, 0.28);
        transform: scaleX(1.025);
    }
}

@media (max-width: 1023.98px) {
    .energia-estudo-premium {
        padding: 62px 0 68px;
        scroll-margin-top: 82px;
    }

    .energia-estudo-premium__grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .energia-estudo-premium__copy,
    .energia-estudo-premium h2,
    .energia-estudo-premium__copy > p {
        max-width: 760px;
    }

    .energia-estudo-premium__timeline {
        width: min(100%, 720px);
    }

    .energia-estudo-premium__decor {
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.12) 32%, rgba(0, 0, 0, 0.68) 100%);
        mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.12) 32%, rgba(0, 0, 0, 0.68) 100%);
    }

    .energia-estudo-premium__decor::before {
        top: 70%;
        right: -310px;
        width: 760px;
    }
}

@media (max-width: 767.98px) {
    .energia-estudo-premium {
        padding: 52px 0 58px;
        background:
            radial-gradient(circle at 8% 18%, rgba(255, 138, 0, 0.09), transparent 42%),
            radial-gradient(circle at 96% 74%, rgba(255, 147, 32, 0.08), transparent 46%),
            linear-gradient(150deg, #fffefa 0%, #ffffff 52%, #fcfdfd 100%);
    }

    .energia-estudo-premium__grid {
        gap: 48px;
    }

    .energia-estudo-premium h2 {
        margin-top: 15px;
        font-size: clamp(34px, 9.5vw, 43px);
        line-height: 1.04;
    }

    .energia-estudo-premium__copy > p {
        margin-top: 18px;
        font-size: 15.5px;
        line-height: 1.66;
    }

    .energia-estudo-premium .energia-estudo__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 24px;
    }

    .energia-estudo-premium .energia-estudo__actions .energia-btn {
        width: 100%;
        min-height: 50px;
        padding-inline: 16px;
    }

    .energia-estudo-premium__timeline > .energia-estudo-premium__timeline-eyebrow {
        font-size: 10.5px;
        letter-spacing: 1.45px;
    }

    .energia-estudo-premium__timeline > .energia-estudo-premium__timeline-title {
        margin-top: 13px;
        font-size: clamp(26px, 7.5vw, 31px);
    }

    .energia-estudo-premium__timeline .energia-estudo-premium__steps {
        margin-top: 22px;
        padding-left: 14px;
    }

    .energia-estudo-premium__timeline .energia-estudo-premium__step {
        grid-template-columns: 62px 28px minmax(0, 1fr);
        min-height: 80px;
        padding: 8px 0 13px 8px;
    }

    .energia-estudo-premium__step::after {
        left: 70px;
    }

    .energia-estudo-premium__number {
        font-size: 46px;
    }

    .energia-estudo-premium__dash {
        width: 22px;
    }

    .energia-estudo-premium__step-title {
        font-size: 15.5px;
    }

    .energia-estudo-premium__cross--1,
    .energia-estudo-premium__cross--3 {
        display: none;
    }

    .energia-estudo-premium__decor::before {
        top: 76%;
        right: -360px;
        width: 680px;
        opacity: 0.72;
    }
}

@media (max-width: 359px) {
    .energia-estudo-premium__timeline .energia-estudo-premium__step {
        grid-template-columns: 56px 25px minmax(0, 1fr);
    }

    .energia-estudo-premium__number {
        font-size: 42px;
    }

    .energia-estudo-premium__step-title {
        font-size: 14.5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .energia-estudo-premium .energia-estudo__actions .energia-btn,
    .energia-estudo-premium .energia-estudo__actions .energia-btn::before,
    .energia-estudo-premium__step,
    .energia-estudo-premium__step::after,
    .energia-estudo-premium__number,
    .energia-estudo-premium__dash,
    .energia-estudo-premium__step-title {
        transition: none;
    }

    .energia-estudo-premium .energia-estudo__actions .energia-btn:hover,
    .energia-estudo-premium .energia-estudo__actions .energia-btn:active,
    .energia-estudo-premium__step:is(.is-active, .is-touch-active, :hover, :active, :focus-visible) .energia-estudo-premium__number,
    .energia-estudo-premium__step:is(.is-active, .is-touch-active, :hover, :active, :focus-visible) .energia-estudo-premium__step-title {
        transform: none;
    }
}

/* =========================================================
   ENERGIA SOLAR — PADRONIZAÇÃO TIPOGRÁFICA DA CONTINUAÇÃO
   E MÍDIA TRANSPARENTE DA SEÇÃO DE EQUIPAMENTOS
   ========================================================= */

.energia-equipamentos,
#energia-processo.energia-processo-editorial,
.energia-faq {
    --energia-continuacao-eyebrow: 11px;
    --energia-continuacao-titulo: clamp(30px, 2.55vw, 38px);
    --energia-continuacao-corpo: clamp(15px, 1.05vw, 16px);
    --energia-continuacao-item-titulo: clamp(16.5px, 1.25vw, 19px);
    --energia-continuacao-item-corpo: clamp(14px, 0.95vw, 15px);
    --energia-continuacao-destaque: clamp(15px, 1vw, 16px);
}

.energia-equipamentos .energia-eyebrow,
#energia-processo.energia-processo-editorial .energia-eyebrow,
.energia-faq .energia-eyebrow {
    font-size: var(--energia-continuacao-eyebrow);
    line-height: 1.25;
}

.energia-equipamentos .energia-equipment-copy h2,
#energia-processo.energia-processo-editorial .energia-processo-editorial__head h2,
.energia-faq .energia-section__head h2 {
    max-width: 24ch;
    font-size: var(--energia-continuacao-titulo);
    line-height: 1.08;
    font-weight: 900;
}

.energia-equipamentos .energia-equipment-copy > p,
#energia-processo.energia-processo-editorial .energia-processo-editorial__head > p,
.energia-faq .energia-section__head > p {
    max-width: 62ch;
    font-size: var(--energia-continuacao-corpo);
    line-height: 1.65;
}

.energia-equipamentos .energia-equipment-alert {
    font-size: var(--energia-continuacao-destaque);
    line-height: 1.55;
}

.energia-equipamentos .energia-tech-grid article strong,
#energia-processo.energia-processo-editorial .energia-processo-editorial__step h3,
.energia-faq .energia-faq-grid h3 {
    font-size: var(--energia-continuacao-item-titulo);
    line-height: 1.25;
}

#energia-processo.energia-processo-editorial .energia-processo-editorial__step p,
.energia-faq .energia-faq-grid p {
    font-size: var(--energia-continuacao-item-corpo);
    line-height: 1.55;
}


/* A imagem já possui transparência. O mesmo acabamento sem card vale em todas as larguras. */
.energia-equipamentos .energia-equipment-visual {
    width: 100%;
    max-width: 640px;
    min-height: 0;
    justify-self: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.energia-equipamentos .energia-equipment-visual::before,
.energia-equipamentos .energia-equipment-visual::after {
    content: none;
    display: none;
    background: none;
}

.energia-equipamentos .energia-equipment-visual img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
    object-position: center;
}
