/* ==========================================================
   MAQUINASA • CONSTRULEV EXPO 2026
   CSS exclusivo da página construlev-2026.html
   ========================================================== */

.construlev-page {
    --cl-orange: #ff7b00;
    --cl-orange-deep: #ef6900;
    --cl-dark: #23252d;
    --cl-text: #353535;
    --cl-soft: #f5f5f5;
    --cl-border: #e6e6e6;
}

/* HERO */
.construlev-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(22,22,22,.73) 0%, rgba(22,22,22,.43) 37%, rgba(22,22,22,.03) 64%),
        url("../images/construlev/construlev.jpg") center center / cover no-repeat;
}

.construlev-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 85px;
    background: linear-gradient(to top, rgba(0,0,0,.16), transparent);
    pointer-events: none;
}

.construlev-hero .container {
    position: relative;
    z-index: 2;
}

.construlev-hero-content {
    max-width: 650px;
    color: #fff;
    padding: 70px 0;
}

.construlev-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    margin-bottom: 22px;
    border: 1px solid rgba(255,255,255,.55);
    background: rgba(0,0,0,.18);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.construlev-hero h1 {
    color: #fff;
    font-size: 54px;
    line-height: 1.1;
    margin: 0 0 18px;
    max-width: 630px;
}

.construlev-hero-lead {
    max-width: 590px;
    margin-bottom: 30px;
    color: rgba(255,255,255,.92);
    font-size: 19px;
    line-height: 1.7;
    font-weight: 400;
}

.construlev-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 610px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.construlev-facts li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 62px;
    padding: 14px 16px;
    background: rgba(17,17,17,.42);
    border-left: 3px solid var(--cl-orange);
    backdrop-filter: blur(4px);
}

.construlev-facts i {
    color: var(--cl-orange);
    font-size: 22px;
    margin-top: 2px;
}

.construlev-facts strong,
.construlev-facts span {
    display: block;
}

.construlev-facts strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
}

.construlev-facts span {
    color: rgba(255,255,255,.78);
    font-size: 12px;
    margin-top: 2px;
}

.construlev-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.construlev-btn,
.construlev-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .25s ease;
}

.construlev-btn {
    background: var(--cl-orange);
    color: #fff;
}

.construlev-btn:hover,
.construlev-btn:focus {
    background: var(--cl-dark);
    color: #fff;
    transform: translateY(-2px);
}

.construlev-btn-outline {
    color: #fff;
    border: 1px solid rgba(255,255,255,.75);
    background: rgba(255,255,255,.06);
}

.construlev-btn-outline:hover,
.construlev-btn-outline:focus {
    background: #fff;
    color: var(--cl-dark);
}

/* CONTEÚDO */
.construlev-section {
    padding: 75px 0;
}

.construlev-section-light {
    background: #f7f7f7;
}

.construlev-section-head {
    max-width: 850px;
    margin-bottom: 36px;
}

.construlev-section-head .eyebrow {
    color: var(--cl-orange);
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
}

.construlev-section-head h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.construlev-section-head p {
    font-size: 17px;
    line-height: 1.8;
    color: #5c5c5c;
    font-weight: 400;
}

.construlev-copy p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--cl-text);
    font-weight: 400;
}

.construlev-highlight {
    height: 100%;
    padding: 34px;
    background: var(--cl-dark);
    color: #fff;
    border-top: 4px solid var(--cl-orange);
}

.construlev-highlight .stand-code {
    display: block;
    color: var(--cl-orange);
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
    margin: 8px 0 15px;
}

.construlev-highlight h3 {
    color: #fff;
    font-size: 23px;
    line-height: 1.35;
    margin-bottom: 16px;
}

.construlev-highlight p {
    color: rgba(255,255,255,.78);
    font-weight: 400;
    line-height: 1.7;
}

.construlev-highlight ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.construlev-highlight li {
    position: relative;
    padding: 8px 0 8px 25px;
    color: rgba(255,255,255,.9);
}

.construlev-highlight li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 9px;
    font-family: FontAwesome;
    color: var(--cl-orange);
}

/* MAPA */
.construlev-map-card {
    background: #fff;
    border: 1px solid var(--cl-border);
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    overflow: hidden;
}

.construlev-map-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
    border-bottom: 1px solid var(--cl-border);
}

.construlev-map-header h3 {
    margin: 0;
    font-size: 24px;
}

.construlev-map-header span {
    color: #777;
    font-size: 13px;
}

.construlev-map-frame {
    width: 100%;
    min-height: 520px;
    display: block;
    border: 0;
    background: #fff;
}

.construlev-map-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 28px;
    background: #fafafa;
    border-top: 1px solid var(--cl-border);
}

.construlev-map-footer p {
    margin: 0;
    color: #626262;
    font-weight: 400;
}

.construlev-map-link {
    white-space: nowrap;
    color: var(--cl-orange);
    font-weight: 700;
}

.construlev-map-link:hover {
    color: var(--cl-dark);
}

/* INFO CARDS */
.construlev-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.construlev-info-card {
    padding: 26px;
    border: 1px solid var(--cl-border);
    background: #fff;
    height: 100%;
}

.construlev-info-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    background: var(--cl-orange);
    color: #fff;
    font-size: 21px;
}

.construlev-info-card h4 {
    font-size: 19px;
    margin-bottom: 8px;
}

.construlev-info-card p {
    margin: 0;
    color: #666;
    line-height: 1.65;
    font-weight: 400;
}

/* CTA FINAL */
.construlev-final-cta {
    padding: 58px 0;
    background: var(--cl-dark);
    color: #fff;
}

.construlev-final-cta h2 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 10px;
}

.construlev-final-cta p {
    color: rgba(255,255,255,.76);
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.construlev-final-cta .cta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

/* ANIMAÇÃO LEVE VIA JS */
.construlev-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .65s ease, transform .65s ease;
}

.construlev-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* RESPONSIVO */
@media only screen and (max-width: 991px) {
    .construlev-hero {
        min-height: 610px;
        background-position: 62% center;
    }

    .construlev-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.28);
    }

    .construlev-hero h1 {
        font-size: 44px;
    }

    .construlev-info-grid {
        grid-template-columns: 1fr;
    }

    .construlev-map-frame {
        min-height: 440px;
    }

    .construlev-final-cta .cta-wrap {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .construlev-hero {
        min-height: auto;
        background-position: 69% center;
    }

    .construlev-hero-content {
        padding: 70px 0 60px;
    }

    .construlev-hero h1 {
        font-size: 36px;
    }

    .construlev-hero-lead {
        font-size: 16px;
    }

    .construlev-facts {
        grid-template-columns: 1fr;
    }

    .construlev-section {
        padding: 55px 0;
    }

    .construlev-section-head h2 {
        font-size: 30px;
    }

    .construlev-map-header,
    .construlev-map-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .construlev-map-frame {
        min-height: 340px;
    }

    .construlev-highlight {
        margin-top: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .construlev-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .construlev-btn,
    .construlev-btn-outline {
        transition: none;
    }
}


/* ==========================================================
   DESTAQUE • SFS-C89-1.2
   ========================================================== */

.construlev-machine-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(255,123,0,.08), transparent 34%),
        #ffffff;
}

.construlev-machine-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 58px;
    align-items: center;
}

.construlev-machine-media {
    min-width: 0;
}

.construlev-machine-image-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #15171b;
    cursor: zoom-in;
    box-shadow: 0 20px 48px rgba(0,0,0,.15);
}

.construlev-machine-image-button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.16);
    pointer-events: none;
}

.construlev-machine-image-button img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    filter: saturate(.96) contrast(1.02);
    transition:
        transform .55s cubic-bezier(.2,.7,.2,1),
        filter .45s ease;
}

.construlev-machine-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,.04) 0%,
        rgba(0,0,0,.08) 42%,
        rgba(0,0,0,.54) 100%
    );
    opacity: 0;
    transition: opacity .35s ease;
}

.construlev-machine-zoom-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255,255,255,.74);
    border-radius: 50%;
    background: rgba(255,123,0,.92);
    font-size: 21px;
    transform: translateY(12px) scale(.9);
    transition: transform .35s ease, background .3s ease;
}

.construlev-machine-image-button:hover img,
.construlev-machine-image-button:focus img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.04);
}

.construlev-machine-image-button:hover .construlev-machine-image-overlay,
.construlev-machine-image-button:focus .construlev-machine-image-overlay {
    opacity: 1;
}

.construlev-machine-image-button:hover .construlev-machine-zoom-icon,
.construlev-machine-image-button:focus .construlev-machine-zoom-icon {
    transform: translateY(0) scale(1);
    background: #ff7b00;
}

.construlev-machine-content {
    min-width: 0;
}

.construlev-machine-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: var(--cl-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.construlev-machine-eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--cl-orange);
}

.construlev-machine-content h2 {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 1.13;
    letter-spacing: -.5px;
}

.construlev-machine-content h3 {
    max-width: 650px;
    margin: 0 0 22px;
    color: #505050;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 500;
}

.construlev-machine-category {
    display: inline-block;
    margin: 0 0 20px;
    padding: 7px 12px;
    color: #fff;
    background: var(--cl-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.construlev-machine-content h4 {
    margin: 0 0 5px;
    font-size: 25px;
    line-height: 1.3;
}

.construlev-machine-content h4 strong {
    color: var(--cl-orange);
}

.construlev-machine-subtitle {
    margin-bottom: 20px;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.construlev-machine-content p {
    color: #4b4b4b;
    font-size: 15.5px;
    line-height: 1.82;
    font-weight: 400;
}

.construlev-machine-btn {
    margin-top: 8px;
}

/* LIGHTBOX */
.construlev-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(8,10,13,.94);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity .3s ease,
        visibility .3s ease;
}

.construlev-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.construlev-lightbox-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1450px, 94vw);
    max-height: 90vh;
}

.construlev-lightbox-stage img {
    display: block;
    max-width: 100%;
    max-height: 88vh;
    object-fit: contain;
    box-shadow: 0 24px 70px rgba(0,0,0,.55);
    transform: scale(.965);
    opacity: .2;
    transition:
        transform .35s cubic-bezier(.2,.7,.2,1),
        opacity .35s ease;
}

.construlev-lightbox.is-open .construlev-lightbox-stage img {
    transform: scale(1);
    opacity: 1;
}

.construlev-lightbox-close {
    position: absolute;
    top: 24px;
    right: 28px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    background: rgba(0,0,0,.25);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.construlev-lightbox-close:hover,
.construlev-lightbox-close:focus {
    background: var(--cl-orange);
    border-color: var(--cl-orange);
    transform: rotate(90deg);
}

body.construlev-lightbox-open {
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .construlev-machine-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .construlev-machine-content h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .construlev-machine-content h2 {
        font-size: 29px;
    }

    .construlev-machine-content h3 {
        font-size: 18px;
    }

    .construlev-machine-content p {
        font-size: 15px;
    }

    .construlev-lightbox {
        padding: 16px;
    }

    .construlev-lightbox-close {
        top: 14px;
        right: 14px;
        width: 44px;
        height: 44px;
    }
}
