/* SEVEN EVOLUTION - Custom CSS */
/* Cores da Agência de Marketing Digital */

/* ===== CORREÇÃO: Layout full-width sem margens (como SIBRAFF) =====
   O demo-it-services.css aplica margin: 0 50px 50px no .body em telas ≥1440px,
   criando bordas brancas. Sobrescrevemos para layout alinhado em toda a largura. */
.body {
    margin: 0 !important;
}
/* Remover margens negativas de seções full-width (compensavam as margens do body) */
.custom-section-full-width {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

:root {
    --color-primary: #FDD30C;
    --color-secondary: #1d1d1b;
    --color-dark: #1d1d1b;
    --color-text-light-bg: #333333; /* Cinza 80% para fundos claros */
    --color-gray-50: #808080; /* Cinza 50% */
}

/* Cores primária e secundária - Overrides */
/* Textos de destaque: cinza 50% (sobrescreve o azul #0053ce do skin) */
html .text-color-primary,
html .text-primary,
.text-color-primary,
a.text-color-primary {
    color: var(--color-gray-50) !important;
}

.bg-primary,
.btn-primary {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.btn-primary {
    color: var(--color-secondary) !important;
}

.btn-primary:hover {
    background-color: #f5c50b !important;
    border-color: #f5c50b !important;
    color: var(--color-secondary) !important;
}

/* Textos em fundos claros - cinza 80% */
.section[style*="background-color: #f9f7f4"] .text-color-dark,
.section[style*="background-color: #fff"] .text-color-dark,
.section[style*="background-color:#f9f7f4"] .text-color-dark,
.section[style*="background-color:#fff"] .text-color-dark,
.section-light .text-color-dark,
.section-light .custom-text-color-grey-1,
.section-light .custom-font-secondary,
.section-light .card-body p,
.section-light .card-body h4,
.section-light .custom-text-size-1,
.section-light span.font-weight-bold {
    color: var(--color-text-light-bg) !important;
}

.section-light a.text-color-primary {
    color: var(--color-primary) !important;
}

/* Footer - Estilo SIBRAFF adaptado para Seven Evolution */
#footer {
    background-color: var(--color-dark) !important;
}

#footer p,
#footer li,
#footer span,
#footer a:not(.btn):not(.no-footer-css),
#footer h4,
#footer h5,
#footer h6 {
    color: rgba(255, 255, 255, 0.9) !important;
}

#footer .social-icons a {
    color: rgba(255, 255, 255, 0.8) !important;
}

#footer .social-icons a:hover {
    color: var(--color-primary) !important;
}

#footer .footer-copyright {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0;
    border: none;
}

.footer-middle {
    background-color: rgba(0, 0, 0, 0.1);
}

.footer-middle-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    line-height: 1.2;
}

.footer-middle-title span {
    display: block;
}

.footer-middle-icon {
    font-size: 2.5rem;
    color: var(--color-primary);
    display: block;
    margin-bottom: 8px;
    text-align: center;
}

.footer-contact-item {
    padding: 5px 12px;
    transition: all 0.3s ease;
}

.footer-contact-item:hover {
    transform: translateY(-3px);
}

.footer-contact-link {
    display: block;
    text-decoration: none;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.footer-contact-link:hover {
    color: var(--color-primary) !important;
    text-decoration: none;
}

.footer-contact-icon {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 4px;
    color: var(--color-primary);
    transition: all 0.3s ease;
}

.footer-contact-item:hover .footer-contact-icon {
    transform: scale(1.1);
    color: #ffffff;
}

.footer-contact-label {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 2px;
    color: #ffffff;
}

.footer-contact-detail {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.2;
}

.footer-bottom {
    background-color: var(--color-dark) !important;
    padding: 0;
}

.footer-developed-by {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-developed-by strong {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.05em;
}

.footer-dev-link {
    color: var(--color-primary) !important;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.05em;
    transition: all 0.3s ease;
}

.footer-dev-link:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.link-hover-style-1 {
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.3s ease;
}

.link-hover-style-1:hover {
    color: var(--color-primary) !important;
}

/* ===== HERO BANNER - Efeito seta que corta a imagem ao mover o mouse ===== */
.hero-banner-custom {
    display: flex;
    min-height: 500px;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
}

.hero-banner-left {
    flex: 0 0 50%;
    max-width: 50%;
    /* Overlay escuro sobre a imagem para o texto ficar legível */
    background: linear-gradient(90deg, rgba(29, 29, 27, 0.92) 0%, rgba(29, 29, 27, 0.5) 100%);
    display: flex;
    align-items: center;
    padding: 2rem 4rem;
    position: relative;
    z-index: 1;
}

.hero-banner-content {
    max-width: 540px;
}

.hero-banner-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.hero-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Fundo já está no .hero-banner-custom; esta camada fica transparente */
    background: transparent;
}

.hero-banner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 420px;
    height: 420px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 2;
    transition: left 0.08s ease-out, top 0.08s ease-out;
}

.hero-banner-overlay object,
.hero-arrow-svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 991px) {
    .hero-banner-custom {
        flex-direction: column;
        min-height: auto;
        height: auto;
    }
    .hero-banner-left {
        flex: none;
        max-width: 100%;
        min-height: 350px;
        padding: 3rem 2rem;
    }
    .hero-banner-right {
        min-height: 400px;
    }
    .hero-banner-overlay {
        width: 280px;
        height: 280px;
    }
}

/* ===== BANNER HERO HOME (.hero-seven) - Estilo index-corporate-15 (8.2.0) =====
   Ordem: intro pequeno (estilo "Porto is a huge success") → título grande ("Hey, welcome to our amazing office") → outro pequeno; botão à direita.
*/
.hero-seven {
    position: relative;
    min-height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1d1d1b;
    display: flex;
    align-items: center;
}

.hero-seven-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(100deg, rgba(29, 29, 27, 0.9) 0%, rgba(29, 29, 27, 0.65) 50%, rgba(29, 29, 27, 0.35) 100%);
    pointer-events: none;
}

.hero-seven-inner {
    position: relative;
    z-index: 1;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* Intro e outro: mesmo estilo que "Porto is a huge success, learn more about us" (text-4-5, font-weight-light) */
.hero-seven-intro,
.hero-seven-outro {
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0 0 0.5rem 0;
    opacity: 0.95;
}

.hero-seven-intro {
    margin-bottom: 0.35rem;
}

.hero-seven-outro {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .hero-seven-intro,
    .hero-seven-outro {
        font-size: 1.15rem;
    }
    .hero-seven-intro {
        margin-bottom: 0.5rem;
    }
}

/* Título principal: destaque sem exagero */
.hero-seven-title {
    font-size: clamp(1.4rem, 4vw, 2.35rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0;
}

@media (min-width: 768px) {
    .hero-seven-title {
        font-size: clamp(1.75rem, 3.5vw, 2.85rem);
    }
}

@media (min-width: 992px) {
    .hero-seven {
        min-height: 480px;
    }
    .hero-seven-inner {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .hero-seven-title {
        font-size: 2.85rem;
    }
}

@media (min-width: 1200px) {
    .hero-seven-title {
        font-size: 3.2rem;
    }
}

/* Coluna do botão: à direita no desktop, abaixo dos textos no mobile */
.hero-seven-cta-col {
    margin-top: 1.5rem;
}

@media (min-width: 992px) {
    .hero-seven-cta-col {
        margin-top: 0;
        margin-left: 1rem;
    }
}

.hero-seven-cta {
    margin: 0;
}

.hero-seven-cta .btn {
    font-size: 0.95rem;
}

@media (min-width: 992px) {
    .hero-seven-cta .btn {
        font-size: 1rem;
        padding: 0.75rem 1.35rem;
    }
}

@media (max-width: 575px) {
    .hero-seven {
        min-height: 380px;
    }
    .hero-seven-inner {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

/* Banner mais estreito (altura menor) - páginas internas, exceto quem-somos */
.hero-seven.hero-seven-compact {
    min-height: 320px;
}
.hero-seven.hero-seven-compact .hero-seven-inner {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}
@media (min-width: 992px) {
    .hero-seven.hero-seven-compact {
        min-height: 360px;
    }
    .hero-seven.hero-seven-compact .hero-seven-inner {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
}
@media (max-width: 575px) {
    .hero-seven.hero-seven-compact {
        min-height: 280px;
    }
    .hero-seven.hero-seven-compact .hero-seven-inner {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
    .hero-seven-intro,
    .hero-seven-outro {
        font-size: 0.98rem;
    }
    .hero-seven-title {
        font-size: 1.4rem;
    }
}

/* ===== BANNER HERO (custom-section-svg com imagem de fundo) - legado =====
   Mantido para outras páginas que eventualmente usem SVG + bg.
*/
.custom-section-svg-hero {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    height: 70vh;
    display: flex;
    align-items: center;
}

/* Home: altura maior; padding-top evita que o título seja cortado no topo; overflow visible evita corte */
.custom-section-svg-hero.hero-home-banner {
    overflow: visible;
    min-height: max(580px, 78vh);
    padding: 6rem 0 4rem;
    display: flex;
    align-items: center;
}

.custom-section-svg-hero .hero-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #1d1d1b;
}

/* Overlay em gradiente para garantir contraste do texto (escuro à esquerda) */
.hero-banner-overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(105deg, rgba(29, 29, 27, 0.88) 0%, rgba(29, 29, 27, 0.5) 45%, rgba(29, 29, 27, 0.15) 75%, transparent 100%);
}

.custom-section-svg-hero .hero-banner-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    object-fit: cover;
}

.custom-section-svg-hero .container {
    position: relative;
    z-index: 2;
}

/* Padding-top garante que o título não seja cortado pelo topo do banner */
.hero-home-container {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
}

/* Bloco de conteúdo: largura máxima para leitura e diagramação */
.hero-home-content-col {
    max-width: 620px;
}

.hero-home-content {
    max-width: 100%;
}

.hero-home-headline {
    font-size: clamp(1.75rem, 4.5vw, 2.5rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-top: 0;
}

@media (min-width: 992px) {
    .hero-home-headline {
        font-size: clamp(2.5rem, 3.5vw, 3.25rem);
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .hero-home-headline {
        font-size: 3.5rem;
        margin-bottom: 1.75rem;
    }
}

.hero-home-subheadline {
    font-size: 0.98rem;
    line-height: 1.55;
    margin-bottom: 0.9rem;
    padding-right: 0;
    opacity: 0.95;
}

@media (min-width: 992px) {
    .hero-home-subheadline {
        font-size: 1.05rem;
        line-height: 1.6;
        margin-bottom: 1rem;
        max-width: 480px;
    }
}

.hero-home-reinforcement {
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.92;
    margin-bottom: 1.75rem;
}

@media (min-width: 992px) {
    .hero-home-reinforcement {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
}

.hero-home-cta {
    margin-top: 0;
}

.hero-home-cta .btn {
    font-size: 1rem;
}

@media (min-width: 992px) {
    .hero-home-cta .btn {
        font-size: 1.05rem;
        padding: 0.85rem 1.5rem;
    }
}

@media (max-width: 991px) {
    .custom-section-svg-hero.hero-home-banner {
        min-height: 520px;
        padding: 4rem 0 3rem;
    }
    .hero-home-content-col {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .custom-section-svg-hero.hero-home-banner {
        min-height: 480px;
        padding: 3rem 0 2.5rem;
    }
    .hero-home-headline {
        margin-bottom: 1rem;
    }
    .hero-home-subheadline {
        font-size: 1rem;
        margin-bottom: 0.85rem;
    }
    .hero-home-reinforcement {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
    .hero-home-cta .btn {
        font-size: 0.95rem;
        padding: 0.75rem 1.25rem;
    }
}

/* ===== BANNER MARKETING DIGITAL - Hero com box de vídeo (YouTube/Google Drive)
   Layout rediagramado: conteúdo esquerda (col-5), box de vídeo direita (col-7)
*/
/* Reduzir espaço entre menu e banner (padding-top menor) */
.marketing-landing-hero {
    background-color: #f9f7f4;
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding: 1.25rem 0 60px;
}

.marketing-hero-inner {
    width: 100%;
}

.marketing-hero-row {
    --hero-gap: 3rem;
    margin-left: calc(var(--hero-gap) / -2);
    margin-right: calc(var(--hero-gap) / -2);
}

.marketing-hero-row > [class*="col-"] {
    padding-left: calc(var(--hero-gap) / 2);
    padding-right: calc(var(--hero-gap) / 2);
}

.marketing-hero-content {
    padding-right: 1.5rem;
}

.marketing-hero-video-col {
    display: flex;
    align-items: center;
}

.marketing-landing-hero .text-uppercase.mb-2 {
    letter-spacing: 0.15em;
}

/* Stat card inline (ao lado do conteúdo) */
.hero-stat-card-inline {
    font-size: 0.95rem;
}

.hero-stat-card-inline .hero-stat-number {
    font-size: 1.75rem;
}

.hero-stat-card-inline .hero-stat-label {
    color: #666;
}

/* ===== BOX DE VÍDEO - Poster + ícone play pulsante */
.hero-video-box {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px -15px rgba(29, 29, 27, 0.2);
}

.hero-video-trigger {
    display: block;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

.hero-video-poster {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, #1d1d1b 0%, #2d2d2b 100%);
}

.hero-video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hero-video-trigger:hover .hero-video-poster img {
    transform: scale(1.04);
}

.hero-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(29, 29, 27, 0.15) 0%, rgba(29, 29, 27, 0.4) 100%);
    pointer-events: none;
}

.hero-video-play-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-video-play {
    position: relative;
    z-index: 2;
    width: 72px;
    height: 72px;
    background: rgba(253, 211, 12, 0.95);
    color: #1d1d1b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-left: 4px;
    box-shadow: 0 8px 30px rgba(253, 211, 12, 0.4);
    transition: transform 0.3s ease, background 0.3s ease;
}

.hero-video-trigger:hover .hero-video-play {
    transform: scale(1.08);
    background: rgba(253, 211, 12, 1);
}

/* Pulso ao redor do play */
.hero-video-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    border-radius: 50%;
    border: 3px solid rgba(253, 211, 12, 0.6);
    animation: hero-video-pulse 2s ease-out infinite;
    pointer-events: none;
}

.hero-video-pulse-2 {
    animation-delay: 1s;
}

@keyframes hero-video-pulse {
    0% {
        transform: scale(0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* Magnific Popup: vídeo em tela cheia */
.mfp-video-fullscreen .mfp-container::before {
    display: none;
}

.mfp-video-fullscreen .mfp-content {
    max-width: none !important;
    width: 100vw !important;
    height: 100vh !important;
    vertical-align: top;
}

.mfp-video-fullscreen .mfp-iframe-holder {
    padding: 0 !important;
    height: 100%;
}

.mfp-video-fullscreen .mfp-iframe-scaler {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mfp-video-fullscreen .mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mfp-video-fullscreen .mfp-close {
    top: 10px;
    right: 10px;
    z-index: 1047;
}

/* Fallback: iframe holder padrão */
.mfp-iframe-holder .mfp-content {
    max-width: 90vw;
}

.mfp-iframe-scaler {
    padding-bottom: 56.25% !important; /* 16:9 */
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Fallback: imagens antigas (hero-image) */
.marketing-hero-image,
.marketing-hero-image-organic {
    position: relative;
}

.marketing-hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 480px;
}

@media (max-width: 991px) {
    .marketing-landing-hero {
        min-height: auto;
        padding: 40px 0 50px;
    }
    .marketing-hero-row {
        --hero-gap: 1rem;
    }
    .marketing-hero-content {
        padding-right: 0;
        padding-top: 2rem;
    }
    .marketing-hero-video-col {
        margin-bottom: 0;
    }
    .hero-video-box {
        max-width: 100%;
        margin: 0 auto;
    }
    .hero-video-play-wrap {
        width: 80px;
        height: 80px;
    }
    .hero-video-play {
        width: 64px;
        height: 64px;
        font-size: 1.4rem;
    }
    .hero-video-pulse {
        width: 80px;
        height: 80px;
        margin-left: calc(-40px + 4px);
        margin-top: -40px;
    }
    .marketing-landing-hero .btn.mr-3 {
        margin-right: 0.75rem !important;
    }
}

/* ===== PLACEHOLDERS DE IMAGEM =====
   Use .img-placeholder-wrap em volta de cada <img> que será substituída.
   Atributos data: data-placeholder="id-unico" e data-size="LARGURAxALTURA"
   O label mostra o id e as medidas; remova a classe .show-placeholder-labels no CSS para ocultar em produção.
*/
.img-placeholder-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    border: 2px dashed rgba(253, 211, 12, 0.6);
    background: repeating-linear-gradient(
        -45deg,
        #fafafa,
        #fafafa 8px,
        #f0f0f0 8px,
        #f0f0f0 16px
    );
}
.img-placeholder-wrap img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* Label com id e medidas (visível em desenvolvimento) */
.img-placeholder-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 10px;
    background: rgba(29, 29, 27, 0.85);
    color: #FDD30C;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    pointer-events: none;
}
.img-placeholder-label strong { color: #fff; }
/* Placeholder genérico (área sem img, só caixa) */
.img-placeholder {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    border: 2px dashed #ddd;
}
.img-placeholder .img-placeholder-label {
    position: static;
    background: transparent;
    color: #666;
    padding: 8px;
}

/* ===== PÁGINA DE CONTATO ===== */
.contato-hero-section {
    padding: 50px 0;
}

.contato-hero-divider,
.contato-timeline-divider {
    height: 4px;
    background-color: var(--color-primary);
    width: 100%;
}

/* Separador entre sections - Marketing Digital e páginas gerais */
.section-divider {
    height: 4px;
    background-color: var(--color-primary);
    width: 100%;
}

/* Variantes: sobre fundo claro (entre seções claras) */
.section-divider-light {
    background-color: rgba(253, 211, 12, 0.4);
}

/* Variante: sobre fundo escuro (entre CTA escuro e seção clara ou vice-versa) */
.section-divider-dark {
    background-color: var(--color-primary);
}

/* Bloco Fale Conosco - layout harmonioso (ref. Sibraff): e-mail proporcional e alinhado */
.contato-fale-block {
    padding-left: 0;
}

.contato-fale-icon {
    font-size: 1.25rem;
    margin-right: 1rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.contato-fale-content {
    flex: 1;
    min-width: 0;
}

.contato-fale-label {
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.contato-fale-value {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.contato-fale-value:hover {
    color: var(--color-secondary) !important;
    opacity: 0.9;
}

/* CTA WhatsApp - efeitos e animação */
.contato-cta-whatsapp {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, background-color 0.25s ease;
}

.contato-cta-whatsapp:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(253, 211, 12, 0.4);
    background-color: #f5c50b !important;
    border-color: #f5c50b !important;
}

.contato-cta-whatsapp:active {
    transform: translateY(-2px);
}

.contato-cta-whatsapp .fab {
    transition: transform 0.3s ease;
}

.contato-cta-whatsapp:hover .fab {
    transform: scale(1.1);
}

/* Botão Enviar do formulário de contato - mesmo padrão de CTA */
.contato-cta-submit {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}

.contato-cta-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(253, 211, 12, 0.35);
}

.contato-timeline-section {
    padding: 60px 0;
}

/* Timeline - Canais de atendimento */
.timeline-container {
    position: relative;
    padding: 40px 0;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary) 0%, #f5c50b 50%, var(--color-primary) 100%);
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0.3;
    display: none;
}

@media (min-width: 992px) {
    .timeline-line {
        display: block;
    }
}

.timeline-item {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(253, 211, 12, 0.25);
}

.timeline-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #f5c50b 100%);
    color: var(--color-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    box-shadow: 0 4px 15px rgba(253, 211, 12, 0.4);
    z-index: 2;
    transition: all 0.4s ease;
    border: 4px solid #ffffff;
}

.timeline-item:hover .timeline-number {
    transform: translateX(-50%) scale(1.15);
    box-shadow: 0 6px 20px rgba(253, 211, 12, 0.6);
}

.timeline-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(253, 211, 12, 0.1) 0%, rgba(253, 211, 12, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 20px;
    transition: all 0.4s ease;
    position: relative;
}

.timeline-icon i {
    font-size: 36px;
    color: var(--color-primary);
    transition: all 0.4s ease;
}

.timeline-item:hover .timeline-icon {
    background: linear-gradient(135deg, var(--color-primary) 0%, #f5c50b 100%);
    transform: scale(1.1) rotate(5deg);
}

.timeline-item:hover .timeline-icon i {
    color: var(--color-secondary);
    transform: scale(1.1);
}

.timeline-content {
    flex: 1;
}

.timeline-content h4 {
    color: var(--color-dark);
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.timeline-item:hover .timeline-content h4 {
    color: var(--color-primary);
}

.timeline-content p {
    color: #5a6c7d;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .timeline-line {
        display: none;
    }
    .timeline-item {
        margin-bottom: 30px;
    }
    .timeline-container {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .contato-hero-section {
        padding: 40px 0 !important;
    }
    .contato-timeline-section {
        padding: 40px 0 !important;
    }
    .timeline-item {
        padding: 25px 15px;
    }
    .timeline-icon {
        width: 70px;
        height: 70px;
    }
    .timeline-icon i {
        font-size: 30px;
    }
    .timeline-number {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
        top: -18px;
    }
}

/* Carrossel de pacotes - Marketing Digital */
.pacotes-carousel-wrap {
    position: relative;
    padding: 0 0 3rem;
}
/* Navegação: ícones via Font Awesome (evita aspas no data-plugin-options) */
.pacotes-carousel .owl-nav button {
    font-size: 0;
    border: none;
}
.pacotes-carousel .owl-nav button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.25rem;
    color: inherit;
}
.pacotes-carousel .owl-nav button.owl-prev::before {
    content: "\f053";
}
.pacotes-carousel .owl-nav button.owl-next::before {
    content: "\f054";
}
.pacotes-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    pointer-events: none;
}
.pacotes-carousel .owl-nav button {
    position: absolute;
    pointer-events: auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-primary) !important;
    color: var(--color-secondary) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, box-shadow 0.2s;
}
.pacotes-carousel .owl-nav button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.pacotes-carousel .owl-nav button.owl-prev {
    left: -24px;
}
.pacotes-carousel .owl-nav button.owl-next {
    right: -24px;
}
.pacotes-carousel .owl-dots {
    margin-top: 1.5rem;
}
.pacotes-carousel .owl-dots .owl-dot span {
    background: rgba(0,0,0,0.2);
    width: 10px;
    height: 10px;
    transition: background 0.2s;
}
.pacotes-carousel .owl-dots .owl-dot.active span,
.pacotes-carousel .owl-dots .owl-dot:hover span {
    background: var(--color-primary);
}
@media (max-width: 991px) {
    .pacotes-carousel .owl-nav button.owl-prev { left: 0; }
    .pacotes-carousel .owl-nav button.owl-next { right: 0; }
}

/* Bundle de produtos - estética dos cards */
.pacote-bundle-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border-top: 4px solid var(--color-primary);
}
.pacote-bundle-card:hover {
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}
.pacote-bundle-badge {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 1.35rem;
    background: rgba(253, 211, 12, 0.2);
    border-radius: 10px;
    margin-bottom: 1rem;
}
.pacote-bundle-title {
    font-size: 1.35rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
}
.pacote-bundle-desc {
    font-size: 0.95rem;
    line-height: 1.5;
}
.pacote-bundle-card .list li {
    font-size: 0.95rem;
    line-height: 1.5;
}
.pacote-bundle-card .btn-primary {
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.pacote-bundle-card .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(253, 211, 12, 0.4);
}

/* Etapas da Evolução - Design tipo Contato: 4+3 linhas, seta em movimento */
.etapas-evolucao-section {
    padding: 60px 0;
}
.etapas-timeline-container {
    position: relative;
    padding: 40px 0;
    z-index: 1;
}
/* Seta em movimento atrás dos cards (impressão de fluxo contínuo) */
.etapas-seta-movimento {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    transform: translateY(-50%);
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.5;
}
.etapas-seta-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, var(--color-primary) 20%, var(--color-primary) 80%, transparent 100%);
    opacity: 0.4;
}
.etapas-seta-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background: var(--color-primary);
    color: var(--color-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    box-shadow: 0 2px 12px rgba(253, 211, 12, 0.5);
    animation: etapas-seta-move 4s ease-in-out infinite;
}
@keyframes etapas-seta-move {
    0%, 100% { left: 0; opacity: 1; }
    50% { left: 100%; opacity: 0.9; }
}
/* Cards das etapas (reutilizam .timeline-item do contato) */
.etapas-evolucao-section .timeline-item.etapas-etapa-card {
    cursor: pointer;
}
.etapas-evolucao-section .timeline-number {
    font-size: 1.35rem;
    font-weight: 800;
}
@media (max-width: 991px) {
    .etapas-seta-movimento { display: none; }
}
/* Popover das etapas */
.popover .popover-body {
    padding: 1rem 1.25rem;
    min-width: 220px;
}
.popover .popover-body ul {
    padding-left: 0;
}
.etapas-evolucao-section .popover.bs-popover-bottom .arrow::after {
    border-bottom-color: #fff;
}

/* ===== PÁGINAS INTERNAS: Método A-G cards + animação ícones (sem rotação) ===== */
.metodo-ag-cards { gap: 1rem; }
.metodo-ag-item { margin-bottom: 0.5rem; }
.metodo-ag-card {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border-top: 3px solid transparent;
}
.metodo-ag-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(253, 211, 12, 0.2);
    border-top-color: var(--color-primary);
}
.icon-float {
    transition: transform 0.4s ease;
}
.metodo-ag-card:hover .icon-float {
    transform: scale(1.15) translateY(-3px);
}

/* Transição suave ao entrar na página (banner) */
.page-hero-transition .hero-seven-inner {
    animation: pageFadeIn 0.6s ease forwards;
}
@keyframes pageFadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ===== Modal de vídeo do banner (Home): iframe, fullscreen, fechar ===== */
.hero-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.hero-video-modal[hidden] { display: none !important; }
.hero-video-modal.hero-video-modal-open {
    opacity: 1;
    visibility: visible;
}
.hero-video-modal.hero-video-modal-open[hidden] { display: flex !important; }

.hero-video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}

.hero-video-modal-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 900px;
    max-height: calc(100vh - 2rem);
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.hero-video-modal-content {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    background: #000;
}

.hero-video-modal-iframe-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-video-modal-iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.hero-video-modal-close,
.hero-video-modal-fullscreen {
    position: absolute;
    top: 0.75rem;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.hero-video-modal-close:hover,
.hero-video-modal-fullscreen:hover {
    background: rgba(0, 0, 0, 0.85);
    color: var(--color-primary);
}
.hero-video-modal-close { right: 0.75rem; }
.hero-video-modal-fullscreen { right: 3.5rem; }

.hero-video-modal-trigger { cursor: pointer; }
.hero-video-modal-trigger .hero-video-poster { cursor: pointer; }

/* Fullscreen: o diálogo inteiro (vídeo + botões) preenche a tela */
.hero-video-modal-dialog:fullscreen {
    max-width: none;
    max-height: none;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    display: flex;
    flex-direction: column;
}
.hero-video-modal-dialog:fullscreen .hero-video-modal-content {
    flex: 1;
    padding-bottom: 0;
    height: 100%;
}
.hero-video-modal-dialog:fullscreen .hero-video-modal-iframe-wrap {
    position: absolute;
    inset: 0;
}
.hero-video-modal-dialog:fullscreen .hero-video-modal-iframe-wrap iframe {
    width: 100%;
    height: 100%;
}
