/* Tech Debt Landing Page Styles */

/* Hero Section */

.techdebt-hero-section {
  border-bottom-width: 1px;
  border-color: var(--glass-border-5);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .techdebt-hero-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.techdebt-hero-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 768px) {

  .techdebt-hero-wrapper {
    flex-direction: row;
    gap: 3rem;
  }
}

@media (min-width: 1024px) {

  .techdebt-hero-wrapper {
    gap: 4rem;
  }
}

.techdebt-hero-content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {

  .techdebt-hero-content {
    align-items: flex-start;
    text-align: left;
  }
}

.techdebt-hero-visual {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
}

.techdebt-hero-image {
  width: 100%;
  max-width: 32rem;
  border-radius: 0.75rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(255 88 16 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

/* Problem Section */

.techdebt-problem-section {
  border-bottom-width: 1px;
  border-color: var(--glass-border-5);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .techdebt-problem-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.techdebt-problem-grid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: grid;
  max-width: 80rem;
  gap: 1rem;
}

@media (min-width: 640px) {

  .techdebt-problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {

  .techdebt-problem-grid {
    margin-top: 3rem;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {

  .techdebt-problem-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.techdebt-problem-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(239 68 68 / 0.2);
  background-color: rgb(69 10 10 / 0.1);
  padding: 1.5rem;
}

.techdebt-problem-card-icon {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.techdebt-problem-card-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
}

.techdebt-problem-card-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text-secondary);
}

/* Solution Section */

.techdebt-solution-section {
  border-bottom-width: 1px;
  border-color: var(--glass-border-5);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .techdebt-solution-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.techdebt-solution-grid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: grid;
  max-width: 80rem;
  gap: 1rem;
}

@media (min-width: 640px) {

  .techdebt-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {

  .techdebt-solution-grid {
    margin-top: 3rem;
    gap: 1.5rem;
  }
}

.techdebt-solution-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(255 88 16 / 0.2);
  background-color: rgb(255 88 16 / 0.05);
  padding: 1.5rem;
}

.techdebt-solution-card-icon {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 88 16 / var(--tw-text-opacity, 1));
}

.techdebt-solution-card-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
}

.techdebt-solution-card-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text-secondary);
}

/* How It Works Section */

.techdebt-how-it-works-section {
  border-bottom-width: 1px;
  border-color: var(--glass-border-5);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .techdebt-how-it-works-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.techdebt-steps-grid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: grid;
  max-width: 80rem;
  gap: 1rem;
}

@media (min-width: 640px) {

  .techdebt-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {

  .techdebt-steps-grid {
    margin-top: 3rem;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {

  .techdebt-steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.techdebt-step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: var(--glass-border-10);
  background-color: var(--glass-bg-5);
  padding: 1.5rem;
}

.techdebt-step-number {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 88 16 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--text-inverse);
}

.techdebt-step-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
}

.techdebt-step-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text-secondary);
}

.techdebt-step-connector {
  position: absolute;
  right: -1rem;
  top: 50%;
  display: none;
  height: 0.125rem;
  width: 2rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: rgb(255 88 16 / 0.3);
}

@media (min-width: 1024px) {

  .techdebt-step-connector {
    display: block;
  }
}

/* Benefits Section */

.techdebt-benefits-section {
  border-bottom-width: 1px;
  border-color: var(--glass-border-5);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .techdebt-benefits-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.techdebt-benefits-grid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: grid;
  max-width: 80rem;
  gap: 1rem;
}

@media (min-width: 640px) {

  .techdebt-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {

  .techdebt-benefits-grid {
    margin-top: 3rem;
    gap: 1.5rem;
  }
}

.techdebt-benefit-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(34 197 94 / 0.2);
  background-color: rgb(5 46 22 / 0.1);
  padding: 1.5rem;
}

.techdebt-benefit-icon {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.techdebt-benefit-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
}

.techdebt-benefit-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text-secondary);
}

/* Shared Utilities */

.techdebt-section-tagline {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 88 16 / var(--tw-text-opacity, 1));
}

.techdebt-section-headline {
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

@media (min-width: 768px) {

  .techdebt-section-headline {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.techdebt-section-subheadline {
  margin-top: 1rem;
  max-width: 42rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--text-secondary);
}

.techdebt-title-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Statistics Row */

.techdebt-stats-row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: flex;
  max-width: 56rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

@media (min-width: 768px) {

  .techdebt-stats-row {
    flex-wrap: nowrap;
    gap: 3rem;
  }
}

.techdebt-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.techdebt-stat-value {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .techdebt-stat-value {
    font-size: 3rem;
    line-height: 1;
  }
}

.techdebt-stat-label {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

/* Step Time Indicator */

.techdebt-step-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.techdebt-step-time {
  border-radius: 9999px;
  background-color: rgb(255 88 16 / 0.2);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 88 16 / var(--tw-text-opacity, 1));
}

/* ============================================
   COMPARISON SECTION - Enhanced Visual Design
   ============================================ */

.techdebt-comparison-section {
  border-bottom-width: 1px;
  border-color: var(--glass-border-5);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .techdebt-comparison-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.techdebt-comparison-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  width: 100%;
  max-width: 72rem;
}

@media (min-width: 768px) {

  .techdebt-comparison-wrapper {
    margin-top: 3rem;
  }
}

/* Category Group */

.techdebt-comparison-category {
  margin-bottom: 2rem;
}

.techdebt-comparison-category-title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--text-primary);
}

@media (min-width: 768px) {

  .techdebt-comparison-category-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* Comparison Grid - Desktop */

.techdebt-comparison-grid {
  display: none;
}

@media (min-width: 1024px) {

  .techdebt-comparison-grid {
    display: block;
  }
}

.techdebt-comparison-header {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.techdebt-comparison-header-cell {
  border-radius: 0.5rem;
  background-color: rgb(255 255 255 / 0.05);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.techdebt-comparison-header-cell:first-child {
  text-align: left;
}

.techdebt-comparison-header-enric {
  position: relative;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 88 16 / var(--tw-border-opacity, 1));
  background-color: rgb(255 88 16 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 88 16 / var(--tw-text-opacity, 1));
}

.techdebt-comparison-badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 88 16 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.techdebt-comparison-row {
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.techdebt-comparison-feature-cell {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  background-color: rgb(255 255 255 / 0.05);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--text-primary);
}

.techdebt-comparison-value-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  background-color: rgb(255 255 255 / 0.05);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.techdebt-comparison-enric-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(255 88 16 / 0.3);
  background-color: rgb(255 88 16 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 88 16 / var(--tw-text-opacity, 1));
}

/* Status Indicators */

.techdebt-status-excellent {
  --tw-text-opacity: 1;
  color: rgb(18 183 106 / var(--tw-text-opacity, 1));
}

.techdebt-status-good {
  --tw-text-opacity: 1;
  color: rgb(255 88 16 / var(--tw-text-opacity, 1));
}

.techdebt-status-moderate {
  --tw-text-opacity: 1;
  color: rgb(247 144 9 / var(--tw-text-opacity, 1));
}

.techdebt-status-poor {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

/* Value highlight variations */

.techdebt-value-highlight {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 183 106 / var(--tw-text-opacity, 1));
}

.techdebt-value-negative {
  color: rgb(248 113 113 / 0.8);
}

.techdebt-value-neutral {
  color: rgb(247 144 9 / 0.8);
}

/* Icon containers */

.techdebt-icon-positive {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(18 183 106 / var(--tw-text-opacity, 1));
}

.techdebt-icon-negative {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.techdebt-icon-neutral {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(247 144 9 / var(--tw-text-opacity, 1));
}

/* Comparison Cards - Mobile */

.techdebt-comparison-cards {
  display: grid;
  gap: 1rem;
}

@media (min-width: 1024px) {

  .techdebt-comparison-cards {
    display: none;
  }
}

.techdebt-comparison-card {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: var(--glass-border-10);
  background-color: var(--glass-bg-5);
  padding: 1rem;
}

.techdebt-comparison-card-header {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-bottom: 0.75rem;
}

.techdebt-comparison-card-feature {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
}

.techdebt-comparison-card-values {
  display: grid;
  gap: 0.75rem;
}

.techdebt-comparison-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.techdebt-comparison-card-provider {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.techdebt-comparison-card-value {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.techdebt-comparison-card-enric {
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(255 88 16 / 0.3);
  background-color: rgb(255 88 16 / 0.1);
  padding: 0.75rem;
}

.techdebt-comparison-card-enric .techdebt-comparison-card-provider {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 88 16 / var(--tw-text-opacity, 1));
}

.techdebt-comparison-card-enric .techdebt-comparison-card-value {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 88 16 / var(--tw-text-opacity, 1));
}

/* Animation Wrapper */

.techdebt-comparison-animation-div {
  width: 100%;
}

/* Key Differentiator Highlight */

.techdebt-key-differentiator {
  position: relative;
}

.techdebt-key-differentiator::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  bottom: 0px;
  top: 0px;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 88 16 / var(--tw-bg-opacity, 1));
}

/* Summary Stats */

.techdebt-comparison-summary {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {

  .techdebt-comparison-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.techdebt-summary-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(255 88 16 / 0.2);
  background-color: rgb(255 88 16 / 0.05);
  padding: 1.5rem;
  text-align: center;
}

.techdebt-summary-value {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 88 16 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .techdebt-summary-value {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.techdebt-summary-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

/* Enterprise CTA Section */

.techdebt-enterprise-cta-section {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(255 88 16 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 88 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .techdebt-enterprise-cta-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.techdebt-enterprise-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.techdebt-enterprise-cta-headline {
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

@media (min-width: 768px) {

  .techdebt-enterprise-cta-headline {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {

  .techdebt-enterprise-cta-headline {
    font-size: 3rem;
    line-height: 1;
  }
}

.techdebt-enterprise-cta-subheadline {
  margin-top: 1rem;
  max-width: 42rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.techdebt-enterprise-features {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.techdebt-enterprise-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.05);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text-primary);
}

.techdebt-enterprise-feature-check {
  --tw-text-opacity: 1;
  color: rgb(255 88 16 / var(--tw-text-opacity, 1));
}

.techdebt-enterprise-cta-button {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 88 16 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.techdebt-enterprise-cta-button:hover {
  background-color: rgb(255 88 16 / 0.9);
}

.techdebt-enterprise-badges {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.techdebt-enterprise-badge {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.05);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

/* ============================================
   LIGHT THEME OVERRIDES
   ============================================ */

/* Comparison cells - use darker overlays in light mode */

.light .techdebt-comparison-header-cell,
.light .techdebt-comparison-feature-cell,
.light .techdebt-comparison-value-cell {
  background-color: rgb(0 0 0 / 0.05);
}

/* Card header border */

.light .techdebt-comparison-card-header {
  border-color: rgb(0 0 0 / 0.1);
}

/* Text colors - use theme-aware colors instead of gray-400 */

.light .techdebt-stat-label,
.light .techdebt-comparison-value-cell,
.light .techdebt-comparison-card-provider,
.light .techdebt-summary-label,
.light .techdebt-enterprise-cta-subheadline,
.light .techdebt-enterprise-badge {
  color: var(--text-secondary);
}

/* Enterprise features and badges in light mode */

.light .techdebt-enterprise-feature {
  background-color: rgb(0 0 0 / 0.05);
}

.light .techdebt-enterprise-badge {
  border-color: rgb(0 0 0 / 0.1);
  background-color: rgb(0 0 0 / 0.05);
}

/* Problem cards - lighter red tones in light mode */

.light .techdebt-problem-card {
  border-color: rgb(248 113 113 / 0.3);
  background-color: rgb(254 226 226 / 0.5);
}

.light .techdebt-problem-card-icon {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.light .techdebt-stat-value {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

/* Benefit cards - lighter green tones in light mode */

.light .techdebt-benefit-card {
  border-color: rgb(74 222 128 / 0.3);
  background-color: rgb(220 252 231 / 0.5);
}

.light .techdebt-benefit-icon {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

