
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

.hz-twf-compare-module,
.hz-twf-compare-module * {
  box-sizing: border-box;
}

.hz-twf-compare-module {
  --hz-orange: #f26a21;
  --hz-orange-dark: #d95416;
  --hz-navy: #071d33;
  --hz-blue: #0d304f;
  --hz-text: #4b5563;
  --hz-border: #e5e7eb;
  --hz-soft-bg: #f6f8fb;

  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(242, 106, 33, 0.06), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  font-family: 'Inter', Arial, sans-serif;
  color: var(--hz-text);
  line-height: 1.6;
}

.hz-twf-compare-module h2,
.hz-twf-compare-module h3,
.hz-twf-compare-module p {
  margin: 0;
}

.hz-twf-compare-section {
  padding: 84px 0;
}

.hz-twf-compare-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}

.hz-twf-compare-head {
  max-width: 980px;
  margin-bottom: 46px;
}

.hz-twf-compare-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--hz-orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hz-twf-compare-title {
  margin-bottom: 18px;
  color: var(--hz-navy);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -1.2px;
}

.hz-twf-compare-desc {
  color: var(--hz-text);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 300;
}

.hz-twf-compare-table {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--hz-border);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(7, 29, 51, 0.06);
}

.hz-twf-compare-row {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1.12fr;
  border-bottom: 1px solid var(--hz-border);
}

.hz-twf-compare-row:last-child {
  border-bottom: 0;
}

.hz-twf-compare-row > div {
  padding: 22px 26px;
  color: var(--hz-text);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
}

.hz-twf-compare-row > div:first-child {
  background: #f9fafb;
  color: var(--hz-navy);
  font-weight: 700;
}

.hz-twf-compare-header > div {
  background:
    radial-gradient(circle at 88% 18%, rgba(242, 106, 33, 0.24), transparent 32%),
    linear-gradient(135deg, #071d33 0%, #0d304f 100%) !important;
  color: #ffffff !important;
  font-weight: 700;
}

.hz-twf-compare-highlight {
  color: var(--hz-orange-dark);
  font-weight: 600;
}

.hz-twf-compare-note {
  margin-top: 28px;
  padding: 20px 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--hz-border);
  box-shadow: 0 12px 30px rgba(7, 29, 51, 0.04);
  color: var(--hz-text);
  font-size: 14.5px;
  line-height: 1.75;
  font-weight: 300;
}

.hz-twf-compare-note strong {
  color: var(--hz-navy);
  font-weight: 700;
}

@media (max-width: 768px) {
  .hz-twf-compare-container {
    padding: 0 22px;
  }

  .hz-twf-compare-section {
    padding: 62px 0;
  }

  .hz-twf-compare-title {
    font-size: 32px;
    letter-spacing: -0.8px;
  }

  .hz-twf-compare-desc {
    font-size: 16px;
  }

  .hz-twf-compare-table {
    overflow-x: auto;
  }

  .hz-twf-compare-row {
    min-width: 860px;
  }
}
