/* =====================
   IMPERIUSGRUPO LANDING PAGE
   ===================== */
:root {
    --azul-escuro: #0B1E3C;
    --azul-royal: #1F4FFF;
    --dourado: #D4AF37;
    --branco: #FFFFFF;
    --cinza-chumbo: #1C1C1C;
    --fonte-primaria: 'Montserrat', sans-serif;
    --fonte-titulo: 'Playfair Display', serif;
    --fonte-alternativa: 'Poppins', sans-serif;
    --fonte-cinzel: 'Cinzel', serif;
}
html {
    scroll-behavior: smooth;
}
body {
    background: #000 url('assets/marble-texture.png') repeat;
    color: var(--branco);
    font-family: var(--fonte-primaria);
    margin: 0;
    padding: 0;
}
.cinzel {
    font-family: var(--fonte-cinzel);
    color: var(--dourado);
    letter-spacing: 1px;
    font-size: 2.2rem;
}
header {
    display: flex;
    align-items: center;
    padding: 2rem 0 1rem 0;
    justify-content: center;
    background: transparent;
}
.logo {
    height: 248px;
    max-width: 95vw;
    width: auto;
    display: block;
    margin: 0 auto;
    transition: height 0.2s;
}
.footer-logo {
    height: 128px;
    max-width: 440px;
    margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
    .logo {
        height: 158px;
    }
    .footer-logo {
        height: 96px;
    }
}
.hero {
    background: #000;
    padding-bottom: 2rem;
}
.hero-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 1rem 1.5rem 0 1.5rem;
}
.headline {
    font-family: var(--fonte-titulo);
    font-size: 2.1rem;
    margin: 1.2rem 0 0.7rem 0;
    color: var(--branco);
}
.subheadline {
    font-family: var(--fonte-alternativa);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: var(--branco);
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 1.5rem 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(11,30,60,0.3);
    background: var(--cinza-chumbo);
}
.video-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.cta-btn {
    display: inline-block;
    background: var(--dourado);
    color: var(--cinza-chumbo);
    font-weight: 700;
    font-family: var(--fonte-primaria);
    padding: 1rem 2.2rem;
    border-radius: 32px;
    font-size: 1.1rem;
    margin-top: 1.2rem;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(212,175,55,0.18);
    transition: background 0.2s, color 0.2s, filter 0.2s;
    border: none;
    letter-spacing: 1px;
}
.cta-btn:hover, .cta-btn:focus, .cta-btn:active {
    background: #b89a2d;
    color: var(--cinza-chumbo);
    filter: brightness(0.95);
}
.cta-btn.gold-border {
    border: 2px solid var(--dourado);
    background: var(--dourado);
    color: var(--cinza-chumbo);
}
.cta-btn.gold-border:hover, .cta-btn.gold-border:focus, .cta-btn.gold-border:active {
    background: #b89a2d;
    color: var(--cinza-chumbo);
    filter: brightness(0.95);
}
.autoridade {
    background: linear-gradient(180deg, #000 0%, var(--azul-escuro) 100%);
    color: var(--branco);
    padding: 3rem 1rem 2rem 1rem;
    text-align: center;
}
.autoridade h2 {
    font-family: var(--fonte-titulo);
    color: var(--branco);
    margin-bottom: 2.5rem;
}
.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
.card {
    background: #191919;
    border: 1.5px solid var(--dourado);
    border-radius: 18px;
    box-shadow: 0 2px 18px rgba(11,30,60,0.08);
    padding: 2rem 1.5rem;
    max-width: 260px;
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon.gold img {
    width: 48px;
    height: 48px;
}
.processo {
    background: linear-gradient(180deg, var(--azul-escuro) 0%, #000 100%);
    color: var(--branco);
    padding: 3rem 1rem 2rem 1rem;
    text-align: center;
}
.processo h2 {
    font-family: var(--fonte-titulo);
    margin-bottom: 2.5rem;
}
.steps {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
.step {
    background: #191919;
    border-radius: 16px;
    padding: 2rem 1rem;
    max-width: 220px;
    flex: 1 1 180px;
    box-shadow: 0 2px 18px rgba(11,30,60,0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.step-icon img {
    width: 42px;
    height: 42px;
}
.especialistas {
    background: linear-gradient(180deg, #000 0%, var(--azul-escuro) 100%);
    color: var(--branco);
    padding: 3rem 1rem 2rem 1rem;
    text-align: center;
}
.especialistas h2 {
    font-family: var(--fonte-titulo);
    margin-bottom: 2.5rem;
}
.team {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
}
.profile {
    max-width: 220px;
    background: #191919;
    border-radius: 16px;
    padding: 1.5rem 1rem;
    box-shadow: 0 2px 18px rgba(11,30,60,0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1.5px solid var(--dourado);
}
.profile img {
    border-radius: 50%;
    width: 92px;
    height: 92px;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 3px solid var(--dourado);
}
.prova-social {
    background: linear-gradient(180deg, var(--azul-escuro) 0%, #000 100%);
    color: var(--branco);
    padding: 3rem 1rem 2rem 1rem;
    text-align: center;
}
.prova-social h2 {
    font-family: var(--fonte-titulo);
    margin-bottom: 2.5rem;
}
.social-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 2.5rem;
    justify-content: center;
    align-items: flex-start;
    padding: 2.5rem 0 1rem 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.social-card {
    background: #191919;
    border-radius: 18px;
    padding: 2.2rem 1.3rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    box-shadow: 0 4px 24px rgba(11,30,60,0.14);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--branco);
} /* Altura automática para acompanhar o conteúdo */
.insta-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.06em;
    margin-top: 0.06em;
    color: #D4AF37;
    font-weight: 400;
    font-family: var(--fonte-primaria);
    text-decoration: none;
    font-size: 0.74em;
    opacity: 0.5;
    transition: color 0.2s, opacity 0.2s;
}
.prova-social .insta-profile {
    font-size: 0.925em;
    opacity: 0.5;
    transition: color 0.2s, opacity 0.2s;
}
.insta-profile:hover {
    color: #fff;
    opacity: 0.7;
}
.insta-icon {
    width: 16px !important;
    height: 16px !important;
    min-width: 12px;
    min-height: 12px;
    max-width: 18px;
    max-height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.2em;
    object-fit: contain;
}

/* Regras genéricas para imagens dentro do card removidas para não limitar prints */
.social-card img {
    border-radius: 12px;
    margin-bottom: 1rem;
}

/* Print destaque ocupa todo o espaço do card */
.print-destaque {
    width: 50%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    border: none;
    box-shadow: 0 6px 28px rgba(31,44,80,0.12);
    margin-bottom: 0.4rem;
    margin-top: 0;
    background: none;
    display: block;
    object-fit: contain;
    box-sizing: border-box;
    transition: box-shadow 0.18s;
}
.print-destaque {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 12px;
    border: none;
    box-shadow: 0 6px 28px rgba(31,44,80,0.12);
    margin-bottom: 0.4rem;
    margin-top: 0;
    background: none;
    display: block;
    object-fit: contain;
    box-sizing: border-box;
    transition: box-shadow 0.18s;
}

.social-card {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 2.5rem auto;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (max-width: 900px) {
    .social-cards {
        flex-direction: column;
        gap: 1.3rem;
        padding: 1.2rem 0 0.7rem 0;
    }
    .social-card {
        max-width: 100vw;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .print-destaque {
        max-width: 100vw;
        border-radius: 9px;
    }
    .insta-icon {
        width: 6px;
        height: 6px;
    }
}
@media (max-width: 600px) {
    .print-destaque {
        width: 99vw;
        max-width: 99vw;
        border-radius: 6px;
    }
    .social-card {
        max-width: 99vw;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .insta-profile {
        font-size: 0.69em;
    }
    .insta-icon {
        width: 11px;
        height: 11px;
    }
}

@media (max-width: 600px) {
    .print-destaque {
        width: 99vw;
        max-width: 99vw;
        border-radius: 7px;
    }
    .social-card {
        max-width: 99vw;
        margin-left: 0;
        margin-right: 0;
        padding: 0.7rem 0.1rem 0.7rem 0.1rem;
    }
    .insta-profile {
        font-size: 0.81em;
    }
    .insta-icon {
        width: 13px;
        height: 13px;
    }
}

.social-card.video iframe {
    width: 180px;
    height: 100px;
    border-radius: 8px;
}
.oferta-gratis {
    background: linear-gradient(180deg, #000 0%, var(--azul-escuro) 100%);
    color: var(--branco);
    padding: 3rem 1rem 2rem 1rem;
    text-align: center;
}
.oferta-gratis h2 {
    font-family: var(--fonte-titulo);
    margin-bottom: 1.2rem;
}
.oferta-gratis p {
    font-family: var(--fonte-alternativa);
    margin-bottom: 1.7rem;
    color: var(--branco);
}
.faq {
    background: linear-gradient(180deg, var(--azul-escuro) 0%, #000 100%);
    color: var(--branco);
    padding: 3rem 1rem 2rem 1rem;
    text-align: center;
}
.faq h2 {
    font-family: var(--fonte-titulo);
    margin-bottom: 2.2rem;
}
.accordion {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}
.accordion-item {
    margin-bottom: 1.2rem;
    border-radius: 8px;
    background: #191919;
    border: 1px solid var(--dourado);
}
.accordion-header {
    width: 100%;
    background: none;
    border: none;
    color: var(--dourado);
    font-family: var(--fonte-titulo);
    font-size: 1.1rem;
    padding: 1rem;
    text-align: left;
    cursor: pointer;
    outline: none;
    border-radius: 8px 8px 0 0;
}
.accordion-body {
    display: none;
    padding: 1rem;
    color: var(--branco);
    font-family: var(--fonte-alternativa);
    border-top: 1px solid var(--dourado);
    border-radius: 0 0 8px 8px;
    background: var(--cinza-chumbo);
}
.cta-final {
    background: linear-gradient(120deg, var(--azul-escuro) 80%, var(--azul-royal) 100%);
    color: var(--branco);
    padding: 3rem 1rem 2rem 1rem;
    text-align: center;
}
.cta-final h2 {
    font-family: var(--fonte-titulo);
    margin-bottom: 1.5rem;
}
footer {
    background: var(--azul-escuro);
    color: var(--dourado);
    text-align: center;
    padding: 2rem 1rem 1rem 1rem;
}
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
}
.footer-social a img {
    width: 32px;
    height: 32px;
    margin: 0 0.5rem;
    filter: invert(62%) sepia(77%) saturate(600%) hue-rotate(10deg) brightness(1.1);
}
.footer-copy {
    font-size: 0.95rem;
    color: var(--branco);
    margin-top: 1.2rem;
}
/* Fundo preto para seções alternadas */
.dark-bg {
    background: #000 !important;
    color: var(--branco) !important;
}

/* Divisor dourado elegante entre seções */
.section-divider {
    height: 4px;
    background: linear-gradient(90deg, transparent, #D4AF37 30%, #D4AF37 70%, transparent);
    border-radius: 2px;
    margin: 0 auto 2.5rem auto;
    width: 120px;
    opacity: 0.55;
}

/* Elementos visuais de apoio */
.hero, .autoridade, .processo, .especialistas, .prova-social, .oferta-gratis, .faq, .cta-final {
    position: relative;
}
.hero::before, .autoridade::before, .processo::before, .especialistas::before, .prova-social::before, .oferta-gratis::before, .faq::before, .cta-final::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(180deg, var(--dourado) 0%, transparent 100%);
    opacity: 0.15;
    border-radius: 4px;
    z-index: 0;
}
/* Hexágonos decorativos REMOVIDOS a pedido do usuário
.hero::after, .cta-final::after {
    content: "";
    position: absolute;
    right: 3%;
    top: 10%;
    width: 90px;
    height: 90px;
    background: url('assets/hexagon.svg') no-repeat center/contain;
    opacity: 0.13;
    z-index: 0;
}
*/
@media (max-width: 900px) {
    .cards, .steps, .team, .social-cards {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .hero-content, .autoridade, .processo, .especialistas, .prova-social, .oferta-gratis, .faq, .cta-final, footer {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .cards, .steps, .team {
        align-items: center;
    }
    .headline {
        font-size: 1.3rem;
    }
    .cta-btn {
        padding: 0.9rem 1.2rem;
        font-size: 1rem;
    }
    .cinzel {
        font-size: 1.4rem;
    }
}
