
.additional-services-page {
  background: #ffffff;
  color: #111111;
}

.services-hero {
  background-image: linear-gradient(135deg, #478ac9, #2f6fa8);
}

.services-hero__sheet {
  min-height: 330px;
  padding: 62px 0 64px;
}

.services-eyebrow {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 auto 16px;
  text-transform: uppercase;
}

.services-title {
  color: #ffffff;
  font-family: Anton, sans-serif;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 auto;
  text-transform: uppercase;
}

.services-lead {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.65;
  margin: 24px auto 0;
  max-width: 900px;
}

.services-table-section__sheet {
  padding: 58px 0 72px;
}

.services-intro {
  margin: 0 auto 30px;
  max-width: 960px;
  text-align: center;
}

.services-intro h2 {
  font-size: 2rem;
  margin: 0 0 14px;
}

.services-intro p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

.services-table-wrap {
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.services-table {
  border-collapse: collapse;
  width: 100%;
}

.services-table th,
.services-table td {
  border-bottom: 1px solid #eeeeee;
  padding: 18px 22px;
  text-align: left;
  vertical-align: top;
}

.services-table th {
  background: #111111;
  color: #ffffff;
  font-size: 0.9rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.services-table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.services-table tbody tr:hover {
  background: #eef6fc;
}

.services-table td:first-child {
  font-weight: 700;
  width: 28%;
}

.services-table .price {
  color: #478ac9;
  font-weight: 800;
  white-space: nowrap;
  width: 18%;
}

.services-notes {
  background: #f7f7f7;
  border-radius: 16px;
  margin: 34px 0 0;
  padding: 28px 32px;
}

.services-notes h3 {
  margin: 0 0 12px;
}

.services-notes ul {
  line-height: 1.75;
  margin: 0;
  padding-left: 20px;
}

.services-cta {
  align-items: center;
  border-top: 1px solid #eeeeee;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 28px;
}

.services-cta p {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
}

.services-button {
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .services-title {
    font-size: 3.1rem;
  }

  .services-table-section__sheet,
  .services-hero__sheet {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .services-hero__sheet {
    min-height: 280px;
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .services-title {
    font-size: 2.1rem;
  }

  .services-lead {
    font-size: 1rem;
  }

  .services-table-wrap {
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  .services-table,
  .services-table thead,
  .services-table tbody,
  .services-table th,
  .services-table td,
  .services-table tr {
    display: block;
  }

  .services-table thead {
    display: none;
  }

  .services-table tr {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    margin-bottom: 14px;
    overflow: hidden;
  }

  .services-table tbody tr:nth-child(even),
  .services-table tbody tr:hover {
    background: #ffffff;
  }

  .services-table td {
    border-bottom: 1px solid #eeeeee;
    padding: 13px 16px;
    width: auto !important;
  }

  .services-table td::before {
    color: #777777;
    content: attr(data-label);
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 4px;
    text-transform: uppercase;
  }

  .services-table td:last-child {
    border-bottom: none;
  }

  .services-table .price {
    white-space: normal;
  }

  .services-notes {
    padding: 22px 20px;
  }

  .services-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}
