.hd-service-single {
  background:
    radial-gradient(circle at 88% 8%, rgba(144, 190, 52, 0.12), transparent 32%),
    radial-gradient(circle at 12% 82%, rgba(144, 190, 52, 0.06), transparent 30%),
    linear-gradient(135deg, #1f242b 0%, #252a31 48%, #1d2228 100%);
  color: #fff;
  overflow: hidden;
}

.hd-service-single *,
.hd-service-single *::before,
.hd-service-single *::after {
  box-sizing: border-box;
}

.hd-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hd-section {
  padding: 88px 0;
}

.hd-eyebrow {
  margin: 0 0 14px;
  color: #8fbd38;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.hd-single-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 150px 0 96px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.hd-single-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hd-single-hero__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center right;
  opacity: .56;
}

.hd-single-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(19, 23, 28, .98), rgba(19, 23, 28, .74), rgba(19, 23, 28, .35)),
    linear-gradient(0deg, rgba(19, 23, 28, .94), transparent 55%);
}

.hd-single-hero__inner {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hd-single-hero h1 {
  max-width: 950px;
  margin: 0;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: clamp(38px, 5.4vw, 64px);
  line-height: .98;
  text-transform: uppercase;
  letter-spacing: -1.4px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hd-single-hero h1::after,
.hd-single-intro h2::after,
.hd-single-section-head h2::after,
.hd-single-image-text h2::after,
.hd-single-cta h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 18px;
  background: #8fbd38;
}

.hd-single-hero p:last-of-type {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
  line-height: 1.75;
}

.hd-single-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hd-single-btn {
  min-height: 46px;
  max-width: 100%;
  padding: 0 18px;
  border: 1px solid rgba(143, 189, 56, .65);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .7px;
  text-decoration: none;
  background: rgba(255, 255, 255, .02);
  transition: color .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}

.hd-single-btn span {
  color: #8fbd38;
  font-size: 20px;
  line-height: 1;
  opacity: .86;
  transition: transform .22s ease, opacity .22s ease;
}

.hd-single-btn:hover {
  color: #8fbd38;
  border-color: #8fbd38;
  background: rgba(143, 189, 56, .07);
  box-shadow: 0 0 28px rgba(143, 189, 56, .22);
  transform: translateY(-2px);
}

.hd-single-btn:hover span {
  transform: translateX(4px);
  opacity: 1;
}

.hd-single-btn--primary {
  color: #101419;
  border-color: transparent;
  background: linear-gradient(135deg, #9acd32, #78a81f);
  box-shadow: 0 12px 35px rgba(154, 205, 50, .18);
}

.hd-single-btn--primary span {
  color: #101419;
}

.hd-single-btn--primary:hover {
  color: #101419;
  background: linear-gradient(135deg, #a8dc3a, #83b923);
  box-shadow: 0 18px 45px rgba(154, 205, 50, .25);
}

.hd-single-intro__grid,
.hd-single-image-text__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 70px;
  align-items: center;
}

.hd-single-intro__grid > div,
.hd-single-image-text__grid > div {
  min-width: 0;
}

.hd-single-intro h2,
.hd-single-section-head h2,
.hd-single-image-text h2,
.hd-single-cta h2 {
  margin: 0;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: -.45px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hd-single-intro p,
.hd-single-image-text p,
.hd-single-cta p {
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 1.8;
}

.hd-single-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hd-single-card-grid article {
  min-width: 0;
  min-height: 240px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(20, 24, 29, .64);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.hd-single-card-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(143, 189, 56, .55);
  box-shadow: 0 0 32px rgba(143, 189, 56, .12);
}

.hd-single-card-grid span {
  color: #8fbd38;
  font-size: 13px;
  font-weight: 900;
}

.hd-single-card-grid h3 {
  margin: 22px 0 12px;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.24;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hd-single-card-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.65;
}

.hd-single-image-text {
  background: rgba(255, 255, 255, .025);
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.hd-single-image-text__image img {
  width: 100%;
  display: block;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .1);
}

.hd-single-image-text ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}

.hd-single-image-text li {
  position: relative;
  min-width: 0;
  padding-left: 22px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.55;
}

.hd-single-image-text li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #8fbd38;
  font-weight: 900;
}

.hd-single-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hd-single-gallery__grid img {
  width: 100%;
  display: block;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .1);
}

.hd-single-faq {
  background: rgba(255, 255, 255, .025);
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.hd-single-faq__list {
  display: grid;
  gap: 14px;
}

.hd-single-faq details {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(20, 24, 29, .64);
  overflow: hidden;
}

.hd-single-faq summary {
  padding: 22px 24px;
  cursor: pointer;
  color: #fff;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.3;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hd-single-faq details[open] summary {
  color: #8fbd38;
}

.hd-single-faq details p {
  margin: 0;
  padding: 0 24px 24px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
}

.hd-single-cta {
  padding: 70px 0;
  background:
    radial-gradient(circle at 88% 50%, rgba(154, 205, 50, .2), transparent 28%),
    rgba(255, 255, 255, .035);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.hd-single-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hd-single-cta__inner div {
  max-width: 760px;
  min-width: 0;
}

@media (max-width: 1100px) {
  .hd-single-card-grid,
  .hd-single-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hd-container {
    width: min(calc(100% - 28px), 1180px);
  }

  .hd-section {
    padding: 64px 0;
  }

  .hd-single-hero {
    min-height: auto;
    padding: 118px 0 64px;
  }

  .hd-single-hero h1 {
    font-size: clamp(34px, 9vw, 48px);
    line-height: 1.04;
    letter-spacing: -.75px;
  }

  .hd-single-hero p:last-of-type {
    font-size: 16px;
  }

  .hd-single-hero__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .hd-single-intro__grid,
  .hd-single-image-text__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .hd-single-intro h2,
  .hd-single-section-head h2,
  .hd-single-image-text h2,
  .hd-single-cta h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .hd-single-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hd-single-card-grid article {
    min-height: auto;
    padding: 24px;
  }

  .hd-single-image-text__image img {
    aspect-ratio: 4 / 3;
  }

  .hd-single-image-text ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .hd-single-cta__inner {
    display: block;
  }

  .hd-single-cta .hd-single-btn {
    margin-top: 26px;
  }
}

@media (max-width: 560px) {
  .hd-container {
    width: calc(100% - 28px);
  }

  .hd-single-hero {
    padding-top: 112px;
  }

  .hd-single-hero h1 {
    font-size: 32px;
  }

  .hd-single-intro h2,
  .hd-single-section-head h2,
  .hd-single-image-text h2,
  .hd-single-cta h2 {
    font-size: 25px;
    line-height: 1.13;
  }

  .hd-single-gallery__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hd-single-btn {
    width: 100%;
    padding: 0 14px;
    font-size: 10px;
    letter-spacing: .45px;
  }

  .hd-single-cta .hd-single-btn {
    width: fit-content;
    max-width: 100%;
    padding: 0 18px;
  }
}

@media (max-width: 390px) {
  .hd-single-hero h1 {
    font-size: 29px;
  }

  .hd-single-intro h2,
  .hd-single-section-head h2,
  .hd-single-image-text h2,
  .hd-single-cta h2 {
    font-size: 23px;
  }

  .hd-single-card-grid h3,
  .hd-single-faq summary {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hd-service-single *,
  .hd-service-single *::before,
  .hd-service-single *::after {
    transition: none !important;
  }
}
