/*
============================================
BUG

- Formulario de envio
- Confirmacao de envio
============================================
*/


.header__content {
    /* min-height: calc(100vh - 150px); */
    min-height: 750px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 70px;
    padding-top: 70px;
}

.header__content h1 {
    font-family: 'Playfair Display', cursive;
    font-size: 71px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 65px;
    word-spacing: 2px;
}

.header__content h2 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    word-spacing: 2px;
}

.header__headline p {
    /* font-family: var(--header_h2-font-family); */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #aeaeae;
    margin: 0 auto;
    margin-top: 15px;
    max-width: 900px;
}

.header__content span {
    padding-right: 5px;
    background: linear-gradient(80deg, #00a2ff, #ffffff);
    background: -webkit-linear-gradient(80deg, #00a2ff, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.header__content p span {
    font-weight: 400;
    background: linear-gradient(80deg, #00a2ff, #ffffff);
    background: -webkit-linear-gradient(80deg, #00a2ff, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.header__start {
    margin-top: 40px;
}

.header__start-login {
    font-size: 12px;
    color: #8c8c8c;
}

.header__start-terms {
    max-width: 450px;
    font-size: 12px;
    color: #c6c6c6;
    margin-top: 30px;
}

.header__start-terms a:link,
.header__start-terms a:visited {
    color: #82d1ff;
    text-decoration: none;
}

.header__start-terms a:hover {
    color: #006fb0;
    transition: all 0.5s;
}

.header__imagem {
    margin-top: 40px;
    margin-bottom: 50px;
}

.header__imagem img {
    width: auto;
}

/* Infinite Slider Styles */
.slider__imagem {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
    /* padding: 20px 0; */
    margin: 50px 0 0 0;
}

.infinite-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    width: calc(200%);
    animation: slideLeft 30s linear infinite;
}

.slide-item {
    flex: 0 0 auto;
    /* margin-right: 20px; */
    /* border-radius: 10px; */
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.slide-item:hover {
    transform: scale(1.05);
}

.slide-item img {
    width: 400px;
    height: 300px;
    object-fit: cover;
    display: block;
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.header__content-headline {
    width: fit-content;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
    word-spacing: 2px;
    background-color: #ffffff;
    padding: 5px 15px;
    border-radius: 15px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 20px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    text-transform: uppercase;
}

.header__content-headline i {
    background: #3dff00;
    color: #ffffff;
    padding: 3px 2px 2px 3px;
    border-radius: 50%;
    font-size: 11px;
}



.header__headline a:link,
.header__headline a:visited {
    text-decoration: none;
    color: #969696;
}

.header__headline a:hover {
    color: #000000;
    transition: all 0.5s;
}




.header__honor {
    display: flex;
    margin-top: 70px;
}

.header__honor-box {
    padding: 0 16px;
    margin: 0 30px;
    position: relative;
}

.header__honor-box::before {
    left: -20px
}

.header__honor-box::before {
    content: "";
    background-image: url(https://recordei.com/assets/img/honor.svg);
    width: 15px;
    height: 36px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
}


.header__honor-box::after {
    top: 0;
    right: -20px;
    transform: rotateY(180deg);
}

.header__honor-box::after {
    content: "";
    background-image: url(https://recordei.com/assets/img/honor.svg);
    width: 15px;
    height: 36px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
}

.header__honor-title {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #c7c6c6;
}

.header__honor-desc {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #8c8c8c;
}




.header__testimonial {
    display: flex;
    justify-content: center;
    align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        height: auto;
        margin-top: 50px;
}

.header__testimonial-imgs ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__testimonial-imgs li {
    margin: 0;
    padding: 0;
}

.header__testimonial-imgs img {
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 45px;
    margin-left: -23px;
}

.header__testimonial-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.header__testimonial-trusted p {
    margin: 0;
    padding: 0;
    margin-left: 15px;
    font-family: var(--header_h2-font-family);
    font-size: 16px;
    font-weight: var(--header_h2-font-weight);
    letter-spacing: 3px;
    color: #8c8c8c;
}

.header__testimonial-stars svg {
    color: #00a2ff;
}

/* Header Result Styles */
.header__result {
    margin-top: 40px;
    /* margin-bottom: 30px; */
}

.header__result-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.header__result-before,
.header__result-after {
    flex-shrink: 0;
}

.header__result-before img,
.header__result-after img {
    width: 300px;
    height: 200px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.header__result-before img:hover,
.header__result-after img:hover {
    transform: scale(1.10);
}

.header__result-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #00a2ff, #0088cc);
    border-radius: 50%;
    color: white;
    font-size: 20px;
    box-shadow: 0 5px 20px rgba(0, 162, 255, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 5px 20px rgba(0, 162, 255, 0.3);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 8px 25px rgba(0, 162, 255, 0.5);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 5px 20px rgba(0, 162, 255, 0.3);
    }
}

/* Upload Area Styles */
.header__upload {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 70px;
}

.header__upload-area {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.upload-area {
    position: relative;
    max-width: 450px;
    min-height: 270px;
    border: 3px dashed rgba(0, 162, 255, 0.5);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(0, 162, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.upload-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 162, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.upload-area:hover::before {
    opacity: 1;
}

.upload-area:hover {
    border-color: #0088cc;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 162, 255, 0.15);
}

.upload-area.dragover {
    border-color: #0088cc;
    background: linear-gradient(135deg, rgba(0, 162, 255, 0.08) 0%, rgba(255, 255, 255, 0.1) 100%);
    transform: scale(1.02);
}

.upload-icon {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.upload-icon i {
    font-size: 60px;
    color: #00a2ff;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.upload-area:hover .upload-icon i {
    transform: translateY(-5px);
    opacity: 1;
    color: #0088cc;
}

.upload-content {
    position: relative;
    z-index: 2;
}

.upload-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.upload-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0 0 20px 0;
}

.upload-browse {
    color: #00a2ff;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.3s ease;
}

.upload-browse:hover {
    color: #0088cc;
}

.upload-formats {
    background: rgba(0, 162, 255, 0.1);
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid rgba(0, 162, 255, 0.2);
}

.upload-formats small {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #555;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.upload-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.upload-resize{
    height: 400px !important;
    overflow: auto !important;
}


.startUpload-btn:disabled,
.startUpload-btn[disabled] {
    background: #95c8ff;
    color: #ffffff;
    cursor: not-allowed;
    border-color: #e0e0e0;
    box-shadow: none;
    opacity: 0.7;
    transition: background 0.3s, color 0.3s;
}








@media only screen and (max-width: 430px) {
    .header {
        margin-top: 10px !important;
    }

    .header__content{
        padding-bottom: 0px;
        min-height: auto;
    }

    .header__content h1 {
        margin: 0;
        padding: 0;
        font-family: 'Playfair Display', sans-serif;
        font-size: 60px;
        font-weight: 500;
        letter-spacing: -2px;
        line-height: 55px;
        word-spacing: 2px;
    }

    .header__content h2 {
        margin: 0;
        padding: 0;
        font-family: 'Playfair Display', sans-serif;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 30px;
        word-spacing: 2px;
    }

    .header__headline p {
        margin: 0;
        padding: 0;
        font-family: 'Playfair Display', sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 3px;
        color: #8c8c8c;
        margin-top: 15px;
    }

    .header__imagem img {
        width: 100%;
    }

    .header__testimonial-imgs{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
    }

    .header__honor {
        margin-top: 34px;
    }

    .header__honor h3,
    .header__honor p {
        font-size: 10px;
    }

    .header__honor-box {
        margin: 0 18px;
    }

    .header__honor-box::before {
        left: -10px
    }

    .header__honor-box::after {
        right: -10px;
    }

    .header__start {
        margin-top: 55px;
    }

    /* Infinite Slider Mobile Styles */
    .slider__imagem {
        /* padding: 15px 0; */
        margin: 30px 0 0 0;
    }

    .slide-item img {
        width: 300px;
        height: 200px;
    }

    .header__upload {
        padding-left: 0px;
    }

    /* Upload Area Mobile Styles */
    .header__upload-area {
        margin-top: 30px;
        padding: 0 20px;
    }

    .upload-area {
        max-width: 100%;
        min-height: 220px;
        padding: 20px 15px;
        border-width: 2px;
        border-radius: 15px;
    }

    .upload-icon i {
        font-size: 45px;
    }

    .upload-content h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .upload-content p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .upload-formats {
        padding: 8px 12px;
        border-radius: 8px;
    }

    .upload-formats small {
        font-size: 11px;
        line-height: 1.3;
    }

    /* Header Result Mobile Styles */
    .header__result {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .header__result-box {
        gap: 10px;
    }

    .header__result-before img,
    .header__result-after img {
        width: 170px !important;
        height: 110px !important;
        border-radius: 12px;
    }

    .header__result-arrow {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 431px) and (max-width: 768px) {
    .header__content{
        padding-bottom: 0px;
        min-height: auto;
    }

    .header__content h1 {
        font-family: 'Playfair Display', sans-serif;
        font-size: 60px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 55px;
        word-spacing: 2px;
    }

    .header__content h2 {
        font-family: 'Playfair Display', sans-serif;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 30px;
        word-spacing: 2px;
    }

    .header__headline p {
        font-family: 'Playfair Display', sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 3px;
        color: #8c8c8c;
        margin-top: 15px;
    }

    .header__imagem img {
        width: 100%;
    }

    .header__honor-box {
        margin: 0 18px;
    }

    .header__honor-box::before {
        left: -10px
    }

    .header__honor-box::after {
        right: -10px;
    }

    .header__upload {
        padding-left: 0px;
    }

    /* Upload Area Tablet Styles */
    .header__upload-area {
        margin-top: 40px;
        padding: 0 30px;
    }

    .upload-area {
        max-width: 400px;
        min-height: 250px;
        padding: 25px 20px;
    }

    .upload-icon i {
        font-size: 50px;
    }

    .upload-content h3 {
        font-size: 18px;
    }

    .upload-content p {
        font-size: 15px;
    }

    .upload-formats small {
        font-size: 11px;
    }

    /* Header Result Tablet Styles */
    .header__result {
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .header__result-box {
        gap: 18px;
    }

    .header__result-before img,
    .header__result-after img {
        width: 180px !important;
        border-radius: 13px;
    }

    .header__result-arrow {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}