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

body {
    font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
    background-color: #0a0a0a;
    color: #ffffff;
    line-height: 1.6;
}

p {
    font-size: 20px;
    font-weight: 400;
}

h2 {
    font-size: 56px;
    margin-bottom: 40px;
    line-height: 1.4;
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.section-gray {
    background-color: #262525;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.green {
    color: #00ff88;
}

.blue {
    color: #0B8EEB;
}


/* Image Placeholder - Red colored divs for missing images */

.image-placeholder {
    background-color: #ff0000;
    width: 100%;
    height: 100%;
    min-height: 200px;
}


/* Hero Section */

.hero {
    background-image: url('../images/landing/banner11.jpg');
    background-size: cover;
    background-position: center top;
    /* background: linear-gradient(135deg, #0a3d2e 0%, #0a0a0a 100%); */
    padding: 0px 20px 0px 20px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(135deg, #000000de 40%, transparent);
    opacity: 1;
    pointer-events: none;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-text {
    padding: 0px;
    width: 700px;
    z-index: 1;
    postiion: relative;
}

.hero-text .cta-container {
    justify-content: flex-start;
}

.logo h1 {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1;
    color: #ffffff;
}

.logo-top {
    width: 100%;
    margin: 0px 0px 10px 110px;
}

.logo-top .redondo {
    width: 110px;
    height: auto;
    margin: 0px 0px 0px 0px;
    border-radius: 50%;
}

.logo-bottom .ara {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0px 0px 0px 0px;
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
    margin: 45px 0 20px;
    line-height: 1.2;
    position: relative;
}

.hero-title .fire-icon {
    background-image: url('../images/svg/fire.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 35px;
    height: 40px;
    display: inline-block;
}

.highlight {
    color: #00ff88;
}

.highlight.blue {
    color: #14A1E6;
}

.hero-description {
    font-size: 16px;
    margin-bottom: 30px;
}

.cta-container {
    display: flex;
    justify-content: center;
}

.cta-button {
    display: inline-block;
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
    border-radius: 15px;
    transition: all 0.3s ease;
    margin: 0px;
    background-color: transparent;
    font-family: Montserrat, Sans-serif;
    font-size: 18px;
    font-weight: 700;
    background-image: linear-gradient(90deg, #40bb85 0, #03a226 100%);
    border-style: solid;
    border-width: 1px;
    border-color: #0f5;
    border-radius: 15px 15px 15px 15px;
    padding: 12px 24px;
    text-shadow: 1px 1px 2px #4c4c4c;
    text-align: center;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(0, 255, 136, 0.5);
}

.cta-button .rocket {
    font-size: 24px;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-image: url('../images/svg/rocket-solid.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    color: transparent;
    margin: -2px 10px 0px 10px;
}

.cta-button .arrow {
    /* font-size: 24px;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-image: url('../images/svg/arrow_short_right.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
    color: transparent;
    margin: -2px 0px 0px 10px; */
}

.payment-icons {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
}

.hero-image {
    width: 750px;
    height: 100%;
    margin: 0px 0px 0px 0px;
    display: flex;
    align-items: flex-end;
    background-image: url('../images/landing/business-man3.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    position: absolute;
    right: -200px;
    bottom: 0px;
}

.hero-image .floating {
    position: absolute;
    overflow: hidden;
    padding: 15px 20px;
    border-radius: 40px;
}

.hero-image .floating.first {
    left: 131px;
    bottom: 226px;
}

.hero-image .floating.second {
    left: 433px;
    bottom: 230px;
}

.hero-image .floating.third {
    left: 260px;
    bottom: 80px;
}

.hero-image .floating .blur-bg {
    position: absolute;
    inset: -0px;
    z-index: 0;
    background: rgb(187 187 187 / 22%);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-radius: 40px;
    overflow: hidden;
    opacity: 1;
}

.floating .text-container {
    position: relative;
    z-index: 2 !important;
}

.hero-image .floating .top {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.hero-image .floating .top .icon {
    width: 25px;
    height: 25px;
    display: block;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px 5px 0px 0px;
}

.hero-image .floating.first .top .icon {
    background-image: url('../images/svg/arrow-growth.svg');
}

.hero-image .floating.second .top .icon {
    background-image: url('../images/svg/users-line.svg');
}

.hero-image .floating.third .top .icon {
    background-image: url('../images/svg/megaphone.svg');
}

.hero-image .floating .bottom {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 0px 0px 30px;
}

.hero-image .image-photo {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: contain;
}


/* Warning Section */

.about-section {
    padding: 60px 20px 80px 20px;
    margin: 0 auto;
    background: #000000;
    background: linear-gradient(135deg, #000000 30%, #00ff881c 100%);
}

.about-section .section-text {
    font-size: 30px;
    max-width: 950px;
    text-align: center;
    margin: 0px auto 40px;
    line-height: 1.2;
}

.about-section .topics-title {
    font-size: 56px;
}

.about-section .cards-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.about-section .card {
    background-color: #2a2a2a;
    padding: 40px 30px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 8px;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.about-section .card::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -12px;
    right: 12px;
    bottom: -18px;
    background: transparent;
    border-radius: 8px;
    border: 2px solid #00ff88;
    pointer-events: none;
    z-index: -1;
    transition: all 0.3s ease;
}


/* 

.card:hover::before {
      top: 8px;
    left: -8px;
    right: 8px;
    bottom: -8px;
} */


/* .card-active {
    background: linear-gradient(135deg, #00ff88 0%, #00cc6a 100%);
    border: 3px solid #00ff88;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.5);
}

.card-active .icon {
    color: #000000;
} */

.card-active .title {
    color: #000000;
}

.card-icon {
    width: 60px;
    height: 60px;
    color: #00ff88;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.card-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.card-text .title {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
}

.topics-section {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.topics-section .topics-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 50px 0px 30px 0px;
    width: 100%;
}

.topics-section .topics-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.topics-section .topic-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.check-icon {
    width: 90px;
    height: 90px;
    display: inline-block;
    background-image: url('../images/svg/check.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.topics-section .topic-text {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
}


/* Depoimentos Section */

.depoimentos-section {
    padding: 60px 20px;
    background-color: #0a0a0a;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-top: 40px;
}

.depoimentos-section .depoimentos-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(100% - 20px);
}

.depoimentos-section .depoimentos-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.depoimentos-section .depoimentos-card .quote-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url('../images/svg/icon-quote.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.depoimentos-section .depoimentos-card .depoimentos-text {
    font-size: 12px;
    line-height: 1.6;
    color: #4a5568;
    font-weight: 400;
    width: 100%;
    max-width: calc(100% - 130px);
    margin: 15px 0px;
}

.depoimentos-section .depoimentos-card .author-name {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-top: 0px;
}

.depoimentos-section .depoimentos-card .author-profile {
    font-size: 12px;
    font-weight: 600;
    color: #5f5f5f;
    margin-top: 0px;
}

.depoimentos-section .depoimentos-card .author-image {
    position: absolute;
    top: 5%;
    right: -20px;
    width: 160px;
    height: 90%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.depoimentos-section .depoimentos-card .author-image img {
    background: #000000;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.depoimentos-section .depoimentos-card .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    display: inline-block;
    background-image: url('../images/svg/play-circle.svg');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.depoimentos-section .depoimentos-card .play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}


/* Testimonials Section */

.testimonials {
    padding: 80px 20px;
    background-color: #0a0a0a;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.testimonial-card {
    background-color: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

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

.testimonial-card .image-placeholder {
    height: 250px;
}

.testimonial-name {
    padding: 15px;
    text-align: center;
    font-weight: 600;
    background-color: #ffffff;
    color: #000000;
}


/* Target Audience Section */

.target-section {
    padding: 60px 20px;
    border-top: 1px solid #00FF6E;
    background-image: url('../images/landing/about_bg.png');
    background-repeat: no-repeat;
    background-size: 1500px;
    background-position: left -250px top;
}

.target-section .target-benefits {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 0px auto 80px auto;
    max-width: 900px;
}

.target-section .target-benefits .item {
    background-color: #1b1b1b;
    border-radius: 0px;
    border: 1px solid #01FE90;
    padding: 20px 15px;
    text-align: center;
}

.target-section .target-benefits .item .title {
    font-size: 30px;
    color: #01FE90;
    margin: 0px 0px 20px 0px;
    display: block;
}

.target-section .target-benefits .item p {
    font-size: 26px;
}

.target-section .target-list {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    gap: 0px;
}

.target-section .target-list .target-header {
    background-color: #00FF67;
    color: #000000;
    padding: 20px;
    border-radius: 15px 15px 0px 0px;
    font-size: 40px;
    text-align: center;
}

.target-section .target-item {
    background-color: #383838;
    padding: 8px 30px;
    display: flex;
    align-items: center;
    gap: 0px;
    transition: all 0.3s ease;
    position: relative;
    font-size: 18px;
}

.target-section .target-item .final-text {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.target-section .target-item:last-child {
    border-radius: 0px 0px 15px 15px;
    justify-content: center;
    padding: 30px 0px;
}

.target-section .target-item .icon {
    background-image: url('../images/svg/hand-point-right.svg');
    background-size: 35px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin: 0px 8px 0px 0px;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    font-size: 18px;
}

.target-section .target-item:last-child::after {
    display: none;
}

.target-section .target-item::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 30px;
    right: 30px;
    background-color: #606060;
    height: 1px;
}

.target-section .target-item .number {
    font-size: 24px;
    font-weight: 600;
    color: #7c7c7c;
    min-width: 50px;
}

.target-section .target-item p {
    flex: 1;
    font-size: 18px;
}


/* Recebera Section */

.recebera-section {
    background-color: #000000;
    background: linear-gradient(135deg, #282828 30%, #4fe69f1c 100%);
    background-image: url('../images/landing/bio-bg-final.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 60px 20px;
}

.recebera-section .subtitle {
    max-width: 850px;
    margin: 0px auto;
    font-size: 25px;
    font-weight: 400;
    margin: 0px auto 40px auto;
}

.recebera-section .content-box {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 50px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    max-width: 600px;
    margin: 0px auto;
}

.recebera-section .cta-container {
    display: flex;
    justify-content: center;
    margin: 50px auto 0px;
}

.recebera-section .checklist {
    list-style: none;
}

.recebera-section .checklist li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.6;
}

.recebera-section .checklist li:last-child {
    margin-bottom: 0px;
}

.recebera-section .checklist li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #3eba82;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 1.2rem;
    color: #1a5f3a;
}

.recebera-section .highlight-text {
    font-weight: bold;
    font-size: 1.05rem;
    margin: 30px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.recebera-section .bonus-intro {
    margin: 25px 0 15px 0;
    font-size: 1.05rem;
}

.recebera-section .bonus-intro strong {
    font-weight: bold;
}

.recebera-section .bonus-section {
    margin: 35px 0;
}

.recebera-section .bonus-title {
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.recebera-section .speaker-icon {
    font-size: 3.5rem;
    margin-right: 20px;
    display: inline-block;
}

.recebera-section .bonus-description {
    background: rgba(0, 0, 0, 0.3);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 1.05rem;
}

.recebera-section .bonus-description .highlight-green {
    color: #4ade80;
    font-weight: 600;
}

.recebera-section .value-section {
    text-align: center;
    margin-top: 40px;
}

.recebera-section .value-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.recebera-section .value-subtitle {
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 0.9;
}

.recebera-second-section {
    background-color: #000000;
    background: linear-gradient(135deg, #282828 30%, #4fe69f1c 100%);
    background-image: url('../images/landing/bio-bg-final.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 60px 20px;
}

.recebera-second-section .subtitle {
    max-width: 850px;
    margin: 0px auto;
    font-size: 25px;
    font-weight: 400;
    margin: 0px auto 40px auto;
}

.recebera-second-section .content-box {
    background: transparent;
    border-radius: 0px;
    padding: 50px;
    border: none;
    max-width: 1200px;
    margin: 0px auto;
}

.recebera-second-section .checklist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.recebera-second-section .checklist .checklist-item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #FFFFFF;
}

.recebera-second-section .checklist .checklist-item .top {
    background: red;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.recebera-second-section .checklist .checklist-item .top .photo {
    background: #000000;
    width: 100%;
    height: 100%;
}

.recebera-second-section .checklist .checklist-item .top .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recebera-second-section .checklist .checklist-item .top .title-container {
    position: absolute;
    inset: 0 0 0 0;
    background: linear-gradient(0deg, #000000 20%, #00000000 60%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.recebera-second-section .checklist .checklist-item .top .title-container .title {
    font-size: 20px;
    font-weight: 700;
    padding: 0px 0px 10px 0px;
}

.recebera-second-section .checklist .checklist-item .bottom {
    padding: 15px 15px 30px 15px;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

.recebera-second-section .cta-container {
    margin: auto;
    display: flex;
    justify-content: center;
}


/* Diferenciais Section */

.diferenciais-section {
    background-color: #EDF0F4;
    background: linear-gradient(135deg, #000000 30%, #00ff881c 100%);
    background-image: url('../images/landing/bg-azul.webp');
    /* background-size: cover; */
    background-position: center top;
    background-repeat: no-repeat;
    padding: 60px 20px;
}

.diferenciais-section .left-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.diferenciais-section .robot-container {
    position: relative;
    width: 650px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.diferenciais-section .blue-circle {
    position: absolute;
    width: 450px;
    height: 450px;
    background: linear-gradient(135deg, #0e0e0e 0%, #c2c2c2 100%);
    border-radius: 50%;
    z-index: 1;
    opacity: 0.5;
}

.diferenciais-section img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    filter: drop-shadow(-15px 15px 10px rgb(0 0 0));
    object-fit: contain;
}

.diferenciais-section .right-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 40px;
}

.diferenciais-section .header-text {
    font-size: 4vw;
    letter-spacing: 3px;
    color: #0099ff;
    font-weight: 600;
    text-transform: uppercase;
}

.diferenciais-section .main-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.diferenciais-section .intro-text {
    width: 100%;
    max-width: 800px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin: 50px auto 0px auto;
    color: #00ff88;
}

.diferenciais-section .intro-text strong {
    font-weight: 700;
}

.diferenciais-section .subtitle {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}

.diferenciais-section .cards-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.diferenciais-section .card {
    display: flex;
    gap: 15px;
    padding: 25px;
    background: #3131317a;
    border: 2px solid #2f2f2f;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.diferenciais-section .card:hover {
    border-color: #0099ff;
    box-shadow: 0 4px 16px rgba(0, 153, 255, 0.15);
    transform: translateY(-2px);
}

.diferenciais-section .checkmark {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diferenciais-section .card-text {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.6;
    flex: 1;
    text-align: left;
}


/* Depoimentos Section */

.depoimentos-second-section {
    /* background-image: url('../images/landing/bg-azul-down.png'); */
    background-size: cotain;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 60px 20px;
    background-color: #262525;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.depoimentos-second-section .section-container {
    /* background: linear-gradient(135deg, #ffffff 0%, #9a9a9a 100%); */
    border-radius: 20px;
    padding: 0px 50px;
}

.depoimentos-second-section .depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.depoimentos-second-section .depoimentos-card {
    /*     background: linear-gradient(135deg, #0099ff 0%, #000000 100%); */
    /* padding: 15px; */
    position: relative;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-box {
    background-color: #fff;
    border: 1px solid #939393;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.depoimentos-second-section .depoimentos-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.depoimentos-second-section .depoimentos-card .quote-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url('../images/svg/icon-quote.svg');
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
}

.depoimentos-second-section .depoimentos-card .text-body {
    padding: 20px;
}

.depoimentos-second-section .depoimentos-card .depoimentos-text {
    font-size: 12px;
    line-height: 1.6;
    color: #4a5568;
    font-weight: 400;
    /* width: 100%; */
    text-align: justify;
}

.depoimentos-second-section .depoimentos-card .author-name {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    margin: 15px 0px 0px 0px;
    /* background: #d2d2d2; */
    text-align: left;
}

.depoimentos-second-section .depoimentos-card .author-profile {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0px 0px 15px 0px;
    line-height: 1.2;
    text-align: left;
    min-height: 30px;
}

.depoimentos-second-section .depoimentos-card .author-image {
    /* position: absolute;
    top: 5%;
    right: -20px; */
    width: 100%;
    height: 200px;
    /* border-radius: px; */
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    /* margin: -50px 0px 10px 0px; */
    cursor: pointer;
}

.depoimentos-second-section .depoimentos-card .author-image img {
    background: #000000;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.depoimentos-second-section .depoimentos-card .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    display: inline-block;
    background-image: url('../images/svg/play-circle-blue.svg');
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.depoimentos-second-section .depoimentos-card .author-image:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
}


/* Passos Section */

.passos-section {
    background: #000000;
    /* background-image: url('../images/landing/apresentacao-blur.png'); */
    background-size: cotain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px 0px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.passos-section .section-container {
    /* background: linear-gradient(135deg, #ffffff 0%, #9a9a9a 100%); */
    border-radius: 20px;
    padding: 50px;
}

.passos-section .passos-container {
    position: relative;
    padding: 220px 0px 0px 0px;
}

.passos-section .passos-container .line {
    position: absolute;
    top: 37px;
    width: 100%;
    height: 4px;
    background: #ffffff;
    margin: 0px auto 0px auto;
    z-index: 0;
}

.passos-section .passos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    margin: 0px auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.passos-section .passos-grid .arrow {
    position: absolute;
    top: 10px;
    left: -100px;
    width: 40px;
    height: 60px;
    display: inline-block;
    background-image: url('../images/svg/chevron_right_green.svg');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
    z-index: 2;
}

.passos-section .passos-grid .item .number {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    margin: 0px 0px -10px 0px;
}

.passos-section .passos-grid .item .passos-card .box {
    background-color: #6ADB85;
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* box-shadow: 70px 70px 0px #000000ab; */
    z-index: 1;
}

.passos-section .passos-grid .item .passos-card .box:before {
    content: "";
    position: absolute;
    bottom: -70px;
    left: 0px;
    background-color: transparent;
    width: 0;
    height: 0;
    border-bottom: 70px solid transparent;
    border-right: 50px solid #0000005c;
    z-index: 0;
}

.passos-section .passos-grid .item .passos-card .icon {
    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.passos-section .passos-grid .item .text {
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.passos-section .passos-grid .item .passos-card.one .box:after {
    display: none;
}

.passos-section .passos-grid .item .passos-card.one .box {
    background-color: #6ADB85;
}

.passos-section .passos-grid .item .passos-card.one .number {
    color: #6ADB85;
}

.passos-section .passos-grid .item .passos-card.one .icon {
    background-image: url('../images/svg/rocket.svg');
}

.passos-section .passos-grid .item .passos-card.two {
    margin: -70px 0px 0px -49px;
}

.passos-section .passos-grid .item .passos-card.two .box {
    background-color: #5CAC94;
}

.passos-section .passos-grid .item .passos-card.two .number {
    color: #5CAC94;
}

.passos-section .passos-grid .item .passos-card.two .icon {
    background-image: url('../images/svg/laptop.svg');
}

.passos-section .passos-grid .item .passos-card.three {
    margin: -140px 0px 0px -49px;
}

.passos-section .passos-grid .item .passos-card.three .box {
    background-color: #498975;
}

.passos-section .passos-grid .item .passos-card.three .number {
    color: #498975;
}

.passos-section .passos-grid .item .passos-card.three .icon {
    background-image: url('../images/svg/gear.svg');
}

.passos-section .passos-grid .item .passos-card.four {
    margin: -210px 0px 0px -49px;
}

.passos-section .passos-grid .item .passos-card.four .box {
    background-color: #5685CE;
}

.passos-section .passos-grid .item .passos-card.four .number {
    color: #5685CE;
}

.passos-section .passos-grid .item .passos-card.four .icon {
    background-image: url('../images/svg/dollar.svg');
}

.passos-quote {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 60px 0px 0px 0px;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}


/* Guarantee Section */

.guarantee-section {
    padding: 60px 20px;
    background-color: #262525;
    margin: 0 auto;
    text-align: center;
}

.guarantee-intro {
    font-size: 20px;
    margin-bottom: 20px;
}

.guarantee-section h3 {
    font-size: 28px;
    color: #00ff88;
    margin: 30px 0;
}

.guarantee-section p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.guarantee-section .guarantee-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
    margin: 0 auto;
}

.guarantee-section .guarantee-icon {
    width: 400px;
}

.guarantee-section .icon-img {
    width: 400px;
    height: 400px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.guarantee-section .guarantee-text {
    flex: 1;
}

.guarantee-section .guarantee-text h2 {
    text-align: left;
    margin-bottom: 20px;
}

.guarantee-section .guarantee-text p {
    color: #ffffff;
    text-align: left;
}


/* Bonus Section */

.bonus-section {
    padding: 0px 0px 80px 0px;
    background-color: #011E11;
    margin: 0 auto;
    background-image: url('../images/landing/bonus-bg.png');
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: left top -150px;
}

.bonus-top {
    background: #00BF63;
    padding: 0px 20px;
}

.bonus-top h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    padding: 25px 0;
    margin: 0px 0px 60px 0px;
    color: #ffffff;
}

.bonus-section .section-title {
    color: var(--light-color);
}

.bonus-section .bonus-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.bonus-section .bonus-card {
    width: 100%;
    max-width: 950px;
    background: #ffffff;
    backdrop-filter: blur(10px);
    margin: auto;
    padding: 15px 20px 15px 75px;
    border-radius: 15px;
    border: 2px solid rgb(255 255 255);
    transition: all 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.bonus-section .bonus-card:hover {
    box-shadow: 0 6px 30px rgb(255 255 255);
    transform: translateY(-10px);
}

.bonus-section .bonus-card .bonus-floating {
    background-color: #DB2E33;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 5px 14px;
    font-size: 30px;
    font-weight: 600;
    z-index: 1;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bonus-section .bonus-card .img-container {
    width: 350px;
    height: 200px;
}

.bonus-section .bonus-card .img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bonus-section .bonus-card .text {
    flex: 1;
}

.bonus-section .bonus-card .text .title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
}

.bonus-section .bonus-card .text .subtitle {
    font-size: 20px;
    color: #000000;
    margin: 15px 0px 0px 0px;
}

.bonus-section .bonus-card .text .url {
    font-size: 18px;
    font-weight: 600;
    color: #0b8eeb;
    margin: 15px 0px 0px 0px;
    display: block;
}


/* Urgency Timer */

.urgency-timer {
    background: rgb(255 255 255 / 9%);
    backdrop-filter: blur(10px);
    padding: 60px 30px;
    border-radius: 15px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 950px;
}

.urgency-text {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.countdown {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-weight: 700;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-number {
    font-size: 3rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    width: 110px;
    height: 105px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdown-label {
    font-size: 0.9rem;
    margin-top: 10px;
    text-transform: uppercase;
    opacity: 0.9;
}

.countdown-separator {
    font-size: 3rem;
    opacity: 0.7;
}

.bonus-section .bonus-text {
    background: #00000085;
    border-image: linear-gradient(to right, #00ff8840 0%, #004223 30%, #001b0e 50%, #004223 70%, #00ff8840 100%) 1;
    border-width: 2px;
    border-style: solid;
    position: relative;
    padding: 40px 40px;
    max-width: 950px;
    margin: auto auto 30px auto;
}

.bonus-section .bonus-text h2 {
    font-size: 40px;
    max-width: 600px;
    margin: auto;
}

.bonus-section .bonus-text .title {
    font-size: 55px;
    margin: auto;
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.bonus-section .bonus-text .subtitle {
    font-size: 30px;
    font-weight: 600;
    color: #32a3f3;
    margin: 20px 0px 0px 0px;
}

.bonus-section .cta-container {
    padding: 0px 20px;
}


/* 3 Caminhos Section */

.caminhos-section {
    padding: 60px 20px 0px 20px;
    background: var(--light-color);
    background-image: url('../images/landing/caminhos-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.caminhos-section .paths-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    margin: 120px 0px 80px;
    position: relative;
}

.caminhos-section .paths-grid .seta-bg {
    background-image: url('../images/landing/caminho-seta.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -100px;
    right: 0px;
    z-index: 1;
}

.caminhos-section .path-card {
    padding: 40px 30px;
    text-align: center;
    box-shadow: var(--shadow);
    border: 1px solid re;
    transition: all 0.3s ease;
    border-image: linear-gradient(to right, #00FF88 0%, #004223 30%, #001b0e 50%, #004223 70%, #00FF88 100%) 1;
    border-width: 2px;
    border-style: solid;
    min-height: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.caminhos-section .path-card .square {
    background: #00ff88;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
}

.path-card .square.top-left {
    top: -7px;
    left: -7px;
}

.path-card .square.bottom-left {
    bottom: -7px;
    left: -7px;
}

.path-card .square.top-right {
    top: -7px;
    right: -7px;
}

.path-card .square.bottom-right {
    bottom: -7px;
    right: -7px;
}

.path-card .wrong-icon {
    background-image: url('../images/svg/wrong.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex;
    width: 70px;
    height: 70px;
    /* position:absolute;
    top:20px; */
}

.path-card.negative {
    background: #000000;
}

.path-card.positive {
    background-image: linear-gradient(135deg, #002715 0%, #001d0f 50%, #003f21 70%, #005f32 100%);
}

.path-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.path-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.path-card p {
    font-size: 1.1rem;
    line-height: 1.8;
}

.decision-text {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 40px auto;
    width: fit-content;
    position: relative;
}

.decision-text .icon {
    width: 35px;
    height: 35px;
    background-image: url('../images/svg/pointing.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px 15px 0px 0px;
    position: absolute;
    left: -50px;
}


/* CTA Final Section */

.cta-final-section {
    /* background: linear-gradient(135deg, #000000 0%,#002b17 35%,#002111 50%, #004d29 100%); */
    background-image: url('../images/landing/cta-bg-luz.png'), url('../images/landing/cta-bg-luz.png');
    background-repeat: no-repeat;
    background-size: 1200px;
    background-position: right -400px top -600px, left -400px bottom -500px;
    padding: 40px 20px 60px 20px;
    color: var(--light-color);
    text-align: center;
    position: relative;
}

.cta-box {
    background: #00000085;
    border-image: linear-gradient(to right, #00ff8840 0%, #004223 30%, #001b0e 50%, #004223 70%, #00ff8840 100%) 1;
    border-width: 2px;
    border-style: solid;
    position: relative;
    padding: 80px 40px;
    width: 100%;
    max-width: 950px;
    margin: auto;
}

.cta-box .seta-bg {
    background-image: url('../images/landing/cta-seta.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 40px;
    left: 35px;
}

.cta-box .square {
    background: #00ff88;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
}

.cta-box .square.top-left {
    top: -7px;
    left: -7px;
}

.cta-box .square.bottom-left {
    bottom: -7px;
    left: -7px;
}

.cta-box .square.top-right {
    top: -7px;
    right: -7px;
}

.cta-box .square.bottom-right {
    bottom: -7px;
    right: -7px;
}

.cta-box .box-top {
    border-bottom: 2px solid #004223;
    padding: 0px 60px 40px 60px;
}

.cta-box .box-top h2 {
    margin: 0px 0px 10px 0px;
}

.cta-box .box-top .subtitle {
    font-size: 30px;
    font-weight: 600;
    color: #32a3f3;
    line-height: 1.2;
}

.cta-box .box-center {
    border-bottom: 2px solid #004223;
    padding: 40px 20px 40px 20px;
}

.cta-box .box-center .title {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0px 0px 20px 0px;
}

.cta-box .box-center .subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}

.cta-box .box-bottom {
    padding: 40px 0px 0px 0px;
}

.cta-box .box-bottom .title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00FF88;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
}

.cta-box .box-bottom .title .icon {
    width: 35px;
    height: 35px;
    background-image: url('../images/svg/pointing.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px 8px 0px 0px;
}

.cta-final-section .cta-container {
    margin: 40px 0px 0px 0px;
}

.cta-final-section .cta-container .cta-button {
    font-size: 22px;
}


/* .cta-headline {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-subheadline {
    font-size: 1.3rem;
    margin-bottom: 20px;
    opacity: 0.95;
}

.cta-payment-highlight {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--accent-color);
} */


/* Benefits Section */

.benefits-section {
    background-image: url('../images/landing/background_sessao_3.png'), url('../images/landing/caminhos-bg.png');
    background-size: 750px, cover;
    background-position: right -160px bottom, center top;
    background-repeat: no-repeat;
    padding: 60px 20px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.benefits-grid {
    background-image: linear-gradient(135deg, #002715 0%, #001d0f 50%, #003f21 70%, #002413 100%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 30px; */
    margin-top: 40px;
}

.benefit-card {
    padding: 40px;
    transition: all 0.3s ease;
    position: relative;
}

.benefit-card::before {
    content: '';
    background: #00ff88;
    position: absolute;
    left: 0px;
    top: 15%;
    width: 1px;
    height: 70%;
}

.benefit-card:first-child::before {
    display: none;
}

.benefit-card .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 20px 0px;
    img {
        width: 60px;
        height: 60px;
    }
}

.benefit-card h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0px 0px 10px 0px;
}

.benefit-card p {
    font-size: 14px;
    text-align: center;
}


/* Phases Section */

.phases-section {
    padding: 80px 20px;
    background-color: #0f0f0f;
    max-width: 1200px;
    margin: 0 auto;
}

.phases-intro {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.phases-description {
    text-align: center;
    max-width: 800px;
    margin: 20px auto 40px;
    font-size: 18px;
    color: #cccccc;
}

.phases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.phase-card {
    background-color: #1a1a1a;
    padding: 30px;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.phase-card:hover {
    transform: translateY(-10px);
}

.phase-card h3 {
    color: #00ff88;
    font-size: 22px;
    margin-bottom: 15px;
}

.phase-card p {
    margin-bottom: 20px;
    color: #cccccc;
}

.phase-card .image-placeholder {
    height: 200px;
    border-radius: 8px;
}


/* Features Section */

.features-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.features-list {
    max-width: 900px;
    margin: 40px auto;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    margin-bottom: 15px;
    background-color: #1a1a1a;
    border-radius: 8px;
}

.checkmark {
    font-size: 24px;
    color: #00ff88;
    font-weight: 700;
    min-width: 30px;
}

.features-footer {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 600;
}


/* Bonus Section */


/* 
.bonus-card {
    background-color: #1a1a1a;
    padding: 40px;
    border-radius: 12px;
    max-width: 900px;
    margin: 40px auto;
    border: 2px solid #00ff88;
}

.bonus-card h4 {
    font-size: 28px;
    color: #00ff88;
    margin-bottom: 20px;
}

.bonus-card p {
    margin-bottom: 20px;
    font-size: 16px;
}

.bonus-card ul {
    list-style: none;
    padding-left: 0;
}

.bonus-card li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
}

.bonus-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00ff88;
    font-weight: 700;
    font-size: 18px;
}

.bonus-value {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
} */


/* Pricing Section */

.pricing-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.pricing-label {
    font-size: 24px;
    color: #00ff88;
    margin-bottom: 20px;
}

.pricing-intro {
    font-size: 22px;
    margin-bottom: 40px;
}

.pricing-card {
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    padding: 50px;
    border-radius: 12px;
    border: 3px solid #00ff88;
}

.pricing-card h4 {
    font-size: 28px;
    margin-bottom: 30px;
}

.price-box {
    margin: 30px 0;
}

.installment {
    font-size: 18px;
    color: #cccccc;
}

.price {
    font-size: 56px;
    font-weight: 900;
    color: #00ff88;
    margin: 10px 0;
}

.cash-price {
    font-size: 18px;
    color: #cccccc;
    margin-top: 10px;
}

.cta-button.large {
    font-size: 20px;
    padding: 20px 50px;
    width: 100%;
    text-align: center;
}


/* FAQ Section */

.faq-section {
    padding: 80px 20px;
    background-color: #0f0f0f;
    background-image: url(../images/landing/faq1.jpg);
    background-position: right -200px center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-top: 1px solid #00FF67;
}

.faq-section::before {
    content: '';
    /* background: #000000; */
    /* background: radial-gradient(closest-corner at 30% 30%,rgba(0, 255, 103, 1) 0%, rgba(0, 0, 0, 1) 100%); */
    background: linear-gradient(135deg, #1a1a1a 40%, #00ff888c 100%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

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

.faq-section .section-title {
    text-align: center;
}

.faq-section .faq-container {
    margin-top: 40px;
    margin: 0 0px 0px;
    max-width: 750px;
}

.faq-section .faq-item {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #4c4c4c;
}

.faq-section .faq-question {
    width: 100%;
    padding: 20px 20px;
    background-color: #212121;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-section .faq-question:hover {
    background-color: #252525;
}

.faq-section .faq-icon {
    font-size: 28px;
    color: #00ff88;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-section .faq-answer {
    background-color: #b1b1b1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 25px;
}

.faq-section .faq-item.active .faq-answer {
    max-height: 1500px;
    padding: 0 25px;
}

.faq-section .faq-answer p {
    margin: 10px 0px;
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
}


/* Footer */

.footer_landing {
    background-color: #000000;
    padding: 40px 20px;
    text-align: center;
    color: #acacac;
}

.footer_landing p {
    margin: 10px 0;
}

.footer_landing .url_remover {
    color: #acacac !important;
    text-decoration: none !important;
}

 /* Reset styling for any automatically-detected tel links */
a[href^="tel"], a[href*="tel:"] {
    color: inherit !important;
    text-decoration: none !important;
}
/* Ensure small footer URL spans keep normal color when turned into links */
.url_remover a {
    color: inherit !important;
    text-decoration: none !important;
}

.footer_landing .social .title {
    font-size: 14px;
    margin: 15px 0px 8px 0px;
}

.footer_landing .social img {
    width: 28px;
}

.footer_landing .icon-whatsapp {
    display: inline-block;
    background-image: url('../images/svg/whatsapp_line.svg');
    background-size: 25px;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 28px;
    color: #acacac !important;
    text-decoration: none !important;
}


/* Responsive Design */


/* MODAL */

.modal-videos {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-videos .modal__box {
    width: 100%;
    max-width: 650px;
    height: auto;
}

.modal-videos .modal__box .modal__btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.modal-videos .modal__box .modal__btn::after {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    background-image: url('../images/svg/close-circle.svg');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
}

.modal-videos .modal__box .modal__video {
    background-color: #815555;
    width: 100%;
    height: auto;
    display: flex;
}

.modal-videos .modal__box .modal__video video {
    background: #000000;
    padding: 0px;
    width: 100%;
    height: 400px;
}


/* Consolidated media queries (automatically generated) */

@media (max-width: 768px) {
    .hero {
        padding: 0px;
    }
    .hero::before {
        background-image: linear-gradient(180deg, #000000ed 50%, #0000001a 100%);
    }
    h2 {
        font-size: 36px;
    }
    .section-title {
        font-size: 36px;
    }
    .logo-bottom {
        display: flex;
        justify-content: center;
    }
    .hero-description {
        text-align: center;
    }
    .logo-bottom {
        display: flex;
        justify-content: center;
    }
    .about-section .section-text {
        font-size: 22px;
    }
    .about-section .topics-title {
        font-size: 30px;
    }
    .about-section .cards-container {
        column-gap: 20px;
        row-gap: 30px;
    }
    .about-section .card {
        width: calc(50% - 20px);
        padding: 30px 10px;
    }
    .depoimentos-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .depoimentos-section .depoimentos-card {
        padding: 15px;
        width: 100%;
    }
    .depoimentos-section .depoimentos-card .quote-icon {
        order: 2;
        width: 40px;
        height: 40px;
    }
    .depoimentos-section .depoimentos-card .depoimentos-text {
        order: 3;
        width: 100%;
        max-width: unset;
    }
    .depoimentos-section .depoimentos-card .author-name {
        order: 4;
    }
    .depoimentos-section .depoimentos-card .author-profile {
        order: 5;
    }
    .depoimentos-section .depoimentos-card .author-image {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        height: 200px;
        margin: -30px 0px 10px 0px;
        order: 1;
    }
    .depoimentos-section .depoimentos-card .author-image img {
        object-fit: contain;
    }
    .target-section {
        background-size: 1300px;
        background-position: left -300px top;
    }
    .target-section .target-benefits .item p {
        font-size: 20px;
    }
    .target-section .section-title {
        /* font-size: 24px; */
    }
    .target-section .target-list .target-header {
        font-size: 25px;
    }
    .target-section .target-item {
        padding: 8px 20px;
    }
    .target-section .target-item .final-text {
        font-size: 18px;
        padding: 0px 20px;
    }
    .recebera-section .subtitle {
        font-size: 20px;
    }
    .diferenciais-section .left-section {
        width: 100%;
        flex: unset;
    }
    .diferenciais-section .robot-container {
        width: 100%;
    }
    .diferenciais-section .right-section {
        padding: 0px 0px 0px 0px;
        text-align: center;
    }
    .depoimentos-second-section .section-container {
        padding: 0px;
    }
    .depoimentos-second-section .depoimentos-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .passos-section {
        padding: 60px 20px;
    }
    .passos-section .passos-container {
        position: relative;
        padding: 0px 0px 0px 0px;
    }
    .passos-section .passos-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 30px;
    }
    .passos-section .passos-grid .item .text {
        margin: 10px 0px 0px 0px;
    }
    .passos-section .passos-grid .item .passos-card .box:before {
        display: none;
    }
    .passos-section .passos-grid .item .passos-card.two,
    .passos-section .passos-grid .item .passos-card.three,
    .passos-section .passos-grid .item .passos-card.four {
        margin: 0px 0px 0px 0px;
    }
    .passos-section .passos-container .passos-quote {
        font-size: 7vw;
    }
    .guarantee-section .guarantee-icon {
        flex-shrink: unset;
        width: 100%;
    }
    .guarantee-section .icon-img {
        flex-shrink: unset;
        width: 100%;
        max-width: 250px;
        height: auto;
    }
    guarantee-section .guarantee-text {
        width: 100%;
    }
    .guarantee-section .guarantee-text h2 {
        text-align: center;
    }
    .guarantee-section .guarantee-text p {
        text-align: center;
    }
    .bonus-top h2 {
        font-size: 36px;
    }
    .bonus-section .bonus-grid {
        padding: 0px 20px;
    }
    .bonus-section .bonus-card .img-container {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    .bonus-section .bonus-card .text {
        padding: 0px 0px 0px 20px;
    }
    .urgency-timer {
        margin: 40px 20px;
        padding: 40px 20px;
    }
    .urgency-text {
        font-size: 30px;
    }
    .bonus-section .bonus-text {
        margin: 0px 20px 40px 20px;
    }
    .bonus-section .bonus-text h2 {
        font-size: 25px;
    }
    .bonus-section .bonus-text .title {
        font-size: 26px;
        margin: auto;
        text-align: center;
        margin: 20px 0px 0px 0px;
    }
    .bonus-section .bonus-text .subtitle {
        font-size: 22px;
    }
    .caminhos-section .paths-grid {
        grid-template-columns: 1fr;
        margin: 80px 0px 80px;
        gap: 30px;
    }
    .caminhos-section .path-card {
        min-height: unset;
        padding: 30px 30px;
    }
    .cta-box {
        padding: 40px 20px;
    }
    .cta-box .seta-bg {
        width: 40px;
        height: 40px;
        top: 10px;
        left: 10px;
    }
    .cta-box .box-top {
        padding: 0px 0px 20px 0px;
    }
    .cta-box .box-top .subtitle {
        font-size: 22px;
    }
    .cta-box .box-center {
        border-bottom: 2px solid #004223;
        padding: 20px 0px;
    }
    .cta-box .box-bottom {
        padding: 40px 0px 0px 0px;
    }
    .benefits-section {
        background-size: 550px, cover;
        background-position: right -160px bottom, center top;
    }
    .benefit-card {
        padding: 30px;
    }
    .benefit-card::before {
        top: 0px;
        right: 0px;
        left: 15%;
        width: 70%;
        height: 1px;
    }
    .hero-content {
        padding: 40px 0px 0px 0px;
        grid-template-columns: 1fr;
    }
    .hero-text {
        width: 100%;
        padding: 0px 20px;
    }
    .logo-top {
        width: 100%;
        margin: 0px 0px 10px 0px;
        display: flex;
        justify-content: center;
    }
    .hero-image {
        width: 100%;
        height: 400px;
        background-position: center bottom;
        position: relative;
        right: unset;
    }
    .hero-image .floating.first {
        left: 1%;
        bottom: 206px;
    }
    .hero-image .floating.second {
        left: unset;
        right: 1%;
        bottom: 105px;
    }
    .hero-image .floating.third {
        left: unset;
        right: 28%;
        bottom: 10px;
    }
    .floating .text-container {
        position: relative;
        z-index: 2 !important;
    }
    .hero-image .floating .top {
        font-size: 14px;
    }
    .hero-image .floating .top .icon {
        width: 20px;
        height: 20px;
    }
    .hero-image .floating .bottom {
        font-size: 11px;
    }
    .logo h1 {
        font-size: 36px;
    }
    .logo .seca {
        font-size: 42px;
    }
    .hero-title {
        font-size: 5vw;
        text-align: center;
        max-width: 800px;
        margin: 45px auto 20px;
    }
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    .cta-button {
        font-size: 22px;
        padding: 15px 30px;
        margin: auto;
    }
    .countdown {
        gap: 5px;
    }
    .countdown-number {
        font-size: 35px;
        width: 85px;
        height: 80px;
    }
    .modal-videos .modal__box {
        width: calc(100% - 40px);
    }
    .modal-videos .modal__box .modal__video video {
        height: 60vh;
    }
}

@media (max-width: 450px) {
    h2 {
        font-size: 7vw;
    }
    .section-title {
        font-size: 6vw;
    }
    .hero-image {
        width: 100%;
        height: 400px;
        background-position: center bottom;
        background-size: cover;
        position: relative;
        right: unset;
    }
    .bonus-top h2 {
        font-size: 6vw;
    }
}

@media (min-width: 768px) {
    br.show-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    br.show-mobile {
        display: block;
    }
}

.url_remover {
    pointer-events: none !important;
    text-decoration: none !important;
    color: inherit !important;
}