.meta-contact a {
  color: #6B4F12;
  text-decoration: none;
  font-weight: 500;
}

.hero-banner {
  background: #2b1f08;
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.hero-banner-text {
  font-size: 16px;
  color: #FAC775;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
}

.hero-banner-text strong {
  color: #feefd8;
  font-weight: 500;
  font-style: normal;
}

.texture-compare {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
  margin: 1.5rem 0 2rem;
}

.texture-card {
  border: 0.5px solid var(--color-border-tertiary);
  border-radius: var(--border-radius-md);
  padding: 0.9rem 1rem;
  background: var(--color-background-secondary);
  position: relative;
  overflow: hidden;
}

.texture-card.featured {
  border: 2px solid #BA7517;
  background: var(--color-background-primary);
}

.texture-badge {
  font-size: 10px;
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #BA7517;
  color: #FAEEDA;
  padding: 2px 8px;
  border-radius: var(--border-radius-md);
  display: inline-block;
  margin-bottom: 6px;
}

.texture-name {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0 0 5px;
}

.texture-look {
  font-size: 11px;
  font-family: var(--font-sans);
  font-weight: 500;
  color: var(--color-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 5px;
}

.texture-desc {
  font-size: 12px;
  color: var(--color-text-secondary);
  line-height: 1.45;
  margin: 0;
  font-family: var(--font-sans);
}

.highlight-box {
  border-left: 3px solid #BA7517;
  background: #FAEEDA;
  border-radius: 0 var(--border-radius-md) var(--border-radius-md) 0;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}

.highlight-box p {
  margin: 0;
  font-size: 15px;
  color: #412402;
  line-height: 1.6;
  font-weight: 400;
}

.step-num {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #2b1f08;
  color: #FAC775;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-sans);
  margin-top: 2px;
}

.check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #BA7517;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.contact-item a {
  color: #854F0B;
  text-decoration: none;
}

.contact-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #BA7517;
}

.cta-block {
  background: #2b1f08;
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  text-align: center;
  margin-top: 2.5rem;
}

.cta-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #feefd8;
  margin: 0 0 0.5rem;
}

.cta-block p {
  font-size: 15px;
  color: #FAC775;
  margin: 0 0 0.35rem;
  line-height: 1.6;
}

.cta-contact {
  font-size: 14px;
  color: #EF9F27;
  margin: 0 0 1.25rem;
  font-family: var(--font-sans);
}

.cta-contact a {
  color: #FAC775;
  text-decoration: none;
  font-weight: 500;
}

.cta-btn {
  display: inline-block;
  background: #BA7517;
  color: #FAEEDA;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 28px;
  border-radius: var(--border-radius-md);
  border: none;
  cursor: pointer;
  letter-spacing: 0.04em;
}

.cta-btn:hover {
  background: #854F0B;
}

