/* =========================================================
   PÁGINAS INTERNAS — RADAR SEBRAE (CÓDIGO COMPLETO & REVISADO)
========================================================= */

/* ---------------------------------------------------------
   1. ESTRUTURA GERAL E HEROS INTERNAS
--------------------------------------------------------- */
.page-hero,
.oque-hero,
.cf-page-hero,
.faq-page-hero {
    position: relative;
    padding: 44px 0 36px;
    background:
        radial-gradient(700px 450px at 85% 15%, rgba(91, 46, 255, 0.12), transparent 70%),
        radial-gradient(500px 350px at 15% 85%, rgba(233, 30, 143, 0.06), transparent 65%),
        linear-gradient(180deg, #FFFFFF 0%, #F8F9FE 100%);
    overflow: hidden;
}

/* Marca d'água decorativa Sebrae no fundo da Hero */
.oque-hero::before,
.cf-page-hero::before,
.faq-page-hero::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 300px;
    height: 300px;
    background-image: radial-gradient(rgba(91, 46, 255, 0.14) 1.5px, transparent 1.5px);
    background-size: 16px 14px;
    pointer-events: none;
    z-index: 0;
}

.page-hero h1,
.oque-hero h1,
.cf-page-hero h1,
.faq-page-hero h1 {
    position: relative;
    z-index: 1;
    margin: 14px 0 16px;
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.8rem, 3.2vw, 2.65rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.5px;
    color: var(--azul-escuro-2);
}

.page-hero p,
.oque-hero__content>p,
.cf-page-hero__content>p,
.faq-page-hero__content>p {
    position: relative;
    z-index: 1;
    max-width: 540px;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--cinza-600);
}

/* Grids das Heros */
.oque-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    align-items: flex-start;
    gap: 48px;
}

.cf-page-hero__grid,
.faq-page-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    align-items: center;
    gap: 48px;
}

/* ---------------------------------------------------------
   2. MOCKUP WHATSAPP (CELULAR ILUSTRATIVO)
--------------------------------------------------------- */
.oque-phone-stage,
.cf-chat-demo {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* Iluminação de fundo atrás dos celulares */
.oque-phone-stage::after,
.cf-chat-demo::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(91, 46, 255, 0.16) 0%, rgba(233, 30, 143, 0.06) 50%, transparent 70%);
    filter: blur(25px);
    z-index: 0;
    pointer-events: none;
}

/* CELULAR SOBRE O RADAR (Padronizado exato com o de Como Funciona) */
.oque-phone {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 240px;
    height: 420px;
    border: 7px solid #111318;
    border-radius: 34px;
    background: #111318;
    box-shadow: 0 18px 40px rgba(8, 10, 99, 0.16);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* CELULAR COMO FUNCIONA */
.cf-chat-demo__phone {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 240px;
    height: 420px;
    border: 7px solid #111318;
    border-radius: 34px;
    background: #111318;
    box-shadow: 0 18px 40px rgba(8, 10, 99, 0.16);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.oque-phone__top,
.cf-chat-demo__header {
    height: 56px;
    background: #075E54;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 10px 6px;
}

/* Avatar do WhatsApp com o Pininho Rosa */
.oque-phone__avatar,
.cf-chat-demo__avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rosa);
    /* Pininho Rosa oficial */
    font-size: 0.85rem;
    flex-shrink: 0;
}

.oque-phone__contact,
.cf-chat-demo__contact {
    flex: 1;
}

.oque-phone__contact strong,
.cf-chat-demo__contact strong {
    display: block;
    font-size: 0.68rem;
    color: #FFF;
}

.oque-phone__contact small,
.cf-chat-demo__contact small {
    display: block;
    font-size: 0.52rem;
    color: rgba(255, 255, 255, 0.8);
}

.oque-phone__body,
.cf-chat-demo__body {
    flex: 1;
    background-color: #EFEAE2;
    padding: 10px 8px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.whatsapp-day {
    align-self: center;
    background: #E1F3FB;
    color: #54656F;
    font-size: 0.52rem;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 6px;
}

.oque-msg,
.cf-chat-msg {
    max-width: 85%;
    padding: 7px 9px 14px;
    border-radius: 8px;
    font-size: 0.62rem;
    line-height: 1.38;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.oque-msg--user,
.cf-chat-msg--user {
    align-self: flex-end;
    background: #D9FDD3;
    color: #1F2C34;
}

.oque-msg--bot,
.cf-chat-msg--bot {
    align-self: flex-start;
    background: #FFFFFF;
    color: #1F2C34;
}

.whatsapp-message-meta {
    position: absolute;
    right: 5px;
    bottom: 2px;
    font-size: 0.46rem;
    color: #667781;
}

.oque-phone__input,
.cf-chat-demo__input {
    height: 44px;
    background: #F0F2F5;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 6px;
}

.whatsapp-composer__field {
    flex: 1;
    background: #FFF;
    height: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-size: 0.58rem;
    color: #667781;
}

.oque-phone__input button,
.cf-chat-demo__input button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #00A884;
    color: #FFF;
    display: grid;
    place-items: center;
    font-size: 0.8rem;
}

.oque-hero__cta {
    margin-top: 20px;
    margin-bottom: 28px;
}

.cf-page-hero__cta {
    margin-top: 28px;
}

/* ---------------------------------------------------------
   3. SEÇÕES INTERNAS, GRIDS E CARDS
--------------------------------------------------------- */
.page-section {
    padding: 52px 0;
}

.page-section--soft {
    background: var(--cinza-100);
    border-top: 1px solid var(--cinza-300);
    border-bottom: 1px solid var(--cinza-300);
}

.page-section__head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 36px;
}

.page-section__head h2 {
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
    font-weight: 800;
    color: var(--azul-escuro-2);
    margin-bottom: 8px;
}

/* Capabilities (Centralizado) */
.oque-capabilities {
    max-width: 860px;
    margin: 32px auto 0;
    padding: 32px 36px;
    border: 1px solid var(--cinza-300);
    border-radius: var(--radius-lg);
    background: var(--branco);
    box-shadow: var(--sombra);
    text-align: center;
}

.oque-capabilities h2 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--azul-escuro-2);
    margin-bottom: 24px;
}

.oque-capabilities__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 32px;
    text-align: left;
}

.oque-capabilities__grid>div {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--azul-escuro-2);
}

.oque-capabilities__grid i {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(91, 46, 255, 0.08);
    color: var(--roxo);
    display: grid;
    place-items: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.oque-trust {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    padding: 24px 0;
    border-top: 1px solid var(--cinza-300);
    margin-top: 36px;
}

.oque-trust>div {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.oque-trust i {
    color: var(--roxo);
    font-size: 1.2rem;
}

.oque-trust strong {
    font-size: 0.78rem;
    color: var(--azul-escuro-2);
}

.cf-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.cf-step-card {
    background: var(--branco);
    border: 1px solid var(--cinza-300);
    border-radius: var(--radius);
    padding: 22px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: var(--sombra);
}

.cf-step-card__number {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--roxo);
    color: var(--branco);
    font-size: 0.75rem;
    font-weight: 800;
    display: grid;
    place-items: center;
}

.cf-step-card>i {
    font-size: 1.5rem;
    color: var(--roxo);
    margin-bottom: 14px;
}

.cf-step-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--azul-escuro-2);
    margin-bottom: 8px;
}

.cf-step-card p {
    font-size: 0.82rem;
    color: var(--cinza-600);
    line-height: 1.5;
}

/* "O que você pode perguntar ao RADAR?" — CENTRALIZADO */
.oque-questions__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 1080px;
    margin: 0 auto;
}

.oque-questions article {
    flex: 0 0 calc(25% - 12px);
    min-width: 220px;
    max-width: 250px;
    background: var(--branco);
    border: 1px solid var(--cinza-300);
    border-radius: var(--radius);
    padding: 22px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: var(--sombra);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.oque-questions article:hover {
    transform: translateY(-3px);
    border-color: rgba(91, 46, 255, 0.3);
}

.oque-questions article i {
    font-size: 1.5rem;
    color: var(--roxo);
}

.oque-questions article p {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--azul-escuro-2);
    margin: 0;
}

/* ---------------------------------------------------------
   4. PERGUNTAS FREQUENTES (FAQ)
--------------------------------------------------------- */
.filter-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.filter-tab {
    padding: 8px 18px;
    border-radius: 999px;
    border: 1px solid var(--cinza-300);
    background: var(--branco);
    color: var(--cinza-800);
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-tab.active,
.filter-tab:hover {
    background: var(--roxo);
    color: var(--branco);
    border-color: var(--roxo);
}

.faq-list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    background: var(--branco);
    border: 1px solid var(--cinza-300);
    border-radius: var(--radius);
    overflow: hidden;
}

.faq-item__question {
    width: 100%;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    border: none;
    text-align: left;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--azul-escuro-2);
    cursor: pointer;
}

.faq-item__icon {
    color: var(--roxo);
    font-size: 1rem;
}

.faq-item__caret {
    margin-left: auto;
    color: var(--roxo);
    transition: transform 0.2s ease;
}

.faq-item.open .faq-item__caret {
    transform: rotate(180deg);
}

.faq-item__answer {
    display: none;
    padding: 0 20px 18px 44px;
}

.faq-item.open .faq-item__answer {
    display: block;
}

.faq-item__answer p {
    font-size: 0.88rem;
    color: var(--cinza-600);
    line-height: 1.6;
}

.faq-footnote {
    text-align: center;
    margin-top: 24px;
    font-size: 0.88rem;
    color: var(--cinza-600);
}

.faq-footnote a {
    color: var(--roxo);
    font-weight: 700;
}

.faq-examples {
    padding: 56px 0;
    background: var(--branco);
}

.faq-examples__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.faq-examples article {
    background: var(--branco);
    border: 1px solid var(--cinza-300);
    border-radius: var(--radius);
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: var(--sombra);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.faq-examples article:hover {
    transform: translateY(-3px);
    box-shadow: var(--sombra-lg);
}

.faq-examples article i {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(91, 46, 255, 0.08);
    color: var(--roxo);
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.faq-examples article p {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--azul-escuro-2);
    line-height: 1.4;
    margin: 0;
}

/* ---------------------------------------------------------
   5. PÁGINAS LEGAIS (Privacidade, Termos, Cancelamento)
--------------------------------------------------------- */
.legal-modern {
    padding: 56px 0 72px;
    background: radial-gradient(620px 340px at 90% 0%, rgba(91, 46, 255, 0.06), transparent 66%), var(--cinza-100);
}

.legal-modern__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 42px;
    align-items: start;
}

.legal-modern__intro {
    position: sticky;
    top: 100px;
}

.legal-modern__intro h1 {
    margin: 18px 0 14px;
    color: var(--azul-escuro-2);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.15;
    letter-spacing: -0.5px;
    font-weight: 800;
}

.legal-modern__intro>p {
    color: var(--cinza-600);
    font-size: 0.95rem;
    line-height: 1.65;
}

.legal-modern__summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.legal-modern__summary>div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--azul-escuro-2);
    font-size: 0.85rem;
    font-weight: 700;
}

.legal-modern__summary i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(91, 46, 255, 0.15);
    background: var(--branco);
    color: var(--roxo);
    display: grid;
    place-items: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.legal-modern__card {
    background: var(--branco);
    border: 1px solid var(--cinza-300);
    border-radius: var(--radius-lg);
    padding: 36px;
    box-shadow: var(--sombra);
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.legal-modern__section {
    position: relative;
    padding-left: 54px;
    border-bottom: 1px solid var(--cinza-200);
    padding-bottom: 24px;
}

.legal-modern__section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.legal-modern__number {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(91, 46, 255, 0.08);
    color: var(--roxo);
    font-size: 0.85rem;
    font-weight: 800;
    display: grid;
    place-items: center;
}

.legal-modern__section h2 {
    margin: 0 0 8px;
    color: var(--azul-escuro-2);
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.3;
}

.legal-modern__section p {
    margin: 0;
    color: var(--cinza-600);
    font-size: 0.9rem;
    line-height: 1.65;
}

.legal-modern__note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 12px;
    padding: 16px 18px;
    border: 1px solid rgba(91, 46, 255, 0.15);
    border-radius: var(--radius);
    background: rgba(91, 46, 255, 0.04);
    color: var(--cinza-600);
    font-size: 0.84rem;
    line-height: 1.55;
}

.legal-modern__note i {
    color: var(--roxo);
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* ---------------------------------------------------------
   6. CTA FINAL
--------------------------------------------------------- */
.cta {
    padding: 52px 0;
    background: var(--branco);
}

.cta__inner {
    background: linear-gradient(115deg, #07145F 0%, #19107C 52%, #39109A 100%);
    border-radius: 24px;
    padding: 42px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 32px;
}

.cta__eyebrow {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 12px;
}

.cta__title {
    color: #FFF;
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    font-weight: 800;
    margin-bottom: 8px;
}

.cta__text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.92rem;
}

.cta__action-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.cta__action-card small {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
}

/* ---------------------------------------------------------
   7. LINHA ÚNICA NO CABEÇALHO — COMO FUNCIONA
--------------------------------------------------------- */
.cf-steps-section .page-section__head {
    max-width: 980px;
}

/* Força linha única apenas no Desktop (acima de 768px) */
@media (min-width: 769px) {

    .cf-steps-section .page-section__head h2,
    .cf-steps-section .page-section__head p {
        white-space: nowrap;
    }
}

/* ---------------------------------------------------------
   8. RESPONSIVIDADE REVISADA (TABLET E MOBILE)
--------------------------------------------------------- */
@media (max-width: 1024px) {

    .oque-hero__grid,
    .cf-page-hero__grid,
    .faq-page-hero__grid,
    .legal-modern__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .legal-modern__intro {
        position: static;
    }

    .cf-steps-grid,
    .faq-examples__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .oque-questions article {
        flex: 0 0 calc(33.333% - 12px);
    }

    .oque-trust {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .cf-steps-grid,
    .oque-capabilities__grid,
    .faq-examples__grid,
    .oque-trust {
        grid-template-columns: 1fr;
    }

    .oque-questions article {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .oque-capabilities {
        padding: 22px 18px;
    }

    .legal-modern__card {
        padding: 22px 18px;
    }

    .legal-modern__section {
        padding-left: 46px;
    }

    .oque-phone,
    .cf-chat-demo__phone {
        max-width: 260px;
        height: 390px;
    }

    .cta__inner {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 30px 20px;
    }

    .cta__action-card {
        width: 100%;
    }

    .cta__action-card .btn {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================================
   TERMOS DE USO — AJUSTE FINAL
   ========================================================= */

.page-termos-uso .legal-modern {
    padding: 54px 0 64px;
    background:
        radial-gradient(700px 420px at 88% 0%,
            rgba(91, 46, 255, 0.055),
            transparent 68%),
        #f8f8fd;
}


/* GRID PRINCIPAL */
.page-termos-uso .legal-modern__grid {
    display: grid;
    grid-template-columns:
        minmax(330px, 0.78fr) minmax(560px, 1.22fr);

    gap: 52px;
    align-items: start;
}


/* =========================================================
   COLUNA ESQUERDA
   ========================================================= */

.page-termos-uso .legal-modern__intro {
    position: sticky;
    top: 104px;
    padding-top: 4px;
}


/* TAG TERMOS DE USO */
.page-termos-uso .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    min-height: 28px;
    padding: 5px 14px;

    border-radius: 999px;

    background: rgba(233, 30, 143, 0.055);
    border: 1px solid rgba(233, 30, 143, 0.30);

    color: #e91e8f;

    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.25px;
}


.page-termos-uso .eyebrow i {
    font-size: 0.72rem;
}


/* TÍTULO */
.page-termos-uso .legal-modern__intro h1 {
    margin: 28px 0 18px;

    max-width: 430px;

    color: var(--azul-escuro-2);

    font-size: clamp(2rem, 3.25vw, 2.72rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.8px;
}


/* TEXTO INTRO */
.page-termos-uso .legal-modern__intro>p {
    max-width: 470px;

    margin: 0;

    color: var(--cinza-600);

    font-size: 0.94rem;
    line-height: 1.65;
}


.page-termos-uso .legal-modern__intro>p strong {
    color: var(--azul-escuro-2);
    font-weight: 700;
}


/* =========================================================
   RESUMO LATERAL
   ========================================================= */

.page-termos-uso .legal-modern__summary {
    max-width: 430px;

    display: flex;
    flex-direction: column;

    gap: 0;

    margin-top: 26px;
}


.page-termos-uso .legal-modern__summary>div {
    display: flex;
    align-items: center;

    min-height: 51px;

    gap: 12px;

    padding: 7px 0;

    border-bottom: 1px solid rgba(8, 10, 99, 0.07);

    color: var(--azul-escuro-2);

    font-size: 0.82rem;
    font-weight: 700;
}


.page-termos-uso .legal-modern__summary>div:last-child {
    border-bottom: none;
}


/* ÍCONES */
.page-termos-uso .legal-modern__summary i {
    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    border-radius: 10px;

    border: 1px solid rgba(91, 46, 255, 0.15);

    background: #ffffff;

    color: #5b2eff;

    display: grid;
    place-items: center;

    font-size: 0.95rem;

    box-shadow:
        0 4px 12px rgba(8, 10, 99, 0.025);
}


/* LINK PRIVACIDADE */
.page-termos-uso .legal-modern__summary-link {
    color: var(--azul-escuro-2);

    text-decoration: none;

    font-size: 0.82rem;
    font-weight: 700;

    transition:
        color 0.2s ease;
}


.page-termos-uso .legal-modern__summary-link:hover {
    color: var(--roxo);
}


/* =========================================================
   CARD DIREITO
   ========================================================= */

.page-termos-uso .legal-modern__card {
    width: 100%;

    padding: 34px 38px 34px;

    background: #ffffff;

    border: 1px solid rgba(8, 10, 99, 0.09);

    border-radius: 22px;

    box-shadow:
        0 16px 42px rgba(8, 10, 99, 0.06);

    display: flex;
    flex-direction: column;

    gap: 0;
}


/* =========================================================
   SEÇÕES
   ========================================================= */

.page-termos-uso .legal-modern__section {
    position: relative;

    padding:
        0 0 26px 58px;

    margin-bottom: 26px;

    border-bottom:
        1px solid rgba(8, 10, 99, 0.09);
}


/* NÃO COLOCA LINHA ABAIXO DO ITEM 04 */
.page-termos-uso .legal-modern__section:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


/* NUMERAÇÃO */
.page-termos-uso .legal-modern__number {
    position: absolute;

    left: 0;
    top: 0;

    width: 38px;
    height: 38px;

    border-radius: 11px;

    display: grid;
    place-items: center;

    background: rgba(91, 46, 255, 0.075);

    color: #5b2eff;

    font-size: 0.82rem;
    font-weight: 800;
}


/* TÍTULOS */
.page-termos-uso .legal-modern__section h2 {
    margin: 0 0 8px;

    color: var(--azul-escuro-2);

    font-size: 1.02rem;
    font-weight: 800;

    line-height: 1.3;
}


/* PARÁGRAFOS */
.page-termos-uso .legal-modern__section p {
    margin: 0;

    max-width: 680px;

    color: var(--cinza-600);

    font-size: 0.88rem;
    line-height: 1.65;
}


/* SEGUNDO PARÁGRAFO LGPD */
.page-termos-uso .legal-modern__privacy-text {
    margin-top: 2px !important;
}


.page-termos-uso .legal-modern__privacy-text a {
    color: #5b2eff;

    text-decoration: underline;

    text-underline-offset: 2px;

    font-weight: 700;
}


.page-termos-uso .legal-modern__privacy-text a:hover {
    color: #3f1fd0;
}


/* =========================================================
   AVISO INFERIOR
   ========================================================= */

.page-termos-uso .legal-modern__note {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-top: 27px;

    padding: 16px 18px;

    border:
        1px solid rgba(91, 46, 255, 0.17);

    border-radius: 13px;

    background:
        rgba(91, 46, 255, 0.035);

    color: var(--cinza-600);

    font-size: 0.82rem;
    line-height: 1.55;
}


.page-termos-uso .legal-modern__note i {
    flex-shrink: 0;

    margin-top: 2px;

    color: #5b2eff;

    font-size: 1rem;
}


/* =========================================================
   FOOTER — SOMENTE TERMOS DE USO
   ========================================================= */

.page-termos-uso .footer__desc {
    line-height: 1.55;
}


.page-termos-uso .footer__desc strong {
    color: var(--azul-escuro-2);
    font-weight: 700;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .page-termos-uso .legal-modern {
        padding: 42px 0 54px;
    }


    .page-termos-uso .legal-modern__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }


    .page-termos-uso .legal-modern__intro {
        position: static;
    }


    .page-termos-uso .legal-modern__intro h1,
    .page-termos-uso .legal-modern__intro>p,
    .page-termos-uso .legal-modern__summary {
        max-width: 100%;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .page-termos-uso .legal-modern {
        padding: 30px 0 40px;
    }


    .page-termos-uso .legal-modern__grid {
        gap: 28px;
    }


    .page-termos-uso .legal-modern__intro h1 {
        margin-top: 20px;

        font-size: clamp(1.9rem,
                9vw,
                2.45rem);
    }


    .page-termos-uso .legal-modern__intro h1 br {
        display: none;
    }


    .page-termos-uso .legal-modern__intro>p {
        font-size: 0.9rem;
    }


    .page-termos-uso .legal-modern__summary {
        margin-top: 20px;
    }


    .page-termos-uso .legal-modern__card {
        padding: 24px 18px;

        border-radius: 18px;
    }


    .page-termos-uso .legal-modern__section {
        padding-left: 48px;

        padding-bottom: 22px;

        margin-bottom: 22px;
    }


    .page-termos-uso .legal-modern__number {
        width: 34px;
        height: 34px;

        border-radius: 10px;

        font-size: 0.78rem;
    }


    .page-termos-uso .legal-modern__section h2 {
        font-size: 0.98rem;
    }


    .page-termos-uso .legal-modern__section p {
        font-size: 0.84rem;
        line-height: 1.6;
    }


    .page-termos-uso .legal-modern__note {
        margin-top: 22px;

        padding: 14px;

        font-size: 0.8rem;
    }

}