/* 
   Estilos para o site do curso "Técnicas Avançadas em Cortes Curtos e Repicados"
   Desenvolvido para Elizete Corrêa
*/

/* Variáveis CSS */
:root {
    --primary: #212529; /* Alterado de #E83E8C para preto/cinza escuro */
    --primary-dark: #000000; /* Alterado de #D81B7A para preto */
    --secondary: #343A40;
    --accent: #FFD700;
    --light: #F8F9FA;
    --dark: #212529;
    --white: #FFFFFF;
    --gray: #6C757D;
    --success: #28A745;
}

/* Estilos Gerais */
body {
    font-family: 'Open Sans', sans-serif;
    color: var(--dark);
    padding-top: 76px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.lead {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
}

section {
    padding: 80px 0;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover, .btn-primary:focus {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-outline-secondary {
    color: var(--secondary);
    border-color: var(--secondary);
}

.btn-outline-secondary:hover {
    background-color: var(--secondary);
    color: var(--white);
}

/* Header e Navegação */
.navbar {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}

.navbar-brand {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.brand-text {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--primary);
}

.brand-tagline {
    font-size: 0.8rem;
    color: var(--gray);
}

.nav-link {
    font-weight: 600;
    padding: 0.5rem 1rem;
    transition: color 0.3s;
}

.nav-link:hover, .nav-link.active {
    color: var(--primary);
}

/* Hero Section */
.hero-section {
    background-color: var(--light);
    padding: 100px 0;
}

.hero-section h1 {
    margin-bottom: 1.5rem;
    color: var(--secondary);
}

.hero-image {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Placeholders para imagens (temporário) */
.image-placeholder {
    background-color: #f0f0f0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--gray);
    border-radius: 10px;
}

.image-placeholder i {
    margin-bottom: 1rem;
    color: var(--primary);
}

/* Diferenciais */
.diferenciais .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.diferenciais .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: rgba(232, 62, 140, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.icon-wrapper i {
    font-size: 1.5rem;
    color: var(--primary);
}

/* Sobre o Curso */
.sobre-curso {
    background-color: var(--light);
}

.check-list {
    list-style: none;
    padding-left: 0;
}

.check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.check-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--success);
}

/* Conteúdo Programático */
.conteudo-programatico .day-card {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 30px;
}

.day-title {
    color: var(--primary);
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(232, 62, 140, 0.1);
    color: var(--primary);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(232, 62, 140, 0.25);
}

/* Valores */
.pricing-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card .card-header {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 10px 10px 0 0;
    padding: 20px;
}

.pricing-card-title {
    font-size: 2.5rem;
    color: var(--primary);
    margin: 20px 0;
}

/* Instrutora */
.instructor-image {
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.instructor-badges .badge {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 8px 12px;
    font-weight: 500;
}

/* Depoimentos */
.depoimentos .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.stars {
    color: var(--accent);
}

.avatar-placeholder {
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gray);
}

/* Inscrição */
.inscricao .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Contato */
.contato .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-info .icon-wrapper {
    width: 40px;
    height: 40px;
    background-color: rgba(232, 62, 140, 0.1);
}

.social-media a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: rgba(232, 62, 140, 0.1);
    border-radius: 50%;
    color: var(--primary);
    transition: background-color 0.3s, color 0.3s;
}

.social-media a:hover {
    background-color: var(--primary);
    color: var(--white);
}

/* FAQ */
.faq .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.faq .accordion-button {
    font-weight: 600;
}

.faq .accordion-button:not(.collapsed) {
    background-color: rgba(232, 62, 140, 0.1);
    color: var(--primary);
}

/* CTA */
.cta {
    background-color: var(--primary);
}

/* Footer */
.footer {
    background-color: var(--secondary);
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .social-media a {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
}

.footer .social-media a:hover {
    background-color: var(--white);
    color: var(--primary);
}

/* Responsividade */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 60px 0;
    }
    
    .hero-image {
        height: 300px;
        margin-top: 30px;
    }
    
    .instructor-image {
        height: 300px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    body {
        padding-top: 66px;
    }
    
    section {
        padding: 60px 0;
    }
    
    .hero-section {
        padding: 40px 0;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .pricing-card {
        margin-bottom: 30px;
    }
}

/* Animações */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.8s ease-out forwards;
}
