﻿/* presentation.css - About / presentation page */
.about-content {
    font-size: 16px;
    line-height: 1.9;
}

.about-content h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-content p {
    margin-bottom: 20px;
}

.about-content .highlight-box {
    background: rgba(118, 27, 255, .08);
    border: 1px solid rgba(118, 27, 255, .15);
    border-radius: 20px;
    padding: 30px;
    margin: 40px 0;
}

/* Banner com brochure */

.page-header{
    position: relative;
    overflow: hidden;
}

.page-header-inner{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 520px;
}

.page-header-text{
    max-width: 600px;
    z-index: 2;
}



.page-header-text h1{
    margin-bottom: 20px;
}

.page-header-text p{
    max-width: 500px;
}

/* CARD DA BROCHURE */

.page-header-img-wrap{
    position: relative;
    width: 280px;
    margin-left: 580px; /* controla a distÃ¢ncia do texto */
    margin-right: 280px; /* empurra para longe do homem */
    flex-shrink: 0;
    z-index: 5;
    padding-bottom: 35px;
}

/* detalhe superior roxo */

.page-header-img-wrap::before{
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    width: 72px;
    height: 72px;
    background: #761bff;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    z-index: 3;
}

.page-header-img-wrap::after{
    content: '';
    position: absolute;
    top: -8px;
    right: 60px;
    width: 36px;
    height: 4px;
    background: #761bff;
    transform: rotate(-45deg);
    z-index: 3;
}

/* imagem */

.page-header-img-wrap .img-inner{
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 3px solid #761bff;
    box-shadow:
0 0 0 1px rgba(118,27,255,.4),
0 10px 40px rgba(118,27,255,.35);
}

.page-header-img-wrap .img-inner img{
    display: block;
    width: 100%;
    height: auto;
}

/* detalhe inferior rosa */

.purple-bar-bottom{
    position: absolute;
    left: -10px;
    bottom: 34px;
    width: 72px;
    height: 72px;
    background: #ff1b6b;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    z-index: 3;
}

/* botÃ£o */

.btn-download-brochure{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 10;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    white-space: nowrap;

    padding: 12px 24px;

    background: #ff1b6b;
    color: #fff;
    text-decoration: none;

    border-radius: 50px;

    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;

    box-shadow: 0 6px 24px rgba(255,27,107,.45);

    transition: all .25s ease;
}

.btn-download-brochure:hover{
    color: #fff;
    background: #e4005c;
    transform: translateX(-50%) translateY(-3px);
    box-shadow: 0 12px 30px rgba(255,27,107,.6);
}

.btn-download-brochure svg{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
/* =====================================================
   FULL WIDTH VIDEO
===================================================== */

.storymode-video-section{
    position: relative;

    width: 100vw;
    height: 80vh;

    margin-left: calc(-50vw + 50%);
    margin-top: 80px;
}

.storymode-video-section iframe{
    width: 100%;
    height: 100%;

    border: 0;
    display: block;
}

/* =====================================================
   CONTACT SECTION
===================================================== */

.about-contact-section{
    padding:120px 0;
    position:relative;
}

.contact-copy{
    padding-right:40px;
}

.contact-tag{
    display:inline-block;
    margin-bottom:18px;

    padding:8px 18px;

    border-radius:50px;

    background:rgba(118,27,255,.12);
    color: var(--azul-SM-link);

    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.contact-copy h2{
    line-height:1.1;
}

.contact-copy p{
    font-size:1.15rem;
    line-height:1.8;
}

.contact-divider{
    display:flex;
    align-items:center;
    gap:20px;

    margin:35px 0;

    font-size:14px;
    font-weight:700;
    letter-spacing:.15em;
    text-transform:uppercase;

    opacity:.7;
}

.contact-divider::before,
.contact-divider::after{
    content:'';
    flex:1;
    height:1px;
    background:rgba(255,255,255,.15);
}

/* FORM */

.contact-form-card{
    background:rgba(19,19,24,.92);
    border:1px solid rgba(118,27,255,.25);
    border-radius:24px;

    padding:28px;

    max-width:580px;
    margin-left:auto;

    backdrop-filter:blur(20px);

    box-shadow:
0 0 0 1px rgba(118,27,255,.08),
0 20px 60px rgba(0,0,0,.35);
}

.contact-form-card h3{
    color:#fff;
    font-weight:700;
}

.contact-form-card .form-label{
    color:#fff;
    font-weight:600;
    margin-bottom:8px;
}

.contact-form-card .form-control{
    height:46px;

    border:none;
    border-radius:12px;

    background:rgba(255,255,255,.08);
    color:#fff;

    padding:0 15px;
}

.contact-form-card textarea.form-control{
    min-height:90px;
    padding-top:12px;
}

.contact-form-card .form-control:focus{
    background:rgba(255,255,255,.12);

    color:#fff;

    box-shadow:0 0 0 3px rgba(118,27,255,.25);
}

.contact-form-card .form-control::placeholder{
    color:rgba(255,255,255,.5);
}

.contact-form-card .btn-accent{
    height:56px;

    border:none;

    border-radius:14px;

    font-weight:700;
    letter-spacing:.04em;
}

/* â”€â”€ Responsivo â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

@media (max-width:991px){

    .about-contact-section{
padding:80px 0;
    }

    .contact-copy{
padding-right:0;
    }

    .contact-form-card{
padding:28px;
    }
}

@media (max-width: 768px){

    .storymode-video-section{
height: 50vh;
margin-top: 50px;
    }

}


@media (max-width: 1400px){

    .page-header-img-wrap{
right: 180px;
    }

}

@media (max-width: 1200px){

    .page-header-img-wrap{
right: 100px;
width: 200px;
    }

}

@media (max-width: 991px){

    .page-header-inner{
min-height: auto;
padding-top: 30px;
padding-bottom: 30px;
flex-direction: column;
align-items: flex-start;
    }

    .page-header-img-wrap{
position: relative;
top: auto;
right: auto;
transform: none;
width: 220px;
margin: 40px auto 0;
    }

}

@media (max-width: 767px){

    .page-header-text{
max-width: 100%;
    }

    .page-header-img-wrap{
width: 180px;
    }

}
.about-contact-section{
    padding-bottom:0 !important;
    margin-bottom:0 !important;
}

.about-contact-section .row{
    margin-bottom:0 !important;
}

.contact-form-card{
    margin-bottom:0 !important;
}
.about-contact-section *:last-child{
    margin-bottom:0 !important;
}
