body {
    margin: 0;
    font-family: Arial, sans-serif;
}


/* Estado normal do header */
#fixed-header {
    position: relative;
    width: 100%;
    transition: all 0.35s ease-in-out;
    z-index: 999;
}

/* Estado fixo ao fazer scroll */
#fixed-header.is-fixed {
    position: fixed;
    top: 5px;
    left: 0;
    background-color: #ffffff; /* ajuste se necessário */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    animation: slideDown 0.35s ease-in-out;
}


#border-fiexed-header {
    position: relative;
    width: 100%;
    transition: all 0.35s ease-in-out;
    z-index: 999;
}

/* Estado fixo ao fazer scroll */
#border-fiexed-header.is-borderfixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff; /* ajuste se necessário */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    animation: slideDown 0.35s ease-in-out;
}

/* Animação suave ao descer */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
#grm-loading {
    margin-bottom: 150px;
}
.grm-nota {
    display: none;
}
/* Remove espaço vertical das divs */
.gif {
  width: 100%;
  height: 0;           /* <- isso impede empurrar */
  overflow: visible;   /* mantém texto visível */
  position: relative;

  opacity: 0;
  animation: fadeslideUp 12s infinite;
}

.gif h2 {
  margin: 0;
  text-align: center;
  font-size: 18px;
    font-weight: 700;
}

.box-loader-grm {
    position: relative;
    top: -30px;
}

.loader {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .loader span {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #555;
        opacity: 0.3;
        animation: blink 1.5s linear infinite;
    }

    .loader span:nth-child(1) { animation-delay: 0s; }
    .loader span:nth-child(2) { animation-delay: 0.3s; }
    .loader span:nth-child(3) { animation-delay: 0.6s; }
    .loader span:nth-child(4) { animation-delay: 0.9s; }
    .loader span:nth-child(5) { animation-delay: 1.2s; }

    @keyframes blink {
        0%   { opacity: 0.3; background: #fff; }
        20%  { opacity: 1; background: #00A860; }
        100% { opacity: 0.3; background: #fff; }
    }

/* DELAYS */
#g2 { animation-delay: -9s; }
#g3 { animation-delay: -6s; }
#g4 { animation-delay: -3s; }

/* ANIMAÇÃO SUAVE */
@keyframes fadeslideUp {

  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  10% {
    opacity: 1;
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(0);
  }

  25% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.elementor-element-f43b267 {
        padding-top: 60px;
}
#menu-item-176 {
    background: #00a860;
    color: #fff;
    border-radius: 50px;
    animation: slideDown 0.35s ease-in-out;
    border:solid 1px #00a860;
}

#menu-item-176 a {
    color: #fff;
}

#menu-item-176:hover {
    background: transparent;
    color: #00a860;
    border-radius: 50px;
    border:solid 1px #00a860;
    transition:1s;
}

#menu-item-176:hover a {
    color: #00a860;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.site-header,
.site-footer {
    background: #183332;
    color: #fff;
}

.site-header a,
.site-footer a {
    color: #fff;
    text-decoration: none;
}


/* HERO */
.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-text {
    font-size: 1rem;
    color: #555;
}

/* FEATURE BOX */
.feature-box {
    background: #f5f5f5;
    border-radius: 16px;
}

/* CONTATO */
.contact h2 {
    font-weight: 700;
}

.contact-form .form-control {
    border-radius: 8px;
}


/* HEADER */
.site-header .navbar-brand {
    font-size: 1.4rem;
}

/* FOOTER */
.site-footer {
    margin-top: 80px;
}

.site-footer a {
    color: #adb5bd;
    text-decoration: none;
}

.site-footer a:hover {
    color: #fff;
}

/* TOP GRADIENT BAR */
.top-gradient-bar {
    width: 100%;
    height: 6px;
    background: linear-gradient(
        90deg,
        #7ED6A5 0%,
        #4DB6AC 25%,
        #2C7BE5 50%,
        #5E35B1 75%,
        #1A237E 100%
    );
}


.diagnostico-wrapper {
    max-width: 520px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
}

.diagnostico-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    color: #183332;
    font-weight: 700;
    font-family: "Lato", Sans-serif;
}

.diagnostico-field {
    margin-bottom: 18px;
}

.diagnostico-field label {
    display: block;
    font-size: 15px;
    margin-bottom: 6px;
    color: #183332;
    font-family: "Lato", Sans-serif;
    font-weight: 700;
}

.disclaimers-beftore-form {
    font-size: 12px;
    border: solid 1px #00A860;
    padding: 5px 20px;
    text-align: center;
    border-radius: 50px;
    font-family: "Lato", Sans-serif;
}

.diagnostico-field select,
.diagnostico-field textarea, .diagnostico-field input {
    width: 100%;
    background: #f1f1f1;
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-size: 14px;
    outline: none;
}

.diagnostico-field textarea {
    min-height: 120px;
    resize: none;
}

.diagnostico-btn {
    width: 100%;
    margin-top: 10px;
    padding: 14px;
    background: #00a859;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Lato", Sans-serif;
    border: solid 1px #00a859;
}

.diagnostico-btn:hover {
    background: #fff;
    color: #00a859;
    border: solid 1px #00a859;
}


.quiz-wrapper {
    max-width: 600px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
}

.quiz-progress {
    margin-bottom: 25px;
}

.quiz-progress-bar {
    width: 100%;
    height: 10px;
    background: #ffffff;
    border-radius: 50PX;
    border: solid 2px #00A860;
    overflow: hidden;
}

.quiz-progress-bar span {
    display: block;
    height: 100%;
    width: 0%;
    background: #00A860;
    transition: width .3s;
}

.quiz-progress-text {
    font-size: 12px;
    margin-top: 6px;
    text-align: right;
    color: #00a859;
}

.quiz-question {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
        font-family: "Lato", Sans-serif;
}

.quiz-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quiz-option {
    padding: 16px;
    background: #f1f1f1;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
        font-family: "Lato", Sans-serif;
}

.quiz-option:hover {
    background: #dff5ea;
}

.quiz-option.active {
    background: #00a859;
    color: #fff;
}

.quiz-actions {
    margin-top: 25px;
    text-align: center;
}

.quiz-btn {
    padding: 12px 28px;
    border-radius: 25px;
    border: none;
    margin: 0 8px;
    cursor: pointer;
    background: #ccc;
    color: #fff;
    transition: .3s;
        font-family: "Lato", Sans-serif;
}

.quiz-btn:not(:disabled) {
    background: #00a859;
}

.quiz-btn:disabled {
    cursor: not-allowed;
}

.tema-title {
    color: #00A860;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: "Lato", Sans-serif;
    text-transform: uppercase;
}
.quiz-prev {
    font-size: 17px;
    background: #fff;
    color: #00a859;
    border: solid 1px #00a859;
    border-radius: 50px;
    padding: 5px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.quiz-prev:hover {
    background: #00a859;
    color:#fff;
}
.quiz-content {
    position: relative;
    overflow: hidden;
    min-height: 560px;
}

.quiz-slide {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

/* Container */
.checkbox-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    user-select: none;
}

/* Esconde o checkbox nativo */
.checkbox-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Círculo */
.checkbox-custom .checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #19c37d;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
}

/* Estado ativo */
.checkbox-custom input:checked + .checkmark {
    background-color: #19c37d;
}

/* Check branco */
.checkbox-custom .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

/* Desenha o check */
.checkbox-custom input:checked + .checkmark::after {
    display: block;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Hover */
.checkbox-custom:hover .checkmark {
    box-shadow: 0 0 0 3px rgba(25, 195, 125, 0.15);
}

/* Links */
.checkbox-custom a {
    color: #19c37d;
    text-decoration: underline;
}

#nome_completo {
    margin-top: 2px;
}
.aproxi {
    font-size:11px;
    display: block;
}

#second-section, #three-section {
    display:none;
}

/* Estado DESABILITADO */
.quiz-next:disabled {
    background: #EAEAEA;
    padding: 10px 50px;
    border-radius: 50px;
    border: none;
    font-size: 14px;
}

/* Estado HABILITADO */
.quiz-next:not(:disabled) {
    background: #00a859;
    padding: 10px 50px;
    border-radius: 50px;
    border: none;
    font-size: 14px;
}



.resultado-wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Inter', sans-serif;
    color: #1d1d1f;
    gap: 20px;
}

.mean-ia {
    background: #EEEEEE;
    margin-bottom: 20px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.mean-ia h2 {
    padding: 10px 20px 0px 20px;
}   
.mean-ia #grm-dor-desafio {
   padding: 0px 20px 20px 20px;
}
/* Container em 2 colunas */
#grm-quick-wins, #grm-acoes-estruturais {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Cada LI vira um card */
#grm-quick-wins .grm-acao, #grm-acoes-estruturais .grm-acao {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

/* Hover elegante */
#grm-quick-wins .grm-acao:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Se tiver título dentro */
#grm-quick-wins .grm-acao h4 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
}

/* Se tiver descrição */
#grm-quick-wins .grm-acao p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
}

/* Responsivo */
@media (max-width: 768px) {
    #grm-quick-wins {
        grid-template-columns: 1fr;
    }
}
.grm-bloco h2 {
    margin-bottom: 20px;
}
#grm-plano-resumido {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

#grm-plano-resumido h4 {
    display: flex;
    gap: 10px;
    font-size: 23px;
    align-items: center;
}

#grm-plano-resumido .grm-numero {
    font-size: 40px;
}

#grm-plano-resumido .grm-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.grm-bloco h2 {
    font-size: 25px;
}
.grm-bloco p {
    font-size: 14px;
}

/* SCORE */
.score-header {
    text-align: center;
}

.score-header h3 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
}

.score-gauge {
    margin: 20px 0;
}

.gauge {
    width: 180px;
    height: 90px;
    margin: 0 auto;
    border-radius: 180px 180px 0 0;
    background: conic-gradient(
        red 0deg,
        orange 60deg,
        yellow 120deg,
        #a3e635 180deg
    );
    position: relative;
}

.gauge::after {
    content: '';
    position: absolute;
    width: 140px;
    height: 70px;
    background: #fff;
    border-radius: 140px 140px 0 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.gauge-value {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    font-weight: bold;
    color: red;
}

.score-title {
    color: #183332;
    margin-top: 10px;
}

.score-description {
    font-size: 14px;
    color: #555;
}

/* SEÇÕES */
.box-section {
    margin-top: 40px;
}

.box-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
}

.card-number {
    font-size: 12px;
    font-weight: bold;
    color: #999;
}

/* FEEDBACK */
.feedback-section {
    margin-top: 40px;
}

.feedback-title {
    font-weight: 600;
}

.feedback-actions {
    margin: 15px 0;
    display: flex;
    gap: 10px;
}

.btn-outline {
    border: 1px solid #22c55e;
    background: transparent;
    color: #22c55e;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
}

.feedback-section textarea {
    width: 100%;
    min-height: 80px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
}

/* CTA */
.cta-section {
    text-align: center;
    margin-top: 50px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.btn-primary {
    background: #22c55e;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
}

.btn-secondary {
    background: #1f2937;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
}

.cta-footer {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #777;
    cursor: pointer;
}

/* RESPONSIVO */
@media (max-width: 600px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
    }
}


.score-gauge {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.gauge {
    position: relative;
    width: 220px;
    height: 110px;
    overflow: hidden;
}

.gauge-arc {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: conic-gradient(
        #e74c3c 0deg,
        #f1c40f 90deg,
        #2ecc71 180deg
    );
}

.gauge-needle {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    transform-origin: bottom center;
    transform: rotate(-90deg);
    transition: transform 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.gauge-needle .needle {
    width: 4px;
    height: 90px;
    background: #111;
    display: block;
    border-radius: 2px;
}

.gauge-value {
    position: absolute;
    bottom: -35px;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}


.score-container {
  max-width: 820px;
  margin: 40px auto;
  margin-bottom: 0px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.score-title {
  font-size: 25px;
    font-weight: 800;
    margin-bottom: 8px;
    font-family: "Lato", Sans-serif;
}

.gauge-svg {
  display: block;
  margin: 0 auto;
}

.arc {
  fill: none;
  stroke-width: 14;
  stroke-linecap: round;
}

.red    { stroke: #e53935; }
.orange { stroke: #fb8c00; }
.yellow { stroke: #fdd835; }
.green  { stroke: #00a651; }

.score-number {
  font-size: 38px;
  font-weight: bold;
  margin-top: 15px;
  color: #e53935;
}

.score-line {
  margin-top: 12px;
  height: 8px;
  width: 100%;
  background: #e53935;
  border-radius: 3px;
}

#grm-resultado {
    max-width: 820px;
    margin: 0 auto;
    font-family: "Lato", Sans-serif;
}




.diagnostico-wrappers {
    max-width: 760px;
    margin: 0 auto;
    font-family: "Lato", Sans-serif;
}

.info-box {
    background: #dff5ea;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 18px;
    margin-bottom: 20px;
}

.card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.card h3 {
    font-size: 16px;
    margin-bottom: 14px;
}

.opcoes {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.btn-opcao {
    padding: 6px 18px;
    border-radius: 20px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    font-size: 13px;
    cursor: pointer;
}

.btn-opcao.ativo {
    background: #22c55e;
    border-color: #22c55e;
    color: #ffffff;
}

.label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
}

.diagnostico-wrappers .card {
    border: none;
    border-radius: 0px;
    padding: 20px;
    margin-bottom: 20px;
    border-top: solid 3px #00A860;
}

.diagnostico-wrappers textarea {
    width: 100%;
    height: 90px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    padding: 10px;
    font-size: 13px;
    resize: none;
}

.diagnostico-wrappers textarea::placeholder {
    color: #94a3b8;
}

.card.destaque {
}

.card.destaque p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.contato-label {
    display: block;
    font-size: 13px;
    margin: 14px 0 12px;
}

.botoes-contato {
    display: flex;
    gap: 12px;
}

.botoes-contato a {
    text-align: center;
    text-decoration: none;
    padding: 22px 25px;
    border-radius: 8px;
    font-size: 13px;
}

.botoes-contato img {
    margin-bottom: 10px;
}

.btn-whatsapp {
    background: #00A860;
    color: #ffffff;
}

.btn-email {
    background: #1f2937;
    color: #ffffff;
}

.botoes-contato strong {
    font-weight: bold;
}


.tema-title {
    display: none;
}
/*!
// 3. Loader
// --------------------------------------------------*/
.loader {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  opacity: 1;
  margin-top: 100px;
}
.strip-holder {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -50px;
  position: relative;
}
.strip-1,
.strip-2,
.strip-3 {
  width: 20px;
  height: 20px;
  background: #40b481;
  position: relative;
  -webkit-animation: stripMove 2s ease infinite alternate;
  animation: stripMove 2s ease infinite alternate;
  -moz-animation: stripMove 2s ease infinite alternate;
}
.strip-2 {
  -webkit-animation-duration: 2.1s;
  animation-duration: 2.1s;
  background-color: #00a860;
}
.strip-3 {
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  background-color:  #e9946d;
}
@-webkit-keyframes stripMove {
  0% {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
  }
  50% {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: scale(4, 1);
    -webkit-transform: scale(4, 1);
    -moz-transform: scale(4, 1);
  }
  100% {
    transform: translate3d(-50px, 0px, 0px);
    -webkit-transform: translate3d(-50px, 0px, 0px);
    -moz-transform: translate3d(-50px, 0px, 0px);
  }
}
@-moz-keyframes stripMove {
  0% {
    transform: translate3d(-50px, 0px, 0px);
    -webkit-transform: translate3d(-50px, 0px, 0px);
    -moz-transform: translate3d(-50px, 0px, 0px);
  }
  50% {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: scale(4, 1);
    -webkit-transform: scale(4, 1);
    -moz-transform: scale(4, 1);
  }
  100% {
    transform: translate3d(50px, 0px, 0px);
    -webkit-transform: translate3d(50px, 0px, 0px);
    -moz-transform: translate3d(50px, 0px, 0px);
  }
}
@keyframes stripMove {
  0% {
    transform: translate3d(-50px, 0px, 0px);
    -webkit-transform: translate3d(-50px, 0px, 0px);
    -moz-transform: translate3d(-50px, 0px, 0px);
  }
  50% {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: scale(4, 1);
    -webkit-transform: scale(4, 1);
    -moz-transform: scale(4, 1);
  }
  100% {
    transform: translate3d(50px, 0px, 0px);
    -webkit-transform: translate3d(50px, 0px, 0px);
    -moz-transform: translate3d(50px, 0px, 0px);
  }
}

.warning-fields {
    font-size: 10px;
    color: red;
    display: none;
}
.warning-border {
    border: solid 1px red;
}

.btn-opcao {
    background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 8px 30px;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.3s;
}

.btn-opcao:hover {
    background: #e0e0e0;
}

.btn-opcao.ativo {
    background: #00a860;
    color: #fff;
    border-color: #00a860;
}
#enviar-feedback-descritivo {

    background: #00a860;
    color: #fff;
    border: solid 1px #00a860;
    padding: 8px 30px;
    border-radius: 7px;

}
.msg-contato, .feedback-msg {
    color: #00a860;
    font-size: 12px;
    margin-top: 5px;
}

.locked{
    background:#f3f3f3;
    cursor:not-allowed;
}

#abrir-popup-resultado {
    color: #00a860;
    font-weight: 700;
    text-decoration: underline;
    cursor:pointer;
}



.diagnostico-link-resultado {
    width: 100%;
    max-width: 340px;
    margin: 20px auto 18px;
    border: 2px solid #72c998;
    border-radius: 30px;
    text-align: center;
    padding: 8px 18px;
    font-size: 13px;
    line-height: 1.2;
    color: #5b5b5b;
    background: #fff;
}

.diagnostico-link-resultado a {
    color: #49b978;
    text-decoration: none;
    font-weight: 600;
}

.diagnostico-link-resultado a:hover {
    text-decoration: underline;
}

#popup-resultado-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#popup-resultado-modal {
    position: relative;
    width: 100%;
    max-width: 620px;
    background: #fff;
    border-radius: 18px;
    padding: 32px 30px 34px;
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
}

#fechar-popup-resultado {
    position: absolute;
    top: 14px;
    right: 16px;
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #7c7c7c;
    cursor: pointer;
    padding: 0;
}

.popup-logo {
    text-align: center;
    margin-bottom: 22px;
}

.popup-logo img {
    max-width: 155px;
    height: auto;
}

.popup-etapa h3 {
    font-size: 24px;
    line-height: 1.05;
    color: #00a860;
    font-weight: 700;
    margin: 0 0 18px;
    letter-spacing: -0.5px;
    font-family: "Lato", Sans-serif;
}

.popup-etapa p {
    font-size: 16px;
    line-height: 1.35;
    color: #222;
    margin: 0 0 24px;
    font-family: "Lato", Sans-serif;
}

#form-buscar-diagnostico input[type="email"] {
    width: 100%;
    height: 56px;
    border: 2px solid #bdbdbd;
    border-radius: 18px;
    background: #efefef;
    padding: 0 18px;
    font-size: 18px;
    color: #333;
    outline: none;
    box-sizing: border-box;
    margin-bottom: 14px;
    font-family: "Lato", Sans-serif;
}

#form-buscar-diagnostico input[type="email"]:focus {
    border-color: #58bf7b;
    background: #fff;
}

.popup-erro-email {
    font-size: 14px;
    color: #d93025;
    margin: 0 0 14px;
}


#btn-buscar-diagnostico {
    width: 100%;
    max-width: 320px;
    height: 45px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg, #00a860 0%, #00a860 100%);
    color: #fff;
    display: block;
    margin: 22px auto 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s ease;
    font-family: "Lato", Sans-serif;
}

.popup-btn-acao {
    width: 100%;
    max-width: 320px;
    height: 45px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg, #00a860 0%, #00a860 100%);
    color: #fff;
    display: block;
    margin: 22px auto 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s ease;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: "Lato", Sans-serif;
}

.popup-btn-acao:hover,
#btn-buscar-diagnostico:hover {
    transform: translateY(-1px);
    opacity: .95;
}

.popup-btn-acao:disabled,
#btn-buscar-diagnostico:disabled {
    opacity: .7;
    cursor: not-allowed;
    transform: none;
}

.popup-texto-data strong {
    font-weight: 700;
}

.popup-texto-data .data-destaque {
    color: #58bf7b;
    font-weight: 700;
}


.form-home label {
    color: #fff;
}

.form-home input, .form-home textarea {
    padding: 10px;
    border-radius: 5px;
}

.form-home .wpcf7-submit {
    width: 100%;
    border-radius: 50px;
    background: #00a860;
    padding: 10px;
    color: #fff;
}
.form-home input, .form-home textarea {
    width: 100%;
}

.wpcf7-submit {
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    background: #00a860;
    color: #fff;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px;
    padding: 0px;
    border: none;
    color: red;
}

@media (max-width: 767px) {
    #popup-resultado-modal {
        max-width: 94%;
        padding: 28px 22px 30px;
    }

    .popup-etapa h3 {
        font-size: 24px;
    }

    .popup-etapa p {
        font-size: 16px;
    }

    #form-buscar-diagnostico input[type="email"] {
        height: 50px;
        font-size: 16px;
    }

    .popup-btn-acao,
    #btn-buscar-diagnostico {
        max-width: 100%;
        letter-spacing: 3px;
        font-size: 13px;
    }
}

@media screen and (max-width:590px) {
    .quiz-content {
        min-height: 660px;
    }
    .resultado-wrapper {
        padding: 0px 10px;
    }
    #grm-plano-resumido {
        display: block;
    }
    #grm-plano-resumido .grm-card {
        margin-bottom: 10px;
    }
}