/* ===================================================================
   FitMaster - Landing Page Styles v4.0 (Redesign Completo V2)
   =================================================================== */

/* --- Variáveis Locais Específicas --- */
:root {
    --gradient-primary: linear-gradient(135deg, var(--bs-primary) 0%, color-mix(in srgb, var(--bs-primary) 60%, black 40%) 100%);
    --gradient-dark-overlay: linear-gradient(180deg, rgba(var(--bs-dark-rgb, 13, 17, 23), 0.8) 0%, rgba(var(--bs-dark-rgb, 13, 17, 23), 1) 90%);
    --text-light-emphasis: #ffffff;
    --text-light-muted: rgba(255, 255, 255, 0.75);
    --card-hover-shadow: 0 12px 35px -10px var(--shadow-color);
    --navbar-height: 75px; /* Altura da nova navbar */
    --hero-min-height: calc(100vh - var(--navbar-height));
    --feature-icon-bg: color-mix(in srgb, var(--bs-primary) 15%, transparent);
}

/* --- Estilos Globais da Landing Page --- */
.landing-page-body {
    padding-top: var(--navbar-height);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--font-primary);
}

/*
 * Correção de Contexto de Empilhamento (Z-Index)
 * Define 'main' como uma camada base para que a navbar (com z-index maior)
 * possa flutuar confiavelmente sobre ela.
 */
main { 
    overflow-x: hidden; 
    position: relative; 
    z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-poppins, var(--font-primary)); /* Poppins para títulos */
    font-weight: 700;
    letter-spacing: -0.5px; /* Sutileza */
}

/* --- Navbar Redesenhada --- */
.navbar-landing {
    background-color: var(--color-surface); /* Usa cor de superfície para destaque */
    border-bottom: 1px solid var(--bs-border-color);
    height: var(--navbar-height);
    transition: background-color 0.3s ease;
    padding: 0 1rem; /* Ajuste padding */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Sombra sutil */
    
    /* Correção Z-Index: Coloca a navbar acima do 'main' */
    z-index: 1040; 
}
/* Container da navbar para alinhar itens */
.navbar-landing .container {
    max-width: 1200px; /* Ou a largura que preferir */
}

.navbar-landing .navbar-brand {
    font-weight: 700;
    font-family: var(--font-poppins, sans-serif);
    display: flex;
    align-items: center;
    gap: 0.5rem; /* <- GAP Desktop */
    margin-right: auto; /* Empurra os botões para a direita */
}
.navbar-landing .navbar-brand i { font-size: 1.6rem; } /* Deixado para o caso de usar ícone */

.navbar-landing .navbar-brand span {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--bs-body-color);
    transition: font-size 0.3s ease;
}

.navbar-landing .navbar-brand img {
    height: 30px;
    transition: height 0.3s ease;
}

/* Lista de botões da navbar */
.navbar-landing .navbar-nav {
    gap: 0.5rem; /* Espaço entre os botões */
}

/* Botão Dropdown "Acessar Agora" */
.navbar-landing .btn-acessar {
    background: var(--gradient-primary);
    color: var(--text-light-emphasis) !important;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(var(--bs-primary-rgb), 0.3);
    white-space: nowrap; /* Impede que quebre linha */
}
.navbar-landing .btn-acessar:hover,
.navbar-landing .btn-acessar:focus {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(var(--bs-primary-rgb), 0.4);
}
.navbar-landing .dropdown-toggle::after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent; } /* Seta padrão Bootstrap */

/* Dropdown na Navbar */
.navbar-landing .dropdown-menu {
    background-color: var(--color-surface);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--border-radius-md);
    margin-top: 0.75rem !important; /* Mais espaço */
    box-shadow: 0 0.5rem 1rem var(--shadow-color);
    padding: 0.5rem 0;
    position: absolute; 
    z-index: 1041;
}
.navbar-landing .dropdown-item {
    color: var(--bs-body-color);
    padding: 0.6rem 1.3rem; /* Mais padding */
    transition: background-color 0.2s ease, color 0.2s ease;
    font-weight: 500;
}
.navbar-landing .dropdown-item:hover,
.navbar-landing .dropdown-item:focus {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary);
}
.navbar-landing .dropdown-item i {
    color: var(--bs-primary);
    opacity: 0.9;
    width: 22px;
    text-align: center;
}
.navbar-landing .dropdown-divider { border-top-color: var(--bs-border-color-translucent); }

/* Botão de Tema */
.navbar-landing .btn-theme {
    background: transparent;
    border: 1px solid var(--bs-border-color);
    color: var(--bs-secondary-color);
    padding: 0.6rem 0.8rem; /* Quadrado */
    border-radius: 50px;
    font-size: 1rem;
    transition: all 0.3s ease;
    line-height: 1;
}
.navbar-landing .btn-theme:hover {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
    transform: rotate(15deg);
}

/* --- Seção Hero --- */
.hero-section {
    background: var(--gradient-dark-overlay), url('https://images.unsplash.com/photo-1581009137052-c6599671569a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%D%D&auto=format&fit=crop&w=2070&q=80') center center/cover no-repeat;
    background-color: var(--bs-dark); /* Fallback */
    color: var(--text-light-emphasis);
    min-height: var(--hero-min-height); /* Altura mínima */
    display: flex;
    align-items: center;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.hero-content { position: relative; z-index: 2; }
.hero-section h1 {
    font-size: clamp(2.2rem, 5.5vw, 4rem);
    font-weight: 800;
    font-family: var(--font-poppins, sans-serif);
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: var(--text-light-emphasis);
    text-shadow: 0 4px 8px rgba(0,0,0,0.5);
    letter-spacing: -1px;
}
.hero-section h1 .highlight { color: var(--bs-primary); }
.hero-section .lead {
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    margin-bottom: 2.5rem;
    max-width: 600px;
    color: var(--text-light-muted);
    line-height: 1.6;
}

/* --- AJUSTES BOTÕES HERO --- */
.hero-buttons {
    display: flex;
    flex-wrap: wrap; /* Permite quebrar em telas menores */
    gap: 1rem; /* Espaço entre os itens */
    align-items: center; /* Alinha verticalmente */
}
.hero-buttons .btn-cta {
    background: var(--gradient-primary); /* Adiciona gradiente */
    color: var(--text-light-emphasis) !important;
    padding: 16px 40px;
    font-size: 1.1rem;
    font-weight: 600; /* Um pouco menos pesado que 700 */
    border-radius: 50px;
    border: none;
    box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.3);
    transition: all 0.3s ease;
    text-decoration: none; /* Garante que não tenha sublinhado */
}
.hero-buttons .btn-cta:hover {
    transform: translateY(-3px) scale(1.03); /* Efeito de levantar e escalar */
    box-shadow: 0 8px 20px rgba(var(--bs-primary-rgb), 0.4);
}
.hero-buttons .btn-secondary-cta {
    color: var(--text-light-muted);
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none; /* Remove sublinhado padrão */
    border-bottom: 2px solid transparent; /* Espaço para sublinhado animado */
    padding-bottom: 2px;
    transition: color 0.3s ease, border-color 0.3s ease;
}
.hero-buttons .btn-secondary-cta:hover {
    color: var(--text-light-emphasis);
    border-bottom-color: var(--bs-primary); /* Sublinhado aparece no hover */
}
/* --- FIM AJUSTES BOTÕES HERO --- */

.hero-image-col { display: flex; justify-content: center; align-items: center; }
.hero-image-col img { max-width: 100%; height: auto; max-height: 70vh; border-radius: var(--border-radius-md); box-shadow: 0 15px 40px rgba(0,0,0,0.3); }

/* --- Seções Padrão --- */
.landing-section { padding: 80px 0; }
.landing-section-alt { background-color: var(--color-surface); } /* Fundo alternado */

.section-title { text-align: center; margin-bottom: 1.5rem; font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; color: var(--bs-body-emphasis-color); }
.section-title .highlight { color: var(--bs-primary); }
.section-subtitle { text-align: center; margin-bottom: 4rem; color: var(--bs-secondary-color); max-width: 700px; margin-left: auto; margin-right: auto; font-size: 1.1rem; line-height: 1.6; }

/* --- Seção Features --- */
.features-section { padding: 80px 0; background-color: var(--bs-body-bg); }
.feature-card-v2 { background-color: var(--color-surface); border: 1px solid var(--bs-border-color); border-radius: var(--border-radius-md); padding: 35px 30px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; box-shadow: 0 5px 15px rgba(0,0,0,0.05); display: flex; flex-direction: column; }
.feature-card-v2:hover { transform: translateY(-10px); box-shadow: var(--card-hover-shadow); }
.feature-icon-v2 { font-size: 2rem; color: var(--bs-primary); background-color: var(--feature-icon-bg); width: 60px; height: 60px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.feature-card-v2 h3 { font-size: 1.3rem; margin-bottom: 10px; font-weight: 600; color: var(--bs-body-emphasis-color); }
.feature-card-v2 p { color: var(--bs-secondary-color); font-size: 0.95rem; line-height: 1.6; margin-bottom: 0; flex-grow: 1; }

/* --- Seção Como Funciona --- */
.how-it-works-section { padding: 80px 0; background-color: var(--color-surface); }
.step-item-v2 { position: relative; padding-left: 50px; margin-bottom: 3rem; }
.step-number-v2 { position: absolute; left: 0; top: 0; width: 35px; height: 35px; background: var(--gradient-primary); color: var(--text-light-emphasis); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 700; line-height: 1; box-shadow: 0 3px 8px rgba(var(--bs-primary-rgb), 0.3); z-index: 2; }
.step-item-v2::before { content: ''; position: absolute; left: 17px; top: 35px; bottom: -1.5rem; width: 2px; background-color: var(--bs-border-color); z-index: 1; }
.how-it-works-section .col-lg-6:last-of-type .step-item-v2:last-child::before { display: none; }
.step-content-v2 h4 { margin-bottom: 0.5rem; font-size: 1.25rem; font-weight: 600; }
.step-content-v2 p { color: var(--bs-secondary-color); margin-bottom: 0; line-height: 1.7; }
.how-it-works-section .img-fluid { border-radius: var(--border-radius-md); box-shadow: 0 10px 30px var(--shadow-color); }

/* [NOVO] Placeholder de Vídeo Mobile (Como Funciona) */
.video-placeholder-mobile {
    background-color: var(--bs-body-bg);
    border: 1px dashed var(--bs-border-color); /* Tracejado para parecer placeholder */
    border-radius: var(--border-radius-md);
    aspect-ratio: 16 / 9; /* Proporção de vídeo */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary-color);
    font-weight: 600;
}
.video-placeholder-mobile i {
    font-size: 3rem;
    color: var(--bs-primary);
    margin-bottom: 0.75rem;
}


/* --- Seção CTA Final --- */
.cta-section-v2 { background: var(--gradient-primary); color: var(--text-light-emphasis); padding: 80px 0; text-align: center; border-radius: 20px; margin: 80px auto; max-width: 1100px; position: relative; overflow: hidden; }
.cta-section-v2 h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; margin-bottom: 1.5rem; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }
.cta-section-v2 p { font-size: 1.1rem; margin-bottom: 2.5rem; opacity: 0.9; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-section-v2 .btn-cta { background-color: var(--text-light-emphasis); color: var(--bs-primary) !important; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); padding: 16px 40px; font-size: 1.1rem; font-weight: 700; text-decoration: none; border-radius: 50px; transition: all 0.3s ease;}
.cta-section-v2 .btn-cta:hover { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); transform: translateY(-3px) scale(1.02); }

/* --- Rodapé --- */
.site-footer { padding: 30px 0; background-color: var(--color-surface); border-top: 1px solid var(--bs-border-color); text-align: center; font-size: 0.9rem; color: var(--bs-secondary-color); }
.site-footer p { margin-bottom: 0; }

/* --- Modais --- */
.modal-dialog { max-width: 450px; }
.modal-content { background-color: var(--color-surface); border: 1px solid var(--bs-border-color); border-radius: var(--border-radius-md); box-shadow: 0 0.5rem 1.5rem var(--shadow-color); }
.modal-header { border-bottom: 1px solid var(--bs-border-color-translucent); padding: 1.25rem 1.5rem; }
.modal-title { font-weight: 600; font-size: 1.3rem; }
.modal-body { padding: 1.5rem; }
.modal-footer { border-top: 1px solid var(--bs-border-color-translucent); padding: 1rem 1.5rem; }
.modal .form-label { font-weight: 500; margin-bottom: 0.3rem; font-size: 0.9rem; }
.modal .form-control { background-color: var(--bs-body-bg) !important; border-color: var(--bs-border-color) !important; padding: 0.75rem 1rem; }
.modal .btn-primary { padding: 0.75rem 1.5rem; font-weight: 600; }
#themeModal .list-group-item { border-color: var(--bs-border-color-translucent); transition: background-color 0.2s ease; }
#themeModal .list-group-item:hover { background-color: rgba(var(--bs-primary-rgb), 0.1); }
#themeModal .list-group-item i { color: var(--bs-primary); width: 25px; }
#themeModal .modal-footer .btn { font-weight: 600; }

/* --- Responsividade Geral --- */
@media (max-width: 991.98px) {
    .landing-section { padding: 60px 0; }
    .hero-section { padding: 80px 0 60px 0; text-align: center; }
    .hero-image-col { display: none; }
    .hero-buttons { justify-content: center; } /* Centraliza botões no tablet */
    .hero-buttons .btn-cta { margin-right: 0; margin-bottom: 1rem; }
    .hero-buttons .btn-secondary-cta { margin-left: 0; }
    .how-it-works-section .img-fluid { margin-top: 40px; }
    .cta-section-v2 { margin: 60px 15px; }
}
@media (max-width: 767.98px) {
    .landing-section { padding: 50px 0; }
    .hero-section { padding: 60px 0; }
    .hero-section h1 { font-size: 2.5rem; }
    .hero-section .lead { font-size: 1.1rem; }
      .hero-buttons { flex-direction: column; gap: 0.5rem; } /* Empilha botões */
      .hero-buttons .btn-cta { width: 100%; max-width: 300px; margin-bottom: 0.5rem; }
      .hero-buttons .btn-secondary-cta { display: block; margin-top: 0.5rem; }
    .section-title { font-size: 1.8rem; }
    .section-subtitle { font-size: 1rem; margin-bottom: 3rem; }
    .cta-section-v2 { padding: 50px 20px; margin: 50px 10px; }
    .cta-section-v2 h2 { font-size: 1.6rem; }
    .cta-section-v2 p { font-size: 1rem; }
    
    /* [MODIFICADO] Regra original do feature-card-v2 movida para simplificação */
    .feature-card-v2 {
        padding: 1.25rem 1rem; 
        margin-bottom: 0; 
    }
      .features-section .row .col-md-6:last-child .feature-card-v2,
      .features-section .row .col-lg-4:last-child .feature-card-v2 { margin-bottom: 0; }
      
      /* [MODIFICADO] Regras originais do how-it-works movidas */
      #how-it-works .step-item-v2 {
          /* Escondido via HTML (d-none d-md-flex) */
          display: none; 
      }
      #how-it-works .step-number-v2 { position: static; margin-bottom: 15px; }
      #how-it-works .step-item-v2::before { display: none; }
      #how-it-works img { margin-top: 30px; }

    /* ==================================================
     * AJUSTES NAVBAR MOBILE (v3)
     * ==================================================
     */
    .navbar-landing .container { 
        width: 100%; 
        padding-left: 1rem; 
        padding-right: 1rem; 
        flex-wrap: nowrap; /* <-- CORREÇÃO: Impede a quebra de linha */
    }
    .navbar-landing .navbar-brand {
        gap: 0.25rem;
    }
    .navbar-landing .navbar-brand span { 
        font-size: 1.3rem; /* <-- MODIFICADO: Era 1.4rem */
    }
    .navbar-landing .navbar-brand i { 
        font-size: 1.3rem; /* <-- MODIFICADO: Era 1.4rem */
    }
    .navbar-landing .navbar-brand img {
        height: 22px; /* <-- MODIFICADO: Era 24px */
    }
    .navbar-landing .navbar-nav { gap: 0.3rem; }
    .navbar-landing .btn-acessar { padding: 0.5rem 1rem; font-size: 0.9rem; }
    .navbar-landing .btn-theme { padding: 0.5rem 0.7rem; font-size: 0.9rem; }
    /* ==================================================
     * FIM DOS AJUSTES NAVBAR
     * ==================================================
     */
     
    /* ==================================================
     * [NOVO] OTIMIZAÇÕES MOBILE (Conforme solicitado)
     * ==================================================
     */

    /* --- 1. Simplificação Features (2 por linha) --- */
    .features-section .row {
        --bs-gutter-x: 0.75rem; 
        --bs-gutter-y: 0.75rem;
    }
    .feature-icon-v2 {
        width: 40px; 
        height: 40px;
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .feature-card-v2 h3 {
        font-size: 1rem; 
        margin-bottom: 0.5rem;
    }
    .feature-card-v2 p {
        font-size: 0.85rem; 
        line-height: 1.4;
    }

    /* --- 2. Simplificação Planos (2 por linha) --- */
    .pricing-tabs-nav {
        flex-wrap: wrap; 
        gap: 0.5rem;
    }
    .pricing-tabs-nav .nav-link {
        padding: 0.5rem 0.75rem; /* Menor padding */
        font-size: 0.85rem;
    }
    #planos .row {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem;
    }
    .pricing-card {
        transform: none !important; 
        padding: 1rem 0.75rem; /* Padding mobile reduzido */
        text-align: center; /* Centraliza tudo no mobile */
    }
    .pricing-card-header {
        flex-direction: column;
        align-items: center; /* Centraliza header */
        gap: 0.5rem;
    }
    .pricing-badge-popular {
        font-size: 0.7rem;
    }
    .pricing-badge-discount {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }
    .pricing-card h4 {
        font-size: 1rem; /* Título menor */
    }
    .pricing-card .price-monthly {
        font-size: 0.9rem;
    }
    .pricing-card .price-monthly span {
        font-size: 1.6rem; /* Preço menor */
    }
    .pricing-card .price-total {
        font-size: 0.8rem;
        min-height: 0; /* Remove altura mínima */
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .pricing-card .features-list {
        margin-bottom: 1.5rem;
        text-align: left; /* Alinha lista à esquerda */
    }
    .pricing-card .features-list li {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }
    .pricing-card .btn-cta {
        padding: 0.6rem;
        font-size: 0.9rem;
    }

} /* FIM DO @media (max-width: 767.98px) */


/* ===================================================================
   CSS ADICIONAL PARA ABAS E PLANOS (v3)
   (Estilos Desktop que também se aplicam ao mobile)
   =================================================================== */

/* --- Estilo das Abas (Como Funciona) --- */
.nav-pills-custom {
    gap: 0.75rem;
}
.nav-pills-custom .nav-link {
    background-color: var(--color-surface);
    border: 1px solid var(--bs-border-color);
    color: var(--bs-secondary-color);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}
.nav-pills-custom .nav-link.active,
.nav-pills-custom .nav-link:hover {
    background: var(--gradient-primary);
    color: var(--bs-primary-text-emphasis, #fff);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb), 0.3);
}

/* --- Estilo das Abas de Preço (Planos) --- */
.pricing-tabs-nav {
    gap: 0.5rem; /* Menor que as abas 'Como Funciona' */
}
.pricing-tabs-nav .nav-link {
    background-color: var(--color-surface);
    border: 1px solid var(--bs-border-color);
    color: var(--bs-secondary-color);
    border-radius: var(--border-radius-md); /* Menos redondo */
    padding: 0.5rem 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}
.pricing-tabs-nav .nav-link.active,
.pricing-tabs-nav .nav-link:hover {
    background-color: var(--bs-primary);
    color: var(--bs-primary-text-emphasis, #fff);
    border-color: var(--bs-primary);
}


/* --- Estilo dos Cards de Preço (Planos) --- */
.pricing-card {
    background-color: var(--color-surface);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--border-radius-md);
    padding: 2.5rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.pricing-card:hover {
    transform: translateY(-5px); /* Menos que o highlight */
    box-shadow: var(--card-hover-shadow);
}
/* Destaque para o plano PREMIUM */
.pricing-card.highlight {
    border-color: var(--bs-primary);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(var(--bs-primary-rgb), 0.2);
    /* [REMOVIDO] 'padding-top: 3.5rem;' não é mais necessário */
}

/* [NOVO] Header do Card para Título + Tag Popular */
.pricing-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}
/* [NOVO] Tag "Mais Popular" (Fixa) */
.pricing-badge-popular {
    background: var(--bs-success);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 50px;
    text-transform: uppercase;
}

/* [MODIFICADO] Badge de Desconto (Dinâmico) */
.pricing-badge-discount {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--gradient-primary);
    color: var(--bs-primary-text-emphasis, #fff);
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    border-bottom-left-radius: var(--border-radius-md);
    z-index: 1; 
}


.pricing-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--bs-body-emphasis-color);
    margin-bottom: 0; /* Agora o header controla o espaçamento */
    text-transform: uppercase; /* Para 'STANDARD' e 'PREMIUM' */
}
.pricing-card .price-monthly {
    font-size: 1.2rem;
    color: var(--bs-secondary-color);
    margin-bottom: 0.25rem;
}
/* Destaque no preço */
.pricing-card .price-monthly span {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bs-primary);
}
.pricing-card .price-total {
    font-size: 0.9rem;
    color: var(--bs-secondary-color);
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 1.5rem;
    min-height: 40px; /* Garante altura consistente */
}
.pricing-card .features-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
    flex-grow: 1; /* Empurra o botão para baixo */
}
.pricing-card .features-list li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.pricing-card .features-list li i {
    color: var(--bs-success);
}
.pricing-card .btn-cta {
    width: 100%;
    padding: 0.8rem;
    font-weight: 700;
    font-size: 1rem;
}

