body.service-package-page {
  background: #660000;
  color: #1f2937;
}

.service-package-page .main,
.service-package-page .section {
  background: transparent;
}

.service-package-page .page-title {
  padding-top: 44px;
  padding-bottom: 16px;
}

.service-package-page .page-title .container {
  display: block !important;
  max-width: 1120px;
}

.service-package-page .breadcrumbs ol {
  font-size: 0.92rem;
  margin-bottom: 0;
}

.service-wrap {
  max-width: 1120px;
}

.service-card {
  background: #ffffff;
  border: 1px solid #dce2ec;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.09);
  padding: 1.35rem;
  color: #1f2937;
}

.service-title {
  font-size: clamp(1.45rem, 2vw, 2.3rem);
  line-height: 1.28;
  letter-spacing: -0.01em;
  margin-bottom: 0.45rem;
  color: #0f172a;
}

.service-lead {
  color: #334155;
  margin-bottom: 1rem;
  font-weight: 500;
}

.service-figure img {
  width: 100%;
  height: auto;
  border-radius: 0.6rem;
  display: block;
}

.service-figure figcaption {
  margin-top: 0.55rem;
  font-size: 0.86rem;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.4rem;
  padding: 0.5rem 0.66rem;
}

.service-figure figcaption a {
  color: #7a1020;
}

.quick-answer-box {
  background: #f7fbff;
  border-left: 4px solid #0d6efd;
  padding: 0.95rem 1rem 0.42rem;
  margin-bottom: 1rem;
  border-radius: 0.45rem;
}

.quick-answer-box p {
  margin-bottom: 0.4rem;
  color: #1f2937;
}

.toc-wrap {
  border: 1px solid #dce3ee;
  border-radius: 0.6rem;
  padding: 0.85rem 1rem;
  background: #ffffff;
  margin: 1rem 0 1.25rem;
}

.toc-wrap summary {
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
}

.toc-wrap ol {
  margin-top: 0.8rem;
  margin-bottom: 0.25rem;
  padding-left: 1.2rem;
}

.toc-wrap a {
  color: #7a1020;
  text-decoration: none;
}

.service-facts {
  border: 1px solid #dce2ec;
  border-radius: 0.6rem;
  padding: 0.95rem;
  height: 100%;
  background: #fff;
}

.service-facts h3 {
  font-size: 1.03rem;
  margin-bottom: 0.65rem;
  color: #0f172a;
}

.service-facts ul {
  padding-left: 1rem;
  margin-bottom: 0;
}

.service-facts p,
.service-facts li,
.service-facts strong {
  color: #1f2937;
}

.service-content h2 {
  font-size: clamp(1.28rem, 1.5vw, 1.85rem);
  margin-top: 1.6rem;
  margin-bottom: 0.65rem;
  color: #0f172a;
}

.service-content h3 {
  font-size: 1.06rem;
  margin-top: 0.9rem;
  color: #0f172a;
}

.service-content p,
.service-content li {
  line-height: 1.78;
  color: #1f2937;
}

.service-content a[href$=".html"],
.service-content a[href^="#"] {
  color: #7a1020;
}

.timeline-table {
  border: 1px solid #e3e8f1;
  border-radius: 0.6rem;
  overflow: hidden;
  margin-top: 0.65rem;
}

.timeline-table .row-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0.75rem;
  padding: 0.72rem 0.9rem;
  border-top: 1px solid #edf1f6;
  background: #ffffff;
}

.timeline-table .row-item:first-child {
  border-top: none;
}

.timeline-table .row-item:nth-child(even) {
  background: #f8fafc;
}

.timeline-table .label {
  font-weight: 600;
  color: #0f172a;
}

.timeline-table .value {
  color: #475467;
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.2rem 0 1rem;
}

.share-buttons .btn {
  border-radius: 999px;
  font-size: 0.88rem;
}

.related-grid .card {
  border: 1px solid #e1e7f0;
  border-radius: 0.6rem;
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.related-grid .card img {
  width: 100%;
  height: clamp(170px, 18vw, 210px);
  object-fit: cover;
  object-position: center;
  background: #f8fafc;
  display: block;
  padding: 0;
}

.related-grid .card-body h3 {
  font-size: 1rem;
  line-height: 1.4;
  color: #0f172a;
}

.related-grid .card-body p {
  color: #475467;
}

.related-grid .card-body a {
  color: #7a1020;
  font-weight: 600;
}

.floating-wa {
  position: fixed;
  right: 20px;
  bottom: 84px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  z-index: 998;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.35);
}

.floating-wa:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .service-package-page .page-title {
    padding-top: 60px;
    padding-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .service-package-page .page-title {
    padding-top: 54px;
    padding-bottom: 10px;
  }

  .service-card {
    padding: 0.95rem;
  }

  .service-content p,
  .service-content li {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .timeline-table .row-item {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .related-grid .card img {
    height: 180px;
  }
}
