/* Variables */
:root {
    --primary-color: #471784;
    --secondary-color: #EE3F79;
    --accent-color: #FF7C00;
    --text-dark: #000000;
    --text-gray: #333333;
    --text-light: #666666;
    --bg-light: #F8F8F8;
    --bg-gray: #F6F6F6;
    --border-color: #BDBDBD;
    --success-color: #0EAD00;
    --error-color: #FF0000;
    --white: #FFFFFF;
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--text-dark);
    background-color: var(--white);
    line-height: 1.6;
}

/* Garantir que todos os elementos de texto usem Roboto */
*,
*::before,
*::after {
    font-family: 'Roboto', sans-serif;
}

/* Elementos específicos que podem ter fontes diferentes */
input,
textarea,
select,
button {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
label {
    font-family: 'Roboto', sans-serif;
}

/* Ícones locais (substitui Bootstrap Icons CDN) */
.bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bi-check-circle-fill {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.97 11.03l5-5-1.06-1.06-3.94 3.94-1.94-1.94-1.06 1.06 3 3z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.97 11.03l5-5-1.06-1.06-3.94 3.94-1.94-1.94-1.06 1.06 3 3z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.bi-x-circle-fill {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.bi-chevron-left {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.bi-chevron-right {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.bi-star-fill {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73-3.523-3.356c-.33-.314-.158-.888.283-.95l4.898-.696L8.465.792c.197-.39.73-.39.927 0l2.11 4.327 4.898.696c.441.062.613.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73-3.523-3.356c-.33-.314-.158-.888.283-.95l4.898-.696L8.465.792c.197-.39.73-.39.927 0l2.11 4.327 4.898.696c.441.062.613.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.bi-star {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M2.866 14.85c-.078.444.36.791.746.593L8 13.187l4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.523-3.356c.33-.314.158-.888-.283-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.428 5.12l-4.898.696c-.441.062-.613.636-.283.95l3.523 3.356-.83 4.73z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M2.866 14.85c-.078.444.36.791.746.593L8 13.187l4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.523-3.356c.33-.314.158-.888-.283-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.428 5.12l-4.898.696c-.441.062-.613.636-.283.95l3.523 3.356-.83 4.73z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

/* Navbar */
.navbar-section {
    background-color: var(--white);
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
}

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

.navbar-logo-link:hover {
    text-decoration: none;
}

.navbar-logo {
    height: 40px;
    width: auto;
}

/* Navbar Mobile - Logo centralizado */
@media (max-width: 991.98px) {
    .navbar-section .col-12 {
        text-align: center;
    }

    .navbar-section {
        padding: 5px 0;
    }
}

/* Banners Carousel */
.banners-carousel-wrapper {
    position: relative;
    width: 100%;
    max-width: 100vw;
    padding: 25px 0 0;
    overflow: hidden;
}

.banners-carousel {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    height: 496px;
    overflow: hidden;
    margin: 0 auto;
}

.banners-carousel .container {
    height: 100%;
    position: relative;
}

.banners-container {
    display: flex;
    width: 460%;
    height: 100%;
    transition: transform 0.8s ease-in-out;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.banner-slide {
    width: calc(100% / 4.6);
    height: 100%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

/* Background colors específicos para cada banner */
.banner-1 {
    background-color: #471784;
    /* Roxo - Pós-graduação */
}

.banner-2 {
    background-color: #EE3F79;
    /* Rosa - Experiência */
}

.banner-3 {
    background-color: #471784;
    /* Roxo - Liderança */
}

.banner-4 {
    background-color: #FFD26B;
    /* Amarelo - Graduação */
}

.banner-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
    z-index: 2;
    transition: transform 0.3s ease;
    display: block;
    margin: 0;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255 255 255 / 0%);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
    color: var(--white);
    font-size: 24px;
}

.carousel-nav:hover {
    background: rgba(255, 255, 255, 0.5);
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
}

/* Form Overlay sobre os banners (Desktop) */
.form-overlay {
    position: absolute;
    top: 50%;
    right: clamp(16px, 6vw, 96px);
    transform: translateY(-50%);
    width: min(448px, 38vw);
    max-width: calc(100% - 30px);
    z-index: 5;
}

.form-overlay .form-container {
    background-color: var(--white);
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    min-height: 418px;
}

/* Banner Mobile */
.banner-mobile-wrapper {
    padding-top: 10px;
    max-width: 360px;
    margin: 0 auto;
}

.banner-mobile {
    width: 100%;
    display: flex;
    justify-content: center;
}

.banner-mobile-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Form Mobile */
.form-mobile-wrapper {
    padding: 0px 0;
}

.form-mobile {
    display: flex;
    justify-content: center;
    width: 100%;
}

.form-mobile .form-container {
    width: 100%;
    max-width: 342px;
    background-color: var(--white);
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}

/* Form Header */
.form-header {
    background-color: #BDBDBD;
    padding: 6px 0;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.form-header span {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    line-height: 1.171875em;
}

/* Form Header Desktop (Form2) */
@media (min-width: 992px) {
    .form-header span {
        color: #471784;
        text-align: center;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.form-step {
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 0 0 8px 8px;
}

/* Header */
.header-section {
    background-color: var(--white);
    border-bottom: 1px solid #D9D9D9;
}

.header-line {
    height: 1px;
    background-color: #D9D9D9;
    margin-bottom: 10px;
}

.logo-header {
    height: 40px;
    width: auto;
    max-width: 112px;
}

.logo-header[src=""],
.logo-header:not([src]) {
    display: none;
}

/* Hero Section */
.hero-section {
    padding: 40px 0;
    background: linear-gradient(180deg, rgba(71, 23, 132, 0.1) 0%, rgba(38, 9, 74, 0.05) 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -28px;
    right: -120px;
    width: 313px;
    height: 575px;
    background: linear-gradient(180deg, rgba(71, 23, 132, 0.1) 0%, rgba(38, 9, 74, 0.05) 100%);
    border-radius: 50%;
    z-index: 0;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: -28px;
    right: 50px;
    width: 345px;
    height: 575px;
    background: linear-gradient(180deg, rgba(71, 23, 132, 0.1) 0%, rgba(38, 9, 74, 0.05) 100%);
    border-radius: 50%;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    background: linear-gradient(180deg, rgba(71, 23, 132, 1) 0%, rgba(38, 9, 74, 1) 100%);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    text-align: center;
}

/* Form Container */
.form-container {
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Progress Indicator */
.form-progress {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.progress-indicators {
    display: flex;
    align-items: center;
    gap: 8px;
}

.progress-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.progress-step {
    position: relative;
}

.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}

.progress-step.active .step-circle {
    background-color: #471784;
    color: #FFFFFF;
    font-weight: 700;
}

.progress-step.completed .step-circle {
    background-color: #471784;
    color: #FFFFFF;
    font-weight: 700;
}

.progress-step:not(.active):not(.completed) .step-circle {
    background-color: #D9D9D9;
    color: #471784;
    font-weight: 400;
}

/* Form Inputs */
.form-group {
    position: relative;
    margin-bottom: -5px;
}

.checkbox-group {
    margin-bottom: 16px;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.form-control {
    width: 100%;
    padding: 8px 16px;
    padding-right: 40px;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #000000;
    transition: border-color 0.3s;
}

.form-control::placeholder {
    color: #000000;
}

.form-control:focus {
    outline: none;
    border-color: #BDBDBD;
}

.form-control.error {
    border-color: #FF0000;
}

.form-control.success {
    border-color: #BDBDBD;
}

.input-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.success-icon {
    color: #0EAD00;
}

.error-icon {
    color: #FF0000;
}

.error-message {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #FF0000;
    margin-top: 4px;
    margin-left: 17px;
    line-height: 1.4;
    min-height: 18px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s, visibility 0.2s;
    /* Garantir que sempre ocupa espaço, mesmo quando invisível */
    height: auto;
}

.error-message.visible {
    visibility: visible;
    opacity: 1;
}

/* Checkbox */
.form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.form-check-input {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background-color: #D9D9D9;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0;
}

.form-check-input:checked {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}

.form-check-label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5714285714285714em;
    cursor: pointer;
    text-align: center;
}

/* Submit Button */
.btn-submit {
    width: 214px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FF7C00;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border: none;
}

.btn-submit:hover {
    background-color: #e66d00;
}

.btn-submit:active {
    transform: scale(0.98);
}

/* Form2 Specific Styles */
.select-wrapper {
    position: relative;
    width: 100%;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 1;
}

.select-wrapper .form-select {
    width: 100%;
    padding: 8px 16px;
    padding-right: 40px;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #000000;
    background-color: #FFFFFF;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    cursor: pointer;
}

.select-wrapper .form-select:focus {
    outline: none;
    border-color: #471784;
}

.select-wrapper .form-select.error {
    border-color: #FF0000;
}

.select-wrapper .form-select option {
    padding: 8px;
}

.select-wrapper .form-select optgroup {
    font-weight: 700;
    color: #EE3F79;
    padding: 8px 0;
}

.select-wrapper .form-select optgroup option {
    font-weight: 400;
    color: #000000;
    padding-left: 16px;
}

/* Mobile Select Placeholder Override */
@media (max-width: 991.98px) {
    .select-wrapper .form-select#modalidade_curso option[value=""] {
        display: block;
    }

    .select-wrapper .form-select#formacao_atual option[value=""] {
        display: block;
    }
}

/* Price Slider */
.form-label-price {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5714285714285714em;
    color: #000000;
    margin-bottom: 8px;
    margin-left: 23px;
    display: block;
}

.price-slider-wrapper {
    position: relative;
    width: 100%;
    padding: 0 24px;
}

.price-slider-container {
    position: relative;
    width: 100%;
    height: 6px;
    margin-bottom: 8px;
}

.price-slider {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    top: -12px;
}

.price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #FFFFFF;
    border: none;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
    margin-top: -4px;
}

.price-slider::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #FFFFFF;
    border: none;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}

.price-slider::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 3px;
    background: transparent;
}

.price-slider::-moz-range-track {
    height: 6px;
    border-radius: 3px;
    background: transparent;
}

/* Slider track background */
.price-slider-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: #D9D9D9;
    border-radius: 3px;
    z-index: 0;
}

/* Slider progress overlay */
.price-slider-container::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: var(--slider-progress, 0%);
    min-width: 0;
    background: #EE3F79;
    border-radius: 3px;
    pointer-events: none;
    z-index: 1;
    transition: width 0.1s ease;
    display: block;
}

.price-display {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
}

.price-display #price-value {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5714285714285714em;
    color: #000000;
}

/* Button ENCONTRAR CURSO */
.btn-find-course {
    background-color: #FF7C00;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 8px 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s;
    width: auto;
    margin: 0 auto;
    display: block;
}

.btn-find-course:hover {
    background-color: #E66D00;
    color: #FFFFFF;
}

.btn-find-course:active {
    transform: scale(0.98);
}

/* Especialização Section */
.especializacao-section {
    background-color: var(--white);
}

.especializacao-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    line-height: 1.17;
}

/* Banner Matrícula */
.banner-matricula {
    background-color: var(--white);
}

.banner-card {
    width: 1012px;
    height: 122px;
    border-radius: 8px;
    background: linear-gradient(180deg, #471784 0%, #26094A 100%);
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.banner-card-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.banner-title {
    color: #FFD26B;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner-subtitle {
    color: #EE3F79;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner-badge {
    background-color: var(--secondary-color);
    border-radius: 8px;
    padding: 10px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 288px;
    height: 48px;
}

.banner-badge span {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    white-space: nowrap;
}

/* Banner Matrícula Mobile */
@media (max-width: 991.98px) {
    .banner-matricula {
        padding: 24px 0;
    }

    .banner-card {
        width: 100%;
        max-width: 342px;
        height: auto;
        min-height: 181px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 24px;
        gap: 16px;
    }

    .banner-card-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        width: 100%;
    }

    .banner-card-text {
        text-align: center;
        align-items: center;
        gap: 0px;
    }

    .banner-title {
        font-size: 20px;
        line-height: 1.171875em;
        text-align: center;
        color: #FFD26B;
    }

    .banner-subtitle {
        font-size: 16px;
        line-height: 1.171875em;
        text-align: center;
        color: #EE3F79;
        padding-left: 35px;
        padding-right: 35px;
    }

    .banner-badge {
        width: auto;
        min-width: 288px;
        height: auto;
        padding: 10px 40px;
        margin-top: 8px;
    }

    .banner-badge span {
        font-size: 24px;
        line-height: 1.171875em;
    }
}

/* Section Titles */
.section-title {
    color: #EE3F79;
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 125% */
}

.section-subtitle {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

/* Cursos Cards */
.cursos-destaque {
    background-color: var(--white);
}

.curso-card {
    background-color: var(--bg-light);
    border-radius: 8px;
    padding: 32px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.curso-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.curso-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.curso-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.curso-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 24px;
    line-height: 1.17;
}

.curso-description {
    font-size: 16px;
    color: var(--text-gray);
    margin-bottom: 24px;
    flex-grow: 1;
    line-height: 1.5;
}

.btn-curso {
    background-color: var(--bg-light);
    border: 2px solid var(--secondary-color);
    border-radius: 8px;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary-color);
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-curso:hover {
    background-color: var(--secondary-color);
    color: var(--white);
    text-decoration: none;
}

/* Cursos Mobile - Scroll Horizontal */
.cursos-mobile-wrapper {
    margin-top: 24px;
    padding: 0 15px;
}

.cursos-mobile-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
    padding-bottom: 8px;
}

.cursos-mobile-scroll::-webkit-scrollbar {
    display: none;
}

.curso-card-mobile {
    background-color: #F8F8F8;
    border-radius: 8px;
    padding: 32px 24px;
    min-width: 326px;
    max-width: 326px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    scroll-snap-align: start;
}

.curso-card-mobile .curso-icon {
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-bottom: 0;
}

.curso-card-mobile .curso-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.curso-card-mobile .curso-name {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #471784;
    line-height: 0.9166666666666666em;
    margin: 0;
}

.curso-card-mobile .curso-description {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.5em;
    margin: 0;
    width: 278px;
}

.curso-card-mobile .btn-curso {
    background-color: #FFFFFF;
    border: 2px solid #EE3F79;
    border-radius: 8px;
    padding: 8px 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #EE3F79;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
    width: auto;
    align-self: flex-start;
}

.curso-card-mobile .btn-curso:hover {
    background-color: #EE3F79;
    color: #FFFFFF;
    text-decoration: none;
}

/* Indicadores de Paginação */
.cursos-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    height: 8px;
}

.pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #DCDCDC;
    transition: all 0.3s;
    cursor: pointer;
}

.pagination-dot.active {
    width: 32px;
    background-color: #5D3393;
}

/* Cursos Reconhecidos */
.cursos-reconhecidos {
    background-color: var(--white);
}

.reconhecido-card {
    background-color: #F6F6F6;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    height: 100%;
    min-width: 236px;
    max-width: 236px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reconhecido-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
}

.reconhecido-stars {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-bottom: 12px;
}

.reconhecido-stars .bi-star-fill {
    color: #FFD26B;
    font-size: 20px;
}

.reconhecido-stars .bi-star {
    color: #D3D3D3;
    font-size: 20px;
}

.reconhecido-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reconhecido-logo-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.reconhecido-label-full {
    color: #471784;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 133.333% */
}

.reconhecido-label-full span {
    color: #471784;
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    /* 125% */
}

.reconhecido-number {
    color: #471784;
    text-align: center;
    font-family: Roboto;
    font-size: 58px;
    font-style: normal;
    font-weight: 900;
    line-height: 66px;
    /* 113.793% */
}

.reconhecido-text {
    color: #471784;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-left: 25px;
    padding-right: 25px;
}

/* Cards Promocionais */
.promocional-card {
    border-radius: 8px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
}

.promocional-content {
    flex: 1;
    padding: 34px 44px;
}

.promocional-title {
    color: #EE3F79;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
}

.promocional-text {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

.btn-promocional {
    display: inline-flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #471784;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.btn-promocional:hover {
    background-color: #3a1470;
    color: var(--white);
    text-decoration: none;
}

.promocional-image {
    width: 247px;
    height: 248px;
    display: flex;
}

.promocional-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Cursos Reconhecidos Mobile */
@media (max-width: 991.98px) {

    .cursos-reconhecidos .section-title,
    .cursos-reconhecidos .section-subtitle {
        text-align: left;
    }
}

.reconhecidos-mobile-wrapper {
    padding: 0 15px;
}

.reconhecidos-mobile {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.reconhecido-card-mobile {
    background-color: #F6F6F6;
    border-radius: 8px;
    width: 100%;
    max-width: 236px;
    height: 153px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    position: relative;
}

.reconhecido-logo-mobile {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.reconhecido-logo-img-mobile {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reconhecido-label-mobile {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #471784;
    line-height: 1.3333333333333333em;
    text-align: center;
    margin-bottom: 8px;
}

.reconhecido-content-mobile {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 8px 16px;
    margin-bottom: 8px;
    width: 188px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reconhecido-label-big-mobile {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #471784;
    line-height: 1.25em;
    text-align: center;
}

.reconhecido-number-mobile {
    font-family: 'Roboto', sans-serif;
    font-size: 58px;
    font-weight: 900;
    color: #471784;
    line-height: 1.1379310344827587em;
    text-align: center;
    margin-bottom: 8px;
}

.reconhecido-text-mobile {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #471784;
    line-height: 1.5714285714285714em;
    text-align: center;
    margin: 0;
    padding: 0 8px;
}

/* Cards Promocionais Mobile */
.promocionais-mobile-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 15px;
    margin-top: 24px;
}

.promocional-card-mobile {
    background-color: #F6F6F6;
    border-radius: 8px;
    width: 100%;
    max-width: 342px;
    margin: 0 auto;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    min-height: 333px;
}

.promocional-card-mobile:first-child {
    min-height: 376px;
}

.promocional-title-mobile {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #EE3F79;
    line-height: 1.4em;
    text-align: center;
    margin: 0 0 16px 0;
    width: 294px;
}

.promocional-text-mobile {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5em;
    text-align: center;
    margin: 0 0 16px 0;
    width: 294px;
}

.promocional-image-mobile {
    width: 176px;
    height: 176px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
    flex-shrink: 0;
}

.promocional-img-mobile {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn-promocional-mobile {
    background-color: #471784;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 8px 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    text-decoration: none;
    text-align: center;
    width: 204px;
    transition: background-color 0.3s;
    display: inline-block;
    margin-top: -16px;
}

.btn-promocional-mobile:hover {
    background-color: #3a1470;
    color: #FFFFFF;
    text-decoration: none;
}

/* Teste Vocacional */
.teste-vocacional {
    background-color: var(--white);
}

.teste-card {
    background-color: var(--bg-gray);
    border-radius: 8px;
    padding: 24px;
}

.teste-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.teste-text {
    font-size: 16px;
    color: var(--text-dark);
    margin-bottom: 30px;
}

.btn-teste {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 8px;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-teste:hover {
    background-color: #3a1470;
}

.teste-image {
    margin-top: 20px;
}

/* Cursos Curta Duração */
.cursos-curta {
    background-color: var(--white);
}

.curta-card {
    background-color: var(--bg-gray);
    border-radius: 8px;
    padding: 24px;
}

.curta-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.curta-text {
    font-size: 16px;
    color: var(--text-dark);
    margin-bottom: 30px;
}

.btn-curta {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 8px;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    max-width: 204px;
}

.btn-curta:hover {
    background-color: #3a1470;
}

.curta-image {
    margin-bottom: 20px;
}

/* Depoimentos */
.depoimentos {
    background-color: var(--white);
}

.depoimento-card {
    background-color: #F6F6F6;
    border-radius: 8px;
    padding: 32px;
    height: 100%;
    max-width: 432px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.depoimento-stars {
    display: flex;
    gap: 5.33px;
    justify-content: center;
    margin-bottom: 24px;
    height: 16px;
}

.depoimento-stars .bi-star-fill {
    color: #EE3F79;
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.depoimento-stars .bi-star {
    color: #C0C0C0;
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.depoimento-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.5714285714285714em;
    margin-bottom: 24px;
    flex: 1;
}

.depoimento-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.author-name {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #471784;
    line-height: 1.5em;
}

/* Depoimentos Mobile - Scroll Horizontal */
@media (max-width: 991.98px) {
    .depoimentos .row.g-4.d-none.d-lg-flex {
        display: none !important;
    }

    .depoimentos .section-title,
    .depoimentos .section-subtitle {
        text-align: left;
    }
}

.depoimentos-mobile-wrapper {
    margin-top: 24px;
    padding: 0 15px;
}

.depoimentos-mobile-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
    padding-bottom: 8px;
}

.depoimentos-mobile-scroll::-webkit-scrollbar {
    display: none;
}

.depoimento-card-mobile {
    background-color: #F6F6F6;
    border-radius: 8px;
    padding: 24px;
    min-width: 326px;
    max-width: 326px;
    height: 356px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
}

.depoimento-stars-mobile {
    display: flex;
    gap: 5.33px;
    justify-content: center;
    margin-bottom: 16px;
    height: 16px;
}

.depoimento-stars-mobile .bi-star-fill {
    color: #EE3F79;
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.depoimento-stars-mobile .bi-star {
    color: #C0C0C0;
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.depoimento-text-mobile {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.5714285714285714em;
    margin-bottom: 16px;
    flex: 1;
    text-align: left;
    width: 278px;
}

.depoimento-author-mobile {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
}

.author-avatar-mobile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.avatar-andre {
    background-image: url('../images/andre.webp');
}

.avatar-adriano {
    background-image: url('../images/adriano.webp');
}

.avatar-greice {
    background-image: url('../images/greice.webp');
}

.author-name-mobile {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #471784;
    line-height: 1.5em;
}

/* Indicadores de Paginação Depoimentos */
.depoimentos-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    height: 8px;
}

.depoimentos-pagination .pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #DCDCDC;
    transition: all 0.3s;
    cursor: pointer;
}

.depoimentos-pagination .pagination-dot.active {
    width: 32px;
    background-color: #5D3393;
}

/* Footer */
.footer-section {
    background-color: #F6F6F6;
    padding: 24px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

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

.footer-logo-link:hover {
    text-decoration: none;
}

.logo-footer {
    max-width: 112px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 24px;
}

.footer-text {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6666666666666667em;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0 32px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
}

.footer-google {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.footer-links-center {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.footer-link {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    line-height: 1.6666666666666667em;
}

.footer-link:hover {
    text-decoration: underline;
    color: #000000;
}

.footer-separator {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0 4px;
}

.footer-ssl {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-badge-img {
    max-width: 132px;
    height: 40px;
    object-fit: contain;
}

/* Footer Mobile */
.footer-mobile {
    padding: 24px 0;
    background-color: #F6F6F6;
}

.footer-logo-mobile {
    text-align: center;
    margin-bottom: 24px;
}

.footer-logo-link-mobile {
    display: inline-block;
    text-decoration: none;
}

.footer-logo-link-mobile:hover {
    text-decoration: none;
}

.logo-footer-mobile {
    width: 112px;
    height: 40px;
    object-fit: contain;
}

.footer-text-mobile {
    margin-bottom: 24px;
}

.footer-text-mobile p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6666666666666667em;
    color: #333333;
    text-align: left;
    margin: 0;
    padding: 0 15px;
}

.footer-links-mobile {
    text-align: center;
    margin-bottom: 24px;
}

.footer-link-mobile {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6666666666666667em;
    color: #000000;
    text-decoration: none;
}

.footer-link-mobile:hover {
    color: #471784;
    text-decoration: underline;
}

.footer-separator-mobile {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0 8px;
}

.footer-badges-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.footer-google-mobile {
    flex-shrink: 0;
}

.footer-ssl-mobile {
    flex-shrink: 0;
}

.footer-badge-img-mobile {
    width: auto;
    height: 40px;
    object-fit: contain;
}

.footer-google-mobile .footer-badge-img-mobile {
    width: 132px;
}

.footer-ssl-mobile .footer-badge-img-mobile {
    width: 96px;
}

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

    .hero-section::before,
    .hero-section::after {
        display: none;
    }

    .hero-title {
        font-size: 14px;
    }

    .especializacao-title {
        font-size: 20px;
    }

    .section-title {
        font-size: 20px;
    }

    .banner-title {
        font-size: 20px;
    }

    .banner-badge span {
        font-size: 20px;
    }

    .form-container {
        padding: 20px;
    }

    .progress-arrow {
        font-size: 18px;
    }

    /* Form2 Mobile Adjustments */
    .select-wrapper .form-select .placeholder-option {
        display: none;
    }

    .select-wrapper .form-select option.placeholder-option {
        display: block;
    }

    /* Mobile Select Placeholders */
    .select-wrapper .form-select#modalidade_curso:invalid,
    .select-wrapper .form-select#modalidade_curso option[value=""] {
        color: #000000;
    }

    .select-wrapper .form-select#formacao_atual:invalid,
    .select-wrapper .form-select#formacao_atual option[value=""] {
        color: #000000;
    }

    /* Mobile Select Text Override */
    .select-wrapper .form-select#modalidade_curso option[value=""]::before {
        content: "Qual modalidade do curso";
    }

    /* Price Slider Mobile - Ensure progress bar is visible */
    .price-slider-container {
        position: relative;
        width: 100%;
        height: 6px;
        margin-bottom: 8px;
    }

    .price-slider-container::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 6px;
        background: #D9D9D9;
        border-radius: 3px;
        z-index: 0;
    }

    .price-slider-container::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 6px;
        width: var(--slider-progress, 0%);
        min-width: 0;
        background: #EE3F79 !important;
        border-radius: 3px;
        pointer-events: none;
        z-index: 1;
        transition: width 0.1s ease;
        display: block;
    }

    .price-slider {
        position: relative;
        z-index: 2;
        background: transparent;
        margin: 0;
        top: -12px;
        width: 100%;
        height: 6px;
    }

    /* Garantir que a variável CSS seja aplicada no mobile */
    .price-slider-container {
        --slider-progress: 0;
    }
}

/* ============================================
   Legal Pages (Termos e Política)
   ============================================ */

.legal-content {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    line-height: 1.8;
    max-width: 100%;
}

.legal-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #471784;
    margin-bottom: 2rem;
    text-align: center;
}

.legal-intro {
    font-size: 1.125rem;
    color: #555555;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.legal-section {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #E0E0E0;
}

.legal-section:last-child {
    border-bottom: none;
}

.legal-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: #471784;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.legal-subtitle-small {
    font-size: 1.25rem;
    font-weight: 700;
    color: #26094A;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.legal-content p {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 1rem;
    text-align: justify;
}

.legal-list {
    list-style-type: disc;
    margin-left: 2rem;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}

.legal-list li {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.legal-list li:last-child {
    margin-bottom: 0;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .legal-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .legal-intro {
        font-size: 1rem;
        text-align: left;
    }

    .legal-subtitle {
        font-size: 1.25rem;
        margin-top: 1.5rem;
    }

    .legal-subtitle-small {
        font-size: 1.125rem;
    }

    .legal-content p {
        font-size: 0.9375rem;
        text-align: left;
    }

    .legal-list {
        margin-left: 1.5rem;
    }

    .legal-list li {
        font-size: 0.9375rem;
    }
}

/* ============================================
   Error 404 Page
   ============================================ */

.error-404-section {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.error-404-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
}

.error-404-title {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 24px;
    line-height: 1.17;
}

.error-404-code {
    font-family: 'Roboto', sans-serif;
    font-size: 128px;
    font-weight: 900;
    color: #333333;
    line-height: 1.17;
    margin-bottom: 40px;
}

.error-404-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.17;
    margin-bottom: 40px;
    max-width: 554px;
    margin-left: auto;
    margin-right: auto;
}

.btn-error-404 {
    display: inline-block;
    background-color: #EE3F79;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.17;
    padding: 8px 48px;
    border-radius: 24px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
}

.btn-error-404:hover {
    background-color: #d6366a;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
}

.btn-error-404:active {
    transform: translateY(0);
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .error-404-section {
        padding: 40px 0;
        min-height: calc(100vh - 150px);
    }

    .error-404-content {
        padding: 20px 16px;
    }

    .error-404-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .error-404-code {
        font-size: 80px;
        margin-bottom: 24px;
    }

    .error-404-text {
        font-size: 14px;
        margin-bottom: 32px;
        padding: 0 16px;
    }

    .btn-error-404 {
        font-size: 18px;
        padding: 10px 32px;
    }
}

/* ============================================
   Agradecimento Page
   ============================================ */

.agradecimento-section {
    min-height: calc(100vh - 200px);
    padding: 80px 0;
    display: flex;
    align-items: center;
}

.agradecimento-content {
    text-align: center;
    max-width: 970px;
    margin: 0 auto;
    padding: 40px 20px;
}

.agradecimento-title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #EE3F79;
    line-height: 1.25;
    margin-bottom: 40px;
    text-align: center;
}

.agradecimento-redirect {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 1.25;
    margin-top: 40px;
    text-align: center;
}

.agradecimento-link {
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

.agradecimento-link:hover {
    color: #471784;
    text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .agradecimento-section {
        padding: 40px 0;
        min-height: calc(100vh - 150px);
    }

    .agradecimento-content {
        padding: 20px 16px;
    }

    .agradecimento-title {
        font-size: 24px;
        margin-bottom: 24px;
        padding: 0 16px;
    }

    .agradecimento-redirect {
        font-size: 16px;
        margin-top: 32px;
        padding: 0 16px;
    }
}

/* ============================================
   Redirect Page
   ============================================ */

.redirect-section {
    min-height: calc(100vh - 200px);
    padding: 80px 0;
    display: flex;
    align-items: center;
    background-color: var(--white);
}

.redirect-content {
    text-align: center;
    max-width: 970px;
    margin: 0 auto;
    padding: 40px 20px;
}

.redirect-title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #EE3F79;
    line-height: 1.25;
    margin-bottom: 40px;
    text-align: center;
}

.redirect-title-bold {
    font-weight: 700;
    color: #EE3F79;
}

.redirect-countdown-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    max-height: 70vh;
}

.redirect-countdown-gif {
    width: 124px;
    height: 124px;
    object-fit: contain;
}

.redirect-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 1.25;
    margin-top: 40px;
    text-align: center;
}

.redirect-link {
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}

.redirect-link:hover {
    color: #471784;
    text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .redirect-section {
        padding: 40px 0;
        min-height: calc(100vh - 150px);
    }

    .redirect-content {
        padding: 20px 16px;
    }

    .redirect-title {
        font-size: 24px;
        margin-bottom: 24px;
        padding: 0 16px;
    }

    .redirect-title-bold {
        font-size: 24px;
    }

    .redirect-countdown-wrapper {
        margin: 24px 0;
        max-height: 50vh;
    }

    .redirect-countdown-gif {
        width: 124px;
        height: 124px;
    }

    .redirect-text {
        font-size: 16px;
        margin-top: 32px;
        padding: 0 16px;
    }
}

/* ============================================
   Modal Styles
   ============================================ */

.modal2 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border: 0;
    overflow-y: hidden;
}

.modal-content2 {
    background-color: #FFFFFF;
    margin: 35% auto;
    width: 326px;
    max-width: 87%;
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.20);
    padding: 0;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
    filter: blur(0);
}

.modal-header2 {
    background-color: #FFD26B;
    height: 32px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 16px 16px 0px 0px;
}

.close2 {
    border: 0;
    background: transparent;
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-body2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 24px 24px;
    background-color: #FFFFFF;
    min-height: 226px;
}

.modal-body2 img {
    width: 56px;
    height: 56px;
    margin-bottom: 13px;
    margin-top: 0;
    object-fit: contain;
}

.modal-body2 p {
    margin: 0;
    color: #471784;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 8px;
    width: 100%;
}

.modal-body2 span {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5714285714285714em;
    width: 100%;
}

.modal-body2 a {
    text-decoration: none;
    border-radius: 8px;
    background-color: #EE3F79 !important;
    border: 0;
    outline: 0;
    width: 230px;
    height: 40px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.modal-body2 a:hover {
    background-color: #d6356a !important;
    color: #fff;
}

@media (min-width: 768px) {
    .modal-content2 {
        margin: 9% auto;
        width: 474px;
        max-width: 90%;
    }

    .modal-body2 {
        min-height: 222px;
        padding: 8px 24px 24px;
    }

    .modal-body2 img {
        width: 62px;
        height: 62px;
        margin-bottom: 8px;
    }

    .modal-body2 p {
        font-size: 24px;
        line-height: 1.3333333333333333em;
        margin-bottom: 8px;
    }

    .modal-body2 span {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
}