.compare-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #111827;
  overflow-x: hidden;
}

.compare-page *,
.compare-page *::before,
.compare-page *::after {
  box-sizing: border-box;
}

.compare-page section {
  width: 100%;
  max-width: 100%;
}

.compare-page table {
  table-layout: auto;
}

.compare-page img {
  max-width: 100%;
  height: auto;
}

.compare-page .compare-section-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.compare-page .compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.compare-page .compare-table th,
.compare-page .compare-table td {
  word-wrap: break-word;
}

.compare-page .compare-th-feature {
  width: 48%;
}

.compare-page .compare-th-supportly,
.compare-page .compare-th-competitor {
  width: 26%;
}

/* Hero */
.compare-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 160px 24px 100px;
  overflow: hidden;
}

.compare-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, #f8fafc 0%, #eef2ff 30%, #ede9fe 50%, #faf5ff 70%, #f0f4ff 100%);
  z-index: 0;
}

.compare-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  z-index: 0;
}
.compare-hero-glow-1 {
  top: 30px;
  right: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(99,102,241,0.15) 0%, transparent 70%);
}
.compare-hero-glow-2 {
  bottom: 20px;
  left: 5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(168,85,247,0.1) 0%, transparent 70%);
}

.compare-hero-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(99,102,241,0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 40%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 40%, black 20%, transparent 70%);
}

.compare-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.compare-vs-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 48px;
}

.compare-logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.compare-logo-icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 8px 32px rgba(0,0,0,0.06), 0 0 0 1px rgba(255,255,255,0.5) inset;
  backdrop-filter: blur(12px);
  transition: transform 0.3s, box-shadow 0.3s;
}

.compare-logo-icon-wrap:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1), 0 0 0 1px rgba(255,255,255,0.5) inset;
}

.compare-logo-icon-supportly {
  background: rgba(69,141,255,0.08);
  border-color: rgba(69,141,255,0.15);
}

.compare-logo-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 8px;
}

.compare-logo-label {
  font-size: 15px;
  font-weight: 700;
  color: #374151;
  letter-spacing: -0.01em;
}

.compare-vs-badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #111827 0%, #374151 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.compare-vs-text {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.compare-hero-title {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  margin: 0 0 24px;
  letter-spacing: -0.035em;
  color: #111827;
  background: linear-gradient(135deg, #111827 40%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.compare-hero-subtitle {
  font-size: 17px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0 auto 36px;
  max-width: 580px;
}

.compare-hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.compare-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(99,102,241,0.1);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: #4b5563;
  backdrop-filter: blur(12px);
  transition: border-color 0.2s, transform 0.2s;
}

.compare-hero-badge:hover {
  border-color: rgba(99,102,241,0.25);
  transform: translateY(-1px);
}

.compare-hero-badge strong {
  color: #6366f1;
  font-weight: 700;
}

.compare-hero-ctas {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.compare-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 36px;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #fff;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16,1,0.3,1);
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.compare-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.compare-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 36px;
  background: rgba(255,255,255,0.85);
  color: #374151;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.compare-btn-secondary:hover {
  border-color: #c7d2fe;
  background: #fff;
  transform: translateY(-1px);
}

.compare-btn-lg {
  padding: 17px 44px;
  font-size: 16px;
}

/* Quick Stats */
.compare-quick-stats {
  padding: 0 24px;
  margin-top: -48px;
  position: relative;
  z-index: 2;
}

.compare-stats-card {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.06), 0 0 0 1px rgba(0,0,0,0.03);
}

.compare-stat-item {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  border-radius: 16px;
  transition: background 0.2s;
}

.compare-stat-item:hover {
  background: #f9fafb;
}

.compare-stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 15%;
  height: 70%;
  width: 1px;
  background: linear-gradient(180deg, transparent, #e5e7eb, transparent);
}

.compare-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.compare-stat-value {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
  line-height: 1;
}

.compare-stat-label {
  font-size: 13px;
  color: #374151;
  font-weight: 600;
  margin-bottom: 4px;
}

.compare-stat-sublabel {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 400;
  line-height: 1.4;
  max-width: 160px;
}

/* Section headers */
.compare-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.compare-section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #6366f1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  background: #eef2ff;
  border-radius: 100px;
  margin-bottom: 16px;
}

.compare-section-title {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  text-align: center;
  margin: 0 0 12px;
  letter-spacing: -0.025em;
  color: #111827;
}

.compare-section-subtitle {
  font-size: 16px;
  color: #6b7280;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}

/* Score bar */
.compare-score-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
  padding: 16px 32px;
  background: #f9fafb;
  border-radius: 14px;
  border: 1px solid #f1f5f9;
}

.compare-score-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.compare-score-count {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.compare-score-label {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
}

.compare-score-win .compare-score-count {
  color: #10b981;
}

.compare-score-tie .compare-score-count {
  color: #6366f1;
}

.compare-score-lose .compare-score-count {
  color: #d1d5db;
}

/* Comparison Table */
.compare-table-section {
  padding: 100px 24px 80px;
}

.compare-table-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0,0,0,0.06), 0 0 0 1px rgba(0,0,0,0.03);
  background: #fff;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
}

.compare-table thead tr {
  background: linear-gradient(180deg, #f9fafb 0%, #fff 100%);
}

.compare-table th {
  padding: 20px 28px;
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  text-align: center;
  border-bottom: 2px solid #e5e7eb;
}

.compare-th-feature {
  text-align: left !important;
  width: 50%;
}

.compare-th-supportly {
  color: #111827 !important;
  background: rgba(99,102,241,0.03);
}

.compare-th-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.compare-th-brand span {
  font-size: 13px;
  font-weight: 600;
}

.compare-th-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 8px;
}

.compare-th-logo-competitor {
  border-radius: 8px;
}

.compare-category-row td {
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 700;
  color: #6366f1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #f0f0ff, #f5f3ff);
  border-top: 1px solid #e5e7eb;
}

.compare-feature-row td {
  padding: 16px 28px;
  font-size: 14px;
  border-bottom: 1px solid #f3f4f6;
}

.compare-feature-row:hover {
  background: #fafafe;
}

.compare-feature-name {
  color: #374151;
  font-weight: 500;
}

.compare-feature-val {
  text-align: center !important;
}

.compare-val-supportly {
  background: rgba(99,102,241,0.015);
}

.compare-check-wrap, .compare-x-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-partial {
  color: #f59e0b;
  font-size: 12px;
  font-weight: 600;
  background: #fffbeb;
  padding: 4px 12px;
  border-radius: 100px;
  border: 1px solid #fde68a;
  display: inline-block;
}

/* Advantages */
.compare-advantages-section {
  padding: 80px 24px 40px;
  background: linear-gradient(180deg, #f9fafb 0%, #fff 100%);
}

.compare-advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.compare-advantage-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  border: 1px solid #f1f5f9;
  transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
  position: relative;
  overflow: hidden;
}

.compare-advantage-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6366f1, #a78bfa);
  opacity: 0;
  transition: opacity 0.3s;
}

.compare-advantage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(99,102,241,0.1);
  border-color: #e0e7ff;
}

.compare-advantage-card:hover::before {
  opacity: 1;
}

.compare-advantage-icon {
  font-size: 28px;
  margin-bottom: 16px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 14px;
}

.compare-advantage-title {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}

.compare-advantage-desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.65;
  margin: 0 0 16px;
}

.compare-advantage-stat {
  font-size: 13px;
  font-weight: 600;
  color: #10b981;
  background: #ecfdf5;
  padding: 8px 16px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Choose Section */
.compare-choose-section {
  padding: 40px 24px 100px;
}

.compare-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.compare-choose-card {
  border-radius: 20px;
  padding: 40px;
  position: relative;
}

.compare-choose-supportly {
  background: #fff;
  border: 2px solid #6366f1;
  box-shadow: 0 8px 40px rgba(99,102,241,0.12);
}

.compare-choose-competitor {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

.compare-choose-badge {
  position: absolute;
  top: -12px;
  left: 28px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 12px rgba(99,102,241,0.3);
}

.compare-choose-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.compare-choose-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 10px;
}

.compare-choose-logo-competitor {
  border-radius: 8px;
}

.compare-choose-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  letter-spacing: -0.01em;
}

.compare-choose-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.compare-choose-list li {
  padding: 10px 0;
  font-size: 14.5px;
  color: #374151;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
}

.compare-choose-list li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.compare-choose-dot {
  color: #9ca3af;
  font-size: 20px;
  flex-shrink: 0;
  line-height: 1;
}

.compare-choose-cta {
  width: 100%;
  text-align: center;
}

/* FAQ */
.compare-faq-section {
  padding: 100px 24px;
  background: #f9fafb;
}

.compare-faq-list {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.compare-faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.25s;
}

.compare-faq-item[open] {
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border-color: #d1d5db;
}

.compare-faq-question {
  padding: 20px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.2s;
}

.compare-faq-question:hover {
  color: #6366f1;
}

.compare-faq-question::-webkit-details-marker {
  display: none;
}

.compare-faq-question::after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  color: #9ca3af;
  transition: transform 0.25s;
  flex-shrink: 0;
  margin-left: 16px;
}

.compare-faq-item[open] .compare-faq-question::after {
  content: '−';
  color: #6366f1;
}

.compare-faq-answer {
  padding: 0 28px 22px;
  font-size: 14.5px;
  color: #6b7280;
  line-height: 1.75;
}

/* CTA */
.compare-cta-section {
  padding: 80px 24px 100px;
}

.compare-cta-card {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-radius: 28px;
  padding: 72px 56px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.compare-cta-glow {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(99,102,241,0.2), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.compare-cta-title {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  margin: 0 0 16px;
  letter-spacing: -0.025em;
  color: #fff;
  position: relative;
}

.compare-cta-desc {
  font-size: 17px;
  color: #94a3b8;
  margin: 0 0 36px;
  line-height: 1.6;
  position: relative;
}

.compare-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
  flex-wrap: wrap;
  position: relative;
}

.compare-cta-section .compare-btn-primary {
  background: #fff;
  color: #111827;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.compare-cta-section .compare-btn-primary:hover {
  background: #f3f4f6;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.compare-cta-section .compare-btn-secondary {
  background: transparent;
  border-color: rgba(255,255,255,0.15);
  color: #e2e8f0;
}

.compare-cta-section .compare-btn-secondary:hover {
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
}

.compare-cta-trust {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #64748b;
  position: relative;
}

.compare-cta-trust span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .compare-hero {
    padding: 120px 16px 80px;
    min-height: auto;
  }

  .compare-stats-card {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px;
  }

  .compare-stat-item:not(:last-child)::after {
    display: none;
  }

  .compare-advantages-grid {
    grid-template-columns: 1fr;
  }

  .compare-choose-grid {
    grid-template-columns: 1fr;
  }

  .compare-table-wrap {
    overflow-x: auto;
  }

  .compare-table {
    min-width: 520px;
  }

  .compare-vs-logos {
    gap: 20px;
  }

  .compare-logo-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .compare-logo-icon {
    width: 30px;
    height: 30px;
  }

  .compare-cta-card {
    padding: 48px 24px;
    border-radius: 20px;
  }

  .compare-score-bar {
    gap: 16px;
    padding: 12px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .compare-choose-card {
    padding: 28px;
  }
}


.compare-all-hero-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #458DFF;
  margin-bottom: 16px;
  background: rgba(69, 141, 255, 0.08);
  padding: 6px 16px;
  border-radius: 20px;
}

.compare-all-hero-highlight {
  background: linear-gradient(135deg, #458DFF, #36BFFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.compare-all-stats-section {
  padding: 30px 24px 30px;
  max-width: 800px;
  margin: 0 auto;
}

.compare-all-stats-grid {
  display: flex;
  justify-content: center;
  gap: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
}

.compare-all-stat-card {
  flex: 1;
  padding: 22px 16px;
  text-align: center;
  border-right: 1px solid #f3f4f6;
}

.compare-all-stat-card:last-child {
  border-right: none;
}

.compare-all-stat-value {
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(135deg, #458DFF, #36BFFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 2px;
}

.compare-all-stat-label {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}

.compare-all-grid-section {
  padding: 30px 24px 80px;
  max-width: 900px;
  margin: 0 auto;
}

.compare-all-section-inner {
  max-width: 900px;
  margin: 0 auto;
}

.compare-all-category {
  margin-bottom: 48px;
}

.compare-all-category:last-child {
  margin-bottom: 0;
}

.compare-all-category-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #9ca3af;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f4f6;
}

.compare-all-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.compare-all-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px 20px;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
  cursor: pointer;
  position: relative;
}

.compare-all-card:hover {
  border-color: #458DFF40;
  box-shadow: 0 6px 24px rgba(69, 141, 255, 0.1);
  transform: translateY(-3px);
}

.compare-all-card:hover .compare-all-card-arrow {
  opacity: 1;
  transform: translateX(0);
  color: #458DFF;
}

.compare-all-card-logo-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.compare-all-card-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.compare-all-card-info {
  flex: 1;
  min-width: 0;
}

.compare-all-card-name {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 2px;
}

.compare-all-card-desc {
  font-size: 13px;
  color: #9ca3af;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compare-all-card-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

.compare-all-card-arrow {
  color: #d1d5db;
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.compare-all-why-section {
  padding: 20px 24px 80px;
}

@media (max-width: 768px) {
  .compare-all-stats-grid {
    flex-wrap: wrap;
  }

  .compare-all-stat-card {
    flex: 1 1 40%;
    border-bottom: 1px solid #f3f4f6;
  }

  .compare-all-stat-value {
    font-size: 22px;
  }

  .compare-all-cards-grid {
    grid-template-columns: 1fr;
  }

  .compare-all-grid-section {
    padding: 24px 16px 48px;
  }

  .compare-all-stats-section {
    padding: 20px 16px;
  }

  .compare-all-card-badge {
    display: none;
  }

  .compare-all-card-arrow {
    opacity: 1;
    transform: translateX(0);
    color: #d1d5db;
  }
}
