.elementor-12 .elementor-element.elementor-element-1c9561d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-59b4d59{--display:flex;}.elementor-12 .elementor-element.elementor-element-790c8e0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-c30c1a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-ea77c56{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-ea77c56.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-12 .elementor-element.elementor-element-f95c973{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-68c5fcd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-c4dac1e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-94de7c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-ae0ba9d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-12 .elementor-element.elementor-element-ea77c56{--width:89.998%;}}/* Start custom CSS *//* ======================================================= */
/* CÓDIGO CSS COMPLETO E FINAL - TEMA DARK PREMIUM         */
/* Versão: 5.6 (Planos Padrão/Premium)                     */
/* ======================================================= */

/* 1. PALETA DE CORES E CONFIGURAÇÕES GLOBAIS */
:root {
    --primary-color: #38bdf8;
    --primary-hover: #0ea5e9;
    --secondary-color: #f97316;
    --secondary-hover: #ea580c;
    --background-dark: #111827;
    --background-light: #1f2937;
    --text-primary: #f3f4f6;
    --text-secondary: #d4d4d8;
    --border-color: #374151;
    --white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background-color: var(--background-dark); color: var(--text-primary); line-height: 1.6; overflow-x: hidden;}
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }

section { padding: 50px 0; position: relative; overflow: hidden; }

h1, h2, h3 { font-weight: 800; color: var(--text-primary); line-height: 1.3; }
h1 { font-size: clamp(2.8rem, 6vw, 3.8rem); }
h2 { font-size: clamp(2.2rem, 5vw, 3.0rem); text-align: center; margin-bottom: 20px; }
h3 { font-size: clamp(1.5rem, 4vw, 1.8rem); }
.section-subtitle { text-align: center; font-size: 1.1rem; color: var(--text-secondary); max-width: 700px; margin: 0 auto 50px auto; }

/* 2. BOTÕES */
.btn { display: inline-block; padding: 14px 28px; border-radius: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; text-align: center; transition: all 0.3s ease; cursor: pointer; border: none; }
.btn-lg { padding: 18px 36px; font-size: 1.1rem; }
.btn-primary { background-color: var(--primary-color); color: var(--background-dark); }
.btn-primary:hover { background-color: var(--primary-hover); transform: translateY(-3px); box-shadow: 0 0 20px 0px rgba(56, 189, 248, 0.4); }
.btn-secondary { background-color: var(--secondary-color); color: var(--white); }
.btn-secondary:hover { background-color: var(--secondary-hover); transform: translateY(-3px); box-shadow: 0 0 25px 0px rgba(249, 115, 22, 0.4); }

/* 3. CABEÇALHO (HEADER) */
.dark-hero-header { background-color: rgba(17, 24, 39, 0.8); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 20px 0; border-bottom: 1px solid var(--border-color); position: sticky; top: 0; z-index: 1000; }
.dark-hero-header .container { display: flex; justify-content: space-between; align-items: center; }
.dark-hero-header .logo { font-size: 1.5rem; font-weight: 800; color: var(--white); text-decoration: none; }
.dark-hero-header .main-nav a { margin-left: 25px; text-decoration: none; color: var(--text-secondary); font-weight: 600; transition: color 0.3s; }
.dark-hero-header .main-nav a:hover { color: var(--primary-color); }
.dark-hero-header .btn-header-cta { background-color: var(--primary-color); color: var(--background-dark); padding: 10px 20px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; }
.dark-hero-header .btn-header-cta:hover { background-color: var(--primary-hover); transform: translateY(-2px); }

/* ======================================================= */
/* 3.1 CABEÇALHO - NAVEGAÇÃO MOBILE (ATUALIZADO)           */
/* ======================================================= */
.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger-line {
    width: 30px;
    height: 3px;
    background-color: var(--white);
    border-radius: 10px;
    transition: all 0.3s linear;
}

.nav-close-btn {
    display: none;
}

body.nav-open .mobile-nav-toggle .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

body.nav-open .mobile-nav-toggle .hamburger-line:nth-child(2) {
    opacity: 0;
}

body.nav-open .mobile-nav-toggle .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ======================================================= */
/* 4. SEÇÃO PRINCIPAL (HERO) E MODAL DE VÍDEO              */
/* ======================================================= */

/* ======================================================= */
/* <<< INÍCIO: ESTILO PARA TEXTO HERO SIMPLIFICADO >>>     */
/* ======================================================= */

/* Estilo para a frase de promessa, o ponto central do texto */
.promessa-principal {
    font-size: 1.6rem; /* Um pouco maior que o subtítulo padrão */
    color: var(--white); /* Cor branca para máximo destaque */
    font-weight: 500;
    margin: 30px auto;
    max-width: 600px;
    /* Efeito sutil de brilho no texto */
    text-shadow: 0 0 15px rgba(var(--primary-color-rgb), 0.4);
}

/* Contêiner para o botão de ação e texto de suporte */
.cta-hero-container {
    margin-top: 40px;
}

/* Botão de Ação principal, estilo "ghost" para elegância */
.cta-hero-button {
    display: inline-block;
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 14px 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px; /* Formato de pílula, moderno */
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

/* Efeito ao passar o mouse */
.cta-hero-button:hover {
    background-color: var(--primary-color);
    color: var(--white);
    /* Usa a animação de brilho que você já tem no site */
    animation: pulse-glow 2s ease-in-out infinite;
    transform: translateY(-3px);
}

/* Texto de suporte, mais sutil */
.cta-hero-suporte {
    font-size: 1rem;
    color: var(--text-secondary);
    margin-top: 15px;
}


/* Ajustes para Mobile */
@media (max-width: 768px) {
    .promessa-principal {
        font-size: 1.3rem;
    }
    .cta-hero-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .cta-hero-suporte {
        font-size: 0.9rem;
    }
}

/* ======================================================= */
/* <<< FIM: ESTILO PARA TEXTO HERO SIMPLIFICADO >>>        */
/* ======================================================= */

/* --- Estilos da Seção Principal (Hero) --- */
#hero {
    background: radial-gradient(ellipse at 50% 0, var(--background-light), var(--background-dark));
    text-align: center;
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

@keyframes move-aurora {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(40px, 60px) rotate(30deg); }
    50% { transform: translate(80px, -20px) rotate(60deg); }
    75% { transform: translate(-30px, 40px) rotate(90deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

.aurora-background {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.15;
    z-index: -1;
    animation: move-aurora 30s infinite linear alternate;
}

.aurora-1 {
    width: 600px;
    height: 600px;
    background: var(--primary-color);
    top: -200px;
    left: -200px;
    animation-duration: 25s;
}

.aurora-2 {
    width: 500px;
    height: 500px;
    background: var(--secondary-color);
    bottom: -150px;
    right: -150px;
}

@keyframes float-animation {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.hero-text-content {
    animation: float-animation 6s ease-in-out infinite;
    position: relative;
    z-index: 1;
}

@keyframes animated-gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

#hero h1 {
    max-width: 900px;
    margin: 0 auto 20px auto;
    color: var(--white);
    background-image: linear-gradient(90deg, var(--white), var(--primary-color), var(--white));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: animated-gradient 5s ease-in-out infinite;
}

#hero .section-subtitle {
    font-size: 1.3rem;
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.hero-cta {
    margin-top: 70px;
    position: relative;
    z-index: 1;
}

@keyframes pulse-glow {
    0% { box-shadow: 0 0 20px 0px rgba(56, 189, 248, 0.3); }
    50% { box-shadow: 0 0 35px 10px rgba(56, 189, 248, 0.5); }
    100% { box-shadow: 0 0 20px 0px rgba(56, 189, 248, 0.3); }
}

.video-placeholder {
    max-width: 900px;
    margin: 40px auto 0 auto;
    aspect-ratio: 16 / 9;
    background-image:
        linear-gradient(rgba(17, 24, 39, 0.7), rgba(17, 24, 39, 0.7)),
        url('https://estudoleiseca.com.br/wp-content/uploads/2025/09/site.gif');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    border: 1px solid var(--border-color);
    cursor: pointer;
    position: relative;
    z-index: 1;
    animation: pulse-glow 4s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.video-placeholder:hover {
    transform: scale(1.02);
}

.video-placeholder .play-icon {
    font-size: 6em;
    color: #ffffff;
    transition: transform 0.3s, color 0.3s;
    margin-bottom: 30px;
}

.video-placeholder:hover .play-icon {
    transform: scale(1.2);
    color: #0EA5E9;
}

.video-placeholder p {
    font-size: 1.6rem;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    transition: color 0.3s, text-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 10px;
}

/* ======================================================= */
/* <<< INÍCIO: ESTILO PREMIUM PARA INSTRUÇÃO DE VOLUME >>>   */
/* ======================================================= */
@keyframes subtle-shine {
    0% { border-color: rgba(255, 255, 255, 0.2); }
    50% { border-color: rgba(255, 255, 255, 0.6); }
    100% { border-color: rgba(255, 255, 255, 0.2); }
}

.volume-instruction {
    font-size: 1.1rem;
    color: #E5E7EB; /* Um cinza claro para não competir com o branco puro */
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    padding: 10px 20px;
    border-radius: 50px; /* Formato de pílula */
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px; /* Espaço entre ícone e texto */
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
    animation: subtle-shine 3s ease-in-out infinite;
}

.volume-instruction .fa-volume-high {
    color: var(--primary-color); /* Ícone na cor de destaque */
}

.video-placeholder:hover .volume-instruction {
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(5px); /* Leve movimento ao passar o mouse no vídeo */
}
/* ======================================================= */
/* <<< FIM: ESTILO PREMIUM PARA INSTRUÇÃO DE VOLUME >>>      */
/* ======================================================= */


/* ===== Ajustes para Mobile ===== */
@media (max-width: 768px) {
  .video-placeholder .play-icon {
    font-size: 3em;
    margin-bottom: 8px;
  }

  .video-placeholder p {
    font-size: 1.0rem;
  }

  /* Ajuste específico para a nova instrução de volume */
  .volume-instruction {
    font-size: 0.9rem;
    padding: 8px 15px;
    margin-top: 10px;
  }
}

/* ======================================================= */
/* --- ESTILOS PARA O MODAL DE VÍDEO (VERSÃO PREMIUM) ---    */
/* ======================================================= */
.video-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.video-modal-container.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.video-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 24, 39, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 1100px;
    background: var(--background-dark);
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 50px rgba(56, 189, 248, 0.35);
    border-radius: 16px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.video-modal-container.is-visible .video-modal-content {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
}

.video-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--text-primary);
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    cursor: pointer;
    font-weight: 300;
    line-height: 1;
    transition: all 0.3s ease;
    z-index: 10000;
}

.video-modal-close:hover {
    color: var(--primary-color);
    transform: rotate(90deg) scale(1.1);
    background-color: rgba(0, 0, 0, 0.7);
    border-color: var(--primary-color);
}

@media (max-width: 768px) {
    .video-modal-content {
        width: 95%;
    }
    .video-modal-close {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 1.5rem;
    }
}

.video-wrapper video::-webkit-media-controls-timeline,
.video-wrapper video::-webkit-media-controls-time-remaining-display,
.video-wrapper video::-webkit-media-controls-current-time-display {
    display: none !important;
    opacity: 0 !important;
}

.video-wrapper video::-moz-progress-bar {
    display: none !important;
}

/* ======================================================= */
/* --- ESTILOS PARA O CTA PÓS-VÍDEO ---                    */
/* ======================================================= */
.video-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 24, 39, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.video-cta-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.video-cta-content {
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
}

.video-cta-overlay.is-visible .video-cta-content {
    transform: translateY(0);
    opacity: 1;
}

.video-cta-content h3 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    color: var(--white);
    margin-bottom: 15px;
}

.video-cta-content p {
    font-size: 1.1rem;
    color: var(--text-secondary);
    max-width: 450px;
    margin: 0 auto 30px auto;
}

/* ======================================================= */
/* <<< FIM: ESTILOS PARA O BOTÃO DE SOM CUSTOMIZADO >>>      */
/* ======================================================= */

/* 5. SEÇÃO DE FUNCIONALIDADES (FEATURES) */
#features {
    background-color: var(--background-dark); /* Alterado de gradiente para cor sólida */
    border-top: none; /* Borda removida para uma transição suave */
    border-bottom: 1px solid var(--border-color);
    padding: 80px 0;
    overflow: hidden;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.feature-card {
    border: 1px solid transparent;
    background: radial-gradient(circle at 20% 20%, var(--card-bg-glow, transparent), transparent 80%) padding-box, linear-gradient(var(--background-light), var(--background-light)) padding-box, linear-gradient(135deg, #4b5563, var(--border-color)) border-box;
    border-left-width: 5px;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: left;
    position: relative;
    z-index: 1;
    transition: all .4s cubic-bezier(.175,.885,.32,1.275);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform-style: preserve-3d;
}
.feature-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    box-shadow: 0 0 40px 5px var(--glow-color, #fff);
    opacity: 0;
    transition: opacity .4s ease-in-out;
}
.feature-card:hover {
    background: radial-gradient(circle at 20% 20%, var(--card-bg-glow, transparent), transparent 80%) padding-box, linear-gradient(var(--background-light), var(--background-light)) padding-box, linear-gradient(135deg, var(--primary-hover), var(--primary-color)) border-box;
    transform: perspective(800px) rotateX(3deg) rotateY(-3deg) translateZ(5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0,0,0,.15);
}
.feature-card:hover:before {
    opacity: .15;
}
.feature-icon {
    font-size: 2.2rem;
    margin-bottom: 1.25rem;
    display: inline-block;
}
.feature-icon i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: transform .3s ease;
}
.feature-card:hover .feature-icon i {
    transform: scale(1.1);
}
.feature-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #f9fafb;
    margin-bottom: .75rem;
}
.feature-card p {
    color: #d1d5db;
    line-height: 1.6;
    margin: 0;
    font-size: .95rem;
}
.features-grid .feature-card:nth-child(1) { border-left-color: #ec4899; --card-bg-glow: rgba(236,72,153,.12); --glow-color: #ec4899; }
.features-grid .feature-card:nth-child(1) .feature-icon i { background-image: linear-gradient(45deg,#ec4899,#f87171); }
.features-grid .feature-card:nth-child(2) { border-left-color: #8b5cf6; --card-bg-glow: rgba(139,92,246,.12); --glow-color: #8b5cf6; }
.features-grid .feature-card:nth-child(2) .feature-icon i { background-image: linear-gradient(45deg,#8b5cf6,#a78bfa); }
.features-grid .feature-card:nth-child(3) { border-left-color: #f59e0b; --card-bg-glow: rgba(245,158,11,.12); --glow-color: #f59e0b; }
.features-grid .feature-card:nth-child(3) .feature-icon i { background-image: linear-gradient(45deg,#f59e0b,#fcd34d); }
.features-grid .feature-card:nth-child(4) { border-left-color: #10b981; --card-bg-glow: rgba(16,185,129,.12); --glow-color: #10b981; }
.features-grid .feature-card:nth-child(4) .feature-icon i { background-image: linear-gradient(45deg,#10b981,#34d399); }
.features-grid .feature-card:nth-child(5) { border-left-color: #f59e0b; --card-bg-glow: rgba(245,158,11,.12); --glow-color: #f59e0b; }
.features-grid .feature-card:nth-child(5) .feature-icon i { background-image: linear-gradient(45deg,#f59e0b,#fcd34d); }
.features-grid .feature-card:nth-child(6) { border-left-color: var(--primary-color); --card-bg-glow: rgba(56,189,248,.12); --glow-color: var(--primary-color); }
.features-grid .feature-card:nth-child(6) .feature-icon i { background-image: linear-gradient(45deg,var(--primary-color),#60a5fa); }
.features-grid .feature-card:nth-child(7) { border-left-color: #2dd4bf; --card-bg-glow: rgba(45,212,191,.12); --glow-color: #2dd4bf; }
.features-grid .feature-card:nth-child(7) .feature-icon i { background-image: linear-gradient(45deg,#2dd4bf,#5eead4); }
.features-grid .feature-card:nth-child(8) { border-left-color: #6366f1; --card-bg-glow: rgba(99,102,241,.12); --glow-color: #6366f1; }
.features-grid .feature-card:nth-child(8) .feature-icon i { background-image: linear-gradient(45deg,#6366f1,#818cf8); }

/* =======================================================================
    5.5 SEÇÃO: LEIS DISPONÍVEIS (VERSÃO ACORDEÃO MODERNO - FINAL)
========================================================================== */

#available-laws {
    background-color: var(--background-dark);
    padding: 100px 0;
    border-top: 1px solid var(--border-color);
    position: relative;
    z-index: 1; 
}

#available-laws::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.05), transparent 60%);
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

.laws-grid-modern {
    display: flex;
    flex-direction: column;
    gap: 1.25rem; 
    max-width: 900px; 
    margin: 0 auto; 
    position: relative;
    z-index: 1;
}

.subject-card-modern {
    background: linear-gradient(145deg, var(--background-light), #2a3547);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.subject-card-modern:hover {
    border-color: var(--primary-color);
}

.subject-header-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    cursor: pointer;
    user-select: none;
}

.subject-header-modern h3 {
    font-size: 1.4rem;
    color: #f9fafb; 
    margin: 0;
    font-weight: 600;
}

/* --- REFINAMENTO DA ANIMAÇÃO DOS ÍCONES --- */

.icon-wrapper {
    font-size: 1.4rem;
    color: var(--primary-color);
    position: relative; /* Necessário para posicionar os ícones */
    width: 1.4rem;  /* Define um tamanho fixo */
    height: 1.4rem;
}

.icon-wrapper i {
    position: absolute; /* Coloca os ícones um sobre o outro */
    top: 0;
    left: 0;
    transition: transform 0.5s ease, opacity 0.5s ease; /* Animação suave! */
}

/* Estado inicial: '+' visível, '-' escondido e girado */
.icon-wrapper .fa-plus {
    opacity: 1;
    transform: rotate(0deg);
}
.icon-wrapper .fa-minus {
    opacity: 0;
    transform: rotate(-90deg);
}


/* --- ESTADO ATIVO DO ACORDEÃO --- */

.subject-card-modern.active {
    border-color: var(--primary-color);
    background: linear-gradient(145deg, #2f3a4d, #242e3c); 
}

.subject-card-modern.active .subject-header-modern h3 {
    color: var(--primary-color);
}

/* Estado ativo: '-' visível, '+' escondido e girado */
.subject-card-modern.active .icon-wrapper .fa-plus {
    opacity: 0;
    transform: rotate(90deg);
}
.subject-card-modern.active .icon-wrapper .fa-minus {
    opacity: 1;
    transform: rotate(0deg);
}


/* --- ANIMAÇÃO DA LISTA --- */

.laws-list-modern-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.subject-card-modern.active .laws-list-modern-wrapper {
    max-height: 1000px;
}

.laws-list-modern {
    list-style: none;
    padding: 0 2rem 1.5rem 2rem;
    margin: 0;
    border-top: 1px solid var(--border-color);
}

.laws-list-modern li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.6;
    padding-top: 1.25rem;
}

.laws-list-modern li i {
    color: var(--primary-color);
    opacity: 0.7;
    margin-top: 6px;
    font-size: 0.9rem;
}
/* =======================================================================
    5.6 SEÇÃO: CTA PARA SUGESTÃO DE LEI
========================================================================== */

.cta-request-law {
    max-width: 850px;
    margin: 80px auto 0 auto;
    padding: 40px;
    background: linear-gradient(145deg, var(--background-light), #2a3547);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.cta-request-law h3 {
    font-size: clamp(1.5rem, 4vw, 1.8rem);
    color: var(--text-primary);
    margin: 0 auto 15px auto;
}

.cta-request-law p {
    margin: 0 auto 30px auto;
    color: var(--text-secondary);
    max-width: 600px;
}

.btn-suggest {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    transition: all 0.3s ease;
    background-color: transparent;
    color: var(--primary-color);
}

.btn-suggest i {
    font-size: 1.1rem;
}

.btn-suggest:hover {
    background-color: var(--primary-color);
    color: var(--white);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(56, 189, 248, 0.3);
}


/* Define a nova animação de brilho pulsante VERDE, para combinar com o WhatsApp */
@keyframes whatsapp-glow {
  0% {
    box-shadow: 0 0 10px rgba(37, 211, 102, 0.4), 0 0 15px rgba(37, 211, 102, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.7), 0 0 30px rgba(37, 211, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 10px rgba(37, 211, 102, 0.4), 0 0 15px rgba(37, 211, 102, 0.3);
  }
}

/* Estilo principal do novo container do WhatsApp */
.whatsapp-callout {
  background: radial-gradient(circle, rgba(35, 43, 67, 1) 0%, rgba(20, 24, 40, 1) 100%);
  border: 1px solid rgba(37, 211, 102, 0.5); /* Borda no tom verde do WhatsApp */
  border-radius: 12px;
  margin: 50px auto;
  max-width: 800px;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  
  /* APLICA A NOVA ANIMAÇÃO DE BRILHO VERDE! */
  animation: whatsapp-glow 4s infinite ease-in-out;
}

/* Efeito ao passar o mouse: o bloco levanta e o brilho verde fica mais intenso */
.whatsapp-callout:hover {
  transform: translateY(-8px) scale(1.02);
  animation: none; /* Pausa a animação para dar destaque ao brilho fixo */
  box-shadow: 0 0 25px rgba(37, 211, 102, 0.9), 0 0 40px rgba(37, 211, 102, 0.7);
  border-color: rgba(37, 211, 102, 0.9);
}

/* Estilo do link dentro do bloco */
.whatsapp-callout a {
  display: flex;
  align-items: center;
  padding: 25px 30px;
  text-decoration: none;
  color: #E0E0E0;
  transition: color 0.3s ease;
}

.whatsapp-callout:hover a {
  color: #FFFFFF;
}

/* Estilo do ícone do WhatsApp */
.whatsapp-callout i {
  font-size: 36px; /* Ícone um pouco maior para mais destaque */
  margin-right: 20px;
  color: #25D366; /* Cor oficial do WhatsApp */
  transition: color 0.3s ease, transform 0.3s ease;
  text-shadow: 0 0 8px rgba(37, 211, 102, 0.7);
}

/* Efeito no ícone ao passar o mouse: ele pulsa e fica mais brilhante */
.whatsapp-callout:hover i {
  color: #FFFFFF; /* Ícone fica branco para contrastar com o fundo */
  transform: scale(1.15); /* Ícone aumenta de tamanho */
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.9);
}

/* Estilo do texto */
.whatsapp-callout span {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.whatsapp-callout span strong {
  font-weight: 700;
  color: #FFFFFF;
}

/* --- RESTANTE DO CSS (INALTERADO) --- */

#pricing { background-color: var(--background-dark); }
.urgency-trigger { max-width: 600px; margin: 0 auto 50px auto; padding: 20px; background-color: var(--background-light); border: 1px solid var(--border-color); border-radius: 12px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.2); }
.urgency-trigger .offer-title { font-size: 1.2rem; font-weight: 800; color: var(--secondary-color); margin-bottom: 15px; display: block; letter-spacing: 0.5px; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); }
.progress-bar-container { width: 100%; margin-bottom: 10px; }
.progress-bar-track { width: 100%; height: 12px; background-color: var(--background-dark); border-radius: 6px; overflow: hidden; border: 1px solid var(--border-color); }
.progress-bar-fill { height: 100%; background-color: var(--secondary-color); border-radius: 6px; background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-size: 20px 20px; }
.progress-bar-text { display: block; font-size: 0.9rem; color: var(--text-secondary); }

#pricing .pricing-grid { display: flex; justify-content: center; align-items: stretch; gap: 30px; max-width: 900px; margin: 0 auto; }
#pricing .pricing-card { display: flex; flex-direction: column; background-color: var(--background-light); border: 2px solid var(--border-color); border-radius: 12px; padding: 40px; text-align: center; width: 100%; transition: transform 0.4s ease, box-shadow 0.4s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
#pricing .pricing-card:hover { transform: translateY(-8px); box-shadow: 0 25px 40px rgba(0,0,0,0.3); }

#pricing .pricing-card.featured { border-color: var(--primary-color); position: relative; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.2), 0 0 25px 0 var(--primary-color); transform: scale(1.05); }
#pricing .pricing-card.featured:hover { transform: translateY(-8px) scale(1.07); }

#pricing .plan-name { font-size: 1.5rem; font-weight: 700; margin-bottom: 20px; }
#pricing .plan-price { font-size: 3.5rem; font-weight: 800; color: var(--white); margin-bottom: 10px; line-height: 1; }
#pricing .plan-price .currency { font-size: 1.5rem; vertical-align: super; margin-right: 5px; color: var(--text-secondary); }
#pricing .plan-price .cents { font-size: 2rem; color: var(--text-secondary); }
#pricing .plan-price .period { font-size: 1rem; font-weight: 500; color: var(--text-secondary); }
#pricing .plan-description { color: var(--text-secondary); margin-bottom: 30px; min-height: 40px; }

.plan-features { list-style: none; padding: 0; margin: 0 0 30px 0; text-align: left; }
.plan-features li { display: flex; align-items: center; gap: 12px; color: var(--text-secondary); margin-bottom: 12px; font-size: 1rem; }
.plan-features li i.fa-check-circle { color: var(--primary-color); }
.plan-features li i.fa-times-circle { color: #6b7280; opacity: 0.7; }

#pricing .featured-tag { position: absolute; top: 18px; right: -35px; padding: 4px 30px; font-size: 0.75rem; font-weight: 700; background-color: var(--primary-color); color: var(--background-dark); transform: rotate(45deg); box-shadow: 0 4px 10px rgba(0,0,0,0.2); }
#pricing .pricing-card .btn { width: 100%; margin-top: auto; }
@keyframes pulse-button { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.7); } 70% { transform: scale(1.03); box-shadow: 0 0 25px 10px rgba(249, 115, 22, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(249, 115, 22, 0); } }
.pricing-card.featured .btn-secondary { animation: pulse-button 2.5s infinite ease-in-out; }

.payment-logos { text-align: center; margin: 40px auto 0 auto; max-width: 600px; }
.payment-logos p { font-size: 0.9rem; font-weight: 600; color: var(--text-secondary); margin-bottom: 15px; }
.payment-logos .logos-container { display: flex; justify-content: center; gap: 25px; font-size: 3rem; color: #a1a1aa; }
.pricing-guarantee { max-width: 600px; margin: 30px auto 0 auto; background-color: var(--background-light); border: 1px solid var(--border-color); border-radius: 12px; padding: 25px; display: flex; align-items: center; gap: 25px; text-align: left; }
.pricing-guarantee i { font-size: 2.5rem; color: var(--primary-color); }
.pricing-guarantee p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.5; margin: 0; }

.plan-price .original-price { display: block; text-decoration: line-through; font-size: 1.1rem; color: #888; margin-bottom: -5px; }
.plan-price .coupon-note { display: block; font-size: 0.9rem; font-weight: bold; color: #007bff; margin-top: 5px; }

.coupon-alert { display: flex; align-items: center; max-width: 700px; margin: -20px auto 40px auto; padding: 15px 20px; background-color: #334155; border: 1px solid #64748b; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
.coupon-alert i { font-size: 1.5rem; color: #f59e0b; margin-right: 15px; }
.coupon-alert span { font-size: 1rem; color: #e2e8f0; line-height: 1.5; }
.coupon-alert span strong { color: #ffffff; font-weight: 700; }

.payment-method { display: flex; flex-direction: column; align-items: center; text-align: center; }
.payment-method span { font-size: 0.9rem; color: #a1a1aa; margin-top: 8px; font-weight: 400; }

.pricing-note { text-align: center; max-width: 600px; margin: 40px auto 30px auto; font-size: 1rem; color: #c7c7c7; line-height: 1.6; }
.pricing-note i { color: var(--primary-color); margin-right: 8px; font-size: 1.1rem; }
.pricing-note strong { color: #ffffff; }


/* =======================================================================
   7. SEÇÃO DEPOIMENTOS (VERSÃO ELEVADA COM EFEITO VIDRO E ANIMAÇÕES)
========================================================================== */

/* Animação suave para a aspa gigante no fundo do card */
@keyframes pulse-quote {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.03);
  }
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
}

#testimonials {
  background-color: var(--background-dark);
  padding: 100px 0 120px 0;
  border-top: 1px solid var(--border-color);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

/* ======================================================== */
/* <<< APLICANDO O EFEITO DE VIDRO FOSCO AOS CARDS >>> */
/* ======================================================== */
.testimonial-card {
  position: relative;
  overflow: hidden;
  height: 100%; /* Garante que os cards na mesma linha tenham a mesma altura */
  display: flex;
  flex-direction: column;

  /* 1. Fundo semi-transparente do vidro */
  background: rgba(35, 43, 67, 0.2);
  
  /* 2. O desfoque do vidro */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  
  /* 3. A moldura do vidro */
  border: 1px solid rgba(255, 255, 255, 0.15);
  
  border-radius: 16px;
  padding: 35px;
  transition: transform 0.4s ease, background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  
  /* 4. Sombra de profundidade do vidro */
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.35);
}

.testimonial-card:hover {
  transform: translateY(-12px);
  background: rgba(35, 43, 67, 0.4);
  border-color: rgba(0, 191, 255, 0.6); /* Borda fica azul no hover */
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.35), 0 0 20px rgba(0, 191, 255, 0.2);
}

/* <<< A ASPA GIGANTE, AGORA COMO PEÇA CENTRAL DO DESIGN >>> */
.testimonial-card:before {
  content: '\201C';
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
  z-index: 0;
  
  /* Cor em gradiente vibrante */
  background: linear-gradient(135deg, rgba(0, 191, 255, 0.15), rgba(138, 43, 226, 0.05));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Animação de pulsação suave */
  animation: pulse-quote 8s infinite ease-in-out;
}

/* <<< ESTRELAS COM EFEITO DE BRILHO >>> */
.testimonial-stars {
  color: #FFD700; /* Cor de ouro para as estrelas */
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
  /* Efeito de brilho */
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
}

.testimonial-quote {
  font-size: 1.05rem; /* Texto um pouco maior para legibilidade */
  line-height: 1.7;
  color: var(--text-secondary);
  flex-grow: 1; /* Faz com que o texto ocupe o espaço disponível, alinhando os rodapés */
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 10px 0;
}

/* <<< DETALHES REFINADOS NO AUTOR >>> */
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto; /* Garante que o autor fique sempre no final do card */
  padding-top: 20px;
  position: relative;
  z-index: 1;

  /* Borda superior agora é um gradiente sutil */
  border-top: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
}

.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3); /* Borda mais clara para combinar com o vidro */
}

.author-info h4 {
  margin: 0 0 5px 0;
  color: var(--text-primary);
  font-size: 1.1rem;
}

.author-info p {
  margin: 0;
  color: var(--primary-color);
  font-size: 0.9rem;
  font-weight: 500;
}

/* ==========================================================================
   7.5. SEÇÃO DESENVOLVEDORES (VERSÃO SIMPLIFICADA E ROBUSTA COM <img>)
========================================================================== */

#developers {
  background-color: var(--background-dark);
  border-top: 1px solid var(--border-color);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.dev-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 50px;
  max-width: 900px;
  margin: 60px auto 0 auto;
}

.dev-card {
  background: radial-gradient(circle, rgba(35, 43, 67, 0.9) 0%, rgba(20, 24, 40, 1) 100%);
  border: 1px solid rgba(0, 191, 255, 0.3);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  box-shadow:
    0 0 45px rgba(0, 191, 255, 0.25),
    0 8px 30px rgba(0, 0, 0, 0.6);
}

.dev-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 60px rgba(255, 165, 0, 0.65);
  border-color: rgba(255, 165, 0, 0.7);
}

/* --- ESTILOS DO CONTAINER DO AVATAR --- */
.avatar-wrapper {
  width: 55%; /* Define o tamanho do círculo em relação ao card */
  aspect-ratio: 1 / 1; /* Garante que seja um quadrado perfeito para formar o círculo */
  margin: 0 auto 30px auto; /* Centraliza horizontalmente */
  border-radius: 50%; /* Transforma o container em um círculo */
  overflow: hidden; /* ESSENCIAL: Esconde as partes da imagem que ficam fora do círculo */
  border: 4px solid rgba(0, 191, 255, 0.4); /* Adiciona uma borda estática bonita */
}

/* --- ESTILOS PARA A IMAGEM DENTRO DO CONTAINER --- */
.avatar-wrapper img {
  width: 100%;
  height: 100%;
  
  /* A MÁGICA ACONTECE AQUI: */
  object-fit: cover; /* Garante que a imagem preencha todo o espaço do círculo sem se distorcer, cortando o excesso se necessário. */
  object-position: center; /* Garante que a imagem fique centralizada dentro do círculo. */
}


/* --- ESTILOS DO CONTEÚDO DO CARD --- */
.dev-card h3 {
  font-size: 1.6rem;
  color: #FFFFFF;
  margin-bottom: 8px;
  text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.dev-role {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.05rem;
  background: linear-gradient(90deg, #00BFFF, #8A2BE2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dev-bio {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 30px;
  font-size: 0.95rem;
}

.dev-bio strong {
    font-weight: 700; /* Força o peso da fonte para negrito */
    color: var(--text-primary); /* Deixa o texto em negrito um pouco mais claro para destacar */
}

.dev-social a {
  display: inline-block;
  color: var(--text-secondary);
  font-size: 1.8rem;
  margin: 0 12px;
  transition: all 0.3s ease;
}

.dev-social a:hover {
  color: #FFFFFF;
  transform: scale(1.15) translateY(-3px);
  text-shadow: 0 0 15px var(--primary-color), 0 0 10px var(--primary-color);
}
/* =======================================================================
    8. SEÇÃO FAQ (VERSÃO FINAL E ISOLADA)
========================================================================== */

#faq {
    background-color: var(--background-light);
    border-top: 1px solid var(--border-color);
    padding-bottom: 100px;
}

.faq-accordion-custom {
    max-width: 800px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item-custom {
    background-color: var(--background-dark);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.faq-item-custom:hover {
    border-color: var(--primary-color);
    transform: scale(1.02);
}

.faq-item-custom.active {
    border-color: var(--primary-color);
    box-shadow: 0 0 25px rgba(56, 189, 248, 0.2);
}

.faq-question-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
}

.faq-question-custom span {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    transition: color 0.3s ease;
    padding-right: 20px;
}

.faq-icon-wrapper-custom {
    font-size: 1.2rem;
    color: var(--text-secondary);
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
}

.faq-icon-wrapper-custom i {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.faq-icon-wrapper-custom .fa-plus {
    opacity: 1;
    transform: rotate(0deg);
}
.faq-icon-wrapper-custom .fa-minus {
    opacity: 0;
    transform: rotate(-90deg);
}

.faq-answer-custom {
    max-height: 0;
    overflow: hidden;
    color: var(--text-secondary);
    line-height: 1.7;
    transition: max-height 0.5s ease-out;
}

.faq-answer-custom p {
    margin: 0;
    padding: 0 25px 25px 25px;
    border-top: 1px solid var(--border-color);
    padding-top: 25px;
}

.faq-answer-custom ul {
    padding-left: 25px; /* Adiciona um respiro à esquerda da lista inteira */
    padding-right: 25px;
}

.faq-answer-custom li i {
    margin-right: 15px !important; /* Aumenta o espaço e usa !important para sobrescrever o estilo do HTML */
}

.faq-answer-custom p,
.faq-answer-custom li span {
    font-size: 0.95rem; /* Reduz um pouco o texto da resposta em todas as telas */
    line-height: 1.65; /* Deixa o espaçamento entre linhas um pouco mais compacto */
}

.faq-item-custom.active .faq-question-custom span {
    color: var(--primary-color);
}

.faq-item-custom.active .faq-icon-wrapper-custom {
    color: var(--primary-color);
}

.faq-item-custom.active .faq-icon-wrapper-custom .fa-plus {
    opacity: 0;
    transform: rotate(90deg);
}
.faq-item-custom.active .faq-icon-wrapper-custom .fa-minus {
    opacity: 1;
    transform: rotate(0deg);
}

.faq-item-custom.active .faq-answer-custom {
    max-height: 600px; 
    transition: max-height 0.5s ease-in;
}

@media (max-width: 768px) {
    .faq-question-custom span {
        /* Ajusta o tamanho da pergunta para melhor harmonia no mobile */
        font-size: 1rem;
    }

    .faq-answer-custom p,
    .faq-answer-custom li span {
        /* Reduz ainda mais o texto da resposta especificamente em telas menores */
        font-size: 0.9rem;
        line-height: 1.6; /* Deixa ainda mais compacto para mobile */
    }
}


/* --- CTA DO WHATSAPP --- */
.faq-whatsapp-cta {
    max-width: 800px;
    margin: 80px auto 0 auto;
    padding: 40px;
    background: linear-gradient(145deg, var(--background-dark), #2a3547);
    border: 1px solid var(--primary-color);
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 30px rgba(56, 189, 248, 0.15);
}

.faq-whatsapp-cta h3 {
    font-size: clamp(1.5rem, 4vw, 1.8rem);
    color: var(--text-primary);
    margin: 0 auto 15px auto;
    max-width: 500px;
    line-height: 1.3;
}

.faq-whatsapp-cta p {
    margin: 0 auto 30px auto;
    color: var(--text-secondary);
    max-width: 600px;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    background-color: #25D366;
    color: var(--white);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.btn-whatsapp i {
    font-size: 1.5rem;
}

.btn-whatsapp:hover {
    background-color: #128C7E;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
}

/* Adicione este CSS à sua folha de estilos ou em uma tag <style> na página */

.faq-credits-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    font-size: 0.9rem;
}

.faq-credits-table th, 
.faq-credits-table td {
    text-align: left;
    padding: 0.8rem 0.5rem;
    border-bottom: 1px solid #374151; /* Linha sutil para tema escuro */
}

.faq-credits-table th {
    color: #9ca3af;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 500;
}

.faq-credits-table td strong {
    color: #c4b5fd; /* Cor roxa clara para destaque */
    font-weight: 600;
}

.faq-credits-table i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    color: #a78bfa; /* Cor roxa para os ícones */
    opacity: 0.8;
}

/* Remove a borda da última linha para um acabamento melhor */
.faq-credits-table tbody tr:last-child td {
    border-bottom: none;
}

/* ======================================================= */
/* NOVO ESTILO DO CARD DO INSTAGRAM (VERSÃO PREMIUM)      */
/* ======================================================= */

/* Animação para o fundo do card (gradiente que se move sutilmente) */
@keyframes subtle-gradient-pan {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.faq-instagram-cta {
  max-width: 800px;
  margin: 60px auto 0 auto; /* Aumentei um pouco a margem superior */
  padding: 4px; /* Espaçamento para a borda de gradiente */
  border-radius: 18px; /* Bordas um pouco mais arredondadas */
  text-align: center;
  position: relative;
  overflow: hidden; /* Garante que os cantos fiquem perfeitos */
  transition: transform 0.4s ease, box-shadow 0.4s ease;

  /* EFEITO DE BORDA COM GRADIENTE */
  /* O gradiente é aplicado ao fundo do próprio container... */
  background: linear-gradient(115deg, #f09433, #dc2743, #bc1888, #833ab4);
  background-size: 200% 200%;
  animation: subtle-gradient-pan 15s ease infinite; /* Aplica a animação sutil */
}

/* ...e então criamos um "recheio" escuro por cima usando um pseudo-elemento,
  deixando apenas as bordas do gradiente de baixo visíveis.
*/
.faq-instagram-cta::before {
  content: '';
  position: absolute;
  top: 2px; /* Espessura da borda */
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: linear-gradient(145deg, #1e293b, #111827); /* Fundo interno mais escuro e elegante */
  border-radius: 16px; /* Deve ser um pouco menor que o container pai */
  z-index: 1;
}

/* Posiciona todo o conteúdo (h3, p, a) acima do fundo escuro */
.faq-instagram-cta > * {
  position: relative;
  z-index: 2;
  padding: 0 40px; /* Adiciona padding horizontal para o conteúdo não colar na borda */
}

/* Adiciona o espaçamento vertical que antes estava no padding do container */
.faq-instagram-cta h3 {
  padding-top: 40px;
}
.faq-instagram-cta .btn-instagram {
  margin-bottom: 40px;
}

/* Efeito de hover no card: levanta e a sombra fica mais intensa */
.faq-instagram-cta:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(220, 39, 67, 0.25);
}

.faq-instagram-cta h3 {
  font-size: clamp(1.5rem, 4vw, 1.8rem);
  color: var(--text-primary);
  margin: 0 auto 15px auto;
  max-width: 500px;
  line-height: 1.3;
}

.faq-instagram-cta p {
  margin: 0 auto 30px auto;
  color: var(--text-secondary);
  max-width: 600px;
}

/* ESTILO DO BOTÃO MELHORADO */
.btn-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  cursor: pointer;
  color: white;
  border: none;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  
  /* Gradiente do Instagram aplicado a um tamanho de fundo maior */
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  background-size: 250% auto; /* Tamanho maior para permitir o deslizamento */
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); /* Transição mais suave */
}

.btn-instagram i {
  font-size: 1.5rem;
  transition: transform 0.4s ease; /* Adiciona transição para o ícone */
}

/* Efeito de hover no botão: gradiente desliza, botão levanta e ícone gira */
.btn-instagram:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 25px rgba(220, 39, 67, 0.3);
  background-position: right center; /* Move o gradiente para a direita, criando o efeito de slide */
}

.btn-instagram:hover i {
  transform: rotate(15deg) scale(1.1); /* Ícone gira e aumenta um pouco */
}


/* ======================================================= */
/* NOVO ESTILO DO LOGIN (OPÇÃO 1)                */
/* ======================================================= */
.faq-login-cta {
    max-width: 800px;
    margin: 60px auto 0 auto;
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid var(--border-color); /* Linha para separar visualmente */
}

.faq-login-cta p {
    color: var(--text-secondary);
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.btn-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    cursor: pointer;
    color: white;
    border: none;
    transition: all 0.3s ease;
    background-color: #3b82f6; /* Azul bonito e moderno */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.btn-login i {
    font-size: 1.3rem;
}

.btn-login:hover {
    background-color: #2563eb; /* Azul um pouco mais escuro */
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

/* 9. RODAPÉ */
.main-footer { background-color: var(--background-dark); color: var(--text-secondary); padding: 60px 0 30px 0; border-top: 1px solid var(--border-color); }
.footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; padding-bottom: 40px; text-align: left; }
.footer-column h4 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 20px; }
.footer-column ul { list-style: none; padding: 0; margin: 0; }
.footer-column ul li { margin-bottom: 12px; }
.footer-column ul li a { color: var(--text-secondary); text-decoration: none; transition: color 0.3s ease; }
.footer-column ul li a:hover { color: var(--primary-color); text-decoration: underline; }
.footer-logo { display: inline-block; font-size: 1.5rem; font-weight: 800; color: var(--white); text-decoration: none; margin-bottom: 15px; }
.footer-tagline { font-size: 0.95rem; line-height: 1.6; margin-bottom: 25px; max-width: 280px; }
.social-links { display: flex; gap: 20px; }
.social-links a { color: var(--text-secondary); font-size: 1.4rem; transition: all 0.3s ease; }
.social-links a:hover { color: var(--primary-color); transform: translateY(-3px); }
.footer-bottom { border-top: 1px solid var(--border-color); padding-top: 30px; text-align: center; font-size: 0.9rem; }
.footer-bottom p { margin: 0; }
.footer-bottom .fa-heart { color: var(--primary-color); margin: 0 4px; }

/* ======================================================= */
/* 12. EFEITO SPOTLIGHT                                    */
/* ======================================================= */
.spotlight {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    pointer-events: none;
    background-image: radial-gradient(
        600px circle at var(--mouse-x, -500px) var(--mouse-y, -500px),
        rgba(56, 189, 248, 0.1),
        transparent 40%
    );
}

/* ======================================================= */
/* 10. RESPONSIVIDADE (VERSÃO FINAL COM MENU MOBILE)       */
/* ======================================================= */

/* =======================================================================
   AJUSTE RESPONSIVO PARA OS BOTÕES DAS MATÉRIAS
========================================================================== */

@media (max-width: 768px) {
    
    .subject-header {
        /* Diminui o espaçamento interno (altura e largura) do botão */
        padding: 20px 25px; 
    }

    .subject-header h3 {
        /* Diminui o tamanho do título da matéria */
        font-size: 1.3rem; 
    }

    .subject-header i {
        /* Ajusta o tamanho do ícone para acompanhar */
        font-size: 1.1rem;
    }
}

/*-- Telas de Tablet (Paisagem) e Desktops Menores --*/
@media(max-width: 1024px) {
    .features-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
}

/*-- Telas de Tablet (Retrato) e Celulares --*/
@media(max-width: 768px) {
    /* --- INÍCIO DAS REGRAS DO MENU MOBILE --- */
    .mobile-nav-toggle {
        display: flex;
    }
    .dark-hero-header .btn-header-cta {
        display: none;
    }
    .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        
        background-color: var(--background-dark);
        border-bottom: 1px solid var(--border-color);
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 100px 20px 40px 20px;

        transform: translateY(-100%); /* Posição inicial: escondido ACIMA da tela */
        transition: transform 0.4s ease-in-out;
        z-index: 999; /* Abaixo do header para deslizar por trás */
    }

    body.nav-open .main-nav {
        transform: translateY(0); /* Menu visível quando aberto */
    }

    .main-nav a {
        margin-left: 0;
        font-size: 1.2rem;
    }
    .nav-close-btn {
        display: none; /* Mantemos escondido pois não é mais usado */
    }
    
    /* --- Ajustes finos para a Seção Desenvolvedores --- */
    .dev-grid { 
        grid-template-columns: 1fr; /* Isso já deve existir, mas garantimos aqui */
        gap: 25px; /* Diminui o espaço entre os cards empilhados */
    }
    
    .dev-card {
        padding: 30px 25px; /* Reduz o espaçamento interno para caber melhor */
    }
    
    .dev-avatar {
        width: 100px; /* Diminui um pouco o tamanho da foto */
        height: 100px;
    }
    
    .dev-card h3 {
        font-size: 1.4rem; /* Ajusta o tamanho do nome para telas menores */
    }
    /* --- Fim dos ajustes para Desenvolvedores --- */
    /* --- FIM DAS REGRAS DO MENU MOBILE --- */

    /* Regra ATUALIZADA para os cards de preço */
    #pricing .pricing-grid { flex-direction: column; align-items: center; gap: 30px; }
    #pricing .pricing-card { width: 100%; max-width: 400px; }
    #pricing .pricing-card.featured { transform: scale(1); } /* Remove o scale extra no mobile */
    #pricing .pricing-card.featured:hover { transform: translateY(-8px); } /* Mantém o hover simples */
    
    /* Títulos ajustados para mobile */
    h1 { font-size: clamp(2.0rem, 8vw, 2.6rem); } 
    h2 { font-size: clamp(1.8rem, 7vw, 2.4rem); } 
    h3 { font-size: clamp(1.5rem, 6vw, 2.0rem); }
    
    .features-grid { grid-template-columns: 1fr; }
    .pricing-guarantee { flex-direction: column; text-align: center; gap: 15px; }
    
    /* Regras do rodapé */
    .footer-content {
        text-align: center;
    }
    .footer-tagline {
        margin-left: auto;
        margin-right: auto;
    }
    .social-links {
        justify-content: center;
    }
} /* <--- ESTA É A CHAVE CORRIGIDA */

/*-- Telas de Celulares Pequenos --*/
@media(max-width: 480px) {
    /* Ajuste fino dos títulos para telas ainda menores */
    h1 { font-size: clamp(1.8rem, 8vw, 2.2rem); }
    h2 { font-size: clamp(1.6rem, 7vw, 2.0rem); }
}

/*-- Ajustes para Telas Grandes --*/
@media (min-width: 1025px) {
    .section-subtitle {
        font-size: 1.2rem;
    }
}

/* ========================================= */
/* CSS PARA O BOTÃO FLUTUANTE DO WHATSAPP    */
/* ========================================= */

.whatsapp-float {
    position: fixed; /* Fixa o botão na tela */
    width: 60px; /* Largura */
    height: 60px; /* Altura */
    bottom: 40px; /* Distância do fundo */
    right: 40px; /* Distância da direita */
    background-color: #25D366; /* Cor de fundo do WhatsApp */
    color: #FFF; /* Cor do ícone (branco) */
    border-radius: 50px; /* Deixa o botão redondo */
    text-align: center; /* Alinha o ícone no centro */
    font-size: 30px; /* Tamanho do ícone */
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25); /* Sombra para dar profundidade */
    z-index: 1000; /* Garante que ele fique acima de outros elementos */
    
    /* Centraliza o ícone perfeitamente */
    display: flex;
    justify-content: center;
    align-items: center;

    /* Efeito suave ao passar o mouse */
    transition: transform 0.2s ease-in-out;
}

/* Efeito de aumentar um pouco ao passar o mouse por cima */
.whatsapp-float:hover {
    transform: scale(1.1);
}

/* ================================================= */
/* AJUSTE PARA O BOTÃO DO WHATSAPP EM TELAS MENORES  */
/* (Adicionar no final do seu arquivo CSS)         */
/* ================================================= */

@media (max-width: 768px) {
  .whatsapp-float {
    width: 50px;        /* Largura menor para celular */
    height: 50px;       /* Altura menor para celular */
    bottom: 20px;     /* Distância menor do fundo */
    right: 20px;      /* Distância menor da direita */
    font-size: 25px;    /* Tamanho do ícone um pouco menor */
  }
}

/* ======================================================= */
/* <<< INÍCIO: AJUSTE RESPONSIVO PARA HERO >>>             */
/* Esconde a instrução de volume apenas em celulares.      */
/* ======================================================= *//* End custom CSS */