.single-compare {
  height: auto;
  min-height: auto;
  overflow: initial;
}

.compare-container {
  background-color: #fafafa;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "Lato", sans-serif;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.5;
}

.compare-container p {
  line-height: 1.5;
}

.compare-container p:last-child {
  margin-bottom: 0;
}

.compare-container ul:last-child,
.compare-container ol:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .compare-container .row.d-flex>div {
    width: 100%;
  }
}

.compare-content {
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.compare-content h1 {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 44px;
  font-family: "brandon-text", sans-serif;
  font-weight: 700;
}

.compare-content h3,
.compare-content h4 {
  font-weight: 700;
}

.compare-content h2 {
  scroll-margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 3px solid #2563eb;
  font-size: 30px;
  font-family: "brandon-text", sans-serif;
  font-weight: 700;
}

.compare-content h2:first-child {
  padding-top: 0;
}

.compare-content h3 {
  font-size: 24px;
  line-height: 1.4;
  text-transform: none;
}

.compare-content__overview {
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
}

.compare-content__overview ul>li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.compare-content__overview ul>li strong {
  color: #333;
}

.compare-content__overview ul>li:not(:last-child) {
  border-bottom: 1px solid #d1d5db;
}

@media (max-width: 575.98px) {
  .compare-content__overview {
    padding: 20px;
  }
}

.compare-content__features table {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.compare-content__features table thead tr th {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border: 0;
  padding: 22px;
  font-family: "lato-medium";
  color: #fff;
}

.compare-content__features table tbody tr td {
  padding: 22px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
}

.compare-content__features table tbody tr td:nth-child(1) {
  font-weight: 700;
}

.compare-content__features table .col-label {
  font-weight: 700;
}

@media (min-width: 576px) {
  .compare-content__features table .col-label {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .compare-content__features table thead {
    display: none;
  }

  .compare-content__features table,
  .compare-content__features table tbody,
  .compare-content__features table tbody tr,
  .compare-content__features table tbody tr td {
    display: block;
  }

  .compare-content__features table tbody tr {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 15px;
  }

  .compare-content__features table tbody tr td {
    border: 0;
    padding: 15px 20px 0;
  }

  .compare-content__features table tbody tr td:nth-child(1) {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    padding-bottom: 15px;
    font-family: "lato-medium";
    font-weight: 400;
    color: #fff;
  }
}

.compare-content__breakdown {
  background-color: #f8fafc;
  border-left: 4px solid #2563eb;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.compare-content__breakdown ul {
  padding-left: 20px;
}

@media (max-width: 575.98px) {
  .compare-content__breakdown {
    padding: 20px;
    border-left-width: 3px;
  }
}

.compare-content__target {
  padding: 30px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: border-color 0.25s;
}

.compare-content__target ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.compare-content__target ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 5px;
}

.compare-content__target ul li:before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #10b981;
  font-weight: 700;
}

.compare-content__target:hover {
  border-color: #2563eb;
}

@media (max-width: 575.98px) {
  .compare-content__target {
    padding: 20px;
  }
}

.compare-content__faq {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 30px;
}

.compare-content__faq-btn {
  min-height: 84px;
  background-color: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
  padding: 10px 30px;
}

.compare-content__faq-btn.collapsed {
  border-bottom-color: transparent;
}

.compare-content__faq-text {
  padding: 20px 30px;
}

@media (max-width: 575.98px) {
  .compare-content__faq-btn {
    min-height: 74px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .compare-content__faq-text {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.compare-content__final {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border-radius: 15px;
  padding: 40px;
  color: #fff;
}

.compare-content__final h2 {
  margin-bottom: 40px;
  border-bottom-color: #fff;
  color: #fff;
}

@media (max-width: 575.98px) {
  .compare-content__final {
    padding: 30px 20px;
  }
}

@media (max-width: 1199.98px) {
  .compare-content {
    padding: 30px;
  }
}

@media (max-width: 991.98px) {
  .compare-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .compare-content {
    padding: 20px;
    margin-bottom: 20px;
  }

  .compare-content h1 {
    margin-bottom: 40px;
    font-size: 38px;
  }

  .compare-content h2 {
    font-size: 26px;
  }
  
  .compare-content h3 {
    font-size: 22px;
  }
}

.compare-sidebar {
  font-size: 16px;
}

.compare-sidebar h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px;
}

.compare-sidebar__cta {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  color: #fff;
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
}

.compare-sidebar__cta h4 {
  color: inherit;
}

.compare-sidebar__cta p {
  margin-bottom: 10px;
}

.compare-sidebar__cta p a {
  color: #fff;
  text-decoration: underline;
}

.compare-sidebar__cta p:last-child {
  margin-bottom: 0;
}

.compare-sidebar__cta .btn {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #059669;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.compare-sidebar__cta .btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.compare-sidebar__toc {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.compare-sidebar__toc .nav {
  row-gap: 6px;
  margin: 0 -10px;
}

.compare-sidebar__toc .nav:before,
.compare-sidebar__toc .nav:after {
  display: none;
}

.compare-sidebar__toc .nav a {
  border-radius: 4px;
  padding: 6px 10px;
  color: #2563eb;
  text-decoration: none;
  transition: background-color 0.25s;
}

.compare-sidebar__toc .nav .active a,
.compare-sidebar__toc .nav a:hover {
  background-color: #f8fafc;
}

@media (min-width: 1200px) {
  .compare-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}

@media (max-width: 575.98px) {
  .compare-sidebar__cta,
  .compare-sidebar__toc {
    padding-right: 20px;
    padding-left: 20px;
  }
}