﻿.header, .hero, .nav a, .stars {
    display: flex
}

.hero-content .highlight, .section-header h2, .step-content h3, .subtitle-gradient .highlight {
    -webkit-text-fill-color: transparent
}

.filter-btn::before, .plan-name::before, .pricing-card.mais-escolhido::before {
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0)
}

.accordion-content p:last-child, .mais-lucro-section .accordion-body p:last-child, h1, h2, h3, p {
    margin-bottom: 0
}

*, ul {
    padding: 0
}

.btn-header, .nav a {
    font-size: 14px;
    text-decoration: none;
    color: #fff
}

.cta-card, .hero, .hero-content, .logos-section, .plan-name, .pricing-card, .transforma-card, .transforma-image, body {
    position: relative
}

    .badge-text strong, .hero h1, .highlight-text strong, h1, h2 {
        font-weight: 700
    }

.highlight-mec, .underline {
    text-decoration-thickness: 3px;
    text-underline-offset: 4px
}

.logo, .mec-badge {
    height: 32px
}

.accordion-body p, .comparacao-table, .filter-btn, .price-label, .section-subtitle, .step-content p, .subtitle {
    font-family: "Public Sans"
}

    .filter-btn::before, .mais-lucro-section::before {
        content: '';
        pointer-events: none;
        position: absolute
    }

* {
    margin: 0;
    box-sizing: border-box
}

body {
    font-family: 'Space Grotesk',sans-serif;
    background-color: #000;
    background-image: url('../assets/home/bg.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
    z-index: 0
}

.btn-primary, button, h3 {
    font-weight: 600
}

.subtitle, p {
    font-weight: 400
}

ul {
    list-style-type: none
}

.como-funciona-section, .comparacao-section, .cta-final-section, .depoimentos-section, .logos-section, .mais-lucro-section, .planos-section, .transforma-section {
    padding-bottom: var(--space-120,120px)
}

.comparacao-section, .cta-final-section, .depoimentos-section, .mais-lucro-section, .planos-section {
    padding-top: var(--space-120,120px);
    border-top: 1px solid var(--color-zinc-400,#a1a1aa)
}

.header {
    padding: 20px 100px;
    justify-content: space-between;
    align-items: center;
    background: rgba(0,0,0,.3);
    backdrop-filter: blur(10px)
}

.badge-content, .btn-header, .filters-label, .nav {
    align-items: center;
    display: flex
}

.nav, .navbar-nav {
    gap: 40px
}

    .navbar-nav .nav-link {
        position: relative;
        transition: all 0.3s ease;
        padding: var(--space-16, 16px) var(--space-24, 24px);
        gap: 10px;
        border-radius: 8px;
        width: fit-content;
    }

        .navbar-nav .nav-link:hover {
            background: linear-gradient(135deg, #C57BEF 0%, #A2FFFF 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* Background com opacity */
        .navbar-nav .nav-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #C57BEF 0%, #A2FFFF 100%);
            opacity: 0;
            border-radius: 8px;
            transition: opacity 0.3s ease;
            z-index: -1;
        }

        .navbar-nav .nav-link:hover::before {
            opacity: 0.1;
        }

        /* Underline com gradient */
        .navbar-nav .nav-link::after {
            content: '';
            position: absolute;
            bottom: 17px;
            left: 5px;
            right: 5px;
            height: 1px;
            background: linear-gradient(135deg, #C57BEF 0%, #A2FFFF 100%);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s ease;
        }

        .navbar-nav .nav-link:hover::after {
            transform: scaleX(1);
        }

.btn-header {
    padding: 10px 24px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: 0 0;
    cursor: pointer;
    gap: 8px;
    transition: .3s
}

    .btn-header:hover {
        background: rgb(255 255 255 / 10%)
    }

.hero {
    min-height: calc(100vh - 100px);
    z-index: 1;
    overflow: visible;
    align-items: center;
    justify-content: center
}

.hero-content {
    z-index: 20;
    text-align: center;
    max-width: 900px;
    padding: 0 20px
}

    .hero-content h1 {
        color: #fff
    }

    .hero-content .highlight {
        background: linear-gradient(135deg,#c57bef 0,#b4bcf7 49.04%,#a2ffff 100%);
        -webkit-background-clip: text;
        background-clip: text;
        display: inline-block;
        text-decoration: underline;
        position: relative
    }

.highlight::after, .mockup-container, .overlay-hero {
    position: absolute;
    width: 100%
}

.highlight::after {
    content: '';
    left: 0;
    bottom: -2px;
    height: 3px;
    background: linear-gradient(135deg,#c57bef 0,#b4bcf7 49.04%,#a2ffff 100%);
    border-radius: 2px
}

.overlay-hero {
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 2
}

.stars {
    justify-content: center;
    gap: 4px;
    margin-bottom: 24px
}

.star {
    color: #fbbf24;
    font-size: 20px
}

.hero h1 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 32px
}

.highlight-purple {
    color: #a78bfa
}

.highlight-mec {
    color: #93c5fd;
    text-decoration: underline
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 24px;
    border-radius: var(--font-size-S,14px);
    border: 1px solid #000;
    background: #a7ef7b;
    transition: background .2s,transform .2s
}

#overlay-planos, .accordion, .accordion-header, .accordion-title, .avatares, .btn-center, .card-header, .como-funciona-content, .como-funciona-header, .comparacao-header, .cta-card, .depoimentos-header, .features-list, .filter-btn, .filters, .filters-container, .footer-bottom, .footer-contact, .footer-content, .footer-link, .footer-logos, .footer-qr, .logos-container, .mais-lucro-header, .mais-lucro-header-right, .overlay, .plan-badge, .plan-badge-top, .planos-header, .pricing-card, .pricing-cards, .stat-card, .stat-icon, .stats-cards, .stats-container, .step, .step-content, .steps, .transforma-card, footer {
    display: flex;
    display: flex
}

.como-funciona-header, .logos-container {
    justify-content: space-between
}

.btn-primary:hover {
    background: color-mix(in srgb,#a7ef7b,#fff 20%);
    transform: translateY(-1px)
}

.subtitle {
    color: var(--color-white,#fff);
    text-align: center;
    font-size: var(--font-size-XL, 20px);
    font-style: normal;
    line-height: 28px;
    letter-spacing: -.4px
}

    .subtitle strong {
        color: #fff;
        font-weight: 700
    }

.mockup-container {
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 0
}

#bg-video {
    width: 100%;
    height: 100%
}

.mockup-container img {
    width: 100%;
    height: auto;
    box-shadow: 0 -20px 60px rgba(168,85,247,.3)
}

.logos-section {
    background: 0 0;
    z-index: 20
}

.logos-container {
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    opacity: .6
}

    .logos-container img {
        padding: 6.418px .001px;
        filter: grayscale(100%);
        opacity: .7;
        transition: .3s
    }

        .logos-container img:hover {
            filter: grayscale(0%);
            filter: grayscale(0%) sepia(1) saturate(5) hue-rotate(160deg) brightness(1.2) !important;
            opacity: 1 !important;
            transform: scale(1.05) !important
        }

@keyframes sequentialLogoHover {
    0%,100%,18%,82% {
        filter: grayscale(100%);
        opacity: .7;
        transform: scale(1)
    }

    22%,78% {
        filter: grayscale(0%) sepia(1) saturate(5) hue-rotate(160deg) brightness(1.2);
        opacity: 1;
        transform: scale(1.05)
    }
}

.logos-container img:first-child {
    animation: 5s infinite sequentialLogoHover
}

.logos-container img:nth-child(2) {
    animation: 5s .7s infinite sequentialLogoHover
}

.logos-container img:nth-child(3) {
    animation: 5s 1.4s infinite sequentialLogoHover
}

.logos-container img:nth-child(4) {
    animation: 5s 2.1s infinite sequentialLogoHover
}

.logos-container img:nth-child(5) {
    animation: 5s 2.8s infinite sequentialLogoHover
}

.logos-container img:nth-child(6) {
    animation: 5s 3.5s infinite sequentialLogoHover
}

.logos-container img:nth-child(7) {
    animation: 5s 4.2s infinite sequentialLogoHover
}

.logos-container:hover img {
    animation-play-state: paused
}

.como-funciona-section, .mais-lucro-section {
    background: 0 0;
    position: relative
}

.como-funciona-content {
    justify-content: space-between;
    gap: 80px;
    align-items: start
}

#overlay-planos, .depoimentos-header, .pricing-card, .step-content, .steps {
    flex-direction: column
}

.section-header h2 {
    font-size: var(--font-size-4XL, 48px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
    background: var(--grad,linear-gradient(135deg,#c57bef 0,#a2ffff 60%));
    background-clip: text;
    -webkit-background-clip: text
}

.section-subtitle {
    font-size: 16px;
    color: #9ca3af;
    margin-bottom: 48px
}

    .section-subtitle strong {
        color: var(--secundary,#a2ffff);
        font-size: var(--font-size-L, 18px);
        font-style: normal;
        font-weight: 700;
        line-height: normal
    }

.filter-btn, .link-saiba-mais, .step-content h3, .step-number {
    font-style: normal;
    font-weight: 500
}

.step {
    gap: 20px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(135deg,#C57BEF 0%,#A2FFFF 60%) 1;
    padding: var(--space-48,48px) var(--space-24,24px) var(--space-48,48px) var(--space-56,56px);
    align-items: flex-start;
    gap: var(--space-72,72px);
    align-self: stretch
}

    .step:last-child {
        border-bottom: none;
        padding-bottom: 0
    }

.step-number {
    color: var(--color-white,#fff);
    font-size: var(--font-size-5XL, 60px);
    line-height: normal;
    flex-shrink: 0
}

#overlay-planos, .step-content {
    gap: 24px
}

    .step-content h3 {
        font-size: var(--font-size-2XL, 30px);
        line-height: normal;
        background: var(--grad,linear-gradient(135deg,#c57bef 0,#a2ffff 20%));
        background-clip: text;
        -webkit-background-clip: text
    }

    .stats-subtitle, .step-content p {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        font-style: normal
    }

.stat-number, .transforma-content h2, .transforma-description p {
    font-weight: 500;
    font-style: normal
}

.step-content p {
    color: var(--color-zinc-50,#fafafa);
    letter-spacing: -.18px
}

    .step-content p strong {
        color: #fff;
        font-weight: 600
    }

.stats-container {
    flex-direction: column;
    align-items: flex-end;
    max-width: 348px
}

.avatares {
    justify-content: flex-end;
    margin-bottom: 12px
}

    .avatares img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-left: -12px;
        object-fit: cover
    }

        .avatares img:first-child {
            margin-left: 0
        }

.stats-subtitle {
    color: var(--color-zinc-300,#d4d4d8);
    margin-bottom: 32px
}

.stats-cards {
    flex-direction: column;
    width: 100%;
    gap: 35px
}

.stat-card {
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 26px 35px;
    text-align: left;
    gap: 8px;
    border-bottom: 1px solid #18181b;
    cursor: pointer;
    transition: transform 0.3s ease;
}
    .stat-card:hover {
        transform: translateY(-4px);
    }
.stat-number {
    transition: all 0.3s ease;
}
.stat-card:hover .stat-number {
    background: linear-gradient(135deg, #C57BEF 0%, #A2FFFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stat-number {
    color: var(--tertiary,#a7ef7b);
    leading-trim: both;
    text-edge: cap;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--color-zinc-900,#18181B);
    font-size: 60px;
    line-height: 1
}

.stat-icon {
    margin-top: 5px;
    align-self: flex-start
}

.stat-label {
    color: var(--color-zinc-900,#18181b);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.36px
}

.pricing-card, .transforma-section {
    background: 0 0
}

.transforma-card {
    border-radius: var(--font-size-1XL,24px);
    background: var(--grad,linear-gradient(135deg,#c57bef 0,#a2ffff 100%));
    align-items: flex-start;
    gap: 64px;
    justify-content: center;
    align-items: center
}

.transforma-content h2 {
    font-size: var(--font-size-4XL, 48px);
    line-height: var(--font-size-5XL, 60px);
    letter-spacing: -.48px;
    color: #000;
    margin-bottom: 32px
}

.underline {
    text-decoration: underline
}

.footer-contact a, .link-saiba-mais {
    text-decoration: none
}

.underline-fino {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.mais-lucro-header-left, .transforma-description {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.highlight-text {
    font-size: 18px;
    color: #000;
    font-weight: 600
}

.transforma-description p {
    color: var(--color-zinc-800,#27272a);
    font-size: var(--font-size-XL, 20px);
    line-height: normal
}

.transforma-image img {
    width: 100%;
    height: auto
}

.certificate-badge {
    position: absolute;
    bottom: 5%;
    right: -24px;
    max-width: 355px
}

.badge-content {
    gap: 12px
}

.filters, .filters-container, .footer-link, .footer-qr {
    justify-content: center
}

.badge-text {
    font-size: 12px;
    color: #000
}

.mec-badge {
    width: auto
}

.filters-container {
    text-align: center;
    margin: var(--space-64,64px) auto
}

.filters-label {
    color: var(--color-white,#fff);
    font-size: var(--font-size-L, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.18px;
    padding-right: 16px
}

.filters {
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-btn {
    position: relative;
    padding: var(--space-8,8px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: 0 0;
    color: var(--color-zinc-200,#e4e4e7);
    font-size: var(--font-size-M, 16px);
    line-height: normal;
    letter-spacing: -.16px;
    text-transform: uppercase
}
[type=button]:not(:disabled),
button:not(:disabled){
    cursor: default;
}

.filter-btn::before {
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(135deg,#c57bef 0,#a2ffff 60%);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

    .filter-btn:hover {
        border-color: #7c3aed;
        background: grey;
        transition: ease-in-out
    }

.btn-center {
    margin: 0 auto;
    width: fit-content
}

.mais-lucro-section::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(circle,rgba(168,85,247,.3) 0,transparent 70%);
    filter: blur(120px)
}

.mais-lucro-header {
    text-align: left;
    justify-content: space-between;
    margin-bottom: 48px;
    position: relative;
    z-index: 10
}

    .comparacao-header h2, .depoimentos-header h2, .mais-lucro-header h2, .planos-header h2 {
        font-size: var(--font-size-4XL, 48px);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -.96px;
        background: var(--grad,linear-gradient(135deg,#c57bef 0,#a2ffff 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

.mais-lucro-header-right {
    justify-content: center;
    align-items: end
}

.subtitle-gradient .highlight {
    background: linear-gradient(90deg,#a78bfa 0,#ec4899 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600
}

.link-saiba-mais {
    color: #a7ef7b;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.2px;
    border-bottom: 1px solid #a7ef7b
}

.accordion-number, .accordion-title span:last-child {
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.mais-lucro-section .accordion {
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-color: inherit;
    --bs-accordion-active-bg: transparent
}

.accordion {
    margin: 0 auto;
    flex-direction: column;
    gap: 30px
}

.accordion-item {
    background: linear-gradient(180deg,rgba(216,180,254,.1) 0,rgba(216,180,254,.05) 100%);
    border-radius: 24px;
    overflow: hidden;
    transition: .3s
}

    .accordion-item.active {
        background: linear-gradient(135deg,#ddd6fe 0,#e9d5ff 100%)
    }

.accordion-header {
    width: 100%;
    border: none;
    background: 0 0;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: .3s
}

.accordion-body, .accordion-button {
    padding: 32px
}

.accordion-item.active .accordion-header {
    padding-bottom: 16px
}

.accordion-title {
    width: 100%;
    align-items: center;
    gap: 16px;
    text-align: left;
    border-bottom: 1px solid #000
}

.accordion-number {
    color: var(--color-zinc-900,#18181b);
    font-size: 60px
}

.accordion-item.active .accordion-icon, .accordion-item.active .accordion-number, .accordion-item.active .accordion-title span:last-child {
    color: #000
}

.accordion-title span:last-child {
    color: #000;
    font-size: var(--font-size-2XL, 30px);
    letter-spacing: -.3px
}

.accordion-icon {
    font-size: 32px;
    font-weight: 300;
    color: #6b7280;
    transition: transform .3s;
    flex-shrink: 0
}

.video-caption {
    font-size: var(--font-size-M, 16px)
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s,padding .4s;
    padding: 0 24px
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
    padding: 0 24px 24px
}

.accordion-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #1f2937;
    margin-bottom: 16px
}

.accordion-body p, .comparacao-header .subtitle, .depoimentos-header p {
    line-height: normal;
    font-style: normal;
    font-weight: 400
}

.mais-lucro-section .accordion-body p {
    margin-bottom: 16px
}

.accordion-body p {
    color: #000;
    font-size: var(--font-size-XL, 20px)
}

.comparacao-header .subtitle, .depoimentos-header p, .price-label {
    color: var(--color-zinc-300,#d4d4d8)
}

.mais-lucro-section .accordion-item {
    background: linear-gradient(135deg,#c57bef 0,#a2ffff 60%);
    border-radius: 16px;
    border: 1px solid #000;
    overflow: hidden;
    transition: background .3s ease-in-out
}

    .mais-lucro-section .accordion-item:has(.accordion-collapse:not(.show)) {
        background: #fff
    }

.mais-lucro-section .accordion-body, .mais-lucro-section .accordion-button {
    transition: background .3s;
    background: 0 0 !important
}

.accordion-button {
    position: relative;
    font-weight: 500
}

    .accordion-button::after {
        content: url("/site/assets/home/plus2.svg");
        font-size: 1.25rem;
        font-weight: 700;
        position: absolute;
        height: 36px;
        width: 36px;
        right: 2rem;
        transition: transform .2s,color .2s;
        background-image: none !important
    }

    .accordion-button:not(.collapsed)::after {
        content: url("/site/assets/home/minus.svg");
        transform: rotate(180deg)
    }

    .accordion-button:not(.collapsed) {
        box-shadow: none
    }

.comparacao-section {
    max-width: 1025px
}

.comparacao-header, .planos-header {
    text-align: center;
    flex-direction: column;
    gap: 16px
}

    .comparacao-header .subtitle {
        font-size: var(--font-size-L, 18px);
        letter-spacing: -.18px
    }

.comparacao-table {
    margin: var(--space-64,64px) auto;
    width: 100%
}

    .comparacao-table tr {
        border-bottom: 1px solid var(--border,#52525b)
    }

        .comparacao-table td, .comparacao-table tr th {
            padding: 34px 20px
        }

            .comparacao-table td.col-recurso, .comparacao-table th.col-recurso {
                text-align: left
            }

            .card-title, .comparacao-table td.col-liveclass, .comparacao-table td.col-outros, .comparacao-table th.col-liveclass, .comparacao-table th.col-outros, .plan-badge-top, .plan-description, .video-caption {
                text-align: center
            }

    .comparacao-table tbody tr:hover {
        background-color: rgba(255,255,255,.05);
        transition: background-color .2s ease-in-out
    }

.depoimentos-header {
    text-align: center;
    padding-bottom: var(--space-64,64px);
    gap: 16px
}

    .depoimentos-header p {
        font-size: 18px;
        letter-spacing: -.18px
    }

.botao-play {
    max-width: 80px;
    cursor: pointer;
    transition: transform .3s;
    margin-top: 20px
}

    .botao-play:hover {
        transform: scale(1.1)
    }

.video-caption {
    color: var(--color-white,#fff)
}

:root {
    --grad: linear-gradient(135deg, #C57BEF 0%, #A2FFFF 100%);
    --space-64: 64px;
    --font-size-M: 16px;
    --color-white: #fff
}

.video-container {
    padding: var(--space-64,64px)
}

.botao-play img, .card-title {
    width: 100%
}

.wrapper-vimeo {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.embed-responsive {
    position: relative;
    width: 100%
}

.embed-responsive-16by9::before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.plan-name::before, .pricing-card.mais-escolhido::before {
    content: '';
    position: absolute;
    padding: 2px;
    pointer-events: none
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-caption {
    color: var(--color-white,#fff);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.32px;
    padding: 32px
}

.plan-badge span, .plan-name {
    font-weight: 500;
    font-style: normal;
    line-height: normal
}

.features-list, .plan-badge p, .plan-description, .price-label {
    font-weight: 300;
    font-style: normal
}

.overlay {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: rgba(0,0,0,.3);
    transition: opacity .3s;
    z-index: 10
}

    .overlay.hide {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        display: none
    }

    .overlay:hover {
        background: rgba(0,0,0,.8);
        opacity: .9
    }

.custom-play {
    max-width: 80px
}

.pricing-cards {
    padding: 0 94px;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch
}

.pricing-card {
    max-width: 280px;
    min-width: 216px;
    max-height: 519px;
    padding: var(--space-32,32px);
    align-items: center;
    border-radius: var(--font-size-L,18px);
    border: 1px solid var(--color-zinc-400,#a1a1aa);
    background: var(--bg,#18181b);
    transition: background .3s,transform .2s
}

    .pricing-card:hover {
        background: color-mix(in srgb,var(--bg,#18181b),#fff 8%);
        transform: translateY(-3px)
    }

.card-header, .price-info {
    padding: 24px 0
}

.card-header, .features-list, .price-info {
    border-bottom: 2px solid var(--color-zinc-600,#52525b)
}

.card-header {
    flex-direction: column
}

.plan-name {
    color: var(--color-zinc-200,#e4e4e7);
    font-size: 18px;
    padding: 8px 24px;
    background: 0 0
}

.plan-badge {
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 10px
}

    .plan-badge span {
        color: #000;
        font-size: var(--font-size-XL, 20px);
        padding: 0 8px
    }

.azul-bebe {
    background: var(--secundary,#a2ffff)
}

.verde-abacate {
    background: var(--tertiary,#a7ef7b)
}

.rosa-pantera {
    background: var(--primary,#f0a2ff)
}

.plan-badge p {
    color: var(--color-white,#fff);
    font-size: var(--font-size-S, 14px);
    line-height: normal
}

.plan-name::before {
    border-radius: 80px;
    background: linear-gradient(135deg,#c57bef 0,#a2ffff 60%);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.price-label {
    font-size: var(--font-size-XS, 12px);
    line-height: normal
}

.features-list, .plan-description {
    color: var(--color-zinc-300,#d4d4d8);
    font-size: var(--font-size-S, 14px);
    font-family: "Public Sans"
}

.features-list {
    margin-top: 24px;
    gap: 8px;
    flex-direction: column;
    padding-bottom: 24px;
    line-height: normal
}

.plan-description {
    line-height: normal
}

.cta-content h2, .footer-qr p, .plan-badge-top {
    font-weight: 500;
    line-height: normal
}

.plan-badge-top {
    padding-top: 24px;
    justify-content: center;
    color: var(--tertiary,#a7ef7b);
    font-size: 10px;
    font-style: normal;
    gap: 8px
}

.cta-description, .footer-link {
    font-size: 18px;
    font-weight: 400
}

.cta-card, footer {
    gap: 60px
}

.pricing-card.mais-escolhido::before {
    transition: transform .2s ease-in-out;
    border-radius: 18px;
    background: var(--bg,#18181b);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    border: 2px solid var(--grad-2,#a7ef7b)
}

.cta-card {
    border-radius: var(--font-size-1XL,24px);
    background: var(--grad,linear-gradient(135deg,#c57bef 0,#a2ffff 100%));
    min-height: 396px;
    align-items: center;
    margin: 48px auto;
    padding: 26px var(--space-48,48px)
}

.cta-image {
    position: absolute;
    bottom: 0;
    left: 100px;
    width: auto;
    min-height: 346px
}

    .cta-image img {
        height: 100%;
        width: auto;
        object-fit: cover;
        object-position: bottom
    }

.cta-content {
    margin-left: 50%
}

    .cta-content h2 {
        color: #000;
        font-size: var(--font-size-3XL, 36px);
        font-style: normal;
        margin-bottom: 26px
    }

.cta-description {
    color: #000;
    font-style: normal;
    line-height: normal;
    margin-bottom: 40px
}

.footer-link, .footer-qr p {
    color: var(--color-zinc-200,#e4e4e7);
    font-style: normal
}

footer {
    flex-direction: column;
    border-top: 1px solid var(--color-zinc-400,#a1a1aa);
    padding-top: var(--space-120,120px);
    padding-bottom: 60px
}

.footer-content {
    justify-content: space-between;
    padding: 0 32px
}

.footer-qr {
    align-items: center;
    gap: 8px
}

    .footer-qr p {
        max-width: 226px;
        font-family: "Public Sans",sans-serif;
        font-size: var(--font-size-S, 14px);
        letter-spacing: -.14px
    }

.footer-contact, .footer-logos {
    gap: 100px
}

.footer-link {
    gap: 15px;
    align-items: center;
    font-family: "Public Sans";
    line-height: 28px
}

.footer-bottom {
    justify-content: center
}

@media (max-width:1024px) {
    .hero {
        min-height: calc(70vh - 100px)
    }

    .como-funciona-content {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .cta-image, .footer-qr, .transforma-image {
        display: none
    }

    .pricing-cards {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px
    }

    .cta-card {
        display: flex;
        justify-content: center
    }

    .footer-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px
    }

    .footer-contact {
        flex-direction: column;
        gap: 25px
    }
}

@media (max-width:768px) {
    .como-funciona-content, .cta-card, .stats-cards, .transforma-card {
        grid-template-columns: 1fr
    }

    .header {
        padding: 16px 20px
    }

    .nav {
        display: none
    }

    .hero h1, .mais-lucro-header h2 {
        font-size: 32px
    }

    .btn-primary {
        justify-content: center
    }

    .logos-container {
        gap: 24px
    }

        .logos-container img {
            height: 24px
        }

    .como-funciona-content {
        gap: 48px
    }

    .accordion-icon, .section-header h2 {
        font-size: 28px
    }

    .stats-container {
        position: relative;
        top: 0
    }

    .transforma-card {
        padding: 32px 24px;
        gap: 32px
    }

    .transforma-content h2 {
        font-size: 24px;
        line-height: normal
    }

    .certificate-badge {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 16px
    }

    .filters {
        gap: 8px
    }

    .filter-btn {
        font-size: 10px;
        padding: 6px 12px
    }

    .accordion {
        gap: 12px
    }

    .accordion-header {
        padding: 20px 16px
    }

    .accordion-item.active .accordion-header {
        padding-bottom: 12px
    }

    .accordion-title span:last-child {
        font-size: 24px;
        max-width: 160px
    }

    .accordion-content {
        font-size: 13px
    }

    .accordion-item.active .accordion-content {
        padding: 0 16px 20px
    }

    .cta-image {
        position: relative;
        height: 300px;
        width: 100%
    }

    .cta-content {
        margin-left: 0
    }
}

@media (max-width:480px) {
    .hero {
        min-height: calc(100vh - 100px)
    }

    .navbar-nav, .stars {
        margin-top: 24px
    }

    #conversarBtn, .filters-container, .logos-section, .section-header-avatares {
        display: none
    }

    .mockup-container {
        overflow: hidden;
        max-height: 638px;
        top: 0;
        padding: 0 !important
    }

    #bg-video {
        width: auto
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        gap: 40px
    }

    .hero h1 {
        font-size: 38px
    }

    .hero .subtitle {
        font-size: 16px;
        order: 1
    }

    .hero .btn-primary {
        order: 2
    }

    .como-funciona-section {
        padding: 120px 0 60px
    }

    .accordion-header, .pricing-cards, .steps {
        padding: 0
    }

    .step {
        display: flex;
        padding: var(--space-16,16px) 0 var(--space-48,48px) 0;
        align-items: flex-start;
        gap: var(--space-24,24px);
        align-self: stretch
    }

    .step-content p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -.18px
    }

    .transforma-content h2, .transforma-description p {
        font-weight: 500;
        font-style: normal;
        line-height: normal
    }

    .accordion-icon, .section-header h2 {
        font-size: 36px
    }

    .section-subtitle {
        font-size: 18px;
        color: #9ca3af;
        margin-bottom: 48px
    }

    .transforma-content h2 {
        font-size: var(--font-size-2XL, 30px);
        letter-spacing: -.6px
    }

    .transforma-description p {
        font-size: var(--font-size-L, 18px)
    }

    .transforma-section .btn-primary {
        margin: 64px auto
    }

    .mais-lucro-header {
        flex-direction: column;
        gap: 80px
    }

    .mais-lucro-header-right {
        justify-content: flex-end
    }

    .container {
        padding-left: 17px;
        padding-right: 17px
    }

    .accordion-title {
        padding-bottom: 24px
    }

    .comparacao-header h2, .depoimentos-header h2, .planos-header h2 {
        font-size: var(--font-size-3XL, 36px);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -.72px;
        text-align: left
    }

    .comparacao-header .subtitle, .depoimentos-header .subtitle, .planos-header .subtitle {
        text-align: left
    }

    .comparacao-table td, .comparacao-table tr th {
        padding: 20px 0
    }

    .botao-play {
        width: 42px
    }

    .video-container {
        padding: 0;
        margin: 20px auto
    }

    .video-caption {
        padding: 8px
    }

    .pricing-card {
        max-width: 100%
    }

    .cta-card {
        padding: 16px;
        margin: 0 auto
    }

    .cta-content .btn-primary {
        max-width: 315px
    }

    .cta-description p {
        text-align: justify
    }

    .btn-primary {
        font-size: 20px;
        padding: 20px 35px;
        white-space: nowrap
    }

    .nav-link {
        padding: 16px 24px
    }

    .custom-toggler {
        position: relative;
        width: 40px;
        height: 40px;
        border: none
    }

    .navbar-toggler:focus {
        outline: 0;
        box-shadow: none
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 24px;
        height: 18px;
        position: relative
    }

    .hamburger-line {
        width: 100%;
        height: 2px;
        background: var(--grad);
        transition: .3s;
        transform-origin: center
    }

    .custom-toggler[aria-expanded=true] .hamburger-line:first-child {
        transform: rotate(45deg) translate(6px,5px)
    }

    .custom-toggler[aria-expanded=true] .hamburger-line:nth-child(2) {
        opacity: 0;
        transform: scaleX(0)
    }

    .custom-toggler[aria-expanded=true] .hamburger-line:nth-child(3) {
        transform: rotate(-45deg) translate(6px,-6px)
    }

    @keyframes slideInUp {
        to {
            opacity: 1;
            transform: translateY(0)
        }
    }
}
