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

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #06110d;
    color: #ffffff;
    line-height: 1.6;
}

section {
    scroll-margin-top: 80px;
}


/* =========================
   MENU
========================= */

.topo {
    width: 100%;
    min-height: 82px;
    padding: 0 7%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #040b08;
    border-bottom: 1px solid rgba(216, 181, 108, 0.24);

    position: relative;
    z-index: 20;
}

.logo {
    color: #d8b56c;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
}

.logo span {
    color: #ffffff;
}

.topo nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.topo nav a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.25s;
}

.topo nav a:hover {
    color: #d8b56c;
}

.topo .botao-login {
    color: #d8b56c;
    border: 1px solid #d8b56c;
    border-radius: 9px;
    padding: 10px 19px;
}


/* =========================
   HERO
========================= */

.hero {
    min-height: 700px;

    display: flex;
    align-items: center;

    padding: 80px 7%;

    background:
        linear-gradient(
            90deg,
            rgba(2, 7, 5, 0.99) 0%,
            rgba(2, 7, 5, 0.97) 20%,
            rgba(2, 7, 5, 0.88) 34%,
            rgba(2, 7, 5, 0.52) 47%,
            rgba(2, 7, 5, 0.14) 58%,
            rgba(2, 7, 5, 0.00) 69%
        ),
        url('hero-jotavisao.jpg');

    background-size: cover;
    background-position: 58% center;
    background-repeat: no-repeat;

    position: relative;
    overflow: hidden;
}

.hero::after {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            transparent 72%,
            rgba(4, 11, 8, 0.88) 100%
        );
}

.hero-conteudo {
    width: 46%;
    max-width: 625px;

    position: relative;
    z-index: 2;
}

.destaque {
    color: #d8b56c;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 17px;
}

.hero h1 {
    max-width: 610px;

    font-size: clamp(42px, 4.35vw, 62px);

    line-height: 1.04;
    letter-spacing: -1.6px;
    margin-bottom: 25px;
}

.hero h1 span {
    color: #d8b56c;
}

.subtitulo {
    max-width: 590px;
    color: #e0e5e1;
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 28px;
}

.diferenciais {
    margin: 26px 0 34px;
}

.diferenciais p {
    margin: 11px 0;
    color: #f3f6f4;
    font-size: 16px;
    line-height: 1.5;
}

.check {
    color: #d8b56c;
    font-weight: bold;
    margin-right: 8px;
}


/* =========================
   BOTÕES
========================= */

.botoes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.botao-principal,
.botao-secundario {
    display: inline-block;

    padding: 14px 25px;

    border-radius: 9px;

    font-weight: 700;
    text-decoration: none;

    transition: 0.25s;
}

.botao-principal {
    background: #d8b56c;
    color: #06110d;
}

.botao-principal:hover {
    transform: translateY(-3px);

    box-shadow:
        0 12px 35px rgba(216, 181, 108, 0.22);
}

.botao-secundario {
    color: #ffffff;
    border: 1px solid #d8b56c;
}

.botao-secundario:hover {
    background: rgba(216, 181, 108, 0.08);
}


/* =========================
   TÍTULOS
========================= */

.titulo-secao {
    max-width: 850px;
    margin: 0 auto 45px;
    text-align: center;
}

.titulo-secao h2 {
    font-size: clamp(35px, 4vw, 48px);
    line-height: 1.1;
    margin: 8px 0 13px;
}

.titulo-secao > p:last-child {
    color: #abb5af;
    font-size: 17px;
}

.titulo-secao.claro > p:last-child {
    color: #616862;
}

.mini-titulo {
    color: #d8b56c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
}


/* =========================
   DEMONSTRAÇÃO / IA REAL
========================= */

.demonstracao {
    padding: 100px 7%;

    background:
        radial-gradient(
            circle at center,
            #0b3324,
            #06140f 58%,
            #040b08 100%
        );
}

.chat-demo {
    width: 100%;
    max-width: 950px;
    margin: auto;

    overflow: hidden;

    border: 1px solid rgba(216, 181, 108, 0.47);
    border-radius: 22px;

    background: rgba(6, 27, 20, 0.95);

    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.45);
}

.chat-topo {
    padding: 17px 24px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.08);

    color: #d8b56c;

    font-size: 13px;
    font-weight: bold;
}

.bolinha {
    display: inline-block;

    width: 9px;
    height: 9px;

    margin-right: 8px;

    border-radius: 50%;
    background: #26cc7f;
}

.modo-demo {
    color: #82cda4;
    font-size: 11px;
    letter-spacing: 1px;
}

.chat-conteudo {
    padding: 40px;
}

.chat-conteudo h3 {
    font-size: 28px;
    margin-bottom: 6px;
}

.chat-descricao {
    color: #9ea9a3;
    margin-bottom: 30px;
}

.opcoes-chat {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.exemplo {
    min-height: 110px;
    width: 100%;

    display: flex;
    gap: 15px;
    align-items: flex-start;

    padding: 20px;

    text-align: left;
    color: #ffffff;
    font-family: inherit;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.045);

    cursor: pointer;
    transition: 0.25s;
}

.exemplo > span {
    color: #d8b56c;
    font-size: 18px;
}

.exemplo strong {
    display: block;
    margin-bottom: 3px;
}

.exemplo p {
    color: #b1bbb5;
    font-size: 14px;
}

.exemplo:hover,
.exemplo.ativo {
    transform: translateY(-3px);

    border-color: rgba(216, 181, 108, 0.75);

    background: rgba(216, 181, 108, 0.07);
}


/* CAMPO DE PERGUNTA REAL */

.campo-real {
    margin-top: 28px;

    display: flex;
    align-items: flex-end;
    gap: 12px;

    padding: 14px;

    border: 1px solid rgba(216, 181, 108, 0.28);
    border-radius: 15px;

    background: rgba(0, 0, 0, 0.24);

    transition: 0.25s;
}

.campo-real:focus-within {
    border-color: rgba(216, 181, 108, 0.75);

    box-shadow:
        0 0 0 3px rgba(216, 181, 108, 0.07);
}

.campo-real textarea {
    width: 100%;
    min-height: 80px;
    max-height: 220px;

    padding: 9px 8px;

    resize: vertical;

    border: none;
    outline: none;

    background: transparent;
    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.campo-real textarea::placeholder {
    color: #839089;
}

.campo-real button {
    flex: 0 0 auto;

    width: 50px;
    height: 50px;

    border: none;
    border-radius: 11px;

    background: #d8b56c;
    color: #06110d;

    font-size: 22px;
    font-weight: bold;

    cursor: pointer;

    transition: 0.25s;
}

.campo-real button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 25px rgba(216, 181, 108, 0.25);
}

.campo-real button:disabled {
    cursor: wait;
    opacity: 0.55;
}


/* STATUS */

.status-ia {
    min-height: 25px;

    margin-top: 13px;

    color: #8fc9a8;

    font-size: 13px;
}

.erro-ia {
    color: #ff9090;
}


/* RESPOSTA */

.resposta-demo {
    margin-top: 20px;

    min-height: 210px;

    padding: 25px;

    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;

    background: rgba(0, 0, 0, 0.22);
}

.resposta-vazia {
    min-height: 155px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    color: #87948c;
}

.icone-ia {
    width: 48px;
    height: 48px;

    margin-bottom: 13px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #06110d;
    background: #d8b56c;

    font-size: 20px;
}

.mensagem-usuario {
    max-width: 77%;

    margin-left: auto;
    margin-bottom: 22px;

    padding: 15px 18px;

    border-radius: 14px 14px 3px 14px;

    background: #176044;
    color: #ffffff;

    line-height: 1.55;
}

.mensagem-ia {
    max-width: 92%;

    padding: 24px;

    border-radius: 3px 14px 14px 14px;

    background: #0c261c;

    border: 1px solid rgba(216, 181, 108, 0.18);

    box-shadow:
        0 10px 35px rgba(0, 0, 0, 0.18);
}

.ia-cabecalho {
    color: #d8b56c;

    font-size: 12px;
    font-weight: bold;

    letter-spacing: 1px;

    margin-bottom: 16px;
}

.texto-resposta-ia {
    color: #e4e9e6;

    font-size: 16px;
    line-height: 1.75;
}

.texto-resposta-ia strong {
    color: #ffffff;
}


/* DIGITANDO */

.digitando {
    min-height: 155px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    color: #9ba7a0;
}

.digitando span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #d8b56c;

    animation: pulso 1s infinite;
}

.digitando span:nth-child(2) {
    animation-delay: 0.15s;
}

.digitando span:nth-child(3) {
    animation-delay: 0.30s;
}

@keyframes pulso {

    0%,
    100% {
        opacity: 0.25;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-4px);
    }
}


/* AVISO */

.aviso-demo {
    margin-top: 20px;

    text-align: center;

    color: #829087;

    font-size: 13px;
}

.cta-demo {
    margin-top: 25px;
    text-align: center;
}


/* =========================
   IDENTIDADE
========================= */

.identidade {
    padding: 100px 7%;
    background: #071710;
}

.identidade-conteudo {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

.identidade-conteudo h2 {
    font-size: clamp(35px, 4vw, 49px);
    line-height: 1.1;
    margin: 10px 0 18px;
}

.identidade-conteudo > p:last-child {
    color: #aeb8b1;
    font-size: 17px;
}

.identidade-cards {
    max-width: 1150px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}

.identidade-card {
    min-height: 235px;

    padding: 30px;

    border: 1px solid rgba(216, 181, 108, 0.20);
    border-radius: 16px;

    background: #0a2118;
}

.identidade-card > span {
    color: rgba(216, 181, 108, 0.70);
    font-size: 14px;
    font-weight: bold;
}

.identidade-card h3 {
    font-size: 22px;
    margin: 18px 0 10px;
    color: #ffffff;
}

.identidade-card p {
    color: #aab4ae;
}


/* =========================
   RECURSOS
========================= */

.recursos {
    padding: 100px 7%;

    color: #111111;
    background: #f6f7f4;
}

.recursos .mini-titulo {
    color: #14794e;
}

.cards {
    max-width: 1200px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}

.card {
    min-height: 245px;

    padding: 32px 26px;

    text-align: left;

    border: 1px solid #e6eae5;
    border-radius: 16px;

    background: #ffffff;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.06);

    transition: 0.25s;
}

.card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.10);
}

.icone {
    width: 46px;
    height: 46px;

    margin-bottom: 20px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;

    color: #d8b56c;
    background: #0d5138;

    font-size: 20px;
}

.card h3 {
    color: #105d40;
    margin-bottom: 10px;
}

.card p {
    color: #606762;
}


/* =========================
   PLANOS
========================= */

.planos {
    padding: 100px 7%;
    background: #06140f;
}

.planos-grid {
    max-width: 850px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 25px;
}

.plano {
    min-height: 260px;

    padding: 35px;

    text-align: center;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;

    background: #0a2118;
}

.plano h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.plano-texto {
    color: #aab5af;
    margin-bottom: 30px;
}

.em-breve {
    display: inline-block;

    padding: 9px 18px;

    border-radius: 30px;

    color: #d8b56c;

    border: 1px solid rgba(216, 181, 108, 0.50);
}

.destaque-plano {
    position: relative;

    border-color: rgba(216, 181, 108, 0.65);
}

.mais-escolhido {
    position: absolute;

    top: -14px;
    left: 50%;

    transform: translateX(-50%);

    padding: 6px 14px;

    border-radius: 20px;

    background: #d8b56c;
    color: #06110d;

    font-size: 11px;
    font-weight: bold;
}


/* =========================
   SOBRE
========================= */

.sobre {
    padding: 100px 7%;
    background: #091c14;
}

.sobre-conteudo {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.sobre-conteudo h2 {
    font-size: clamp(35px, 4vw, 48px);
    margin: 10px 0 20px;
    line-height: 1.1;
}

.sobre-conteudo > p:last-child {
    color: #adb7b0;
    font-size: 17px;
}


/* =========================
   MÍDIAS
========================= */

.midias {
    padding: 90px 7%;

    color: #111111;
    background: #f6f7f4;
}

.midias .mini-titulo {
    color: #14794e;
}


/* =========================
   FOOTER
========================= */

footer {
    padding: 45px 7%;

    text-align: center;

    color: #929d96;
    background: #030906;
}

.footer-logo {
    color: #d8b56c;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.copyright {
    margin-top: 18px;

    font-size: 12px;
    color: #66706a;
}


/* =========================
   RESPONSIVO
========================= */

@media (max-width: 1100px) {

    .topo nav {
        gap: 13px;
    }

    .hero-conteudo {
        width: 51%;
    }

    .hero h1 {
        font-size: 54px;
    }
}


@media (max-width: 900px) {

    .topo {
        padding: 20px 5%;
    }

    .topo nav a:not(.botao-login) {
        display: none;
    }

    .hero {
        min-height: 790px;

        align-items: flex-end;

        padding: 70px 6%;

        background:
            linear-gradient(
                rgba(2, 7, 5, 0.18) 0%,
                rgba(2, 7, 5, 0.50) 38%,
                rgba(2, 7, 5, 0.97) 73%
            ),
            url('hero-jotavisao.jpg');

        background-size: cover;
        background-position: 69% center;
    }

    .hero-conteudo {
        width: 100%;
        max-width: 650px;
    }

    .hero h1 {
        font-size: 46px;
    }

    .opcoes-chat,
    .identidade-cards,
    .cards,
    .planos-grid {
        grid-template-columns: 1fr;
    }

    .chat-conteudo {
        padding: 25px;
    }

    .mensagem-usuario,
    .mensagem-ia {
        max-width: 100%;
    }
}


@media (max-width: 520px) {

    .logo {
        font-size: 18px;
    }

    .hero h1 {
        font-size: 39px;
    }

    .subtitulo {
        font-size: 17px;
    }

    .botoes {
        flex-direction: column;
    }

    .botao-principal,
    .botao-secundario {
        width: 100%;
        text-align: center;
    }

    .chat-conteudo {
        padding: 20px;
    }

    .campo-real {
        align-items: stretch;
        flex-direction: column;
    }

    .campo-real button {
        width: 100%;
        height: 46px;
    }
}/* =========================================================
   CORREÇÃO FINAL - CAMPO DE PERGUNTA JOTA VISÃO IA
   ========================================================= */

.campo-real {
    width: 100% !important;
    margin-top: 28px !important;
    padding: 8px 8px 8px 20px !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;

    min-height: 76px !important;

    background: #071a13 !important;

    border: 1px solid rgba(216, 181, 108, 0.40) !important;
    border-radius: 18px !important;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.18) !important;

    transition: all 0.25s ease !important;
}


.campo-real:hover {
    border-color: rgba(216, 181, 108, 0.60) !important;
}


.campo-real:focus-within {
    border-color: #d8b56c !important;

    box-shadow:
        0 0 0 3px rgba(216, 181, 108, 0.08),
        0 12px 35px rgba(0, 0, 0, 0.22) !important;
}


/* CAMPO DE TEXTO */

.campo-real textarea,
#mensagem-ia {
    display: block !important;

    width: 100% !important;
    flex: 1 1 auto !important;

    min-width: 0 !important;
    min-height: 58px !important;
    height: 58px !important;
    max-height: 180px !important;

    margin: 0 !important;
    padding: 17px 5px !important;

    background: transparent !important;

    color: #ffffff !important;

    border: 0 !important;
    outline: 0 !important;

    border-radius: 0 !important;

    resize: none !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;

    box-shadow: none !important;

    appearance: none !important;
    -webkit-appearance: none !important;
}


.campo-real textarea:focus,
#mensagem-ia:focus {
    background: transparent !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}


.campo-real textarea::placeholder,
#mensagem-ia::placeholder {
    color: #91a199 !important;
    opacity: 1 !important;
}


/* BOTÃO DE ENVIO */

.campo-real button,
#enviar-ia {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 54px !important;

    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;

    height: 54px !important;
    min-height: 54px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #dfb85f !important;
    color: #07130e !important;

    border: none !important;
    border-radius: 14px !important;

    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    cursor: pointer !important;

    box-shadow:
        0 6px 18px rgba(216, 181, 108, 0.18) !important;

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease !important;

    appearance: none !important;
    -webkit-appearance: none !important;
}


.campo-real button:hover,
#enviar-ia:hover {
    background: #e8c66f !important;

    transform: translateY(-2px) !important;

    box-shadow:
        0 9px 25px rgba(216, 181, 108, 0.28) !important;
}


.campo-real button:active,
#enviar-ia:active {
    transform: translateY(0) !important;
}


.campo-real button:disabled,
#enviar-ia:disabled {
    opacity: 0.55 !important;
    cursor: wait !important;
    transform: none !important;
}


/* STATUS DA IA */

#status-ia,
.status-ia {
    width: 100% !important;

    min-height: 26px !important;

    margin: 10px 0 0 !important;

    padding: 0 5px !important;

    color: #8fc9a8 !important;

    font-size: 13px !important;
}


/* CELULAR */

@media (max-width: 600px) {

    .campo-real {
        min-height: 68px !important;

        padding:
            6px 6px 6px 14px !important;

        border-radius: 15px !important;
    }

    .campo-real textarea,
    #mensagem-ia {
        min-height: 54px !important;
        height: 54px !important;

        padding: 15px 3px !important;

        font-size: 15px !important;
    }

    .campo-real button,
    #enviar-ia {
        flex-basis: 50px !important;

        width: 50px !important;
        min-width: 50px !important;
        max-width: 50px !important;

        height: 50px !important;
        min-height: 50px !important;

        border-radius: 12px !important;
    }
}