.hero-section {
    padding-top: 10px;
    position: relative;
    /* height: 850px; */
    /* min-height: 850px; */
    /* background: linear-gradient(135deg, #1e4d7a 0%, #2563a8 50%, #1e4d7a 100%); */
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 60px;
}

.hero-marquee-wrapper {
    position: relative;
    width: 100%;
    height: 140px;
    z-index: 2;
}
.hero-marquee {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    background: #2563a8;
    text-transform: uppercase;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.hero-marquee-1 {
    top: 11px;
    transform: rotate(1.5deg);
}
.hero-marquee-2 {
    top: 11px;
    transform: rotate(-1.5deg);
}
.marquee-inner {
    display: flex;
    white-space: nowrap;
    animation: simpleMarquee 20s linear infinite;
}
.marquee-inner span {
    /* padding-right: 60px; */
}
@keyframes simpleMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.hero-main-content {
    width: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 710px; */
    margin: 0 auto;
    gap: 60px;
}
.hero-left-area {
    flex: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
}
.hero-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 32px;
    text-transform: uppercase;
    color: #166ba3;
}
.hero-title span {
    font-size: 64px;
    background: linear-gradient(270deg, #167ab1 0%, #17528d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-subtitle {
    font-size: 20px;
    margin-bottom: 18px;
    color: #101010;
}
.strikethrough {
    text-decoration: line-through;
    color: #101010;
}
.highlight-text {
    color: #166ba3;
    font-weight: 700;
}
.hero-right-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
}
.hero-img-wrapper {
    max-width: 500px;
    width: 100%;
    height: 280px;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}
.hero-btn-wrapper {
    margin-top: 18px;
}
.btn-cta {
    display: inline-block;
    background: #2563a8;
    color: #fff;
    padding: 18px 38px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 12px;
    text-transform: none;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 18px rgba(37, 99, 168, 0.18);
    transition: all 0.2s, transform 0.2s;
}

.about .cleber {
    display: none;
}

@media (max-width: 900px) {
    .hero-main-content {
        flex-direction: column;
        height: auto;
        gap: 30px;
        padding: 0 10px;
    }
    .hero-left-area,
    .hero-right-area {
        align-items: center;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .hero-title {
        width: 100%;
    }
    .hero-img-wrapper {
    }

    section.about {
        background-image: none;
        padding-bottom: 0;
    }
    section.about .cleber {
        display: block;
        width: 100%;
    }

    section.about .content {
        text-align: center;
    }
}
@media (max-width: 600px) {
    .hero-marquee {
        font-size: 22px;
        height: 38px;
    }
    .hero-main-content {
        gap: 18px;
        padding: 0 40px;
    }
    .hero-title {
        /* font-size: 28px; */
    }
    .hero-img-wrapper {
        height: auto;
    }
    .btn-cta {
       text-align: center;
    }

    .resultados .cards .card {
        max-width: 90%!important;
    }
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.bg-text-marquee {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    white-space: nowrap;
    animation: marqueeScroll 20s linear infinite;
    font-size: 80px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.marquee-content span {
    padding-right: 100px;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(100%) translateY(-50%);
    }
    100% {
        transform: translateX(-100%) translateY(-50%);
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    min-height: 80vh;
}

.hero-left {
    color: #ffffff;
}

.hero-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 0.9;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.hero-title .highlight {
    color: #166ba3;
    font-size: 60px;
}

.hero-description {
    margin-bottom: 50px;
}

.hero-subtitle strong {
    color: #166ba3;
    font-weight: 700;
}

.hero-points p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.highlight-text {
    color: #166ba3;
    font-weight: 700;
}

.hero-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-card {
    background: linear-gradient(135deg, #2563a8 0%, #1e4d7a 100%);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.hero-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #166ba3 0%, #ffd700 100%);
}

.instructor-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 4px solid #166ba3;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.instructor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-info {
    text-align: center;
    color: #ffffff;
}

.instructor-tagline {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}

.stats {
    display: flex;
    justify-content: space-around;
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #166ba3;
    line-height: 1;
}

.stat-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
    letter-spacing: 0.5px;
}

.instructor-next {
    font-size: 16px;
    color: #166ba3;
    font-weight: 600;
    margin: 20px 0;
}

.social-info {
    margin-top: 20px;
}

.social-title {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.social-handle {
    font-size: 14px;
    color: #166ba3;
    font-weight: 600;
}

.cta-section {
    text-align: center;
}

.btn-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px #166ba3;
}

/* Responsive */
@media (max-width: 1200px) {
    .hero-content {
        gap: 60px;
    }

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

@media (max-width: 768px) {
    .hero-section {
        padding: 0 0 60px;
        gap: 10px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .hero-title {
        font-size: 48px;
        margin-bottom: 30px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .marquee-content {
        font-size: 40px;
    }

    .hero-card {
        padding: 25px;
    }

    .stats {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 500px) {
    .hero-title {
        font-size: 36px!important;
    }
 .hero-title span {
    font-size: 48px!important;
 }
    .hero-subtitle {
        font-size: 16px;
    }

    .btn-cta {
        padding: 15px 30px;
        font-size: 16px;
        width: 100%;
    }

    .marquee-content {
        font-size: 28px;
    }

    .hero-card {
        margin: 0 10px;
    }

    .resultados .numero-item h3 {
        font-size: 50px!important;
    }

    .about .container {
        padding: 0 60px!important;
    }

    .aprovacao .hero-marquee-wrapper {
        margin-top: 80px;
    }
}

/* Melhorias adicionais */
.hero-card {
    transition: all 0.3s ease;
}

.instructor-photo {
    transition: all 0.3s ease;
}

.hero-card:hover .instructor-photo {
    transform: scale(1.05);
}

/* Efeito de parallax suave para o background */
.hero-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(245, 193, 21, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* Animação adicional para o texto highlight */
.hero-title .highlight {
    position: relative;
}

.hero-title .highlight::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #166ba3 0%, #ffd700 100%);
    animation: highlightGlow 2s ease-in-out infinite alternate;
}

@keyframes highlightGlow {
    0% {
        box-shadow: 0 0 5px rgba(245, 193, 21, 0.5);
    }
    100% {
        box-shadow: 0 0 20px rgba(245, 193, 21, 0.8);
    }
}

.diferencial {
    background: linear-gradient(180deg, #167ab1 0%, #17528d 100%);
}

.diferencial h2 {
    text-align: center;
}

.diferencial .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 80px;
}

.diferencial .cards .item {
    width: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    font-size: 20px;
}

.resultados {
    background-color: #fff;
    color: #101010;
}

.resultados h2 {
    background: linear-gradient(270deg, #167ab1 0%, #17528d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: 500;
}

.resultados .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.resultados .cards .card {
    max-width: 310px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 20px;

    background-color: #f1f1f1;
    border-radius: 16px;
    border-bottom-right-radius: 0;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.resultados .numeros {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    row-gap: 20px;
    margin-top: 80px;
}

.resultados .numero-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 450px;
}

.resultados .numero-item h3 {
    font-size: 70px;
    background: linear-gradient(270deg, #167ab1 0%, #17528d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0;
}

.resultados .numero-item p {
    color: #101010;
    font-size: 23px;
    text-align: center;
}

.about {
    background-color: #167ab1;
    background-image: url("../img/cleber.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.about .content {
    width: 100%;
    max-width: 650px;
}

.about h1,
.about h2 {
    color: #fff;
    font-weight: 700;
}

.about p {
    color: #f1f1f1;
    margin-top: 35px;
}

.aprovacao {
    background: #fff;
    padding-bottom: 15px;
    overflow: hidden;
}

.aprovacao h3,
.aprovacao p {
    color: #101010;
    text-align: center;
    font-weight: 400 !important;
}

.aprovacao h1 {
    background: linear-gradient(270deg, #167ab1 0%, #17528d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    font-weight: 700;
}

.aprovacao p {
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.aprovacao .hero-marquee-wrapper {
    height: 75px;
    margin-top: 120px;
}

.aprovacao .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
