.comparison-section {
  background: white;
}
.comparison-section .comparison-table {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #000000;
  border-right: 8px solid rgb(0, 0, 0);
  border-bottom: 8px solid rgb(0, 0, 0);
}
.comparison-section .comparison-table .table-header {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr;
  gap: 0;
  background: #f4f4f4;
  border-bottom: 2px solid #e5e7eb;
}
.comparison-section .comparison-table .table-header .col-what {
  padding: 20px 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Poppins", sans-serif !important;
}
.comparison-section .comparison-table .table-header .col-typical {
  padding: 16px 20px;
  background: #fff5f4;
  color: #c0392b;
  border-left: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
}
.comparison-section .comparison-table .table-header .col-typical .non-verified {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 100px;
  background: #ffffff;
  color: #c0392b;
  border: 1.5px solid #fca5a5;
}
.comparison-section .comparison-table .table-header .col-typical .x-mark {
  width: 24px;
  height: 24px;
  background: #fee2e2;
  color: #c0392b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
}
.comparison-section .comparison-table .table-header .col-us {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #f0fff3;
  color: #1a6e3c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border-left: 1px solid #e5e7eb;
}
.comparison-section .comparison-table .table-header .col-us div,
.comparison-section .comparison-table .table-header .col-us span {
  color: #1a6e3c;
}
.comparison-section .comparison-table .table-header .col-us .verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 100px;
  background: #ffffff;
  color: #166534;
  border: 1.5px solid #86efac;
}
.comparison-section .comparison-table .table-row {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr;
  gap: 0;
  border-bottom: 1px solid #f3f4f6;
  transition: background 0.2s;
}
.comparison-section .comparison-table .table-row:hover {
  filter: brightness(0.98);
}
.comparison-section .comparison-table .table-row .col-what {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  background-color: #ffffff;
}
.comparison-section .comparison-table .table-row .col-what .feature-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  font-weight: 700;
}
.comparison-section .comparison-table .table-row .col-what .feature-desc {
  font-size: 14px;
  line-height: 1.4;
}
.comparison-section .comparison-table .table-row .col-typical,
.comparison-section .comparison-table .table-row .col-us {
  padding: 18px 14px;
  border-left: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  background-color: #fff5f4;
  border: 1px solid #e5e7eb;
  border-right: unset;
  border-top: 0;
}
.comparison-section .comparison-table .table-row .col-typical .feature-item,
.comparison-section .comparison-table .table-row .col-us .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 13px;
  border-radius: 24px;
  color: #c0392b;
}
.comparison-section .comparison-table .table-row .col-typical .feature-item .x-mark,
.comparison-section .comparison-table .table-row .col-us .feature-item .x-mark {
  background-color: #c0392b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
  color: white;
}
.comparison-section .comparison-table .table-row .col-typical .feature-item .icon,
.comparison-section .comparison-table .table-row .col-us .feature-item .icon {
  font-size: 14px;
}
.comparison-section .comparison-table .table-row .col-typical .feature-item.bad,
.comparison-section .comparison-table .table-row .col-us .feature-item.bad {
  background: #fee2e2;
  color: #c0392b;
}
.comparison-section .comparison-table .table-row .col-typical .feature-item.good,
.comparison-section .comparison-table .table-row .col-us .feature-item.good {
  background: #c6ffd7;
  color: #1a6e3c;
}
.comparison-section .comparison-table .table-row .col-typical .feature-item.good .tick,
.comparison-section .comparison-table .table-row .col-us .feature-item.good .tick {
  background-color: #1a6e3c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  color: white;
}
.comparison-section .comparison-table .table-row .col-typical .feature-note,
.comparison-section .comparison-table .table-row .col-us .feature-note {
  font-size: 12px;
  color: #9b7070;
  line-height: 1.4;
}
.comparison-section .comparison-table .table-row .col-us {
  background-color: #f0fff3;
}
.comparison-section .comparison-table .table-row .col-us .feature-note {
  color: #4a7c5f !important;
}
.comparison-section .comparison-table .table-row .col-typical {
  border-right: 1px solid #f3f4f6;
}
.comparison-section .comparison-table .table-footer {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr;
  gap: 0;
  background: #ffffff;
  border-top: 3px solid var(--primary);
  border-bottom: 1px solid #e5e7eb;
}
.comparison-section .comparison-table .table-footer .col-what {
  padding: 20px;
  border-right: 1px solid #e5e7eb;
}
.comparison-section .comparison-table .table-footer .col-what .feature-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.comparison-section .comparison-table .table-footer .col-what .feature-desc {
  font-size: 12px;
}
.comparison-section .comparison-table .table-footer .col-typical,
.comparison-section .comparison-table .table-footer .col-us {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.comparison-section .comparison-table .table-footer .col-typical .score-value,
.comparison-section .comparison-table .table-footer .col-us .score-value {
  font-size: 28px;
  font-weight: 800;
}
.comparison-section .comparison-table .table-footer .col-typical .score-label,
.comparison-section .comparison-table .table-footer .col-us .score-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.comparison-section .comparison-table .table-footer .col-typical {
  background: #fff7f7;
  border-right: 1px solid #e5e7eb;
}
.comparison-section .comparison-table .table-footer .col-typical .score-value {
  color: #c11818;
}
.comparison-section .comparison-table .table-footer .col-typical .score-label {
  color: #c11818;
}
.comparison-section .comparison-table .table-footer .col-us {
  background: #f0fff3;
}
.comparison-section .comparison-table .table-footer .col-us .score-value {
  color: #1a6e3c;
}
.comparison-section .comparison-table .table-footer .col-us .score-label {
  color: #1a6e3c;
}
.comparison-section .comparison-table .cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 32px;
}
.comparison-section .comparison-table .cta-section .cta-content {
  flex: 1;
}
.comparison-section .comparison-table .cta-section .cta-content .cta-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  padding: 0;
  border-left: unset;
}
.comparison-section .comparison-table .cta-section .cta-content .cta-desc {
  font-size: 14px;
  margin: 0;
}
.comparison-section .comparison-table .cta-section .cta-buttons {
  display: flex;
  gap: 12px;
}
.comparison-section .comparison-table .cta-section .cta-buttons .btn {
  padding: 12px 24px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}
.comparison-section .comparison-table .cta-section .cta-buttons .btn svg {
  width: 16px;
  height: 16px;
}
.comparison-section .comparison-table .cta-section .cta-buttons .btn span {
  color: white;
}
.comparison-section .comparison-table .cta-section .cta-buttons .btn .icon {
  font-size: 16px;
}
.comparison-section .comparison-table .cta-section .cta-buttons .btn .arrow {
  font-size: 16px;
}
.comparison-section .comparison-table .cta-section .cta-buttons .btn.btn-whatsapp {
  color: black;
}
.comparison-section .comparison-table .cta-section .cta-buttons .btn.btn-whatsapp:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .comparison-section .comparison-table .table-header,
  .comparison-section .comparison-table .table-row,
  .comparison-section .comparison-table .table-footer {
    grid-template-columns: 1fr;
  }
  .comparison-section .comparison-table .table-header .col-what,
  .comparison-section .comparison-table .table-row .col-what,
  .comparison-section .comparison-table .table-footer .col-what {
    align-items: start;
  }
  .comparison-section .comparison-table .col-what {
    border-right: none !important;
    border-bottom: 1px solid #f3f4f6;
  }
  .comparison-section .comparison-table .col-typical,
  .comparison-section .comparison-table .col-us {
    border-right: none !important;
  }
  .comparison-section .comparison-table .cta-section {
    flex-direction: column;
    text-align: center;
  }
  .comparison-section .comparison-table .cta-section .cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  .comparison-section .comparison-table .cta-section .cta-buttons .btn {
    width: 100%;
    justify-content: center;
  }
}/*# sourceMappingURL=comparison.css.map */