/* Home page modern refresh */

:root {
    --home-bg: #0b0b10;
    --home-surface: rgba(255, 255, 255, 0.05);
    --home-surface-strong: rgba(255, 255, 255, 0.08);
    --home-border: rgba(184, 121, 255, 0.18);
    --home-primary: #b879ff;
    --home-primary-strong: #8a4ed4;
    --home-accent: #f8bf1c;
    --home-text: #f6f6fb;
    --home-muted: #d1d1df;
}

.home-page {
    background: var(--home-bg);
    color: var(--home-text);
}

.home-page .hero,
.home-page .servicos-cards,
.home-page .quem-somos,
.home-page .servicos-detalhados,
.home-page .cases,
.home-page .podcasts-section,
.home-page .auditorio-section,
.home-page .depoimentos,
.home-page .faq-dark,
.home-page .contato-reinvente {
    position: relative;
    overflow: hidden;
}

.home-page .hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 32px;
    padding: 0 48px 96px;
    min-height: 86vh;
    background:
        radial-gradient(circle at 12% 18%, rgba(184, 121, 255, 0.24), transparent 36%),
        radial-gradient(circle at 90% 15%, rgba(248, 191, 28, 0.14), transparent 32%),
        linear-gradient(140deg, #12121a 0%, #0b0b10 60%, #171726 100%);
}

.home-page .hero::before,
.home-page .hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.home-page .hero::before {
    width: 300px;
    height: 300px;
    right: -100px;
    top: -80px;
    background: radial-gradient(circle, rgba(184, 121, 255, 0.38), rgba(184, 121, 255, 0));
    animation: homeFloat 9s ease-in-out infinite;
}

.home-page .hero::after {
    width: 240px;
    height: 240px;
    left: -90px;
    bottom: -90px;
    background: radial-gradient(circle, rgba(248, 191, 28, 0.22), rgba(248, 191, 28, 0));
    animation: homeFloat 11s ease-in-out infinite reverse;
}

.home-page .hero-text {
    position: relative;
    z-index: 1;
    max-width: 720px;
}

.home-page .hero-kicker {
    margin: 0 0 12px;
    color: var(--home-accent);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.82rem;
    font-weight: 700;
}

.home-page .hero-text h1 {
    font-size: clamp(2.7rem, 5.7vw, 5.3rem);
    line-height: 0.95;
    margin: 0;
    color: #fff;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.home-page .hero-text p.hero-subtitle {
    font-size: 1.12rem;
    line-height: 1.75;
    margin: 18px 0 0;
    max-width: 620px;
    color: var(--home-muted);
}

.home-page .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.email{
    font-size: 0.8rem;
}
.home-page .cta-btn {
    background: linear-gradient(120deg, var(--home-primary), var(--home-primary-strong));
    color: #fff;
    max-width: none;
    padding: 14px 26px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    transition: transform .2s, box-shadow .2s, background .2s;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 30px rgba(138, 78, 212, 0.28);
}

.home-page .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(138, 78, 212, 0.38);
}

.home-page .cta-btn-secondary {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: none;
}

.home-page .hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.home-page .hero-metrics span {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    min-width: 150px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--home-muted);
    backdrop-filter: blur(14px);
}

.home-page .hero-metrics strong {
    color: #fff;
    font-size: 1.3rem;
}

.home-page .hero-img.hero-img-modern {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-page .hero-img img {
    width: min(640px, 100%);
    height: auto;
    border-radius: 28px;
   
    filter: drop-shadow(0 24px 40px rgba(184, 121, 255, 0.18));
    animation: homeHeroIn 1s ease both;
}

/* .home-page .hero-img.hero-img-modern::after {
    content: "Estratégia + Criatividade + Execução";
    position: absolute;
    left: 24px;
    bottom: 22px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(12, 12, 18, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    backdrop-filter: blur(10px);
} */

.home-page .servicos-cards {
    padding: 80px 24px 70px;
    background:
        linear-gradient(180deg, rgba(16, 16, 23, 0.98), rgba(11, 11, 16, 0.98)),
        url('../imgs/background.png') center/cover no-repeat;
    text-align: center;
}

.home-page .servicos-cards-title {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: clamp(1.9rem, 3.4vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.home-page .servicos-cards-highlight {
    color: var(--home-accent);
}

.home-page .servicos-cards-grid {
    gap: 18px;
    margin-top: 40px;
}

.home-page .servico-card {
    position: relative;
    width: min(100%, 320px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    padding: 28px 24px;
    min-height: 250px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
}

.home-page .servico-card::before {
    content: "";
    position: absolute;
    border-radius: 50px 50px 0 0;
    top: 0;
    width: 95%;
    height: 4px;
    background: linear-gradient(90deg, var(--home-primary), var(--home-accent));
}

.home-page .servico-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 42px rgba(80, 41, 124, 0.16);
}

.home-page .servico-card-icon {
    background: linear-gradient(135deg, rgba(184, 121, 255, 0.32), rgba(248, 191, 28, 0.22));
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 60px;
    height: 60px;
    border-radius: 16px;
}

.home-page .servico-card-title {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.home-page .servico-card-desc {
    color: var(--home-muted);
    line-height: 1.65;
}

.home-page .servicos-cards-btn-area {
    margin-top: 30px;
}

.home-page .servicos-cards-btn {
    background: linear-gradient(120deg, var(--home-accent), #ffd54f);
    color: #1f1830;
    box-shadow: 0 14px 24px rgba(248, 191, 28, 0.2);
}

.home-page .servicos-cards-btn:hover {
    background: #fff;
    color: #181818;
}

.home-page .quem-somos {
    padding: 80px 24px;
    background: linear-gradient(180deg, #14141b 0%, #101017 100%);
}

.home-page .quem-somos > div:first-child h1 {
    font-size: clamp(2rem, 3vw, 2.8rem);
    color: #fff;
}

.home-page .container-info {
    width: min(1200px, 100%);
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 32px;
    padding: 48px 0 0;
}

.home-page .video-container video {
    max-width: 100%;
    border-radius: 24px;
    box-shadow: 0 28px 48px rgba(0, 0, 0, 0.32);
}

.home-page .quem-somos-text {
    max-width: none;
    padding: 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.home-page .quem-somos-text p {
    font-size: 1.05rem;
    line-height: 1.8;
}

.home-page .servicos-detalhados {
    padding: 84px 24px;
    background: #0f0f14;
}

.home-page .servicos-detalhados h2 {
    font-size: clamp(2rem, 3vw, 2.8rem);
    color: #fff;
}

.home-page .servicos-detalhados > p {
    color: var(--home-muted);
    line-height: 1.7;
}

.home-page .servicos-detalhados-grid {
    max-width: 1180px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.home-page .servico-detalhado-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(184, 121, 255, 0.22);
    border-radius: 22px;
    padding: 24px 24px 22px;
    min-height: 92px;
    max-height: 92px;
    overflow: hidden;
    transition: max-height .3s, box-shadow .2s, border-color .2s, overflow .3s;
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.home-page .servico-detalhado-card:hover,
.home-page .servico-detalhado-card.active {
    border-color: rgba(248, 191, 28, 0.65);
    box-shadow: 0 20px 32px rgba(0, 0, 0, 0.28);
}

.home-page .servico-detalhado-card.active {
    max-height: 600px;
    overflow: visible;
}

.home-page .servico-detalhado-title {
    color: #fff;
    font-size: 1.3rem;
}

.home-page .servico-detalhado-icon {
    color: var(--home-accent);
    transition: transform .3s;
}

.home-page .servico-detalhado-card.active .servico-detalhado-icon {
    transform: rotate(180deg);
}

.home-page .servico-detalhado-content p {
    color: var(--home-muted);
    line-height: 1.7;
}

.home-page .servico-detalhado-btn {
    background: linear-gradient(120deg, var(--home-primary), var(--home-primary-strong));
    color: #fff;
}

.home-page .servicos-detalhados-destaque {
    background: linear-gradient(120deg, rgba(184, 121, 255, 0.18), rgba(248, 191, 28, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    text-align: center;
}

.home-page .cases {
    padding: 84px 24px;
    background: linear-gradient(180deg, #14141b 0%, #0d0d12 100%);
}

.home-page .cases h2 {
    font-size: clamp(2rem, 3vw, 2.7rem);
}

.home-page .cases-underline {
    background: linear-gradient(90deg, var(--home-primary), var(--home-accent));
}

.home-page .cases-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 170px));
    justify-content: center;
    gap: 40px;
    margin-top: 32px;
}

.home-page .case-logo {
    position: relative;
    width: 170px;
    height: 170px;
    background: linear-gradient(155deg, #170020 0%, #13001f 65%, #230031 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow:
        0 16px 34px rgba(0, 0, 0, 0.45),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        inset 0 0 24px rgba(248, 191, 28, 0.06);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.home-page .case-logo::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 12px;
    border: 1px dashed rgba(248, 191, 28, 0.24);
    pointer-events: none;
}

.home-page .case-logo::after {
    content: "";
    position: absolute;
    width: 74px;
    height: 74px;
    top: -34px;
    right: -34px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(248, 191, 28, 0.32), rgba(248, 191, 28, 0));
    pointer-events: none;
}

.home-page .case-logo:hover {
    transform: translateY(-6px) scale(1.02);
    border-color: rgba(248, 191, 28, 0.55);
    box-shadow:
        0 24px 36px rgba(0, 0, 0, 0.52),
        inset 0 0 0 1px rgba(255, 255, 255, 0.12),
        inset 0 0 28px rgba(248, 191, 28, 0.12);
}

.home-page .case-logo img {
    width: 84%;
    height: 84%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transform: scale(1.18);
    transition: transform .24s ease;
}

.home-page .case-logo:hover img {
    transform: scale(1.26);
}

.home-page .podcasts-section,
.home-page .auditorio-section {
    padding: 84px 24px;
}

.home-page .podcasts-section {
    background:
        radial-gradient(circle at 20% 20%, rgba(184, 121, 255, 0.18), transparent 34%),
        linear-gradient(180deg, #111118 0%, #0c0c12 100%);
}

.home-page .auditorio-section {
    background:
        radial-gradient(circle at 75% 18%, rgba(248, 191, 28, 0.14), transparent 30%),
        linear-gradient(180deg, #111118 0%, #0c0c12 100%);
}

.home-page .podcasts-content,
.home-page .auditorio-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
    max-width: 1240px;
}

.home-page .podcasts-text,
.home-page .auditorio-text {
    max-width: none;
    min-width: 0;
}

.home-page .podcasts-text h2,
.home-page .auditorio-text h2 {
    color: #fff;
    font-size: clamp(2rem, 3vw, 2.7rem);
}

.home-page .podcasts-text p,
.home-page .auditorio-text p {
    color: var(--home-muted);
    line-height: 1.75;
}

.home-page .podcasts-btn,
.home-page .auditorio-btn {
    background: linear-gradient(120deg, var(--home-primary), var(--home-primary-strong));
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 30px rgba(138, 78, 212, 0.22);
}

.home-page .podcasts-btn:hover,
.home-page .auditorio-btn:hover {
    background: #fff;
    color: #181818;
}

.home-page .carousel {
    max-width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.home-page .carousel img {
    border-radius: 24px;
}

.home-page .divider {
    background: linear-gradient(180deg, #0f0f14, #0c0c11);
    padding: 16px 0;
}

.home-page .marquee {
    overflow: hidden;
}

.home-page .marquee-track {
    display: flex;
    gap: 32px;
    align-items: center;
    white-space: nowrap;
    animation: marqueeMove 24s linear infinite;
}

.home-page .marquee-content {
    font-weight: 700;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.8);
}

.home-page .depoimentos {
    padding: 84px 24px;
    background: linear-gradient(180deg, #12121a 0%, #0b0b10 100%);
}

.home-page .depoimentos h2 {
    font-size: clamp(2rem, 3vw, 2.7rem);
}

.home-page .depoimentos-cards {
    gap: 18px;
    margin-top: 40px;
}

.home-page .depoimento-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(184, 121, 255, 0.18);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
}

.home-page .faq-dark {
    padding: 84px 24px;
    background: linear-gradient(180deg, #111118 0%, #0c0c11 100%);
}

.home-page .faq-dark h2 {
    font-size: clamp(2rem, 3vw, 2.7rem);
}

.home-page .faq-pergunta {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(184, 121, 255, 0.28);
    backdrop-filter: blur(10px);
}

.home-page .faq-pergunta:hover {
    background: rgba(184, 121, 255, 0.18);
}

.home-page .faq-resposta {
    background: rgba(255, 255, 255, 0.04);
}

.home-page .contato-reinvente {
    padding: 84px 24px;
    background:
        radial-gradient(circle at 20% 12%, rgba(184, 121, 255, 0.14), transparent 30%),
        linear-gradient(180deg, #14141b 0%, #0f0f14 100%);
}

.home-page .contato-reinvente h2 {
    font-size: clamp(2rem, 3vw, 2.7rem);
}

.home-page .contato-grid {
    gap: 18px;
}

.home-page .contato-social-card,
.home-page .contato-form-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(184, 121, 255, 0.18);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
}

.home-page .contato-social-icon {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    max-width: 180px;
}

.home-page .contato-social-icon:hover {
    background: rgba(184, 121, 255, 0.2);
    border-color: rgba(248, 191, 28, 0.45);
}

.home-page .contato-form-card input,
.home-page .contato-form-card textarea {
    background: rgba(0, 0, 0, 0.24);
    border-color: rgba(255, 255, 255, 0.12);
}

.home-page .contato-form-card button {
    background: linear-gradient(120deg, var(--home-accent), #ffd54f);
    color: #1f1830;
}

@keyframes homeHeroIn {
    from {
        opacity: 0;
        transform: translateX(24px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes homeFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}

@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {
    .home-page .hero,
    .home-page .podcasts-content,
    .home-page .auditorio-content,
    .home-page .container-info {
        grid-template-columns: 1fr;
    }

    .home-page .hero {
        
        min-height: auto;
    }

    .home-page .hero-img.hero-img-modern {
        order: -1;
    }

    .home-page .servicos-detalhados-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .home-page .hero-text h1 {
        font-size: clamp(2.4rem, 11vw, 4rem);
    }

    .home-page .hero-actions,
    .home-page .hero-metrics {
        justify-content: center;
    }

    .home-page .servicos-cards,
    .home-page .quem-somos,
    .home-page .servicos-detalhados,
    .home-page .cases,
    .home-page .podcasts-section,
    .home-page .auditorio-section,
    .home-page .depoimentos,
    .home-page .faq-dark,
    .home-page .contato-reinvente {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-page .container-info,
    .home-page .podcasts-content,
    .home-page .auditorio-content,
    .home-page .contato-grid {
        grid-template-columns: 1fr;
    }

    .home-page .hero-img.hero-img-modern::after {
        left: 16px;
        bottom: 16px;
        right: 16px;
        text-align: center;
    }
}

/* Mobile (600px) - Correção de overflow */
@media (max-width: 600px) {
    body.home-page {
        overflow-x: hidden;
    }

    .home-page .hero-actions {
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }

    .home-page .cta-btn {
        font-size: 0.85rem;
        padding: 10px 16px;
        flex: 1 1 calc(50% - 4px);
        min-width: 120px;
    }

    .home-page .hero-metrics {
        flex-direction: column;
        width: 100%;
    }

    .home-page .hero-metrics span {
        
        min-width: auto;
    }

    .home-page .servicos-cards-btn {
        width: 100%;
        box-sizing: border-box;
        display: block;
    }

    .home-page .podcasts-btn,
    .home-page .auditorio-btn {
        width: 100%;
        box-sizing: border-box;
        display: block;
    }

    .home-page .contato-form-card input,
    .home-page .contato-form-card textarea,
    .home-page .contato-form-card button {
        width: 100%;
        box-sizing: border-box;
        font-size: 16px;
    }

    .home-page .contato-social-icon {
        width: 100%;
        max-width: 100%;
    }
}

/* 2026 Home upgrade */
.home-page {
    background:
        radial-gradient(circle at 10% 5%, rgba(255, 206, 45, 0.1), transparent 30%),
        radial-gradient(circle at 90% 18%, rgba(35, 121, 255, 0.14), transparent 28%),
        #090b10;
}

.home-page section {
    border-top: 0;
}



body.home-page {
    padding-top: 82px;
    overflow-x: hidden;
}

.home-page .nav-btn {
    border-color: #d8ff2d;
    color: #d8ff2d;
    background: rgba(216, 255, 45, 0.08);
}

.home-page .nav-btn:hover {
    background: #d8ff2d;
    color: #0f121a;
    box-shadow: 0 0 0 1px #d8ff2d, 0 0 26px rgba(216, 255, 45, 0.44);
}

.home-page .hero {
    min-height: 78vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 48px 22px 58px;
}

.home-page .hero-text.hero-text-centered {
    width: min(860px, 100%);
    margin: 0 auto;
}

.home-page .hero-text.hero-text-centered h1 {
    font-size: clamp(2.1rem, 7vw, 4.9rem);
    margin-bottom: 28px;
}

.home-page .hero-text.hero-text-centered .hero-actions {
    justify-content: center;
}

.home-page .hero-text.hero-text-centered .cta-btn {
    min-width: 230px;
}

.home-page .home-fold {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    gap: 24px;
   
    background: linear-gradient(180deg, rgba(9, 11, 16, 0.95), rgba(13, 16, 26, 0.98));
}

.home-page .home-fold-visual {
    min-height: 340px;
    
   
    display: flex;
    justify-content: center;
    align-items: center;
    color: #eef1ff;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.home-page .home-fold-copy {
    max-width: 520px;
}

.home-page .home-fold-kicker {
    text-transform: uppercase;
    letter-spacing: 0.17em;
    color: #d8ff2d;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.home-page .home-fold-copy h2 {
    font-size: clamp(1.8rem, 3vw, 2.9rem);
    margin: 0 0 14px;
    line-height: 1.07;
}

.home-page .home-fold-copy p {
    color: rgba(241, 243, 255, 0.86);
    line-height: 1.7;
}

.home-page .servicos-cards {
    padding-top: 76px;
    padding-bottom: 54px;
    background: linear-gradient(180deg, rgba(15, 20, 31, 0.99), rgba(12, 15, 22, 0.98));
}

.home-page .home-photo-loop {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
    background: #080b10;
}

.home-page .home-photo-track {
    display: flex;
    align-items: stretch;
    width: max-content;
    animation: homeInfiniteTrack 42s linear infinite;
}

.home-page .home-photo-track img {
    width: clamp(210px, 24vw, 420px);
    height: clamp(150px, 18vw, 290px);
    object-fit: cover;
    flex-shrink: 0;
}

.home-page .quem-somos {
    background: linear-gradient(180deg, #0d1018, #0b0f16);
}

.home-page .container-info.quem-somos-simple {
    display: block;
    max-width: 980px;
    padding-top: 22px;
}

.home-page .container-info.quem-somos-simple .quem-somos-text {
    max-width: 860px;
    margin: 0 auto;
}

.home-page .container-info.quem-somos-video-only {
    display: block;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 24px;
}

.home-page .container-info.quem-somos-video-only .video-container {
    width: 100%;
}

.home-page .container-info.quem-somos-video-only .video-container video {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

@media (min-width: 1025px) {
    .home-page .container-info.quem-somos-simple .video-container {
        display: none;
    }
}

@media (max-width: 1024px) {
    .home-page .container-info.quem-somos-simple .video-container {
        margin-top: 18px;
    }
}

.home-page .produtos-agencia {
    background: linear-gradient(180deg, #0b0f16, #0c111b);
}

.home-page .produtos-grid {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.home-page .produto-card {
    flex: 1 1 280px;
    max-width: 300px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.home-page .produtos-grid .servico-detalhado-card {
    position: relative;
    cursor: pointer;
    min-height: 84px;
    max-height: 84px;
    overflow: hidden;
    transition: max-height .3s ease, border-color .25s ease, box-shadow .25s ease, transform .2s ease;
}

.home-page .produtos-grid .servico-detalhado-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f8bf1c 0%, #b879ff 100%);
}

.home-page .produtos-grid .servico-detalhado-card:hover,
.home-page .produtos-grid .servico-detalhado-card:focus-visible,
.home-page .produtos-grid .servico-detalhado-card.active {
    border-color: rgba(248, 191, 28, 0.7);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.home-page .produtos-grid .servico-detalhado-card:focus-visible {
    outline: 2px solid rgba(184, 121, 255, 0.8);
    outline-offset: 2px;
}

.home-page .produtos-grid .servico-detalhado-card.active {
    max-height: 320px;
}

.home-page .produto-card h3 {
    margin: 8px 0 10px;
    font-size: 1.12rem;
    color: #fff;
}

.home-page .produtos-grid .servico-detalhado-title {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.97rem;
    line-height: 1.3;
    margin: 10px 26px 4px 0;
}

.home-page .produtos-grid .servico-detalhado-card:not(.active) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page .produtos-grid .servico-detalhado-card:not(.active) .produto-tag {
    display: none;
}

.home-page .produtos-grid .servico-detalhado-card:not(.active) .servico-detalhado-title {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 0 24px;
    font-size: 1.06rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    background: linear-gradient(90deg, #f8bf1c 0%, #ffffff 45%, #d9c2ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 16px rgba(184, 121, 255, 0.22);
}

.home-page .produtos-grid .servico-detalhado-card.active .servico-detalhado-title {
    text-align: left;
}

.home-page .produtos-grid .servico-detalhado-icon {
    position: absolute;
    top: 50%;
    right: 14px;
    font-size: 0.95rem;
    color: #f8bf1c;
    transform: translateY(-50%);
    transition: transform .25s ease;
}

.home-page .produtos-grid .servico-detalhado-card.active .servico-detalhado-icon {
    transform: translateY(-50%) rotate(180deg);
}

.home-page .produtos-grid .servico-detalhado-content {
    display: none;
    margin-top: 10px;
    animation: fadeIn .2s ease;
}

.home-page .produtos-grid .servico-detalhado-card.active .servico-detalhado-content {
    display: block;
}

.home-page .produto-card p {
    color: rgba(240, 242, 255, 0.85);
    line-height: 1.45;
    font-size: 0.94rem;
    margin-bottom: 14px;
}

.home-page .produto-tag {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(216, 255, 45, 0.2);
    color: #e8ff8a;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.home-page .servicos-detalhados {
    padding: 0 20px 58px;
}

.home-page .servicos-detalhados > p {
    margin-bottom: 24px !important;
    font-size: 0.98rem;
}

.home-page .produtos-grid .servico-detalhado-btn {
    padding: 9px 14px;
    font-size: 0.9rem;
    border-radius: 12px;
}

.home-page .produtos-grid .servico-detalhado-card.active {
    transform: translateY(-2px);
}

.home-page .produto-card-destaque {
    border-color: rgba(216, 255, 45, 0.58);
    background: linear-gradient(140deg, rgba(216, 255, 45, 0.2), rgba(255, 255, 255, 0.05));
}

.home-page .carousel {
    position: relative;
    background: #090c14;
}

.home-page .media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px;
    background: #090c14;
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.24);
}

.home-page .media-grid img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.home-page .carousel img,
.home-page .depoimento-print-img {
    width: 100%;
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.home-page .carousel img.is-sliding,
.home-page .depoimento-print-img.is-sliding {
    opacity: 0;
}

.home-page .depoimentos {
    background: linear-gradient(180deg, #0c111b, #0f131f);
}

.home-page .depoimentos-print-carousel {
    width: min(920px, 100%);
    margin: 34px auto 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.26);
    background: rgba(255, 255, 255, 0.04);
}

.home-page .depoimento-print-img {
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #0d1118;
}

.home-page .contato-reinvente {
    background:
        radial-gradient(circle at 82% 8%, rgba(216, 255, 45, 0.2), transparent 31%),
        radial-gradient(circle at 6% 20%, rgba(43, 129, 255, 0.18), transparent 36%),
        linear-gradient(180deg, #0c111b 0%, #0b0f17 100%);
}

.home-page .contato-grid {
    justify-content: center;
}

.home-page .contato-form-card {
    max-width: 620px;
    
}

.home-page .contato-social-icons-inline {
    margin: 18px 0 0;
    width: 100%;
    justify-content: center;
}

.home-page .contato-social-icons-inline .contato-social-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    max-width: 52px;
    padding: 0;
    border-radius: 999px;
    justify-content: center;
    gap: 0;
    font-size: 1.1rem;
}

.home-page .contato-social-icons-inline .contato-social-icon i {
    font-size: 1.32rem;
    width: auto;
}

.home-page .contato-social-icons-inline .contato-social-icon:hover {
    transform: translateY(-2px);
}

.home-page .footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1100px) {
    .home-page .produtos-grid {
        max-width: 980px;
        gap: 12px;
    }

    .home-page .produto-card {
        flex-basis: 260px;
        max-width: 280px;
        padding: 16px;
    }

    .home-page .produtos-grid .servico-detalhado-card {
        min-height: 78px;
        max-height: 78px;
    }

    .home-page .home-fold {
        grid-template-columns: 1fr;
        padding: 10px 18px 70px;
    }
}

@media (max-width: 820px) {
    .home-page .navbar.navbar-dark {
        height: 76px;
        padding: 0 16px;
    }

    .home-page .hero {
        min-height: 68vh;
        padding-bottom: 34px;
    }

    .home-page .hero-text.hero-text-centered .cta-btn {
        min-width: 0;
        width: 100%;
    }

    .home-page .produtos-grid {
        max-width: 100%;
    }

    .home-page .produto-card {
        flex: 1 1 100%;
        max-width: 520px;
    }

    .home-page .produtos-grid .servico-detalhado-card {
        min-height: 80px;
        max-height: 80px;
    }

    .home-page .home-photo-track img {
        width: 58vw;
        height: 38vw;
    }

    .home-page .media-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    
    .home-page .contato-social-icons-inline .contato-social-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
    }

    .home-page .hero-text.hero-text-centered h1 {
        font-size: clamp(1.9rem, 11vw, 3.2rem);
    }
}

@keyframes homeInfiniteTrack {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.home-page .nav-btn {
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff8ff;
    background: rgba(255, 255, 255, 0.04);
}

.home-page .nav-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff8ff;
    box-shadow: none;
}

.home-page .nav-actions .nav-btn:last-child {
    background: linear-gradient(180deg, #ffd24d, #f8bf1c);
    color: #572d00;
    border-color: transparent;
    box-shadow: 0 14px 28px rgba(248, 191, 28, 0.26);
}

.home-page .hero::before,
.home-page .hero::after {
    display: none;
}

.home-page .hero.hero-brand-shell {
    position: relative;
    isolation: isolate;
    min-height: calc(100vh - 82px);
    padding: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #180b2f 0%, #26104a 48%, #150a2b 100%);
}

.home-page .hero-media-layer,
.home-page .hero-bg-overlay,
.home-page .hero-bg-video {
    position: absolute;
    inset: 0;
}

.home-page .hero-media-layer {
    z-index: 0;
}

.home-page .hero-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    filter: saturate(0.85) brightness(0.48);
}

.home-page .hero-bg-overlay {
    background:
        radial-gradient(circle at 20% 50%, rgba(153, 85, 255, 0.16), transparent 24%),
        linear-gradient(90deg, rgba(63, 16, 103, 0.64) 0%, rgba(93, 24, 143, 0.5) 48%, rgba(37, 10, 59, 0.42) 100%);
}

.home-page .hero-content-shell {
    position: relative;
    z-index: 1;
    width: min(1320px, 100%);
    margin: 0 auto;
   
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.95fr);
    align-items: center;
    gap: clamp(24px, 3vw, 60px);
}

.home-page .hero-text.hero-text-centered {
    width: min(680px, 100%);
    margin: 0;
    align-items: flex-start;
    text-align: left;
    position: relative;
    z-index: 1;
}

.home-page .hero-kicker {
    margin: 0 0 14px;
    color: rgba(255, 241, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.home-page .hero-text.hero-text-centered h1 {
    margin: 0;
    font-size: clamp(3rem, 8vw, 6.1rem);
    line-height: 0.88;
    letter-spacing: -0.07em;
    text-transform: uppercase;
    text-wrap: balance;
}

.home-page .hero-line {
    display: block;
    color: #fff7ff;
    font-weight: 800;
}

.home-page .hero-line-highlight {
    color: #f8bf1c;
}

.home-page .hero-text.hero-text-centered .hero-actions {
    justify-content: flex-start;
    margin-top: 30px;
}

.home-page .hero-cta-diagnostic {
    min-width: 0;
    padding: 0 18px;
    min-height: 48px;
    background: rgba(112, 52, 152, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #f7ebff;
    box-shadow: 0 12px 26px rgba(29, 5, 47, 0.26);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.home-page .hero-cta-diagnostic:hover {
    background: rgba(132, 65, 178, 0.84);
    color: #fff;
    box-shadow: 0 16px 30px rgba(29, 5, 47, 0.32);
}

.home-page .hero-cta-diagnostic img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.home-page .hero-brand-art {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.home-page .hero-brand-art img {
    width: min(100%, 460px);
    height: auto;
    object-fit: contain;
    filter: blur(10px) drop-shadow(0 22px 40px rgba(248, 191, 28, 0.16));
    opacity: 0;
    animation: heroBrandArtCycle 9s linear infinite;
    will-change: opacity, filter;
}

@keyframes heroBrandArtCycle {
    0%, 12% {
        opacity: 0;
        filter: blur(10px) drop-shadow(0 22px 40px rgba(248, 191, 28, 0.16));
    }

    24%, 78% {
        opacity: 1;
        filter: blur(0) drop-shadow(0 22px 40px rgba(248, 191, 28, 0.16));
    }

    88%, 100% {
        opacity: 0;
        filter: blur(10px) drop-shadow(0 22px 40px rgba(248, 191, 28, 0.16));
    }
}

.home-page .home-fold {
    
    background: linear-gradient(180deg, #1a082a 0%, #100617 100%);
}

.home-page .home-fold-visual {
    min-height: 340px;
    
    overflow: hidden;
}

.home-page .home-fold-visual img {
    width: 60%;
    height: 60%;
    max-width: 400px;
    object-fit: cover;
    display: block;
}

.home-page .home-fold-copy h2 {
    color: #fff7ff;
}

.home-page .home-fold-copy p {
    color: rgba(255, 244, 255, 0.76);
}

@media (max-width: 980px) {
    .home-page .hero.hero-brand-shell {
        min-height: auto;
    }

    .home-page .hero-content-shell {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 54px;
        padding-bottom: 52px;
    }

    .home-page .hero-text.hero-text-centered {
        width: min(720px, 100%);
    }

    .home-page .hero-brand-art {
        justify-content: flex-start;
    }

    .home-page .hero-brand-art img {
        width: min(320px, 58vw);
    }
}

@media (max-width: 820px) {
    .home-page .hero-bg-overlay {
        background:
            linear-gradient(180deg, rgba(46, 11, 77, 0.92) 0%, rgba(53, 14, 87, 0.86) 55%, rgba(53, 14, 87, 0.88) 100%);
    }

    .home-page .hero-text.hero-text-centered .cta-btn {
        width: auto;
    }

    .home-page .hero-brand-art {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    

    .home-page .hero-text.hero-text-centered h1 {
        font-size: clamp(2.6rem, 16vw, 4rem);
    }

    .home-page .hero-cta-diagnostic {
        width: 100%;
        justify-content: center;
    }

    .home-page .hero-brand-art img {
        width: min(250px, 62vw);
    }
}

@media (max-width: 500px) {
    .home-page .hero-content-shell {
      
        justify-items: center;
    }

    .home-page .hero-text.hero-text-centered {
        width: 100%;
        min-width: 0;
        align-items: center;
        text-align: center;
    }

    .home-page .hero-text.hero-text-centered .hero-actions {
        width: 100%;
        justify-content: center;
    }

    .home-page .hero-text.hero-text-centered h1 {
        font-size: clamp(2rem, 12vw, 3rem);
        max-width: 100%;
    }

    .home-page .hero-cta-diagnostic {
        width: 100%;
        max-width: 280px;
        min-width: 0;
        white-space: normal;
        text-align: center;
        box-sizing: border-box;
    }

    .home-page .hero-brand-art {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 8px;
    }

    .home-page .hero-brand-art img {
        width: min(160px, 42vw);
        max-width: 160px;
    }
}

/* Home purple harmonization */
.home-page {
    background:
        radial-gradient(circle at 8% 0%, rgba(248, 191, 28, 0.05), transparent 22%),
        radial-gradient(circle at 92% 10%, rgba(151, 90, 207, 0.14), transparent 32%),
        linear-gradient(180deg, #1d0d2f 0%, #190b29 100%);
}

.home-page .servicos-detalhados,
.home-page .produtos-agencia,
.home-page .quem-somos,
.home-page .cases,
.home-page .podcasts-section,
.home-page .auditorio-section,
.home-page .depoimentos,
.home-page .contato-reinvente,
.home-page .divider {
    background: linear-gradient(180deg, #24113b 0%, #1c0d2f 100%);
}

.home-page .home-photo-loop {
    background: linear-gradient(180deg, #271140 0%, #1f1031 100%);
}
