.detail-hero {
  position: relative;
  min-height: clamp(250px, 34vw, 390px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(95deg, rgba(11, 15, 23, 0.86), rgba(11, 15, 23, 0.76)),
    url("../assets/images/home/hero-bg.jpg");
  background-size: cover;
  background-position: center;
}

.detail-hero-inner {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 2rem;
  padding-inline: clamp(1rem, 5vw, 5.5rem);
}

.detail-hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  font-weight: 600;
}

.detail-hero-copy h1 {
  margin-top: 0.55rem;
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 4.6rem);
  line-height: 1;
}

.detail-breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.35rem;
  font-family: "Space Grotesk", sans-serif;
}

.detail-breadcrumbs a {
  color: inherit;
}

.detail-wrap {
  max-width: 1120px;
  padding-inline: clamp(0.6rem, 2.4vw, 2.2rem);
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 1.35rem;
  align-items: start;
}

.service-sidebar h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.45rem, 2.1vw, 1.95rem);
  color: #11151d;
  margin-bottom: 0.75rem;
}

.service-menu {
  display: grid;
  gap: 0.4rem;
}

.service-menu a {
  min-height: 54px;
  border: 1px solid #e9e9e9;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.55rem 0.8rem;
  color: #2f333a;
  font-size: 0.95rem;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.service-menu a i {
  width: 15px;
  height: 15px;
}

.service-menu a.active,
.service-menu a:hover {
  border-color: #f1d7e0;
  background: #fff4f8;
  color: #cf0a39;
}

.service-promo {
  margin-top: 0.9rem;
  border: 1px solid #e8e8e8;
  background: #f4f4f8;
  padding: 1rem 1rem 0.75rem;
}

.service-promo-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1f28;
}

.service-promo-brand img {
  width: 34px;
  height: 34px;
}

.service-promo h3 {
  margin-top: 0.85rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.95rem);
  line-height: 1.2;
  color: #161b25;
  max-width: 18ch;
}

.service-promo-cable {
  margin-top: 0.6rem;
  width: 100%;
  height: 132px;
  object-fit: cover;
  object-position: center;
}

.service-promo-contact {
  margin-top: 0.75rem;
  border-top: 1px solid #e3e3e8;
  padding-top: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.service-promo-contact i {
  width: 16px;
  height: 16px;
  color: #c70938;
  flex-shrink: 0;
}

.service-promo-contact p {
  font-size: 0.84rem;
  line-height: 1.5;
  color: #585f67;
}

.service-promo-contact a {
  color: #2a3139;
  font-weight: 600;
}

.service-content {
  display: grid;
  gap: 1rem;
}

.service-intro h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  color: #121722;
}

.service-intro p {
  margin-top: 0.7rem;
  color: #666d75;
  max-width: 66ch;
}

.service-cover {
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.service-cover img {
  width: 100%;
  height: clamp(270px, 40vw, 430px);
  object-fit: cover;
  object-position: center;
}

.service-body h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  line-height: 1.05;
  color: #121722;
}

.service-body p {
  margin-top: 0.7rem;
  color: #666d75;
}

.service-bullets {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1rem;
}

.service-bullets p {
  margin: 0;
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
  color: #353c45;
  font-size: 0.95rem;
}

.service-bullets i {
  width: 16px;
  height: 16px;
  color: #d2083b;
  margin-top: 2px;
  flex-shrink: 0;
}

.service-result {
  margin-top: 0.9rem;
}

.service-result strong {
  color: #202733;
}

.detail-request-btn {
  margin-top: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #df0b3d, #be0934);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.84rem;
  font-weight: 700;
}

.detail-request-btn:hover {
  background: linear-gradient(135deg, #be0934, #a9082d);
}

.service-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.service-feature-card {
  padding: 1rem;
  background: #141922;
  border: 1px solid #202734;
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.service-feature-card.is-accent .feature-icon {
  background: #d90940;
  color: #fff;
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  color: #d90940;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon i {
  width: 22px;
  height: 22px;
}

.service-feature-card h4 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  line-height: 1.12;
}

.service-feature-card p {
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.service-bottom h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  color: #161c26;
}

.service-bottom p {
  margin-top: 0.6rem;
  color: #666d75;
  max-width: 72ch;
}

@media (max-width: 900px) {
  .detail-hero-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 2.2rem;
    padding-inline: clamp(0.7rem, 3.2vw, 1.4rem);
  }

  .detail-breadcrumbs {
    font-size: 1.05rem;
  }

  .service-layout {
    grid-template-columns: 1fr;
  }

  .service-bullets,
  .service-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .detail-hero {
    min-height: 220px;
    background:
      linear-gradient(95deg, rgba(11, 15, 23, 0.9), rgba(11, 15, 23, 0.8)),
      url("../assets/images/home/hero-bg.jpg");
    background-position: 64% center;
  }

  .detail-hero-kicker {
    font-size: 0.82rem;
  }

  .detail-breadcrumbs {
    font-size: 0.95rem;
  }

  .service-menu a {
    min-height: 46px;
    padding: 0.45rem 0.65rem;
    font-size: 0.89rem;
  }

  .service-promo {
    padding: 0.8rem 0.8rem 0.6rem;
  }

  .service-promo-cable {
    height: 112px;
  }

  .service-promo-contact p {
    font-size: 0.8rem;
  }

  .service-intro p,
  .service-body p,
  .service-bottom p {
    font-size: 0.95rem;
  }

  .detail-request-btn {
    min-height: 48px;
    padding: 0.65rem 1.1rem;
    font-size: 0.78rem;
  }
}
