/* AutoOLT — ajustes sobre o template Basic */

.header-hero-content .header-sub-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .header-hero-content .header-sub-title {
    font-size: 16px;
  }
}

.header-hero-content .header-title {
  font-size: 34px;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .header-hero-content .header-title {
    font-size: 22px;
  }
}

.brand-chip {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #2e2e2e;
  opacity: 0.5;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  white-space: nowrap;
}

.check-list {
  margin-top: 20px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #6a6972;
  line-height: 1.5;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(to right, #fe8464, #fe6e9a);
}

.capability-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 30px rgba(167, 167, 167, 0.16);
  padding: 32px 28px;
  height: 100%;
}

.capability-card h4 {
  font-size: 18px;
  margin-bottom: 16px;
}

.capability-card li {
  color: #6a6972;
  padding-left: 18px;
  position: relative;
  margin-bottom: 8px;
  line-height: 1.45;
  font-size: 15px;
}

.capability-card li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #fe7a7b;
}

.workflow-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 30px rgba(167, 167, 167, 0.16);
  padding: 28px 22px;
  height: 100%;
}

.workflow-item .workflow-num {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #fe7a7b;
  margin-bottom: 10px;
}

.workflow-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.workflow-item p {
  font-size: 15px;
  line-height: 1.5;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(167, 167, 167, 0.16);
}

.compare-table th,
.compare-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #f0f0f0;
}

.compare-table th {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #361cc1;
  background: #f8f7ff;
}

.compare-table td {
  font-size: 15px;
  color: #6a6972;
  line-height: 1.45;
}

.compare-table tr:last-child td {
  border-bottom: 0;
}

.compare-table td:first-child {
  font-weight: 700;
  color: #2e2e2e;
  width: 38%;
}

.cta-box .main-btn {
  margin-top: 20px;
}

.footer-contact a {
  color: #fff;
}

.footer-contact a:hover {
  color: #fe7a7b;
}

.single-services .services-content .services-title span,
.single-services .services-content .services-title {
  font-size: 22px;
  font-weight: 700;
  color: #2e2e2e;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

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

.navbar-brand .logo-dark {
  display: none;
}

.sticky .navbar-brand .logo-light {
  display: none;
}

.sticky .navbar-brand .logo-dark {
  display: block;
}

.footer-about .logo img {
  height: 96px;
  width: auto;
}
