body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* HERO */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/hero/banner-principal.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.hero-section h1 {
    font-size: 3.75rem;
    font-weight: 300;
    margin-bottom: 85px !important;
    font-family: 'Poppins', sans-serif;
}

/* BOTÕES HERO (CORRIGIDO) */
.btn-hero-primary {
    background-color: #ffffff;
    color: #000;
    border-radius: 50px;
    padding: 22px 57px;
    font-size: 1.5625rem;
    font-weight: 300;
    border: none;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
}

.btn-hero-primary:hover {
    background-color: #e6e6e6;
    color: #000000;
}

.btn-hero-outline {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 21px 124px;
    font-size: 1.5625rem;
    font-weight: 300;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
}

.btn-hero-outline:hover {
    background-color: #fff;
    color: #000;
}

.container .logo img {
    max-width: 420px;
}

/* KOALA */
.divider-container {
    background-color: #f8f9fa;
    position: relative;
    height: 50px;
}

.koala-icon {
    width: 370px;
    position: absolute;
    top: -204px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

/* INFO */
.info-section p.novra-description {
    font-size: 3.125rem;
    line-height: 1.3;
    color: #283940;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/* STEPS */
.steps-section {
    background-color: #7a7a7a;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/steps/Banner_2.png');
    background-size: cover;
    background-position: center;
    min-height: 922px;
}

.steps-left-column {
    min-height: auto;
    padding: 60px;
}

.step-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.step-item:last-child {
    border-bottom: none;
}

.step-img {
    width: 181px;
    height: 159px;
    object-fit: contain;
    flex-shrink: 0;
}

.step-text {
    font-size: 1.875rem;
    font-weight: 300;
    padding-left: 40px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Poppins', sans-serif;
}

.steps-content-left h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 53px;
}

.bg-grey-steps {
    padding-top: 0;
    display: flex;
    align-items: center;
}

.steps-list {
    padding-left: 60px;
    margin-top: 135px;
}

.btn-light {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.5625rem;
    border-radius: 45px;
    padding: 20px 80px;
}

.steps-content-left {
    margin-top: 50px;
}

/* SERVICES */
.services-section {
    background-color: #e5e5e5;
    padding: 100px 0;
}

.services-title {
    font-weight: 500;
    font-size: 3.75rem;
    color: #283940;
    font-family: 'Poppins', sans-serif;
}

.service-card {
    border-radius: 12px;
    padding: 38px 28px;
    text-align: left;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid transparent;
}

.service-card .card-title {
    font-weight: 500;
    font-size: 1.875rem;
    margin-bottom: 32px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

.service-card .card-text {
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.5;
    max-width: 290px;
    font-family: 'Poppins', sans-serif;
}

.card-light {
    background-color: transparent;
    color: #333;
    border-color: rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-left: 15px;
    height: 279px;
    width: 374px;
}

.card-dark {
    background-color: #283940;
    color: #fff;
    text-align: left;
    margin-left: 15px;
    height: 279px;
    width: 374px;
}

.card-light,
.card-dark {
    height: 279px;
    width: 374px;
}

/* PRODUTOS */
.produtos-section {
    padding: 60px 0;
    background-color: #e5e5e5;
    overflow: hidden;
}

.titulo {
    font-size: 3.75rem;
    font-weight: 500;
    color: #283940;
    font-family: 'Poppins', sans-serif;
}

.subtitulo {
    color: #283940;
    font-size: 1.875rem;
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 55px;
}

.produtos-carousel {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}

.produtos-carousel .slick-list {
    overflow: visible !important;
    padding: 50px 0 !important;
}

.slick-track {
    display: flex;
    align-items: center;
}

.produtos-section .container-fluid {
    max-width: 1700px;
    padding-left: 40px;
    padding-right: 40px;
}

.slick-slide .card-produto {
    transform: scale(0.82);
    opacity: 0.45;
    filter: grayscale(100%);
    transition: all 0.4s ease;
}

.slick-slide {
    padding: 0 12px;
    transition: all 0.4s ease;
}

.slick-slide.slick-center .card-produto {
    transform: scale(1.05);
    z-index: 5;
}

.card-produto {
    width: 240px;
    height: 380px;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    margin: 0 auto;
}

.card-produto img {
    width: 100%;
    height: 105%;
    object-fit: cover;
}

/* CARD CENTRAL */
.slick-center .card-produto {
    transform: scale(1.12);
    opacity: 1;
    filter: grayscale(0%);
    z-index: 20;
    position: relative;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.produtos-section .container {
    max-width: 1900px !important;
}

/* FORM */
.section {
    background: #426e74;
    padding: 70px 0;
}

.section .container {
    max-width: 1600px;
}

.form-header {
    margin-bottom: 50px;
}

.form-header h1 {
    color: #fff;
    font-size: 3.75rem;
    font-weight: 300;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.form-header p {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.custom-form {
    width: 100%;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

label {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    font-weight: 300;
}

.form-control,
.form-select {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    color: #fff;
    height: 58px;
    font-size: 16px;
    padding: 12px 18px;
}

textarea.form-control {
    height: 195px;
    resize: none;
    padding-top: 18px;
}

.form-control::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-control:focus,
.form-select:focus {
    background: transparent;
    border-color: #fff;
    color: #fff;
    box-shadow: none;
}

.form-select option {
    color: #000;
}

.form-submit {
    width: 100%;
    margin-top: 45px;
    display: flex;
    justify-content: center;
}

.btn-custom {
    width: 100%;
    max-width: 1200px;
    height: 78px;
    border-radius: 50px;
    background: #283940;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    transition: 0.3s;
}

.btn-custom:hover {
    background: #ffffff;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.15);
}

.linha-texto {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    color: #fff;
    margin-top: 25px;
    font-size: 1rem;
    font-weight: 300;
}

.linha-texto::before,
.linha-texto::after {
    content: "";
    width: 120px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}

.form-select {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    color: #fff;
    height: 58px;
    font-size: 16px;
    padding: 12px 60px 12px 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/button_select.png');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 19px;
}

/* FOOTER */
.footer {
    background: #2f3f43;
    color: #fff;
    padding: 38px 0;
}

.footer .container {
    max-width: 1600px;
}

.footer .brand {
    font-weight: 600;
}

.footer .brand img:first-child {
    height: 45px;
    margin: 0 8PX 0 8PX;
}


.footer .brand img:last-child {
    height: 27px;
    margin: 0 8PX 0 8PX;
}

.footer .brand img:nth-child(2) {
    height: 20px;
}

.footer .text-center {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

.footer .icons {
    text-align: end;
}

.footer .icons i {
    margin-left: 10px;
}

.icon-social {
    width: 20px;
    height: auto;
    object-fit: contain;
    cursor: pointer;
    transition: 0.3s;
}

.icon-social:hover {
    transform: scale(1.1);
}

/* WHATSAPP (MANTIDO) */
.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.whatsapp-float img {
    width: 35px;
}

.footer-copy {
    background: #FFFFFF;
    color: #283940;
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.mobile-br {
    display: none;
}

.btn-marketplace {
    background-color: #283940;
    color: #fff;
    padding: 22px 79px;
    border-radius: 55px;
    font-size: 25px;
    border: none;
    font-family: 'Poppins', sans-serif;
}

.btn-marketplace:hover {
    background-color: #3A656E;
    color: #fff;
}

.desktop-br {
    display: inline;
}

.mobile-br {
    display: none;
}

.koala-link {
    display: inline-block;
    text-decoration: none;
}

.koala-link img {
    display: block;
    cursor: pointer;
}

.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: transparent;
    border: none;
    box-shadow: none;
    transition: transform 0.3s ease;
}

.whatsapp-float img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    display: block;
}

.whatsapp-float:hover {
    transform: scale(1.08);
}

.footer-copy a {
    text-decoration: none;
    color: inherit;
}

.footer-copy a:hover {
    text-decoration: none;
    color: inherit;
}

.privacy-check{
    margin:20px 0;
}

.privacy-label{
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:14px;
    line-height:1.5;
}

.privacy-label input{
    margin-top:4px;
}

.btn-custom:disabled{
    opacity:.5;
    cursor:not-allowed;
}

/* RESPONSIVO */
@media (max-width: 768px) {

    .desktop-br {
        display: none;
    }

    .mobile-br {
        display: inline;
    }

    .step-img {
        width: 100px;
        height: 88px;
    }

    .step-text {
        font-size: 1.1rem;
        padding-left: 20px;
    }

    .hero-section h1 {
        font-size: 1.25rem;
        margin: 15px;
        margin-bottom: 0 !important;
    }

    .whatsapp-float {
        right: 15px;
        bottom: 20px;
        width: 50px;
        height: 50px;
    }

    .whatsapp-float img {
        width: 28px;
    }

    .steps-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-copy {
        font-size: 10px;
        white-space: normal;
        padding: 20px;
    }

    .card-light,
    .card-dark,
    .service-card {
        max-width: 90%;
        height: auto;
        margin: 10px auto;
    }

    .btn-hero-outline,
    .btn-hero-primary {
        padding: 11px 20px;
        width: 100%;
        font-size: 15px;
        max-width: 288px;
    }

    .koala-icon {
        width: 208px;
        top: -115px;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 0 15px;
        margin-top: 20px;
        align-items: center;
    }

    .hero-section {
        height: 58VH;
    }

    .container .logo img {
        max-width: 257px;
    }

    .divider-container {
        height: 0;
    }

    .info-section {
        padding: 0 !important;
    }

    .info-section p.novra-description {
        font-size: 20px;
    }

    .info-section .container {
        padding: 25px !important;
    }

    .novra-description br {
        display: none;
    }

    .mobile-br {
        display: inline;
    }

    .steps-section {
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url('../images/steps/steps_background_mobile.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        min-height: 74vh;
    }

    .steps-section .row {
        flex-direction: column;
        align-items: center;
    }

    .steps-content-left {
        height: auto;
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center;
        order: 1;
    }

    .steps-content-left h2 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .steps-content-left .btn-custom {
        display: none;
    }

    .bg-grey-steps {
        padding-top: 0;
        background: transparent;
        order: 2;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .steps-list {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 0;
        margin-left: 60px;
    }

    .step-item {
        width: 100%;
        max-width: 320px;
        justify-content: flex-start;
        display: flex;
    }

    .steps-left-column {
        min-height: 100PX;
        margin-top: 40px;
    }

    .step-text {
        font-size: 1.1rem;
        padding-left: 15px;
        display: flex;
        align-items: center;
    }

    .bg-grey-steps::after {
        content: "Quero personalizar";
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f1f1f1;
        color: #283940;
        width: 100%;
        max-width: 280px;
        height: 55px;
        border-radius: 50px;
        margin: 30px auto 0;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        cursor: pointer;
        position: relative;
        text-align: center;
        margin-bottom: 50px;
        margin-top: 55px;
    }

    .services-section {
        padding: 10px 0;
    }

    .container-fluid.text-center {
        padding-bottom: 0 !important;
    }

    .services-title {
        font-size: 20px;
        margin-bottom: 0 !important;
    }

    .service-card .card-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .service-card .card-text {
        font-size: 15px;
    }

    .services-section .row {
        margin-top: 0 !important;
        --bs-gutter-y: 0;
    }

    .titulo {
        font-size: 20px;
    }

    .subtitulo {
        font-size: 15px;
    }

    .slick-center .card-produto {
        transform: scale(1);
    }

    .btn-marketplace {
        font-size: 15px;
        padding: 12px 74px;
    }

    .section {
        padding: 50px 0;
    }

    .left-text h1 {
        font-size: 20px;
        text-align: center;
    }

    .left-text p {
        font-size: 12px;
        text-align: center;
    }

    label {
        font-size: 12px;
    }

    .form-control,
    .form-select,
    textarea {
        font-size: 12px;
    }

    .custom-form {
        max-width: 330px;
        width: 100%;
        margin: 0 auto;
    }

    .form-submit .btn-custom {
        font-size: 15px;
        max-width: 328px;
        height: 45px;
    }

    .form-submit {
        height: 45px;
    }

    .linha-texto {
        font-size: 11px;
    }

    .footer .brand {
        text-align: center;
    }

    .footer .brand img:first-child {
        height: 29px;
    }

    .footer .brand img:last-child {
        height: 19px;
    }

    .footer .text-center {
        font-size: 20px;
    }

    .footer .icons {
        text-align: center;
    }

    .icon-social {
        width: 19px;
        height: 20px;
    }

    .form-header {
        margin-bottom: 30px;
        text-align: center;
    }

    .form-header h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .form-header p {
        font-size: 0.85rem;
        line-height: 1.5;
        max-width: 320px;
        margin: 0 auto;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-left .row {
        display: flex;
        flex-direction: column;
    }

    .form-left .col-6 {
        width: 100%;
    }

    .custom-form {
        max-width: 330px;
        margin: 0 auto;
    }

    label {
        font-size: 0.8rem;
        margin-bottom: 8px;
    }

    .form-control,
    .form-select {
        height: 48px;
        font-size: 0.75rem;
        border-radius: 8px;
    }

    textarea.form-control {
        height: 110px;
    }

    .form-submit {
        margin-top: 18px;
        height: auto;
    }

    .btn-custom {
        max-width: 100%;
        height: 48px;
        font-size: 1rem;
        border-radius: 50px;
    }

    .linha-texto {
        margin-top: 12px;
        font-size: 0.7rem;
        gap: 10px;
    }

    .linha-texto::before,
    .linha-texto::after {
        width: 50px;
    }

    .produtos-carousel {
        max-width: 100%;
    }

    .card-produto {
        width: 150px;
        height: 240px;
    }

    .slick-slide {
        padding: 0 5px;
    }

    .slick-slide .card-produto {
        transform: scale(0.82);
        opacity: 0.5;
    }

    .produtos-carousel {
        max-width: 100%;
        padding: 0;
    }

    .card-produto {
        width: 95px;
        height: 150px;
        margin: 0 auto !important;
        border-radius: 16px;
    }

    .slick-slide {
        padding: 0 !important;
    }

    .slick-center .card-produto {
        transform: scale(1);
        opacity: 1;
        z-index: 10;
    }

    .slick-list {
        overflow: hidden !important;
    }

    .produtos-section {
        overflow: hidden;
    }

    .produtos-carousel {
        overflow: hidden;
        width: 100%;
    }

    .slick-track {
        display: flex;
        align-items: center;
    }

    html,
    body {
        overflow-x: hidden;
    }

}