/* Custom CSS para a Landing Page */

/* Variáveis CSS */
:root {
    --primary-color: #ffc107;
    --secondary-color: #6c757d;
    --dark-color: #212529;
    --light-color: #f8f9fa;
    --gradient-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Reset e configurações básicas */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

html,
body {
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

body {
    padding-top: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Unbounded", sans-serif;
}

/* Seção Hero */
.hero-section {
    background-color: #000000;
    background-image: url(../images/bg/bg-header-mb.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    overflow: visible;
    padding-top: 70px;
}


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

/* Degradê no título principal - Efeito linear complexo */
.hero-section .hero-section__title {
    background: linear-gradient(136deg, rgba(13, 13, 13, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 1) 64%, rgba(255, 255, 255, 1) 70%, rgba(13, 13, 13, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 3.2rem;
    margin: 2rem 0;
}

.feature-card {
    display: none;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: #0D0D0D;
    background: -webkit-linear-gradient(90deg, rgba(13, 13, 13, 1) 0%, rgba(28, 30, 31, 1) 50%, rgba(13, 13, 13, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(13, 13, 13, 1) 0%, rgba(28, 30, 31, 1) 50%, rgba(13, 13, 13, 1) 100%);
    background: linear-gradient(90deg, rgba(13, 13, 13, 1) 0%, rgba(28, 30, 31, 1) 50%, rgba(13, 13, 13, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0D0D0D", endColorstr="#0D0D0D", GradientType=1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    padding: 15px 0;
}

.navbar .container-fluid {
    overflow: visible;
}

.navbar .navbar-btn {
    background-color: white;
    border-radius: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    color: #0D0D0D;
    box-shadow: none;
}

.navbar .navbar-btn:hover {
    box-shadow: none;
    border: none;
}

.navbar .navbar-btn:focus,
.navbar .navbar-btn:active {
    background-color: #b2b290;
    box-shadow: none;
    border: none;

}

.hero-section .hero-section__btn {
    background-color: white;
    border: 1px solid #82816E;
    border-radius: 16px;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(130, 129, 110, 0.3),
        0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    transform: translateY(0);
    margin: 2rem 0;
    width: fit-content;


}

.hero-section .hero-section__btn:hover {
    background-color: #82816E;
    border: 1px solid #82816E;
    color: #0D0D0D;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(130, 129, 110, 0.4),
        0 4px 8px rgba(0, 0, 0, 0.3);
}

.hero-section .hero-section__btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(130, 129, 110, 0.3),
        0 1px 3px rgba(0, 0, 0, 0.2);
}

.box-icon-text {
    border: 1px solid rgba(178, 178, 144, 0.5);
    background-color: rgba(178, 178, 144, 0.1);
    width: fit-content;
    padding: 5px 10px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: .5rem auto;
    color: #b2b290;
}

.box-icon-text__azul {
    border: 1px solid rgba(81, 162, 255, 0.2);
    background-color: rgba(81, 162, 255, 0.1);
    color: #ffffff;
}

strong {
    font-weight: 800;
}

/* Logo */
.logo-container {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand img {
    max-width: 100%;
}

/* Cards de features */
.feature-card {
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem;

    text-align: left;
}

.feature-card h5 {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.feature-card p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #adb5db;
    margin-bottom: 1rem;
}

.feature-card__pnl {
    background-image: url(../images/bg/bg-pnl.png);
    height: 100%;
    min-height: 800px;
}

.feature-card__lideranca,
.feature-card__negociacao {
    height: calc(800px * 0.45);

}

.feature-card__row {
    gap: 10px;
}

.feature-card__lideranca {
    background-image: url(../images/bg/bg-lideranca.png);
    width: calc(60% - 5px);
}

.feature-card__negociacao {
    background-image: url(../images/bg/bg-negociacao.png);
    width: calc(40% - 5px);
}

.feature-card__pressao {
    background-image: url(../images/bg/bg-pressao.png);
    width: 100%;
    height: calc(800px * 0.55);

}

/* Botões */
.btn-warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
    background: linear-gradient(45deg, #ff8f00, #ffc107);
}

/* Seção de benefícios */
.benefits {
    background-color: #fff;
}

.benefits .box-icon-text {
    color: #000;
    margin: 1rem auto;
    display: flex;
    background-color: rgba(81, 162, 255, 0.03);
}

.benefits__title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.benefits-list {
    margin: 2rem 0;
}

.box-icon-text__benefits {
    width: 100%;
    background-color: #fff;
    color: #000;
    justify-content: flex-start;
    font-size: 18px;
    padding: 10px 15px;
    position: relative;
    border-radius: 16px;
    background-clip: padding-box;
    border: none;

}

.box-icon-text__benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 1px;
    background: rgb(167, 166, 166);
    background: linear-gradient(90deg, rgba(190, 190, 190, 1) 0%, rgba(190, 190, 190, .2) 74%, rgba(190, 190, 190, .2) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.benefit-item {
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateX(10px);
}

.benefit-number {
    min-width: 40px;
    min-height: 40px;
    font-size: 1.1rem;
}

/* Preview do instrutor */
.instructor-preview {
    position: relative;
    width: 100%;
    margin: 1rem auto;
}

.instructor-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.instructor-card {
    background: #F3F7FA;
    background: linear-gradient(90deg, rgba(243, 247, 250, 1) 0%, rgba(251, 249, 225, 1) 100%);
    border-radius: 20px;
    margin: 1rem 0;
    padding: 1rem 2rem;
}

.instructor-card__1 {
    width: 100%;
    text-align: center;
}

.instructor-card__1 h6 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0;
}

.instructor-card__2 {
    position: absolute;
    bottom: 0;
    left: 1rem;
    max-width: 60%;
}

.instructor-card__2 h6 {
    font-size: 1.2rem;
    font-family: "Inter", sans-serif !important;
    font-weight: 800;
    margin-bottom: .5rem;
    word-break: keep-all;
}


/* Cards de público-alvo */
.audience {
    background-color: #F3F5FF;
}

.audience__title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.audience__subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}

.audience-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.audience .box-icon-text,
.instructor .box-icon-text,
.master .box-icon-text {
    color: #000;
    margin: 1rem auto;
    display: flex;
}

.audience-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.audience-card h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: "Inter", sans-serif !important;
}

.audience-icon {
    font-size: 1.5rem;
    background: #F3F7FA;
    background: linear-gradient(90deg, rgba(243, 247, 250, 1) 0%, rgba(251, 249, 225, 1) 100%);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 2rem;
}

/* Seção do instrutor */
.instructor {
    background-color: #000;
    overflow: hidden;
}

.instructor__title{
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.instructor__subtitle{
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.instructor .box-icon-text {
    color: #fff;
}

.instructor .instructor-card__selo {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 250px !important;
    height: 250px !important;
    object-fit: cover;
    border-radius: 20px;
}

.instructor .instructor-card {
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #000;
    max-width: 60%;
}

.instructor .instructor-card__icon {
    background: #8D8D8D;
    background: linear-gradient(50deg, rgba(141, 141, 141, 1) 0%, rgba(255, 255, 255, 1) 100%);
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.instructor .instructor-card__icon img {
    filter: invert(1);
    width: 45px;
    height: 45px;
}

.instructor .benefits-list .box-icon-text {
    background-color: #1A1A1A;
    color: #fff;
}


.instructor .benefits-list .box-icon-text__benefits::before {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 54%, rgb(0, 0, 0) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.instructor .benefits-list .box-icon-text__benefits__limpo {
    background: #1A1A1A;
    background: linear-gradient(5090deg, rgba(26, 26, 26, 1) 30%, rgba(79, 79, 79, 1) 100%);
    font-size: 1.2rem;
}

.instructor .benefits-list .box-icon-text__benefits__limpo::before {
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, #4F4F4F 54%, #4F4F4F 100%);
}

.instructor__btn {
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
    margin: 0;
    display: block;
}

.instructor__btn:hover {
    scale: 1.05;
}

.instructor__btn img {
    filter: invert(1);
}

/* Bolinhas enfumaçadas decorativas */
.blur-circle {
    position: absolute;
    bottom: 535px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(81, 162, 255, 0.6) 0%, rgba(81, 162, 255, 0.3) 40%, rgba(81, 162, 255, 0) 70%);
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

.blur-circle-left {
    left: -100px;
}

.blur-circle-right {
    right: -100px;
}

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

.instructor .instructor-card__2 {
    max-width: 70%;
}

/* Cards de master */
.master {
    background-color: #F3F5FF;
}

.master__title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.master__subtitle {
    margin: 0 auto;
    font-size: 1.28rem;
}

.master__list {
    padding-left: 30px;
}

.master__list li {
    position: relative;
    margin-bottom: 1rem !important;
}

.master__list li::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/icon/icon-check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Cards de depoimentos */
.testimonial {
    background-color: #000;
    color: #fff;
}

.testimonial .carousel-inner {
    padding: 1rem;
}

.testimonial__title {
    font-size: 3rem;
}

.testimonial-card {
    background: #F3F7FA;
    background: linear-gradient(90deg, rgba(243, 247, 250, 1) 0%, rgba(251, 249, 225, 1) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #000;
    margin-bottom: 1rem;
    height: fit-content;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-card h6 {
    font-size: 1.3rem;
}

/* Estilos do Carousel de Depoimentos */
#testimonialsCarousel {
    padding: 0 50px;
}

#testimonialsCarousel .carousel-control-prev,
#testimonialsCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

#testimonialsCarousel .carousel-control-prev {
    left: 0;
}

#testimonialsCarousel .carousel-control-next {
    right: 0;
}

#testimonialsCarousel .carousel-control-prev:hover,
#testimonialsCarousel .carousel-control-next:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
}

#testimonialsCarousel .carousel-control-prev-icon,
#testimonialsCarousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 100%;
    filter: invert(1);
}

#testimonialsCarousel .carousel-indicators {
    margin-bottom: -50px;
}

#testimonialsCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

#testimonialsCarousel .carousel-indicators button.active {
    background-color: #fff;
    width: 30px;
    border-radius: 6px;
}

#testimonialsCarousel .carousel-item {
    transition: transform 0.6s ease;
}

/* Cards de bônus */
.bonus {
    background: #000;
    background-image: url(../images/bg/bg-bonus.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.bonus__title {
    font-size: 3rem;
    font-weight: 600;
    margin: 1rem 0;
    text-align: center;
}

.bonus-card {
    background: #fff;
    border-radius: 20px;
    color: #000;
}

.bonus__subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: center;
    max-width: 65%;
    margin: 0 auto;
}

.bonus-card__item {
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg, rgba(243, 247, 250, 1) 0%, rgba(251, 249, 225, 1) 100%);
    margin-bottom: 2rem;
    border-radius: 20px;
}

.bonus-card__title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.bonus-card__item__icon {
    font-size: 1.5rem;
    background: #8D8D8D;
    background: linear-gradient(50deg, rgba(141, 141, 141, 1) 0%, rgba(255, 255, 255, 1) 100%);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 2rem;
}

.bonus-card__item__icon img {
    width: 45px;
    height: 45px;
}

.bonus-card__item h5 {
    font-size: 1.3rem;
    font-family: "Inter", sans-serif !important;
    font-weight: 800;
    margin-bottom: 0rem;
}

.bonus-card__item p {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.bonus-card__item .price {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
    font-family: "Unbounded", sans-serif !important;
}

.bonus-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.bonus-card__gratis .bonus-card__title {
    font-size: 2rem;
}

.discount {
    font-weight: 800 !important;
    color: #6C757D;
    text-decoration: line-through;

}

.bonus-card__gratis .price {
    font-family: "Unbounded", sans-serif !important;
    font-size: 2.7rem;
    font-weight: 800;
    color: #B2B290;
}

.bonus-card__button {
    background: #000000;
    background: linear-gradient(35deg, rgba(0, 0, 0, 1) 0%, rgba(97, 126, 160, 1) 100%);
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    border-radius: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    font-size: 1rem;
    font-family: "Unbounded", sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bonus-card__button:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4),
        0 4px 8px rgba(0, 0, 0, 0.3);
}

.bonus-card__button img {
    filter: invert(1);
}


/* Comparação de preços */
.price-comparison {
    text-align: center;
}

.original-price {
    font-size: 1.2rem;
}

.final-price {
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}


.limited__img {
    margin-bottom: 2rem;
}

.limited__title {
    font-size: 3rem;
    color: #000;
}

.limited__subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: center;
    max-width:85%;
    margin: 0 auto;
}

.limited .box-icon-text__benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 1px;
    background: rgb(167, 166, 166);
    background: linear-gradient(90deg, rgba(190, 190, 190, .2) 0%, rgba(190, 190, 190, .2) 24%, rgba(190, 190, 190, 1) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.limited__button {
    background: #000000;
    background: linear-gradient(35deg, rgba(0, 0, 0, 1) 0%, rgba(97, 126, 160, 1) 100%);
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    border-radius: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    font-size: 1rem;
    font-family: "Unbounded", sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.limited__button:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4),
        0 4px 8px rgba(0, 0, 0, 0.3);
}

.limited__button img {
    filter: invert(1);
}

/* Itens de urgência */
.urgency-item {
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.urgency-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Cards de oferta */
.offer-card {
    background: rgba(108, 117, 125, 0.8) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-item {
    transition: all 0.3s ease;
}

.pricing-item:hover {
    transform: scale(1.05);
    background: rgba(33, 37, 41, 0.9) !important;
}

.exclusive {
    background: #000;
    background-image: url(../images/bg/bg-oferta.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.faq{
    background: #000;
    background-image: url(../images/bg/bg-faq.png);
    background-size: cover;
    background-position: 20%;
    background-repeat: no-repeat;
    color: #fff;
}

.exclusive__title {
    font-size: 3rem;
}

.exclusive__subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}

.exclusive .price {
    font-size: 2rem;
}

.faq__title {
    font-size: 3rem;
}

.faq__subtitle {
    font-size: 1.5rem;
}

/* Accordion personalizado */
.accordion-item {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin-bottom: 1rem;
    border-radius: 16px !important;
}

.accordion-button {
    border: none;
    font-weight: 600;
    border-radius: 16px !important;
    background-color: transparent !important;
    box-shadow: none;
}

.accordion-arrow {
    margin-right: 1rem;
}

.accordion-header {
    border-radius: 16px !important;
    background-color: transparent !important;
}

.accordion-button::after {
    background-image: url(../images/icon/icon-circle-up.svg) !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: white !important;
    box-shadow: none;
    border-radius: 16px !important;
    border: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-body {
    border: none;
    padding-left: 4rem;
    background-color: transparent !important;
    border-radius: 16px !important;
    color: #fff;
}

.accordion-collapse {
    border: none;
    border-radius: 16px !important;
}

/* Footer */
.social-links a {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.01);
}

.social-links a:hover {
    color: var(--primary-color) !important;
    transform: translateY(-2px);
}

.footer {
    background-color: #000;
    color: #fff;
}

.footer ul {
    color: #fff;

}

.footer a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 200;
}

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

.footer__logo img {
    max-width: 200px;
}

.links-uteis a {
    margin-bottom: 1.5rem;
}

.contato__item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.01);
    margin-bottom: 1rem;
}


.contato__item p {
    margin-bottom: 0;
}

.btn span {
    display: none;
}

.btn:focus,
.btn:active {
    box-shadow: none !important;
}

.faq__button {
    background-color: white;
    border: 1px solid #82816E;
    border-radius: 16px;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(130, 129, 110, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    transform: translateY(0);
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: fit-content;
    font-family: "Unbounded", sans-serif !important;

}

.faq__button:hover {
    background-color: #82816E;
    color: white;
}

.faq__button:hover img {
    filter: invert(1);
}

.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

@media (min-width: 992px) {
    body {
        font-size: 18px;
    }

    .footer__logo img {
        max-width: unset;
    }

    .btn span {
        display: inline-block;
    }

    .navbar .container-fluid {
        padding: 0 100px;
    }

    .hero-section {
        background-image: url(../images/bg/bg-header.png);
        background-position: center top;
        background-size: 1980px auto;
        max-width: 100%;
    }

    .feature-card {
        display: block;
    }

    .box-icon-text {
        margin: 1rem;
        display: inline-flex;
    }

    .hero-section .hero-section__title {
        font-size: 4rem;
    }

    .hero-section .hero-section__btn {
        margin: 6rem auto;
    }

    .benefits .box-icon-text__benefits {
        max-width: 80%;
        margin-left: 0;
    }

    .instructor-card__1 {
        width: 80%;
        margin: 0 auto -1.5rem auto;
        z-index: 1;
        position: relative;
    }

    .instructor-card__2 {
        bottom: 3rem;
        left: -5rem;
    }

    .instructor .benefits-list .box-icon-text__benefits__limpo {
        font-size: 1.1rem;
    }

    .limited .benefits-list {
        display: flex;
    }
    .blur-circle {
        bottom: -120px;
    }


    .limited__button {
        width: fit-content;
        margin: 0 auto;
    }

    .bonus-card__item {
        flex-direction: row;
        gap: 1rem;
        align-items: center;
        padding: 1rem !important;
    }

    .bonus-card__item:last-child {
        margin-bottom: 0;
    }

    .bonus-card__item p {
        margin-bottom: 0 !important;
    }

    .bonus-card__item__icon {
        margin-bottom: 0 !important;
    }

    .bonus-card__item br {
        display: none;
    }

    .bonus-card__title {
        font-size: 2rem;
    }

    .exclusive .price {
        font-size: 2rem;
    }

    .exclusive .price.exclusive-price {
        margin-top: 2rem;
        font-size: 3rem;
        margin-bottom: 2rem;
    }

    .bonus-card {
        margin-bottom: 0;
    }

    .bonus-card__exclusive p {
        font-size: 1.2rem;
    }

    .bonus-card__exclusive .price {
        font-size: 1.7rem;
    }

    .bonus-card__exclusive .card__content {
        max-width: 62%;
    }

    .bonus-card__exclusive h5 {
        margin-bottom: 0;
    }

    .bonus-card__exclusive.bonus-card__gratis {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .bonus-card__exclusive.bonus-card__gratis .price {
        margin-top: 1rem;
        font-size: 3rem;
        margin-bottom: 0;
    }

    .bonus-card__exclusive.bonus-card__gratis h5 {
        margin-bottom: 2rem;
    }

    .exclusive .bonus-card__title {
        margin-bottom: 2rem;
    }

    .bonus__logo {
        width: 350px;
    }

    .testimonial-card {
        min-height: 320px;
    }

    .bg-exclusive {
        background-position: center;
    }

    .footer .container-fluid {
        padding: 0 3rem;
    }

    .contato__list {
        max-width: 90%;
    }

    .py-5 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    /* Desativar slider no desktop */
    .box-icon-slider-wrapper {
        overflow: visible;
        padding-bottom: 0;
    }

    .box-icon-slider {
        display: flex;
        justify-content: center;
        gap: 1rem;
        transform: none !important;
        transition: none !important;
    }

    .box-icon-slide {
        flex: 0 0 auto !important;
        width: auto !important;
    }

    .box-icon-slider .box-icon-text {
        margin: 1rem;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .display-4 {
        font-size: 2.5rem;
    }

    .display-6 {
        font-size: 2rem;
    }

    .hero-section {
        min-height: 80vh;
    }

    .feature-card {
        margin-bottom: 1rem;
    }

    /* Carousel responsivo mobile */
    #testimonialsCarousel {
        margin-bottom: 40px;
    }

    #testimonialsCarousel .carousel-control-prev,
    #testimonialsCarousel .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    #testimonialsCarousel .carousel-control-prev-icon,
    #testimonialsCarousel .carousel-control-next-icon {
        width: 16px;
        height: 16px;
    }

    #testimonialsCarousel .carousel-indicators {
        margin-bottom: -40px;
    }

    /* Mostrar apenas 1 coluna por vez no mobile */
    #testimonialsCarousel .carousel-item .row .col-md-6:nth-child(2) {
        display: none;
    }

    #testimonialsCarousel .carousel-item .row {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .display-4 {
        font-size: 2rem;
    }

    .display-6 {
        font-size: 1.75rem;
    }

    .btn-lg {
        padding: 10px 20px;
        font-size: 1rem;
    }

    .hero-section {
        min-height: 70vh;
    }

    /* Carousel - 1 coluna em telas muito pequenas */
    #testimonialsCarousel .carousel-item .row .col-md-6:nth-child(2) {
        display: none;
    }

    #testimonialsCarousel .carousel-item .row {
        justify-content: center;
    }
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

/* Scroll suave */
html {
    scroll-behavior: smooth;
}

/* Ajuste para scroll com navbar fixa */
section {
    scroll-margin-top: 80px;
}

/* Altura mínima para seções */
.min-vh-75 {
    min-height: 75vh;
}

/* Efeitos de hover para links */
a {
    transition: all 0.3s ease;
}

/* Melhorias de acessibilidade */
.btn:focus,
.btn:active {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* Box Icon Slider - Mobile Only */
.box-icon-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 1rem;
}

.box-icon-slider {
    display: flex;
    transition: transform 0.8s ease-in-out;
}

.box-icon-slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-icon-slider .box-icon-text {
    max-width: fit-content;
    margin: 0.5rem 0;
    width: auto;
}