/* Padronização das imagens do carrossel de sonhos */
.sonhos {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{

    font-family: Inter, sans-serif;
  
}

.header-icon{
    width: 50%;
    height: auto;
}

.header-content{
    width: 100%;
    height: 80px;
    background-color: #004AAD;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.card-cta > a{
    text-decoration: none;
}




.header-title{
    color: white;
    font-size: 1.5rem;
    font-weight:300;
}

.font-lux{
    font-family: "Luxurious Script", serif;
    font-size: 128px;

}

.card-cta-button > .font-lux{
    font-size: 52px;
}

 .main-title > .font-lux{
    text-align: center;
    font-size: 128px;
    color: white;
    font-weight: 300;
  
}

 .main-title{
    text-align: center;
    font-size: 4rem;
    color: white;
    font-weight: 300;
  
}

.main{
    background-image: url(assets/imgs/img-sec1.png);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #004AAD;
}

.card-cta{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 21rem;
height: 13.93rem;
position: relative;
top: 37rem;
left: 2.8rem;
color: rgba(104, 101, 101, 0.486);
padding: 20px;
font-weight: 300;
border-radius: 15px;


/* 👇 fundo translúcido */
background: rgba(251, 251, 251, 0.6);


/* 👇 desfoque do que está ATRÁS */
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);


/* visual premium */
border: 1px solid rgba(255, 255, 255, 0.6);
}

.card-cta >.card-cta-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 2rem;
    color: black;
    text-align: center;
} 

.card-cta-button{
    width: 279px;
    height: 58px;
    padding: 12px 14px 12px 17px;
    background-color: #D23737;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 1.2rem;
    cursor: pointer;
    text-decoration: none;
}

/* Seção Trilha */
.trilha {
    background: radial-gradient(circle at 40% 35%, #FBFBFB 0%, #4182CC 40%);
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trilha-title {
    font-size: 48px;
    font-weight: 400;
    color: white;
    text-align: center;
    position: relative;
    z-index: 1;
}

.trilha-card {
    width: 372px;
    height: auto;
    background-color: transparent;
    border-radius: 15px;
    overflow: visible;
    box-shadow: none;
    position: relative;
   
}


.trilha-card-content {
    padding: 20px;
    background: linear-gradient(135deg, #4182CC, #004AAD);
    height: auto;
    min-height: 200px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.trilha-card-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 20px;
  
}

.trilha-icon-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trilha-icon {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trilha-card-text {
    color: white;
    font-size: 17px;
    font-weight: 300;
  font-family: 'Inter', sans-serif;
}

.bloco-trilha{
    padding-bottom: 50px;
}

.desc-trilha{
    margin-top: 30px;
    font-size: 17px;
    color: white;
    font-weight: 300;
    text-align: center;
}

/* Seção Sonho */
.sonho {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sonho-card {
    width: 372px;
    height: auto;
    border: 1px solid rgba(128, 128, 128, 0.253);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sonho-card-content {
    padding: 30px 25px;

}

.sonho-title {
    font-size: 32px;
    font-weight: 400;
    color: black;
    margin-bottom: 20px;
}
.sonho-title > .span{
    font-weight: 400;
    color: #4182CC;
}

.sonho-subtitle {
    font-size: 17px;
    font-weight: 300;
    color: #555;
    line-height: 1.5;
}

.sonho-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
   
}

/* Seção Risco */


.risco-card {
    width: 100%;
    height: 273px;
    background-color: #4182CC;
   
    padding: 27px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.risco-img{
    width: 100%;
    height: auto;
 
}

.risco-title {
    font-size: 28px;
    font-weight: 400;
    color: white;
  
}

.risco-subtitle {
    font-size: 16px;
    font-weight: 300;
    color: white;
    line-height: 1.5;
padding-bottom: 20px;
}

.risco-img-container {
    position: relative;
    width: 100%;
    max-width: 600px;
}


.risco-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 275px;
    height: 58px;
    text-align: center;
    background-color: #D23737;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.risco-button > .font-lux{
    font-size: 42px;
}

.risco-button:hover {
    background-color: #b52e2e;
}

/* Seção Depoimentos */
.depoimentos {
    padding: 10px 0;
    overflow: hidden;
}

.depoimentos-title {
    font-size: 48px;
    font-weight: 400;
    color: #004AAD;
    text-align: center;
    margin-bottom: 4%;
}

.depoimentos-title > .font-lux {
    font-size: 72px;
}

.carrossel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carrossel-track {
    display: flex;
    gap: 20px;
    /* Animação controlada via JS para efeito premium */
    will-change: transform;
    /* O JS define o transform dinamicamente */
}

.carrossel-slide {
    flex-shrink: 0;
    width: 280px;
    border-radius: 10px;
    height: auto;
    transition: transform 0.5s cubic-bezier(.4,2,.6,1);
}

.carrossel-slide.active {
    transform: scale(1.1);
    z-index: 2;
    border-radius: 10px;
    
}

@keyframes carrossel-snap {
    0%, 10% {
        transform: translateX(calc(-1 * (280px + 20px)));
    }
    10.01%, 20% {
        transform: translateX(calc(-2 * (280px + 20px)));
    }
    20.01%, 30% {
        transform: translateX(calc(-3 * (280px + 20px)));
    }
    30.01%, 40% {
        transform: translateX(calc(-4 * (280px + 20px)));
    }
    40.01%, 50% {
        transform: translateX(calc(-5 * (280px + 20px)));
    }
    50.01%, 60% {
        transform: translateX(calc(-6 * (280px + 20px)));
    }
    60.01%, 70% {
        transform: translateX(calc(-7 * (280px + 20px)));
    }
    70.01%, 80% {
        transform: translateX(calc(-8 * (280px + 20px)));
    }
    80.01%, 90% {
        transform: translateX(calc(-9 * (280px + 20px)));
    }
    90.01%, 100% {
        transform: translateX(calc(-10 * (280px + 20px)));
    }
}
.carrossel-track-sonhos {
    display: flex;
    gap: 20px;
    animation: scroll 24s linear infinite;
    /* Começa na posição da segunda imagem */
    transform: translateX(calc(-1 * (280px + 20px)));
}

.carrossel-slide {
    flex-shrink: 0;
    width: 280px;
    height: auto;
}

.carrossel-slide img {
    width: 100%;
    height: auto;
    border-radius: 15px;
   
}

@keyframes scroll {
    0% {
        transform: translateX(calc(-1 * (280px + 20px)));
    }
    100% {
        transform: translateX(calc(-1 * (280px + 20px) - (6 * (280px + 20px))));
    }
}

/* Pausa a animação ao passar o mouse */
.carrossel-track:hover {
    animation-play-state: paused;
}

/* Seção Especialista */
.especialista {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.especialista-content {
    text-align: center;

}

.especialista-title {
    font-size: 32px;
    font-weight: 400;
    color: #004AAD;
    margin-bottom: 25px;
    line-height: 1.3;
}

.especialista-title > .font-lux {
    font-size: 52px;
}

.especialista-texto {
    font-size: 16px;
    font-weight: 300;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left;
}

.especialista-button {
    width: 90%;
    height: 58px;
    background-color: #D23737;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 40px;
  
}

.especialista-button > .font-lux{
    font-size: 32px;
}

.line{
    width: 100%;
    background-color: gray;
    height: 0.5px;
    opacity: 0.5;
    border-radius: 2px;
}

.especialista-button:hover {
    background-color: #b52e2e;
}

/* Footer */
.footer {
    padding: 40px 20px;
    margin-bottom: 20%;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-icon img {
    width: 24px;
    height: auto;
}

.footer-title {
    color: black;
    font-size: 1.5rem;
    font-weight: 300;
}

.footer-copyright {
    color: black;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
}



/* ========================================
   RESPONSIVIDADE - TABLET (768px+)
   ======================================== */
@media (min-width: 768px) {
    
    /* Header */
    .header-title {
        font-size: 2rem;
    }
    
    /* Main Section */
    .main-title {
        font-size: 5rem;
    }
    
    .main-title > .font-lux {
        font-size: 160px;
    }
    
    .card-cta {
        width: 450px;
        height: auto;
        padding: 40px;
        margin-left: 10%;
    }
    
    .card-cta > .card-cta-title {
        font-size: 20px;
    }
    
    .card-cta-button {
        width: 320px;
        height: 65px;
        font-size: 1.3rem;
    }
    
    /* Trilha Section */
    .trilha {
        padding: 80px 40px;
    }
    
    .trilha-title {
        font-size: 56px;
    }
    
    .trilha-card {
        width: 500px;
    }
    
    .trilha-card-text {
        font-size: 18px;
    }
    
    .desc-trilha {
        font-size: 19px;
    }
    
    /* Sonho Section */
    .sonho {
        padding: 80px 40px;
    }
    
    .sonho-card {
        width: 500px;
    }
    
    .sonho-title {
        font-size: 38px;
    }
    
    .sonho-subtitle {
        font-size: 18px;
    }
    
    /* Risco Section */
    .risco-card {
        height: auto;
        padding: 50px;
    }
    
    .risco-title {
        font-size: 36px;
    }
    
    .risco-subtitle {
        font-size: 18px;
    }
    
    .risco-img-container {
        max-width: 100%;
    }
    
    /* Depoimentos Section */
    .depoimentos {
        padding: 80px 0;
    }
    
    .depoimentos-title {
        font-size: 56px;
        margin-bottom: 40px;
    }
    
    .depoimentos-title > .font-lux {
        font-size: 84px;
    }
    
    .carrossel-slide {
        width: 320px;
    }
    
    .carrossel-track {
        transform: translateX(calc(-1 * (320px + 20px)));
    }
    
    @keyframes scroll {
        0% {
            transform: translateX(calc(-1 * (320px + 20px)));
        }
        100% {
            transform: translateX(calc(-1 * (320px + 20px) - (6 * (320px + 20px))));
        }
    }
    
    /* Especialista Section */
    .especialista {
        padding: 60px 40px;
    }
    
    .especialista-content {
        max-width: 550px;
    }
    
    .especialista-title {
        font-size: 38px;
    }
    
    .especialista-title > .font-lux {
        font-size: 60px;
    }
    
    .especialista-texto {
        font-size: 17px;
    }
    
    .especialista-button {
        max-width: 350px;
    }
    
    /* Footer */
    .footer {
        padding: 50px 40px;
        margin-bottom: 0;
    }
}

/* ========================================
   RESPONSIVIDADE - DESKTOP (1024px+)
   ======================================== */
@media (min-width: 1024px) {
    /* Header */
    .header-content {
        height: 90px;
    }
    .header-title {
        font-size: 2.2rem;
    }
    /* Main Section */
    .main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        background-image: url(assets/imgs/img-pc.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #004AAD;
        height: 100vh;
    }
    .main-content {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-title {
        font-size: 6rem;
        display: none;
    }
    .main-title > .font-lux {
        font-size: 180px;
    }
    .card-cta {
        width: 500px;
        height: auto;
        padding: 45px;
        margin-top: 35vh;
        margin-left: 0;
        margin-right: 10%;
    }
    
    .card-cta > .card-cta-title {
        font-size: 22px;
    }
    
    .card-cta-button {
        width: 350px;
        height: 70px;
        font-size: 1.4rem;
    }
    
    .card-cta-button > .font-lux {
        font-size: 56px;
    }
    
    /* Trilha Section */
    .trilha {
        padding: 100px 60px;
        flex-direction: row;
        justify-content: center;
        gap: 80px;
    }
    
    .trilha-title {
        font-size: 64px;
        text-align: left;
    }
    
    .bloco-trilha {
        padding-bottom: 0;
    }
    
    .trilha-card {
        width: 550px;
    }
    .trilha-card-img{
        height: 30.75rem;
        width: 100%;
    }
    
    .trilha-card-content {
        padding: 30px;
    }
    
    .trilha-card-text {
        font-size: 19px;
    }
    
    .desc-trilha {
        font-size: 20px;
    }
    
    /* Sonho Section */
    .sonho {
        padding: 100px 60px;
    }
    
    .sonho-card {
        width: 800px;
        flex-direction: row;
    }
    
    .sonho-card-content {
        padding: 50px 40px;
        flex: 1;
    }
    
    .sonho-title {
        font-size: 42px;
    }
    
    .sonho-subtitle {
        font-size: 19px;
    }
    
    .sonho-img {
        width: 350px;
        height: 100%;
        object-fit: cover;
    }
    
    /* Risco Section */
    .risco {
        display: flex;
        flex-direction: row;
    }
    
    .risco-card {
        width: 50%;
        height: auto;
        min-height: 400px;
        padding: 60px;
    }
    
    .risco-title {
        font-size: 42px;
    }
    
    .risco-subtitle {
        font-size: 20px;
    }
    
    .risco-img-container {
        width: 50%;
        max-width: none;
    }
    
    .risco-img {
        height: 100%;
        object-fit: cover;
    }
    
    .risco-button {
        width: 320px;
        height: 65px;
        font-size: 20px;
    }
    
    .risco-button > .font-lux {
        font-size: 48px;
    }
    
    /* Depoimentos Section */
    .depoimentos {
        padding: 100px 0;
    }
    
    .depoimentos-title {
        font-size: 64px;
        margin-bottom: 60px;
    }
    
    .depoimentos-title > .font-lux {
        font-size: 96px;
    }
    
    .carrossel-slide {
        width: 380px;
    }
    
    .carrossel-track {
        transform: translateX(calc(-1 * (380px + 20px)));
    }
    
    @keyframes scroll {
        0% {
            transform: translateX(calc(-1 * (380px + 20px)));
        }
        100% {
            transform: translateX(calc(-1 * (380px + 20px) - (6 * (380px + 20px))));
        }
    }
    
    /* Especialista Section */
    .especialista {
        padding: 100px 60px;
    }
    
    .especialista-content {
        max-width: 700px;
    }
    
    .especialista-title {
        font-size: 48px;
    }
    
    .especialista-title > .font-lux {
        font-size: 72px;
    }
    
    .especialista-texto {
        font-size: 18px;
        text-align: center;
    }
    
    .especialista-button {
        max-width: 400px;
        height: 65px;
        font-size: 18px;
    }
    
    .especialista-button > .font-lux {
        font-size: 38px;
    }
    
    /* Footer */
    .footer {
        padding: 60px;
    }
    
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .footer-title {
        font-size: 1.8rem;
    }
    
    .footer-copyright {
        font-size: 15px;
        text-align: right;
    }
}

/* ========================================
   RESPONSIVIDADE - DESKTOP GRANDE (1440px+)
   ======================================== */
@media (min-width: 1440px) {
    
    /* Main Section */
    .main-title {
        font-size: 7rem;
    }
    
    .main-title > .font-lux {
        font-size: 210px;
    }
    
    .card-cta {
        width: 550px;
        padding: 50px;
    }
    
    .card-cta > .card-cta-title {
        font-size: 24px;
    }
    
    .card-cta-button {
        width: 380px;
        height: 75px;
        font-size: 1.5rem;
    }
    
    /* Trilha Section */
    .trilha {
        gap: 120px;
    }
    
    .trilha-title {
        font-size: 72px;
    }
    
    .trilha-card {
        width: 600px;
    }
    
    /* Sonho Section */
    .sonho-card {
        width: 1000px;
    }
    
    .sonho-title {
        font-size: 48px;
    }
    
    .sonho-subtitle {
        font-size: 20px;
    }
    
    .sonho-img {
        width: 450px;
    }
    
    /* Risco Section */
    .risco-title {
        font-size: 52px;
    }
    
    .risco-subtitle {
        font-size: 22px;
    }
    
    /* Depoimentos */
    .carrossel-slide {
        width: 420px;
    }
    
    .carrossel-track {
        transform: translateX(calc(-1 * (420px + 20px)));
    }
    
    @keyframes scroll {
        0% {
            transform: translateX(calc(-1 * (420px + 20px)));
        }
        100% {
            transform: translateX(calc(-1 * (420px + 20px) - (6 * (420px + 20px))));
        }
    }
    
    /* Especialista */
    .especialista-content {
        max-width: 900px;
    }
    
    .especialista-title {
        font-size: 56px;
    }
    
    .especialista-title > .font-lux {
        font-size: 84px;
    }
    
    .especialista-texto {
        font-size: 20px;
    }
}