.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- About / Diferenciais Section --- */
.about-section {
    position: relative;
    padding: 127px 0;
    color: #ffffff;
    background-color: #070709;
    /* Fallback caso a imagem falhe */
    overflow: hidden;
}

.about-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    pointer-events: none;
}



.about-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.about-content {
    max-width: 770px;
    margin-bottom: 80px;
}

.about-title {
    font-family: 'Inter';
    font-weight: 700;
    font-style: Bold;
    font-size: clamp(50px, 6vw, 60px);
    line-height: 1.15;
    letter-spacing: -3.6px;
    color: #fff;
    margin: 0 0 24px 0;
}

.text-accent-2 {
    background: linear-gradient(90deg, #FB2C36 0%, #9F0712 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-right: 0.1em;
    margin-right: -0.1em;
}

.about-description {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #9F9FA9;
    margin: 0;
    max-width: 680px;
}

/* Grid de Cards */
.about-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.about-card {
    background: #0A0A0C;
    border-top: 1px solid #FFFFFF0D;
    border-radius: 32px;
    padding: 40px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    box-shadow: 0px 25px 50px -12px #00000040;

}

.about-card:hover {
    transform: translateY(-4px);
    border-color: rgba(251, 44, 54, 0.2);
}

.card-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: #FFFFFF05;
    border: 1px solid #FFFFFF0D;
    border-radius: 12px;
    color: #FB2C36;
    margin-bottom: 28px;
}

.card-icon-wrapper svg {
    width: 22px;
    height: 22px;
}

.card-title {
    font-family: 'Inter';
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.75px;
    color: #fff;
    margin: 0 0 12px 0;
}

.card-title-custom {
    font-size: 24px;

}

.card-title strong {
    font-weight: 700;
}

.text-highlight {
    color: #FB2C36;
}

.card-description {
    font-family: 'Inter';
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    color: #9F9FA9;
    line-height: 29.25px;
    letter-spacing: 0px;

    margin: 0;
}

/* --- Responsividade --- */
@media (max-width: 992px) {
    .about-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 60px 0;
    }

    .about-content {
        margin-bottom: 40px;
    }

    .about-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-card {
        padding: 24px;
    }
}

/* --- Vehicles Section --- */
.vehicles-section {
    padding: 95px 0;
    /* border-top: 1px solid #00000033; */
    color: #ffffff;
    background: #050507E5;
}

.vehicles-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.vehicles-header {
    text-align: center;
    margin-bottom: 80px;
}

.vehicles-title {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 70px;

    letter-spacing: -4.8px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 16px 0;
}

.vehicles-subtitle {
    font-family: 'Inter';
    font-weight: 300;
    font-style: Light;
    font-size: 25px;
    line-height: 48.75px;
    letter-spacing: 0px;
    text-align: center;
    color: #9F9FA9;
    margin: 0 auto;
}

.vehicles-subtitle strong {

    font-weight: 700;
}

/* Grid de Motos */
.vehicles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.vehicle-card {
    background: #0A0A0C;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 25px 50px -12px #00000040;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.vehicle-card:hover {
    transform: translateY(-4px);
    border-color: rgba(251, 44, 54, 0.4);
    box-shadow: 0px 25px 50px -12px #00000040, 0px 0px 20px 0px rgba(251, 44, 54, 0.15);
}


.vehicle-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.5px;
    color: #050507;
    border: 1px solid #000000;
    background: #FFFFFF1A;
    padding: 6px 13px;
    border-radius: 50px;
    text-transform: uppercase;
}

.vehicle-image-wrapper {
    position: relative;
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vehicle-image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0A0A0C 0%, rgba(3, 3, 4, 0.666667) 16.67%, rgba(0, 0, 0, 0.333333) 33.33%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 2;
}

.vehicle-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.35s ease;
}


.vehicle-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 24px;
}

.vehicle-name {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.75px;
    color: #ffffff;
    margin: 0;
}

.vehicle-desc {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 14px;
    color: #9F9FA9;
    margin: 0;
}

.vehicle-price-box {
    padding-top: 5px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.price-label {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #71717B;
    margin-bottom: 5px;

}

.price-val {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FB2C36B2;

}

.price {
    font-size: 30px;
    background: linear-gradient(90deg, #FB2C36 0%, #E7000B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;


}

.price-period {
    font-size: 16px;
    font-weight: 400;
    color: #52525C;
    margin-left: 2px;
}

/* Botão do Card */
.btn-vehicle-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(89.12deg, rgba(231, 0, 11, 0.9) 84.65%, rgba(97, 17, 23, 0.9) 99.25%);

    color: #ffffff;
    text-decoration: none;

    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.35px;


    padding: 16px 20px;
    border-radius: 14px;
    text-align: center;
    transition: opacity 0.2s, transform 0.2s;
}

.btn-vehicle-cta:hover {
    background: #611117;


}



/* Responsividade */
@media (max-width: 1200px) {
    .vehicles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .vehicles-section {
        padding: 80px 0;
    }

    .vehicles-title {
        font-size: 42px;
        line-height: 50px;
        letter-spacing: -2px;
    }

    .vehicles-subtitle {
        font-size: 18px;
    }

    .vehicles-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* --- SBM Premium Section --- */

.sbm-section {
    padding: 80px 0;
    background: #050507E5;
}

.sbm-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;

}

.sbm-card {
    background: #0A0A0C;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    padding: 64px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
    box-shadow: 0px 25px 50px -12px #00000040;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.sbm-card:hover {
    border-color: rgba(251, 44, 54, 0.4);
    box-shadow: 0px 25px 50px -12px #00000040, 0px 0px 20px 0px rgba(251, 44, 54, 0.15);
}

.sbm-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sbm-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2.4px;
    color: #D4D4D8;
    border-top: 1px solid #3F3F4780;
    background: #18181BCC;
    padding: 8px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 32px;
}


.sbm-title {
    font-family: 'Inter';
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 60px);
    line-height: 110%;
    letter-spacing: -2px;
    color: #ffffff;
    margin: 0 0 24px 0;
}

.sbm-desc {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #9F9FA9;
    margin: 0 0 40px 0;
    max-width: 512px;
}

.btn-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #050507;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    padding: 18px 32px;
    border-radius: 14px;
    transition: opacity 0.2s, transform 0.2s;
}

.btn-white:hover {
    background: linear-gradient(90deg, #4A0005 0%, #611117 100%);
    color: #fff;
}



.sbm-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #0A0A0C;
    /* Fallback de fundo do estúdio da moto */
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: auto;

    box-shadow: 0px 20px 50px 0px #00000080;

}

.sbm-image-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0A0A0C 0%, rgba(3, 3, 4, 0.666667) 16.67%, rgba(0, 0, 0, 0.333333) 33.33%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 20;
}

.sbm-image {
    width: 100%;
    height: auto;
    aspect-ratio: 600 / 400;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sbm-card:hover .sbm-image {
    transform: scale(1.05);
}

/* --- Responsividade --- */
@media (max-width: 992px) {
    .sbm-card {
        grid-template-columns: 1fr;
        padding: 40px;
        gap: 32px;
    }

    .sbm-desc {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .sbm-section {
        padding: 0 0 60px 0;
    }

    .sbm-card {
        padding: 32px 24px;
        border-radius: 24px;
    }

    .sbm-title {
        font-size: 36px;
        line-height: 120%;
    }
}

/* --- Approval / Credit Section --- */
.approval-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #070709E5;
    color: #ffffff;
    border: 1px solid #00000033;
}

.approval-glow {
    position: absolute;
    top: 50%;
    left: -250px;
    pointer-events: none;
    z-index: 1;
}

.approval-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
    align-items: center;

}

.approval-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.approval-title {
    font-family: 'Inter';
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 58px);
    line-height: 110%;
    letter-spacing: -2px;
    color: #ffffff;
    margin: 0 0 24px 0;
}

.approval-description {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #9F9FA9;
    margin: 0 0 40px 0;
    max-width: 514px;
}

.approval-description strong {
    font-weight: 500;
    color: #ffffff;
}


/* Cards on the Right */
.approval-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.approval-card {
    background: #0A0A0C;

    border-radius: 24px;
    padding: 19px;
    display: flex;
    align-items: center;
    gap: 24px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    box-shadow: 0px 25px 50px -12px #00000040;

}



.approval-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(251, 44, 54, 0.2) 0%, rgba(231, 0, 11, 0.05) 100%);

    border: 1px solid #FB2C3633;
    flex-shrink: 0;
}



.approval-card-info {
    display: flex;
    flex-direction: column;

}

.approval-card-title {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    margin: 0;
}

.approval-card-desc {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #71717B;
    margin: 0;
}

/* --- Responsividade --- */
@media (max-width: 992px) {
    .approval-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .approval-description {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .approval-section {
        padding: 60px 0;
    }

    .approval-title {
        font-size: 38px;
        line-height: 120%;
        letter-spacing: -1.5px;
    }

    .approval-description {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .approval-card {
        padding: 20px 24px;
        gap: 18px;
    }

    .approval-card-icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }

    .approval-card-title {
        font-size: 18px;
        line-height: 24px;
    }

    .btn-white-cta {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
}

/* --- Testimonials Section --- */
.testimonial-section {
    padding: 100px 0;
    background-color: #050507E5;
    color: #ffffff;
}

.testimonial-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.testimonial-card-wrapper {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    background: linear-gradient(135deg, #0F0F13 0%, #0C0C10 25%, #09090D 50%, #07070A 75%, #050507 100%);

    border-top: 1px solid #FFFFFF0D;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0px 20px 50px 0px #00000080;

}

/* Left Column */
.testimonial-left {
    position: relative;
    padding: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    overflow: hidden;
    background: radial-gradient(circle at 30% 50%, #1a1a22 0%, #0A0A0C 100%);
}

.testimonial-left-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    z-index: 1;
    pointer-events: none;
    opacity: 0.65;
    transition: transform 0.5s ease;
}

.testimonial-card-wrapper:hover .testimonial-left-bg {
    transform: scale(1.04);
}



.testimonial-left-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(10, 10, 12, 0) 20%, rgba(10, 10, 12, 0.9) 90%, #0A0A0C 100%),
        linear-gradient(0deg, rgba(10, 10, 12, 0.7) 0%, rgba(10, 10, 12, 0) 50%);
    z-index: 2;
}

.testimonial-left-content {
    position: relative;
    z-index: 3;
}

.google-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #18181BCC;
    border: 1px solid #3F3F4780;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.google-badge span {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 9px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.testimonial-left-title {
    font-family: 'Inter';
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 40px);
    line-height: 1.15;
    letter-spacing: -1.5px;
    color: #ffffff;
    margin: 0 0 23px 0;
}

.testimonial-left-desc {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #9F9FA9;
    margin: 0 0 30px 0;
    max-width: 448px;
}

.testimonial-left-tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.left-tag {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #FFFFFF05;
    border: 1px solid #FFFFFF0D;
    padding: 0 16px;
    height: 60px;
    border-radius: 16px;

}

.left-tag span {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 13px;
    line-height: 22px;
    color: #D4D4D8;
}

.tag-icon {
    flex-shrink: 0;
}

/* Right Column */
.testimonial-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px;
    background: #0A0A0C;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    gap: 32px;
}

/* Quote Card */
.testimonial-quote-card {
    display: flex;
    flex-direction: column;

    padding: 30px;
    border: 1px solid #FFFFFF0D;
    border-radius: 32px;
    background: #111116;

    position: relative;

}

.quote-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.quote-mark-icon {
    position: absolute;
    right: 30px;
    top: 17px;
}

.stars-row {
    display: flex;
    gap: 4px;
}

.stars-row svg {
    width: 17px;
    height: 17px;
}

.quote-text {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 19px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0;
    font-style: italic;
    margin-bottom: 10px;
    max-width: 380px;
}

.quote-author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}

.author-avatar {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: #E7000B33;
    border: 1px solid #FB2C3633;
    color: #FB2C36;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
}

.author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.author-name {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin: 0;
}

.author-meta {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #71717B;

}

/* Stats Card */
.testimonial-stats-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(90deg, rgba(231, 0, 11, 0.1) 0%, rgba(0, 0, 0, 0) 100%);

    border: 1px solid #FB2C3633;
    border-radius: 24px;
    padding: 24px;
}

.stats-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #FB2C36;
    color: #ffffff;
    font-family: 'Inter';
    font-weight: 900;
    font-size: 24px;
    flex-shrink: 0;
    box-shadow: 0px 10px 20px rgba(251, 44, 54, 0.3);
}

.stats-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stats-title {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
}

.stats-desc {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #9F9FA9;
    margin: 0;
}

/* --- Responsividade --- */
@media (max-width: 992px) {
    .testimonial-card-wrapper {
        grid-template-columns: 1fr;
    }

    .testimonial-left {
        min-height: 450px;
        padding: 40px;
    }

    .testimonial-right {
        padding: 40px;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-left {
        padding: 32px 24px;
        min-height: auto;
    }

    .testimonial-left-desc {
        margin-bottom: 28px;
    }

    .testimonial-left-tags {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .left-tag {
        padding: 14px 18px;
    }

    .testimonial-right {
        padding: 32px 24px;
        gap: 32px;
    }

    .quote-text {
        font-size: 18px;
    }

    .testimonial-stats-card {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

/* --- Locations Section --- */
.locations-section {
    padding: 100px 0;
    background-color: #ffffff;
    color: #ffffff;
    border-top: 1px solid #00000033;
    position: relative;
    overflow: hidden;
}

.locations-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.locations-header {
    text-align: center;
    position: relative;
}

.blur-location {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1280px;
    max-width: 100vw;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blur-location svg {
    width: 100%;
    height: auto;
}




.locations-title {
    position: relative;
    z-index: 10;
    font-family: 'Inter';
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 60px);
    line-height: 110%;
    letter-spacing: -3.6px;
    color: #000;
    margin: 0 0 20px 0;
}

.locations-subtitle {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #000000;
    margin: 0 auto;
    max-width: 572px;
}

/* Locations Grid */
.locations-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 90px auto;
    max-width: 1190px;
    padding: 0 20px;
}

.location-card {
    background: #000000CC;
    border-top: 1px solid #FFFFFF0D;
    border: 1px solid #FFFFFF1A;
    border-radius: 28px;
    padding: 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
    max-height: 225px;
}


/* Active State Card */
.location-card.active {
    background: #3C0004;
    box-shadow: 0px 0px 15px 0px #DC26260D;



}

.location-card-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
}

.location-icon-badge {
    color: #FB2C36;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    background: #FFFFFF0D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #FFFFFF1A;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.location-icon-badge svg {
    width: 20px;
    height: 20px;
}

.location-card.active .location-icon-badge {
    color: #ffffff;
    background: linear-gradient(135deg, #E7000B 0%, #9F0712 100%);

    box-shadow: 0px 4px 6px -4px #0000001A;

    box-shadow: 0px 10px 15px -3px #0000001A;
    border: none;
}

.location-title-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.location-name {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #FFFFFFE5;
    margin: 0;
}

.location-badge {
    align-self: flex-start;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.5px;
    color: #FF6467;
    background: #FB2C3633;
    border-top: 1px solid #FB2C3633;
    padding: 2px 9px;
    border-radius: 50px;

}

.location-address {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    color: #9F9FA9;
    margin: 0 0 10px 0;
    flex-grow: 1;
}

.btn-location-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #FFFFFF1A;
    color: #D4D4D8;
    text-decoration: none;
    background: #FFFFFF0D;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.35px;

    padding: 12px 20px;
    border-radius: 99px;
    text-align: center;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.location-card.active .btn-location-cta {
    border-color: #FB2C364D;
    background: #E7000B1A;
    color: #FF6467;

}

.btn-location-cta:hover {
    background: linear-gradient(90deg, rgba(159, 7, 18, 0.9) 0%, rgba(65, 0, 0, 0.9) 100%);
    border-top: 1px solid #FFFFFF1A;
}

.location-card.active .btn-location-cta:hover {
    background: linear-gradient(90deg, #9F0712 0%, #470003 100%);

    color: #C9BABF;
    border-color: #FB2C364D;
}


/* Map Wrapper & Styling */
.map-wrapper {
    position: relative;
    padding: 16px;
    border-radius: 58px;
    overflow: hidden;
    background: linear-gradient(90deg, #3C0004 0%, #A2000C 100%);
    height: 290px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    box-shadow: 0px 25px 50px -12px #00000040;

}

.map-wrapper iframe {
    width: 100%;
    height: 253px;
    display: block;
    border-radius: 48px;
    transition: transform 0.5s ease;
}

.map-overlay-layer {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    border-radius: 48px;
    background: linear-gradient(90deg, #3C0004 0%, #A2000C 100%);
    opacity: 0.35;
    mix-blend-mode: multiply;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 5;
}

.map-wrapper:hover .map-overlay-layer {
    opacity: 0.08;
}



.map-link-container {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding: 0 20px;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.map-link-container:hover .map-image {
    transform: scale(1.02);
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 7, 9, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.map-link-container:hover .map-overlay {
    opacity: 1;
}

.btn-map-directions {
    background: #FB2C36;
    color: #ffffff;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    padding: 16px 28px;
    border-radius: 12px;
    box-shadow: 0px 10px 20px rgba(251, 44, 54, 0.4);
    transform: translateY(10px);
    transition: transform 0.3s ease, background-color 0.2s;
}

.map-link-container:hover .btn-map-directions {
    transform: translateY(0);
}

.btn-map-directions:hover {
    background: #e7000b;
}

/* Responsiveness */
@media (max-width: 1200px) {
    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .locations-section {
        padding: 60px 0;
    }

    .locations-title {
        font-size: 38px;
        line-height: 120%;
        letter-spacing: -1.5px;
    }

    .locations-subtitle {
        font-size: 18px;
    }

    .locations-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .location-card {
        padding: 24px;
        min-height: auto;
    }

    .location-address {
        margin-bottom: 24px;
    }

    .map-link-container {
        height: 300px;
    }

    .map-wrapper {
        border-width: 4px;
    }

    .map-overlay {
        opacity: 1;
        background: rgba(7, 7, 9, 0.2);
        align-items: flex-end;
        padding-bottom: 20px;
    }

    .btn-map-directions {
        transform: translateY(0);
        font-size: 14px;
        padding: 12px 20px;
    }
}

/* --- Bottom CTA Section --- */
.bottom-cta-section {
    padding: 120px 0;
    background: #FFFFFF;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #71717B0D;
    border-bottom: 1px solid #71717B0D;
}



.cta-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #E7000B1A;
    border: 1px solid #FB2C3633;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 28px;
}



.cta-badge .badge-text {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #FF6467;
    text-transform: uppercase;
}

.cta-content {
    position: relative;
    width: 100%;
    z-index: 2;
}

.blur-cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1280px;
    max-width: 100vw;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blur-cta svg {
    width: 100%;
    height: auto;
}

.cta-title {
    font-family: 'Inter';
    font-weight: 700;
    font-size: clamp(2.5rem, 5.5vw, 68px);
    line-height: 110%;
    letter-spacing: -3.5px;
    color: #000000;
    margin: 0 auto 40px auto;
    max-width: 1273px;
    position: relative;
    z-index: 10;
}

.title-blur {
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    z-index: 11;
}

.cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(90deg, #9F0712 0%, #4D0205 100%);

    color: #ffffff;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.45px;
    padding: 16px 30px;
    border-radius: 16px;
    transition: background-color 0.2s, transform 0.2s;
    box-shadow: 0px 10px 15px -3px rgba(122, 0, 7, 0.2);
}

.btn-cta-primary:hover {
    background: #9D000B;
    transform: translateY(-2px);
}

.cta-actions .btn-cta-primary:hover {
    background: linear-gradient(90deg, #9F0712 0%, #4D0205 100%);
}

.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #3C0004;
    color: #3C0004;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.45px;
    padding: 16px 30px;
    border-radius: 16px;
    transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
}

.btn-cta-secondary:hover {
    border-color: rgba(60, 0, 4, 0.5);
    background-color: rgba(60, 0, 4, 0.03);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .bottom-cta-section {
        padding: 80px 0;
    }

    .cta-title {
        font-size: 38px;
        line-height: 120%;
        letter-spacing: -1.5px;
        margin-bottom: 30px;
    }

    .cta-actions {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        box-sizing: border-box;
        padding: 16px 24px;
    }
}

/* --- Site Footer --- */
.site-footer {
    background-color: #ffffff;
    padding: 65px 0 0 0;
    text-align: center;
    position: relative;
    z-index: 10;
}

.footer-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.footer-logo-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 12px; */
}

.footer-logo {
    max-width: 100%;
    width: 500px;
    height: auto;
    aspect-ratio: 220/37;
    object-fit: contain;
}

.footer-logo-sub {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #71717B;
    margin: 0;
}

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.footer-info p {

    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    font-family: 'Inter';
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #71717B;
    margin: 0;

}

p.footer-cnpj,
.privacy-link {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;

    color: #9F9FA9;
    text-decoration: none;
}

.footer-icon {
    flex-shrink: 0;
}

.footer-social-wrapper {
    margin: 12px 0;
}

.footer-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #0A0A0C;
    color: #9F9FA9;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-align: center;

    padding: 9px 18px;
    border-radius: 99px;
    transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0px 4px 6px -4px #0000001A;

    box-shadow: 0px 10px 15px -3px #0000001A;

}

.footer-social-btn:hover {
    background-color: #1A1A1A;
    transform: translateY(-2px);
    box-shadow: 0px 12px 20px -3px rgba(0, 0, 0, 0.2);
}

.footer-privacy {
    margin-bottom: 40px;
}



.privacy-link:hover {
    color: #E7000B;
}

/* Footer Bottom bar */
.footer-bottom {
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 24px 0;
}

.footer-bottom-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .copyright {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0;
}

.footer-bottom .copyright strong {
    color: #000;
    font-weight: 600;
}

.logo_agencia {
    display: inline-flex;
    transition: opacity 0.2s, transform 0.2s;
}



/* Responsividade do Footer */
@media (max-width: 768px) {

    /* Reset all letter spacing on mobile to prevent overlaps */
    *,
    *::before,
    *::after {
        letter-spacing: normal !important;
    }

    .footer-logo {
        max-width: 280px;
        width: 100%;
        height: auto;
    }

    .site-footer {
        padding-top: 60px;
    }

    .footer-container {
        gap: 24px;
    }

    .footer-info p {
        font-size: 14px;
        line-height: 20px;
        flex-direction: column;
        text-align: center;
        gap: 4px;
    }

    .footer-cnpj {
        font-size: 12px !important;
    }

    .footer-social-btn {
        padding: 14px 28px;
        font-size: 14px;
    }

    .footer-privacy {
        margin-bottom: 24px;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-bottom-container {

        gap: 16px;
        text-align: center;
    }
}

/* --- Simulator Section (Multi-step Form) --- */
.simulator-section {
    background: #050507E5;
    padding: 100px 0;
    position: relative;
    z-index: 10;
overflow: hidden;
}

.simulator-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1400px;
    height: auto;
    pointer-events: none;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.simulator-bg-glow svg {
    width: 100%;
    height: auto;
    display: block;
}

.simulator-header {
    text-align: center;
    margin-bottom: 48px;
}

.simulator-badge {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF0D;
    border: 1px solid #FFFFFF1A;
    padding: 6px 16px;
    border-radius: 50px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 9px;
    line-height: 16px;
    letter-spacing: 2.4px;
    text-transform: uppercase;

    color: #D4D4D8;
}

.simulator-title {
    font-family: 'Inter';
    font-weight: 700;
    font-size: clamp(50px, 5vw, 60px);
    line-height: 72px;
    letter-spacing: -3.6px;
    text-align: center;

    color: #ffffff;
    margin: 16px 0;
}

.simulator-subtitle {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 20px;
    line-height: 39px;
    letter-spacing: 0px;
    text-align: center;

    color: #9F9FA9;
    max-width: 768px;
    margin: 0 auto;
}

.simulator-card-box {

    max-width: 894px;
    margin: 0 auto;
    box-sizing: border-box;
}

.simulator-progress-wrapper {
    height: 2px;
    background: #FFFFFF0D;
    border-radius: 2px;
    margin-bottom: 40px;
    overflow: hidden;
}

.simulator-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #E7000B 0%, #FB2C36 50%, #FF6467 100%);

    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.simulator-step {
    display: none;
}

.simulator-step.active {
    display: block;
    animation: fadeInStep 0.3s ease-out;
}



@keyframes fadeInStep {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-label {
    display: block;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;

    color: #FB2C36;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.step-title {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;

    color: #ffffff;
    margin: 0 0 28px 0;
}

#simulator-form {
    max-width: 800px;
    margin: 0 auto;
}

/* Step 1: Moto Grid */
.step-moto-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.moto-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF05;
    border-top: 1px solid #FFFFFF0D;
    border-radius: 16px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}





.moto-option-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}

.moto-name {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;

    color: #E4E4E7;
}

.moto-price {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #9F9FA9;
}

.price-highlight {
    color: #E7000B;
    font-weight: 600;
}




/* Step 2: Payment Grid */
.step-payment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.payment-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF05;
    border: 1px solid #FFFFFF0D;
    border-radius: 16px;
    padding: 32px 16px;
    min-height: 147px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}



.payment-name {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;

    line-height: 28px;
    letter-spacing: 0px;
    color: #E4E4E7;
}

.payment-option-info {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.payment-badge {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;

    line-height: 20px;
    letter-spacing: 0px;
    color: #FB2C36CC;
}

/* Step 3: Fields Form */
.step-fields {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.form-label {
    font-family: 'Inter';
    font-weight: 500;

    font-size: 14px;

    line-height: 20px;
    letter-spacing: 0.35px;

    color: #9F9FA9;
}

.form-input {
    background: #00000080;
    border: 1px solid #FFFFFF1A;
    border-radius: 12px;
    padding: 16px 20px;
    color: #ffffff;
    font-family: 'Inter';
    font-size: 15px;
    transition: all 0.2s ease;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}



.clean-name-options {
    display: flex;
    gap: 12px;
}

.clean-option {
    flex: 1;
    text-align: center;
    background: #1a1a1e;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 17px;
    color: #9F9FA9;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;

    transition: all 0.2s ease;


    border: 1px solid #FFFFFF1A
}



.clean-option.active {
    background: linear-gradient(90deg, #9F0712 0%, #3C0004 100%);
    border: none;
    color: #fff;
    box-shadow: 0px 0px 15px 0px #DC26264D;

    font-weight: 700;
}

/* Step Nav buttons */
.step-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

.btn-step-prev {
    background: none;
    border: none;
    color: #52525C;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;

    transition: color 0.2s ease;
    padding: 10px 0;
}

.btn-step-prev:hover {
    color: #ffffff;
}

.btn-step-next {
    background: #2d2d34;
    color: #71717B;
    border: none;
    border-radius: 12px;
    padding: 16px 32px;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 600;
    cursor: not-allowed;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-step-next.active {
    background: #52525C;
    color: #fff;
    cursor: pointer;
}



.btn-step-submit {
    background: linear-gradient(90deg, #611117 0%, #330004 100%);

    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 16px 32px;
    font-family: 'Inter';
    font-weight: 600;

    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;

    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0px 10px 20px rgba(231, 0, 11, 0.15);
}

.btn-step-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0px 12px 24px rgba(231, 0, 11, 0.25);
}

/* Simulator Responsiveness */
@media (max-width: 768px) {
    .simulator-section {
        padding: 60px 0;
    }

    .simulator-title {
        font-size: 32px;
    }

    .simulator-card-box {
        padding: 24px 16px;
        border-radius: 16px;
    }

    .step-moto-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .step-payment-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .payment-option {
        padding: 24px 16px;
        min-height: auto;
    }

    .clean-name-options {
        flex-direction: column;
        gap: 8px;
    }

    .clean-option {
        padding: 14px;
    }

    .step-navigation {
        flex-direction: column-reverse;
        gap: 12px;
        align-items: stretch;
    }

    .btn-step-next,
    .btn-step-submit {
        width: 100%;
        text-align: center;
    }

    .btn-step-prev {
        text-align: center;
        padding: 8px 0 0 0;
    }
}


/*site-main*/

.site-main {
    margin-top: 190px;
}

.site-main p,
.site-main ul li,
.site-main h2 {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #000000
}

.site-main h2 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0 !important;
}

.site-main h1 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: clamp(46px, 4vw + 1rem, 60px);
    line-height: 1.1em;
    letter-spacing: -3.6px;
    color: #0A0A0C;
}

/* --- Cookie Consent Banner --- */
.cookie-consent-banner {
    position: fixed;
    bottom: 24px;
    right: 24px;
    max-width: 420px;
    background: rgba(10, 10, 12, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 2px solid #E7000B;
    /* Top accent highlight */
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
    visibility: hidden;
}

.cookie-consent-banner.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.cookie-consent-title {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cookie-consent-title svg {
    color: #E7000B;
}

.cookie-consent-text {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #9F9FA9;
    margin: 0 0 20px 0;
}

.cookie-consent-text a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s;
}

.cookie-consent-text a:hover {
    color: #FB2C36;
}

.cookie-consent-buttons {
    display: flex;
    gap: 12px;
}

.cookie-consent-btn {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

.cookie-consent-btn-accept {
    background: linear-gradient(90deg, #E7000B 0%, #9F0712 100%);
    color: #ffffff;
    flex: 1;
    box-shadow: 0 4px 12px rgba(231, 0, 11, 0.2);
}

.cookie-consent-btn-accept:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(231, 0, 11, 0.35);
}

.cookie-consent-btn-decline {
    background: transparent;
    color: #D4D4D8;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.cookie-consent-btn-decline:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 576px) {
    .cookie-consent-banner {
        bottom: 16px;
        left: 16px;
        right: 16px;
        max-width: none;
        padding: 20px;
    }
}

/* --- Breadcrumbs --- */
.site-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 400;
    color: #71717B;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.site-breadcrumbs a {
    color: #E3010C;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-breadcrumbs a:hover {
    color: #9F0712;
    text-decoration: underline;
}

.site-breadcrumbs .separator {
    color: #A1A1AA;
}

.site-breadcrumbs .current-item {
    color: #27272A;
    font-weight: 500;
}

/* --- Floating WhatsApp Button --- */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    text-decoration: none;
    animation: whatsapp-pulse 2s infinite alternate, whatsapp-float-bounce 4s ease-in-out infinite;
}

.whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4), 0px 0px 30px rgba(37, 211, 102, 0.7);
}

.whatsapp-float svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}

@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(37, 211, 102, 0.5);
    }
    100% {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3), 0px 0px 25px 10px rgba(37, 211, 102, 0.2);
    }
}

@keyframes whatsapp-float-bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* Adjust position on mobile to avoid overlapping content */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-float svg {
        width: 26px;
        height: 26px;
    }
}