/* Estilos específicos para a página index1.html */

/* Estilos para a seção da Dra. Julie */
.about-julie .section-badge,
.about-julie .detail-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

/* Estilos para a seção de cursos individuais */
.cursos-individuais {
    padding: 120px 0 180px 0 !important;
    background: #FFFFFF !important;
    position: relative;
}

.cursos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.curso-card {
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    transition: all 0.3s ease;
    border: 1px solid #E5E7EB;
}

.curso-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: #EC117E;
}

.curso-header h3 {
    color: #1C1C1C;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.curso-dates, .curso-horas {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #999999;
    font-size: 0.95rem;
}

.curso-dates i, .curso-horas i {
    margin-right: 8px;
    color: #EC117E;
}

.curso-observacao {
    background-color: rgba(236, 17, 126, 0.1);
    border-left: 4px solid #EC117E;
    padding: 12px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    border-radius: 0 4px 4px 0;
}

.curso-observacao i {
    color: #EC117E;
    margin-right: 10px;
}

.curso-conteudo h4 {
    color: #1C1C1C;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.curso-conteudo li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    color: #999999;
    font-size: 0.95rem;
    line-height: 1.5;
}

.curso-conteudo li i {
    color: #EC117E;
    margin-right: 10px;
    margin-top: 4px;
    font-size: 0.9rem;
}

.curso-valores {
    background-color: #F8F9FA;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.valor-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E5E7EB;
}

.valor-tipo {
    color: #999999;
    font-size: 0.95rem;
}

.valor-preco {
    font-weight: 700;
    color: #1C1C1C;
    font-size: 1.1rem;
}

.valor-item.estudante {
    background-color: rgba(236, 17, 126, 0.05);
    padding: 12px;
    border-radius: 6px;
    margin: 10px 0;
}

.curso-cta .btn {
    width: 100%;
    text-align: center;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #EC117E 0%, #C62828 100%);
    color: white;
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #EC117E;
    color: #EC117E;
}

.btn-outline:hover {
    background-color: #EC117E;
    color: white;
    transform: translateY(-2px);
}

/* Estilos para a imagem da Dra. Julie */
.about-julie .about-image .image-container {
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-julie .about-image .image-container img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

/* Estilos para o logo ASHA */
.asha-logo {
    margin-top: 15px;
}

.asha-logo img {
    max-width: 120px;
    height: auto;
    transition: opacity 0.3s ease;
}

.asha-logo img:hover {
    opacity: 0.8;
}

/* Estilos para a fonte do contexto */
.contexto-source {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-size: 0.9em;
    color: #666;
}

.source-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.source-link:hover {
    color: #004499;
    text-decoration: underline;
}

.source-link i {
    font-size: 0.8em;
}

/* Media Queries */
@media (max-width: 768px) {
    .cursos-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .curso-card {
        padding: 20px;
    }
    
    .curso-header h3 {
        font-size: 1.3rem;
    }
    
    .curso-valores {
        padding: 20px;
    }
    
    .valor-preco {
        font-size: 1rem;
    }
    
    .curso-cta .btn {
        padding: 12px 20px;
    }
    
    .about-julie .about-image .image-container {
        height: 400px;
    }
}

/* FAQ Section - Visual Moderno e Integrado */
.faq-section {
    background: #fff;
    padding: 80px 0 60px 0;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    margin: 60px 0 0 0;
}

.faq-section .section-header h2 {
    color: #EC117E;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: -1px;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.faq-item {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(236, 17, 126, 0.06);
    border: 1.5px solid #f3e6f0;
    overflow: hidden;
    transition: box-shadow 0.2s, border 0.2s;
}

.faq-item.open {
    box-shadow: 0 6px 24px rgba(236, 17, 126, 0.13);
    border: 1.5px solid #EC117E;
}

.faq-question {
    cursor: pointer;
    padding: 22px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: #764ba2;
    font-size: 1.13rem;
    background: none;
    border: none;
    width: 100%;
    outline: none;
    transition: background 0.2s;
    letter-spacing: -0.5px;
}

.faq-question:hover, .faq-item.open .faq-question {
    background: #f9f3fa;
}

.faq-arrow {
    margin-left: 18px;
    font-size: 1.3em;
    color: #EC117E;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}

.faq-item.open .faq-arrow {
    transform: rotate(90deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 32px;
    background: #fff;
    color: #333;
    font-size: 1.05rem;
    line-height: 1.7;
    border-top: 1px solid #f3e6f0;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.3s;
}

.faq-item.open .faq-answer {
    padding: 18px 32px 24px 32px;
    max-height: 800px;
}

.faq-item a {
    color: #EC117E;
    text-decoration: underline;
    word-break: break-all;
    transition: color 0.2s;
}
.faq-item a:hover {
    color: #C62828;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 40px 0 20px 0;
        border-radius: 10px;
    }
    .faq-list {
        gap: 10px;
    }
    .faq-question {
        padding: 14px 12px;
        font-size: 1rem;
    }
    .faq-answer {
        padding: 0 12px;
        font-size: 0.98rem;
    }
    .faq-item.open .faq-answer {
        padding: 12px 12px 16px 12px;
    }
    .faq-section .section-header h2 {
        font-size: 1.3rem;
    }
}

/* Estilos para o Modal de Programação */
#modalProgramacao.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#modalProgramacao .modal-content {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: modalSlideIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

#modalProgramacao .modal-header {
    background: linear-gradient(135deg, #007bff, #0056b3);
    padding: 30px;
    text-align: center;
    position: relative;
    border-radius: 0;
}

#modalProgramacao .modal-header h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

#modalProgramacao .modal-body {
    padding: 40px 30px;
}

#modalProgramacao .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    z-index: 1;
}

#modalProgramacao .close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

#modalProgramacao p {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 30px 0;
}

#modalProgramacao .form-group {
    margin-bottom: 25px;
}

#modalProgramacao input[type="email"] {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 0;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #2d3748;
}

#modalProgramacao input[type="email"]:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.1);
}

#modalProgramacao input[type="email"]::placeholder {
    color: #a0aec0;
}

#modalProgramacao .btn {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#modalProgramacao .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.2);
}

#modalProgramacao #mensagemSucesso {
    text-align: center;
    padding: 40px 30px;
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#modalProgramacao #mensagemSucesso p {
    color: #2f855a;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

#modalProgramacao #mensagemSucesso .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 14px 32px;
    background: linear-gradient(135deg, #48bb78, #38a169);
    border-radius: 0;
}

#modalProgramacao #mensagemSucesso .btn:hover {
    background: linear-gradient(135deg, #38a169, #2f855a);
}

@media (max-width: 768px) {
    #modalProgramacao.modal {
        padding: 15px;
    }

    #modalProgramacao .modal-content {
        width: 100%;
        max-width: 100%;
    }

    #modalProgramacao .modal-header {
        padding: 25px 20px;
    }

    #modalProgramacao .modal-header h3 {
        font-size: 24px;
    }

    #modalProgramacao .modal-body {
        padding: 30px 20px;
    }

    #modalProgramacao p {
        font-size: 15px;
    }

    #modalProgramacao input[type="email"] {
        padding: 14px 16px;
    }

    #modalProgramacao .btn {
        padding: 14px;
    }

    #modalProgramacao #mensagemSucesso {
        padding: 30px 20px;
    }

    #modalProgramacao #mensagemSucesso p {
        font-size: 16px;
    }

    #modalProgramacao #mensagemSucesso .btn {
        padding: 12px 24px;
    }
}

/* Estilos para os botões CTA */
.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.btn-secondary {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-secondary:hover {
    background-color: #5a6268;
}

@media (max-width: 768px) {
    .cta-buttons {
        flex-direction: column;
    }
    
    .modal-content {
        margin: 10% auto;
        width: 95%;
        padding: 20px;
    }
} 