#hero {
    background: rgba(var(--primary-color));
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90vh;
}

#hero::before {
    content: '';
    position: absolute;
    bottom: -30vh;
    left: 0;
    width: 100%;
    height: inherit;
    background-image: url(../img/hero-bot.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

#hero .headline {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: -15rem;
    z-index: +5;
    position: relative;
}

#hero .headline .title {
    font-size: 3.5rem;
    color: rgba(var(--dead-white));
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 60px;
}

#hero .headline .description {
    font-size: 1.25rem;
    color: rgba(var(--dead-white), .8);
    margin-bottom: 3rem;
    font-weight: 500;
    line-height: 125%;
}

#btn-hero {
    width: fit-content;
    padding: 1rem 2rem;
}

.hero-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: +1;
    top: 20rem;
    display: flex;
    align-items: end;
    justify-content: center;
}

.hero-image img {
    width: 70rem;
    height: auto;
    object-fit: cover;
    object-position: center;
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


#landing-nav {
    width: 100%;
    background: none;
    height: auto;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: +10;
}

#landing-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px !important;
}

#landing-nav .navbar-logo img {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.navbar-list {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.navbar-list li:hover {
    cursor: pointer;
    background: rgba(var(--gray), .1);
    padding: .2rem .5rem;
    border-radius: 7px;
    transition: 0.3s ease-in-out;
}

.navbar-list .selected {
    background: rgba(var(--gray), .3);
    padding: .2rem .5rem;
    border-radius: 7px;
}

.navbar-list ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.navbar-list ul li {
    padding: .2rem .5rem;
    display: inline;
    transition: 0.3s ease-in-out;
    margin-left: 2rem;
}

.navbar-list ul li a {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(var(--dead-white), 1);
    transition: 0.3s ease-in-out;
}

.black-btn {
    background: rgba(var(--dark-gray)) !important;
}

.black-btn:hover {
    opacity: .8;
}

.arrow-rotate {
    transform: rotate(45deg);
    font-size: 1rem;
    position: relative;
    top: 2px;
}

#stats {
    background: rgba(var(--dark-gray));
    padding: 5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30rem;
    margin-bottom: 5rem;
}

.stats-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px !important;
    width: 50%;
    margin-right: auto;
}

.stats-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    max-width: 1500px !important;
    width: 60%;
    /* position: relative; */
    margin-right: auto;
    margin-left: 5rem;
}

.stats-item h2 {
    font-size: 4rem;
    color: rgba(var(--dead-white), 1);
    font-weight: 800;
    margin-right: 1rem;
}

.stats-item p {
    font-size: 1rem;
    color: rgba(var(--dead-white), .6);
    font-weight: 500;
    line-height: 125%;
}

.car-img {
    position: absolute;
    width: 40rem;
    margin-left: 50rem;
    animation: slide-left-right 3s ease-in-out infinite;
}

@keyframes slide-left-right {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-20px);
    }
}

.primary-txt {
    color: rgba(var(--primary-color), 1);
}

.wrapper-card {
    border: 4px solid rgba(var(--gray), .2);
    padding: 4rem;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#integrations,
#steps,
#features,
#advantages {
    margin-bottom: 5rem;
}

.headline {
    font-size: 2.5rem;
    color: rgba(var(--gray), 1);
    font-weight: 700;
    line-height: 40px;
}

.sub-headline {
    font-size: 1rem;
    color: rgba(var(--gray), .6);
    font-weight: 500;
    line-height: 125%;
    margin-top: 2rem !important;
}

.center-sub-headline {
    text-align: center;
    max-width: 45%;
    margin: 0 auto;
}

#integrations img {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-top: 2rem;
}

footer {
    padding: 5rem 0;
    padding-bottom: 2rem;
    border-top: 4px solid rgba(var(--gray), .2);
}

.white-feature {
    color: rgba(var(--dead-white), .6) !important;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright {
    text-align: center;
    font-size: 14px;
    color: rgba(var(--gray), .6);
    font-weight: 500;
    margin-top: 3rem;
}

.footer-logo {
    width: 100%;
    max-width: 130px;
}

.footer-item {
    max-width: 50%;
}

.footer-item .sub-headline {
    max-width: 80%;
}

.footer-item ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.footer-item ul li {
    margin-bottom: .5rem;
}

.footer-item ul li a {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(var(--gray), 1);
    transition: 0.3s ease-in-out;
    padding: .2rem .5rem;
}

.footer-item ul li a:hover {
    background: rgba(var(--gray), .1);
    border-radius: 7px;
    transition: 0.3s ease-in-out;
}

.footer-links {
    margin-right: auto;
    margin-left: 10rem;
}

#callback,
#contact {
    margin-bottom: 5rem;
}

#callback .headline {
    color: rgba(var(--dead-white), 1);
}

#callback .sub-headline {
    color: rgba(var(--dead-white), .8);
    max-width: 70%;
    margin-bottom: 3rem;
}

#callback button {
    width: fit-content;
    padding: 1rem 2rem;
}

.contact-content {
    border-radius: 40px;
    /* padding: 5rem; */
    background: transparent;
    background-size: contain;
    background-position: bottom;
    display: flex;
    align-items: center;
    border: 4px solid rgba(var(--gray), .2);
}

.contact-item {
    width: 60%;
    padding: 2rem;
}

.callback-content {
    border-radius: 40px;
    /* padding: 5rem; */
    background: rgba(var(--primary-color), 1) url(../img/callback-bg.svg) no-repeat center;
    background-size: contain;
    background-position: bottom;
    display: flex;
    align-items: center;
    padding-left: 5rem;
}

.callback-image img {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 45rem;
}

.contact-right {
    width: 50%;
    padding: 3rem;
    background: rgba(var(--dark-gray)) url(../img/contact-bg.svg) no-repeat center;
    background-size: cover;
    background-position: bottom;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    height: 40rem;
    position: relative;
}

.contact-right .headline {
    color: rgba(var(--dead-white), 1);
}

.contact-right .sub-headline {
    color: rgba(var(--dead-white), .8);
    max-width: 100%;
    margin-bottom: 3rem;
}

.contact-right img {
    width: 24rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

footer button {
    width: fit-content !important;
    padding: 1rem 2rem !important;
}

.right-divisor {
    border-right: 4px solid rgba(var(--dead-white), .2);
    margin-right: -.5rem;
}

#steps .sub-headline {
    max-width: 70%;
}

#steps .custom-btn {
    width: fit-content;
}

#steps button {
    padding: 1rem 2rem;
}

#steps img {
    border-radius: 40px;
    object-fit: cover;
    width: 70%;
    float: right;
    margin-right: 2rem;
}

/*  */

#steps .steps-list {
    margin-top: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 2rem;
}

#steps .step-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

#steps .step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 46px;
    width: 2px;
    height: calc(100% - 19px);
    background-color: #D9D9D9;
    z-index: 0;
}

#steps .step-number {
    z-index: 1;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    color: rgba(var(--gray), 1);
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #D9D9D9;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#steps .step-item:first-child .step-number {
    background-color: rgba(var(--primary-color));
    color: #fff;
    border: none;
    transition: all 0.3s ease-in-out;
}

#steps .step-description {
    font-size: 14px;
    color: #333;
    max-width: 550px;
    margin: 0;
}

#steps .step-number.active {
    background-color: #EB1C23;
    color: #fff;
    border: none;
    transition: all 0.3s ease-in-out;
}

#steps .step-description strong {
    display: block;
    margin-bottom: -.5rem;
    margin-top: 0;
    font-size: 1rem;
}

.line-or {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    font-weight: 600;
}

.line-or::before,
.line-or::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: rgba(var(--gray), .2);
    margin: 0 12px;
}

#plans {
    margin-bottom: 5rem;
}

.plan-card {
    background: rgba(var(--dead-white));
    border-radius: 40px;
    position: relative;
}


.plan-card .plan-card-header {
    padding: 2rem;
    border-radius: 40px 40px 0 0;
    background: rgba(var(--gray), .1);
}

.plan-card .plan-card-header h2 {
    font-size: 1.2rem;
    color: rgba(var(--gray), 1);
    font-weight: 700;
}

.plan-card .plan-card-header .plan-subtitle {
    font-size: .875rem;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 0;
}

.primary-header-plan .plan-title {
    color: rgba(var(--dead-white), 1) !important;
}

.plan-card .plan-price {
    padding: 2rem;
    border-right: 2px solid rgba(var(--gray), .2);
    border-left: 2px solid rgba(var(--gray), .2);
}

.plan-card .plan-features {
    padding: 2rem;
    background: rgba(var(--dark-gray));
    border-radius: 0 0 40px 40px;
    color: rgba(var(--dead-white));
}

.primary-header-plan {
    background: rgba(var(--primary-color), 1) url(../img/plan-bg.svg) no-repeat center !important;
    background-size: contain !important;
    background-position: bottom !important;
    color: rgba(var(--dead-white)) !important;
    border: 0 !important;
}


.plan-card .primary-card-header .plan-subtitle {
    color: rgba(var(--dead-white), .8) !important;
}

.plan-card .plan-features ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    font-size: .875rem;
}

.plan-card .plan-features ul li {
    margin-bottom: 1rem;
    display: flex;
}

.plan-card .plan-features ul li i {
    color: rgba(var(--primary-color), 1);
    font-size: 1.5rem;
    margin-right: 1rem;
}

.plan-card .plan-price-value {
    font-size: 2.25rem;
    color: rgba(var(--dark-gray), 1);
    font-weight: 800;
    /* espaçamento das letras */
    letter-spacing: -.15rem;
}

.plan-price-month {
    font-size: .9rem;
    color: rgba(var(--dark-gray), .6);
    font-weight: 600;
    margin-top: -.5rem;
    /* text-transform: uppercase; */
    display: block;
    margin-top: 0;
}

.plan-subtitle {
    margin-top: 1rem;
}

.recommended-plan {
    background: rgba(var(--dark-gray), 1) !important;
    color: rgba(var(--dead-white));
    border-radius: 7px !important;
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -.8rem;
    padding: .25rem 1rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .75rem;
    box-shadow: 0 0 10px rgba(var(--dark-gray), .2);
}

.month-free {
    width: fit-content;
    background: rgba(var(--primary-color), 1);
    color: rgba(var(--dead-white));
    padding: .2rem .8rem;
    border-radius: 7px;
    font-weight: 600 !important;
    font-size: .85rem;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.free-white {
    background: rgba(var(--dead-white), 1);
    color: rgba(var(--dark-gray), 1) !important;
}


.plan-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 2rem; */
    margin-bottom: 2rem;
    width: fit-content;
    /* margin: 0 auto; */
    margin-bottom: 0;
    margin-left: auto !important;
    margin-right: 2rem;
    padding-right: 2rem;
    border-right: 4px solid rgba(var(--gray), .2);
}

.plan-selector #annual-plan {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
}

.plan-selector #monthly-plan {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}


.plan-selector button {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
}

.plan-selector button:hover {
    cursor: pointer;
    opacity: .8;
}

.discount-tag {
    width: max-content;
    background: rgba(var(--dark-gray), 1);
    color: rgba(var(--dead-white));
    padding: .2rem .8rem;
    border-radius: 7px;
    font-weight: 600 !important;
    font-size: .85rem;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 1.5rem;
}

.plans-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.voice-selector {
    margin-right: auto;
    top: -5px;
    position: relative;
}

label[for="human-voice"] {
    position: relative;
    top: -4px;
    left: 0;
    margin-bottom: 2rem;
    margin-top: 1rem;
    color: rgba(var(--gray));
    font-weight: 500;
    display: inline-block !important;
}

label[for="human-voice"] a {
    color: rgba(var(--primary-color), 1);
}

.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    background: rgba(var(--dead-white), 1);
    color: rgba(var(--dark-gray), 1);
    border: 3px solid rgba(var(--dark-gray), 1);
    padding: 1rem;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(var(--dark-gray), .2);
    z-index: +100;
    display: none;
    font-size: 2rem;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease-in-out;
}

.back-to-top:hover {
    cursor: pointer;
    opacity: .6;
    transition: all 0.3s ease-in-out;
}

.demo-viewer {
    background: rgba(var(--dead-white), 1);
    border-radius: 40px;
    padding: 1.5rem;
    min-height: 28rem;
    margin-top: 1rem;
    border: 4px solid rgba(var(--gray), .2);
    display: flex;
    align-items: center;
}

.features-card {
    background: rgba(var(--dead-white), 1);
    border-radius: 40px;
    padding: 2rem;
    margin-top: 0;
    color: rgba(var(--dark-gray), 1);
    min-height: 18rem;
    height: auto;
}

.message-image {
    width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    margin-top: 1rem !important;
}

.features-cards {
    position: relative;
    top: 2rem;
}

.features-title {
    font-size: 1.5rem;
    color: rgba(var(--dark-gray), 1);
    font-weight: 700;
    line-height: 40px;
}

.features-cards {
    position: relative;
    top: 0;
}

.features-slider-wrapper {
    height: calc(100% - 9.5rem);
    display: flex;
    align-items: center;
}

.features-description {
    font-size: 1rem;
    color: rgba(var(--dark-gray), .6);
    font-weight: 500;
    line-height: 125%;
    margin-top: 1rem !important;
}

.features-icon {
    width: 4rem;
    height: 4rem;
    background: rgba(var(--dark-gray), 1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
    color: rgba(var(--dead-white), 1);
    font-size: 2rem;
    margin-bottom: 1rem;
    outline: 8px solid rgba(var(--gray), .2);
}

.feature-selected {
    background: rgba(var(--primary-color), 1) !important;
    color: rgba(var(--dead-white), 1) !important;
}

.swiper-slide-active .features-card {
    background: rgba(var(--primary-color), 1) !important;
    color: rgba(var(--dead-white), 1) !important;
}

.swiper-slide-active .features-title {
    color: rgba(var(--dead-white), 1) !important;
}

.swiper-slide-active .features-description {
    color: rgba(var(--dead-white), .8) !important;
}

.feature-selected .features-title {
    color: rgba(var(--dead-white), 1) !important;
}

.feature-selected .features-description {
    color: rgba(var(--dead-white), .8) !important;
}

.adv-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.adv-btn {
    width: 70%;
    margin-left: 2rem;
    text-align: right;
}

.adv-card {
    background: rgba(var(--dead-white), 1);
    border-radius: 40px;
    padding: 2rem;
    margin-top: 0;
    color: rgba(var(--dark-gray), 1);
}

.adv-icon {
    width: 4rem;
    height: 4rem;
    background: rgba(var(--dark-gray), 1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
    color: rgba(var(--dead-white), 1);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.adv-title {
    font-size: 1.5rem;
    color: rgba(var(--dark-gray), 1);
    font-weight: 700;
    line-height: 30px;
    max-width: 80%;
}

.adv-description {
    font-size: 1rem;
    color: rgba(var(--dark-gray), .6);
    font-weight: 500;
    line-height: 125%;
    margin-top: 1rem !important;
}

.adv-view {
    width: 100%;
    height: 20rem;
    background: rgba(var(--dark-gray), .1);
    border-radius: 40px;
    margin-top: 2rem;
}

.features-demo {
    z-index: +1;
    position: relative;
}


/*  */

.user-message {
    width: 100%;
    display: flex;
    justify-content: end;
}

.user-message .message-box {
    padding: 1rem;
    background: white;
    border-radius: 10px;
    font-size: .85rem;
    background: white;
    color: rgba(var(--gray));
    font-weight: 500;
    margin-bottom: 1rem;
    width: fit-content;
    max-width: 90%;
}

.message img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
}

.user-message img {
    margin-left: .5rem;
    border: 2px solid rgba(var(--gray), .2);
}

.ai-message {
    display: flex;
}

.ai-message img {
    margin-right: .5rem;
}

.ai-message .message-box {
    padding: 1rem;
    background: white;
    border-radius: 10px;
    font-size: .85rem;
    background: rgba(var(--gray));
    color: rgba(var(--dead-white));
    font-weight: 400;
    margin-bottom: 1rem;
    width: fit-content;
    max-width: 90%;
    display: grid;
}

@keyframes slideInFromRight {
    from {
        transform: translateX(10%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.message.user-message {
    animation: slideInFromRight 0.4s ease-out;
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-10%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.message.ai-message {
    animation: slideInFromLeft 0.4s ease-out;
}

.responsive-menu,
#responsive-menu {
    display: none;
}

.adv-view {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adv-view img {
    width: 90%;
    height: auto;
}

.bottom-view {
    padding: 0 !important;
    align-items: end;
    padding-top: 1rem !important;
}

.bottom-view img {
    width: 85% !important;
    box-shadow: 0px -5px 30px rgba(0, 0, 0, .2);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.w-100-view img {
    width: 100% !important;
    position: relative;
    top: 1rem;
}

.stock-view {
    padding: 0 !important;
}

.stock-view img {
    height: 100%;
    object-fit: cover;
    width: 85%;
}