/**
 * Theme Name: Téluz Electric — Industras Child
 * Description: Personalização visual segura do tema Industras para a Téluz Electric.
 * Author: AIO Marketing
 * Template: industras
 * Version: 8.0.17
 * Text Domain: industras
 */

:root,
body {
    --e-global-color-primary: #d71920 !important;
    --e-global-color-secondary: #171719 !important;
    --e-global-color-text: #4d5158 !important;
    --e-global-color-accent: #171719 !important;
    --e-global-color-lighter: #757a82 !important;
    --e-global-color-dark: #171719 !important;
    --e-global-color-border: #e1e3e7 !important;

    --e-global-typography-primary-font-family: "Manrope", "Inter", Arial, sans-serif !important;
    --e-global-typography-secondary-font-family: "Manrope", "Inter", Arial, sans-serif !important;
    --e-global-typography-text-font-family: "Inter", Arial, sans-serif !important;
    --e-global-typography-accent-font-family: "Inter", Arial, sans-serif !important;
}

body,
body p,
body li,
body input,
body select,
body textarea,
body button,
body .elementor-widget-text-editor,
body .elementor-icon-list-text,
body .elementor-button-text {
    font-family: "Inter", Arial, sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .elementor-heading-title,
body .site-title,
body .entry-title,
body .page-title,
body .widget-title,
body .woocommerce-loop-product__title {
    font-family: "Manrope", "Inter", Arial, sans-serif !important;
}

body a:hover,
body a:focus,
body .primary-navigation .menu > .menu-item:hover > a,
body .primary-navigation .menu > .menu-item.current-menu-item > a,
body .primary-navigation .menu > .menu-item.current-menu-ancestor > a {
    color: #d71920;
}

body button,
body input[type="button"],
body input[type="reset"],
body input[type="submit"],
body .button,
body .elementor-button,
body .rev-btn,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
    border-color: #d71920;
}

body .button:hover,
body .elementor-button:hover,
body .rev-btn:hover,
body input[type="submit"]:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover {
    border-color: #b71319;
}

body ::selection {
    color: #ffffff;
    background: #d71920;
}

/* Mantém o cabeçalho compacto e próximo do layout original. */
.elementor-location-header img.hfe-site-logo-img,
.elementor-location-header .custom-logo-link img,
.elementor-location-header .site-branding img,
.elementor-location-header .elementor-widget-theme-site-logo img {
    width: auto !important;
    height: auto !important;
    max-width: 180px !important;
    max-height: 52px !important;
    object-fit: contain;
}

/* Remove quebras causadas por imagens de logo vazias. */
img[alt="default-logo"],
img[alt="default logo"] {
    min-width: 120px;
    min-height: 36px;
}

/* Formulários com acabamento corporativo, sem alterar sua estrutura. */
body input[type="text"],
body input[type="email"],
body input[type="tel"],
body input[type="url"],
body input[type="password"],
body input[type="search"],
body input[type="number"],
body select,
body textarea {
    border-color: #d8dbe0;
    border-radius: 2px;
}

body input:focus,
body select:focus,
body textarea:focus {
    border-color: #d71920;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.10);
}


/* =========================================================
 * CABEÇALHO TÉLUZ — MODELO CLÁSSICO / INDUSTRIAL (DESKTOP)
 * ======================================================= */
.teluz-desktop-header {
    display: none;
}

@media (min-width: 1025px) {
    #page > .elementor-location-header,
    #page > header.elementor-location-header,
    #page > header.site-header,
    #page > .site-header,
    #page > .hfe-header,
    #page > header#masthead {
        display: none !important;
    }

    body {
        padding-top: 0 !important;
    }

    .teluz-desktop-header {
        display: block;
        position: relative;
        z-index: 999;
        width: 100%;
        background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
        font-family: "Inter", Arial, sans-serif;
        box-shadow: 0 2px 0 rgba(0,0,0,.03) inset;
    }

    .teluz-desktop-header * {
        box-sizing: border-box;
    }

    .teluz-header-container {
        width: min(1600px, calc(100% - 70px));
        margin: 0 auto;
    }

    .teluz-desktop-topbar {
        position: relative;
        padding: 22px 0 10px;
        background: transparent;
        overflow: visible;
    }

    .teluz-topbar-inner {
        min-height: 108px;
        display: grid;
        grid-template-columns: 340px minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 42px;
    }

    .teluz-desktop-brand {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        text-decoration: none;
        padding: 8px 0;
        background: transparent;
    }

    .teluz-desktop-brand img {
        display: block;
        width: 230px !important;
        max-width: 230px !important;
        max-height: 86px !important;
        height: auto !important;
        object-fit: contain;
    }

    .teluz-topbar-infos {
        display: grid;
        grid-template-columns: repeat(3, minmax(180px, 1fr));
        align-items: center;
        gap: 28px;
        padding: 0;
    }

    .teluz-top-info {
        display: grid;
        grid-template-columns: 54px 1fr;
        align-items: center;
        gap: 16px;
        min-width: 0;
        text-decoration: none;
        color: #1c1d20;
    }

    .teluz-top-info-icon {
        width: 54px;
        height: 54px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #d71920;
        border: 1px solid rgba(215, 25, 32, .22);
        border-radius: 14px;
        background: rgba(215, 25, 32, .03);
        box-shadow: 0 6px 16px rgba(215, 25, 32, .05);
    }

    .teluz-top-info-icon svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .teluz-top-info-copy small {
        display: block;
        margin-bottom: 6px;
        color: #d71920;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 800;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .teluz-top-info-copy strong {
        display: block;
        color: #25272c;
        font-family: "Manrope", "Inter", Arial, sans-serif;
        font-size: clamp(14px, 1vw, 17px);
        line-height: 1.28;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .teluz-topbar-utility {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 14px;
        padding-left: 10px;
        color: #25272c;
    }

    .teluz-topbar-utility .teluz-utility-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #25272c;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
    }

    .teluz-topbar-utility .teluz-utility-link:hover,
    .teluz-topbar-utility .teluz-utility-link:focus {
        color: #d71920;
    }

    .teluz-topbar-utility .teluz-utility-sep {
        width: 1px;
        height: 28px;
        background: rgba(0,0,0,.12);
    }

    .teluz-topbar-utility svg {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .teluz-desktop-nav-stage {
        position: relative;
        z-index: 4;
        padding: 8px 0 26px;
    }

    .teluz-nav-shell {
        min-height: 88px;
        display: flex;
        align-items: stretch;
        position: relative;
    }

    .teluz-menu-panel {
        position: relative;
        flex: 1;
        min-width: 0;
        display: flex;
        align-items: center;
        background: #ffffff;
        border-radius: 0 0 18px 18px;
        box-shadow: 0 16px 38px rgba(17, 17, 17, .10);
        overflow: visible;
    }

    .teluz-menu-panel::after {
        content: "";
        position: absolute;
        right: -30px;
        top: 0;
        width: 70px;
        height: 100%;
        background: #ffffff;
        transform: skewX(-18deg);
        transform-origin: left top;
        border-radius: 0 16px 16px 0;
        box-shadow: 18px 16px 38px rgba(17, 17, 17, .03);
        z-index: 0;
    }

    .teluz-menu-mark {
        position: relative;
        z-index: 2;
        width: 92px;
        min-width: 92px;
        height: 88px;
        display: grid;
        place-items: center;
        color: #d71920;
        border-right: 1px solid #f0f0f2;
        border-radius: 0 0 0 18px;
        background: linear-gradient(180deg, #fff 0%, #fbfbfc 100%);
    }

    .teluz-menu-mark span {
        position: relative;
        width: 22px;
        height: 22px;
        display: block;
    }

    .teluz-menu-mark span::before,
    .teluz-menu-mark span::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(currentColor, currentColor) 0 0 / 7px 7px no-repeat,
            linear-gradient(currentColor, currentColor) 100% 0 / 7px 7px no-repeat,
            linear-gradient(currentColor, currentColor) 0 100% / 7px 7px no-repeat,
            linear-gradient(currentColor, currentColor) 100% 100% / 7px 7px no-repeat;
    }

    .teluz-desktop-navigation {
        position: relative;
        z-index: 2;
        flex: 1;
        min-width: 0;
        height: 88px;
    }

    .teluz-desktop-navigation > ul,
    .teluz-desktop-navigation .menu {
        height: 88px;
        margin: 0;
        padding: 0 42px 0 24px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: clamp(24px, 2vw, 46px);
        list-style: none;
    }

    .teluz-desktop-navigation .menu > li {
        position: relative;
        height: 88px;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .teluz-desktop-navigation .menu > li > a {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        height: 88px;
        color: #202124;
        font-size: clamp(14px, .95vw, 16px);
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0;
        text-decoration: none;
        white-space: nowrap;
        transition: color .2s ease;
    }

    .teluz-desktop-navigation .menu > li:hover > a,
    .teluz-desktop-navigation .menu > li.current-menu-item > a,
    .teluz-desktop-navigation .menu > li.current-menu-ancestor > a {
        color: #d71920;
    }

    .teluz-desktop-navigation .menu-item-has-children > a::after {
        content: "";
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: rotate(45deg);
    }

    .teluz-desktop-navigation .sub-menu {
        position: absolute;
        top: calc(100% - 8px);
        left: -20px;
        z-index: 30;
        min-width: 245px;
        margin: 0;
        padding: 12px 0;
        list-style: none;
        background: #ffffff;
        border-top: 3px solid #d71920;
        box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
        border-radius: 0 0 12px 12px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    }

    .teluz-desktop-navigation li:hover > .sub-menu,
    .teluz-desktop-navigation li:focus-within > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .teluz-desktop-navigation .sub-menu li {
        position: relative;
        margin: 0;
    }

    .teluz-desktop-navigation .sub-menu a {
        display: block;
        padding: 11px 22px;
        color: #202124;
        font-size: 13px;
        line-height: 1.35;
        font-weight: 600;
        text-decoration: none;
        transition: color .2s ease, background-color .2s ease, padding-left .2s ease;
    }

    .teluz-desktop-navigation .sub-menu a:hover {
        padding-left: 27px;
        color: #d71920;
        background: #f7f7f8;
    }

    .teluz-desktop-cta {
        position: relative;
        z-index: 5;
        width: 275px;
        min-width: 275px;
        min-height: 86px;
        margin-left: 26px;
        padding: 0 30px 0 58px;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        color: #ffffff !important;
        background: linear-gradient(135deg, #20252e 0%, #171a20 52%, #101218 100%);
        box-shadow: 0 16px 38px rgba(0, 0, 0, .16);
        clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
        border-radius: 0 16px 16px 0;
        font-family: "Manrope", "Inter", Arial, sans-serif;
        font-size: 15px;
        line-height: 1.05;
        font-weight: 800;
        letter-spacing: .01em;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: transform .2s ease, box-shadow .2s ease;
    }

    .teluz-desktop-cta::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -130px;
        width: 126px;
        height: 3px;
        background: #d71920;
        transform: translateY(-50%);
    }

    .teluz-desktop-cta:hover,
    .teluz-desktop-cta:focus {
        color: #ffffff !important;
        transform: translateY(-2px);
        box-shadow: 0 22px 45px rgba(0, 0, 0, .20);
    }

    .teluz-desktop-cta span {
        display: inline-block;
        max-width: 140px;
    }

    .teluz-desktop-cta svg {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        flex: 0 0 auto;
    }
}

@media (min-width: 1025px) and (max-width: 1360px) {
    .teluz-header-container {
        width: calc(100% - 32px);
    }

    .teluz-topbar-inner {
        grid-template-columns: 250px minmax(0, 1fr);
        row-gap: 18px;
    }

    .teluz-topbar-utility {
        display: none;
    }

    .teluz-topbar-infos {
        gap: 16px;
    }

    .teluz-top-info {
        grid-template-columns: 42px 1fr;
        gap: 12px;
    }

    .teluz-top-info-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .teluz-menu-mark {
        width: 76px;
        min-width: 76px;
    }

    .teluz-desktop-navigation > ul,
    .teluz-desktop-navigation .menu {
        gap: 18px;
        padding-right: 24px;
    }

    .teluz-desktop-cta {
        width: 230px;
        min-width: 230px;
        padding-left: 48px;
    }

    .teluz-desktop-cta::after {
        width: 84px;
        right: -86px;
    }
}

/* =========================================================
 * AJUSTE DE PROPORÇÃO — CABEÇALHO DESKTOP MAIS COMPACTO
 * Mantém o menu, o mobile e o Slider Revolution intactos.
 * ======================================================= */
@media (min-width: 1025px) {
    .teluz-header-container {
        width: min(1500px, calc(100% - 80px));
    }

    .teluz-desktop-topbar {
        padding: 12px 0 5px;
    }

    .teluz-topbar-inner {
        min-height: 86px;
        grid-template-columns: 285px minmax(0, 1fr) auto;
        column-gap: 30px;
    }

    .teluz-desktop-brand {
        padding: 4px 0;
    }

    .teluz-desktop-brand img {
        width: 190px !important;
        max-width: 190px !important;
        max-height: 68px !important;
    }

    .teluz-topbar-infos {
        gap: 20px;
    }

    .teluz-top-info {
        grid-template-columns: 44px 1fr;
        gap: 12px;
    }

    .teluz-top-info-icon {
        width: 44px;
        height: 44px;
        border-radius: 11px;
    }

    .teluz-top-info-icon svg {
        width: 20px;
        height: 20px;
    }

    .teluz-top-info-copy small {
        margin-bottom: 4px;
        font-size: 9px;
        letter-spacing: .055em;
    }

    .teluz-top-info-copy strong {
        font-size: clamp(12px, .88vw, 15px);
        line-height: 1.2;
    }

    .teluz-topbar-utility {
        gap: 11px;
    }

    .teluz-topbar-utility .teluz-utility-link {
        gap: 6px;
        font-size: 13px;
    }

    .teluz-topbar-utility .teluz-utility-sep {
        height: 23px;
    }

    .teluz-topbar-utility svg {
        width: 18px;
        height: 18px;
    }

    .teluz-desktop-nav-stage {
        padding: 5px 0 20px;
    }

    .teluz-nav-shell {
        min-height: 72px;
    }

    .teluz-menu-panel {
        border-radius: 0 0 14px 14px;
        box-shadow: 0 12px 30px rgba(17, 17, 17, .09);
    }

    .teluz-menu-panel::after {
        right: -25px;
        width: 58px;
        border-radius: 0 13px 13px 0;
    }

    .teluz-menu-mark {
        width: 72px;
        min-width: 72px;
        height: 72px;
        border-radius: 0 0 0 14px;
    }

    .teluz-menu-mark span {
        width: 18px;
        height: 18px;
    }

    .teluz-menu-mark span::before,
    .teluz-menu-mark span::after {
        background:
            linear-gradient(currentColor, currentColor) 0 0 / 6px 6px no-repeat,
            linear-gradient(currentColor, currentColor) 100% 0 / 6px 6px no-repeat,
            linear-gradient(currentColor, currentColor) 0 100% / 6px 6px no-repeat,
            linear-gradient(currentColor, currentColor) 100% 100% / 6px 6px no-repeat;
    }

    .teluz-desktop-navigation,
    .teluz-desktop-navigation > ul,
    .teluz-desktop-navigation .menu,
    .teluz-desktop-navigation .menu > li,
    .teluz-desktop-navigation .menu > li > a {
        height: 72px;
    }

    .teluz-desktop-navigation > ul,
    .teluz-desktop-navigation .menu {
        padding: 0 34px 0 20px;
        gap: clamp(20px, 1.75vw, 38px);
    }

    .teluz-desktop-navigation .menu > li > a {
        gap: 6px;
        font-size: clamp(12px, .82vw, 14px);
    }

    .teluz-desktop-navigation .sub-menu {
        top: calc(100% - 6px);
        min-width: 225px;
    }

    .teluz-desktop-navigation .sub-menu a {
        padding: 10px 20px;
        font-size: 12px;
    }

    .teluz-desktop-cta {
        width: 235px;
        min-width: 235px;
        min-height: 70px;
        margin-left: 22px;
        padding: 0 25px 0 50px;
        border-radius: 0 13px 13px 0;
        font-size: 13px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .14);
    }

    .teluz-desktop-cta span {
        max-width: 120px;
    }

    .teluz-desktop-cta svg {
        width: 16px;
        height: 16px;
    }

    .teluz-desktop-cta::after {
        right: -105px;
        width: 102px;
        height: 2px;
    }
}

@media (min-width: 1025px) and (max-width: 1360px) {
    .teluz-header-container {
        width: calc(100% - 28px);
    }

    .teluz-topbar-inner {
        grid-template-columns: 225px minmax(0, 1fr);
        column-gap: 20px;
    }

    .teluz-desktop-brand img {
        width: 165px !important;
        max-width: 165px !important;
    }

    .teluz-topbar-infos {
        gap: 12px;
    }

    .teluz-top-info {
        grid-template-columns: 38px 1fr;
        gap: 9px;
    }

    .teluz-top-info-icon {
        width: 38px;
        height: 38px;
    }

    .teluz-menu-mark {
        width: 62px;
        min-width: 62px;
    }

    .teluz-desktop-navigation > ul,
    .teluz-desktop-navigation .menu {
        gap: 15px;
        padding-right: 20px;
    }

    .teluz-desktop-cta {
        width: 205px;
        min-width: 205px;
        padding-left: 43px;
    }

    .teluz-desktop-cta::after {
        right: -72px;
        width: 69px;
    }
}

/* Ajuste solicitado: inverter cores do quadradinho do menu */
@media (min-width: 1025px) {
    .teluz-menu-mark {
        background: #d71920 !important;
        color: #ffffff !important;
        border-right-color: rgba(255,255,255,.18) !important;
    }
}

/* Ajuste solicitado: remover arredondamentos do painel do menu e CTA, mantendo o formato */
@media (min-width: 1025px) {
    .teluz-menu-panel,
    .teluz-menu-panel::after,
    .teluz-menu-mark,
    .teluz-desktop-cta {
        border-radius: 0 !important;
    }
}

/* =========================================================
 * AJUSTE FINAL DE PROPORÇÃO — referência visual enviada
 * Não altera layout, cores ou formato, apenas alturas/escala.
 * ======================================================= */
@media (min-width: 1025px) {
    .teluz-header-container {
        width: min(1460px, calc(100% - 86px));
    }

    .teluz-desktop-topbar {
        padding: 10px 0 2px;
    }

    .teluz-topbar-inner {
        min-height: 78px;
        grid-template-columns: 270px minmax(0, 1fr) auto;
        column-gap: 26px;
    }

    .teluz-desktop-brand img {
        width: 178px !important;
        max-width: 178px !important;
        max-height: 62px !important;
    }

    .teluz-topbar-infos {
        gap: 18px;
    }

    .teluz-top-info {
        grid-template-columns: 40px 1fr;
        gap: 10px;
    }

    .teluz-top-info-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .teluz-top-info-icon svg {
        width: 18px;
        height: 18px;
    }

    .teluz-top-info-copy small {
        margin-bottom: 3px;
        font-size: 8.5px;
        letter-spacing: .05em;
    }

    .teluz-top-info-copy strong {
        font-size: clamp(11px, .82vw, 14px);
        line-height: 1.15;
    }

    .teluz-topbar-utility {
        gap: 10px;
    }

    .teluz-topbar-utility .teluz-utility-link {
        font-size: 12px;
        gap: 5px;
    }

    .teluz-topbar-utility .teluz-utility-sep {
        height: 20px;
    }

    .teluz-topbar-utility svg {
        width: 17px;
        height: 17px;
    }

    .teluz-desktop-nav-stage {
        padding: 4px 0 16px;
    }

    .teluz-nav-shell {
        min-height: 64px;
    }

    .teluz-menu-panel::after {
        right: -22px;
        width: 52px;
    }

    .teluz-menu-mark {
        width: 64px;
        min-width: 64px;
        height: 64px;
    }

    .teluz-menu-mark span {
        width: 16px;
        height: 16px;
    }

    .teluz-menu-mark span::before,
    .teluz-menu-mark span::after {
        background:
            linear-gradient(currentColor, currentColor) 0 0 / 5px 5px no-repeat,
            linear-gradient(currentColor, currentColor) 100% 0 / 5px 5px no-repeat,
            linear-gradient(currentColor, currentColor) 0 100% / 5px 5px no-repeat,
            linear-gradient(currentColor, currentColor) 100% 100% / 5px 5px no-repeat;
    }

    .teluz-desktop-navigation,
    .teluz-desktop-navigation > ul,
    .teluz-desktop-navigation .menu,
    .teluz-desktop-navigation .menu > li,
    .teluz-desktop-navigation .menu > li > a {
        height: 64px;
    }

    .teluz-desktop-navigation > ul,
    .teluz-desktop-navigation .menu {
        padding: 0 28px 0 18px;
        gap: clamp(18px, 1.55vw, 32px);
    }

    .teluz-desktop-navigation .menu > li > a {
        gap: 5px;
        font-size: clamp(11.5px, .78vw, 13.5px);
    }

    .teluz-desktop-navigation .menu-item-has-children > a::after {
        width: 5px;
        height: 5px;
    }

    .teluz-desktop-navigation .sub-menu {
        top: calc(100% - 5px);
        min-width: 215px;
    }

    .teluz-desktop-navigation .sub-menu a {
        padding: 9px 18px;
        font-size: 11.5px;
    }

    .teluz-desktop-cta {
        width: 220px;
        min-width: 220px;
        min-height: 62px;
        margin-left: 18px;
        padding: 0 22px 0 44px;
        font-size: 12px;
    }

    .teluz-desktop-cta span {
        max-width: 108px;
    }

    .teluz-desktop-cta svg {
        width: 15px;
        height: 15px;
    }

    .teluz-desktop-cta::after {
        right: -92px;
        width: 88px;
        height: 2px;
    }
}

@media (min-width: 1025px) and (max-width: 1360px) {
    .teluz-header-container {
        width: calc(100% - 24px);
    }

    .teluz-topbar-inner {
        grid-template-columns: 205px minmax(0, 1fr);
        column-gap: 16px;
    }

    .teluz-desktop-brand img {
        width: 150px !important;
        max-width: 150px !important;
        max-height: 54px !important;
    }

    .teluz-topbar-infos {
        gap: 10px;
    }

    .teluz-top-info {
        grid-template-columns: 34px 1fr;
        gap: 8px;
    }

    .teluz-top-info-icon {
        width: 34px;
        height: 34px;
    }

    .teluz-top-info-copy small {
        font-size: 8px;
    }

    .teluz-top-info-copy strong {
        font-size: 11px;
    }

    .teluz-menu-mark {
        width: 56px;
        min-width: 56px;
        height: 60px;
    }

    .teluz-desktop-navigation,
    .teluz-desktop-navigation > ul,
    .teluz-desktop-navigation .menu,
    .teluz-desktop-navigation .menu > li,
    .teluz-desktop-navigation .menu > li > a {
        height: 60px;
    }

    .teluz-desktop-navigation > ul,
    .teluz-desktop-navigation .menu {
        gap: 12px;
        padding-right: 18px;
    }

    .teluz-desktop-cta {
        width: 192px;
        min-width: 192px;
        min-height: 58px;
        padding-left: 38px;
    }

    .teluz-desktop-cta::after {
        right: -62px;
        width: 58px;
    }
}

/* =========================================================
 * BANNER RESPONSIVO TÉLUZ — DESKTOP E MOBILE
 * Estrutura própria, independente do Slider Revolution.
 * ======================================================= */
.teluz-responsive-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 720px;
    margin-top: 0;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(5, 7, 10, .98) 0%, rgba(5, 7, 10, .92) 34%, rgba(5, 7, 10, .54) 59%, rgba(5, 7, 10, .14) 100%),
        url('../../uploads/2024/07/service-1.jpg') center right / cover no-repeat;
}

.teluz-responsive-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 72% 74%, rgba(215, 25, 32, .22), transparent 34%),
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.3));
    pointer-events: none;
}

.teluz-responsive-hero::after {
    content: "";
    position: absolute;
    left: -2%;
    right: -2%;
    bottom: -34px;
    height: 76px;
    z-index: 1;
    background: #fff;
    clip-path: polygon(0 58%, 70% 100%, 100% 66%, 100% 100%, 0 100%);
    pointer-events: none;
}

.teluz-responsive-hero__inner {
    width: min(1460px, calc(100% - 80px));
    min-height: 720px;
    margin: 0 auto;
    padding: 94px 0 185px;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.teluz-responsive-hero__content {
    width: min(650px, 54%);
}

.teluz-responsive-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.teluz-responsive-hero__eyebrow::before {
    content: "";
    width: 36px;
    height: 3px;
    background: #d71920;
}

.teluz-responsive-hero h1 {
    margin: 0;
    max-width: 700px;
    color: #fff;
    font-family: "Manrope", "Inter", Arial, sans-serif !important;
    font-size: clamp(50px, 5vw, 82px);
    line-height: .98;
    font-weight: 800;
    letter-spacing: -.045em;
}

.teluz-responsive-hero h1 span {
    display: block;
    margin-top: 10px;
    color: #d71920;
}

.teluz-responsive-hero__text {
    max-width: 540px;
    margin: 28px 0 0;
    color: rgba(255,255,255,.88);
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.55;
}

.teluz-responsive-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.teluz-responsive-hero__button {
    min-height: 58px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #fff !important;
    background: #d71920;
    border: 1px solid #d71920;
    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.teluz-responsive-hero__button:hover,
.teluz-responsive-hero__button:focus {
    color: #fff !important;
    background: #b71319;
    border-color: #b71319;
    transform: translateY(-2px);
}

.teluz-responsive-hero__button svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.teluz-responsive-hero__cards {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 52px;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.teluz-responsive-hero__card {
    position: relative;
    min-height: 130px;
    padding: 24px 70px 24px 26px;
    display: grid;
    grid-template-columns: 68px 1fr;
    align-items: center;
    gap: 20px;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, rgba(25,27,31,.96), rgba(9,11,14,.96));
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 18px 45px rgba(0,0,0,.22);
    transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
}

.teluz-responsive-hero__card:hover,
.teluz-responsive-hero__card:focus {
    color: #fff !important;
    transform: translateY(-5px);
    border-color: rgba(215,25,32,.8);
}

.teluz-responsive-hero__card-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    color: #d71920;
    background: rgba(215,25,32,.08);
    border: 1px solid rgba(215,25,32,.28);
}

.teluz-responsive-hero__card-icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.teluz-responsive-hero__card-copy small {
    display: block;
    margin-bottom: 7px;
    color: #d71920;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.teluz-responsive-hero__card-copy strong {
    display: block;
    color: #fff;
    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-size: clamp(18px, 1.55vw, 24px);
    line-height: 1.1;
    font-weight: 750;
}

.teluz-responsive-hero__card-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #d71920;
}

.teluz-responsive-hero__card-arrow svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Oculta somente o slider antigo da home; não mexe nas demais páginas. */
body.home .elementor-widget-slider_revolution,
body.home .teluz-original-slider-hidden {
    display: none !important;
}

@media (max-width: 1200px) {
    .teluz-responsive-hero__inner {
        width: calc(100% - 44px);
        padding-top: 76px;
    }

    .teluz-responsive-hero__content {
        width: min(610px, 60%);
    }

    .teluz-responsive-hero__cards {
        gap: 16px;
    }

    .teluz-responsive-hero__card {
        grid-template-columns: 56px 1fr;
        gap: 15px;
        padding-left: 20px;
    }

    .teluz-responsive-hero__card-icon {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 900px) {
    .teluz-responsive-hero {
        min-height: auto;
        background:
            linear-gradient(180deg, rgba(5,7,10,.58) 0%, rgba(5,7,10,.88) 54%, rgba(5,7,10,.99) 100%),
            url('../../uploads/2024/07/service-1.jpg') 62% top / cover no-repeat;
    }

    .teluz-responsive-hero::after {
        bottom: -1px;
        height: 44px;
    }

    .teluz-responsive-hero__inner {
        width: calc(100% - 32px);
        min-height: 780px;
        padding: 82px 0 42px;
        display: block;
    }

    .teluz-responsive-hero__content {
        width: min(610px, 100%);
    }

    .teluz-responsive-hero h1 {
        max-width: 590px;
        font-size: clamp(45px, 9vw, 68px);
    }

    .teluz-responsive-hero__text {
        max-width: 520px;
    }

    .teluz-responsive-hero__cards {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 64px;
        grid-template-columns: 1fr;
    }

    .teluz-responsive-hero__card {
        min-height: 112px;
    }
}

@media (max-width: 600px) {
    .teluz-responsive-hero {
        background-position: 66% top;
    }

    .teluz-responsive-hero__inner {
        width: calc(100% - 28px);
        min-height: auto;
        padding: 68px 0 72px;
    }

    .teluz-responsive-hero__eyebrow {
        margin-bottom: 14px;
        font-size: 10px;
    }

    .teluz-responsive-hero h1 {
        max-width: 100%;
        font-size: clamp(39px, 13vw, 57px);
        line-height: 1.02;
        letter-spacing: -.04em;
    }

    .teluz-responsive-hero h1 span {
        margin-top: 8px;
    }

    .teluz-responsive-hero__text {
        max-width: 92%;
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.5;
    }

    .teluz-responsive-hero__actions {
        margin-top: 28px;
    }

    .teluz-responsive-hero__button {
        width: 100%;
        min-height: 56px;
    }

    .teluz-responsive-hero__cards {
        margin-top: 48px;
        gap: 12px;
    }

    .teluz-responsive-hero__card {
        min-height: 102px;
        grid-template-columns: 54px 1fr;
        padding: 18px 58px 18px 18px;
        gap: 14px;
    }

    .teluz-responsive-hero__card-icon {
        width: 54px;
        height: 54px;
    }

    .teluz-responsive-hero__card-icon svg {
        width: 31px;
        height: 31px;
    }

    .teluz-responsive-hero__card-copy strong {
        font-size: 19px;
    }

    .teluz-responsive-hero__card-arrow {
        width: 50px;
        height: 50px;
    }
}

/* =========================================================
 * SLIDER TÉLUZ — MULTISLIDES, ANIMAÇÕES E MENU SOBREPOSTO
 * ======================================================= */
.teluz-home-slider {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background: #07090c;
    font-family: "Inter", Arial, sans-serif;
}

.teluz-home-slider *,
.teluz-home-slider *::before,
.teluz-home-slider *::after {
    box-sizing: border-box;
}

.teluz-home-slider__container {
    width: min(1460px, calc(100% - 86px));
    margin-inline: auto;
}

.teluz-home-slider__viewport {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: #07090c;
}

.teluz-home-slider__slides,
.teluz-home-slide {
    position: absolute;
    inset: 0;
}

.teluz-home-slide {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .85s ease, visibility .85s ease;
}

.teluz-home-slide.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.teluz-home-slide__background {
    position: absolute;
    inset: -2%;
    background-image: var(--teluz-slide-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.08);
    will-change: transform, clip-path, opacity;
}

.teluz-home-slide--fx-zoom.is-active .teluz-home-slide__background {
    animation: teluzBgZoom 7.4s linear both;
}

.teluz-home-slide--fx-pan.is-active .teluz-home-slide__background {
    animation: teluzBgPan 7.4s ease-out both;
}

.teluz-home-slide--fx-curtain .teluz-home-slide__background {
    clip-path: inset(0 50% 0 50%);
}

.teluz-home-slide--fx-curtain.is-active .teluz-home-slide__background {
    animation: teluzBgCurtain 1.05s cubic-bezier(.2,.75,.2,1) forwards, teluzBgSlowZoom 7.4s 1.05s linear both;
}

.teluz-home-slide--fx-wipe .teluz-home-slide__background {
    clip-path: inset(0 100% 0 0);
}

.teluz-home-slide--fx-wipe.is-active .teluz-home-slide__background {
    animation: teluzBgWipe 1.05s cubic-bezier(.2,.75,.2,1) forwards, teluzBgSlowZoom 7.4s 1.05s linear both;
}

.teluz-home-slide__shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 72%, rgba(215,25,32,.18), transparent 32%),
        linear-gradient(90deg, rgba(4,6,9,.95) 0%, rgba(4,6,9,.78) 39%, rgba(4,6,9,.36) 67%, rgba(4,6,9,.30) 100%),
        linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.48));
}

.teluz-home-slide--center .teluz-home-slide__shade {
    background:
        radial-gradient(circle at 50% 56%, rgba(215,25,32,.18), transparent 38%),
        linear-gradient(90deg, rgba(4,6,9,.66), rgba(4,6,9,.58), rgba(4,6,9,.66)),
        linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.48));
}

.teluz-home-slide--right .teluz-home-slide__shade {
    background:
        radial-gradient(circle at 30% 65%, rgba(215,25,32,.16), transparent 35%),
        linear-gradient(90deg, rgba(4,6,9,.30) 0%, rgba(4,6,9,.46) 42%, rgba(4,6,9,.88) 76%, rgba(4,6,9,.97) 100%),
        linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.48));
}

.teluz-home-slide__layout {
    position: relative;
    z-index: 3;
    min-height: 760px;
    padding-top: 188px;
    padding-bottom: 205px;
    display: flex;
    align-items: center;
}

.teluz-home-slide__content {
    width: min(690px, 53%);
}

.teluz-home-slide--center .teluz-home-slide__layout {
    justify-content: center;
    text-align: center;
}

.teluz-home-slide--center .teluz-home-slide__content {
    width: min(900px, 72%);
}

.teluz-home-slide--center .teluz-home-slide__eyebrow,
.teluz-home-slide--center .teluz-home-slide__button {
    margin-inline: auto;
}

.teluz-home-slide--right .teluz-home-slide__layout {
    justify-content: flex-end;
    text-align: right;
}

.teluz-home-slide--right .teluz-home-slide__content {
    width: min(670px, 52%);
}

.teluz-home-slide--right .teluz-home-slide__eyebrow,
.teluz-home-slide--right .teluz-home-slide__button {
    margin-left: auto;
}

.teluz-home-slide--left-center .teluz-home-slide__layout {
    align-items: center;
}

.teluz-home-slide--left-center .teluz-home-slide__content {
    margin-left: 8%;
}

.teluz-home-slide__eyebrow {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 17px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(-20px);
}

.teluz-home-slide__eyebrow::before {
    content: "";
    width: 38px;
    height: 3px;
    background: #d71920;
}

.teluz-home-slide__title {
    margin: 0;
    color: #fff;
    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-size: clamp(48px, 4.25vw, 76px);
    line-height: .99;
    font-weight: 800;
    letter-spacing: -.045em;
}

.teluz-home-slide__line {
    display: block;
    overflow: visible;
}

.teluz-home-slide__line--red {
    margin-top: 8px;
    color: #d71920;
}

.teluz-slider-letter {
    display: inline-block;
    opacity: 0;
    transform-origin: 50% 100%;
    will-change: transform, opacity;
}

.teluz-slider-letter.is-space {
    width: .28em;
}

.teluz-home-slide[data-animation="drop"] .teluz-slider-letter {
    transform: translateY(-75px) rotateX(78deg);
}

.teluz-home-slide[data-animation="rise"] .teluz-slider-letter {
    transform: translateY(62px) scale(.92);
}

.teluz-home-slide[data-animation="split"] .teluz-slider-letter:nth-child(odd) {
    transform: translateX(-65px) rotate(-6deg);
}

.teluz-home-slide[data-animation="split"] .teluz-slider-letter:nth-child(even) {
    transform: translateX(65px) rotate(6deg);
}

.teluz-home-slide[data-animation="sweep"] .teluz-slider-letter {
    transform: translateX(90px) skewX(-12deg);
}

.teluz-home-slide.is-active .teluz-slider-letter {
    animation: teluzLetterIn .72s cubic-bezier(.18,.75,.2,1) forwards;
    animation-delay: calc(.18s + (var(--letter-index) * 24ms));
}

.teluz-home-slide__text {
    max-width: 650px;
    margin: 26px 0 0;
    color: rgba(255,255,255,.88);
    font-size: clamp(16px, 1.1vw, 19px);
    line-height: 1.58;
    font-weight: 450;
    opacity: 0;
    transform: translateY(28px);
}

.teluz-home-slide--center .teluz-home-slide__text {
    margin-inline: auto;
}

.teluz-home-slide--right .teluz-home-slide__text {
    margin-left: auto;
}

.teluz-home-slide__button {
    width: fit-content;
    min-height: 58px;
    margin-top: 31px;
    padding: 0 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    color: #fff !important;
    background: #d71920;
    border: 1px solid #d71920;
    text-decoration: none !important;
    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(28px);
    transition: background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.teluz-home-slide__button:hover,
.teluz-home-slide__button:focus {
    color: #fff !important;
    background: #b71319;
    border-color: #b71319;
    transform: translateY(-2px) !important;
}

.teluz-home-slide__button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.teluz-home-slide.is-active .teluz-home-slide__eyebrow {
    animation: teluzTextDrop .6s .12s cubic-bezier(.18,.75,.2,1) forwards;
}

.teluz-home-slide.is-active .teluz-home-slide__text {
    animation: teluzTextRise .72s .92s cubic-bezier(.18,.75,.2,1) forwards;
}

.teluz-home-slide.is-active .teluz-home-slide__button {
    animation: teluzTextRise .72s 1.08s cubic-bezier(.18,.75,.2,1) forwards;
}

.teluz-home-slider__arrow {
    position: absolute;
    top: 51%;
    z-index: 8;
    width: 54px;
    height: 54px;
    padding: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(7,9,12,.72);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 0;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color .22s ease, border-color .22s ease;
}

.teluz-home-slider__arrow:hover,
.teluz-home-slider__arrow:focus {
    color: #fff;
    background: #d71920;
    border-color: #d71920;
}

.teluz-home-slider__arrow--prev { left: 22px; }
.teluz-home-slider__arrow--next { right: 22px; }

.teluz-home-slider__arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.teluz-home-slider__dots {
    position: absolute;
    left: 50%;
    bottom: 173px;
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 9px;
    transform: translateX(-50%);
}

.teluz-home-slider__dot {
    width: 26px;
    height: 3px;
    padding: 0;
    background: rgba(255,255,255,.38);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    transition: width .25s ease, background-color .25s ease;
}

.teluz-home-slider__dot.is-active {
    width: 52px;
    background: #d71920;
}

.teluz-home-slider__cards-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    z-index: 7;
}

.teluz-home-slider__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.teluz-home-slider__card {
    position: relative;
    min-height: 126px;
    padding: 22px 66px 22px 24px;
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    gap: 18px;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, rgba(26,28,32,.96), rgba(8,10,13,.97));
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 18px 42px rgba(0,0,0,.24);
    transition: transform .22s ease, border-color .22s ease;
}

.teluz-home-slider__card:hover,
.teluz-home-slider__card:focus {
    color: #fff !important;
    transform: translateY(-5px);
    border-color: rgba(215,25,32,.78);
}

.teluz-home-slider__card-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    color: #d71920;
    background: rgba(215,25,32,.08);
    border: 1px solid rgba(215,25,32,.28);
}

.teluz-home-slider__card-icon svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.teluz-home-slider__card-copy small {
    display: block;
    margin-bottom: 6px;
    color: #d71920;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.teluz-home-slider__card-copy strong {
    display: block;
    color: #fff;
    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-size: clamp(17px, 1.35vw, 22px);
    line-height: 1.1;
    font-weight: 760;
}

.teluz-home-slider__card-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #d71920;
}

.teluz-home-slider__card-arrow svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Menu desktop sobreposto ao banner, com a mesma largura do conteúdo. */
@media (min-width: 1025px) {
    body.home .teluz-desktop-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: transparent;
    }

    body.home .teluz-desktop-topbar {
        position: relative;
        z-index: 3;
        background: rgba(255,255,255,.97);
        box-shadow: 0 1px 0 rgba(0,0,0,.05);
    }

    body.home .teluz-header-container,
    body.home .teluz-home-slider__container {
        width: min(1460px, calc(100% - 86px));
    }

    body.home .teluz-desktop-nav-stage {
        position: absolute;
        top: 86px;
        left: 0;
        right: 0;
        z-index: 5;
        padding: 0;
    }

    body.home .teluz-nav-shell {
        width: min(1460px, calc(100% - 86px));
        min-height: 64px;
        margin-inline: auto;
    }

    body.home .teluz-menu-panel {
        box-shadow: 0 16px 36px rgba(0,0,0,.18);
    }

    body.home .teluz-desktop-cta::after {
        display: none;
    }
}

@keyframes teluzLetterIn {
    0% { opacity: 0; }
    100% { opacity: 1; transform: translate(0,0) rotate(0) rotateX(0) skewX(0) scale(1); }
}

@keyframes teluzTextDrop {
    from { opacity: 0; transform: translateY(-22px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes teluzTextRise {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes teluzBgZoom {
    from { transform: scale(1.09); }
    to { transform: scale(1.01); }
}

@keyframes teluzBgSlowZoom {
    from { transform: scale(1.06); }
    to { transform: scale(1.01); }
}

@keyframes teluzBgPan {
    from { transform: scale(1.09) translateX(-2.2%); }
    to { transform: scale(1.04) translateX(2.2%); }
}

@keyframes teluzBgCurtain {
    from { clip-path: inset(0 50% 0 50%); opacity: .4; }
    to { clip-path: inset(0 0 0 0); opacity: 1; }
}

@keyframes teluzBgWipe {
    from { clip-path: inset(0 100% 0 0); opacity: .5; }
    to { clip-path: inset(0 0 0 0); opacity: 1; }
}

@media (max-width: 1200px) {
    .teluz-home-slider__container {
        width: calc(100% - 42px);
    }

    .teluz-home-slide__content {
        width: min(620px, 59%);
    }

    .teluz-home-slider__cards {
        gap: 14px;
    }

    .teluz-home-slider__card {
        grid-template-columns: 52px 1fr;
        gap: 13px;
        padding-left: 18px;
    }

    .teluz-home-slider__card-icon {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 1024px) {
    .teluz-home-slider__viewport {
        min-height: 700px;
    }

    .teluz-home-slide__layout {
        min-height: 700px;
        padding-top: 90px;
        padding-bottom: 72px;
        align-items: center;
    }

    .teluz-home-slide__content,
    .teluz-home-slide--center .teluz-home-slide__content,
    .teluz-home-slide--right .teluz-home-slide__content {
        width: min(670px, 78%);
        margin-left: 0;
        text-align: left;
    }

    .teluz-home-slide--center .teluz-home-slide__layout,
    .teluz-home-slide--right .teluz-home-slide__layout {
        justify-content: flex-start;
        text-align: left;
    }

    .teluz-home-slide--center .teluz-home-slide__eyebrow,
    .teluz-home-slide--center .teluz-home-slide__button,
    .teluz-home-slide--right .teluz-home-slide__eyebrow,
    .teluz-home-slide--right .teluz-home-slide__button,
    .teluz-home-slide--right .teluz-home-slide__text {
        margin-left: 0;
        margin-right: 0;
    }

    .teluz-home-slide--left-center .teluz-home-slide__content {
        margin-left: 0;
    }

    .teluz-home-slide__shade,
    .teluz-home-slide--center .teluz-home-slide__shade,
    .teluz-home-slide--right .teluz-home-slide__shade {
        background:
            linear-gradient(90deg, rgba(4,6,9,.94) 0%, rgba(4,6,9,.72) 52%, rgba(4,6,9,.38) 100%),
            linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.48));
    }

    .teluz-home-slider__cards-wrap {
        position: relative;
        bottom: auto;
        padding: 20px 0 48px;
        background: #07090c;
    }

    .teluz-home-slider__cards {
        grid-template-columns: 1fr;
    }

    .teluz-home-slider__dots {
        bottom: 26px;
    }

    .teluz-home-slider__arrow {
        top: 50%;
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 600px) {
    .teluz-home-slider__container {
        width: calc(100% - 28px);
    }

    .teluz-home-slider__viewport {
        min-height: 640px;
    }

    .teluz-home-slide__background {
        inset: 0;
        background-position: 64% center;
    }

    .teluz-home-slide__layout {
        min-height: 640px;
        padding-top: 64px;
        padding-bottom: 76px;
    }

    .teluz-home-slide__content,
    .teluz-home-slide--center .teluz-home-slide__content,
    .teluz-home-slide--right .teluz-home-slide__content {
        width: 100%;
    }

    .teluz-home-slide__eyebrow {
        margin-bottom: 13px;
        font-size: 9px;
    }

    .teluz-home-slide__title {
        max-width: 100%;
        font-size: clamp(39px, 12.5vw, 56px);
        line-height: 1.02;
    }

    .teluz-home-slide__line--red {
        margin-top: 7px;
    }

    .teluz-home-slide__text {
        max-width: 94%;
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.48;
    }

    .teluz-home-slide__button {
        width: 100%;
        min-height: 55px;
        margin-top: 25px;
        padding-inline: 21px;
    }

    .teluz-home-slider__arrow {
        display: none;
    }

    .teluz-home-slider__dots {
        bottom: 22px;
        gap: 7px;
    }

    .teluz-home-slider__dot {
        width: 18px;
    }

    .teluz-home-slider__dot.is-active {
        width: 38px;
    }

    .teluz-home-slider__cards-wrap {
        padding: 14px 0 42px;
    }

    .teluz-home-slider__cards {
        gap: 11px;
    }

    .teluz-home-slider__card {
        min-height: 96px;
        grid-template-columns: 50px 1fr;
        padding: 16px 56px 16px 16px;
        gap: 13px;
    }

    .teluz-home-slider__card-icon {
        width: 50px;
        height: 50px;
    }

    .teluz-home-slider__card-icon svg {
        width: 29px;
        height: 29px;
    }

    .teluz-home-slider__card-copy strong {
        font-size: 18px;
    }

    .teluz-home-slider__card-arrow {
        width: 46px;
        height: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .teluz-home-slide,
    .teluz-home-slide__background,
    .teluz-slider-letter,
    .teluz-home-slide__eyebrow,
    .teluz-home-slide__text,
    .teluz-home-slide__button {
        animation: none !important;
        transition-duration: .01ms !important;
    }

    .teluz-home-slide.is-active .teluz-slider-letter,
    .teluz-home-slide.is-active .teluz-home-slide__eyebrow,
    .teluz-home-slide.is-active .teluz-home-slide__text,
    .teluz-home-slide.is-active .teluz-home-slide__button {
        opacity: 1;
        transform: none;
    }
}


/* =========================================================
 * REFINO FINAL — SLIDER SEM CARDS + MENU MAIS EQUILIBRADO
 * ======================================================= */
.teluz-slider-word {
    display: inline-block;
    white-space: nowrap;
}

.teluz-home-slider__cards-wrap {
    display: none !important;
}

@media (min-width: 1025px) {
    /* Fundo branco garantido na área da marca. */
    body.home .teluz-desktop-topbar,
    body.home .teluz-desktop-brand,
    .teluz-desktop-brand {
        background: #ffffff !important;
    }

    .teluz-desktop-brand {
        padding: 7px 13px !important;
    }

    /* Mais respiro entre logo/topo e o menu sobreposto. */
    body.home .teluz-desktop-nav-stage {
        top: 104px !important;
    }

    /* Menu mais estreito horizontalmente, porém um pouco mais alto. */
    body.home .teluz-nav-shell,
    .teluz-desktop-nav-stage .teluz-nav-shell {
        width: min(1240px, calc(100% - 160px)) !important;
        min-height: 72px !important;
        margin-inline: auto !important;
    }

    .teluz-menu-mark {
        width: 68px !important;
        min-width: 68px !important;
        height: 72px !important;
    }

    .teluz-desktop-navigation,
    .teluz-desktop-navigation > ul,
    .teluz-desktop-navigation .menu,
    .teluz-desktop-navigation .menu > li,
    .teluz-desktop-navigation .menu > li > a {
        height: 72px !important;
    }

    .teluz-desktop-navigation > ul,
    .teluz-desktop-navigation .menu {
        padding: 0 24px 0 18px !important;
        gap: clamp(17px, 1.35vw, 27px) !important;
    }

    .teluz-desktop-navigation .menu > li > a {
        font-size: clamp(11.5px, .72vw, 13px) !important;
    }

    .teluz-desktop-cta {
        width: 198px !important;
        min-width: 198px !important;
        min-height: 70px !important;
        margin-left: 18px !important;
        padding: 0 21px 0 41px !important;
        font-size: 11.5px !important;
    }

    /* Sem os cards, o conteúdo ganha área útil e não invade o rodapé do banner. */
    .teluz-home-slider__viewport,
    .teluz-home-slide__layout {
        min-height: 710px !important;
    }

    .teluz-home-slide__layout {
        padding-top: 190px !important;
        padding-bottom: 86px !important;
    }

    .teluz-home-slide__content {
        width: min(650px, 48%) !important;
    }

    .teluz-home-slide--center .teluz-home-slide__content {
        width: min(840px, 68%) !important;
    }

    .teluz-home-slide--right .teluz-home-slide__content {
        width: min(720px, 49%) !important;
    }

    .teluz-home-slide__title {
        font-size: clamp(42px, 3.45vw, 62px) !important;
        line-height: 1.02 !important;
        letter-spacing: -.038em !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .teluz-home-slide__text {
        max-width: 590px !important;
        margin-top: 22px !important;
        font-size: clamp(15px, .95vw, 17px) !important;
        line-height: 1.5 !important;
    }

    .teluz-home-slide__button {
        min-height: 54px !important;
        margin-top: 25px !important;
    }

    .teluz-home-slider__dots {
        bottom: 30px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1360px) {
    body.home .teluz-nav-shell,
    .teluz-desktop-nav-stage .teluz-nav-shell {
        width: min(1120px, calc(100% - 72px)) !important;
    }

    .teluz-desktop-cta {
        width: 176px !important;
        min-width: 176px !important;
        padding-left: 35px !important;
    }

    .teluz-home-slide__title {
        font-size: clamp(38px, 3.2vw, 54px) !important;
    }
}

@media (max-width: 1024px) {
    .teluz-home-slider__viewport,
    .teluz-home-slide__layout {
        min-height: 650px !important;
    }

    .teluz-home-slide__layout {
        padding-bottom: 64px !important;
    }

    .teluz-home-slider__dots {
        bottom: 24px !important;
    }
}

@media (max-width: 600px) {
    .teluz-home-slider__viewport,
    .teluz-home-slide__layout {
        min-height: 620px !important;
    }

    .teluz-home-slide__title {
        font-size: clamp(36px, 11vw, 50px) !important;
    }
}


/* =========================================================
 * AJUSTE VISUAL — HERO MAIS PRÓXIMO DA REFERÊNCIA APROVADA
 * ======================================================= */
@media (min-width: 1025px) {
    body.home .teluz-desktop-topbar {
        background: rgba(255,255,255,.98) !important;
    }

    body.home .teluz-desktop-nav-stage {
        top: 88px !important;
    }

    body.home .teluz-nav-shell,
    body.home .teluz-home-slider__container {
        width: min(1430px, calc(100% - 112px)) !important;
    }

    body.home .teluz-menu-panel {
        box-shadow: 0 14px 32px rgba(0,0,0,.12) !important;
    }

    .teluz-home-slider__viewport,
    .teluz-home-slide__layout {
        min-height: 770px !important;
    }

    .teluz-home-slide__layout {
        align-items: flex-start !important;
        padding-top: 246px !important;
        padding-bottom: 100px !important;
    }

    .teluz-home-slide__content,
    .teluz-home-slide--center .teluz-home-slide__content,
    .teluz-home-slide--right .teluz-home-slide__content,
    .teluz-home-slide--left-center .teluz-home-slide__content {
        width: min(760px, 54%) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
    }

    .teluz-home-slide__eyebrow,
    .teluz-home-slide--center .teluz-home-slide__eyebrow,
    .teluz-home-slide--right .teluz-home-slide__eyebrow {
        margin-inline: 0 !important;
        margin-bottom: 16px !important;
        font-size: 14px !important;
        letter-spacing: .14em !important;
    }

    .teluz-home-slide__eyebrow::before {
        width: 48px !important;
        height: 4px !important;
    }

    .teluz-home-slide__title {
        max-width: 760px !important;
        font-size: clamp(56px, 4.55vw, 86px) !important;
        line-height: .93 !important;
        letter-spacing: -.05em !important;
        text-wrap: balance;
    }

    .teluz-home-slide__line--red {
        margin-top: 10px !important;
    }

    .teluz-home-slide__text,
    .teluz-home-slide--center .teluz-home-slide__text,
    .teluz-home-slide--right .teluz-home-slide__text {
        max-width: 760px !important;
        margin: 28px 0 0 !important;
        font-size: clamp(18px, 1.15vw, 24px) !important;
        line-height: 1.45 !important;
        text-align: left !important;
    }

    .teluz-home-slide__button,
    .teluz-home-slide--center .teluz-home-slide__button,
    .teluz-home-slide--right .teluz-home-slide__button {
        margin-top: 32px !important;
        margin-inline: 0 !important;
        min-height: 56px !important;
        padding: 0 28px !important;
        font-size: 13px !important;
    }

    .teluz-home-slider__dots {
        left: max(calc((100vw - min(1430px, calc(100% - 112px))) / 2), 56px) !important;
        bottom: 44px !important;
        transform: none !important;
        gap: 10px !important;
    }

    .teluz-home-slider__dot {
        width: 22px !important;
        height: 4px !important;
    }

    .teluz-home-slider__dot.is-active {
        width: 56px !important;
    }

    .teluz-home-slider__arrow {
        display: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    body.home .teluz-nav-shell,
    body.home .teluz-home-slider__container {
        width: min(1320px, calc(100% - 70px)) !important;
    }

    .teluz-home-slide__layout {
        padding-top: 228px !important;
    }

    .teluz-home-slide__content {
        width: min(690px, 56%) !important;
    }

    .teluz-home-slide__title {
        font-size: clamp(48px, 4.2vw, 74px) !important;
    }

    .teluz-home-slide__text {
        font-size: clamp(17px, 1vw, 20px) !important;
    }
}

@media (max-width: 1024px) {
    .teluz-home-slide__content,
    .teluz-home-slide--center .teluz-home-slide__content,
    .teluz-home-slide--right .teluz-home-slide__content {
        text-align: left !important;
    }

    .teluz-home-slide__title {
        text-wrap: balance;
    }
}

/* =========================================================
 * MENU MOBILE ACIMA DO BANNER + OFF-CANVAS COM SUBNÍVEIS
 * ======================================================= */
.teluz-mobile-header {
    display: none;
}

@media (max-width: 1024px) {
    /* O cabeçalho próprio entra antes do banner. O cabeçalho antigo é ocultado. */
    #page > #masthead,
    #page > .site-header,
    #page > .elementor-location-header,
    #page > header.elementor-location-header,
    #page > .hfe-header,
    #page > header.hfe-header {
        display: none !important;
    }

    .teluz-mobile-header {
        position: relative;
        z-index: 1002;
        display: block;
        width: 100%;
        background: #ffffff;
        border-bottom: 1px solid #ececef;
        box-shadow: 0 8px 26px rgba(0,0,0,.08);
    }

    .teluz-mobile-header__inner {
        width: min(100% - 30px, 760px);
        min-height: 98px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .teluz-mobile-header__brand {
        display: inline-flex;
        align-items: center;
        min-width: 0;
    }

    .teluz-mobile-header__brand img {
        display: block;
        width: min(235px, 58vw) !important;
        max-height: 72px !important;
        height: auto !important;
        object-fit: contain;
    }

    .teluz-mobile-menu-trigger {
        position: relative;
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
        display: grid !important;
        place-items: center;
        padding: 0 !important;
        color: #ffffff !important;
        background: #d71920;
        border: 0;
        border-radius: 0;
        box-shadow: 0 10px 24px rgba(215,25,32,.22);
        text-decoration: none !important;
    }

    .teluz-mobile-menu-trigger__lines {
        width: 23px;
        height: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .teluz-mobile-menu-trigger__lines i {
        display: block;
        width: 100%;
        height: 2px;
        background: currentColor;
        transition: transform .25s ease, width .25s ease;
    }

    .teluz-mobile-menu-trigger__lines i:nth-child(2) {
        width: 16px;
        margin-left: auto;
    }

    .teluz-mobile-menu-trigger:hover .teluz-mobile-menu-trigger__lines i:nth-child(2),
    .teluz-mobile-menu-trigger:focus .teluz-mobile-menu-trigger__lines i:nth-child(2) {
        width: 23px;
    }

    /* Janela lateral. */
    .industras-mobile-nav {
        width: min(88vw, 390px) !important;
        z-index: 10050 !important;
        background: #ffffff !important;
        box-shadow: 24px 0 60px rgba(0,0,0,.22);
        transform: translate3d(-105%,0,0) !important;
        transition: transform .34s cubic-bezier(.22,.75,.22,1) !important;
    }

    .mobile-nav-active .industras-mobile-nav {
        transform: translate3d(0,0,0) !important;
    }

    .industras-overlay {
        z-index: 10040 !important;
        background: rgba(4,7,10,.72) !important;
        backdrop-filter: blur(2px);
    }

    .industras-mobile-nav .menu-scroll-mobile {
        min-height: 100%;
        background: #ffffff;
    }

    .industras-mobile-nav .mobile-nav-tabs {
        min-height: 82px;
        padding: 0 76px 0 26px !important;
        display: flex;
        align-items: center;
        background: linear-gradient(135deg,#17191e,#0d0f13) !important;
        border-bottom: 3px solid #d71920;
    }

    .industras-mobile-nav .mobile-nav-tabs ul {
        width: 100%;
    }

    .industras-mobile-nav .mobile-nav-tabs ul li {
        width: 100%;
        padding: 0 !important;
        color: #ffffff !important;
        font-family: "Manrope","Inter",Arial,sans-serif;
        font-size: 15px !important;
        line-height: 1.2;
        font-weight: 800 !important;
        letter-spacing: .09em;
    }

    .industras-mobile-nav .mobile-nav-tabs ul li::before,
    .industras-mobile-nav .mobile-categories-title,
    .industras-mobile-nav .mobile-categories-menu {
        display: none !important;
    }

    .mobile-nav-close {
        top: 17px !important;
        right: 18px !important;
        width: 46px !important;
        height: 46px !important;
        display: grid !important;
        place-items: center;
        color: #ffffff !important;
        background: #d71920;
        font-size: 18px;
    }

    .industras-mobile-nav .mobile-menu-tab {
        padding: 12px 24px 34px !important;
    }

    .industras-mobile-nav .handheld-navigation > ul,
    .industras-mobile-nav .handheld-navigation .menu {
        margin: 0;
        padding: 0;
    }

    .industras-mobile-nav .mobile-navigation ul > li.menu-item,
    .industras-mobile-nav .mobile-navigation-categories ul > li.menu-item {
        position: relative;
    }

    .industras-mobile-nav .mobile-navigation ul > li.menu-item > a,
    .industras-mobile-nav .mobile-navigation-categories ul > li.menu-item > a {
        min-height: 58px;
        padding: 18px 50px 18px 4px !important;
        display: flex;
        align-items: center;
        color: #202228 !important;
        border-bottom: 1px solid #e7e8eb !important;
        font-family: "Manrope","Inter",Arial,sans-serif;
        font-size: 16px !important;
        line-height: 1.3;
        font-weight: 700 !important;
        text-decoration: none !important;
    }

    .industras-mobile-nav .mobile-navigation > .handheld-navigation > ul > li.current-menu-item > a,
    .industras-mobile-nav .mobile-navigation > .handheld-navigation > ul > li.current-menu-ancestor > a,
    .industras-mobile-nav .mobile-navigation ul > li.menu-item > a:hover {
        color: #d71920 !important;
    }

    .industras-mobile-nav .mobile-navigation .dropdown-toggle,
    .industras-mobile-nav .mobile-navigation-categories .dropdown-toggle {
        top: 7px !important;
        right: 0 !important;
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        display: grid !important;
        place-items: center;
        color: #191b20 !important;
        background: #f3f4f5 !important;
        border: 0 !important;
    }

    .industras-mobile-nav .dropdown-toggle::after {
        content: "" !important;
        width: 8px;
        height: 8px;
        display: block;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg) translate(-1px,-1px);
        transition: transform .25s ease;
    }

    .industras-mobile-nav .dropdown-toggle.toggled-on {
        color: #ffffff !important;
        background: #d71920 !important;
    }

    .industras-mobile-nav .dropdown-toggle.toggled-on::after {
        transform: rotate(225deg) translate(-1px,-1px);
    }

    .industras-mobile-nav .mobile-navigation ul ul.sub-menu,
    .industras-mobile-nav .mobile-navigation-categories ul ul.sub-menu {
        margin: 0 !important;
        padding: 5px 0 10px 14px !important;
        background: #f7f7f8;
        border-left: 3px solid #d71920;
    }

    .industras-mobile-nav .mobile-navigation ul ul.sub-menu > li.menu-item > a,
    .industras-mobile-nav .mobile-navigation-categories ul ul.sub-menu > li.menu-item > a {
        min-height: 42px;
        padding: 10px 44px 10px 12px !important;
        color: #3b3e45 !important;
        border-bottom: 1px solid #e3e4e7 !important;
        font-size: 14px !important;
        font-weight: 650 !important;
        line-height: 1.35 !important;
    }

    .industras-mobile-nav .mobile-navigation ul ul.sub-menu ul.sub-menu,
    .industras-mobile-nav .mobile-navigation-categories ul ul.sub-menu ul.sub-menu {
        margin-left: 10px !important;
        padding-left: 11px !important;
        background: #ffffff;
        border-left-color: rgba(215,25,32,.45);
    }

    .industras-mobile-nav .mobile-navigation ul ul.sub-menu ul.sub-menu a,
    .industras-mobile-nav .mobile-navigation-categories ul ul.sub-menu ul.sub-menu a {
        font-size: 13px !important;
        font-weight: 550 !important;
    }

    .industras-mobile-nav .industras-social {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .teluz-mobile-header__inner {
        min-height: 88px;
    }

    .teluz-mobile-header__brand img {
        width: min(205px, 57vw) !important;
    }

    .teluz-mobile-menu-trigger {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }
}

/* =========================================================
 * SETAS DE NAVEGAÇÃO DO BANNER — DESKTOP
 * ======================================================= */
@media (min-width: 1025px) {
    .teluz-home-slider__arrow {
        display: grid !important;
        top: 55% !important;
        width: 58px !important;
        height: 58px !important;
        color: #ffffff !important;
        background: rgba(9,11,15,.78) !important;
        border: 1px solid rgba(255,255,255,.24) !important;
        box-shadow: 0 12px 30px rgba(0,0,0,.25);
        backdrop-filter: blur(5px);
        transition: background-color .2s ease, border-color .2s ease, transform .2s ease !important;
    }

    .teluz-home-slider__arrow--prev {
        left: 26px !important;
    }

    .teluz-home-slider__arrow--next {
        right: 26px !important;
    }

    .teluz-home-slider__arrow:hover,
    .teluz-home-slider__arrow:focus {
        background: #d71920 !important;
        border-color: #d71920 !important;
        transform: translateY(-50%) scale(1.05) !important;
    }

    .teluz-home-slider__arrow svg {
        width: 25px !important;
        height: 25px !important;
    }
}


/* TÉLUZ PROJECTS — ÁREA ÚNICA DE IMAGEM 300 X 300 */
.single-project .teluz-project-main-image-placeholder {
    width: 300px !important;
    max-width: 100% !important;
    min-height: 300px;
    margin: 36px auto 64px !important;
}

.single-project .teluz-project-main-image-placeholder .elementor-widget-container {
    width: 300px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    display: grid;
    place-items: center;
    padding: 28px;
    border: 1px dashed #d71920;
    background: #f7f7f8;
    color: #555a63;
    text-align: center;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.single-project .teluz-project-main-image-placeholder .elementor-widget-container::before {
    content: "Imagem principal do Project\\A300 × 300 px";
    white-space: pre-line;
}

.single-project .teluz-project-main-image-placeholder img {
    width: 300px !important;
    height: 300px !important;
    object-fit: contain;
}

@media (max-width: 420px) {
    .single-project .teluz-project-main-image-placeholder,
    .single-project .teluz-project-main-image-placeholder .elementor-widget-container {
        width: min(300px, 86vw) !important;
        min-height: min(300px, 86vw);
    }
}

/* =========================================================
 * TÉLUZ — CTAs COM SETA VERMELHA FIXA (10/08/2026)
 * Correção sem depender da classe JS "teluz-brand-site".
 * Aplica a seta #d71920 em Entre em contato, Enviar mensagem
 * e Estamos prontos para lhe atender. Sem alteração no hover.
 * ======================================================= */
.elementor-element-53dc841 .elementor-button i.industras-icon-acc1,
.elementor-element-1c11630 .elementor-button i.industras-icon-acc1,
.elementor-widget-button .elementor-button .elementor-button-icon i.industras-icon-acc1,
.wpcf7-form .wpcf7-button button i.industras-icon-acc1,
.wpcf7-form .wpcf7-button button i[class*="industras-icon-acc1"] {
    background: #d71920 !important;
    background-color: #d71920 !important;
    border-color: #d71920 !important;
    color: #ffffff !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: rotate(-45deg) !important;
    transition: none !important;
    box-shadow: none !important;
}

.elementor-element-53dc841 .elementor-button:hover i.industras-icon-acc1,
.elementor-element-53dc841 .elementor-button:focus i.industras-icon-acc1,
.elementor-element-53dc841 .elementor-button:active i.industras-icon-acc1,
.elementor-element-1c11630 .elementor-button:hover i.industras-icon-acc1,
.elementor-element-1c11630 .elementor-button:focus i.industras-icon-acc1,
.elementor-element-1c11630 .elementor-button:active i.industras-icon-acc1,
.elementor-widget-button .elementor-button:hover .elementor-button-icon i.industras-icon-acc1,
.elementor-widget-button .elementor-button:focus .elementor-button-icon i.industras-icon-acc1,
.elementor-widget-button .elementor-button:active .elementor-button-icon i.industras-icon-acc1,
.wpcf7-form .wpcf7-button button:hover i.industras-icon-acc1,
.wpcf7-form .wpcf7-button button:focus i.industras-icon-acc1,
.wpcf7-form .wpcf7-button button:active i.industras-icon-acc1 {
    background: #d71920 !important;
    background-color: #d71920 !important;
    border-color: #d71920 !important;
    color: #ffffff !important;
    transform: rotate(-45deg) !important;
    transition: none !important;
    box-shadow: none !important;
}

/* Mantém os três CTAs em estilo link e sem mudança de cor/posição no hover. */
.elementor-element-53dc841 .elementor-button,
.elementor-element-53dc841 .elementor-button:hover,
.elementor-element-53dc841 .elementor-button:focus,
.elementor-element-53dc841 .elementor-button:active,
.elementor-element-1c11630 .elementor-button,
.elementor-element-1c11630 .elementor-button:hover,
.elementor-element-1c11630 .elementor-button:focus,
.elementor-element-1c11630 .elementor-button:active,
.wpcf7-form .wpcf7-button button,
.wpcf7-form .wpcf7-button button:hover,
.wpcf7-form .wpcf7-button button:focus,
.wpcf7-form .wpcf7-button button:active {
    color: #171719 !important;
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
}


/* =========================================================
 * TÉLUZ — SETAS CIRCULARES VERMELHAS FIXAS (V3)
 * Alvo real do tema Industras: o círculo pode ser gerado
 * tanto pelo <i> quanto pelo pseudo-elemento ::after.
 * Mantém #d71920 também em hover/focus/active.
 * ======================================================= */
html body .elementor-button-link [class*="elementor-size-"].elementor-button::after,
html body .elementor-button-link [class*="elementor-size-"].elementor-button i,
html body .elementor-button-link .elementor-button::after,
html body .elementor-button-link .elementor-button .elementor-button-icon i,
html body .wpcf7-form .wpcf7-button button::after,
html body .wpcf7-form .wpcf7-button button i,
html body a.more-link::after,
html body a.more-link i {
    background: #d71920 !important;
    background-color: #d71920 !important;
    border-color: #d71920 !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    transform: rotate(-45deg) !important;
    transition: none !important;
    box-shadow: none !important;
}

html body .elementor-button-link [class*="elementor-size-"].elementor-button:hover::after,
html body .elementor-button-link [class*="elementor-size-"].elementor-button:focus::after,
html body .elementor-button-link [class*="elementor-size-"].elementor-button:active::after,
html body .elementor-button-link [class*="elementor-size-"].elementor-button:hover i,
html body .elementor-button-link [class*="elementor-size-"].elementor-button:focus i,
html body .elementor-button-link [class*="elementor-size-"].elementor-button:active i,
html body .elementor-button-link .elementor-button:hover::after,
html body .elementor-button-link .elementor-button:focus::after,
html body .elementor-button-link .elementor-button:active::after,
html body .elementor-button-link .elementor-button:hover .elementor-button-icon i,
html body .elementor-button-link .elementor-button:focus .elementor-button-icon i,
html body .elementor-button-link .elementor-button:active .elementor-button-icon i,
html body .wpcf7-form .wpcf7-button button:hover::after,
html body .wpcf7-form .wpcf7-button button:focus::after,
html body .wpcf7-form .wpcf7-button button:active::after,
html body .wpcf7-form .wpcf7-button button:hover i,
html body .wpcf7-form .wpcf7-button button:focus i,
html body .wpcf7-form .wpcf7-button button:active i,
html body a.more-link:hover::after,
html body a.more-link:focus::after,
html body a.more-link:active::after,
html body a.more-link:hover i,
html body a.more-link:focus i,
html body a.more-link:active i {
    background: #d71920 !important;
    background-color: #d71920 !important;
    border-color: #d71920 !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    transform: rotate(-45deg) !important;
    transition: none !important;
    box-shadow: none !important;
}


/* =========================================================
 * TÉLUZ V9 — FOOTER 2 (HFE 39) GLOBAL E FULL WIDTH
 * O template Elementor não é reestruturado. Apenas o wrapper
 * que recebe o shortcode é full-bleed e o fundo acompanha a tela.
 * ======================================================= */
#teluz-global-footer-39-v9 {
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    clear: both !important;
    box-sizing: border-box !important;
    background: #171719 !important;
    overflow-x: clip;
}

#teluz-global-footer-39-v9 > .elementor,
#teluz-global-footer-39-v9 .elementor-39 {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Os dois containers de nível raiz do Footer 2 recebem largura total.
   Widgets, colunas, textos e espaçamentos internos permanecem os originais. */
#teluz-global-footer-39-v9 .elementor-39 > .e-con,
#teluz-global-footer-39-v9 .elementor-39 > .elementor-element {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* =========================================================
 * TÉLUZ V10 — REMOÇÃO DEFINITIVA DO BANNER LEGADO
 * O bloco 1c0eb12 contém exclusivamente o antigo banner
 * about-img-9.jpg. O container inteiro é ocultado para não
 * deixar espaço vazio, margem ou fundo residual.
 * ======================================================= */
html body .elementor-element.elementor-element-1c0eb12,
html body .elementor-element-1c0eb12 {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Fallback para cópias antigas do mesmo banner com outro ID. */
html body img[src*="about-img-9"],
html body [style*="about-img-9.jpg"],
html body [style*="about-img-9-"] {
    display: none !important;
}

/* =========================================================
 * TÉLUZ V10 — CTAs / SETAS CIRCULARES SEMPRE VERMELHOS
 * Regra de alta especificidade para todos os botões de link
 * do Industras, CF7 e links "Leia Mais". Sem mudança no hover.
 * ======================================================= */
html body .elementor-widget-button.elementor-button-link a.elementor-button::after,
html body .elementor-widget-button.elementor-button-link a.elementor-button i,
html body .elementor-widget-button.elementor-button-link button.elementor-button::after,
html body .elementor-widget-button.elementor-button-link button.elementor-button i,
html body .elementor-element.elementor-button-link a.elementor-button::after,
html body .elementor-element.elementor-button-link a.elementor-button i,
html body .wpcf7-form .wpcf7-button button::after,
html body .wpcf7-form .wpcf7-button button i,
html body a.more-link::after,
html body a.more-link i {
    background: #d71920 !important;
    background-color: #d71920 !important;
    border-color: #d71920 !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    transition: none !important;
    box-shadow: none !important;
}

html body .elementor-widget-button.elementor-button-link a.elementor-button:hover::after,
html body .elementor-widget-button.elementor-button-link a.elementor-button:focus::after,
html body .elementor-widget-button.elementor-button-link a.elementor-button:active::after,
html body .elementor-widget-button.elementor-button-link a.elementor-button:hover i,
html body .elementor-widget-button.elementor-button-link a.elementor-button:focus i,
html body .elementor-widget-button.elementor-button-link a.elementor-button:active i,
html body .elementor-element.elementor-button-link a.elementor-button:hover::after,
html body .elementor-element.elementor-button-link a.elementor-button:focus::after,
html body .elementor-element.elementor-button-link a.elementor-button:active::after,
html body .elementor-element.elementor-button-link a.elementor-button:hover i,
html body .elementor-element.elementor-button-link a.elementor-button:focus i,
html body .elementor-element.elementor-button-link a.elementor-button:active i,
html body .wpcf7-form .wpcf7-button button:hover::after,
html body .wpcf7-form .wpcf7-button button:focus::after,
html body .wpcf7-form .wpcf7-button button:active::after,
html body .wpcf7-form .wpcf7-button button:hover i,
html body .wpcf7-form .wpcf7-button button:focus i,
html body .wpcf7-form .wpcf7-button button:active i,
html body a.more-link:hover::after,
html body a.more-link:focus::after,
html body a.more-link:active::after,
html body a.more-link:hover i,
html body a.more-link:focus i,
html body a.more-link:active i {
    background: #d71920 !important;
    background-color: #d71920 !important;
    border-color: #d71920 !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    transition: none !important;
    box-shadow: none !important;
}

/* =========================================================
 * TÉLUZ V15 — REMOÇÃO DO TÍTULO "LINKS ÚTEIS" DO RODAPÉ 39
 * Mantém os links da coluna e elimina também o espaço do título.
 * ======================================================= */
html body #teluz-global-footer-39-v9 .elementor-39 .elementor-element.elementor-element-f119195 {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
