/*HERO*/
main{
    grid-area: main;
    overflow-x: hidden;
}
.hero-imagem{
    margin: 10px 0 20px 0;
    position: relative;
    width: 100%;
    height: 90vh;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
}
.banner{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%);
}
.hero-imagem::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, transparent 80%), 
    linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
}
.hero-content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;                  
    padding: 0 2rem 3rem;
    text-align: center;
    align-items: center;
}
.hero h1{
    border-bottom: 4px solid var(--magenta);
    font-size: clamp(1.8rem, 5vw, 4rem);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.05;
    margin: 0 0 0.5rem;
    color: var(--texto);
    text-shadow: -3px 2px 5px var(--magenta);
    animation: fadeUp 1s ease 0.2s both;
}
.hero p{
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  color: var(--texto);
  max-width: 480px;
  margin: 0;
  animation: fadeUp 1s ease 0.4s both;
}

/*SOBRE*/
.sobre, .callout, .playlist{
    width: 100%;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, var(--magenta) 50%, rgba(83, 6, 83, 0.363)),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
}
.card-sobre{
    display:flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 5% 5% 0;
    min-height: 400px;
}
.sobre-img {
    width: 400px;
    height: 400px; 
    background-image: url('../assets/personal.png');
    background-size: cover;
    background-position: bottom;  
    flex-shrink: 0;
    align-self: flex-end;
    filter: drop-shadow(15px 0 20px rgba(0,0,0,0.3));
    transition-delay: 0.2s;
}
.sobre-texto{
    flex: 1;
    text-align: center;
}
.sobre-texto h1{
    padding: 0 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid black;
    display: inline-block;
}
.sobre-texto p{
    margin: 0 10%;
    margin-bottom: 40px;
    line-height: 1.8;
}
.btn-mais, .btn-mais-experimental{
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 30px;
    padding: 15px 20px;
    width: fit-content;
    display: block;
    margin: 0 auto 40px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.btn-mais { 
    background-color: var(--fundopreto); 
}
.btn-mais a, .btn-mais-experimental a{
    text-decoration: none;
    color: inherit;
}
.btn-mais:hover{
    color: var(--magenta);
    transform: translateY(-4px);
}

/*CARDS*/
.info-cards{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 50px 0;
    padding: 0 40px 40px 0;
    gap: 60px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.texto-info{
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.texto-info h1{
    display: inline-block;
    border-bottom: 3px solid var(--magenta);
    padding: 0 15px;
}
.card{
    width: 280px;
    flex: 0 0 280px;
    background-color: var(--magenta);
    box-shadow: inset 0 -10px 16px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.conteudo-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.conteudo-card p{
    gap: 12px;
    font-size: clamp(0.75rem, 1vw, 0.9rem);
    font-weight: 500;
}
.conteudo-card h3{
    font-size: clamp(0.8rem, 1.2vw, 1rem);
    letter-spacing: 1px;
    font-weight: 800;
}
.halter-icon, .group-icon, .mobile-icon{
    display: block;
    margin: 20px auto;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
    padding: 12px;
    box-sizing: border-box;
}

/*CALLOUT*/
.card-callout{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    position: relative;
    gap: 40px;
    padding: 5% 5%;
    background: linear-gradient(135deg, var(--magenta) 50%, rgba(83, 6, 83, 0.363)),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
}
.callout-img {
    width: 550px;
    height: 450px; 
    background-image: url('../assets/alunos.jpeg');
    background-size: cover;
    background-position: center 30%;  
    flex-shrink: 0;
    filter: drop-shadow(15px 0 20px rgba(0,0,0,0.3));
    transition-delay: 0.2s;
    border-radius: 50px;
    box-shadow: 0px 0px 30px black, 0px 5px 1px rgba(0, 0, 0, 0.2);
}
.callout-texto{
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    gap: 16px;
}
.callout-texto h1{
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 900;
    padding: 0 15px;
    border-bottom: 3px solid black;
    display: inline-block;
    margin: 0 auto 0;
    font-style: italic;
}
.callout-texto h2 {
    font-size: clamp(1.2rem, 2.5vw, 2rem);
    font-weight: 700;
    margin: 0;
}
.callout-texto p {
    font-size: clamp(0.85rem, 1.2vw, 1rem);
    margin: 0;
    line-height: 1.8;
}
.callout-texto span, .card-playlist span{
    font-size: 0.75rem;
    opacity: 0.7;
    margin-top: -40px;
    font-style: italic;
}
.callout-texto h1 span.valor{
    margin: auto;
    display: inline-block;
    padding: 5px;
    padding-left: 0px;
    border-radius: 10px;
    font-weight: 800;
    opacity: 1;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
}
.callout-texto h1 span.iconpreço{
    font-size: 2rem;
    vertical-align: super;
    font-weight: 800;
    padding: 0;
    opacity: 1;
}
.callout-texto h1 span.cifrao{
    font-size: 2.5rem;
    font-weight: 800;
    padding: 0;
    opacity: 1;
}

/*EXPERIMENTAL*/
.aula-experimental{
    width: 100%;
    padding-bottom: 0;
    flex-direction: column;
    display: flex;
    overflow: hidden;
}
.card-experimental{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    position: relative;
    gap: 40px;
    padding: 5% 5%;
}
.experimental-img {
    width: 550px;
    height: 550px; 
    background-image: url('../assets/aulaexp.webp');
    background-size: cover;
    background-position: center 25%;  
    flex-shrink: 0;
    filter: drop-shadow(15px 0 20px rgba(0,0,0,0.3));
    transition-delay: 0.2s;
    border-radius: 50px;
    box-shadow: 0px 0px 30px var(--magenta), 0px 5px 1px #8a0a8a79;
}
.experimental-texto{
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    gap: 16px;
}
.experimental-texto h1{
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 900;
    padding: 0 15px;
    border-bottom: 3px solid var(--magenta);
    display: inline-block;
    margin: 0 auto 0;
    font-style: italic;
}
.experimental-texto p {
    font-size: clamp(0.85rem, 1.2vw, 1rem);
    margin: 0;
    line-height: 1.8;
}
.experimental-texto span{
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    opacity: 1;
    margin-top: -40px;
    font-style: italic;
    color: var(--magenta)
}
.btn-mais-experimental { 
    background-color: var(--magenta); 
}
.btn-mais-experimental:hover{
    color: black;
    transform: translateY(-4px);
}

/*MAPA*/
.local{
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    display: flex;
}
.card-local{
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 2% 5%;
    min-height: 400px;
    background: linear-gradient(180deg, black 50%, rgba(83, 6, 83, 0.363));
}
.local-texto{
    display: inline-block;
    text-align: center;
}
.local-texto h1{
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 900;
    border-bottom: 3px solid var(--magenta);
    padding: 0 15px;
    margin: 15px auto;
}
.local-texto p{
    margin: 15px auto 20px;
    font-size: clamp(0.85rem, 1.2vw, 1rem);
}
.mapa iframe{
    border-radius: 40px;
    padding-bottom: 15px;
    max-width: 100%;
    flex-basis: auto;
    /**filter: grayscale(50%) invert(100%) contrast(95%);*/
}

/*PLAYLIST*/
.card-playlist{
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 2% 5%;
    min-height: 400px;
    background: linear-gradient(135deg, var(--magenta) 50%, rgba(83, 6, 83, 0.363)),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
}
.playlist-texto{
    display: inline-block;
    text-align: center;
}
.playlist-texto h1{
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 900;
    border-bottom: 3px solid var(--fundopreto);
    padding: 0 15px;
    margin: 15px auto;
}
.playlist-texto p{
    margin: 15px auto 20px;
    font-size: clamp(0.85rem, 1.2vw, 1rem);
}
form{
    background-color: black;
    padding: 10px 50px 20px;
    border-radius: 20px;
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
    width: fit-content;
    margin: 0 auto 20px;
}
form input{
    padding: 5px 20px;
    border-radius: 10px;
    background-color: rgb(236, 236, 236);
    border-color: transparent;
}
form label{
    position: relative;
    right: 2.2rem;
}
form label:first-child{
    right: 4rem;
    margin-top: 10px;
}
form input.enviar{
    padding: 10px 20px;
    border-radius: 25px;
    background-color: var(--magenta);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.2px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
form input.enviar:hover{
    color: var(--texto);
    transform: translateY(-4px);
}
.confirmacao-form{
    font-size: 0.6rem;
    opacity: 0.7;
    margin-top: 10px;
}
span.aguarde, span.erro, span.sucesso{
    font-weight: 800;
    font-size: 1.5rem;
    opacity: 1;
}
span.aguarde{
    color: rgb(255, 238, 0);
}
span.erro{
    color: rgb(255, 0, 0);
}
span.sucesso{
    color: rgb(6, 175, 0);
}

/*ANIMACAO*/
.sobre-texto, .sobre-img, .card, .texto-info, 
.callout-texto, .local-texto, .mapa, .playlist-texto, form  {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.sobre-texto.visivel, .sobre-img.visivel, .card.visivel, .texto-info.visivel,
.callout-texto.visivel, .local-texto.visivel, .mapa.visivel, .playlist-texto.visivel, form.visivel  {
    opacity: 1;
    transform: translateY(0);
}
.callout-img, .experimental-texto{
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.callout-img.visivel, .experimental-texto.visivel{
    opacity: 1;
    transform: translateY(0);
}
.callout-texto, .experimental-img{
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.callout-texto.visivel, .experimental-img.visivel{
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*RESPONSIVIDADE*/
@media (max-width: 1180px) {
    .info-cards {
        padding: 0 20px;
        gap: 16px;
    }
    .card {
        width: 220px;
        flex: 0 0 220px;
    }
}
@media (max-width: 700px) {
    .hero-imagem {
        height: 40vh;
        min-height: 300px;
    }
    .hero h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    .hero p {
        font-size: clamp(0.8rem, 3.5vw, 1rem);
        max-width: 90%;
    }
    .hero-content {
        padding: 0 1.25rem 2rem;
    }
    .card-sobre{
        justify-content: space-between;
        min-height: 80vh;
        flex-direction: column;
        align-items: center;
        padding: 10% 5% 0;
        flex: 1;
    }
    .sobre-img{
        width: 100%;
        height: 400px;
        margin-top: auto;
        background-size: 70%;
        background-position: bottom center;
        background-repeat: no-repeat;
        align-self: stretch;
    }
    .sobre-texto p{
        margin: 0 0 15px;
        font-size: clamp(0.75re, 4vw, 0.9rem);
    }
    .info-cards {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 0 20px;
        margin: 30px 0;
    }
    .card {
        max-width: 360px;
        width: 70%;
        flex: 0 0 auto;
        margin: 0;
    }
        .card-callout {
        flex-direction: column;
        padding: 10% 5%;
    }
    .callout-img {
        width: 100%;
        height: 300px;
        flex-shrink: 0;
        background-position: center 60%;
    }
    .callout-texto {
        max-width: 100%;
    }
    .card-experimental {
        flex-direction: column;
        padding: 10% 5%;
    }
    .experimental-img {
        width: 80%;
        height: 500px;
        flex-shrink: 0;
        background-position: center 20%;
    }
    .experimental-texto {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .sobre-img {
        background-size: 70%; 
    }
        .callout-texto h1{
        width: 60%;
    }
}

@media (max-width: 430px) {
    .hero-imagem {
        height: 35vh;
        min-height: 250px;
    }
    .hero h1 {
        font-size: clamp(1.2rem, 8vw, 1.8rem);
    }
    .hero p {
        font-size: clamp(0.75rem, 4vw, 0.9rem);
        max-width: 95%;
    }
    .hero-content {
        padding: 0 1rem 1.5rem;
    }
    .sobre-img{
        background-size: 100%;
    }
    .sobre-texto h1{
        font-size: clamp(1.2, 6vw, 1.5);
    }
    .sobre-texto p{
        margin-bottom: 5px;
    }
    .sobre .btn-mais{
        margin-bottom: 0;
    }
    .mapa iframe{
        height: 300px;
}
    .experimental-img {
        width: 90%;
        height: 350px;
        flex-shrink: 0;
        background-position: center 0%;
    }
    .callout-texto h1{
        width: 80%;
    }
}