@import url('kitchenworktops_75_cache.css');

/* Dekton Custom Hero & Visual Styling */
.kw-dekton-hero {
  background: linear-gradient(135deg, #18181b 0%, #27272a 50%, #09090b 100%);
  border-bottom: 3px solid #f59e0b;
}

/* High Specificity Contrast Overrides for Dekton */
.u-body .kw-dekton-hero h1,
.u-body .kw-dekton-hero h2,
.u-body .kw-dekton-hero h3 {
  color: #ffffff !important;
}

.u-body .kw-dekton-hero p,
.u-body .kw-dekton-hero .kw-hero-lead,
.u-body .kw-dekton-hero .kw-usp-box span {
  color: #e2e8f0 !important;
}

.u-body .kw-dekton-hero .kw-usp-box strong {
  color: #ffffff !important;
}

.dekton-badge {
  display: inline-block;
  background: rgba(245, 158, 11, 0.2);
  color: #fde68a;
  border: 1px solid rgba(245, 158, 11, 0.4);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 8px;
}
