.service-overview-intro {
  display: grid;
  gap: 22px;
}

.service-overview-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.service-overview-section .services-header,
.service-related-section .services-header {
  text-align: center;
}

.service-overview-section .divider,
.service-related-section .divider {
  margin-left: auto;
  margin-right: auto;
}

.service-overview-section .section-intro,
.service-related-section .section-intro {
  margin-left: auto;
  margin-right: auto;
}

.service-overview-section .services-grid {
  max-width: 1200px;
  margin: 0 auto;
}

.process-section {
  background: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
}

.process-card {
  background: var(--light-gray);
  padding: 34px 30px;
  border-top: 3px solid var(--orange);
}

.process-card .step {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  color: rgba(244, 121, 32, 0.24);
}

.process-card h3 {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark);
}

.process-card p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--gray);
}

.service-detail-copy,
.service-detail-facts {
  background: var(--white);
}

.service-content-section {
  background: var(--light-gray);
}

.service-content-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 30px;
  align-items: start;
}

.service-detail-copy {
  padding: 40px;
  box-shadow: var(--shadow-soft);
}

.service-detail-copy h2 {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark);
}

.service-detail-copy p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.9;
  color: var(--gray);
}

.service-detail-facts {
  padding: 38px 34px;
  border-left: 4px solid var(--orange);
  box-shadow: var(--shadow-soft);
}

.service-facts-kicker {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
}

.service-detail-facts h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark);
}

.service-detail-facts p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--gray);
}

.service-detail-facts .metric-grid {
  margin-top: 28px;
}

.service-fact-actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.service-fact-actions .btn-primary,
.service-fact-actions .btn-outline {
  width: 100%;
}

.service-fact-actions .btn-outline {
  color: var(--dark);
  border-color: #d7d7d7;
}

.service-fact-actions .btn-outline:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.service-advantage-section {
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
}

.service-advantage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 30px;
  align-items: start;
}

.service-advantage-lead {
  max-width: 660px;
  font-size: 15px;
  line-height: 1.9;
  color: var(--gray);
}

.service-advantage-copy .feature-list li {
  color: var(--gray);
}

.service-advantage-side {
  display: grid;
  gap: 18px;
}

.service-advantage-card {
  padding: 30px 28px;
  background: #ffffff;
  border: 1px solid rgba(244, 121, 32, 0.14);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
}

.service-advantage-card.is-accent {
  background: linear-gradient(180deg, rgba(244, 121, 32, 0.96) 0%, rgba(221, 102, 17, 0.96) 100%);
  border-color: transparent;
}

.service-advantage-card h3 {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark);
}

.service-advantage-card p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--gray);
}

.service-advantage-list {
  display: grid;
  gap: 12px;
  list-style: none;
}

.service-advantage-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--gray);
}

.service-advantage-card.is-accent h3,
.service-advantage-card.is-accent p {
  color: var(--white);
}

.service-advantage-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--orange);
}

.service-advantage-card.is-accent .btn-outline {
  width: fit-content;
  margin-top: 18px;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.44);
}

.service-advantage-card.is-accent .btn-outline:hover {
  color: var(--white);
  border-color: var(--white);
}

.service-gallery-section {
  background: var(--white);
}

.service-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-gallery-item {
  background: #ffffff;
  border: 1px solid var(--border-light);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.service-gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.service-gallery-item figcaption {
  padding: 18px 20px 20px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
}

.service-related-section {
  background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
}

.service-related-section .services-grid {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .process-grid,
  .service-content-grid,
  .service-gallery,
  .service-advantage-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-facts {
    position: static;
  }
}

@media (min-width: 1101px) {
  .service-detail-facts {
    position: sticky;
    top: 124px;
  }
}
