/* Complementos leves — mantém o visual do template Slima */
.escudo-search {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.escudo-search input {
  flex: 1 1 200px;
  border: 0;
  outline: none;
  padding: 10px 14px;
  font-size: 1rem;
  background: transparent;
}

.escudo-result {
  display: none;
  margin-top: 20px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.escudo-result.is-visible { display: block; }

.escudo-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 64px;
  border-radius: 12px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}

.escudo-score--alto { background: #f72b2b; }
.escudo-score--medio { background: #e7bc2f; color: #333; }
.escudo-score--baixo { background: #0fbd1b; }
.escudo-score--desconhecido { background: #9d9d9d; }

.escudo-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50px;
  background: rgba(32, 173, 150, 0.12);
  color: #20ad96;
}

.escudo-tag--risco {
  background: rgba(247, 43, 43, 0.1);
  color: #f72b2b;
}

.escudo-rank-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.escudo-rank-table th {
  font-size: 12px;
  text-transform: uppercase;
  color: #9d9d9d;
  font-weight: 600;
  padding: 0 14px 6px;
}

.escudo-rank-table td {
  background: #fff;
  padding: 14px;
  vertical-align: middle;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.escudo-rank-table tr td:first-child {
  border-radius: 10px 0 0 10px;
  font-weight: 700;
  color: #20ad96;
  width: 40px;
}

.escudo-rank-table tr td:last-child {
  border-radius: 0 10px 10px 0;
}

.escudo-bar {
  height: 7px;
  border-radius: 50px;
  background: #e9ecef;
  overflow: hidden;
  min-width: 80px;
}

.escudo-bar > span {
  display: block;
  height: 100%;
  background: #20ad96;
  border-radius: inherit;
}

.escudo-legal {
  font-size: 13px;
  color: #9d9d9d;
}

.navbar-brand.logo img {
  height: 48px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.navbar .header-menu .btn {
  white-space: nowrap;
}

.escudo-hero-brand {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  color: #3f3a64;
  line-height: 1.2;
  margin: 0;
}

.escudo-hero-title {
  font-size: clamp(1.85rem, 3.2vw, 2.55rem) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  max-width: 100%;
  letter-spacing: -0.02em;
}

.escudo-hero-line2 {
  display: inline-block;
  white-space: nowrap;
}

#home .home-subtitle {
  max-width: 32rem;
}

#home .per-content p {
  font-size: 14px;
  line-height: 1.5;
}

/* Hero com imagem das mãos — encaixa embaixo sem “corte” estranho */
#home.home {
  padding: 100px 0 0 !important;
  align-items: stretch;
  overflow: hidden;
}

#home .escudo-hero-row {
  align-items: flex-end;
  min-height: 640px;
}

#home .escudo-hero-copy {
  align-self: flex-start;
  padding-top: 28px;
  padding-bottom: 40px;
}

#home .escudo-hero-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 !important;
  margin-bottom: 0;
}

#home .escudo-hero-img {
  width: 100%;
  max-width: 640px;
  max-height: none;
  height: auto;
  display: block;
  margin: 0 auto -2px;
  image-rendering: auto;
}

@media (min-width: 992px) {
  #home .escudo-hero-copy {
    padding-right: 1.5rem;
    padding-top: 40px;
    padding-bottom: 0;
  }
  #home .escudo-hero-img {
    max-width: 720px;
  }
}

@media (min-width: 1400px) {
  #home .escudo-hero-img {
    max-width: 780px;
  }
}

@media (max-width: 991px) {
  #home.home {
    padding-top: 100px !important;
  }
  #home .escudo-hero-row {
    min-height: 0;
  }
  .escudo-hero-title {
    font-size: clamp(1.75rem, 6vw, 2.35rem) !important;
  }
  #home .escudo-hero-visual {
    margin-top: 12px;
  }
  #home .escudo-hero-img {
    width: 100%;
    max-width: 420px;
    max-height: none;
  }
}

@media (max-width: 575px) {
  .navbar-brand.logo img {
    height: 40px;
    max-width: 150px;
  }
}

.escudo-hero-stats .per-content {
  min-height: 110px;
}

.escudo-hero-stats .per-content h2 {
  margin-bottom: 8px;
  line-height: 1.1;
}

.escudo-hero-plans .btn {
  min-width: 180px;
}

.escudo-modos .escudo-modo-item {
  margin-top: 1.1rem;
}

.escudo-modos .escudo-modo-item:first-child {
  margin-top: 0;
}

.escudo-modos h5 {
  display: flex;
  align-items: center;
  gap: 6px;
}

.escudo-modos h5 .mdi {
  font-size: 1.35rem;
  line-height: 1;
  width: 1.4rem;
  text-align: center;
}

.escudo-modos .escudo-modo-item > p {
  padding-left: calc(1.4rem + 6px);
  margin-bottom: 0;
}


/* Planos — listas alinhadas */
.escudo-pricing-card {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 460px;
  padding-bottom: 24px !important;
  position: relative;
}

.escudo-pricing-card .escudo-pricing-card__body {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.escudo-pricing-card .price-tag {
  min-height: 88px;
}

.escudo-plan-list {
  list-style: none;
  padding: 0;
  margin: 24px auto 20px;
  text-align: left;
  width: 100%;
  max-width: 250px;
}

.escudo-plan-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  line-height: 1.4;
  color: #3f3a64;
  font-size: 14px;
  min-height: 40px;
}

.escudo-plan-list li::before {
  content: "∎";
  position: absolute;
  left: 0;
  top: 0;
  color: #20ad96;
  font-size: 12px;
  line-height: 1.5;
}

.escudo-pricing-card > .btn {
  position: static !important;
  transform: none !important;
  margin-top: auto;
}

@media (max-width: 767px) {
  .escudo-rank-table thead { display: none; }
  .escudo-rank-table tr {
    display: block;
    margin-bottom: 10px;
  }
  .escudo-rank-table td {
    display: flex;
    justify-content: space-between;
    border-radius: 0 !important;
    box-shadow: none;
    border-bottom: 1px solid #eee;
  }
  .escudo-rank-table tr {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    overflow: hidden;
  }
  .escudo-rank-table td::before {
    content: attr(data-label);
    color: #9d9d9d;
    font-size: 12px;
    font-weight: 600;
  }
}
