﻿@charset "UTF-8";
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.eot");
  src: local("â˜º"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto_thin";
  src: url("../fonts/Roboto-Thin.eot");
  src: local("â˜º"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: local("â˜º"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: local("â˜º"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("../fonts/BaiJamjuree-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("../fonts/BaiJamjuree-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("../fonts/BaiJamjuree-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("../fonts/BaiJamjuree-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("../fonts/BaiJamjuree-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.inputbox::-webkit-input-placeholder {
  color: #9F9F9F;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.inputbox:-moz-placeholder {
  color: #9F9F9F;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.inputbox::-moz-placeholder {
  color: #9F9F9F;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.inputbox:-ms-input-placeholder {
  color: #9F9F9F;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  height: auto !important;
  padding: 0;
  width: 100%;
  margin: 0;
  background: #FFF;
  margin: 0px;
  overflow-x: hidden;
}
@media (min-width: 0) and (max-width: 1199px) {
  body {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}
body.ativa_jan {
  overflow: hidden !important;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

::selection {
  background: #1E3F4D;
  color: #fff;
}

::-moz-selection {
  background: #1E3F4D;
  color: #fff;
}

* {
  outline: none !important;
}

a,
a:hover {
  text-decoration: none;
}

section {
  padding-left: 0px;
  padding-right: 0px;
}

button:focus {
  outline: 0 auto none !important;
}

.error {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
  border-bottom: 4px solid #1E3F4D !important;
}

#janela_aviso {
  background: #f8f7f2;
  text-align: center;
  padding: 60px 30px 30px 30px;
}
#janela_aviso p {
  font-family: "Pridi-Light";
  font-size: 18px;
  color: #1E3F4D;
  margin-top: 30px;
}
#janela_aviso .camposubmit {
  margin-top: 30px;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  #janela_aviso .camposubmit {
    padding: 0;
  }
}
#janela_aviso .camposubmit .btn_envia {
  background: none;
  border: none;
  color: #FFF;
  font-family: "OpenSans-Bold";
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 25px 40px;
  margin: 0;
  border: 4px solid #1E3F4D;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
  font-family: "Pridi-Regular";
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  background: #1E3F4D;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  color: #FFF;
}
@media (min-width: 0) and (max-width: 1199px) {
  #janela_aviso .camposubmit .btn_envia {
    font-size: 11px;
    line-height: 20px;
    padding: 15px 35px;
  }
}
#janela_aviso .camposubmit .btn_envia:hover {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
  background: #1E3F4D;
}
#janela_aviso .camposubmit .btn_envia:hover {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
  background: #1E3F4D;
}
#janela_aviso .camposubmit .btn_envia:hover .texto {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
  color: #FFF;
}
#janela_aviso .camposubmit .btn_envia:before {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
#janela_aviso .camposubmit .btn_envia:before .texto {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
  color: #FFF;
}
@media (min-width: 0) and (max-width: 1199px) {
  #janela_aviso .camposubmit .btn_envia {
    height: 50px;
    font-size: 14px;
    width: 100% !important;
  }
}

.fancybox-close-small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #1E3F4D;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
.fancybox-close-small:after {
  content: "Ã—";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font: 40px/40px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #FFF;
  background: #1E3F4D;
  font-weight: 300;
  text-align: center;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  outline: none;
  transition: background 0.25s;
  box-sizing: border-box;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
  z-index: 2;
}
.fancybox-close-small:after:hover {
  background: #1E3F4D !important;
  opacity: 1 !important;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
.fancybox-close-small:after:focus {
  outline: 0 auto none !important;
  background: #1E3F4D !important;
  opacity: 1 !important;
}
.fancybox-close-small:hover {
  background: #1E3F4D !important;
  color: #FFF !important;
  opacity: 1 !important;
}
.fancybox-close-small:focus {
  outline: 0 auto none !important;
}
.fancybox-close-small:focus:after {
  color: #1E3F4D;
}

.paginacao_caroussel {
  width: 100vw;
  display: flex;
  height: 5vh;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  width: 100vw;
}
nav .logo {
  width: 16.6666666667vw;
}
nav .botao_contato_topo {
  width: 16.6666666667vw;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 470px) {
  nav .botao_contato_topo {
    width: 25vw;
    right: 0;
    position: absolute;
  }
}
nav .links_container {
  display: flex;
  width: 25vw;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 700px) and (max-width: 1700px) {
  nav .links_container {
    width: 41.6666666667vw;
  }
}
@media (min-width: 0px) and (max-width: 470px) {
  nav .links_container {
    width: 100vw;
    position: absolute;
    top: 95px;
    z-index: 1;
    left: 0;
    padding: 10px 30px;
  }
}
nav .links_container .links {
  color: #9F9F9F;
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto-Regular";
}
@media (min-width: 0px) and (max-width: 470px) {
  nav .links_container .links {
    font-size: 13px;
    line-height: 15px;
  }
}

body#index .links_container, body#informacoes .links_container {
  display: none;
}

body#contas .links.contas {
  color: #2A47A0;
}

body#forma_pagamento .links.forma_pagamento {
  color: #2A47A0;
}

body#boleto .links.boleto {
  color: #2A47A0;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

.animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#menu_lateral {
  position: fixed;
  height: 100vh;
  width: 25vw;
  padding: 15px 0 50px;
  background-color: #fff;
  box-shadow: -4px 4px 20px 1px rgba(165, 165, 165, 0.2);
  right: -33.3333333333vw;
  display: flex;
  flex-direction: column;
  top: 0;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 470px) {
  #menu_lateral {
    width: 100vw;
    padding: 10px 0 40px;
    right: -116.6666666667vw;
  }
}
#menu_lateral #btn_close {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  right: -8.3333333333vw;
  display: block;
  position: relative;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 470px) {
  #menu_lateral #btn_close {
    width: 25%;
    height: auto;
    right: -33.3333333333%;
  }
}
#menu_lateral .texto_contato {
  display: flex;
  flex-direction: column;
  width: 75%;
}
@media (min-width: 0px) and (max-width: 470px) {
  #menu_lateral .texto_contato {
    margin-top: 40px;
  }
}
#menu_lateral .texto_contato .titulo {
  font-family: "Roboto-Black";
  font-size: 1.35rem !important;
  line-height: 46px;
  color: #2A47A0;
  margin-top: 20px;
}
#menu_lateral .texto_contato span.normal {
  margin-top: 20px;
  display: block;
  font-family: "Roboto-Regular";
  font-size: 22px;
  line-height: 26px;
  color: #18182d;
}
#menu_lateral .texto_contato span.claro {
  margin-top: 20px;
  font-family: "Roboto-Regular";
  font-size: 20px;
  line-height: 30px;
  color: #9F9F9F;
}

section#bloco1 {
  height: auto;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section#bloco1 .container_infos {
  display: flex;
  height: auto;
  width: 50vw;
  padding: 150px 0;
}
@media (min-width: 700px) and (max-width: 1700px) {
  section#bloco1 .container_infos {
    width: 66.6666666667vw;
  }
}
@media (min-width: 0px) and (max-width: 470px) {
  section#bloco1 .container_infos {
    width: 83.3333333333vw;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
  }
}
section#bloco1 .container_infos .consultar_home {
  width: 50%;
  padding: 30px 8.3333333333% 30px 0;
  border-right: 2px solid #E8E8E8;
}
@media (min-width: 0px) and (max-width: 470px) {
  section#bloco1 .container_infos .consultar_home {
    width: 83.3333333333%;
    padding: 30px 0 30px 0;
    border-right: 0px solid #E8E8E8;
    border-bottom: 2px solid #E8E8E8;
  }
}
section#bloco1 .container_infos .consultar_home .titulo {
  font-family: "Roboto-Black";
  font-size: 1.35rem !important;
  line-height: 46px;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 470px) {
  section#bloco1 .container_infos .consultar_home .titulo {
    text-align: center;
  }
}
section#bloco1 .container_infos .consultar_home .titulo span {
  text-decoration: underline;
}
section#bloco1 .container_infos .consultar_home .inserir_cnpj_consulta {
  width: 100%;
}
section#bloco1 .container_infos .consultar_home .inserir_cnpj_consulta .cpf_cnpj_consulta {
  width: 100%;
  padding: 30px;
  border: 0;
  border-radius: 10px;
  background-color: #EFEFEF;
  color: #707070;
  font-size: 20px;
  line-height: 24px;
}
section#bloco1 .container_infos .consultar_home .btn_consulta {
  width: 100%;
}
section#bloco1 .container_infos .consultar_home .btn_consulta .btn_consultar {
  width: 100%;
  font-family: "Roboto-Black";
  padding: 30px;
  margin: 20px 0;
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 12px 16px 0px rgba(211, 2, 121, 0.3);
  background: #e5007e;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
section#bloco1 .container_infos .consultar_home .btn_consulta .btn_consultar:hover {
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #18182d;
}
section#bloco1 .container_infos .passos_home {
  width: 50%;
  padding: 30px 0 30px 8.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 470px) {
  section#bloco1 .container_infos .passos_home {
    width: 83.3333333333%;
    padding: 30px 0 30px 0;
  }
}
section#bloco1 .container_infos .passos_home .item {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 470px) {
  section#bloco1 .container_infos .passos_home .item {
    margin: 20px 0;
  }
}
section#bloco1 .container_infos .passos_home .item .numero_item {
  font-family: "Roboto_thin";
  font-size: 59px;
  line-height: 70px;
  color: #C9C9C9;
  padding-right: 20px;
  border-right: 2px solid #2A47A0;
  display: inline-block;
}
section#bloco1 .container_infos .passos_home .item .info_item {
  display: inline-block;
  font-family: "Roboto-Regular";
  font-size: 22px;
  line-height: 26px;
  padding-left: 20px;
}
@media (min-width: 0px) and (max-width: 470px) {
  section#bloco1 .container_infos .passos_home .item .info_item {
    font-size: 18px;
    line-height: 22px;
  }
}

#bloco2 {
  height: auto;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#bloco2 .container_infos {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 33.3333333333vw;
  padding: 100px 5%;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco2 .container_infos {
    width: 83.3333333333vw;
    padding: 50px 0;
  }
}
#bloco2 .container_infos h3 {
  font-family: "Roboto-Regular";
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}
#bloco2 .container_infos .input_informacoes {
  width: 100%;
}
#bloco2 .container_infos .input_informacoes .info_consulta {
  width: 100%;
  padding: 30px;
  border: 0;
  border-radius: 10px;
  background-color: #EFEFEF;
  color: #707070;
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0;
}
#bloco2 .container_infos .btn_consulta {
  width: 100%;
}
#bloco2 .container_infos .btn_consulta .btn_consultar {
  width: 100%;
  font-family: "Roboto-Black";
  padding: 30px;
  margin: 20px 0;
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 12px 16px 0px rgba(211, 2, 121, 0.3);
  background: #e5007e;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
#bloco2 .container_infos .btn_consulta .btn_consultar:hover {
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #18182d;
}

#bloco3 {
  height: auto;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#bloco3 .container_infos {
  display: flex;
  height: auto;
  width: 33.3333333333vw;
  padding: 70px 0;
  flex-direction: column;
}
@media (min-width: 700px) and (max-width: 1700px) {
  #bloco3 .container_infos {
    width: 50vw;
  }
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco3 .container_infos {
    width: 83.3333333333vw;
    padding: 50px 0;
  }
}
#bloco3 .container_infos h2 {
  width: 50%;
  font-size: 36px;
  line-height: 46px;
  font-family: "Roboto-Black";
  color: #18182d;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco3 .container_infos h2 {
    width: 83.3333333333%;
  }
}
#bloco3 .container_infos h3 {
  width: 50%;
  font-family: "Roboto-Regular";
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco3 .container_infos h3 {
    width: 66.6666666667%;
  }
}
#bloco3 .container_infos .boletos {
  width: 100%;
}
#bloco3 .container_infos .boletos .item_boleto {
  width: 100%;
  border-top: 2px solid #C9C9C9;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco3 .container_infos .boletos .item_boleto {
    flex-direction: column;
  }
}
#bloco3 .container_infos .boletos .infos_boleto {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco3 .container_infos .boletos .infos_boleto {
    width: 100%;
  }
}
#bloco3 .container_infos .boletos .infos_boleto .titulo_boleto {
  font-family: "Roboto-Bold";
  font-size: 22px;
  line-height: 26px;
  color: #18182d;
}
#bloco3 .container_infos .boletos .infos_boleto .data_valor_boleto {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
}
#bloco3 .container_infos .boletos .infos_boleto .data_valor_boleto .data_boleto, #bloco3 .container_infos .boletos .infos_boleto .data_valor_boleto .valor_boleto {
  width: 50vw;
  display: flex;
  flex-direction: column;
}
#bloco3 .container_infos .boletos .infos_boleto .data_valor_boleto .data_boleto .titulo, #bloco3 .container_infos .boletos .infos_boleto .data_valor_boleto .valor_boleto .titulo {
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #C9C9C9;
}
#bloco3 .container_infos .boletos .infos_boleto .data_valor_boleto .data_boleto .vencimento_boleto, #bloco3 .container_infos .boletos .infos_boleto .data_valor_boleto .data_boleto .valor_total_boleto, #bloco3 .container_infos .boletos .infos_boleto .data_valor_boleto .valor_boleto .vencimento_boleto, #bloco3 .container_infos .boletos .infos_boleto .data_valor_boleto .valor_boleto .valor_total_boleto {
  font-family: "Roboto-Regular";
  font-size: 22px;
  line-height: 26px;
  color: #18182d;
}
#bloco3 .container_infos .boletos .infos_boleto .data_valor_boleto .valor_boleto {
  padding-left: 8.3333333333%;
}
#bloco3 .container_infos .boletos .btn_consultar_boleto {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco3 .container_infos .boletos .btn_consultar_boleto {
    width: 100%;
    justify-content: center;
  }
  #bloco3 .container_infos .boletos .btn_consultar_boleto a {
    width: 100%;
  }
}
#bloco3 .container_infos .boletos .btn_consultar_boleto button.btn_consultar {
  width: 100%;
  font-family: "Roboto-Black";
  padding: 30px;
  margin: 20px 0;
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 12px 16px 0px rgba(211, 2, 121, 0.3);
  background: #e5007e;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
#bloco3 .container_infos .boletos .btn_consultar_boleto button.btn_consultar:hover {
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #18182d;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco3 .container_infos .boletos .btn_consultar_boleto button.btn_consultar {
    padding: 20px;
  }
}

#bloco4 {
  height: auto;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#bloco4 .container_infos {
  display: flex;
  height: auto;
  width: 33.3333333333vw;
  padding: 70px 0;
  min-height: 720px;
  flex-direction: column;
}
@media (min-width: 700px) and (max-width: 1700px) {
  #bloco4 .container_infos {
    width: 41.6666666667vw;
  }
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco4 .container_infos {
    width: 83.3333333333vw;
    padding: 50px 0;
    min-height: auto;
  }
}
#bloco4 .container_infos .infos_boleto {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco4 .container_infos .infos_boleto {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
#bloco4 .container_infos .infos_boleto .titulo_boleto {
  width: 54.1666666667%;
  color: #18182d;
  font-family: "Roboto-Regular";
  font-size: 22px;
  line-height: 26px;
  border-right: 2px solid #C9C9C9;
  padding-right: 15px;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco4 .container_infos .infos_boleto .titulo_boleto {
    width: 100%;
    border-right: 0;
  }
}
#bloco4 .container_infos .infos_boleto .valor_boleto {
  width: 29.1666666667%;
  color: #18182d;
  font-family: "Roboto-Regular";
  font-size: 22px;
  line-height: 26px;
  padding-left: 15px;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco4 .container_infos .infos_boleto .valor_boleto {
    width: 66.6666666667%;
    padding-left: 0;
    margin-top: 10px;
  }
}
#bloco4 .container_infos .infos_boleto .alterar_boleto {
  width: 16.6666666667%;
  font-family: "Roboto-Black";
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  text-decoration: underline;
  color: #2A47A0;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco4 .container_infos .infos_boleto .alterar_boleto {
    width: 33.3333333333%;
  }
}
#bloco4 .container_infos .forma_de_pagamento_boleto {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
#bloco4 .container_infos .forma_de_pagamento_boleto .titulo {
  width: 100%;
  font-family: "Roboto-Bold";
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #18182d;
}
#bloco4 .container_infos .forma_de_pagamento_boleto .formas_pagamento {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco4 .container_infos .forma_de_pagamento_boleto .formas_pagamento {
    flex-direction: column;
  }
}
#bloco4 .container_infos .forma_de_pagamento_boleto .formas_pagamento .opcao_pagamento {
  width: 48.3333333333%;
  font-family: "Roboto-Regular";
  padding: 30px;
  margin: 1.6666666667% 0;
  border: 0;
  border-radius: 10px;
  border: 1px solid #C9C9C9;
  background-color: #fff;
  color: #9F9F9F;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#bloco4 .container_infos .forma_de_pagamento_boleto .formas_pagamento .opcao_pagamento:hover {
  transition-duration: 0.7s;
  background-color: #C9C9C9;
}
#bloco4 .container_infos .forma_de_pagamento_boleto .formas_pagamento .opcao_pagamento.ativo {
  transition-duration: 0.7s;
  background-color: #18182d;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco4 .container_infos .forma_de_pagamento_boleto .formas_pagamento .opcao_pagamento {
    width: 100%;
  }
}
#bloco4 .container_infos .forma_de_pagamento_boleto .btn_ver_boleto {
  width: 100%;
  display: none;
}
#bloco4 .container_infos .forma_de_pagamento_boleto .btn_ver_boleto.ativo {
  display: block;
}
#bloco4 .container_infos .forma_de_pagamento_boleto .btn_ver_boleto .btn_confirmar_boleto {
  width: 100%;
  font-family: "Roboto-Black";
  padding: 30px;
  margin: 20px 0;
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 12px 16px 0px rgba(211, 2, 121, 0.3);
  background: #e5007e;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
#bloco4 .container_infos .forma_de_pagamento_boleto .btn_ver_boleto .btn_confirmar_boleto:hover {
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #18182d;
}
#bloco4 .container_infos .opcoes_disponiveis_pagamento {
  display: none;
  margin-top: 30px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
#bloco4 .container_infos .opcoes_disponiveis_pagamento.ativo {
  display: flex;
}
#bloco4 .container_infos .opcoes_disponiveis_pagamento .titulo {
  width: 100%;
  font-family: "Roboto-Bold";
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #18182d;
}
#bloco4 .container_infos .opcoes_disponiveis_pagamento .formas_pagamento_disponiveis {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco4 .container_infos .opcoes_disponiveis_pagamento .formas_pagamento_disponiveis {
    flex-direction: column;
  }
}
#bloco4 .container_infos .opcoes_disponiveis_pagamento .formas_pagamento_disponiveis .opcao_disponivel_pagamento {
  display: flex;
  justify-content: center;
  width: 48.3333333333%;
  font-family: "Roboto-Regular";
  padding: 30px 5px;
  margin: 1.6666666667% 0;
  border: 0;
  border-radius: 10px;
  border: 1px solid #C9C9C9;
  background-color: #fff;
  color: #9F9F9F;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  text-transform: uppercase;
}
#bloco4 .container_infos .opcoes_disponiveis_pagamento .formas_pagamento_disponiveis .opcao_disponivel_pagamento:hover {
  transition-duration: 0.7s;
  background-color: #C9C9C9;
}
#bloco4 .container_infos .opcoes_disponiveis_pagamento .formas_pagamento_disponiveis .opcao_disponivel_pagamento.ativo {
  transition-duration: 0.7s;
  background-color: #18182d;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco4 .container_infos .opcoes_disponiveis_pagamento .formas_pagamento_disponiveis .opcao_disponivel_pagamento {
    width: 100%;
  }
}

#bloco5 {
  height: auto;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#bloco5 .container_infos {
  display: flex;
  height: auto;
  width: 50vw;
  padding: 50px 0;
  flex-direction: column;
}
@media (min-width: 700px) and (max-width: 1700px) {
  #bloco5 .container_infos {
    width: 66.6666666667vw;
  }
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco5 .container_infos {
    width: 83.3333333333vw;
    padding: 50px 0;
  }
}
#bloco5 .container_infos .infos_boleto {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco5 .container_infos .infos_boleto {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
#bloco5 .container_infos .infos_boleto .titulo_boleto {
  width: 33.3333333333%;
  color: #18182d;
  font-family: "Roboto-Bold";
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco5 .container_infos .infos_boleto .titulo_boleto {
    width: 100%;
    border-right: 0;
    margin: 10px 0;
  }
}
#bloco5 .container_infos .infos_boleto .valor_total {
  width: 20.8333333333%;
  color: #18182d;
  font-family: "Roboto-Regular";
  font-size: 22px;
  line-height: 26px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco5 .container_infos .infos_boleto .valor_total {
    width: 66.6666666667%;
    padding-left: 0;
    margin-top: 10px;
    margin: 10px 0;
  }
}
#bloco5 .container_infos .infos_boleto .condicao_pagamento {
  width: 25%;
  color: #18182d;
  font-family: "Roboto-Regular";
  font-size: 22px;
  line-height: 26px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco5 .container_infos .infos_boleto .condicao_pagamento {
    width: 100%;
    margin: 10px 0;
  }
}
#bloco5 .container_infos .infos_boleto .alterar_infos {
  width: 20.8333333333%;
  padding-left: 4.1666666667%;
  border-left: 2px solid #C9C9C9;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: left;
  font-family: "Roboto-Black";
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco5 .container_infos .infos_boleto .alterar_infos {
    width: 66.6666666667%;
    border-left: 0;
    padding-left: 0;
    margin: 10px 0;
  }
}
#bloco5 .container_infos .infos_boleto .alterar_infos .alterar_boleto {
  font-size: 16px;
  line-height: 19px;
  color: #2A47A0;
}
#bloco5 .container_infos .infos_boleto .alterar_infos .alterar_cnpj_cpf {
  color: #A0A0A0;
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
}
#bloco5 .container_infos .infos_boleto .titulo {
  font-size: 16px;
  line-height: 22px;
  color: #C9C9C9;
  width: 100%;
  text-transform: uppercase;
}
#bloco5 .container_infos .finalizar_boleto {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco5 .container_infos .finalizar_boleto {
    flex-direction: column;
    align-items: center;
  }
}
#bloco5 .container_infos .codigo_boleto_copiar {
  width: 50%;
  padding: 30px 8.3333333333% 30px 0;
  border-right: 2px solid #E8E8E8;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco5 .container_infos .codigo_boleto_copiar {
    width: 100%;
    border-right: 0;
    padding: 30px 0 30px 0;
  }
}
#bloco5 .container_infos .codigo_boleto_copiar .titulo {
  width: 75%;
  font-family: "Roboto-Black";
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco5 .container_infos .codigo_boleto_copiar .titulo {
    width: 66.6666666667%;
  }
}
#bloco5 .container_infos .codigo_boleto_copiar .titulo span {
  text-decoration: underline;
}
#bloco5 .container_infos .codigo_boleto_copiar .instrucao {
  font-size: 22px;
  line-height: 26px;
  color: #18182d;
  font-family: "Roboto-Regular";
  margin-bottom: 20px;
  display: block;
}
#bloco5 .container_infos .codigo_boleto_copiar .copiar_codigo {
  width: 100%;
}
#bloco5 .container_infos .codigo_boleto_copiar .copiar_codigo #codigo_copiar_boleto {
  width: 100%;
  padding: 30px 15px;
  border: 0;
  border-radius: 10px;
  background-color: #EFEFEF;
  color: #707070;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  text-align: left;
}
#bloco5 .container_infos .codigo_boleto_copiar .copiar_codigo #codigo_copiar_boleto #codigo_copiar {
  text-align: left;
  display: block;
}
#bloco5 .container_infos .codigo_boleto_copiar .copiar_codigo #codigo_copiar_boleto #numero_copiado {
  display: none;
  transition-duration: 0.5s;
  font-size: 16px;
  line-height: 48px;
  color: #2A47A0;
  font-family: "Roboto-Black";
  text-align: center;
}
#bloco5 .container_infos .codigo_boleto_copiar .copiar_codigo #texto_copiar {
  resize: none;
  width: 100%;
  position: absolute;
  bottom: -200px;
  opacity: 0;
}
#bloco5 .container_infos .codigo_boleto_copiar .btn_consulta {
  width: 100%;
}
#bloco5 .container_infos .codigo_boleto_copiar .btn_consulta .btn_consultar {
  width: 100%;
  font-family: "Roboto-Black";
  padding: 30px;
  margin: 20px 0;
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 12px 16px 0px rgba(211, 2, 121, 0.3);
  background: #e5007e;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
#bloco5 .container_infos .codigo_boleto_copiar .btn_consulta .btn_consultar:hover {
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #18182d;
}
#bloco5 .container_infos .opcoes_enviar_boleto {
  width: 50%;
  padding: 30px 0 30px 8.3333333333%;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco5 .container_infos .opcoes_enviar_boleto {
    width: 100%;
    border-right: 0;
    padding: 30px 0 30px 0;
  }
}
#bloco5 .container_infos .opcoes_enviar_boleto .titulo {
  font-size: 22px;
  line-height: 26px;
  color: #18182d;
  font-family: "Roboto-Regular";
  margin-bottom: 10px;
  display: block;
}
#bloco5 .container_infos .opcoes_enviar_boleto .opcao_enviar_boleto {
  width: 100%;
  padding: 0px 10px;
  border: 0;
  border-radius: 10px;
  background-color: #EFEFEF;
  color: #707070;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bloco5 .container_infos .opcoes_enviar_boleto .opcao_enviar_boleto input {
  width: auto;
  background-color: #EFEFEF;
  color: #707070;
  border: 0;
  padding: 30px 10px;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco5 .container_infos .opcoes_enviar_boleto .opcao_enviar_boleto input {
    font-size: 15px;
  }
}
#bloco5 .container_infos .opcoes_enviar_boleto .opcao_enviar_boleto button {
  border: 0;
  width: auto;
  background-color: #EFEFEF;
  color: #707070;
  font-size: 16px;
  line-height: 19px;
  color: #2A47A0;
  text-decoration-line: underline;
  font-family: "Roboto-Black";
  cursor: pointer;
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 470px) {
  #bloco5 .container_infos .opcoes_enviar_boleto .opcao_enviar_boleto button {
    font-size: 13px;
    line-height: 15px;
  }
}

#footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  width: 100vw;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 470px) {
  #footer {
    align-items: flex-end;
  }
}
#footer span {
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 18px;
  color: #18182d;
}
@media (min-width: 0px) and (max-width: 470px) {
  #footer span {
    width: 100%;
  }
}
#footer span a {
  color: #18182d;
  text-decoration: underline;
}
#footer .direitos {
  width: 16.6666666667%;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 470px) {
  #footer .direitos {
    width: 100%;
  }
}
#footer .direitos .link_trestto {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 470px) {
  #footer .direitos .link_trestto {
    flex-direction: column;
    align-items: flex-end;
  }
}
#footer .direitos .link_trestto .img_trestto {
  width: auto;
  margin-right: 10px;
}
@media (min-width: 0px) and (max-width: 470px) {
  #footer .direitos .link_trestto .img_trestto {
    margin-right: 0;
  }
}
#footer .direitos .link_trestto .titulo_sub_trestto {
  width: 66.6666666667%;
}
@media (min-width: 0px) and (max-width: 470px) {
  #footer .direitos .link_trestto .titulo_sub_trestto {
    text-align: right;
  }
}
#footer .direitos .link_trestto .titulo_sub_trestto .titulo {
  font-family: "Roboto-Black";
  font-size: 14px;
  line-height: 14px;
  display: block;
}
#footer .direitos .link_trestto .titulo_sub_trestto .subtitulo {
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 14px;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border-radius: 20px;
  border: 2px solid #8CB9CB;
  margin: 0 5px;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
.swiper-pagination-bullet a:hover {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
  background: #8CB9CB;
}

.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #8CB9CB;
  border: 2px solid #8CB9CB;
  border-radius: 20px;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}

.fancybox-slide .fancybox-image-wrap {
  width: 800px;
  height: 500px;
}

.fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 600px;
  max-width: 80%;
  max-height: 80%;
  margin: 0;
}

.fancybox-show-thumbs {
  right: 0 !important;
}

.fancybox-inner {
  right: 0 !important;
}

.fancybox-thumbs {
  position: fixed;
  background: url("../imagens/lente_fancy.png") repeat-y left top;
  width: 300px;
  padding: 0 50px 0 0;
}
.fancybox-thumbs ul {
  position: absolute;
  display: flex;
  flex-direction: column;
}
.fancybox-thumbs ul li {
  max-width: 100%;
  width: 80%;
  height: 127px;
}

.bgParallax {
  width: 100%;
  position: relative;
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
}

section#bloco1 {
  width: auto !important;
  display: block !important;
  padding: 30px 0;
}
section#bloco1 .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
section#bloco1 .row.align-items-center {
  display: flex !important;
  justify-content: center;
}
section#bloco1 .passos_home {
  margin-top: 3rem;
}
section#bloco1 .passos_home .row {
  display: flex !important;
  justify-content: center;
}
section#bloco1 .passos_home .item {
  text-align: center;
}

@media (min-width: 992px) {
  section#bloco1 .container_infos {
    padding: 30px 0 !important;
  }
}
@media (max-width: 991px) {
  section#bloco1 .container_infos {
    padding: 30px 0 !important;
  }
}
section#bloco1 .container_infos .consultar_home .titulo {
  font-size: 1.35rem !important;
  line-height: 2rem !important;
  margin-bottom: 1rem !important;
}

.btn_consultar {
  display: inline-block;
  background: #e5007e !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0px 12px 16px rgba(211, 2, 121, 0.3) !important;
  padding: 0.75rem 1.5rem !important;
  font-size: 1rem !important;
  font-family: "Roboto-Black", sans-serif !important;
  line-height: 1.2 !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.btn_consultar:hover {
  background: #030060 !important;
}

/* ====== Parceiros (faixa horizontal) ====== */
.parceiros-strip {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}

.parceiros-strip .parceiro img {
  height: 38px;
  width: auto;
  filter: grayscale(40%);
  opacity: 0.9;
  transition: transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
}

.parceiros-strip .parceiro:hover img {
  transform: translateY(-2px);
  opacity: 1;
  filter: grayscale(0%);
}

/* ====== PainÃ©is de informaÃ§Ã£o ====== */
.info-card {
  border: 1px solid #f0f0f0;
  border-radius: 12px;
}

.info-emoji {
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  margin-top: 0.15rem;
}

.info-card .card-title {
  font-family: "Roboto-Bold", sans-serif;
}

.info-card .card-text {
  font-size: 0.95rem;
  color: #4b5563;
}

/* Responsividade extra (opcional) */
@media (max-width: 575.98px) {
  .parceiros-strip .parceiro img {
    height: 30px;
  }
}
.parceiro-logo {
  max-height: 80px;
  object-fit: contain;
}

/* ====== Regularize-Ai Home Redesign ====== */
.ra-site-shell {
  background: #ffffff;
  color: #030060;
  font-family: "Bai Jamjuree", "Roboto-Regular", sans-serif;
}

.ra-site-shell.ra-tenant-thopen {
  background: #e7e7e7;
  color: #161616;
  --thopen-pink: #FF005D;
  --thopen-yellow: #FFF006;
  --thopen-gradient: linear-gradient(135deg, #FF005D 0%, #FFF006 100%);
  --thopen-gradient-soft: linear-gradient(120deg, rgba(255, 0, 93, 0.92) 0%, rgba(255, 240, 6, 0.92) 100%);
}

.ra-site-shell.ra-tenant-thopen .ra-site-nav {
  background: rgba(231, 231, 231, 0.94);
  border-bottom-color: rgba(22, 22, 22, 0.1);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.ra-site-shell.ra-tenant-thopen .ra-brand-support,
.ra-site-shell.ra-tenant-thopen .ra-nav-pill,
.ra-site-shell.ra-tenant-thopen .navbar-text,
.ra-site-shell.ra-tenant-thopen .nav-link,
.ra-site-shell.ra-tenant-thopen .ra-footer-copyline,
.ra-site-shell.ra-tenant-thopen .ra-footer-links a {
  color: #1e1e1e !important;
}

.ra-site-shell.ra-tenant-thopen .ra-nav-pill.active,
.ra-site-shell.ra-tenant-thopen .ra-contact-btn,
.ra-site-shell.ra-tenant-thopen .btn_consultar,
.ra-site-shell.ra-tenant-thopen .ra-ai-chat-send {
  background: var(--thopen-gradient) !important;
  border-color: transparent !important;
  color: #141414 !important;
  box-shadow: 0 12px 28px rgba(255, 0, 93, 0.26);
}

.ra-site-shell.ra-tenant-thopen .ra-ai-chat-header {
  background: var(--thopen-gradient);
  color: #111;
}

.ra-site-shell.ra-tenant-thopen .ra-ai-chat-header span,
.ra-site-shell.ra-tenant-thopen .ra-ai-chat-header strong {
  color: #111;
}

.ra-site-shell.ra-tenant-thopen .ra-ai-chat-close {
  background: rgba(0, 0, 0, 0.15);
  color: #111;
}

.ra-site-shell.ra-tenant-thopen .ra-tenant-badge {
  padding: 10px 14px;
  border-color: rgba(22, 22, 22, 0.18);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
}

.ra-site-shell.ra-tenant-thopen .ra-tenant-logo {
  max-width: 176px;
  max-height: 40px;
}

.ra-site-shell.ra-tenant-thopen .ra-tenant-badge-thopen {
  min-width: 176px;
}

.ra-site-shell.ra-tenant-thopen .ra-tenant-logo-thopen {
  width: 150px;
  max-width: 100%;
  height: auto;
}

.ra-site-shell.ra-tenant-thopen .ra-footer-tenant-logo {
  max-width: 210px;
  max-height: 46px;
  opacity: 1;
  filter: none;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-hero {
  position: relative;
  padding-bottom: 22px;
  overflow: hidden;
  background: radial-gradient(circle at 85% 16%, rgba(255, 0, 93, 0.14), transparent 28%), radial-gradient(circle at 14% 10%, rgba(255, 240, 6, 0.12), transparent 26%), linear-gradient(180deg, rgba(231, 231, 231, 0.82), rgba(231, 231, 231, 0.92)), url("/imagens/Home/overlay-grain.jpg") center/cover no-repeat;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-stage {
  position: relative;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  align-items: end;
  min-height: 660px;
  overflow: visible;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-copy {
  position: relative;
  z-index: 2;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-thopen-figure {
  position: absolute;
  right: 12px;
  top: auto;
  bottom: -86px;
  width: 430px;
  height: 790px;
  background: url("/imagens/FotoNegociacao01.png") right bottom/auto 100% no-repeat;
  pointer-events: none;
  z-index: 0;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-hero::before,
.ra-site-shell.ra-tenant-thopen .ra-home-approved-hero::after {
  content: "";
  position: absolute;
  left: 8%;
  border-radius: 999px;
  background: linear-gradient(95deg, #FFF006 8%, #FF005D 92%);
  pointer-events: none;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-hero::before {
  width: clamp(320px, 40vw, 560px);
  height: 56px;
  bottom: 245px;
  transform: rotate(-10deg);
  opacity: 0.95;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-hero::after {
  width: clamp(320px, 40vw, 560px);
  height: 56px;
  bottom: 168px;
  left: 12%;
  transform: rotate(4deg);
  opacity: 0.9;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-grain {
  background: radial-gradient(circle at 16% 10%, rgba(255, 240, 6, 0.22), transparent 34%), radial-gradient(circle at 88% 22%, rgba(255, 0, 93, 0.18), transparent 32%);
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-copy h1,
.ra-site-shell.ra-tenant-thopen .ra-home-approved-flow-copy h2 {
  color: #1b1b1b;
}



.ra-site-shell.ra-tenant-thopen .ra-home-approved-subtitle {
  color: #303030;
  max-width: 32ch;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-inline-shell {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.1);
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-inline-button,
.ra-site-shell.ra-tenant-thopen .ra-home-approved-final-button {
  background: var(--thopen-gradient) !important;
  border-color: transparent !important;
  color: #161616 !important;
  box-shadow: 0 12px 30px rgba(255, 0, 93, 0.22) !important;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-step-card {
  background: var(--thopen-gradient-soft);
  border-color: rgba(255, 0, 93, 0.28);
  box-shadow: 0 14px 28px rgba(255, 0, 93, 0.2);
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-step-card strong,
.ra-site-shell.ra-tenant-thopen .ra-home-approved-step-card span {
  color: #161616;
  text-shadow: none;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-step-card strong {
  color: #FF005D;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-step-grid {
  margin: -82px 0 0 38px;
  max-width: 860px;
  z-index: 4;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-thopen-mark {
  position: absolute;
  left: 36px;
  bottom: 48px;
  z-index: 1;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-thopen-mark img {
  width: min(280px, 24vw);
  min-width: 180px;
  height: auto;
  display: block;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-flow-copy {
  max-width: 34ch;
}

@media (max-width: 1199.98px) {
  .ra-site-shell.ra-tenant-thopen .ra-home-approved-stage {
    min-height: 600px;
    grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
  }
  .ra-site-shell.ra-tenant-thopen .ra-home-approved-thopen-figure {
    right: 0;
    top: auto;
    bottom: -52px;
    width: 390px;
    height: 665px;
  }
  .ra-site-shell.ra-tenant-thopen .ra-home-approved-step-grid {
    margin-top: -58px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .ra-site-shell.ra-tenant-thopen .ra-home-approved-thopen-mark {
    left: 18px;
    bottom: 34px;
  }
}
@media (max-width: 991.98px) {
  .ra-site-shell.ra-tenant-thopen .ra-home-approved-stage {
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: visible;
  }
  .ra-site-shell.ra-tenant-thopen .ra-home-approved-hero::before,
  .ra-site-shell.ra-tenant-thopen .ra-home-approved-hero::after {
    display: none;
  }
  .ra-site-shell.ra-tenant-thopen .ra-home-approved-thopen-figure {
    display: none;
  }
  .ra-site-shell.ra-tenant-thopen .ra-home-approved-copy h1 {
    max-width: 11ch;
  }
  .ra-site-shell.ra-tenant-thopen .ra-home-approved-thopen-mark {
    position: static;
    margin: 10px 0 4px 12px;
  }
  .ra-site-shell.ra-tenant-thopen .ra-home-approved-thopen-mark img {
    width: 210px;
    min-width: 0;
  }
}

html {
  scroll-behavior: smooth;
}

#bloco1,
#ra-como-funciona,
#ra-parceiros,
#ra-faq {
  scroll-margin-top: 110px;
}

#ra-consulta {
  scroll-margin-top: 130px;
}

.ra-main-content {
  position: relative;
  margin-top: 0;
}

.ra-site-nav {
  position: sticky;
  top: 0;
  z-index: 1030;
  padding: 18px 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(3, 0, 96, 0.08);
  box-shadow: 0 18px 45px rgba(3, 0, 96, 0.05);
}

.ra-navbar-identity {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.ra-navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-right: 0;
  flex-shrink: 0;
}

.ra-brand-logo {
  height: 44px;
  width: auto;
  display: block;
}

.ra-brand-support {
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  border-left: 1px solid rgba(3, 0, 96, 0.12);
  color: rgba(3, 0, 96, 0.72);
  font-size: 0.82rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ra-tenant-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(3, 0, 96, 0.08);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 245, 255, 0.96) 100%);
  box-shadow: 0 12px 28px rgba(3, 0, 96, 0.06);
}

.ra-tenant-logo {
  max-width: 132px;
  max-height: 28px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.ra-tenant-logo-fallback {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  color: #1a1a1a;
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.ra-navbar-links .nav-link,
.ra-navbar-text {
  color: #030060 !important;
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

.ra-nav-pill {
  padding: 10px 14px !important;
  border-radius: 999px;
  background: rgba(3, 0, 96, 0.04);
  white-space: nowrap;
}

.ra-navbar-links {
  flex-wrap: nowrap;
}

.ra-contact-btn {
  white-space: nowrap;
}

.ra-navbar-links .nav-link:hover,
.ra-nav-logout:hover {
  color: #e5007e !important;
}

.ra-navbar-toggler {
  border-color: rgba(3, 0, 96, 0.16);
}

@media (max-width: 1399.98px) {
  .ra-brand-support {
    font-size: 0.76rem;
    letter-spacing: 0.06em;
  }

  .ra-navbar-links {
    gap: 0.6rem !important;
  }

  .ra-nav-pill {
    padding: 10px 12px !important;
    font-size: 0.95rem;
  }

  .ra-tenant-badge {
    padding: 10px 14px;
  }

  .ra-tenant-logo {
    max-width: 118px;
  }
}

.ra-contact-btn {
  background: #e5007e !important;
  box-shadow: 0 18px 32px rgba(229, 0, 126, 0.22) !important;
}

.ra-contact-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f8f7ff 100%);
  color: #030060;
}

.ra-contact-header {
  border-bottom: 1px solid rgba(3, 0, 96, 0.08);
}

.ra-contact-body a {
  color: #e5007e;
}

.ra-contact-intro {
  margin-bottom: 18px;
}

.ra-contact-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(229, 0, 126, 0.1);
  color: #e5007e;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ra-contact-intro h6 {
  margin-bottom: 8px;
  font-size: 1.4rem;
  color: #030060;
}

.ra-contact-highlights {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.ra-contact-highlight {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(3, 0, 96, 0.08);
  box-shadow: 0 18px 36px rgba(3, 0, 96, 0.05);
}

.ra-contact-highlight strong {
  display: block;
  margin-bottom: 4px;
  color: #030060;
}

.ra-contact-highlight span {
  color: #4b4f88;
  line-height: 1.55;
}

.ra-contact-cta {
  background: #030060 !important;
  border-color: #030060 !important;
  border-radius: 14px;
}

.ra-site-footer {
  background: #f3f3f5;
  border-top: 1px solid rgba(3, 0, 96, 0.08);
  margin-top: 0 !important;
}

.ra-footer-copy,
.ra-footer-copy a {
  color: #6e7289 !important;
}

.ra-footer-copy a {
  text-decoration-color: rgba(3, 0, 96, 0.24);
}

.ra-footer-brand-block,
.ra-footer-meta {
  color: #6e7289;
}

.ra-footer-brand-block p,
.ra-footer-meta p,
.ra-footer-meta a {
  color: #6e7289;
}

.ra-footer-copyline {
  font-size: 0.78rem;
  line-height: 1.45;
}

.ra-footer-copyline a {
  color: #6e7289;
}

.ra-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
}

.ra-footer-links a {
  color: #6e7289;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.ra-footer-links a:hover {
  color: #030060;
}

.ra-footer-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.ra-footer-tenant-logo {
  max-width: 156px;
  max-height: 30px;
  object-fit: contain;
  opacity: 0.78;
  filter: grayscale(1);
}

.ra-footer-brand img {
  width: 32px;
  height: auto;
  opacity: 0.92;
}

.ra-footer-regularize-logo {
  width: 42px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
  opacity: 1;
  filter: none;
}

.ra-home {
  position: relative;
  overflow: hidden;
  --ra-ink: #030060;
  --ra-ink-soft: #4b4f88;
  --ra-accent: #e5007e;
  --ra-accent-dark: #b80066;
  --ra-surface: #ffffff;
  --ra-surface-soft: #f8f7ff;
  --ra-line: rgba(3, 0, 96, 0.1);
  --ra-shadow: 0 24px 60px rgba(3, 0, 96, 0.12);
  --ra-radius-xl: 28px;
  --ra-radius-lg: 22px;
  --ra-radius-md: 16px;
  background: radial-gradient(circle at top left, rgba(229, 0, 126, 0.12), transparent 28%), radial-gradient(circle at top right, rgba(3, 0, 96, 0.08), transparent 32%), linear-gradient(180deg, #ffffff 0%, #fbf9ff 48%, #ffffff 100%);
  color: var(--ra-ink);
  padding: 0 0 96px;
}

.ra-home::before,
.ra-home::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.ra-home::before {
  width: 220px;
  height: 520px;
  right: -70px;
  top: 110px;
  background: linear-gradient(180deg, rgba(229, 0, 126, 0.14) 0%, rgba(229, 0, 126, 0.03) 100%);
}

.ra-home::after {
  width: 180px;
  height: 440px;
  right: 110px;
  top: 140px;
  background: linear-gradient(180deg, rgba(3, 0, 96, 0.12) 0%, rgba(3, 0, 96, 0.03) 100%);
}

.ra-home .container {
  max-width: 1180px;
}

.ra-home h1, .ra-home h2, .ra-home h3, .ra-home strong, .ra-home button, .ra-home label {
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
}

.ra-hero-shell {
  position: relative;
  z-index: 1;
  padding: 28px 0 36px;
}

.ra-hero-copy {
  max-width: 480px;
}

.ra-hero-brand {
  margin-bottom: 10px;
}

.ra-hero-brand-logo {
  display: block;
  width: min(100%, 320px);
  height: auto;
}

.ra-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(229, 0, 126, 0.1);
  color: var(--ra-accent);
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ra-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}

.ra-kicker-center {
  margin: 0 auto 18px;
}

.ra-kicker-light {
  background: rgba(255, 255, 255, 0.12);
  color: #ffd3ec;
}

.ra-hero-title {
  margin: 16px 0 14px;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-weight: 600;
  font-size: clamp(2.3rem, 3.8vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.ra-hero-text,
.ra-section-heading p,
.ra-feature-card p,
.ra-step-card p,
.ra-faq-item p,
.ra-form-note,
.ra-trust-card span,
.ra-partner-card span,
.ra-point span,
.ra-metric span,
.ra-stat-card span {
  color: var(--ra-ink-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.ra-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 24px;
}

.ra-value-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -2px 0 22px;
}

.ra-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin: -2px 0 22px;
}

.ra-hero-primary {
  min-width: 210px;
}

.ra-secondary-link {
  color: #030060;
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgba(3, 0, 96, 0.18);
  padding-bottom: 4px;
}

.ra-secondary-link:hover {
  color: #e5007e;
  border-color: rgba(229, 0, 126, 0.35);
}

.ra-value-ribbon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(3, 0, 96, 0.1);
  background: rgba(255, 255, 255, 0.82);
  color: #030060;
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
}

.ra-point,
.ra-trust-card,
.ra-step-card,
.ra-feature-card,
.ra-faq-item,
.ra-stat-card {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--ra-line);
  border-radius: var(--ra-radius-md);
  box-shadow: 0 18px 40px rgba(3, 0, 96, 0.06);
}

.ra-point {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(3, 0, 96, 0.04);
}

.ra-point::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: #e5007e;
}

.ra-point strong,
.ra-trust-card strong,
.ra-partner-card strong,
.ra-feature-card h3,
.ra-step-card h3,
.ra-faq-item h3,
.ra-metric strong,
.ra-stat-card strong,
.ra-consult-card h2,
.ra-section-heading h2,
.ra-story-copy h3,
.ra-mini-card strong,
.ra-principle-card h3,
.ra-audience-content h3,
.ra-audience-side strong {
  color: var(--ra-ink);
}

.ra-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 4px;
}

.ra-hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  max-width: 420px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(3, 0, 96, 0.08);
  box-shadow: 0 16px 32px rgba(3, 0, 96, 0.05);
}

.ra-proof-avatar {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e5007e 0%, #ff76bb 100%);
  color: #ffffff;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
}

.ra-proof-copy strong {
  display: block;
  margin-bottom: 3px;
  color: #030060;
}

.ra-proof-copy span {
  color: var(--ra-ink-soft);
  line-height: 1.55;
}

.ra-metric {
  padding: 18px;
  border-radius: var(--ra-radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 253, 0.92));
  border: 1px solid var(--ra-line);
}

.ra-metric-highlight {
  background: linear-gradient(135deg, #030060 0%, #2415a1 100%);
  border-color: transparent;
  box-shadow: 0 24px 44px rgba(3, 0, 96, 0.18);
}

.ra-metric-highlight strong,
.ra-metric-highlight span {
  color: #ffffff;
}

.ra-metric strong,
.ra-stat-card strong {
  display: block;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.ra-hero-panel {
  position: relative;
  display: grid;
  gap: 16px;
  align-content: start;
}

.ra-consult-card {
  position: relative;
  z-index: 2;
  max-width: 540px;
  margin-left: auto;
  padding: 30px;
  border-radius: var(--ra-radius-xl);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(3, 0, 96, 0.08);
  box-shadow: 0 22px 52px rgba(3, 0, 96, 0.1);
}

.ra-card-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(3, 0, 96, 0.08);
  color: var(--ra-ink);
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ra-consult-card h2 {
  margin-bottom: 12px;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-weight: 600;
  font-size: 2.1rem;
}

.ra-input-wrap {
  margin: 22px 0 18px;
}

.ra-card-journey {
  display: grid;
  gap: 12px;
  margin: 20px 0 18px;
}

.ra-card-step {
  padding: 14px 16px;
  border-radius: 18px;
  background: #f8f7ff;
  border: 1px solid rgba(3, 0, 96, 0.08);
}

.ra-card-step strong {
  display: block;
  margin-bottom: 4px;
  color: #030060;
  font-size: 0.98rem;
}

.ra-card-step span {
  color: var(--ra-ink-soft);
  line-height: 1.55;
}

.ra-input-label {
  display: block;
  margin-bottom: 8px;
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
}

.ra-input {
  min-height: 60px;
  border-radius: 16px;
  border: 1px solid rgba(3, 0, 96, 0.16);
  padding: 0 18px;
  font-size: 1rem;
  box-shadow: none !important;
}

.ra-input:focus {
  border-color: rgba(229, 0, 126, 0.4);
}

.ra-input-help {
  display: inline-block;
  margin-top: 8px;
  color: var(--ra-ink-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.ra-submit {
  min-height: 58px;
  border-radius: 16px !important;
  font-size: 1rem !important;
}

.ra-form-note {
  margin-top: 14px;
}

.ra-form-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ra-form-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(229, 0, 126, 0.08);
  color: #030060;
  font-size: 0.88rem;
  font-weight: 600;
}

.ra-hero-visual {
  position: relative;
  padding: 20px 12px 0 50px;
}

.ra-visual-card {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--ra-shadow);
  position: relative;
}

.ra-visual-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(3, 0, 96, 0) 0%, rgba(3, 0, 96, 0.35) 100%);
}

.ra-visual-image {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.ra-visual-badge {
  position: absolute;
  max-width: 220px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(3, 0, 96, 0.94);
  color: #fff;
  box-shadow: 0 20px 45px rgba(3, 0, 96, 0.22);
}

.ra-visual-badge span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  margin-bottom: 4px;
}

.ra-visual-badge strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.45;
}

.ra-badge-top {
  top: 0;
  right: 8px;
}

.ra-badge-bottom {
  left: 0;
  bottom: 18px;
}

.ra-trust-strip {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.ra-trust-card,
.ra-step-card,
.ra-feature-card,
.ra-faq-item,
.ra-stat-card {
  height: 100%;
  padding: 24px;
}

.ra-trust-card strong,
.ra-feature-card h3,
.ra-step-card h3,
.ra-faq-item h3 {
  display: block;
  margin-bottom: 8px;
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
}

.ra-section {
  padding: 88px 0 0;
}

.ra-section-soft {
  margin-top: 10px;
}

.ra-section-dark {
  margin-top: 18px;
  padding: 72px 0;
  background: linear-gradient(135deg, #030060 0%, #1f148f 100%);
}

.ra-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.ra-section-heading.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ra-section-heading.text-center p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.ra-section-heading h2 {
  margin: 18px 0 12px;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.ra-section-heading-light h2,
.ra-section-heading-light p {
  color: #fff;
}

.ra-step-card {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.ra-step-card .ra-step-image {
  margin-left: auto;
  margin-right: auto;
}

.ra-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(229, 0, 126, 0.12);
  color: var(--ra-accent);
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.ra-step-image {
  width: 100%;
  max-width: 210px;
  margin-bottom: 18px;
}

.ra-step-card h3 {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

.ra-step-card p {
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
}

.ra-partner-card {
  display: grid;
  gap: 12px;
  height: 100%;
  padding: 26px;
  border-radius: var(--ra-radius-lg);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(3, 0, 96, 0.1);
  box-shadow: 0 18px 44px rgba(3, 0, 96, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ra-partner-editorial {
  margin-bottom: 14px;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(3, 0, 96, 0.08);
}

.ra-partner-editorial strong {
  display: block;
  margin-bottom: 4px;
  color: #030060;
  font-size: 1rem;
}

.ra-partner-editorial span {
  color: var(--ra-ink-soft);
  line-height: 1.55;
}

.ra-partner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(3, 0, 96, 0.12);
}

.ra-partner-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f7ff 100%);
}

.ra-feature-card h3 {
  font-size: 1.08rem;
}

.ra-story-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  border: 1px solid rgba(3, 0, 96, 0.1);
  box-shadow: 0 24px 54px rgba(3, 0, 96, 0.08);
}

.ra-story-media {
  position: relative;
  min-height: 420px;
  background: linear-gradient(135deg, rgba(229, 0, 126, 0.1) 0%, rgba(3, 0, 96, 0.04) 100%);
}

.ra-story-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.ra-story-copy {
  position: absolute;
  left: 28px;
  top: 24px;
  bottom: auto;
  max-width: 250px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 36px rgba(3, 0, 96, 0.12);
}

.ra-story-brand {
  display: inline-block;
  margin-bottom: 10px;
  color: #030060;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

.ra-story-copy h3 {
  margin-bottom: 10px;
  font-size: 1.75rem;
  line-height: 0.98;
}

.ra-story-copy p {
  margin-bottom: 0;
}

.ra-section-heading-tight {
  margin-bottom: 22px;
}

.ra-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ra-mini-card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(3, 0, 96, 0.08);
  box-shadow: 0 16px 32px rgba(3, 0, 96, 0.05);
}

.ra-mini-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.ra-mini-card span {
  color: var(--ra-ink-soft);
  font-size: 0.96rem;
  line-height: 1.55;
}

.ra-principle-card {
  position: relative;
  height: 100%;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
}

.ra-principle-card h3 {
  margin-bottom: 12px;
  font-size: 2rem;
}

.ra-principle-card p {
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.ra-principle-card-light {
  background: linear-gradient(180deg, #ffffff 0%, #f9f6ff 100%);
  border: 1px solid rgba(3, 0, 96, 0.1);
  box-shadow: 0 20px 45px rgba(3, 0, 96, 0.06);
}

.ra-principle-card-dark {
  background: linear-gradient(135deg, #030060 0%, #1c1286 100%);
  color: #ffffff;
  box-shadow: 0 26px 54px rgba(3, 0, 96, 0.18);
}

.ra-principle-card-dark h3,
.ra-principle-card-dark p,
.ra-principle-card-dark li,
.ra-principle-card-dark .ra-principle-icon {
  color: #ffffff;
}

.ra-principle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(229, 0, 126, 0.14);
  color: #e5007e;
  font-size: 1.35rem;
  font-weight: 700;
}

.ra-principle-values::before,
.ra-principle-card-dark::before {
  content: "";
  position: absolute;
  inset: auto -50px -50px auto;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ra-principle-card-dark::after {
  content: "";
  position: absolute;
  top: -24px;
  right: -24px;
  width: 120px;
  height: 120px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ra-values-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 12px;
}

.ra-values-list li {
  line-height: 1.5;
}

.ra-audience-card {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 26px 54px rgba(3, 0, 96, 0.16);
}

.ra-audience-content,
.ra-audience-side {
  padding: 28px;
}

.ra-audience-content {
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 28%), linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.ra-audience-content h3 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 2rem;
}

.ra-audience-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.ra-audience-list li {
  position: relative;
  padding-left: 28px;
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.5;
}

.ra-audience-list li::before {
  content: "âœ“";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff8bc9;
  font-weight: 700;
}

.ra-audience-side {
  display: grid;
  align-content: center;
  gap: 12px;
  background: linear-gradient(180deg, rgba(229, 0, 126, 0.18), rgba(229, 0, 126, 0.1));
}

.ra-audience-side strong {
  color: #ffffff;
  font-size: 1.9rem;
  line-height: 1;
}

.ra-audience-side span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.65;
}

.ra-section-cta {
  padding-top: 72px;
}

.ra-final-cta {
  display: grid;
  grid-template-columns: 1.5fr auto;
  gap: 24px;
  align-items: center;
  padding: 34px 36px;
  border-radius: 32px;
  background: linear-gradient(135deg, #030060 0%, #1e1493 62%, #e5007e 120%);
  box-shadow: 0 34px 70px rgba(3, 0, 96, 0.2);
}

.ra-final-copy h2 {
  margin: 16px 0 10px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
}

.ra-final-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.7;
}

.ra-final-actions {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.ra-final-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 62px;
  background: #ffffff !important;
  color: #030060 !important;
  box-shadow: 0 20px 40px rgba(3, 0, 96, 0.2) !important;
  text-align: center;
}

.ra-final-button:hover {
  background: #f4f1ff !important;
}

.ra-final-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.ra-modal-content {
  border: 1px solid rgba(3, 0, 96, 0.1);
  border-radius: 24px;
  box-shadow: 0 28px 60px rgba(3, 0, 96, 0.16);
}

.ra-modal-header {
  border-bottom: 1px solid rgba(3, 0, 96, 0.08);
}

.ra-modal-footer {
  border-top: 1px solid rgba(3, 0, 96, 0.08);
}

.ra-stat-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.ra-stat-card strong,
.ra-stat-card span {
  color: #fff;
}

.ra-faq-list {
  display: grid;
  gap: 16px;
}

/* ====== Regularize-Ai Flow Views ====== */
.ra-flow-page {
  padding: 48px 0 88px;
  background: radial-gradient(circle at top left, rgba(229, 0, 126, 0.08), transparent 24%), radial-gradient(circle at top right, rgba(3, 0, 96, 0.06), transparent 28%), linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  color: #030060;
}

.ra-flow-page .container {
  max-width: 1180px;
}

.ra-flow-hero {
  max-width: 760px;
  margin-bottom: 34px;
}

.ra-flow-hero-inline {
  max-width: none;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  align-items: end;
}

.ra-flow-kicker,
.ra-flow-label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(229, 0, 126, 0.1);
  color: #e5007e;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ra-flow-hero h1,
.ra-flow-section-head h2,
.ra-flow-card h2 {
  margin: 18px 0 12px;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #030060;
}

.ra-flow-contact .ra-flow-hero {
  max-width: 840px;
}

.ra-flow-contact .ra-flow-card-head {
  grid-template-columns: minmax(0, 1fr) 190px;
}

.ra-flow-contact .ra-flow-card h2 {
  max-width: 10ch;
  font-size: clamp(1.85rem, 2.5vw, 2.7rem);
}

.ra-flow-hero p,
.ra-flow-section-head p,
.ra-flow-copy,
.ra-flow-help,
.ra-flow-highlight-item span,
.ra-flow-bullet-list li,
.ra-flow-aside-copy p,
.ra-flow-info-card p,
.ra-offer-list li span,
.ra-boleto-channel-card p {
  color: #4b4f88;
  line-height: 1.65;
}

.ra-flow-card,
.ra-flow-aside-card,
.ra-flow-info-card,
.ra-offer-card,
.ra-flow-stat-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(3, 0, 96, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(3, 0, 96, 0.08);
}

.ra-flow-card,
.ra-flow-aside-copy,
.ra-flow-info-card,
.ra-offer-card-body,
.ra-boleto-channel-card {
  padding: 28px;
}

.ra-flow-card-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
  margin-bottom: 20px;
}

.ra-flow-doc {
  min-width: 180px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f8f7ff;
  border: 1px solid rgba(3, 0, 96, 0.08);
}

.ra-flow-doc span,
.ra-boleto-summary-item span,
.ra-flow-stat-card span {
  display: block;
  margin-bottom: 6px;
  color: #4b4f88;
  font-size: 0.88rem;
}

.ra-flow-doc strong,
.ra-boleto-summary-item strong,
.ra-flow-stat-card strong {
  color: #030060;
  font-size: 1.1rem;
  line-height: 1.35;
}

.ra-flow-form {
  display: grid;
  gap: 18px;
}

.ra-flow-input-label {
  display: block;
  margin-bottom: 8px;
  color: #030060;
  font-weight: 600;
}

.ra-flow-input {
  min-height: 58px;
  border-radius: 16px;
  border: 1px solid rgba(3, 0, 96, 0.14);
  padding: 0 18px;
  box-shadow: none !important;
}

.ra-flow-input:focus {
  border-color: rgba(229, 0, 126, 0.4);
}

.ra-flow-highlight-list {
  display: grid;
  gap: 12px;
}

.ra-flow-highlight-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: #f8f7ff;
  border: 1px solid rgba(3, 0, 96, 0.08);
}

.ra-flow-highlight-item strong,
.ra-flow-aside-copy h3,
.ra-flow-info-card h3,
.ra-offer-card h3,
.ra-boleto-channel-card h3 {
  display: block;
  margin-bottom: 6px;
  color: #030060;
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
  font-weight: 600;
}

.ra-flow-actions {
  padding-top: 4px;
}

.ra-flow-primary-action {
  min-height: 58px;
  border-radius: 16px !important;
}

.ra-flow-secondary-action {
  min-height: 48px;
  border-radius: 14px !important;
  border-color: rgba(3, 0, 96, 0.18) !important;
  color: #030060 !important;
}

.ra-flow-aside-card {
  overflow: hidden;
  height: 100%;
}

.ra-flow-aside-media {
  min-height: 280px;
  background: linear-gradient(135deg, rgba(229, 0, 126, 0.1), rgba(3, 0, 96, 0.04));
}

.ra-flow-aside-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.ra-flow-bullet-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 10px;
}

.ra-flow-info-card {
  height: 100%;
}

.ra-flow-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(229, 0, 126, 0.12);
  color: #e5007e;
  font-weight: 700;
}

.ra-flow-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ra-flow-stat-card {
  padding: 18px;
}

.ra-flow-stat-card strong {
  font-size: 1.5rem;
}

.ra-flow-section-head {
  max-width: 700px;
  margin-bottom: 24px;
}

.ra-offer-card {
  height: 100%;
  overflow: hidden;
}

.ra-offer-card-featured {
  background: linear-gradient(135deg, rgba(3, 0, 96, 0.96), rgba(31, 20, 143, 0.96));
  border-color: transparent;
}

.ra-offer-card-featured,
.ra-offer-card-featured h3,
.ra-offer-card-featured .ra-offer-badge,
.ra-offer-card-featured .ra-offer-price-copy,
.ra-offer-card-featured .ra-offer-price-copy strong,
.ra-offer-card-featured .ra-offer-list li span,
.ra-offer-card-featured .ra-offer-list li strong,
.ra-offer-card-featured .ra-offer-contract {
  color: #ffffff;
}

.ra-offer-card-featured .ra-offer-discount {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.ra-offer-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.ra-offer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #030060;
  font-size: 0.82rem;
  font-weight: 700;
}

.ra-offer-contract {
  margin-bottom: 8px;
  color: #4b4f88;
  font-size: 0.94rem;
}

.ra-offer-price-copy {
  margin-bottom: 18px;
  color: #4b4f88;
  font-size: 0.96rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 8px;
}

.ra-offer-price-copy del {
  color: rgba(75, 79, 136, 0.85);
}

.ra-offer-price-copy strong {
  display: inline-block;
  margin: 0;
  color: #030060;
  font-size: 1.55rem;
  line-height: 1;
}

.ra-offer-price-copy-strong strong {
  margin-left: 0;
}

.ra-offer-discount {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(9, 162, 95, 0.12);
  color: #08764b;
  font-size: 0.82rem;
  font-weight: 700;
}

.ra-offer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.ra-offer-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-top: 1px solid rgba(3, 0, 96, 0.08);
}

.ra-offer-list li strong {
  color: #030060;
  text-align: right;
}

.ra-offer-card-footer {
  padding: 0 28px 28px;
}

.ra-offer-button {
  min-height: 54px;
  border-radius: 16px !important;
}

.ra-offer-card-grouped .ra-offer-card-body {
  padding-bottom: 24px;
}

.ra-grouped-selection-form {
  display: grid;
  gap: 18px;
}

.ra-grouped-selection-list {
  display: grid;
  gap: 12px;
}

.ra-grouped-selection-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(3, 0, 96, 0.08);
  background: #f8f7ff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ra-grouped-selection-row:hover {
  border-color: rgba(229, 0, 126, 0.24);
  box-shadow: 0 16px 32px rgba(3, 0, 96, 0.08);
  transform: translateY(-1px);
}

.ra-grouped-selection-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ra-grouped-selection-checkbox {
  width: 18px;
  height: 18px;
  accent-color: #e5007e;
}

.ra-grouped-selection-copy {
  display: grid;
  gap: 4px;
}

.ra-grouped-selection-copy strong {
  color: #030060;
  font-size: 1rem;
  line-height: 1.2;
}

.ra-grouped-selection-copy small,
.ra-grouped-selection-values small {
  color: #4b4f88;
  font-size: 0.88rem;
}

.ra-grouped-selection-values {
  display: grid;
  gap: 4px;
  text-align: right;
}

.ra-grouped-selection-values strong {
  color: #030060;
  font-size: 1rem;
  line-height: 1.2;
}

.ra-offer-card-footer-grouped {
  padding: 0;
}

.ra-boleto-summary-grid {
  display: grid;
  gap: 14px;
  margin: 20px 0 22px;
}

.ra-boleto-summary-item {
  padding: 18px;
  border-radius: 18px;
  background: #f8f7ff;
  border: 1px solid rgba(3, 0, 96, 0.08);
}

.ra-boleto-code-box {
  margin: 24px 0 18px;
}

.ra-boleto-code-button {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid rgba(3, 0, 96, 0.12);
  border-radius: 20px;
  background: #f8f7ff;
  color: #030060;
  font-weight: 600;
  text-align: left;
}

.ra-boleto-main-actions {
  margin-bottom: 18px;
  display: grid;
  gap: 12px;
}

.ra-boleto-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}

.ra-boleto-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  text-decoration: none;
}

.ra-boleto-channel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.ra-boleto-channel-card {
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(3, 0, 96, 0.08);
  box-shadow: 0 18px 42px rgba(3, 0, 96, 0.05);
}

.ra-boleto-channel-form {
  display: grid;
  gap: 12px;
}

.ra-boletos-filter-body {
  padding: 28px;
}

.ra-boletos-table-card {
  padding: 12px 12px 6px;
}

.ra-boletos-table {
  margin-bottom: 0;
}

.ra-boletos-table thead th {
  color: #030060;
  background: #f8f7ff;
  border-bottom: 1px solid rgba(3, 0, 96, 0.08);
  font-weight: 700;
}

.ra-boletos-table td,
.ra-boletos-table th {
  padding: 16px 14px;
  border-color: rgba(3, 0, 96, 0.08);
}

.ra-boletos-action-primary {
  background: #030060 !important;
  border-color: #030060 !important;
}

.ra-boletos-action-secondary {
  border-color: rgba(3, 0, 96, 0.18) !important;
  color: #030060 !important;
}

.ra-boletos-pagination .page-link {
  color: #030060;
  border-color: rgba(3, 0, 96, 0.1);
}

.ra-boletos-pagination .page-item.active .page-link {
  background: #e5007e;
  border-color: #e5007e;
}

.ra-payment-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 18px;
}

.ra-payment-choice,
.ra-payment-option {
  border: 1px solid rgba(3, 0, 96, 0.12);
  border-radius: 18px;
  background: #ffffff;
  color: #4b4f88;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.ra-payment-choice {
  min-height: 60px;
}

.ra-payment-choice.ativo,
.ra-payment-option.ativo {
  background: #030060;
  border-color: #030060;
  color: #ffffff;
}

.ra-payment-form {
  display: grid;
  gap: 18px;
}

.ra-payment-options {
  display: none;
}

.ra-payment-options.ativo {
  display: block;
}

.ra-payment-options .titulo {
  display: block;
  margin-bottom: 12px;
  color: #030060;
  font-weight: 700;
}

.ra-payment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ra-payment-option {
  min-height: 74px;
  padding: 14px 16px;
}

.ra-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1035;
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #58d163;
  box-shadow: 0 20px 40px rgba(3, 0, 96, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ra-whatsapp-float img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.ra-whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(3, 0, 96, 0.28);
}

.ra-ai-chat-widget {
  position: fixed;
  right: 24px;
  bottom: 108px;
  z-index: 1036;
}

.ra-ai-chat-widget.is-open .ra-ai-chat-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.ra-ai-chat-float {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 999px;
  background: transparent;
  box-shadow: 0 24px 46px rgba(3, 0, 96, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ra-ai-chat-float:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 52px rgba(3, 0, 96, 0.32);
}

.ra-ai-chat-float-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.ra-ai-chat-panel {
  position: absolute;
  right: 0;
  bottom: 92px;
  width: min(380px, calc(100vw - 32px));
  min-height: 520px;
  max-height: min(72vh, 720px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(3, 0, 96, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 30px 60px rgba(3, 0, 96, 0.22);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.ra-ai-chat-header {
  padding: 18px 20px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(3, 0, 96, 0.08);
  background: linear-gradient(135deg, rgba(3, 0, 96, 0.96), rgba(45, 74, 207, 0.94));
  color: #fff;
}

.ra-ai-chat-header strong {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.ra-ai-chat-header span {
  display: block;
  margin-top: 4px;
  font-size: 0.86rem;
  opacity: 0.86;
}

.ra-ai-chat-close {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
}

.ra-ai-chat-body {
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 12px;
  overflow-y: auto;
  background: linear-gradient(180deg, rgba(246, 247, 255, 0.92), rgba(255, 255, 255, 0.98));
}

.ra-ai-chat-empty {
  padding: 16px;
  border-radius: 18px;
  background: rgba(3, 0, 96, 0.05);
  color: rgba(3, 0, 96, 0.82);
  font-size: 0.94rem;
}

.ra-ai-chat-empty-inline {
  justify-self: start;
  max-width: 88%;
}

.ra-ai-chat-loading {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.ra-ai-chat-loading span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #e5007e;
  opacity: 0.35;
  animation: ra-chat-dot 1.2s ease-in-out infinite;
}

.ra-ai-chat-loading span:nth-child(2) {
  animation-delay: 0.15s;
}

.ra-ai-chat-loading span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes ra-chat-dot {
  0%, 80%, 100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

.ra-ai-chat-message {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.ra-ai-chat-message.is-user {
  justify-content: flex-end;
}

.ra-ai-chat-message.is-user .ra-ai-chat-copy {
  order: -1;
}

.ra-ai-chat-copy {
  border: 1px solid rgba(3, 0, 96, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(3, 0, 96, 0.75);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: all 0.2s ease;
}

.ra-ai-chat-copy svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  pointer-events: none;
}

.ra-ai-chat-copy:hover {
  border-color: rgba(3, 0, 96, 0.3);
  color: rgba(3, 0, 96, 0.96);
  background: #fff;
}

.ra-ai-chat-copy.is-copied {
  border-color: rgba(34, 166, 114, 0.38);
  background: rgba(34, 166, 114, 0.12);
  color: #1f7a4f;
}

.ra-ai-chat-bubble {
  max-width: 88%;
  padding: 14px 16px;
  border-radius: 20px;
  font-size: 0.95rem;
  line-height: 1.55;
  white-space: pre-wrap;
  box-shadow: 0 12px 24px rgba(3, 0, 96, 0.08);
}

.ra-ai-chat-bubble.is-pending {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 246, 255, 0.96));
  border: 1px solid rgba(3, 0, 96, 0.08);
  box-shadow: 0 16px 30px rgba(3, 0, 96, 0.09);
}

.ra-ai-chat-pending-status {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(3, 0, 96, 0.08);
  color: rgba(3, 0, 96, 0.72);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ra-ai-chat-pending-label {
  margin-top: 10px;
  font-weight: 600;
  color: #1f2b5c;
}

.ra-ai-chat-message.is-pending .ra-ai-chat-bubble {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ra-ai-chat-message.is-pending .ra-ai-chat-loading {
  margin-top: 10px;
}

.ra-ai-chat-message.is-assistant .ra-ai-chat-bubble {
  border-top-left-radius: 10px;
  background: #fff;
  color: #030060;
}

.ra-ai-chat-message.is-user .ra-ai-chat-bubble {
  border-top-right-radius: 10px;
  background: linear-gradient(135deg, #e5007e, #ff5ba8);
  color: #fff;
}

.ra-ai-chat-form {
  padding: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  border-top: 1px solid rgba(3, 0, 96, 0.08);
  background: #fff;
}

.ra-ai-chat-form textarea {
  min-height: 48px;
  max-height: 180px;
  padding: 12px 14px;
  border: 1px solid rgba(3, 0, 96, 0.14);
  border-radius: 18px;
  resize: none;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #030060;
}

.ra-ai-chat-form textarea:focus {
  outline: none;
  border-color: rgba(229, 0, 126, 0.38);
  box-shadow: 0 0 0 4px rgba(229, 0, 126, 0.1);
}

.ra-ai-chat-send {
  min-width: 88px;
  height: 48px;
  padding: 0 18px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #030060, #2d4acf);
  color: #fff;
  font-weight: 700;
}

.ra-ai-chat-send:disabled {
  opacity: 0.6;
  cursor: wait;
  box-shadow: none;
}

.ra-loading-overlay {
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.ra-loading-shell {
  min-width: 176px;
  padding: 22px 24px;
  display: grid;
  justify-items: center;
  gap: 14px;
  border: 1px solid rgba(3, 0, 96, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 50px rgba(3, 0, 96, 0.18);
  color: #030060;
}

.ra-loading-shell strong {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ra-loading-spinner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 4px solid rgba(3, 0, 96, 0.12);
  border-top-color: #030060;
  border-right-color: #e5007e;
  animation: ra-spin 0.75s linear infinite;
}

@keyframes ra-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991.98px) {
  .ra-navbar-identity {
    max-width: calc(100% - 64px);
  }

  .ra-whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 60px;
    height: 60px;
  }

  .ra-whatsapp-float img {
    width: 28px;
    height: 28px;
  }

  .ra-ai-chat-widget {
    right: 16px;
    bottom: 92px;
  }

  .ra-ai-chat-panel {
    width: min(360px, calc(100vw - 24px));
  }

  .ra-loading-shell {
    min-width: 160px;
    padding: 20px 22px;
  }

  .ra-navbar-brand {
    gap: 10px;
  }

  .ra-brand-support {
    display: none;
  }

  .ra-tenant-badge {
    display: none !important;
  }

  .ra-home {
    padding-bottom: 72px;
  }

  .ra-hero-shell {
    padding-top: 24px;
  }

  .ra-hero-copy {
    max-width: none;
  }

  .ra-hero-metrics {
    grid-template-columns: 1fr;
  }

  .ra-hero-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ra-mini-grid,
  .ra-audience-card,
  .ra-final-cta {
    grid-template-columns: 1fr;
  }

  .ra-home::before,
  .ra-home::after {
    display: none;
  }

  .ra-hero-visual {
    padding: 12px 0 0;
  }

  .ra-badge-top,
  .ra-badge-bottom {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .ra-story-copy {
    position: static;
    max-width: none;
    border-radius: 0 0 28px 28px;
    box-shadow: none;
  }

  .ra-final-button {
    width: 100%;
  }

  .ra-final-actions {
    justify-items: stretch;
  }

  .ra-flow-hero-inline,
  .ra-flow-card-head,
  .ra-boleto-channel-grid {
    grid-template-columns: 1fr;
  }

  .ra-flow-stat-grid {
    grid-template-columns: 1fr;
  }

  .ra-boletos-filter-body {
    padding: 22px;
  }

  .ra-payment-toggle,
  .ra-payment-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .ra-home {
    padding-bottom: 56px;
  }

  .ra-hero-title {
    font-size: 2.25rem;
  }

  .ra-consult-card,
  .ra-trust-card,
  .ra-step-card,
  .ra-feature-card,
  .ra-faq-item,
  .ra-stat-card,
  .ra-partner-card {
    padding: 20px;
  }

  .ra-visual-image {
    min-height: 300px;
  }

  .ra-value-ribbon {
    gap: 8px;
  }
}

/* ====== Regularize-Ai Saiba Mais ====== */
.ra-nav-pill.active {
  background: rgba(229, 0, 126, 0.12);
  color: #e5007e !important;
}

.ra-insight-page {
  color: #030060;
  background: #f8f7ff;
}

.ra-insight-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 56px;
  background: radial-gradient(circle at top left, rgba(229, 0, 126, 0.12), transparent 24%), radial-gradient(circle at top right, rgba(3, 0, 96, 0.08), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f8f7ff 100%);
}

.ra-insight-hero-copy {
  display: grid;
  gap: 18px;
  max-width: 560px;
}

.ra-insight-logo {
  width: min(100%, 240px);
  height: auto;
}

.ra-insight-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(229, 0, 126, 0.1);
  color: #e5007e;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ra-insight-kicker-light {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.ra-insight-hero-copy h1 {
  margin: 0;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 0.98;
}

.ra-insight-heading h2 {
  margin: 0;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.02;
}

.ra-insight-hero-copy p,
.ra-insight-heading p,
.ra-insight-flow-step span,
.ra-insight-stat span,
.ra-insight-info-card span,
.ra-insight-proof-card span {
  color: rgba(3, 0, 96, 0.78);
  font-size: 1.02rem;
  line-height: 1.7;
}

.ra-insight-section-dark .ra-insight-heading p,
.ra-insight-section-magenta .ra-insight-heading p,
.ra-insight-section-dark .ra-insight-stat span,
.ra-insight-section-dark .ra-insight-proof-card span {
  color: rgba(255, 255, 255, 0.78);
}

.ra-insight-section-dark .ra-insight-stat,
.ra-insight-section-dark .ra-insight-proof-card,
.ra-insight-section-dark .ra-insight-audience-card,
.ra-insight-section-magenta .ra-insight-info-card {
  color: #030060;
}

.ra-insight-section-dark .ra-insight-stat strong,
.ra-insight-section-dark .ra-insight-proof-card strong,
.ra-insight-section-dark .ra-insight-audience-card strong,
.ra-insight-section-magenta .ra-insight-info-card strong {
  color: #030060;
}

.ra-insight-section-dark .ra-insight-stat span,
.ra-insight-section-dark .ra-insight-proof-card span,
.ra-insight-section-magenta .ra-insight-info-card span {
  color: rgba(3, 0, 96, 0.72);
}

.ra-insight-actions,
.ra-insight-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.ra-insight-primary,
.ra-insight-secondary-cta {
  min-height: 54px;
  padding: 0 28px !important;
  border-radius: 999px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ra-insight-secondary-cta {
  border: 1px solid rgba(3, 0, 96, 0.18) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #030060 !important;
  font-weight: 700 !important;
}

.ra-insight-secondary-cta:hover {
  background: #030060 !important;
  border-color: #030060 !important;
  color: #ffffff !important;
}

.ra-insight-link {
  color: #030060;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(3, 0, 96, 0.22);
}

.ra-insight-mini-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ra-insight-mini-card,
.ra-insight-stat,
.ra-insight-flow-step,
.ra-insight-info-card,
.ra-insight-proof-card,
.ra-insight-audience-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(3, 0, 96, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(3, 0, 96, 0.08);
}

.ra-insight-icon-badge {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #030060 0%, #1c1389 60%, #e5007e 100%);
  box-shadow: 0 12px 24px rgba(3, 0, 96, 0.16);
}

.ra-insight-mini-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 16px;
  font-weight: 600;
}

.ra-insight-mini-card span {
  color: #030060;
  font-size: 0.95rem;
  line-height: 1.35;
}

.ra-insight-icon-badge img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.ra-insight-hero-media {
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 30px 64px rgba(3, 0, 96, 0.14);
}

.ra-insight-hero-media img {
  display: block;
  width: 100%;
  min-height: 620px;
  object-fit: cover;
}

.ra-insight-section {
  padding: 84px 0;
}

.ra-insight-section-dark {
  background: linear-gradient(135deg, #030060 0%, #14107e 54%, #5920a8 100%);
  color: #ffffff;
}

.ra-insight-section-magenta {
  background: linear-gradient(135deg, #e5007e 0%, #c60086 52%, #7c1ed1 100%);
  color: #ffffff;
}

.ra-insight-heading {
  display: grid;
  gap: 16px;
  justify-items: center;
  margin: 0 auto 38px;
  max-width: 760px;
  text-align: center;
}

.ra-insight-heading-left {
  justify-items: start;
  margin: 0 0 24px;
  text-align: left;
}

.ra-insight-heading-light h2,
.ra-insight-heading-light p {
  color: #ffffff;
}

.ra-insight-stat,
.ra-insight-flow-step,
.ra-insight-info-card,
.ra-insight-proof-card {
  height: 100%;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px;
}

.ra-insight-proof-card {
  min-height: 212px;
  align-content: space-between;
  gap: 20px;
  padding: 28px 26px 24px;
  border-radius: 28px;
}

.ra-insight-proof-card-top {
  display: grid;
  gap: 10px;
  align-content: start;
}

.ra-insight-proof-card-number {
  color: #e5007e !important;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3rem) !important;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.ra-insight-proof-card-copy {
  min-height: 52px;
  padding-left: 12px;
  border-left: 2px solid rgba(3, 0, 96, 0.72);
  display: grid;
  align-content: start;
}

.ra-insight-proof-card-copy span {
  color: #030060 !important;
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
  font-size: 0.98rem !important;
  font-weight: 700;
  line-height: 1.15;
}

.ra-insight-stat strong,
.ra-insight-flow-step strong,
.ra-insight-info-card strong,
.ra-insight-proof-card strong,
.ra-insight-audience-card strong {
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
}

.ra-insight-stat strong,
.ra-insight-flow-step strong,
.ra-insight-info-card strong,
.ra-insight-proof-card strong,
.ra-insight-audience-card strong {
  color: #030060;
}

.ra-insight-proof-card .ra-insight-icon-badge {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ra-insight-proof-card .ra-insight-icon-badge img {
  width: 58px;
  height: 58px;
  filter: none;
}

.ra-insight-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ra-insight-checklist {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.ra-insight-checklist div {
  min-height: 54px;
  padding: 0 22px 0 52px;
  display: flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  position: relative;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ra-insight-checklist div::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffffff;
  transform: translateY(-50%);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
}

.ra-insight-checklist div:hover {
  transform: translateY(-2px);
  background: rgba(3, 0, 96, 0.18);
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 28px rgba(91, 0, 63, 0.18);
}

.ra-insight-checklist div:hover::before {
  background: #ffd5eb;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.14);
}

.ra-insight-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ra-insight-partners {
  padding: 28px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(3, 0, 96, 0.08);
  box-shadow: 0 22px 54px rgba(3, 0, 96, 0.08);
}

.ra-insight-partners img {
  display: block;
  width: 100%;
}

.ra-insight-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ra-insight-audience-card {
  min-height: 180px;
  padding: 26px;
  display: grid;
  align-content: start;
  gap: 14px;
  color: #030060;
}

.ra-insight-audience-card span {
  color: rgba(3, 0, 96, 0.72);
  line-height: 1.6;
}

.ra-insight-final {
  display: grid;
  gap: 22px;
  justify-items: center;
}

.ra-insight-lead-form {
  width: min(100%, 860px);
  display: grid;
  gap: 18px;
}

.ra-insight-lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.ra-insight-field {
  display: grid;
  gap: 8px;
}

.ra-insight-field-full {
  grid-column: 1/-1;
  width: min(100%, 420px);
  justify-self: center;
}

.ra-insight-input {
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 1rem;
  color: #030060;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 28px rgba(91, 0, 63, 0.14);
}

.ra-insight-input::placeholder {
  color: rgba(3, 0, 96, 0.44);
}

.ra-insight-input:focus,
.ra-insight-select:focus {
  border-color: transparent;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
  background: #ffffff;
}

.ra-insight-form-attempted .ra-insight-input:invalid,
.ra-insight-form-attempted .ra-insight-select:invalid {
  box-shadow: 0 0 0 3px rgba(255, 214, 232, 0.58);
  outline: 2px solid rgba(255, 255, 255, 0.86);
}

.ra-insight-phone-wrap {
  position: relative;
}

.ra-insight-phone-prefix {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  z-index: 2;
  font-weight: 700;
  color: #e5007e;
}

.ra-insight-input-phone {
  padding-left: 68px;
}

.ra-insight-select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #e5007e 50%), linear-gradient(135deg, #e5007e 50%, transparent 50%);
  background-position: calc(100% - 26px) calc(50% - 4px), calc(100% - 18px) calc(50% - 4px);
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
  padding-right: 52px;
}

.ra-insight-form-feedback {
  width: min(100%, 860px);
  padding: 14px 18px;
  border-radius: 18px;
  text-align: center;
  font-weight: 600;
}

.ra-insight-form-feedback-success {
  color: #ffffff;
  background: rgba(3, 0, 96, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ra-insight-form-feedback-error {
  color: #ffffff;
  background: rgba(137, 9, 60, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ra-insight-form-feedback-error:empty {
  display: none;
}

.ra-insight-validation {
  min-height: 18px;
  padding-left: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
}

.ra-insight-contact {
  min-height: 54px;
  padding: 0 28px !important;
  border-radius: 999px !important;
}

@media (max-width: 991.98px) {
  .ra-insight-hero {
    padding: 56px 0 40px;
  }

  .ra-insight-flow,
  .ra-insight-card-grid,
  .ra-insight-audience-grid,
  .ra-insight-lead-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ra-insight-mini-proof {
    grid-template-columns: 1fr 1fr;
  }

  .ra-insight-hero-media img {
    min-height: 420px;
  }

  .ra-insight-field-full {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .ra-insight-flow,
  .ra-insight-card-grid,
  .ra-insight-audience-grid,
  .ra-insight-mini-proof,
  .ra-insight-lead-grid {
    grid-template-columns: 1fr;
  }

  .ra-insight-hero-copy h1 {
    font-size: 2.35rem;
  }

  .ra-insight-heading h2 {
    font-size: 2.1rem;
  }

  .ra-insight-section {
    padding: 64px 0;
  }

  .ra-insight-input {
    min-height: 54px;
    padding: 0 18px;
  }

  .ra-insight-input-phone {
    padding-left: 62px;
  }
}

/* ====== Regularize-Ai Home Approved ====== */
.ra-home.ra-home-approved {
  padding: 0;
  background: transparent;
  overflow: hidden;
  margin-top: -44px;
  margin-bottom: 0;
}

.ra-home.ra-home-approved::before,
.ra-home.ra-home-approved::after {
  display: none;
}

.ra-home-approved-hero {
  position: relative;
  padding: 44px 0 68px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.18)), url("/imagens/Home/Background.png") center -78px/cover no-repeat;
}

.ra-home-approved-grain {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(3, 0, 96, 0.06), transparent 34%), radial-gradient(circle at top right, rgba(229, 0, 126, 0.12), transparent 28%);
  pointer-events: none;
}

.ra-home-approved-hero .container {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

.ra-home-approved-stage {
  min-height: 610px;
  display: grid;
  align-content: start;
}

.ra-home-approved-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 30px 0 0 24px;
  max-width: 500px;
}

.ra-home-approved-copy h1 {
  margin: 0;
  color: #030060;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  max-width: 9.2ch;
  font-size: clamp(2.55rem, 3.65vw, 3.8rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.ra-home-approved-subtitle {
  margin: 0;
  color: #314184;
  font-size: clamp(1.1rem, 1.45vw, 1.3rem);
  line-height: 1.32;
}

.ra-home-approved-inline-form {
  margin: 0;
}

.ra-home-approved-inline-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  max-width: 470px;
  padding: 10px 10px 10px 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 44px rgba(3, 0, 96, 0.18);
}

.ra-home-approved-inline-input {
  min-height: 50px;
  border: 0;
  background: transparent;
  color: #030060;
  font-size: 1rem;
  box-shadow: none !important;
}

.ra-home-approved-inline-input::placeholder {
  color: rgba(3, 0, 96, 0.36);
}

.ra-home-approved-inline-button {
  min-width: 184px;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px !important;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.ra-home-approved-primary,
.ra-home-approved-final-button {
  min-width: 240px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
}

.ra-home-approved-flow-copy {
  max-width: 540px;
  margin-top: 12px;
}

.ra-home-approved-flow-copy h2 {
  margin: 0;
  color: #030060;
  font-family: "Bai Jamjuree", "Roboto-Regular", sans-serif;
  font-size: clamp(1.1rem, 1.45vw, 1.3rem);
  font-weight: 700;
  line-height: 1.32;
}

.ra-home-approved-step-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 820px;
  margin: 18px 0 0 214px;
}

.ra-home-approved-step-card {
  position: relative;
  min-height: 168px;
  display: grid;
  align-content: center;
  padding: 34px 24px 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ea4f9f 0%, #cf2b82 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 32px rgba(3, 0, 96, 0.18), 0 34px 54px rgba(91, 0, 63, 0.18);
  backdrop-filter: blur(3px);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.ra-home-approved-step-card strong {
  position: absolute;
  left: 18px;
  top: -18px;
  color: #030060;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-size: clamp(3rem, 4.2vw, 4rem);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 6px 18px rgba(255, 255, 255, 0.3);
}

.ra-home-approved-step-card span {
  display: block;
  color: #ffffff;
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
  max-width: 15ch;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.34;
  text-wrap: balance;
}

.ra-home-approved-step-card:hover,
.ra-home-approved-benefit-card:hover,
.ra-home-approved-testimonial-card:hover,
.ra-home-approved-faq-item:hover,
.ra-insight-mini-card:hover,
.ra-insight-stat:hover,
.ra-insight-flow-step:hover,
.ra-insight-info-card:hover,
.ra-insight-proof-card:hover,
.ra-insight-audience-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(3, 0, 96, 0.16), 0 34px 58px rgba(91, 0, 63, 0.14);
}

.ra-home-approved-benefit-card,
.ra-home-approved-testimonial-card,
.ra-home-approved-faq-item,
.ra-insight-mini-card,
.ra-insight-stat,
.ra-insight-flow-step,
.ra-insight-info-card,
.ra-insight-proof-card,
.ra-insight-audience-card {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.ra-home-approved-benefits,
.ra-home-approved-partners,
.ra-home-approved-faq {
  padding: 36px 0 72px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), url("/imagens/Home/overlay-grain.jpg") center top/cover no-repeat;
}

.ra-home-approved-heading {
  margin: 0 auto 28px;
  max-width: 760px;
}

.ra-home-approved-heading span {
  display: inline-block;
  color: #ff1a8c;
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ra-home-approved-heading h2 {
  margin: 0;
  color: #030060;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ra-home-approved-heading-light h2,
.ra-home-approved-heading-light span {
  color: #ffffff;
}

.ra-home-approved-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
}

.ra-home-approved-benefit-card {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 108px;
  padding: 22px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(3, 0, 96, 0.08);
  box-shadow: 0 18px 40px rgba(3, 0, 96, 0.08);
}

.ra-home-approved-benefit-card img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  padding: 5px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(3, 0, 96, 0.08), rgba(229, 0, 126, 0.14));
  box-shadow: inset 0 0 0 1px rgba(3, 0, 96, 0.08);
}

.ra-home-approved-benefit-card strong {
  color: #030060;
  font-size: 1.15rem;
  line-height: 1.2;
}

.ra-home-approved-partners {
  padding-top: 8px;
}

.ra-home-approved-partner-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  max-width: 1140px;
  margin: 0 auto;
}

.ra-home-approved-partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(3, 0, 96, 0.08);
  box-shadow: 0 16px 36px rgba(3, 0, 96, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ra-home-approved-partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(229, 0, 126, 0.2);
  box-shadow: 0 22px 40px rgba(3, 0, 96, 0.12);
}

.ra-home-approved-partner-card img {
  max-width: 100%;
  max-height: 46px;
  object-fit: contain;
  filter: saturate(1.02);
}

.ra-home-approved-partner-card span {
  color: #030060;
  font-family: "Bai Jamjuree", "Roboto-Bold", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: capitalize;
}

.ra-home-approved-testimonials {
  position: relative;
  padding: 78px 0 88px;
  background: linear-gradient(135deg, #030060 0%, #14107d 100%);
  overflow: hidden;
}

.ra-home-approved-testimonials::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -120px;
  width: 62%;
  height: 260px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.14), transparent 70%);
  filter: blur(14px);
}

.ra-home-approved-testimonial-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ra-home-approved-testimonial-card {
  min-height: 190px;
  padding: 26px 24px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.12);
}

.ra-home-approved-testimonial-card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

.ra-home-approved-testimonial-card strong {
  color: #ffffff;
  font-size: 0.95rem;
}

.ra-home-approved-testimonial-card-highlight {
  background: rgba(255, 255, 255, 0.14);
}

.ra-home-approved-faq-list {
  display: grid;
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
}

.ra-home-approved-faq-item {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(3, 0, 96, 0.08);
  box-shadow: 0 18px 42px rgba(3, 0, 96, 0.08);
  overflow: hidden;
}

.ra-home-approved-faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 24px 66px 24px 26px;
  color: #030060;
  font-weight: 700;
}

.ra-home-approved-faq-item summary::-webkit-details-marker {
  display: none;
}

.ra-home-approved-faq-item summary::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url("/imagens/Home/seta-baixo.png") center/contain no-repeat;
}

.ra-home-approved-faq-item[open] summary::after {
  background-image: url("/imagens/Home/seta-cima.png");
}

.ra-home-approved-faq-item p {
  margin: 0;
  padding: 0 26px 24px;
  color: #4b4f88;
  line-height: 1.7;
}

.ra-home-approved-final {
  position: relative;
  margin-bottom: 0;
  padding: 86px 0 56px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)), url("/imagens/Home/bg-elemento-rodape.png") center bottom/cover no-repeat;
}

.ra-home-approved-final-shell {
  display: grid;
  gap: 28px;
  justify-items: center;
  text-align: center;
}

.ra-home-approved-final-copy {
  max-width: 720px;
}

.ra-home-approved-final-copy h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ra-home-approved-final-copy p {
  margin: 0 auto 24px;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
}

.ra-home-approved-final-brand img {
  width: min(100%, 360px);
  height: auto;
}

/* ====== ConfirmContact Redesign ====== */
.ra-confirm-page {
  position: relative;
  overflow: hidden;
  margin-top: -18px;
  padding: 28px 0 56px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), url("/imagens/ConfirmaContato/background-2.png") center top/cover no-repeat;
}

.ra-confirm-backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at right top, rgba(229, 0, 126, 0.08), transparent 28%), radial-gradient(circle at left center, rgba(3, 0, 96, 0.06), transparent 30%);
  pointer-events: none;
}

.ra-confirm-container {
  position: relative;
  z-index: 1;
}

.ra-confirm-stage {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(680px, 760px);
  align-items: start;
}

.ra-confirm-copy {
  grid-column: 2;
  max-width: 760px;
  padding: 12px 0 0 12px;
}

.ra-confirm-copy h1 {
  margin: 0;
  color: #030060;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-size: clamp(2.35rem, 3.65vw, 4rem);
  font-weight: 700;
  line-height: 0.97;
  letter-spacing: -0.04em;
  max-width: 10.6ch;
}

.ra-confirm-panel {
  grid-column: 2;
  margin-top: 44px;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.ra-confirm-form-card {
  padding: 22px 20px 18px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 26px 54px rgba(3, 0, 96, 0.16);
}

.ra-confirm-form {
  display: grid;
  gap: 18px;
}

.ra-confirm-field {
  display: grid;
  gap: 8px;
}

.ra-confirm-field label {
  color: #030060;
  font-size: 0.98rem;
  font-weight: 700;
}

.ra-confirm-field span {
  color: #ff6c52;
  font-size: 0.72rem;
  font-weight: 600;
}

.ra-confirm-input {
  min-height: 44px;
  border: 2px solid rgba(3, 0, 96, 0.58);
  border-radius: 12px;
  padding: 0 16px;
  color: #030060;
  background: #ffffff;
  box-shadow: none !important;
}

.ra-confirm-input::placeholder {
  color: rgba(3, 0, 96, 0.26);
}

.ra-confirm-input[readonly] {
  background: rgba(248, 249, 255, 0.92);
}

.ra-confirm-submit {
  min-height: 36px;
  border-radius: 10px !important;
  font-size: 0.95rem;
  font-weight: 700;
}

.ra-confirm-legal {
  margin: 0;
  text-align: center;
  color: #ff6c52;
  font-size: 0.68rem;
  font-weight: 600;
}

.ra-confirm-feedback {
  margin: -4px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 600;
}

.ra-confirm-feedback:empty {
  display: none;
}

.ra-confirm-feedback-error {
  color: #8e174e;
  background: rgba(255, 226, 237, 0.88);
}

.ra-confirm-benefits {
  display: grid;
  gap: 18px;
}

.ra-confirm-benefit-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 102px;
  padding: 18px 24px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 24px 52px rgba(3, 0, 96, 0.14);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.ra-confirm-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 56px rgba(3, 0, 96, 0.18);
}

.ra-confirm-benefit-card img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.ra-confirm-benefit-card strong {
  display: block;
  color: #030060;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.15;
}

.ra-confirm-benefit-card span {
  display: block;
  margin-top: 4px;
  color: rgba(3, 0, 96, 0.86);
  font-size: 0.88rem;
  line-height: 1.35;
}

@media (max-width: 991.98px) {
  .ra-confirm-page {
    margin-top: 0;
    padding: 32px 0 48px;
    background-position: 28% top;
  }

  .ra-confirm-stage {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ra-confirm-copy,
  .ra-confirm-panel {
    grid-column: auto;
  }

  .ra-confirm-copy {
    padding: 0;
  }

  .ra-confirm-panel {
    margin-top: 0;
    grid-template-columns: 1fr;
  }

  .ra-home-approved-hero {
    padding: 34px 0 52px;
    background-position: 68% -42px;
  }

  .ra-home-approved-stage,
  .ra-home-approved-step-grid,
  .ra-home-approved-partner-grid,
  .ra-home-approved-benefit-grid,
  .ra-home-approved-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .ra-home-approved-stage {
    min-height: auto;
  }

  .ra-home-approved-copy {
    padding: 8px 0 0;
    max-width: none;
    text-align: left;
  }

  .ra-home-approved-inline-shell {
    max-width: 100%;
  }

  .ra-home-approved-flow-copy {
    max-width: none;
  }

  .ra-home-approved-step-grid {
    margin: 22px 0 0;
    max-width: 420px;
  }
}

@media (max-width: 575.98px) {
  .ra-confirm-copy h1 {
    font-size: 2.1rem;
    max-width: 11ch;
  }

  .ra-confirm-form-card,
  .ra-confirm-benefit-card {
    border-radius: 26px;
  }

  .ra-confirm-benefit-card {
    grid-template-columns: 48px 1fr;
    padding: 16px 18px;
  }

  .ra-home-approved-copy h1,
  .ra-home-approved-final-copy h2 {
    font-size: 2.35rem;
  }

  .ra-home-approved-inline-shell,
  .ra-home-approved-step-card,
  .ra-home-approved-benefit-card,
  .ra-home-approved-testimonial-card,
  .ra-home-approved-faq-item {
    border-radius: 24px;
  }

  .ra-home-approved-copy {
    gap: 18px;
  }

  .ra-home-approved-inline-shell {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .ra-home-approved-inline-button {
    width: 100%;
    min-width: 0;
  }

  .ra-home-approved-flow-copy h2 {
    font-size: 1.7rem;
  }

  .ra-home-approved-benefit-card {
    grid-template-columns: 34px 1fr;
    min-height: 96px;
    padding: 20px;
  }

  .ra-home-approved-heading span {
    font-size: 1.55rem;
  }

  .ra-home-approved-heading h2 {
    font-size: 2rem;
  }

  .ra-home-approved-final-brand img {
    width: min(100%, 280px);
  }

  .ra-home-approved-partner-card {
    min-height: 96px;
    padding: 16px 18px;
  }

  .ra-home-approved-partner-card img {
    max-height: 38px;
  }
}
.ra-backoffice-shell,
.ra-backoffice-login-shell {
  min-height: 100vh;
  background: linear-gradient(180deg, #f7f7ff 0%, #eef1ff 100%);
}

.ra-backoffice-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(3, 0, 96, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.ra-backoffice-header-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.ra-backoffice-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #030060;
  text-decoration: none;
  font-weight: 700;
}

.ra-backoffice-brand img {
  height: 44px;
  width: auto;
  max-width: none;
}

.ra-backoffice-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.ra-backoffice-nav a {
  padding: 10px 16px;
  border-radius: 999px;
  color: #030060;
  text-decoration: none;
  font-weight: 700;
}

.ra-backoffice-nav a.active,
.ra-backoffice-nav a:hover {
  background: rgba(229, 0, 126, 0.1);
  color: #e5007e;
}

.ra-backoffice-main {
  padding: 40px 0 72px;
}

.ra-backoffice-page-head {
  margin-bottom: 28px;
}

.ra-backoffice-kicker,
.ra-backoffice-login-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  min-height: 34px;
  border-radius: 999px;
  background: rgba(229, 0, 126, 0.1);
  color: #e5007e;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ra-backoffice-page-head h1,
.ra-backoffice-login-copy h1 {
  margin: 16px 0 10px;
  color: #030060;
  font-family: 'Bai Jamjuree', 'Roboto-Black', sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
}

.ra-backoffice-page-head p,
.ra-backoffice-login-copy p {
  margin: 0;
  color: rgba(3, 0, 96, 0.76);
  font-size: 1rem;
  line-height: 1.7;
}

.ra-backoffice-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.ra-backoffice-stat-card,
.ra-backoffice-panel,
.ra-backoffice-login-card {
  border: 1px solid rgba(3, 0, 96, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 48px rgba(3, 0, 96, 0.08);
}

.ra-backoffice-stat-card {
  padding: 24px;
  display: grid;
  gap: 8px;
}

.ra-backoffice-stat-card strong {
  color: #030060;
  font-size: 2rem;
  line-height: 1;
}

.ra-backoffice-stat-card span {
  color: rgba(3, 0, 96, 0.72);
}

.ra-backoffice-panel {
  padding: 28px;
}

.ra-backoffice-panel h2 {
  margin: 0 0 18px;
  color: #030060;
  font-size: 1.3rem;
  font-weight: 700;
}

.ra-backoffice-section-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.ra-backoffice-section-title p {
  color: rgba(3, 0, 96, 0.72);
}

.ra-backoffice-company-list,
.ra-backoffice-quick-links {
  display: grid;
  gap: 12px;
}

.ra-backoffice-company-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(248, 248, 255, 0.96);
}

.ra-backoffice-company-item strong,
.ra-backoffice-company-item span {
  display: block;
}

.ra-backoffice-company-item span {
  color: rgba(3, 0, 96, 0.62);
  font-size: 0.92rem;
}

.ra-backoffice-quick-links a {
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(248, 248, 255, 0.96);
  color: #030060;
  text-decoration: none;
  font-weight: 700;
}

.ra-backoffice-company-switcher,
.ra-backoffice-login-form,
.ra-backoffice-config-form {
  display: grid;
  gap: 18px;
}

.ra-backoffice-filter-form {
  margin-bottom: 20px;
}

.ra-backoffice-filter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: end;
}

.ra-backoffice-filter-actions {
  display: flex;
  gap: 10px;
}

.ra-backoffice-company-switcher label,
.ra-backoffice-field label {
  color: #030060;
  font-weight: 700;
}

.ra-backoffice-config-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ra-backoffice-config-section {
  display: grid;
  gap: 22px;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(3, 0, 96, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 36px rgba(3, 0, 96, 0.08);
}

.ra-backoffice-config-section-admin {
  background: linear-gradient(180deg, rgba(244, 247, 255, 0.92) 0%, rgba(237, 242, 255, 0.84) 100%);
}

.ra-backoffice-logo-uploader {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.ra-backoffice-logo-preview {
  display: grid;
  align-content: start;
  gap: 12px;
}

.ra-backoffice-logo-caption {
  color: rgba(3, 0, 96, 0.62);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ra-backoffice-logo-image,
.ra-backoffice-logo-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 18px;
  border-radius: 24px;
  border: 1px dashed rgba(3, 0, 96, 0.14);
  background: linear-gradient(180deg, rgba(247, 249, 255, 0.96) 0%, rgba(240, 244, 255, 0.9) 100%);
}

.ra-backoffice-logo-image {
  width: 100%;
  object-fit: contain;
}

.ra-backoffice-logo-empty {
  color: rgba(3, 0, 96, 0.56);
  font-weight: 600;
  text-align: center;
}

.ra-backoffice-logo-field {
  display: grid;
  align-content: start;
  gap: 8px;
}

.ra-backoffice-field-hint {
  color: rgba(3, 0, 96, 0.56);
  font-size: 0.84rem;
}

.ra-backoffice-check-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 18px;
}

.ra-backoffice-check-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #030060;
  font-weight: 600;
}

.ra-backoffice-check-grid-tight {
  grid-template-columns: 1fr;
}

.ra-backoffice-association-block {
  margin-top: 12px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(248, 248, 255, 0.96);
  border: 1px solid rgba(3, 0, 96, 0.08);
}

.ra-backoffice-association-block h3 {
  margin: 0 0 6px;
  color: #030060;
  font-size: 1rem;
  font-weight: 700;
}

.ra-backoffice-association-block p {
  margin: 0 0 16px;
  color: rgba(3, 0, 96, 0.66);
}

.ra-backoffice-association-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ra-backoffice-association-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(3, 0, 96, 0.1);
  color: #030060;
  font-weight: 600;
}

.ra-backoffice-form-actions {
  margin-top: 20px;
}

.ra-backoffice-table {
  margin: 0;
}

.ra-backoffice-table th {
  color: #030060;
}

.ra-backoffice-table-actions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.ra-backoffice-table-actions form {
  margin: 0;
}

.ra-backoffice-status {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.ra-backoffice-status.is-active {
  background: rgba(39, 174, 96, 0.12);
  color: #0b7a43;
}

.ra-backoffice-status.is-inactive {
  background: rgba(229, 0, 126, 0.1);
  color: #b0005f;
}

.ra-backoffice-status.is-warning {
  background: rgba(245, 166, 35, 0.14);
  color: #a05b00;
}

.ra-backoffice-status.is-neutral {
  background: rgba(47, 109, 246, 0.1);
  color: #2149b5;
}

.ra-backoffice-login-page {
  padding: 72px 0;
}

.ra-backoffice-login-card {
  max-width: 620px;
  margin: 0 auto;
  padding: 34px 32px;
}

.ra-backoffice-login-copy {
  margin-bottom: 24px;
}

.ra-backoffice-login-logo {
  width: 220px;
  max-width: 100%;
  height: auto;
}

.ra-backoffice-login-btn,
.ra-backoffice-logout-btn {
  min-height: 48px;
  border-radius: 999px !important;
  font-weight: 700;
}

.ra-backoffice-token-form {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(3, 0, 96, 0.08);
}

@media (max-width: 991.98px) {
  .ra-backoffice-header-inner {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .ra-backoffice-nav {
    justify-content: flex-start;
  }

  .ra-backoffice-stats,
  .ra-backoffice-config-grid,
  .ra-backoffice-check-grid,
  .ra-backoffice-filter-grid,
  .ra-backoffice-association-grid {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-logo-uploader {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-section-title {
    flex-direction: column;
    align-items: stretch;
  }

  .ra-backoffice-filter-actions {
    flex-wrap: wrap;
  }

  .ra-backoffice-table-actions {
    justify-content: flex-start;
  }
}

.ra-backoffice-shell,
.ra-backoffice-login-shell {
  background: linear-gradient(180deg, #eef2ff 0%, #f7f8fc 42%, #eef1fa 100%);
}

.ra-backoffice-header {
  border-bottom: 0;
  background: linear-gradient(135deg, #061685 0%, #0d4bc0 48%, #030060 100%);
  box-shadow: 0 20px 40px rgba(3, 0, 96, 0.22);
}

.ra-backoffice-header-inner {
  min-height: 96px;
  gap: 20px;
}

.ra-backoffice-brand {
  gap: 14px;
  color: #fff;
}

.ra-backoffice-brand span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.08rem;
  letter-spacing: 0.01em;
}

.ra-backoffice-nav {
  justify-content: center;
  gap: 10px;
}

.ra-backoffice-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.ra-backoffice-nav a.active,
.ra-backoffice-nav a:hover {
  color: #030060;
  background: #fff;
  box-shadow: 0 14px 24px rgba(3, 0, 96, 0.14);
  transform: translateY(-1px);
}

.ra-backoffice-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.ra-backoffice-userbox {
  min-width: 184px;
  padding: 10px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ra-backoffice-userbox strong,
.ra-backoffice-userbox span {
  display: block;
}

.ra-backoffice-userbox strong {
  font-size: 0.98rem;
}

.ra-backoffice-userbox span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.ra-backoffice-main {
  padding: 34px 0 72px;
}

.ra-backoffice-panel,
.ra-backoffice-login-card,
.ra-backoffice-stat-card {
  border: 1px solid rgba(11, 26, 102, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 48px rgba(9, 19, 87, 0.08);
}

.ra-backoffice-page-head {
  margin-bottom: 26px;
}

.ra-backoffice-page-head h1 {
  max-width: 860px;
}

.ra-backoffice-dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.ra-backoffice-dashboard-copy,
.ra-backoffice-dashboard-meta {
  padding: 28px 30px;
  border-radius: 30px;
  border: 1px solid rgba(3, 0, 96, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 48px rgba(3, 0, 96, 0.08);
}

.ra-backoffice-dashboard-copy h1 {
  margin: 16px 0 12px;
  color: #030060;
  font-size: clamp(2.1rem, 3vw, 3.4rem);
  line-height: 0.98;
}

.ra-backoffice-dashboard-copy p {
  max-width: 720px;
  color: rgba(3, 0, 96, 0.74);
  font-size: 1rem;
  line-height: 1.72;
}

.ra-backoffice-dashboard-meta {
  display: grid;
  gap: 14px;
  align-content: stretch;
  background: linear-gradient(180deg, rgba(3, 0, 96, 0.96) 0%, rgba(9, 49, 155, 0.96) 100%);
}

.ra-backoffice-meta-card {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ra-backoffice-meta-card span,
.ra-backoffice-meta-card strong {
  display: block;
}

.ra-backoffice-meta-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ra-backoffice-meta-card strong {
  margin-top: 6px;
  color: #fff;
  font-size: 1.1rem;
}

.ra-backoffice-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.ra-backoffice-kpi-card {
  position: relative;
  min-height: 184px;
  padding: 24px 24px 22px;
  border-radius: 28px;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 22px 38px rgba(3, 0, 96, 0.14);
}

.ra-backoffice-kpi-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -36% auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.ra-backoffice-kpi-card.is-blue {
  background: linear-gradient(135deg, #0f58da 0%, #1d8cff 100%);
}

.ra-backoffice-kpi-card.is-green {
  background: linear-gradient(135deg, #17935f 0%, #33c072 100%);
}

.ra-backoffice-kpi-card.is-gold {
  color: #030060;
  background: linear-gradient(135deg, #ffd86a 0%, #ffbf3f 100%);
}

.ra-backoffice-kpi-card.is-rose {
  background: linear-gradient(135deg, #e23a58 0%, #ff6170 100%);
}

.ra-backoffice-kpi-icon,
.ra-backoffice-kpi-card strong,
.ra-backoffice-kpi-card span,
.ra-backoffice-kpi-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.ra-backoffice-kpi-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.16);
  font-weight: 700;
}

.ra-backoffice-kpi-card strong {
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  line-height: 1;
}

.ra-backoffice-kpi-card span {
  margin-top: 10px;
  font-size: 1.12rem;
  font-weight: 700;
}

.ra-backoffice-kpi-card small {
  margin-top: 10px;
  color: inherit;
  opacity: 0.84;
  line-height: 1.55;
}

.ra-backoffice-company-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.ra-backoffice-company-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(3, 0, 96, 0.08);
  box-shadow: 0 12px 28px rgba(3, 0, 96, 0.06);
  color: #030060;
  text-decoration: none;
}

.ra-backoffice-company-pill strong,
.ra-backoffice-company-pill span {
  display: block;
}

.ra-backoffice-company-pill strong {
  font-size: 0.95rem;
}

.ra-backoffice-company-pill span {
  color: rgba(3, 0, 96, 0.64);
  font-size: 0.8rem;
}

.ra-backoffice-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.9fr);
  gap: 20px;
  margin-bottom: 20px;
}

.ra-backoffice-dashboard-grid-secondary {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.ra-backoffice-series-chart {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
  min-height: 260px;
}

.ra-backoffice-series-col {
  display: grid;
  gap: 10px;
  text-align: center;
}

.ra-backoffice-series-bars {
  height: 190px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  padding: 18px 0;
  border-radius: 20px;
  background: linear-gradient(180deg, #f7f8ff 0%, #edf1ff 100%);
}

.ra-backoffice-series-bars span {
  width: 16px;
  min-height: 8px;
  border-radius: 14px 14px 4px 4px;
}

.ra-backoffice-series-bars .is-boleto {
  background: linear-gradient(180deg, #9fd2ff 0%, #4da8ff 100%);
}

.ra-backoffice-series-bars .is-acordo {
  background: linear-gradient(180deg, #77dca1 0%, #1aa363 100%);
}

.ra-backoffice-series-col strong {
  color: #030060;
  font-size: 0.84rem;
}

.ra-backoffice-series-col small {
  color: rgba(3, 0, 96, 0.58);
  font-size: 0.78rem;
}

.ra-backoffice-series-legend {
  display: flex;
  gap: 18px;
  margin-top: 18px;
}

.ra-backoffice-series-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(3, 0, 96, 0.72);
  font-weight: 600;
}

.ra-backoffice-series-legend i {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 999px;
}

.ra-backoffice-series-legend .is-acordo {
  background: #1aa363;
}

.ra-backoffice-series-legend .is-boleto {
  background: #4da8ff;
}

.ra-backoffice-share-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.ra-backoffice-donut {
  width: 230px;
  height: 230px;
  padding: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto;
}

.ra-backoffice-donut-hole {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(3, 0, 96, 0.06);
}

.ra-backoffice-donut-hole strong,
.ra-backoffice-donut-hole span {
  display: block;
}

.ra-backoffice-donut-hole strong {
  color: #030060;
  font-size: 1.85rem;
  line-height: 1;
}

.ra-backoffice-donut-hole span {
  max-width: 86px;
  color: rgba(3, 0, 96, 0.58);
  font-size: 0.76rem;
  line-height: 1.35;
}

.ra-backoffice-legend-list {
  display: grid;
  gap: 14px;
}

.ra-backoffice-legend-item {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.ra-backoffice-legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
}

.ra-backoffice-legend-item strong,
.ra-backoffice-legend-item span {
  display: block;
}

.ra-backoffice-legend-item strong {
  color: #030060;
  font-size: 0.95rem;
}

.ra-backoffice-legend-item span {
  color: rgba(3, 0, 96, 0.62);
  font-size: 0.82rem;
}

.ra-backoffice-ranking-list,
.ra-backoffice-client-list {
  display: grid;
  gap: 14px;
}

.ra-backoffice-ranking-item,
.ra-backoffice-client-item {
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fbfcff 0%, #f3f6ff 100%);
  border: 1px solid rgba(3, 0, 96, 0.06);
}

.ra-backoffice-ranking-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  color: #030060;
}

.ra-backoffice-ranking-track {
  height: 12px;
  border-radius: 999px;
  background: rgba(3, 0, 96, 0.08);
  overflow: hidden;
}

.ra-backoffice-ranking-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.ra-backoffice-client-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.ra-backoffice-client-item strong,
.ra-backoffice-client-item span {
  display: block;
}

.ra-backoffice-client-item strong {
  color: #030060;
}

.ra-backoffice-client-item span {
  color: rgba(3, 0, 96, 0.62);
  font-size: 0.84rem;
}

.ra-backoffice-table-panel {
  margin-top: 6px;
}

.ra-backoffice-section-title-spread {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.ra-backoffice-table-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.ra-backoffice-table-counter {
  color: rgba(3, 0, 96, 0.58);
  font-size: 0.92rem;
  font-weight: 600;
}

.ra-backoffice-export-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(3, 0, 96, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: #030060;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(3, 0, 96, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ra-backoffice-export-link:hover {
  transform: translateY(-2px);
  border-color: rgba(47, 109, 246, 0.25);
  box-shadow: 0 18px 36px rgba(3, 0, 96, 0.12);
  color: #030060;
}

.ra-backoffice-deals-table td,
.ra-backoffice-deals-table th {
  vertical-align: middle;
}

.ra-backoffice-deals-table-premium {
  min-width: 920px;
}

.ra-backoffice-deals-table-premium thead th {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(3, 0, 96, 0.08);
  background: linear-gradient(180deg, rgba(245, 247, 255, 0.92) 0%, rgba(239, 243, 255, 0.72) 100%);
  color: rgba(3, 0, 96, 0.74);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ra-backoffice-deals-table-premium tbody tr {
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.ra-backoffice-deals-table-premium tbody tr:hover {
  transform: translateY(-1px);
  background: rgba(247, 249, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(47, 109, 246, 0.06);
}

.ra-backoffice-deals-table-premium tbody td {
  padding: 18px;
  border-bottom: 1px solid rgba(3, 0, 96, 0.06);
}

.ra-backoffice-cell-date {
  color: rgba(3, 0, 96, 0.74);
  font-weight: 600;
}

.ra-backoffice-cell-primary {
  color: #030060;
  font-size: 1rem;
  font-weight: 700;
}

.ra-backoffice-contract-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(47, 109, 246, 0.08);
  color: #1f4dbb;
  font-weight: 700;
}

.ra-backoffice-value-cell {
  color: #030060;
  font-size: 1rem;
  font-weight: 800;
}

.ra-backoffice-protocolo-panel {
  margin-bottom: 2rem;
}

.ra-backoffice-protocolo-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  margin-top: 1rem;
}

.ra-backoffice-protocolo-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.ra-backoffice-protocolo-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.ra-backoffice-protocolo-meta {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 246, 255, 0.94));
  border: 1px solid rgba(47, 109, 246, 0.12);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  box-shadow: 0 16px 40px rgba(3, 0, 96, 0.08);
}

.ra-backoffice-protocolo-meta span {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6f7aa8;
  margin-bottom: 0.35rem;
}

.ra-backoffice-protocolo-meta strong {
  color: #030060;
  font-size: 1rem;
  line-height: 1.35;
}

.ra-backoffice-protocolo-history {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.ra-backoffice-protocolo-message {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.ra-backoffice-protocolo-message header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.88rem;
  color: #6f7aa8;
}

.ra-backoffice-protocolo-message strong {
  color: #030060;
}

.ra-backoffice-protocolo-bubble {
  border-radius: 22px;
  padding: 1rem 1.15rem;
  box-shadow: 0 14px 34px rgba(3, 0, 96, 0.08);
  white-space: pre-wrap;
  line-height: 1.55;
}

.ra-backoffice-protocolo-message.is-user {
  align-items: flex-end;
}

.ra-backoffice-protocolo-message.is-user .ra-backoffice-protocolo-bubble {
  max-width: min(100%, 820px);
  background: linear-gradient(135deg, #e5007e, #ff5cae);
  color: #fff;
}

.ra-backoffice-protocolo-message.is-assistant .ra-backoffice-protocolo-bubble {
  max-width: min(100%, 900px);
  background: linear-gradient(180deg, #ffffff, #f3f6ff);
  color: #1f2b5c;
  border: 1px solid rgba(47, 109, 246, 0.12);
}

@media (max-width: 991.98px) {
  .ra-backoffice-protocolo-form {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-protocolo-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .ra-backoffice-protocolo-message header {
    flex-direction: column;
    gap: 0.25rem;
  }
}

.ra-backoffice-table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(3, 0, 96, 0.08);
}

.ra-backoffice-pager {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ra-backoffice-pager-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid rgba(3, 0, 96, 0.08);
  background: rgba(255, 255, 255, 0.94);
  color: rgba(3, 0, 96, 0.74);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(3, 0, 96, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.ra-backoffice-pager-link:hover {
  transform: translateY(-1px);
  border-color: rgba(47, 109, 246, 0.22);
  box-shadow: 0 16px 28px rgba(3, 0, 96, 0.1);
  color: #030060;
}

.ra-backoffice-pager-link.is-current {
  background: linear-gradient(135deg, #1d67ff 0%, #030060 100%);
  border-color: transparent;
  color: #fff;
}

.ra-backoffice-pager-link.is-disabled {
  opacity: 0.45;
  pointer-events: none;
  box-shadow: none;
}

.ra-backoffice-admin-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.ra-backoffice-admin-card,
.ra-backoffice-admin-link {
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(3, 0, 96, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px rgba(3, 0, 96, 0.07);
}

.ra-backoffice-admin-card span,
.ra-backoffice-admin-card strong,
.ra-backoffice-admin-card small {
  display: block;
}

.ra-backoffice-admin-card span {
  color: rgba(3, 0, 96, 0.64);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ra-backoffice-admin-card strong {
  margin-top: 10px;
  color: #030060;
  font-size: 2rem;
  line-height: 1;
}

.ra-backoffice-admin-card small {
  margin-top: 10px;
  color: rgba(3, 0, 96, 0.66);
  line-height: 1.55;
}

.ra-backoffice-admin-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.ra-backoffice-admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.ra-backoffice-admin-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 148px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid rgba(3, 0, 96, 0.12);
  color: #030060;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.ra-backoffice-admin-tab-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(3, 0, 96, 0.08);
  color: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
}

.ra-backoffice-admin-tab:hover,
.ra-backoffice-admin-tab.is-active {
  background: linear-gradient(135deg, #030060, #2146d0);
  box-shadow: 0 18px 34px rgba(3, 0, 96, 0.16);
  color: #fff;
  transform: translateY(-2px);
}

.ra-backoffice-admin-tab:hover .ra-backoffice-admin-tab-badge,
.ra-backoffice-admin-tab.is-active .ra-backoffice-admin-tab-badge {
  background: rgba(255, 255, 255, 0.18);
}

.ra-backoffice-admin-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding: 18px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(3, 0, 96, 0.08);
  box-shadow: 0 16px 36px rgba(3, 0, 96, 0.08);
}

.ra-backoffice-admin-callout strong,
.ra-backoffice-admin-callout span {
  display: block;
}

.ra-backoffice-admin-callout strong {
  color: #030060;
  font-size: 1rem;
}

.ra-backoffice-admin-callout span {
  margin-top: 6px;
  color: rgba(3, 0, 96, 0.68);
  line-height: 1.55;
}

.ra-backoffice-admin-link {
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ra-backoffice-admin-link:hover {
  transform: translateY(-3px);
  border-color: rgba(229, 0, 126, 0.18);
  box-shadow: 0 22px 40px rgba(3, 0, 96, 0.1);
}

.ra-backoffice-admin-link strong,
.ra-backoffice-admin-link span {
  display: block;
}

.ra-backoffice-admin-link strong {
  color: #030060;
  font-size: 1rem;
}

.ra-backoffice-admin-link span {
  margin-top: 8px;
  color: rgba(3, 0, 96, 0.64);
  line-height: 1.55;
}

.ra-backoffice-prompt-textarea {
  min-height: 320px;
  resize: none;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.97rem;
  line-height: 1.72;
}

.ra-backoffice-prompt-preview {
  color: rgba(3, 0, 96, 0.74);
  max-width: 320px;
  min-width: 220px;
  white-space: normal;
}

.ra-backoffice-prompt-help {
  margin-bottom: 0.9rem;
  color: rgba(3, 0, 96, 0.72);
  font-size: 0.92rem;
  line-height: 1.7;
}

.ra-backoffice-prompt-help strong {
  color: #030060;
  margin-right: 0.35rem;
}

.ra-backoffice-prompt-help code {
  display: inline-block;
  margin: 0 0.3rem 0.35rem 0;
  padding: 0.14rem 0.48rem;
  border-radius: 999px;
  background: rgba(229, 0, 126, 0.1);
  color: #030060;
  font-size: 0.85rem;
  font-family: "Consolas", "Courier New", monospace;
}

.ra-backoffice-markdown-editor {
  border: 1px solid rgba(3, 0, 96, 0.12);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(3, 0, 96, 0.08);
}

.ra-backoffice-markdown-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(3, 0, 96, 0.1);
  background: linear-gradient(180deg, rgba(248, 250, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.ra-backoffice-markdown-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ra-backoffice-markdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(3, 0, 96, 0.14);
  background: #fff;
  color: #030060;
  font-size: 0.94rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ra-backoffice-markdown-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(3, 0, 96, 0.08);
  border-color: rgba(229, 0, 126, 0.24);
}

.ra-backoffice-markdown-hint {
  color: rgba(3, 0, 96, 0.58);
  font-size: 0.88rem;
  text-align: right;
}

.ra-backoffice-markdown-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: start;
}

.ra-backoffice-markdown-pane {
  min-height: 0;
}

.ra-backoffice-markdown-pane + .ra-backoffice-markdown-pane {
  border-left: 1px solid rgba(3, 0, 96, 0.1);
}

.ra-backoffice-markdown-preview-pane {
  padding: 18px 20px 22px;
  background: linear-gradient(180deg, rgba(247, 249, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.ra-backoffice-markdown-preview-label {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(3, 0, 96, 0.54);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ra-backoffice-markdown-preview-body {
  color: #1f2550;
  font-size: 1.02rem;
  line-height: 1.75;
}

.ra-backoffice-markdown-preview-body h1,
.ra-backoffice-markdown-preview-body h2,
.ra-backoffice-markdown-preview-body h3,
.ra-backoffice-markdown-preview-body h4 {
  margin: 0 0 14px;
  color: #202646;
  line-height: 1.2;
  font-weight: 800;
}

.ra-backoffice-markdown-preview-body h1 {
  font-size: 2rem;
}

.ra-backoffice-markdown-preview-body h2 {
  font-size: 1.65rem;
}

.ra-backoffice-markdown-preview-body h3 {
  font-size: 1.35rem;
}

.ra-backoffice-markdown-preview-body p,
.ra-backoffice-markdown-preview-body ul,
.ra-backoffice-markdown-preview-body blockquote,
.ra-backoffice-markdown-preview-body pre {
  margin: 0 0 16px;
}

.ra-backoffice-markdown-preview-body ul {
  padding-left: 22px;
}

.ra-backoffice-markdown-preview-body li + li {
  margin-top: 8px;
}

.ra-backoffice-markdown-preview-body blockquote {
  padding: 14px 16px;
  border-left: 4px solid #e5007e;
  border-radius: 0 14px 14px 0;
  background: rgba(229, 0, 126, 0.06);
}

.ra-backoffice-markdown-preview-body code {
  padding: 2px 8px;
  border-radius: 8px;
  background: rgba(3, 0, 96, 0.08);
  color: #030060;
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.92em;
}

.ra-backoffice-markdown-preview-body pre {
  padding: 16px 18px;
  border-radius: 18px;
  overflow: auto;
  background: #141a44;
}

.ra-backoffice-markdown-preview-body pre code {
  padding: 0;
  background: transparent;
  color: #fff;
}

.ra-backoffice-markdown-preview-body a {
  color: #2146d0;
  font-weight: 700;
}

.ra-backoffice-markdown-empty {
  color: rgba(3, 0, 96, 0.5);
}

@media (max-width: 1199.98px) {
  .ra-backoffice-kpi-grid,
  .ra-backoffice-admin-summary,
  .ra-backoffice-admin-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ra-backoffice-dashboard-grid,
  .ra-backoffice-dashboard-grid-secondary,
  .ra-backoffice-dashboard-hero {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-markdown-grid {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-markdown-pane + .ra-backoffice-markdown-pane {
    border-left: 0;
    border-top: 1px solid rgba(3, 0, 96, 0.1);
  }
}

@media (max-width: 991.98px) {
  .ra-backoffice-header-inner {
    gap: 14px;
  }

  .ra-backoffice-header-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .ra-backoffice-userbox {
    min-width: 0;
    width: 100%;
  }

  .ra-backoffice-share-layout {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-series-chart {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ra-backoffice-admin-callout,
  .ra-backoffice-markdown-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .ra-backoffice-markdown-hint {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .ra-backoffice-kpi-grid,
  .ra-backoffice-admin-summary,
  .ra-backoffice-admin-links,
  .ra-backoffice-series-chart {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-client-item,
  .ra-backoffice-ranking-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ra-backoffice-panel,
  .ra-backoffice-dashboard-copy,
  .ra-backoffice-dashboard-meta {
    padding: 22px;
    border-radius: 24px;
  }
}

.ra-backoffice-page-head-compact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.ra-backoffice-page-head-compact p {
  max-width: 420px;
}

.ra-backoffice-kpi-grid-premium {
  margin-bottom: 20px;
}

.ra-backoffice-kpi-grid-premium .ra-backoffice-kpi-card {
  min-height: 172px;
  border-radius: 22px;
  padding: 20px 22px 18px;
}

.ra-backoffice-kpi-grid-premium .ra-backoffice-kpi-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 10px;
  font-size: 0.92rem;
}

.ra-backoffice-kpi-grid-premium .ra-backoffice-kpi-card strong {
  font-size: clamp(1.6rem, 2.3vw, 2.2rem);
}

.ra-backoffice-toolbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.ra-backoffice-toolbar-item {
  min-height: 72px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(3, 0, 96, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(3, 0, 96, 0.06);
}

.ra-backoffice-toolbar-item span,
.ra-backoffice-toolbar-item strong {
  display: block;
}

.ra-backoffice-toolbar-item span {
  color: rgba(3, 0, 96, 0.56);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ra-backoffice-toolbar-item strong {
  margin-top: 7px;
  color: #030060;
  font-size: 1.02rem;
}

.ra-backoffice-dashboard-grid-insights {
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
}

.ra-backoffice-dashboard-grid-secondary {
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  margin-top: 28px;
}

.ra-backoffice-chart-card {
  display: grid;
  gap: 18px;
}

.ra-backoffice-chart-canvas-wrap {
  position: relative;
  min-height: 320px;
  padding: 10px 6px 0;
}

.ra-backoffice-chart-canvas-wrap canvas {
  width: 100% !important;
  height: 100% !important;
}

.ra-backoffice-origin-layout {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.ra-backoffice-origin-chart-wrap {
  position: relative;
  min-height: 260px;
  max-width: 280px;
  margin: 0 auto;
}

.ra-backoffice-origin-chart-wrap canvas {
  width: 100% !important;
  height: 100% !important;
}

.ra-backoffice-origin-chart-center {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  pointer-events: none;
}

.ra-backoffice-origin-chart-center strong {
  color: #030060;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.ra-backoffice-origin-chart-center span {
  margin-top: 6px;
  color: #6f7aa8;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: lowercase;
}

.ra-backoffice-origin-legend {
  display: grid;
  gap: 14px;
}

.ra-backoffice-origin-item {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fafbff 0%, #f4f6ff 100%);
  box-shadow: inset 0 0 0 1px rgba(3, 0, 96, 0.06);
}

.ra-backoffice-origin-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
}

.ra-backoffice-origin-copy {
  display: grid;
  gap: 3px;
}

.ra-backoffice-origin-copy strong {
  color: #030060;
  font-size: 1rem;
  font-weight: 800;
}

.ra-backoffice-origin-copy span {
  color: #6f7aa8;
  font-size: 0.86rem;
}

.ra-backoffice-origin-percent {
  color: #030060;
  font-size: 1rem;
  font-weight: 800;
}

.ra-backoffice-chart-stage {
  position: relative;
}

.ra-backoffice-chart-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
  min-height: 270px;
}

.ra-backoffice-chart-day {
  display: grid;
  gap: 8px;
  text-align: center;
}

.ra-backoffice-chart-bars {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 8px;
  height: 190px;
  padding: 16px 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #fafbff 0%, #f2f5ff 100%);
}

.ra-backoffice-chart-grid-lined {
  position: relative;
  z-index: 2;
}

.ra-backoffice-chart-bars-single {
  position: relative;
}

.ra-backoffice-chart-bars span {
  width: 18px;
  min-height: 8px;
  border-radius: 16px 16px 4px 4px;
}

.ra-backoffice-chart-bars .is-consulta {
  background: linear-gradient(180deg, #6b9bff 0%, #1d67ff 100%);
}

.ra-backoffice-chart-bars .is-acordo {
  background: linear-gradient(180deg, #94e1a5 0%, #1aa363 100%);
}

.ra-backoffice-chart-line-svg {
  position: absolute;
  left: 0;
  top: 16px;
  width: 100%;
  height: 190px;
  z-index: 3;
  overflow: visible;
  pointer-events: none;
}

.ra-backoffice-chart-line-path {
  fill: none;
  stroke: #2f6df6;
  stroke-width: 0.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ra-backoffice-chart-line-dot {
  fill: #2f6df6;
  stroke: #ffffff;
  stroke-width: 0.7;
}

.ra-backoffice-chart-day strong {
  color: #030060;
  font-size: 0.82rem;
}

.ra-backoffice-chart-day small {
  color: rgba(3, 0, 96, 0.6);
  font-size: 0.76rem;
}

.ra-backoffice-chart-legend {
  display: flex;
  gap: 18px;
}

.ra-backoffice-chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(3, 0, 96, 0.72);
  font-weight: 600;
}

.ra-backoffice-chart-legend i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  display: block;
}

.ra-backoffice-chart-legend .is-consulta {
  background: #1d67ff;
}

.ra-backoffice-chart-legend .is-acordo {
  background: #1aa363;
}

.ra-backoffice-chart-legend .is-promessa {
  background: #2f6df6;
}

.ra-backoffice-chart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(3, 0, 96, 0.06) 0%, rgba(29, 103, 255, 0.06) 100%);
}

.ra-backoffice-chart-footer strong {
  color: #030060;
}

.ra-backoffice-chart-footer span {
  color: rgba(3, 0, 96, 0.66);
  font-size: 0.9rem;
}

.ra-backoffice-chart-conversion {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.ra-backoffice-chart-conversion.is-up {
  color: #18a957;
}

.ra-backoffice-chart-conversion.is-down {
  color: #db3d57;
}

.ra-backoffice-summary-table {
  margin: 0;
}

.ra-backoffice-summary-table th,
.ra-backoffice-summary-table td {
  vertical-align: middle;
}

.ra-backoffice-summary-sub {
  color: rgba(3, 0, 96, 0.56);
  font-size: 0.78rem;
}

.ra-backoffice-upload-help {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(3, 0, 96, 0.04);
  color: rgba(3, 0, 96, 0.82);
}

.ra-backoffice-upload-help p {
  margin: 8px 0 0;
}

.ra-backoffice-admin-summary-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1199.98px) {
  .ra-backoffice-toolbar,
  .ra-backoffice-dashboard-grid-insights {
    grid-template-columns: 1fr 1fr;
  }

  .ra-backoffice-origin-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .ra-backoffice-page-head-compact,
  .ra-backoffice-chart-footer,
  .ra-backoffice-toolbar,
  .ra-backoffice-dashboard-grid-insights,
  .ra-backoffice-dashboard-grid-secondary {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .ra-backoffice-table-toolbar,
  .ra-backoffice-table-footer {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .ra-backoffice-chart-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.ra-backoffice-header-inner {
  min-height: auto;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
}

.ra-backoffice-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ra-backoffice-menu-toggle {
  width: 48px;
  height: 48px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 24px rgba(3, 0, 96, 0.16);
}

.ra-backoffice-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.ra-backoffice-menu {
  min-width: 0;
}

.ra-backoffice-nav {
  min-width: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.ra-backoffice-nav a {
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.96rem;
  white-space: nowrap;
}

.ra-backoffice-header-actions {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ra-backoffice-userbox {
  min-width: 168px;
}

.ra-backoffice-kpi-surface {
  padding: 18px;
  margin-bottom: 18px;
  border: 1px solid rgba(3, 0, 96, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 44px rgba(3, 0, 96, 0.08);
}

.ra-backoffice-kpi-grid-premium {
  margin-bottom: 0;
}

.ra-backoffice-kpi-panel {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 38px rgba(3, 0, 96, 0.12);
  background: #fff;
}

.ra-backoffice-kpi-top,
.ra-backoffice-kpi-bottom {
  position: relative;
}

.ra-backoffice-kpi-top {
  min-height: 156px;
  padding: 20px 22px 18px;
  color: #fff;
}

.ra-backoffice-kpi-panel.is-blue .ra-backoffice-kpi-top {
  background: linear-gradient(135deg, #1267eb 0%, #2f87ff 100%);
}

.ra-backoffice-kpi-panel.is-green .ra-backoffice-kpi-top {
  background: linear-gradient(135deg, #17935f 0%, #4bc478 100%);
}

.ra-backoffice-kpi-panel.is-gold .ra-backoffice-kpi-top {
  color: #030060;
  background: linear-gradient(135deg, #ffd96c 0%, #ffcd54 100%);
}

.ra-backoffice-kpi-panel.is-rose .ra-backoffice-kpi-top {
  background: linear-gradient(135deg, #eb4b59 0%, #ff6577 100%);
}

.ra-backoffice-kpi-top::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -48px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.ra-backoffice-kpi-top .ra-backoffice-kpi-icon,
.ra-backoffice-kpi-top strong,
.ra-backoffice-kpi-top span {
  position: relative;
  z-index: 1;
  display: block;
}

.ra-backoffice-kpi-top strong {
  margin-top: 6px;
  font-size: clamp(1.85rem, 2.3vw, 2.7rem);
  line-height: 1;
}

.ra-backoffice-kpi-top span:last-child {
  margin-top: 14px;
  font-size: 1.22rem;
  font-weight: 700;
}

.ra-backoffice-kpi-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  background: #fff;
}

.ra-backoffice-kpi-delta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  font-size: 0.96rem;
  white-space: nowrap;
}

.ra-backoffice-kpi-delta em {
  color: rgba(3, 0, 96, 0.5);
  font-style: normal;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ra-backoffice-kpi-delta.is-up {
  color: #18a957;
}

.ra-backoffice-kpi-delta.is-down {
  color: #db3d57;
}

.ra-backoffice-filter-bar {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(0, 1fr)) auto;
  gap: 14px;
  margin-bottom: 22px;
}

.ra-backoffice-filter-chip {
  min-height: 78px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(3, 0, 96, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 26px rgba(3, 0, 96, 0.06);
}

.ra-backoffice-filter-chip label {
  display: block;
  margin-bottom: 8px;
  color: rgba(3, 0, 96, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ra-backoffice-filter-range-inputs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.ra-backoffice-filter-range-inputs span {
  color: rgba(3, 0, 96, 0.5);
  font-weight: 700;
  font-size: 0.85rem;
}

.ra-backoffice-filter-chip .form-control,
.ra-backoffice-filter-chip .form-select {
  min-height: 42px;
  border-radius: 14px;
  border-color: rgba(3, 0, 96, 0.12);
  box-shadow: none;
}

.ra-backoffice-filter-submit {
  min-height: 78px;
  padding: 0 24px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #17935f 0%, #37bc6d 100%);
  box-shadow: 0 18px 32px rgba(24, 169, 87, 0.24);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}

.ra-backoffice-panel-premium {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 46px rgba(3, 0, 96, 0.08);
}

@media (min-width: 1200px) {
  .ra-backoffice-menu-toggle {
    display: none;
  }

  .ra-backoffice-header-inner {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

  .ra-backoffice-menu {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
  }
}

@media (max-width: 1199.98px) {
  .ra-backoffice-menu {
    grid-column: 1 / -1;
  }

  .ra-backoffice-menu.show {
    display: grid;
    gap: 14px;
  }

  .ra-backoffice-filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ra-backoffice-filter-submit {
    min-height: 58px;
  }
}

@media (max-width: 991.98px) {
  .ra-backoffice-filter-bar,
  .ra-backoffice-dashboard-grid-insights {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-kpi-bottom {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .ra-backoffice-kpi-top {
    min-height: 138px;
  }

  .ra-backoffice-kpi-top span:last-child {
    font-size: 1.08rem;
  }

  .ra-backoffice-filter-range-inputs {
    grid-template-columns: 1fr;
  }
}

.ra-backoffice-admin-layout {
  display: grid;
  grid-template-columns: minmax(250px, 280px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 24px;
}

.ra-backoffice-admin-sidebar {
  min-width: 0;
}

.ra-backoffice-admin-sidebar-sticky {
  position: sticky;
  top: 112px;
}

.ra-backoffice-admin-workspace-nav {
  display: grid;
  gap: 16px;
  margin-bottom: 0;
}

.ra-backoffice-admin-tabs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 0;
}

.ra-backoffice-admin-tab {
  width: 100%;
  min-width: 0;
  padding: 14px 16px;
  border-radius: 18px;
  justify-content: space-between;
}

.ra-backoffice-admin-tab-badge {
  min-width: 30px;
  height: 30px;
}

.ra-backoffice-admin-shortcuts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.ra-backoffice-admin-shortcuts .ra-backoffice-admin-link {
  margin: 0;
}

.ra-backoffice-admin-content {
  min-width: 0;
}

.ra-backoffice-protocolo-inline-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ra-backoffice-protocolo-modal {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
}

.ra-backoffice-protocolo-modal .modal-header,
.ra-backoffice-protocolo-modal .modal-footer {
  border-color: rgba(3, 0, 96, 0.08);
  background: rgba(245, 247, 255, 0.9);
}

.ra-backoffice-protocolo-modal .modal-body {
  background: #f7f9ff;
}

.ra-backoffice-protocolo-modal .modal-header small {
  display: block;
  margin-top: 4px;
  color: rgba(3, 0, 96, 0.62);
  font-weight: 700;
}

.ra-backoffice-filter-bar-reports {
  grid-template-columns: minmax(260px, 1.5fr) repeat(4, minmax(0, 1fr)) auto;
}

.ra-backoffice-filter-chip-search .form-control {
  min-width: 180px;
}

@media (max-width: 1199.98px) {
  .ra-backoffice-admin-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ra-backoffice-admin-sidebar-sticky {
    position: static;
    top: auto;
  }

  .ra-backoffice-admin-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ra-backoffice-admin-tab {
    justify-content: center;
    border-radius: 999px;
    padding: 13px 18px;
  }

  .ra-backoffice-admin-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ra-backoffice-filter-bar-reports {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ra-backoffice-filter-bar-reports .ra-backoffice-filter-chip-range {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  .ra-backoffice-admin-tabs,
  .ra-backoffice-admin-shortcuts,
  .ra-backoffice-filter-bar-reports {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-filter-bar-reports .ra-backoffice-filter-chip-range,
  .ra-backoffice-filter-bar-reports .ra-backoffice-filter-chip-search {
    grid-column: auto;
  }
}


/* ===== Backoffice Admin Hotfix ===== */
.ra-backoffice-admin-layout {
  align-items: flex-start;
}

.ra-backoffice-admin-sidebar,
.ra-backoffice-admin-content {
  min-width: 0;
}

.ra-backoffice-admin-sidebar-sticky {
  position: sticky;
  top: 112px;
}

.ra-backoffice-admin-workspace-nav {
  position: relative;
  z-index: 1;
}

.ra-backoffice-admin-tabs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 0;
}

.ra-backoffice-admin-tab {
  width: 100%;
  min-width: 0;
  padding: 14px 16px;
  border-radius: 18px;
  justify-content: space-between;
}

.ra-backoffice-admin-shortcuts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.ra-backoffice-admin-shortcuts .ra-backoffice-admin-link {
  margin: 0;
}

.ra-backoffice-deals-table-premium th:last-child,
.ra-backoffice-deals-table-premium td:last-child {
  min-width: 186px;
}

.ra-backoffice-deals-table-premium .ra-backoffice-table-actions {
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.ra-backoffice-deals-table-premium .ra-backoffice-table-actions .btn {
  white-space: nowrap;
}

@media (max-width: 1399.98px) {
  .ra-backoffice-admin-sidebar-sticky {
    position: static;
    top: auto;
  }

  .ra-backoffice-admin-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ra-backoffice-admin-tab {
    width: auto;
    justify-content: center;
    border-radius: 999px;
    padding: 13px 18px;
  }

  .ra-backoffice-admin-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .ra-backoffice-admin-tabs,
  .ra-backoffice-admin-shortcuts {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-deals-table-premium th:last-child,
  .ra-backoffice-deals-table-premium td:last-child {
    min-width: 160px;
  }

  .ra-backoffice-deals-table-premium .ra-backoffice-table-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/* ===== Backoffice Admin Final Override ===== */
.ra-backoffice-page .ra-backoffice-admin-layout {
  display: grid !important;
  grid-template-columns: minmax(250px, 280px) minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: start !important;
  margin-bottom: 24px;
}

.ra-backoffice-page .ra-backoffice-admin-sidebar,
.ra-backoffice-page .ra-backoffice-admin-content {
  min-width: 0;
}

.ra-backoffice-page .ra-backoffice-admin-sidebar-sticky {
  position: static !important;
  top: auto !important;
}

.ra-backoffice-page .ra-backoffice-admin-workspace-nav {
  display: grid;
  gap: 14px;
  margin-bottom: 0;
}

.ra-backoffice-page .ra-backoffice-admin-tabs {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px;
  margin-bottom: 0;
}

.ra-backoffice-page .ra-backoffice-admin-tab {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
  justify-content: space-between;
}

.ra-backoffice-page .ra-backoffice-admin-shortcuts {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px;
}

.ra-backoffice-page .ra-backoffice-admin-shortcuts .ra-backoffice-admin-link {
  margin: 0;
}

@media (min-width: 1200px) {
  .ra-backoffice-page .ra-backoffice-admin-sidebar-sticky {
    position: sticky !important;
    top: 112px !important;
  }
}

@media (max-width: 1199.98px) {
  .ra-backoffice-page .ra-backoffice-admin-layout {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .ra-backoffice-page .ra-backoffice-admin-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ra-backoffice-page .ra-backoffice-admin-tab {
    justify-content: center;
    border-radius: 999px !important;
    padding: 13px 18px !important;
  }

  .ra-backoffice-page .ra-backoffice-admin-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991.98px) {
  .ra-backoffice-page .ra-backoffice-admin-tabs,
  .ra-backoffice-page .ra-backoffice-admin-shortcuts {
    grid-template-columns: 1fr !important;
  }
}

/* ===== Backoffice Admin Tabs Reset ===== */
.ra-backoffice-page .ra-backoffice-admin-workspace-nav {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.ra-backoffice-page .ra-backoffice-admin-tabs {
  display: flex !important;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 0;
}

.ra-backoffice-page .ra-backoffice-admin-tab {
  display: inline-flex !important;
  width: auto !important;
  min-width: 148px !important;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  justify-content: center !important;
}

.ra-backoffice-page .ra-backoffice-admin-shortcuts {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px;
}

@media (max-width: 991.98px) {
  .ra-backoffice-page .ra-backoffice-admin-tabs {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .ra-backoffice-page .ra-backoffice-admin-tab {
    width: 100% !important;
    justify-content: space-between !important;
  }

  .ra-backoffice-page .ra-backoffice-admin-shortcuts {
    grid-template-columns: 1fr !important;
  }
}

/* ===== Backoffice Fix Pack ===== */
.ra-backoffice-kpi-top .ra-backoffice-kpi-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.ra-backoffice-kpi-top strong,
.ra-backoffice-kpi-top span {
  display: block;
}

.ra-backoffice-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ra-backoffice-admin-summary {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ra-backoffice-admin-users-table td:nth-child(4) {
  max-width: 420px;
  white-space: normal;
}

.ra-backoffice-admin-users-table td:last-child,
.ra-backoffice-admin-users-table th:last-child {
  min-width: 220px;
}

.ra-backoffice-admin-users-table .ra-backoffice-table-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.ra-backoffice-filter-bar-reports-clean {
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(170px, 1fr)) minmax(220px, 1.15fr) auto;
  align-items: end;
}

.ra-backoffice-filter-bar-reports-clean .ra-backoffice-filter-chip {
  min-width: 0;
}

.ra-backoffice-filter-bar-reports-clean .ra-backoffice-filter-chip-search .form-control {
  min-width: 0;
  width: 100%;
}

.ra-backoffice-relatorios-table th,
.ra-backoffice-relatorios-table td {
  white-space: nowrap;
  vertical-align: middle;
}

.ra-backoffice-relatorios-table th:first-child,
.ra-backoffice-relatorios-table td:first-child {
  min-width: 150px;
}

.ra-backoffice-relatorios-table th:last-child,
.ra-backoffice-relatorios-table td:last-child {
  min-width: 200px;
}

.ra-backoffice-report-actions .ra-backoffice-table-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.ra-backoffice-realtime-grid {
  margin-top: 18px;
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ra-backoffice-realtime-card {
  padding: 18px;
}

.ra-backoffice-realtime-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(3, 0, 96, 0.62);
  font-weight: 700;
}

.ra-backoffice-realtime-card h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
  color: #030060;
}

.ra-backoffice-realtime-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.ra-backoffice-realtime-metrics strong {
  display: block;
  color: #030060;
  font-size: 1.3rem;
  line-height: 1;
}

.ra-backoffice-realtime-metrics span {
  color: rgba(3, 0, 96, 0.7);
  font-size: 0.86rem;
}

.ra-backoffice-status-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 1399.98px) {
  .ra-backoffice-realtime-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1199.98px) {
  .ra-backoffice-filter-bar-reports-clean {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ra-backoffice-filter-bar-reports-clean .ra-backoffice-filter-chip-range,
  .ra-backoffice-filter-bar-reports-clean .ra-backoffice-filter-chip-search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  .ra-backoffice-realtime-grid {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-admin-users-table td:last-child,
  .ra-backoffice-admin-users-table th:last-child,
  .ra-backoffice-relatorios-table td:last-child,
  .ra-backoffice-relatorios-table th:last-child {
    min-width: 160px;
  }

  .ra-backoffice-filter-bar-reports-clean {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-filter-bar-reports-clean .ra-backoffice-filter-chip-range,
  .ra-backoffice-filter-bar-reports-clean .ra-backoffice-filter-chip-search {
    grid-column: auto;
  }
}

/* ===== Backoffice Polish Pack 2026-04-01 ===== */
.ra-backoffice-page .ra-backoffice-admin-tabs,
.ra-backoffice-page .ra-backoffice-admin-shortcuts {
  display: none !important;
}

.ra-adminv2-toolbar {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.ra-adminv2-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ra-adminv2-tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(3, 0, 96, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: #030060;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease;
}

.ra-adminv2-tab strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(3, 0, 96, 0.09);
  color: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
}

.ra-adminv2-tab:hover,
.ra-adminv2-tab.is-active {
  background: linear-gradient(135deg, #030060 0%, #2146d0 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(3, 0, 96, 0.18);
  border-color: transparent;
}

.ra-adminv2-tab:hover strong,
.ra-adminv2-tab.is-active strong {
  background: rgba(255, 255, 255, 0.2);
}

.ra-adminv2-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ra-adminv2-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 14px;
  border: 1px solid rgba(3, 0, 96, 0.12);
  background: #fff;
  color: #030060;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.ra-adminv2-link:hover {
  transform: translateY(-1px);
  border-color: rgba(229, 0, 126, 0.28);
  box-shadow: 0 10px 20px rgba(3, 0, 96, 0.1);
  color: #030060;
}

.ra-backoffice-admin-users-table {
  width: 100%;
}

.ra-backoffice-admin-users-table td,
.ra-backoffice-admin-users-table th {
  vertical-align: top;
}

.ra-backoffice-admin-users-table td:nth-child(4) {
  min-width: 260px;
  max-width: 460px;
  white-space: normal;
}

.ra-backoffice-admin-users-table td:last-child,
.ra-backoffice-admin-users-table th:last-child {
  min-width: 210px;
}

.ra-backoffice-admin-users-table .ra-backoffice-table-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.ra-backoffice-kpi-top .ra-backoffice-kpi-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 10px;
  line-height: 1;
  font-size: 1rem;
  padding-top: 1px;
}

.ra-backoffice-filter-bar-reports-clean {
  grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(170px, 1fr)) minmax(240px, 1.2fr) auto;
  gap: 14px;
  align-items: end;
}

.ra-backoffice-filter-bar-reports-clean .ra-backoffice-filter-chip {
  min-width: 0;
}

.ra-backoffice-filter-bar-reports-clean .ra-backoffice-filter-chip-search .form-control {
  width: 100%;
}

.ra-backoffice-relatorios-table {
  width: 100%;
}

.ra-backoffice-relatorios-table th,
.ra-backoffice-relatorios-table td {
  vertical-align: middle;
  white-space: nowrap;
}

.ra-backoffice-relatorios-table th:first-child,
.ra-backoffice-relatorios-table td:first-child {
  min-width: 190px;
  max-width: 240px;
  white-space: normal;
  word-break: break-word;
}

.ra-backoffice-relatorios-table th:nth-child(5),
.ra-backoffice-relatorios-table td:nth-child(5),
.ra-backoffice-relatorios-table th:nth-child(6),
.ra-backoffice-relatorios-table td:nth-child(6) {
  white-space: normal;
}

.ra-backoffice-relatorios-table th:last-child,
.ra-backoffice-relatorios-table td:last-child {
  min-width: 200px;
}

.ra-backoffice-report-actions .ra-backoffice-table-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

@media (max-width: 1199.98px) {
  .ra-backoffice-filter-bar-reports-clean {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ra-backoffice-filter-bar-reports-clean .ra-backoffice-filter-chip-range,
  .ra-backoffice-filter-bar-reports-clean .ra-backoffice-filter-chip-search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  .ra-adminv2-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .ra-adminv2-tabs,
  .ra-adminv2-links {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

  .ra-adminv2-tab,
  .ra-adminv2-link {
    width: 100%;
  }

  .ra-adminv2-tab {
    justify-content: space-between;
  }

  .ra-backoffice-filter-bar-reports-clean {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-filter-bar-reports-clean .ra-backoffice-filter-chip-range,
  .ra-backoffice-filter-bar-reports-clean .ra-backoffice-filter-chip-search {
    grid-column: auto;
  }
}

/* ===== Backoffice Grid Compact Pack 2026-04-02 ===== */
.ra-backoffice-table-actions-icons {
  flex-wrap: nowrap;
  gap: 6px;
}

.ra-backoffice-table-actions-icons form {
  margin: 0;
}

.ra-backoffice-icon-btn {
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  line-height: 1;
}

.ra-backoffice-icon-btn i {
  font-size: 0.95rem;
  line-height: 1;
  pointer-events: none;
}

.ra-backoffice-contract-pill-protocolo {
  max-width: 210px;
  padding: 8px 12px;
  border-radius: 16px;
  line-height: 1.3;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ra-backoffice-admin-users-table td:last-child,
.ra-backoffice-admin-users-table th:last-child {
  width: 132px;
  min-width: 132px;
}

.ra-backoffice-admin-users-table .ra-backoffice-table-actions {
  flex-wrap: nowrap;
}

.ra-backoffice-relatorios-table th:first-child,
.ra-backoffice-relatorios-table td:first-child {
  width: 210px;
  min-width: 210px;
  max-width: 210px;
}

.ra-backoffice-relatorios-table th:last-child,
.ra-backoffice-relatorios-table td:last-child {
  width: 112px;
  min-width: 112px;
}

.ra-backoffice-report-actions .ra-backoffice-table-actions {
  justify-content: flex-end;
  flex-wrap: nowrap;
}

@media (max-width: 991.98px) {
  .ra-backoffice-table-actions-icons {
    flex-wrap: wrap;
  }
}

/* ===== Thopen Hard Overrides (final cascade) ===== */
.ra-site-shell.ra-tenant-thopen {
  --thopen-pink: #FF005D;
  --thopen-yellow: #FFF006;
  --thopen-gradient: linear-gradient(135deg, #FF005D 0%, #FFF006 100%);
  --thopen-gradient-soft: linear-gradient(120deg, rgba(255, 0, 93, 0.92) 0%, rgba(255, 240, 6, 0.92) 100%);
}

.ra-site-shell.ra-tenant-thopen .ra-nav-pill {
  background: rgba(255, 0, 93, 0.1) !important;
  border: 1px solid rgba(255, 0, 93, 0.22) !important;
  color: #2a2a2a !important;
}

.ra-site-shell.ra-tenant-thopen .ra-nav-pill.active,
.ra-site-shell.ra-tenant-thopen .ra-contact-btn,
.ra-site-shell.ra-tenant-thopen .btn_consultar,
.ra-site-shell.ra-tenant-thopen .ra-home-approved-inline-button,
.ra-site-shell.ra-tenant-thopen .ra-home-approved-final-button,
.ra-site-shell.ra-tenant-thopen .ra-ai-chat-send {
  background: var(--thopen-gradient) !important;
  border-color: transparent !important;
  color: #1a1a1a !important;
  box-shadow: 0 12px 28px rgba(255, 0, 93, 0.25) !important;
}

.ra-site-shell.ra-tenant-thopen .ra-ai-chat-header {
  background: var(--thopen-gradient) !important;
  color: #161616 !important;
}

.ra-site-shell.ra-tenant-thopen .ra-ai-chat-header strong,
.ra-site-shell.ra-tenant-thopen .ra-ai-chat-header span {
  color: #161616 !important;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-hero::before,
.ra-site-shell.ra-tenant-thopen .ra-home-approved-hero::after {
  background: linear-gradient(95deg, #FFF006 8%, #FF005D 92%) !important;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-step-card {
  background: var(--thopen-gradient-soft) !important;
  border-color: rgba(255, 0, 93, 0.3) !important;
  box-shadow: 0 14px 28px rgba(255, 0, 93, 0.2) !important;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-step-card strong {
  color: #FF005D !important;
}

.ra-site-shell.ra-tenant-thopen .ra-home-approved-step-card span {
  color: #161616 !important;
}

.ra-site-shell.ra-tenant-thopen .ra-contact-panel {
  background: linear-gradient(180deg, #f6f6f6 0%, #efefef 100%) !important;
  color: #171717 !important;
}

.ra-site-shell.ra-tenant-thopen .ra-contact-header {
  border-bottom: 1px solid rgba(23, 23, 23, 0.1) !important;
}

.ra-site-shell.ra-tenant-thopen .ra-contact-kicker {
  background: rgba(255, 0, 93, 0.12) !important;
  color: #d8005b !important;
}

.ra-site-shell.ra-tenant-thopen .ra-contact-intro h6,
.ra-site-shell.ra-tenant-thopen .ra-contact-highlight strong {
  color: #171717 !important;
}

.ra-site-shell.ra-tenant-thopen .ra-contact-intro p,
.ra-site-shell.ra-tenant-thopen .ra-contact-highlight span {
  color: #4c4c4c !important;
}

.ra-site-shell.ra-tenant-thopen .ra-contact-highlight {
  border-color: rgba(255, 0, 93, 0.18) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05) !important;
}

.ra-site-shell.ra-tenant-thopen .ra-contact-body a {
  color: #d8005b !important;
}

.ra-site-shell.ra-tenant-thopen .ra-contact-cta {
  background: var(--thopen-gradient) !important;
  border-color: transparent !important;
  color: #171717 !important;
}

.ra-backoffice-login-page {
  display: flex;
  align-items: center;
  padding: clamp(32px, 6vw, 76px) 0;
}

.ra-backoffice-login-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.ra-backoffice-login-brand-panel,
.ra-backoffice-login-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}

.ra-backoffice-login-brand-panel {
  padding: clamp(28px, 4vw, 42px);
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 34%), radial-gradient(circle at bottom left, rgba(229, 0, 126, 0.34) 0%, rgba(229, 0, 126, 0) 42%), linear-gradient(145deg, #09136c 0%, #0d4bc0 52%, #030060 100%);
  box-shadow: 0 28px 64px rgba(3, 19, 108, 0.28);
  color: #fff;
}

.ra-backoffice-login-brand-panel::before,
.ra-backoffice-login-brand-panel::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.ra-backoffice-login-brand-panel::before {
  top: -72px;
  right: -44px;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.12);
}

.ra-backoffice-login-brand-panel::after {
  bottom: -88px;
  left: -42px;
  width: 240px;
  height: 240px;
  background: rgba(229, 0, 126, 0.18);
}

.ra-backoffice-login-brand-panel .ra-backoffice-login-kicker {
  margin-top: 22px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.ra-backoffice-login-brand-panel .ra-backoffice-login-copy {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
}

.ra-backoffice-login-brand-panel .ra-backoffice-login-copy h1 {
  max-width: 10ch;
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.ra-backoffice-login-brand-panel .ra-backoffice-login-copy p {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.02rem;
}

.ra-backoffice-login-brand-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.ra-backoffice-login-brand-card {
  min-height: 146px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ra-backoffice-login-brand-card strong,
.ra-backoffice-login-brand-card span {
  display: block;
}

.ra-backoffice-login-brand-card strong {
  margin-bottom: 8px;
  font-size: 1rem;
}

.ra-backoffice-login-brand-card span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.ra-backoffice-login-brand-notes {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.ra-backoffice-login-brand-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 600;
}

.ra-backoffice-login-card {
  margin: 0;
  max-width: none;
  padding: clamp(26px, 3.8vw, 38px);
  display: grid;
  gap: 18px;
}

.ra-backoffice-login-card .alert {
  margin: 0;
  border: 0;
  border-radius: 18px;
  font-weight: 600;
}

.ra-backoffice-login-card-head h2 {
  margin: 14px 0 10px;
  color: #030060;
  font-family: "Bai Jamjuree", "Roboto-Black", sans-serif;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 0.98;
}

.ra-backoffice-login-card-head p {
  margin: 0;
  color: rgba(3, 0, 96, 0.72);
  line-height: 1.72;
}

.ra-backoffice-login-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(47, 109, 246, 0.1);
  color: #2149b5;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ra-backoffice-login-step {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(3, 0, 96, 0.08);
  background: linear-gradient(180deg, rgba(249, 250, 255, 0.96) 0%, rgba(242, 245, 255, 0.9) 100%);
}

.ra-backoffice-login-step.is-complete {
  background: linear-gradient(180deg, rgba(243, 250, 245, 0.96) 0%, rgba(238, 247, 241, 0.9) 100%);
  border-color: rgba(39, 174, 96, 0.18);
}

.ra-backoffice-login-step-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.ra-backoffice-login-step-head strong {
  display: block;
  color: #030060;
  font-size: 1rem;
}

.ra-backoffice-login-step-head p {
  margin: 6px 0 0;
  color: rgba(3, 0, 96, 0.62);
  font-size: 0.92rem;
}

.ra-backoffice-login-step-state {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.ra-backoffice-login-step-state.is-active {
  background: rgba(47, 109, 246, 0.12);
  color: #2149b5;
}

.ra-backoffice-login-step-state.is-complete {
  background: rgba(39, 174, 96, 0.14);
  color: #0b7a43;
}

.ra-backoffice-token-form {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.ra-backoffice-login-destination {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(47, 109, 246, 0.08);
  color: #2149b5;
  font-weight: 600;
}

.ra-backoffice-login-destination strong {
  color: #030060;
}

.ra-backoffice-login-form .form-control,
.ra-backoffice-login-form .form-select {
  min-height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(3, 0, 96, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.ra-backoffice-login-form .form-control:focus,
.ra-backoffice-login-form .form-select:focus {
  border-color: rgba(47, 109, 246, 0.42);
  box-shadow: 0 0 0 0.22rem rgba(47, 109, 246, 0.12);
}

.ra-backoffice-login-btn {
  border: 0 !important;
  background: linear-gradient(135deg, #e5007e 0%, #ff4aa2 100%) !important;
  box-shadow: 0 16px 30px rgba(229, 0, 126, 0.24);
}

.ra-backoffice-login-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(229, 0, 126, 0.28);
}

.ra-backoffice-login-btn-dark {
  background: linear-gradient(135deg, #09136c 0%, #0d4bc0 100%) !important;
  box-shadow: 0 16px 30px rgba(3, 19, 108, 0.24);
}

.ra-backoffice-login-btn-dark:hover {
  box-shadow: 0 18px 32px rgba(3, 19, 108, 0.28);
}

.ra-backoffice-login-footnote {
  margin: 4px 0 0;
  color: rgba(3, 0, 96, 0.56);
  font-size: 0.9rem;
  line-height: 1.65;
}

.ra-backoffice-overview-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}

.ra-backoffice-overview-band .ra-backoffice-page-head-compact,
.ra-backoffice-overview-meta {
  padding: 28px 30px;
  border-radius: 30px;
  border: 1px solid rgba(3, 0, 96, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 48px rgba(9, 19, 87, 0.08);
}

.ra-backoffice-overview-band .ra-backoffice-page-head-compact {
  margin-bottom: 0;
  background: radial-gradient(circle at top right, rgba(47, 109, 246, 0.08) 0%, rgba(47, 109, 246, 0) 36%), radial-gradient(circle at bottom left, rgba(229, 0, 126, 0.08) 0%, rgba(229, 0, 126, 0) 34%), rgba(255, 255, 255, 0.98);
}

.ra-backoffice-overview-hero {
  display: grid;
  gap: 28px;
  align-content: space-between;
  min-height: 258px;
}

.ra-backoffice-overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.72fr);
  gap: 24px;
  align-items: stretch;
}

.ra-backoffice-overview-copy {
  max-width: 620px;
}

.ra-backoffice-overview-copy h1 {
  max-width: 8ch;
  margin-bottom: 14px;
}

.ra-backoffice-overview-copy p {
  margin: 0;
  max-width: 48ch;
  color: rgba(3, 0, 96, 0.72);
  line-height: 1.72;
}

.ra-backoffice-overview-spotlight {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(3, 0, 96, 0.08);
  background: linear-gradient(180deg, rgba(245, 248, 255, 0.98) 0%, rgba(237, 242, 255, 0.96) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.ra-backoffice-overview-spotlight-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  width: fit-content;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(47, 109, 246, 0.1);
  color: #2149b5;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ra-backoffice-overview-spotlight-list {
  display: grid;
  gap: 12px;
}

.ra-backoffice-overview-spotlight-list article {
  padding: 12px 0;
  border-bottom: 1px solid rgba(3, 0, 96, 0.08);
}

.ra-backoffice-overview-spotlight-list article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ra-backoffice-overview-spotlight-list span,
.ra-backoffice-overview-spotlight-list strong {
  display: block;
}

.ra-backoffice-overview-spotlight-list span {
  color: rgba(3, 0, 96, 0.56);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ra-backoffice-overview-spotlight-list strong {
  margin-top: 8px;
  color: #030060;
  font-size: 1.28rem;
  line-height: 1.1;
}

.ra-backoffice-overview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}

.ra-backoffice-overview-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(47, 109, 246, 0.08);
  color: #2149b5;
  font-size: 0.84rem;
  font-weight: 700;
}

.ra-backoffice-overview-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ra-backoffice-overview-card {
  min-height: 116px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(247, 249, 255, 0.98) 0%, rgba(239, 243, 255, 0.96) 100%);
  border: 1px solid rgba(3, 0, 96, 0.06);
}

.ra-backoffice-overview-card span,
.ra-backoffice-overview-card strong {
  display: block;
}

.ra-backoffice-overview-card span {
  color: rgba(3, 0, 96, 0.56);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ra-backoffice-overview-card strong {
  margin-top: 10px;
  color: #030060;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  line-height: 1.05;
}

.ra-backoffice-filter-bar {
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(3, 0, 96, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 34px rgba(9, 19, 87, 0.06);
}

.ra-backoffice-filter-chip {
  min-height: 100%;
  background: linear-gradient(180deg, rgba(248, 249, 255, 0.98) 0%, rgba(242, 245, 255, 0.94) 100%);
}

.ra-backoffice-filter-submit {
  align-self: stretch;
}

@media (max-width: 991.98px) {
  .ra-backoffice-overview-band {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-overview-hero {
    min-height: auto;
  }

  .ra-backoffice-overview-layout {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-overview-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ra-backoffice-login-stage {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-login-brand-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .ra-backoffice-overview-band .ra-backoffice-page-head-compact,
  .ra-backoffice-overview-meta {
    padding: 22px 20px;
    border-radius: 24px;
  }

  .ra-backoffice-overview-meta {
    grid-template-columns: 1fr;
  }

  .ra-backoffice-filter-bar {
    padding: 14px;
    border-radius: 22px;
  }

  .ra-backoffice-login-page {
    padding: 20px 0 36px;
  }

  .ra-backoffice-login-brand-panel,
  .ra-backoffice-login-card {
    border-radius: 28px;
  }

  .ra-backoffice-login-step {
    padding: 18px;
    border-radius: 22px;
  }

  .ra-backoffice-login-step-head {
    flex-direction: column;
  }

  .ra-backoffice-login-btn {
    width: 100%;
  }
}
