:root {
  --custom_color: #0130c6;
  --custom_color_hover: #002491;
  --brand_blue: #0c4d92;
  --brand_blue_dark: #003a8c;
  --brand_green: #11c762;
  --brand_green_dark: #0fb85b;
}

html, body {
  height: 100%;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 70px;
}

main {
  flex: 1 0 auto;
  min-height: 100vh;
  position: relative;
}

img {
  max-width: 100%;
}

main {
  min-height: 100vh;
  position: relative;
}

.section-hero,
.section-benefits {
  position: relative;
  color: #ffffff;
  background-image: url('/whitelabel/arquivos/imagens/segbackground.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}

.section-hero::before,
.section-benefits::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 20, 61, 0.82) 0%, rgba(5, 20, 61, 0.82) 100%);
  pointer-events: none;
}

.section-hero > .container,
.section-benefits > .container {
  position: relative;
  z-index: 1;
}

.section-hero .container,
.section-benefits .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.section-hero {
  padding: 110px 0 90px;
}

.section-hero .row {
  row-gap: 32px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(0, 172, 255, 0.2), transparent 40%),
              radial-gradient(circle at 80% 30%, rgba(255, 0, 255, 0.12), transparent 35%),
              linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  opacity: 0.75;
  pointer-events: none;
}

.hero-copy {
  max-width: 560px;
}

.hero-eyebrow {
  font-weight: 800;
  letter-spacing: 0.3px;
  font-size: 2.45rem;
}

  .features-title {
    font-size: 2rem;
  }

  .feature-card {
    padding: 14px 12px;
  }

  .feature-icon {
    width: 56px;
    height: 56px;
  }

  .feature-text {
    font-size: 0.95rem;
  }

  .testimonials-title {
    font-size: 2rem;
  }

  .testimonial-avatar {
    width: 160px;
    height: 160px;
  }

  .testimonial-quote {
    font-size: 0.96rem;
  }

.hero-title {
  font-size: 2.45rem;
  .navbar-brand .brand-mark {
    width: 120px;
    height: auto;
  }

  .navbar-brand .brand-mark img {
    max-height: 40px;
  }

  .main-nav .nav-link {
    font-size: 0.95rem;
    padding: 0.45rem 0.6rem;
  }

  .hero-title {
    font-size: 1.7rem;
    line-height: 1.25;
  }

  .hero-text {
    font-size: 0.95rem;
  }

  .features-title {
    font-size: 1.6rem;
  }

  .feature-card {
    padding: 12px;
    gap: 10px;
    min-height: auto;
  }

  .feature-icon {
    width: 52px;
    height: 52px;
  }

  .feature-text {
    font-size: 0.94rem;
    line-height: 1.4;
  }

  .testimonials-title {
    font-size: 1.6rem;
  }

  .testimonial-avatar {
    width: 130px;
    height: 130px;
  }

  .testimonial-quote {
    font-size: 0.94rem;
  }

  font-weight: 800;
  line-height: 1.2;
}

.hero-text {
  font-size: 1.7rem;
  line-height: 1.62;
  margin-bottom: 3rem;
}

.hero-media {
  background: linear-gradient(180deg, #9900cc 0%, #5a23d8 50%, #4a15d4 100%);
  border-radius: 45px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.25);
  min-width: 360px;
  margin-left: auto;
  margin-right: 0;
}

.mb-3 {
  margin-bottom: 2rem !important;
}

.hero-media-title {
  color: #f7f7f7;
  font-weight: 400;
  font-size: 1.45rem;
  margin-left: 3rem;
  margin-right: 3rem;
}

.hero-video-wrapper {
  background: #0b0b0b url('/whitelabel/arquivos/imagens/segsvideo.png') center center / cover no-repeat;
  min-height: 450px;
  position: relative;
  cursor: pointer;
}

.hero-video-thumb {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 94px;
  height: 94px;
  border: 0;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  border-radius: 24px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-play-btn:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.35);
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #0abf61;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}

.btn-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b3d400;
  color: #06204b;
  font-weight: 800;
  padding: 1rem 1.7rem;
  min-width: 100%;
  border-radius: 30px;
  border: 0;
  box-shadow: 0 14px 30px rgba(179, 212, 0, 0.4);
}

.btn-hero-cta:hover,
.btn-hero-cta:focus {
  background: #a0c100;
  color: #03122c;
}

.section-benefits {
  padding: 80px 0 90px;
}

.benefits-title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.benefit-card {
  background: #f7f9fd;
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  height: 100%;
}

.benefit-top {
  height: 18px;
}

.bar-dark { background: #0f3470; }
.bar-purple { background: #aa0bcf; }
.bar-cyan { background: #00b0b9; }

.benefit-body {
  padding: 50px 35px;
  color: #0c1436;
  font-weight: 600;
  line-height: 1.48;
  text-align: center;
  font-size: 1.45rem;
}

.btn-benefits-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70%;
  background: #b3d400;
  color: #06204b;
  font-weight: 700;
  padding: 1rem 1.7rem;
  border-radius: 40px;
  border: 0;
  box-shadow: 0 14px 30px rgba(179, 212, 0, 0.4);
}

.btn-benefits-cta:hover,
.btn-benefits-cta:focus {
  background: #a0c100;
  color: #03122c;
}

.section-features {
  padding: 70px 0 80px;
  background: #f8f9ff;
}

.section-features .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.features-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0c1436;
}

.feature-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e8ecf5;
  padding: 16px 14px;
  gap: 12px;
  min-height: 118px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.feature-icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  flex-shrink: 0;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}

.feature-text {
  color: #0c1436;
  font-size: 0.98rem;
  line-height: 1.45;
  font-weight: 600;
}

.btn-features-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80%;
  background: #b3d400;
  color: #06204b;
  font-weight: 700;
  padding: 0.95rem 1.65rem;
  border-radius: 999px;
  border: 0;
  box-shadow: 0 14px 30px rgba(179, 212, 0, 0.35);
}

.btn-features-cta:hover,
.btn-features-cta:focus {
  background: #a0c100;
  color: #03122c;
}

.section-testimonials {
  padding: 80px 0 90px;
  background: linear-gradient(60deg, #8c1fd8 0%, #7a1bcf 50%, #6817c6 100%);
  color: #ffffff;
}

.section-testimonials .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10%;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.testimonial-card {
  position: relative;
  background: #450c7d;
  border-radius: 18px;
  padding: 28px 22px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  min-height: 190px;
}

.testimonial-top {
  display: flex;
  align-items: center;
  gap: 18px;
}

.testimonial-avatar {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  background-size: cover;
  background-position: center;
  margin-left: -36px;
  border: 2px solid #450c7d;
}

.placeholder-avatar {
  background-image: url('/whitelabel/arquivos/imagens/sem-imagem.svg');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-quote {
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
    margin-top: 0px;
  color: #f2e9ff;
  text-align: center;
  margin-top: 5%;
}

@media (max-width: 991.98px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    padding: 24px 18px 22px 18px;
    text-align: center;
    align-items: center;
  }

  .testimonial-top {
    flex-direction: column;
  }

  .testimonial-avatar {
    margin-left: 0;
    width: 130px;
    height: 130px;
  }
}

.testimonial-name {
  font-size: 1.75rem;
  font-weight: 800;
}

.section-form-cta {
  padding: 80px 0 90px;
  background: linear-gradient(135deg, #8c1fd8 0%, #7a1bcf 50%, #6817c6 100%);
  color: #ffffff;
}

.section-form-cta .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.form-cta-title {
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.22;
  margin-bottom: 1.35rem;
}

.form-cta-text {
  font-size: 1.45rem;
  line-height: 1.68;
  font-weight: 500;
  margin-bottom: 1.05rem;
}

.form-cta-copy.text-white {
  margin-right: 2rem;
}

.form-panel {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.form-panel-title {
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin: 2rem;
}

.section-form-cta .formulario-contato label {
  display: none;
}

.section-form-cta .formulario-contato .form-group {
  margin-bottom: 0.85rem;
}

.section-form-cta .formulario-contato .form-control,
.section-form-cta .formulario-contato textarea {
  height: 56px;
  border-radius: 10px;
  border: 1px solid #dcdfe6;
  background: #f8f8f8;
  color: #4a4a4a;
  padding: 0.8rem 0.95rem;
  font-size: 1.02rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.section-form-cta .formulario-contato textarea {
  height: 56px;
}

.section-form-cta .formulario-contato .form-control::placeholder,
.section-form-cta .formulario-contato textarea::placeholder {
  color: #7a7a7a;
}

.section-form-cta .formulario-contato .btn-success {
  width: 100%;
  background: #b3d400;
  border: none;
  color: #06204b;
  font-weight: 700;
  border-radius: 999px;
  padding: 1.05rem 1.25rem;
  font-size: 1.02rem;
  box-shadow: 0 14px 30px rgba(179, 212, 0, 0.35);
}

.section-form-cta .formulario-contato .btn-success:hover,
.section-form-cta .formulario-contato .btn-success:focus {
  background: #a0c100;
  color: #03122c;
}

.section-value-includes {
  padding: 80px 0 90px;
  background: linear-gradient(50deg, #8c1fd8 0%, #7a1bcf 50%, #6817c6 100%);
  color: #0c1436;
}

.section-value-includes .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.value-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 50px 46px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.value-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.22;
  color: #0c1436;
  margin: 2rem;
}

.value-list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  max-width: 840px;
  margin: 0 auto;
  text-align: left;
}

.value-list li {
  font-size: 2rem;
  font-weight: 600;
  color: #0c1436;
}

.value-list .mdi {
  font-size: 1.45rem;
  color: #000000;
}

.value-list span {
  line-height: 1.35;
}

.section-process {
  padding: 80px 0 90px;
  background: radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.05), transparent 38%),
              radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.04), transparent 32%),
              linear-gradient(180deg, #102b66 0%, #0a1f4c 50%, #091a3f 100%);
  color: #ffffff;
}

.section-process .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.process-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 4rem;
}

.process-grid {
  text-align: center;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 1.6rem;
}

.process-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 220px;
}

.process-card-top {
  padding: 20px 60px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 1.25;
  min-height: 120px;
}

.process-card-top small {
  font-weight: 700;
  font-size: 0.85rem;
}

.process-card-body {
  padding: 18px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.process-card-body p {
  margin: 0;
  color: #1c2852;
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.45rem;
}

.step-1 { background: linear-gradient(135deg, #d03594 0%, #c42f8b 100%); }
.step-2 { background: linear-gradient(135deg, #9a35c7 0%, #8230c0 100%); }
.step-3 { background: linear-gradient(135deg, #cf3d93 0%, #b2328e 100%); }
.step-4 { background: linear-gradient(135deg, #4e4eaf 0%, #3f479f 100%); }
.step-5 { background: linear-gradient(135deg, #d03594 0%, #c42f8b 100%); }
.step-6 { background: linear-gradient(135deg, #6c3fba 0%, #5b3aa8 100%); }

.process-note {
  color: #e1e8ff;
  font-size: 1.45rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.2rem;
}

.btn-process-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70%;
  background: #c7e51a;
  color: #0b2256;
  font-weight: 700;
  padding: 0.95rem 1.65rem;
  border-radius: 999px;
  border: 0;
  box-shadow: 0 14px 30px rgba(199, 229, 26, 0.35);
}

.btn-process-cta:hover,
.btn-process-cta:focus {
  background: #b2cc17;
  color: #05142f;
}

.section-contract {
  padding: 70px 0 30px;
  background: #ffffff;
  color: #0c1436;
}

.section-contract .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.contract-head {
  margin-bottom: 1.8rem;
}

.contract-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.6rem;
  margin-left: 8rem;
  margin-right: 8rem;
}

.contract-subtitle {
  font-size: 1.45rem;
  font-weight: 600;
  color: #2f2f2f;
}

.contract-card {
  background: linear-gradient(135deg, #a61bf0 0%, #7f23ed 50%, #651ed4 100%);
  border-radius: 22px;
  padding: 38px 32px 32px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
  max-width: 980px;
  margin: 0 auto 1.4rem;
}

.contract-card-title {
  color: #f4f4f4;
  font-weight: 600;
  font-size: 1.45rem;
  text-align: center;
  margin-bottom: 4rem;
}

.contract-form .form-group {
  margin-bottom: 10px;
}

.contract-form .form-control {
  height: 42px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 0.55rem 0.75rem;
  font-size: 0.93rem;
  background: #ffffff;
  color: #3a3a3a;
}

.btn-contract-cta {
  width: 100%;
  background: #c7e51a;
  border: none;
  color: #0b2256;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  font-size: 0.95rem;
  box-shadow: 0 14px 30px rgba(199, 229, 26, 0.35);
  margin-top: 3rem;
}

.btn-contract-cta:hover,
.btn-contract-cta:focus {
  background: #b2cc17;
  color: #05142f;
}

.contract-note {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #2f2f2f;
  margin-top: 0.6rem;
}

.site-footer {
  margin: 0;
  padding: 0;
  background: #f5f5f7;
  flex-shrink: 0;
  width: 100%;
}

.site-footer .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.footer-cta {
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.05), transparent 32%),
              radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.05), transparent 36%),
              linear-gradient(180deg, #2e0c4f 0%, #230a45 45%, #190836 100%);
  padding: 120px 0 100px;
  text-align: center;
  color: #ffffff;
}

.footer-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.18;
  margin: 0px;
}

.footer-info {
  background: #fff;
}

.footer-card {
  background: #ffffff;
  border-radius: 4px;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 24px 14px;
  text-align: center;
}

.footer-brand {
  max-height: 56px;
}

.footer-text {
  color: #2f2f2f;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.footer-text a {
  color: #089f5b;
  font-weight: 800;
  text-decoration: none;
}

.footer-text a:hover,
.footer-text a:focus {
  text-decoration: underline;
}

.footer-copy {
  color: #555555;
  font-size: 0.83rem;
  font-weight: 700;
  margin-top: 10px;
}

.footer-copy-row {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e1e1e1;
  display: flex;
  justify-content: center;
}

.footer-bottom {
  background: #dddddd;
  padding: 5px 0;
  margin-top: 15px;
}

@media (max-width: 991.98px) {
  .section-hero {
    padding: 80px 0 70px;
  }

  .hero-copy {
    text-align: center;
  }

  .section-features {
    padding: 60px 0 60px;
  }

  .form-cta-title {
    font-size: 1.9rem;
  }

  .form-panel {
    margin-top: 8px;
  }

  .section-value-includes {
    padding: 70px 0 80px;
  }

  .value-card {
    padding: 42px 32px;
  }

  .value-title {
    font-size: 1.7rem;
  }

  .value-list li {
    font-size: 1.12rem;
    gap: 10px;
  }

  .section-process {
    padding: 70px 0 80px;
  }

  .process-title {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .process-card {
    min-height: 0;
  }

  .process-card-top {
    padding: 16px 18px;
    font-size: 1.1rem;
    min-height: auto;
  }

  .process-card-body p {
    font-size: 1.05rem;
  }

  .section-contract {
    padding: 70px 0 80px;
  }

  .contract-title {
    font-size: 1.75rem;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .contract-card {
    padding: 34px 28px 30px;
  }

  .contract-card-title {
    font-size: 1rem;
  }

  .footer-cta {
    padding: 90px 0 80px;
  }

  .footer-title {
    font-size: 2.3rem;
  }

  .footer-card {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .section-hero {
    padding: 70px 0 60px;
  }

  .hero-copy {
    text-align: center;
  }

  .section-value-includes {
    padding: 60px 0 70px;
  }

  .value-card {
    padding: 32px 22px;
  }

  .value-title {
    font-size: 1.45rem;
  }

  .value-list li {
    font-size: 1.05rem;
    gap: 9px;
  }

  .section-features {
    padding: 50px 0 50px;
  }

  .features-title {
    font-size: 1.6rem;
  }

  .feature-card {
    padding: 12px;
    gap: 10px;
    min-height: auto;
  }

  .feature-icon {
    width: 52px;
    height: 52px;
  }

  .feature-text {
    font-size: 0.94rem;
    line-height: 1.4;
  }

  .section-process {
    padding: 60px 0 70px;
  }

  .process-title {
    font-size: 1.5rem;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .process-card-top {
    padding: 14px;
    font-size: 1rem;
  }

  .process-card-body {
    padding: 14px;
  }

  .process-card-body p {
    font-size: 0.98rem;
  }

  .btn-process-cta {
    min-width: 100%;
  }

  .section-contract {
    padding: 60px 0 70px;
  }

  .contract-title {
    font-size: 1.45rem;
  }

  .contract-card {
    padding: 28px 20px 26px;
  }

  .contract-card-title {
    font-size: 0.95rem;
  }

  .contract-form .form-control {
    font-size: 0.92rem;
  }

  .btn-contract-cta {
    width: 100%;
  }

  .footer-cta {
    padding: 70px 0 70px;
  }

  .footer-title {
    font-size: 1.8rem;
  }

  .footer-card {
    margin-top: 0;
    padding: 12px 12px 8px;
  }

  .footer-brand {
    max-height: 46px;
  }

  .footer-text {
    font-size: 0.85rem;
  }

  .footer-copy {
    font-size: 0.78rem;
  }

  .footer-bottom {
    padding: 10px 0;
  }
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: #ffffff;
  border-bottom: 1px solid #eef2f7;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.main-nav .navbar-brand {
  padding: 0;
}

.brand-mark {
  width: 180px;
  height: 50px;
  border-radius: 12px;
  overflow: hidden;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-name {
  font-size: 1.35rem;
  font-weight: 800;
  color: #343434;
}

.brand-sub {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #6a6a6a;
}

.main-nav .nav-link {
  color: var(--brand_blue);
  font-weight: 700;
  font-size: 0.93rem;
  padding: 0.45rem 0.85rem;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus,
.main-nav .nav-link.active {
  color: var(--custom_color);
}

.nav-caret {
  font-size: 0.9rem;
  margin-left: 4px;
}

.action-buttons .btn-pill {
  border-radius: 999px;
  font-weight: 800;
  padding: 0.52rem 1.05rem;
  font-size: 0.92rem;
}

.btn-cta {
  background: var(--brand_green);
  border: 1px solid var(--brand_green_dark);
  color: #fff;
  box-shadow: 0 10px 24px rgba(17, 199, 98, 0.35);
}

.btn-cta .mdi-rocket {
  transform: rotate(45deg);
}

.btn-cta:hover,
.btn-cta:focus {
  background: var(--brand_green_dark);
  color: #fff;
}

.btn-outline {
  background: var(--brand_blue_dark);
  border: 1px solid #002f73;
  color: #fff;
}

.btn-outline:hover,
.btn-outline:focus {
  background: #002f73;
  color: #fff;
}

.header-ribbon {
  background: #ffd200;
  color: #2b1a00;
  font-weight: 800;
  padding: 0.55rem 1.05rem;
  border-radius: 12px;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.92rem;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .main-nav .navbar-nav {
    gap: 0.1rem;
  }

  .main-nav .nav-link {
    font-size: 0.9rem;
    padding: 0.45rem 0.75rem;
  }

  .action-buttons .btn-pill {
    padding: 0.5rem 0.95rem;
    font-size: 0.9rem;
  }

  .header-ribbon {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}

.custom-toggler {
  border-color: #dce6f5;
}

.custom-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(1, 48, 198, 0.25);
}

#preloader {
  position: fixed;
  background: #fff;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid var(--custom_color);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-animation: loader-animation 1s linear infinite;
  animation: loader-animation 1s linear infinite;
}

footer .dev-logo {
  height: 15px;
}


.hidden-captcha .form-group {
  display: flex;
  align-items: center;
}

.hidden-captcha .captcha {
  user-select: none;
  cursor: default;
  padding: 5px 15px;
  border: 1px solid #dddddd;
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: 700;
  background: url("/whitelabel/arquivos/imagens/captcha.jpg") no-repeat center !important;
  text-transform: none !important;
  height: 50px;
  margin: 0;
  white-space: nowrap;
}

.hidden-captcha input.captcha_result {
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 0;
  width: 100%;
  height: 50px;
}

.form-group{
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .testimonial-avatar {
    margin-top: 0;
    margin-left: -36px;
  }
}

@keyframes loader-animation {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 80px;
  }

  .main-nav .navbar-nav {
    margin-top: 1rem;
    gap: 0;
  }

  .action-buttons {
    margin-top: 1rem;
  }

  .hero-title {
    font-size: 2rem;
    line-height: 1.25;
  }

  .hero-text {
    font-size: 0.98rem;
  }

  .hero-media {
    max-width: 100%;
    margin-left: 0;
    min-width: auto;
  }

  .btn-hero-cta,
  .btn-benefits-cta {
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  .brand-mark {
    width: 125px;
    height: 50px;
  }

  .brand-name {
    font-size: 1.15rem;
  }

  .hero-media-title {
  color: #f7f7f7;
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
 }

 .hero-eyebrow {
  font-weight: 800;
  letter-spacing: 0.3px;
  font-size: 1.8rem;
 }

 .benefits-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
 }

 .testimonials-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
 }

 .form-cta-title {
    font-size: 1.45rem;
 }

 .value-list li {
    font-size: 0.9rem;
 }

 .process-card-body p {
    font-size: 1rem;
    text-align: center;
    min-height: 100px;
  }

.contract-note {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  color: #2f2f2f;
  margin-top: 0.6rem;
  }

  .hero-video-wrapper {
  background: #0b0b0b url('/whitelabel/arquivos/imagens/segsvideo.png') center center / cover no-repeat;
  min-height: 250px;
  position: relative;
  cursor: pointer;
  }

  .testimonial-avatar {
  margin-top: -25%;
  margin-left: 0%;
  }

  .testimonial-quote {
  font-size: 1.15rem;
  }

  .testimonials-title {
  margin-bottom: 20% !important;
  }

  .form-cta-text {
  font-size: 1.25rem;
  }

}

.testimonial-avatar {
  margin-top: -25%;
}