/* ========================================
   ESTILOS ESPECÍFICOS PARA PÁGINA FJAC
   ======================================== */

/* Importar Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Open+Sans:wght@300;400;600;700&display=swap');

/* Variáveis de cores */
:root {
    --primary-blue: #007BFF;
    --primary-blue-dark: #0056b3;
    --white: #FFFFFF;
    --light-gray: #F5F5F5;
    --dark-gray: #333333;
    --text-gray: #666666;
    --border-gray: #E0E0E0;
}

/* Estilos base da página FJAC */
.fjac-page {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    line-height: 1.6;
    color: var(--dark-gray);
}

.fjac-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   SEÇÃO HERO
   ======================================== */
.fjac-hero {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
}

.fjac-hero .container {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    max-width: none;
    gap: 0;
}

/* Primeira parte: Texto e logos */
.hero-text-section {
    width: 35%;
    padding: 46px 51px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: linear-gradient(90deg, #1a4d5c 0%, #2a5f6f 100%);
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero-title {
    margin-bottom: 30px;
}

.title-line-1 {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
}

.title-line-2 {
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    line-height: 1;
}

.title-line-3 {
    display: block;
    font-size: 1.7rem;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.3;
    margin-left: 0;
    text-align: center;
}

.title-line-4 {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.3;
    margin-left: 8px;
}

.hero-description {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 9px;
    opacity: 0.95;
    font-weight: 350;
    text-align: center;
}

.hero-apoio-realizacao {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 88px;
    gap: 40px;
}

.apoio,
.realizacao {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.apoio span,
.realizacao span {
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

.logos-realizacao {
    display: flex;
    align-items: center;
    gap: 25px;
}

.logos-realizacao img {
    height: 45px;
    object-fit: contain;
}

.apoio img {
    height: 36px;
    object-fit: contain;
}

.partner-realizacao,
.partner-apoio {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.realizacao-line {
    display: flex;
    align-items: center;
    gap: 15px;
}

.apoio-line {
    display: flex;
    align-items: center;
    gap: 15px;
}

.partner-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

.partner-logos {
    display: flex;
    align-items: center;
    gap: 25px;
}

.partner-logo {
    height: 45px;
    object-fit: contain;
}

.partner-text {
    font-size: 1rem;
    font-weight: 500;
    color: white;
}

.fjac-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.fjac-logo-img {
    width: 50px;
    height: 120px;
    object-fit: contain;
}

.fjac-text {
    font-size: 0.6rem;
    font-weight: 400;
    color: white;
    text-align: center;
    line-height: 1.2;
}

.banclima-logo {
    height: 30px;
    object-fit: contain;
}

/* Segunda parte: Menina segurando garrafas */
.hero-girl-section {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.hero-girl-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

/* Terceira parte: Imagem de água com card */
.hero-water-section {
    width: 30%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.hero-card {
    position: relative;
    z-index: 2;
    background: white;
    width: 380px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a4d5c;
    margin-bottom: 8px;
}

.card-subtitle {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.card-benefits {
    text-align: left;
    margin-bottom: 25px;
}

.benefit-item {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 5px;
    line-height: 1.4;
}

.card-price {
    font-size: 3rem;
    font-weight: 700;
    color: #2a7ba0;
    margin-bottom: 25px;
}

.card-button {
    background: #2a7ba0;
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.card-button:hover {
    background: #1a4d5c;
    transform: translateY(-2px);
}

/* ========================================
   SEÇÃO ÁREAS DE ATUAÇÃO
   ======================================== */
.areas-section {
    padding: 80px 0;
    background: var(--light-gray);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 20px;
}

.section-description {
    font-size: 1.1rem;
    color: var(--text-gray);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.area-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.area-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.area-image {
    height: 200px;
    overflow: hidden;
}

.area-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.area-card:hover .area-img {
    transform: scale(1.05);
}

.area-content {
    padding: 30px;
}

.area-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--primary-blue);
    margin-bottom: 15px;
}

.area-description {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-gray);
}

/* ========================================
   SEÇÃO CURSO
   ======================================== */
.course-section {
    padding: 80px 0;
    background: var(--white);
}

.course-content {
    max-width: 900px;
    margin: 0 auto;
}

.course-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 40px;
    text-align: center;
}

.course-description {
    margin-bottom: 40px;
}

.course-description p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-gray);
    margin-bottom: 20px;
}

.course-objective {
    background: var(--light-gray);
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid var(--primary-blue);
}

.objective-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary-blue);
    margin-bottom: 20px;
}

.objective-list {
    list-style: none;
}

.objective-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-gray);
}

.objective-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary-blue);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}

/* ========================================
   SEÇÃO VÍDEOAULAS
   ======================================== */
.video-lessons-section {
    padding: 80px 0;
    background: var(--light-gray);
}

.video-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--dark-gray);
    text-align: center;
    margin-bottom: 50px;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
}

.video-item {
    background: var(--white);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 4px solid var(--primary-blue);
}

.video-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.video-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.video-name {
    font-size: 1rem;
    font-weight: 500;
    color: var(--dark-gray);
    flex: 1;
}

.video-duration {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-blue);
    background: rgba(0, 123, 255, 0.1);
    padding: 5px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

/* ========================================
   RESPONSIVIDADE
   ======================================== */
@media (max-width: 1024px) {
    .areas-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }
}

@media (max-width: 768px) {
    /* Hero Mobile */
    .fjac-hero {
        flex-direction: column;
        height: auto;
        min-height: 100vh;
    }
    
    .fjac-hero .container {
        flex-direction: column;
        height: auto;
    }
    
    /* Primeira parte - Texto */
    .hero-text-section {
        width: 100%;
        padding: 40px 20px;
        min-height: 60vh;
    }
    
    .title-line-1 {
        font-size: 2.2rem;
        margin-bottom: 4px;
    }
    
    .title-line-2 {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }
    
    .title-line-3,
    .title-line-4 {
        font-size: 1rem;
        margin-left: 5px;
    }
    
    .hero-description {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    /* Parceiros Mobile */
    .hero-partners {
        gap: 20px;
    }
    
    .realizacao-line {
        flex-direction: row;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .apoio-line {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    
    .partner-logos {
        gap: 10px;
    }
    
    .partner-logo {
        height: 40px;
    }
    
    .fjac-logo-img {
        width: 35px;
        height: 90px;
    }
    
    .banclima-logo {
        height: 25px;
    }
    
    /* Segunda parte - Menina */
    .hero-girl-section {
        width: 100%;
        height: 250px;
        padding: 0;
    }
    
    .hero-girl-image {
        border-radius: 0;
    }
    
    /* Terceira parte - Água e Card */
    .hero-water-section {
        width: 100%;
        height: auto;
        min-height: 400px;
        padding: 20px;
    }
    
    .hero-card {
        position: static;
        margin: 0;
        width: 100%;
        max-width: 350px;
        padding: 25px;
    }
    
    .card-title {
        font-size: 1.1rem;
    }
    
    .card-subtitle {
        font-size: 0.9rem;
    }
    
    .benefit-item {
        font-size: 0.8rem;
    }
    
    .card-price {
        font-size: 2.5rem;
    }
    
    .card-button {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    /* Seção Áreas de Atuação Mobile */
    .areas-section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .areas-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    
    .area-card {
        flex-direction: column;
        text-align: center;
    }
    
    .area-image {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    
    .area-img {
        border-radius: 8px;
    }
    
    .area-title {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    
    .area-description {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    /* Seção Curso Mobile */
    .course-section {
        padding: 40px 0;
    }
    
    .course-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    
    .course-description p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    
    .objective-title {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
    
    .objective-list li {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    
    /* Seção Vídeoaulas Mobile */
    .video-lessons-section {
        padding: 40px 0;
    }
    
    .video-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .video-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 20px;
    }
    
    .video-item {
        padding: 20px;
        border-radius: 8px;
    }
    
    .video-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .video-name {
        font-size: 1rem;
        line-height: 1.3;
    }
    
    .video-duration {
        font-size: 0.8rem;
        padding: 4px 8px;
    }
}

/* Mobile pequeno (até 480px) */
@media (max-width: 480px) {
    .hero-text-section {
        padding: 30px 15px;
    }
    
    .title-line-1 {
        font-size: 2.0rem;
    }
    
    .title-line-2 {
        font-size: 2rem;
    }
    
    .hero-girl-section {
        height: 200px;
    }
    
    .hero-water-section {
        min-height: 350px;
        padding: 15px;
    }
    
    .hero-card {
        padding: 20px;
    }
    
    .areas-grid,
    .video-grid {
        padding: 0 15px;
    }
    
    .area-image {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .fjac-hero {
        padding: 40px 0;
    }
    
    .title-main {
        font-size: 1.8rem;
    }
    
    .title-acronym {
        font-size: 2.5rem;
    }
    
    .title-subtitle {
        font-size: 1rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .cta-box {
        padding: 20px;
    }
    
    .cta-title {
        font-size: 1.2rem;
    }
    
    .price-value {
        font-size: 2rem;
    }
    
    .btn-cta {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .areas-section,
    .course-section,
    .video-lessons-section {
        padding: 40px 0;
    }
    
    .section-title,
    .course-title,
    .video-title {
        font-size: 1.8rem;
    }
    
    .area-content {
        padding: 20px;
    }
    
    .course-objective {
        padding: 20px;
    }
    
    .video-item {
        padding: 20px;
    }
}

/* ========================================
   ANIMAÇÕES E EFEITOS EXTRAS
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.areas-section,
.course-section,
.video-lessons-section {
    animation: fadeInUp 0.8s ease-out;
}

.area-card {
    animation: fadeInUp 0.6s ease-out;
    animation-delay: 0.1s;
    animation-fill-mode: both;
}

.area-card:nth-child(2) {
    animation-delay: 0.2s;
}

.area-card:nth-child(3) {
    animation-delay: 0.3s;
}

.video-item {
    animation: fadeInUp 0.6s ease-out;
    animation-delay: 0.1s;
    animation-fill-mode: both;
}

.video-item:nth-child(2) {
    animation-delay: 0.2s;
}

.video-item:nth-child(3) {
    animation-delay: 0.3s;
}

.video-item:nth-child(4) {
    animation-delay: 0.4s;
}

.video-item:nth-child(5) {
    animation-delay: 0.5s;
}

.video-item:nth-child(6) {
    animation-delay: 0.6s;
}

/* Efeito de loading suave */
.fjac-page {
    opacity: 0;
    animation: fadeIn 0.5s ease-out forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
/* Apoio e Realização lado a lado */
.hero-apoio-realizacao {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 40px;
  }
  
  .hero-apoio-realizacao span {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
    color: #fff;
  }
  
  .apoio img {
    height: 26px;
    object-fit: contain;
  }
  
  .realizacao .logos-realizacao {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }
  
  .realizacao .logos-realizacao img {
    height: 67px;
    object-fit: contain;
  }