/* =====================================================
   AVANTHY — TEXTOS LARANJA EM DEGRADÊ
   ===================================================== */

.avt-orange-gradient-text {
    color: #ff6600 !important;

    background:
        linear-gradient(
            135deg,
            #ff5700 0%,
            #ff6600 46%,
            #ff934d 100%
        ) !important;

    -webkit-background-clip: text !important;
    background-clip: text !important;

    -webkit-text-fill-color: transparent !important;

    text-shadow: none !important;
}

/* Mantém o efeito corretamente em textos pequenos */

.avt-plans-v4
.avt-orange-gradient-text,
.avt-hero-v5
.avt-orange-gradient-text,
.avt-benefits-v5
.avt-orange-gradient-text {
    font: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
}

/* Fallback para navegadores sem suporte */

@supports not (-webkit-background-clip: text) {
    .avt-orange-gradient-text {
        color: #ff6600 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
}
