.page-compare .page-hero {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.page-compare .page-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a1510 0%, #2a2015 50%, #3a2a18 100%);
}

.page-compare .page-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(196, 162, 101, 0.08) 0%, transparent 60%);
}

.page-compare .page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page-compare .page-hero-breadcrumb {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
}

.page-compare .page-hero-breadcrumb a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.2s;
}

.page-compare .page-hero-breadcrumb a:hover {
  color: white;
}

.page-compare .page-hero-eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.page-compare .page-hero-content h1 {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 400;
  color: white;
  line-height: 1.15;
  margin-bottom: 12px;
}

.page-compare .page-hero-content > p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  max-width: 520px;
  line-height: 1.7;
}

.compare-lineup-section {
  padding: 64px 60px 48px;
}

.compare-lineup-inner {
  max-width: 1400px;
  margin: 0 auto;
}

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

.compare-lineup-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 16px 24px;
  margin-top: 28px;
  background: var(--cream);
  border: 1px solid var(--sand);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.compare-lineup-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  border-color: var(--accent);
}

.compare-lineup-recommended::before {
  content: 'MOST POPULAR';
  position: absolute;
  top: -28px;
  left: -1px;
  right: -1px;
  background: var(--accent);
  color: white;
  text-align: center;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 5px 0;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-lineup-recommended {
  border-color: var(--accent);
}

.compare-lineup-card-img {
  width: 100%;
  height: 180px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.compare-lineup-card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.compare-lineup-card-name {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--charcoal);
  text-align: center;
  margin-bottom: 4px;
}

.compare-lineup-card-price {
  font-size: 12px;
  color: var(--warm-gray);
}

.compare-lineup-card-price strong {
  color: var(--charcoal);
  font-weight: 600;
}

.compare-lineup-card-tag {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 10px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid var(--sand);
  color: var(--warm-gray);
}

.compare-intro-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 60px 56px;
  text-align: center;
}

.compare-intro-section h2 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 16px;
  line-height: 1.3;
}

.compare-intro-section p {
  font-size: 14.5px;
  color: var(--warm-gray);
  line-height: 1.8;
}

.compare-table-section {
  padding: 0 60px 80px;
}

.compare-table-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.compare-table-title {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 400;
  color: var(--charcoal);
  text-align: center;
  margin-bottom: 48px;
}

.compare-table-wrap {
  background: var(--warm-white);
  border: 1px solid var(--sand);
  overflow: visible;
  position: relative;
  margin-top: 14px;
}

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

.compare-table thead {
  background: var(--charcoal);
}

.compare-table thead th {
  padding: 24px 16px;
  text-align: center;
  vertical-align: bottom;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.compare-table thead th:last-child {
  border-right: none;
}

.compare-table thead th:first-child {
  width: 160px;
  text-align: left;
}

.compare-th-img {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-th-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.compare-th-name {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: white;
}

.compare-th-popular {
  position: relative;
}

.compare-th-popular .compare-th-name {
  color: var(--accent);
}

.compare-popular-marker {
  display: inline-block;
  background: var(--accent);
  color: white;
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 16px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}

.compare-table tbody td {
  padding: 18px 16px;
  font-size: 13.5px;
  color: var(--warm-gray);
  text-align: center;
  border-bottom: 1px solid var(--sand);
  border-right: 1px solid var(--sand);
  vertical-align: middle;
}

.compare-table tbody td:last-child {
  border-right: none;
}

.compare-table tbody td:first-child {
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--cream);
}

.compare-table tbody tr:last-child td {
  border-bottom: none;
}

.compare-popular-col {
  background: rgba(196, 162, 101, 0.04);
}

.compare-cell-value {
  font-size: 14px;
  color: var(--charcoal);
  font-weight: 500;
}

.compare-cell-sub {
  font-size: 11px;
  color: var(--taupe);
  margin-top: 2px;
}

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

.compare-brightness-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--charcoal);
}

.compare-brightness-bar {
  width: 100%;
  max-width: 100px;
  height: 6px;
  background: var(--sand);
  border-radius: 3px;
  overflow: hidden;
}

.compare-brightness-fill {
  height: 100%;
  background: var(--accent);
  border-radius: 3px;
}

.compare-brightness-label {
  font-size: 10px;
  color: var(--taupe);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.compare-led-dots {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 4px;
}

.compare-led-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}

.compare-price {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  color: var(--charcoal);
}

.compare-price-accent {
  color: var(--accent);
}

.compare-cta-row td {
  padding: 20px 16px;
}

.compare-cta-btn {
  display: inline-block;
  padding: 10px 20px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
  border: 1.5px solid var(--sand);
  color: var(--charcoal);
}

.compare-cta-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.compare-cta-btn-gold {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

.compare-cta-btn-gold:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: white;
}

.compare-help-section {
  background: var(--cream);
  padding: 72px 60px;
}

.compare-help-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.compare-help-card {
  background: var(--warm-white);
  border: 1px solid var(--sand);
  padding: 36px 32px;
}

.compare-help-card h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 10px;
}

.compare-help-card p {
  font-size: 13.5px;
  color: var(--warm-gray);
  line-height: 1.7;
  margin-bottom: 16px;
}

.compare-help-link {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.compare-help-link:hover {
  color: var(--accent-hover);
}

.compare-help-link svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.cta-banner {
  background: var(--charcoal);
  padding: 64px 60px;
}

.cta-banner-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-banner-inner h2 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  color: white;
  line-height: 1.3;
}

.cta-banner-inner p {
  font-size: 14px;
  color: var(--taupe);
  margin-top: 6px;
}

.cta-banner-buttons {
  display: flex;
  gap: 12px;
}

.cta-banner-btn {
  padding: 14px 28px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
}

.cta-banner-btn-gold {
  background: var(--accent);
  color: white;
}

.cta-banner-btn-gold:hover {
  background: var(--accent-hover);
}

.cta-banner-btn-outline {
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: white;
}

.cta-banner-btn-outline:hover {
  border-color: white;
}

@media (max-width: 1024px) {
  .compare-lineup-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .compare-table-wrap {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

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

  .compare-help-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cta-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .page-compare .page-hero {
    height: 280px;
  }

  .page-compare .page-hero-content {
    padding: 0 24px;
  }

  .page-compare .page-hero-content h1 {
    font-size: 36px;
  }

  .compare-lineup-section {
    padding: 40px 24px 32px;
  }

  .compare-lineup-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .compare-lineup-card:last-child {
    grid-column: span 2;
    max-width: 50%;
    margin: 0 auto;
  }

  .compare-intro-section {
    padding: 0 24px 40px;
  }

  .compare-intro-section h2 {
    font-size: 28px;
  }

  .compare-table-section {
    padding: 0 24px 56px;
  }

  .compare-table-title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .compare-help-section {
    padding: 48px 24px;
  }

  .cta-banner {
    padding: 48px 24px;
  }

  .cta-banner-inner h2 {
    font-size: 28px;
  }

  .cta-banner-buttons {
    flex-direction: column;
    width: 100%;
  }

  .cta-banner-btn {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .compare-lineup-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .compare-lineup-card {
    padding: 20px 12px 18px;
  }

  .compare-lineup-card-img {
    height: 120px;
  }

  .compare-lineup-card-name {
    font-size: 16px;
  }
}
