.body-services {
    background-color: #FFFFFF;
}

.services .container {
    margin-top: 18rem;
    margin-bottom: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.2rem;
}

.services .container .top-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 3.2rem;
    width: 100%;
    max-width: 93.6rem;
    margin-bottom: 5rem;
}

.services .container .planos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
    gap: 3.2rem;
    width: 100%;
    grid-auto-rows: max-content;
}

.services .container .planos .card-plano {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 2.4rem;
    padding: 3.2rem 1.6rem;
    width: 100%;
    height: auto;
    min-height: fit-content;
    border: 1px solid rgba(0, 0, 0, 0.151);
    border-radius: 8px;
}

.services .container .planos .card-plano .plano-valor {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1.4rem;
    position: relative;
}

.services .container .planos .card-plano .plano-valor .recomenda {
    background-color: #E0E721;
    padding: 1rem 1.6rem;
    border-radius: .8rem;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
}

.services .container .planos .card-plano .plano-valor .valor-plano strong {
    font: 700 1.6rem/120% Satoshi, sans-serif;
}

.services .container .planos .card-plano .plano-valor .valor-plano h2 span {
    font-size: 2rem;
    color: #747474;
    font-weight: 400;
}

.services .container .planos .card-plano .btn-primary {
    width: 100%;
}

.services .container .planos .card-plano .btn-black {
    color: #fff;
    width: 100%;
}

.services .container .planos .card-plano .lista-plano ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1.6rem;
}

.services .container .planos .card-plano .lista-plano ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    font: 400 1.6rem/120% Satoshi, sans-serif;
    color: #747474;
    gap: .8rem;
}

.services .container .planos .card-plano .lista-plano ul li.starterp {
    font-weight: 700;
    color: #1E252E;
}

.services .container table {
    width: 100%;
    max-width: 121.6rem;
    table-layout: fixed;
    padding-top: 10rem;
    padding-bottom: 10rem;
    border-collapse: collapse;
}

.services .container table tbody tr {
    width: 100%;
    height: 80px;
}

.services .container table tbody tr:not(:first-child) {
    margin-top: .8rem;
}

.services .container table tbody tr:first-child {
    font-weight: 700;
}

.services .container table tbody tr th {
    width: 30.4rem;
    padding: 1.6rem;
    font: 400 1.4rem/120% Satoshi, sans-serif;
    text-align: left;
    color: #6d6d6d;
    border-bottom: 1px solid rgba(0, 0, 0, 0.151);
}


/*Cabeçalho da tabela*/

.services .container table tbody tr:first-child th {
    background-color: black;
    color: #fff;
    font: 700 1.6rem/120% Satoshi, sans-serif;
}

.services .container table tbody tr:first-child th:first-child {
    color: #fff;
    font: 700 1.6rem/120% Satoshi, sans-serif;
}


/*Coluna de categoria da tabela*/

.services .container table tbody tr th:first-child {
    font: 700 1.6rem/120% Satoshi, sans-serif;
    color: black;
}

.services .container .services-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6.4rem;
    height: 100%;
}

.services .container .services-section .card-service {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 121.6rem;
    position: relative;
    background-color: white;
    border-radius: 16px 0px 0px 16px;
}

.services .container .services-section .card-service .service-left {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 3.2rem;
}

.services .container .services-section .card-service .service-left .text-service {
    max-width: 35.2rem;
}

.services .container .services-section .card-service .service-left .text-service h3 {
    margin-bottom: 1.6rem;
}

.services .container .services-section .card-service .service-left .text-service p {
    margin-bottom: 3.2rem;
}

.services .container .services-section .card-service .service-left .fxs {
    position: absolute;
    top: 38rem;
    margin-top: auto;
}

.services .container .services-section .card-service .service-left .fxs img {
    width: 100%;
    object-fit: contain;
}

.services .container .services-section .card-service .service-right {
    background-color: white;
    padding: 3.2rem;
    border-radius: 0px 16px 16px 0px;
    height: 100%;
    width: 100%;
}

.services .container .services-section .card-service .service-right ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2.4rem;
}

.services .container .services-section .card-service .service-right ul li strong {
    font: 400 1.6rem/120% Satoshi, sans-serif;
    color: #E0E721;
    font-weight: 600;
}

.services .container .services-section .card-service .service-right ul li p {
    margin-top: .8rem;
    color: white;
}

.services .container .atendimento-tecnico {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
    gap: 3.2rem;
}

.services .container .atendimento-tecnico .atendimento {
    width: 100%;
    padding: 1.6rem;
    border-radius: .8rem;
    border: 1px solid rgba(109, 109, 109, 0.308);
}

.services .container .atendimento-tecnico .atendimento p {
    margin-top: 1.6rem;
    font: 400 1.6rem/120% Satoshi, sans-serif;
}

.services .container .atendimento-tecnico .atendimento .list {
    margin-top: 1.6rem;
}

.services .container .atendimento-tecnico .atendimento .list ul li {
    list-style: inside;
    font: 400 1.4rem/120% Satoshi, sans-serif;
}

.services .container .atendimento-tecnico .atendimento .btn-wpp {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 2rem;
    padding: 14px 0;
    background: #23c55e;
    color: #fff;
    font-weight: 600;
    border-radius: .8rem;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 0 0 rgba(35, 197, 94, 0);
}

.services .container .atendimento-tecnico .atendimento .btn-wpp:hover {
    background: #16a34a;
    transform: translateY(-2px);
    box-shadow: 0 0 18px rgba(0, 255, 100, 0.55);
}

.services .container .comparacao {
    width: 100%;
    overflow-x: auto;
}

@media (max-width: 1220px) {
    .services .container .services-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6.4rem;
        height: 100%;
    }
    .services .container .services-section .card-service {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .services .container .services-section .card-service .service-left .fxs {
        display: none;
    }
}

@media (max-width: 800px) {
    .services .container table {
        min-width: 500px;
        font-size: 1.2rem;
    }
    .services .container table th,
    .services .container table td {
        padding: 0.8rem;
    }
}


/*exemplo inicial n1 n2 n3 */

.btn-wpp {
    display: inline-block;
    margin-top: 16px;
    padding: 12px 18px;
    background: #23c55e;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 0 0 rgba(35, 197, 94, 0);
}

.btn-wpp:hover {
    background: #16a34a;
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(0, 255, 100, 0.6);
}

.faq {
    width: 100%;
    max-width: 800px;
    margin: 4rem auto;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.faq-item {
    border: 1px solid rgba(109, 109, 109, 0.25);
    border-radius: .8rem;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: #f7f7f7;
    border: none;
    outline: none;
    padding: 1.6rem;
    font: 600 1.8rem/120% Satoshi, sans-serif;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background .3s ease;
}

.faq-question:hover {
    background: #ececec;
}

.faq-answer {
    padding: 0 1.6rem;
    max-height: 0;
    overflow: hidden;
    font: 400 1.6rem/150% Satoshi, sans-serif;
    transition: max-height .4s ease, padding .3s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 1.6rem;
}

.arrow {
    font-size: 2rem;
    transition: transform .3s ease;
}

.faq-item.active .arrow {
    transform: rotate(45deg);
}

.comparacao-hint {
    display: none;
    font-size: 14px;
    color: #555;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 500;
}


/* Exibir apenas no mobile */

@media (max-width: 768px) {
    .comparacao-hint {
        display: block;
    }
}

.scroll-hint {
    display: none;
    text-align: center;
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
    animation: pulse 1.6s infinite;
}


/* exibe no mobile */

@media (max-width: 768px) {
    .scroll-hint {
        display: block;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}