mas-hero-services {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 580px;
}
@media (max-width: 768px) { mas-hero-services { min-height: 440px } }
.mas-hero-services-0 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mas-hero-services-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.35) 100%);
}
.mas-hero-services-2 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 580px;
  padding: 5rem calc((100% - var(--max-width)) / 2 + 1.5rem);
  color: var(--color-text-white);
}
@media (max-width: 768px) { .mas-hero-services-2 { min-height: 440px; padding: 4rem 1.5rem } }
.mas-hero-services-3 {
  max-width: 620px;
}
.mas-hero-services-4 {
  font-family: var(--font-heading);
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 1.25rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
@media (max-width: 768px) { .mas-hero-services-4 { font-size: 2.75rem } }
.mas-hero-services-5 {
  display: block;
  color: var(--color-text-white);
}
.mas-hero-services-6 {
  display: block;
  color: var(--color-primary);
}
.mas-hero-services-7 {
  font-size: 1rem;
  line-height: 1.65;
  opacity: 0.9;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  margin-bottom: 2rem;
}
@media (max-width: 768px) { .mas-hero-services-7 { font-size: 0.95rem } }
.mas-hero-services-8 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.mas-hero-services-9 {
  display: inline-block;
  border: 2px solid var(--color-text-white);
  color: var(--color-text-white);
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.15s;
  white-space: nowrap;
}
.mas-hero-services-10 {
  display: inline-block;
  background-color: var(--color-primary);
  color: var(--color-text-white);
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.15s;
  white-space: nowrap;
}
