/* Escopo da landing do Kanbe */
.landing-body {
  font-family: "Inter", sans-serif;
  background: radial-gradient(ellipse 60% 30% at center top, rgb(0, 7, 105), rgb(0, 3, 29));
  color: white;
}

.landing-body .landing-root {
  margin: 0;
  padding: 0;
}

.landing-body .landing-root--fullheight {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.landing-body .landing-root * {
  box-sizing: border-box;
}

/* Navbar */
.landing-body .landing-root header #navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  margin: 0 auto;
  gap: 2rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.landing-body .landing-root .nav-brand,
.landing-body .landing-root .nav-brand:hover,
.landing-body .landing-root .nav-brand:focus,
.landing-body .landing-root .nav-brand:active {
  text-decoration: none;
}

.landing-body .landing-root header #navbar .buttons-menu a {
  color: rgb(201, 201, 201);
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}

.landing-body .landing-root header #navbar .buttons-menu a:hover {
  color: rgb(255, 255, 255);
}

.landing-body .landing-root header #navbar .buttons-menu a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30%;
  width: 40%;
  height: 2px;
  background-color: rgb(0, 145, 255);
  border-radius: 1px;
}

.landing-body .landing-root .navflex {
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 20px;
  padding: 0 1rem;
}

.landing-body .landing-root header #navbar .buttons-menu {
  font-size: 1rem;
  font-weight: 500;
  padding: 0 1rem;
  gap: 20px;
  display: inline-flex;
}

.landing-body .landing-root .btn-fale {
  margin-left: 0;
}

.landing-body .landing-root header #navbar .nav-list {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: rgb(0, 145, 255);
  border-radius: 10px;
  font-weight: 600;
  padding: 0.7rem 1rem;
}

.landing-body .landing-root header #navbar .nav-list a {
  color: white;
  text-decoration: none;
}

.landing-body .landing-root header #navbar .nav-list:hover {
  background: #0026ff;
}

.landing-body .landing-root .landing-language-form {
  margin: 0;
}

.landing-body .landing-root .landing-language-button {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(4, 19, 69, 0.85);
  color: #d6e3ff;
  height: 40px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.landing-body .landing-root .landing-language-button img {
  width: 17px;
  height: 17px;
  border-radius: 999px;
}

/* Hero */
.landing-body .landing-root .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
  margin-top: 100px;
  padding: 0 20px;
}

.landing-body .landing-root .main-title {
  text-align: center;
  width: min(100%, 1240px);
  margin: 0 auto;
}

.landing-body .landing-root .hero-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 28px;
}

.landing-body .landing-root .hero-brand-logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.landing-body .landing-root .hero-brand-name {
  font-family: "Sora", "Segoe UI", Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  min-height: 84px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  transform: translateY(8px);
}

.landing-body .landing-root .text1 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  line-height: 1.15;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: pretty;
}

.landing-body .landing-root .blue-title {
  color: rgb(0, 145, 255);
}

.landing-body .landing-root .text2 {
  font-size: 20px;
  line-height: 1.55;
  color: rgb(200, 200, 200);
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  text-wrap: balance;
}

.landing-body .landing-root .hero-bordoes {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.landing-body .landing-root .hero-bordoes span {
  border: 1px solid rgba(104, 168, 255, 0.38);
  background: rgba(6, 29, 88, 0.58);
  color: #cfe2ff;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.landing-body .landing-root .buttons-container {
  display: flex;
  margin-top: 30px;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.landing-body .landing-root .button1,
.landing-body .landing-root .button2 {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  font-weight: 600;
  padding: 1rem 1.4rem;
  text-decoration: none;
}

.landing-body .landing-root .button1 {
  background: rgb(0, 145, 255);
}

.landing-body .landing-root .button1 a,
.landing-body .landing-root .button2 a {
  color: white;
  text-decoration: none;
}

.landing-body .landing-root .button1:hover {
  background: #0026ff;
}

.landing-body .landing-root .button2 {
  border: 2px solid white;
  background: transparent;
}

.landing-body .landing-root .button2:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Showcase */
.landing-body .landing-root .main-content {
  margin-bottom: 120px;
  margin-left: 80px;
  margin-right: 80px;
}

.landing-body .landing-root .system-demo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 14px;
}

.landing-body .landing-root .system-demo .landing-demo-image {
  width: min(72%, 1440px);
}

.landing-body .landing-root .landing-carousel {
  position: relative;
  width: 100%;
}

.landing-body .landing-root .landing-carousel-track {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
}

.landing-body .landing-root .landing-carousel-slide {
  display: none;
  margin: 0;
}

.landing-body .landing-root .landing-carousel-slide.is-active {
  display: block;
}

.landing-body .landing-root .landing-carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.landing-body .landing-root .landing-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(7, 20, 67, 0.75);
  color: #ffffff;
  border-radius: 999px;
  font-size: 26px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}

.landing-body .landing-root .landing-carousel-control.is-prev {
  left: 12px;
}

.landing-body .landing-root .landing-carousel-control.is-next {
  right: 12px;
}

.landing-body .landing-root .landing-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 8px;
  z-index: 3;
}

.landing-body .landing-root .landing-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  padding: 0;
}

.landing-body .landing-root .landing-carousel-dot.is-active {
  background: rgb(0, 145, 255);
  border-color: rgb(0, 145, 255);
}

/* Features */
.landing-body .landing-root .container2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 130px;
  margin-bottom: 100px;
  padding: 0 20px;
}

.landing-body .landing-root .text3 {
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
  text-align: center;
}

.landing-body .landing-root .features-section {
  width: 100%;
  max-width: 1200px;
}

.landing-body .landing-root .features-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.landing-body .landing-root .comparison-blurb-section {
  padding: 10px 20px 20px;
}

.landing-body .landing-root .comparison-blurb-card {
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid rgba(116, 166, 245, 0.32);
  background: rgba(0, 12, 52, 0.52);
  border-radius: 14px;
  padding: 20px;
}

.landing-body .landing-root .comparison-blurb-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(24px, 2.8vw, 34px);
}

.landing-body .landing-root .comparison-blurb-card p {
  margin: 0;
  color: rgb(202, 211, 228);
  font-size: 18px;
  line-height: 1.65;
}

.landing-body .landing-root .feature-box {
  border-radius: 8px;
  padding: 25px;
  width: calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 220px;
  border: 1px solid rgba(116, 166, 245, 0.34);
  background: rgba(0, 12, 52, 0.58);
}

.landing-body .landing-root .icon-wrapper {
  background-color: rgb(0, 145, 255);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.landing-body .landing-root .icon-wrapper i {
  color: #ffffff;
  font-size: 24px;
}

.landing-body .landing-root .icon-wrapper img {
  width: 24px;
  height: 24px;
  display: block;
  filter: brightness(0) invert(1);
}

.landing-body .landing-root .feature-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  color: #ffffff;
}

.landing-body .landing-root .feature-box p {
  font-size: 17px;
  line-height: 1.6;
  color: rgb(200, 200, 200);
  margin: 0;
}

/* Gallery badges */
.landing-body .landing-root .certificados-section {
  margin: 30px 20px 30px;
}

.landing-body .landing-root .contact-page-section {
  padding: 70px 20px 90px;
  display: flex;
  justify-content: center;
}

.landing-body .landing-root--fullheight .contact-page-section {
  flex: 1;
  align-items: center;
}

.landing-body .landing-root .about-page-section {
  padding: 70px 20px 90px;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.landing-body .landing-root .about-page-hero {
  text-align: center;
  margin-bottom: 28px;
}

.landing-body .landing-root .about-page-hero h1 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 52px);
  color: #ffffff;
}

.landing-body .landing-root .about-page-hero p {
  margin: 10px auto 0;
  max-width: 880px;
  color: rgb(200, 200, 200);
  font-size: 20px;
  line-height: 1.55;
}

.landing-body .landing-root .about-story-card,
.landing-body .landing-root .about-cta-card {
  border: 1px solid rgba(116, 166, 245, 0.34);
  background: rgba(0, 12, 52, 0.58);
  border-radius: 16px;
  padding: 24px;
}

.landing-body .landing-root .about-story-card + .about-story-card,
.landing-body .landing-root .about-story-card + .about-cta-card {
  margin-top: 18px;
}

.landing-body .landing-root .about-chip {
  display: block;
  margin-bottom: 14px;
  padding: 0 0 10px;
  border: 0;
  color: #8ddcff;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: none;
  letter-spacing: 0.01em;
  position: relative;
}

.landing-body .landing-root .about-chip::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 116px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(0, 145, 255), rgba(0, 145, 255, 0.18));
}

.landing-body .landing-root .about-story-card h2,
.landing-body .landing-root .about-cta-card h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(26px, 2.8vw, 34px);
}

.landing-body .landing-root .about-story-card p,
.landing-body .landing-root .about-cta-card p {
  margin: 0 0 12px;
  color: rgb(205, 214, 232);
  font-size: 17px;
  line-height: 1.65;
}

.landing-body .landing-root .about-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.landing-body .landing-root .about-pill-row span {
  border-radius: 999px;
  border: 1px solid rgba(103, 173, 255, 0.38);
  background: rgba(8, 28, 85, 0.65);
  color: #d9ecff;
  font-size: 13px;
  padding: 7px 12px;
  font-weight: 600;
}

.landing-body .landing-root .about-highlights-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.landing-body .landing-root .about-highlights-grid article {
  border: 1px solid rgba(88, 157, 242, 0.28);
  border-radius: 12px;
  background: rgba(7, 22, 70, 0.72);
  padding: 14px;
}

.landing-body .landing-root .about-highlights-grid h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 17px;
}

.landing-body .landing-root .about-highlights-grid p {
  margin: 0;
  color: rgb(200, 210, 228);
  font-size: 14px;
  line-height: 1.5;
}

.landing-body .landing-root .about-cta-card {
  text-align: center;
}

.landing-body .landing-root .about-cta-card a {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 20px;
  background: rgb(0, 145, 255);
  color: #fff;
  font-weight: 700;
}

.landing-body .landing-root .about-cta-card a:hover {
  background: #0080df;
}

.landing-body .landing-root .landing-plans-section {
  padding: 70px 20px 90px;
}

.landing-body .landing-root--fullheight .landing-plans-section {
  flex: 1;
}

.landing-body .landing-root .landing-plans-header {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 820px;
}

.landing-body .landing-root .landing-plans-header h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 44px);
}

.landing-body .landing-root .landing-plans-header p {
  margin: 10px 0 0;
  color: rgb(200, 200, 200);
  font-size: 18px;
  line-height: 1.5;
}

.landing-body .landing-root .landing-plans-grid {
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.landing-body .landing-root .landing-plan-card {
  position: relative;
  border: 1px solid rgba(116, 166, 245, 0.34);
  background: rgba(0, 12, 52, 0.58);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
}

.landing-body .landing-root .landing-plan-card.is-current {
  border-color: rgba(57, 179, 255, 0.75);
  box-shadow: 0 0 0 2px rgba(0, 145, 255, 0.23);
}

.landing-body .landing-root .landing-plan-badge {
  align-self: flex-start;
  border-radius: 999px;
  background: rgba(16, 145, 255, 0.2);
  border: 1px solid rgba(16, 145, 255, 0.58);
  color: #b5e2ff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.landing-body .landing-root .landing-plan-head h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
}

.landing-body .landing-root .landing-plan-price {
  margin-top: 6px;
  color: #9fd9ff;
  font-size: 22px;
  font-weight: 800;
}

.landing-body .landing-root .landing-plan-features {
  list-style: none;
  margin: 18px 0;
  padding: 0;
  display: grid;
  gap: 10px;
  flex: 1;
}

.landing-body .landing-root .landing-plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #dce8ff;
  font-size: 14px;
  line-height: 1.35;
}

.landing-body .landing-root .landing-plan-features li.is-disabled {
  opacity: 0.55;
}

.landing-body .landing-root .landing-plan-feature-icon {
  width: 18px;
  line-height: 1.1;
  font-weight: 800;
  color: #32d296;
}

.landing-body .landing-root .landing-plan-features li.is-disabled .landing-plan-feature-icon {
  color: #ff8f8f;
}

.landing-body .landing-root .landing-plan-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 14px;
  background: rgb(0, 145, 255);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: 0;
}

.landing-body .landing-root .landing-plan-button:hover {
  background: #0080df;
}

.landing-body .landing-root .landing-plan-button.is-disabled {
  background: rgba(255, 255, 255, 0.12);
  color: #e5efff;
  cursor: not-allowed;
}

.landing-body .landing-root .landing-plans-faq {
  max-width: 1260px;
  width: 100%;
  margin: 34px auto 0;
  border: 1px solid rgba(116, 166, 245, 0.3);
  background: rgba(0, 12, 52, 0.55);
  border-radius: 14px;
  padding: 18px;
}

.landing-body .landing-root .landing-plans-faq h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2.8vw, 32px);
}

.landing-body .landing-root .landing-plans-faq > p {
  margin: 8px 0 14px;
  color: rgb(197, 209, 232);
  font-size: 16px;
}

.landing-body .landing-root .landing-plans-faq .accordion {
  margin-top: 10px;
}

.landing-body .landing-root .landing-plans-faq .accordion-header {
  font-size: 20px;
}

.landing-body .landing-root .contact-page-card {
  width: min(100%, 760px);
  border: 1px solid rgba(116, 166, 245, 0.34);
  background: rgba(0, 12, 52, 0.58);
  border-radius: 16px;
  padding: 28px;
}

.landing-body .landing-root .contact-page-card h1 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 34px;
}

.landing-body .landing-root .contact-page-card > p {
  margin: 0 0 22px;
  color: rgb(200, 200, 200);
  font-size: 18px;
  line-height: 1.5;
}

.landing-body .landing-root .contact-alert {
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
}

.landing-body .landing-root .contact-alert.is-success {
  border: 1px solid rgba(51, 201, 126, 0.5);
  background: rgba(24, 90, 58, 0.5);
  color: #bdf4da;
}

.landing-body .landing-root .contact-alert.is-error {
  border: 1px solid rgba(255, 118, 118, 0.45);
  background: rgba(95, 32, 36, 0.5);
  color: #ffd4d4;
}

.landing-body .landing-root .contact-form {
  display: grid;
  gap: 10px;
}

.landing-body .landing-root .contact-form label {
  color: #f2f6ff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
}

.landing-body .landing-root .contact-form input,
.landing-body .landing-root .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(120, 170, 255, 0.32);
  background: rgba(4, 20, 71, 0.78);
  color: #f8fbff;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  outline: none;
}

.landing-body .landing-root .contact-form input:focus,
.landing-body .landing-root .contact-form textarea:focus {
  border-color: rgba(35, 161, 255, 0.95);
  box-shadow: 0 0 0 3px rgba(19, 153, 255, 0.2);
}

.landing-body .landing-root .contact-form textarea {
  resize: vertical;
  min-height: 170px;
}

.landing-body .landing-root .contact-submit-btn {
  margin-top: 6px;
  border: 0;
  border-radius: 12px;
  background: rgb(0, 145, 255);
  color: #ffffff;
  padding: 13px 18px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.landing-body .landing-root .contact-submit-btn:hover {
  background: #0080df;
}

.landing-body .landing-root .certificados-wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.landing-body .landing-root .titulo-certificados {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}

.landing-body .landing-root .certificados-barra {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 4px 12px;
  gap: 26px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 145, 255, 0.8) rgba(255, 255, 255, 0.1);
}

.landing-body .landing-root .certificados-barra::-webkit-scrollbar {
  height: 9px;
}

.landing-body .landing-root .certificados-barra::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.landing-body .landing-root .certificados-barra::-webkit-scrollbar-thumb {
  background: rgba(0, 145, 255, 0.88);
  border-radius: 999px;
}

.landing-body .landing-root .certificado {
  text-align: center;
  max-width: 160px;
  flex: 0 0 auto;
}

.landing-body .landing-root .certificado img {
  width: 160px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: zoom-in;
}

.landing-body .landing-root .gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.landing-body .landing-root .gallery-modal.is-open {
  display: flex;
}

.landing-body .landing-root .gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.landing-body .landing-root .gallery-modal-content {
  position: relative;
  z-index: 2;
  max-width: min(96vw, 1100px);
  max-height: 90vh;
  padding: 10px;
  border-radius: 12px;
  background: rgba(6, 18, 54, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.landing-body .landing-root #gallery-modal-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(90vh - 20px);
  object-fit: contain;
  border-radius: 8px;
}

/* FAQ */
.landing-body .landing-root .container3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 90px 100px 120px;
}

.landing-body .landing-root .main-title3 {
  justify-content: center;
  text-align: center;
}

.landing-body .landing-root .text4 {
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

.landing-body .landing-root .accordion {
  border-left: 4px solid rgb(0, 145, 255);
  padding-left: 16px;
  width: 100%;
  margin-top: 40px;
}

.landing-body .landing-root .accordion-item {
  margin-bottom: 16px;
}

.landing-body .landing-root .accordion-header {
  background: none;
  border: none;
  color: rgb(0, 145, 255);
  font-weight: bold;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: 0.3s ease;
}

.landing-body .landing-root .accordion-header:hover {
  color: #35b2ff;
}

.landing-body .landing-root .accordion-content {
  background-color: #1e2a38;
  margin-top: 8px;
  padding: 16px;
  border-radius: 10px;
  display: none;
  font-weight: normal;
  color: rgb(200, 200, 200);
  font-size: 15px;
}

.landing-body .landing-root .accordion-header .accordion-icon {
  font-size: 18px;
  color: rgb(0, 145, 255);
  transition: transform 0.3s ease;
}

.landing-body .landing-root .accordion-header.active .accordion-icon {
  transform: rotate(45deg);
}

.landing-body .landing-root .accordion-header.active + .accordion-content {
  display: block;
}

/* Footer */
.landing-body .landing-root .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 80px;
  background: linear-gradient(to right, rgb(0, 7, 105), rgb(0, 3, 29));
  border-top: 2px solid rgb(0, 145, 255);
  border-radius: 16px 16px 0 0;
  margin-top: 40px;
}

.landing-body .landing-root--fullheight .footer {
  margin-top: auto;
}

.landing-body .landing-root .footer-left {
  max-width: 60%;
}

.landing-body .landing-root .footer-left p {
  color: rgb(200, 200, 200);
  font-size: 16px;
  margin-top: 10px;
}

.landing-body .landing-root .footer-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.landing-body .landing-root .footer-right a {
  color: rgb(200, 200, 200);
  font-size: 20px;
  text-decoration: none;
}

.landing-body .landing-root .footer-right .social-icon {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) invert(0.85);
}

.landing-body .landing-root .footer-right a:hover {
  color: rgb(0, 145, 255);
}

.landing-body .landing-root .footer-right a:hover .social-icon {
  filter: brightness(0) invert(0.55) sepia(1) saturate(7) hue-rotate(176deg);
}

.landing-body .landing-root .footer-right .link-text {
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
}

/* Hamburger */
.landing-body .landing-root .hambuger-menu {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.landing-body .landing-root .menu-icon {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.landing-body .landing-root .menu-icon span {
  width: 30px;
  height: 3px;
  background-color: white;
  border-radius: 3px;
}

.landing-body .landing-root .hamburger-menu-links {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 70px;
  right: 20px;
  background: rgba(20, 20, 30, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem;
  gap: 1rem;
  z-index: 999;
  width: 260px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.landing-body .landing-root .menu-btn {
  background: linear-gradient(90deg, #0026ff, rgb(0, 145, 255));
  color: white;
  text-align: center;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.landing-body .landing-root .menu-btn:hover {
  background: linear-gradient(90deg, #0044ff, rgb(0, 195, 255));
  color: white;
}

.landing-body .landing-root .menu-btn.menu-btn-enter {
  background: linear-gradient(90deg, #0b8f36, #2ec866);
  box-shadow: 0 10px 22px rgba(25, 140, 64, 0.28);
}

.landing-body .landing-root .menu-btn.menu-btn-enter:hover {
  background: linear-gradient(90deg, #0a7f30, #24b657);
}

.landing-body .landing-root .translate-div {
  background: none !important;
  padding: 0 !important;
}

.landing-body .landing-root .mobile-language-form {
  width: 100%;
}

.landing-body .landing-root .mobile-language-form .landing-language-button {
  width: 100%;
  justify-content: center;
  background: rgba(6, 20, 72, 0.92);
}

/* Responsivo */
@media (max-width: 1200px) {
  .landing-body .landing-root .feature-box {
    width: calc(50% - 20px);
  }

  .landing-body .landing-root .landing-plans-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .landing-body .landing-root .landing-plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .landing-body .landing-root .menu-bar {
    display: none;
  }

  .landing-body .landing-root .hambuger-menu {
    display: flex;
  }

  .landing-body .landing-root .menu-icon {
    display: flex;
  }

  .landing-body .landing-root .main-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .landing-body .landing-root .container3 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .landing-body .landing-root .hero-brand {
    margin-bottom: 18px;
    gap: 8px;
  }

  .landing-body .landing-root .hero-brand-logo {
    width: 56px;
    height: 56px;
  }

  .landing-body .landing-root .hero-brand-name {
    min-height: 56px;
    font-size: 36px;
    transform: translateY(5px);
  }

  .landing-body .landing-root .feature-box {
    width: 100%;
    min-height: auto;
    padding: 20px;
  }

  .landing-body .landing-root .landing-plans-grid {
    grid-template-columns: 1fr;
  }

  .landing-body .landing-root .about-highlights-grid {
    grid-template-columns: 1fr;
  }

  .landing-body .landing-root .contact-page-card {
    padding: 20px;
  }

  .landing-body .landing-root .contact-page-card h1 {
    font-size: 28px;
  }

  .landing-body .landing-root .contact-page-card > p {
    font-size: 16px;
  }

  .landing-body .landing-root .footer {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 20px;
  }

  .landing-body .landing-root .footer-left,
  .landing-body .landing-root .footer-right {
    max-width: 100%;
    justify-content: center;
  }

  .landing-body .landing-root .text2 {
    font-size: 17px;
  }

  .landing-body .landing-root .hero-bordoes {
    gap: 8px;
  }

  .landing-body .landing-root .hero-bordoes span {
    width: 100%;
    text-align: center;
  }

  .landing-body .landing-root .accordion-header {
    font-size: 19px;
  }

  .landing-body .landing-root .landing-carousel-control {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }
}
