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

.hero-banner {
  background: #062219;
  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: #9FE1CB;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
}

.plaster-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 1.5rem 0 2rem;
}

.plaster-type-card {
  border: 0.5px solid var(--color-border-tertiary);
  border-radius: var(--border-radius-md);
  padding: 1rem 1.1rem;
  background: var(--color-background-secondary);
}

.plaster-type-era {
  font-size: 11px;
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0F6E56;
  margin: 0 0 4px;
}

.plaster-type-name {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0 0 6px;
}

.plaster-type-desc {
  font-size: 13px;
  color: var(--color-text-secondary);
  line-height: 1.5;
  margin: 0;
  font-family: var(--font-sans);
}

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

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

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

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

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

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

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

