:root {
  --light-purple: #f7f7f7;
  --purple: #164c7e;
  --bg-purple: #164c7e;
  --dark-purple: #0e2d4e;
  --body-text-purple: #484848;
  --text-white: #ffffff;
  --bg-white: #ffffff;
  --slider-dots-color: #dddddd;
  --light-bg: #e8f2f8;
  --mint: #4cbf8a;
}

/* Anti-fraude — banner no topo (fechável na sessão) */
.security_banner {
  background: linear-gradient(90deg, #0e2d4e, #164c7e);
  color: #fff;
  padding: 0.65rem 0;
  position: relative;
  z-index: 1100;
  text-align: center;
}

.security_banner[hidden] {
  display: none !important;
}

.security_banner .container {
  position: relative;
  padding-right: 2.75rem;
  padding-left: 2.75rem;
}

.security_banner p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.95);
}

.security_banner strong {
  color: var(--mint);
  font-weight: 600;
}

.security_banner_close {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.security_banner_close:hover,
.security_banner_close:focus {
  background: rgba(255, 255, 255, 0.22);
  outline: none;
}

.security_notice {
  margin: 0.75rem 0 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(22, 76, 126, 0.08);
  border: 1px solid rgba(22, 76, 126, 0.18);
  color: var(--body-text-purple);
  font-size: 0.95rem;
  line-height: 1.5;
}

.security_notice strong {
  color: var(--dark-purple);
}

@media (max-width: 767px) {
  .security_banner p {
    font-size: 0.8rem;
  }
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand img {
  width: auto;
  height: 42px;
  max-width: 168px;
  object-fit: contain;
}

.abt_side .logo img,
footer .logo img {
  width: auto;
  height: 48px;
  max-width: 200px;
  object-fit: contain;
}

.white_header .navbar-brand img {
  width: auto;
  height: 42px;
  max-width: 168px;
  object-fit: contain;
}

.section_title h2 span,
.banner_text h1 span {
  color: var(--mint);
}

.btn.puprple_btn:hover,
.navbar-expand-lg .navbar-nav .nav-link.dark_btn:hover {
  background-color: var(--dark-purple);
}

.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu {
  min-width: 260px;
  max-width: none;
  width: max-content;
}

.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
  white-space: nowrap;
  display: block;
}

footer .top_footer {
  background-color: var(--dark-purple);
}

footer .top_footer.has_bg {
  background-image: none;
  background-color: var(--dark-purple);
}

.bred_crumb {
  background-image: none;
  background: linear-gradient(120deg, var(--purple), var(--dark-purple));
}

header.fix_style.white_header {
  background-color: rgba(14, 45, 78, 0.92);
}

.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  font-size: 0.95rem;
}

.form-status.is-success {
  background: rgba(76, 191, 138, 0.14);
  color: #1d6b48;
}

.form-status.is-error {
  background: rgba(196, 64, 64, 0.1);
  color: #8a1f1f;
}

.legal_page .legal_wrap {
  background: var(--bg-white);
  border-radius: 20px;
  padding: 40px 36px 56px;
  margin: -80px auto 80px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 50px rgba(14, 45, 78, 0.08);
}

.legal_page .legal_switch {
  margin: 0 0 1.25rem;
  color: var(--body-text-purple);
}

.legal_page .legal_lead {
  font-size: 1.02rem;
  color: var(--dark-purple);
}

.legal_page .toc {
  margin: 2rem 0 2.25rem;
  padding: 1.25rem 1.5rem;
  background: var(--light-purple);
  border-radius: 14px;
}

.legal_page .toc h2 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 0.75rem;
  color: var(--body-text-purple);
}

.legal_page .toc ol {
  margin: 0;
  padding-left: 1.2rem;
}

.legal_page .toc li + li {
  margin-top: 0.35rem;
}

.legal_page .legal-section {
  padding: 1.4rem 0;
  border-top: 1px solid rgba(14, 45, 78, 0.1);
}

.legal_page .legal-section h2 {
  font-size: 1.35rem;
  color: var(--dark-purple);
  margin: 0 0 1rem;
}

.legal_page .legal-section p,
.legal_page .legal-section li {
  color: var(--body-text-purple);
}

.soon_note {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--body-text-purple);
}

.free_app_section + .contact_page_section {
  padding: 40px 0 90px;
  position: relative;
  z-index: 1;
}

.free_app_section + .contact_page_section .contact_inner {
  margin-top: 48px;
  align-items: flex-start;
}

.free_app_section {
  position: relative;
  z-index: 2;
}

.purple_backdrop {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .free_app_section + .contact_page_section .contact_inner {
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .contact_page_section .contact_inner .contact_info {
    order: 1;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .contact_page_section .contact_inner .contact_form {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .free_app_section + .contact_page_section {
    padding: 16px 0 60px;
  }

  .free_app_section + .contact_page_section .contact_inner {
    margin-top: 24px;
  }

  .contact_page_section .contact_inner .contact_info {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .legal_page .legal_wrap {
    padding: 24px 18px 40px;
    margin-top: -40px;
  }
}

/* Floating WhatsApp */
.whatsapp_float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(14, 45, 78, 0.28);
  transition: transform 0.25s ease, background-color 0.25s ease;
  text-decoration: none;
}

.whatsapp_float:hover,
.whatsapp_float:focus {
  background: #1ebe57;
  color: #fff;
  transform: translateY(-3px);
  text-decoration: none;
}

.whatsapp_float i {
  font-size: 30px;
  line-height: 1;
}

.go_top {
  right: 30px;
  bottom: 96px;
}

@media screen and (max-width: 767px) {
  .whatsapp_float {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }

  .whatsapp_float i {
    font-size: 28px;
  }

  .go_top {
    right: 18px;
    bottom: 82px;
  }
}
