/* Program package detail — Nusuk-inspired layout, Target Business blue */
.pkg {
  background: #f7f9fc;
  padding-bottom: 5.5rem;
}

.pkg-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.25rem clamp(1rem, 3vw, 1.5rem) 2rem;
}

.pkg-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  margin-bottom: 1.25rem;
  color: #6b7c8f;
  font-size: 0.85rem;
}

.pkg-crumb a {
  color: #0a7fd0 !important;
  text-decoration: none !important;
}

.pkg-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: flex-end;
  margin-bottom: 1.5rem;
}

.pkg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.55rem;
}

.pkg-tag {
  display: inline-flex;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: #0f9afb;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.pkg-tag--soft {
  background: #e8f4fe;
  color: #0a7fd0;
}

.pkg-head h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 900;
  color: #0f1b2d;
  line-height: 1.25;
}

.pkg-sub {
  margin: 0;
  color: #5b6b7c;
  font-weight: 600;
}

.pkg-head__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.pkg-price {
  text-align: start;
  color: #0a7fd0;
}

.pkg-price strong {
  font-size: 1.65rem;
  font-weight: 900;
}

.pkg-price span {
  font-weight: 700;
  margin-inline-start: 0.2rem;
}

.pkg-price small {
  display: block;
  color: #6b7c8f;
  font-size: 0.78rem;
  font-weight: 600;
}

/* Gallery */
.pkg-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin-bottom: 1.35rem;
}

@media (min-width: 860px) {
  .pkg-gallery {
    grid-template-columns: 1.55fr 0.85fr;
    min-height: 360px;
  }
}

.pkg-gallery__main {
  width: 100%;
  height: 100%;
  min-height: 240px;
  max-height: 420px;
  object-fit: cover;
  border-radius: 1rem;
  background: #e8eef5;
}

.pkg-gallery__side {
  display: grid;
  gap: 0.65rem;
}

.pkg-gallery__side img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 1rem;
  background: #e8eef5;
}

@media (min-width: 860px) {
  .pkg-gallery__side img {
    height: 100%;
    min-height: 170px;
  }
}

/* Specs */
.pkg-specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 700px) {
  .pkg-specs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .pkg-specs {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pkg-spec {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  background: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 0.9rem;
  box-shadow: 0 6px 18px rgba(15, 40, 80, 0.04);
}

.pkg-spec > i {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e8f4fe;
  color: #0f9afb;
}

.pkg-spec span {
  display: block;
  font-size: 0.75rem;
  color: #6b7c8f;
  font-weight: 600;
}

.pkg-spec b {
  color: #0f1b2d;
  font-size: 0.92rem;
}

/* Layout */
.pkg-layout {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 960px) {
  .pkg-layout {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.7fr);
    align-items: start;
  }
}

.pkg-section {
  margin-bottom: 1.15rem;
  padding: 1.35rem 1.4rem;
  background: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(15, 40, 80, 0.04);
}

.pkg-section h2 {
  margin: 0 0 0.9rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f1b2d;
}

.pkg-section h3 {
  margin: 0 0 0.65rem;
  font-size: 0.98rem;
  font-weight: 750;
  color: #0a7fd0;
}

.pkg-lead {
  margin: 0 0 0.75rem;
  color: #3d4d5c;
  font-size: 1.02rem;
  line-height: 1.75;
  font-weight: 600;
}

.pkg-prose {
  color: #5b6b7c;
  line-height: 1.8;
  font-size: 0.96rem;
}

.pkg-hotel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 640px) {
  .pkg-hotel {
    grid-template-columns: 200px 1fr;
  }
}

.pkg-hotel img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 0.85rem;
}

.pkg-hotel h3 {
  margin: 0 0 0.35rem;
  color: #0f1b2d;
  font-size: 1.05rem;
}

.pkg-hotel p {
  margin: 0.35rem 0 0;
  color: #5b6b7c;
}

.pkg-stars {
  color: #d4af37;
  font-size: 0.9rem;
}

.pkg-stars .far {
  color: #e8d28a;
  opacity: 0.8;
}

.pkg-transport {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  border-radius: 0.85rem;
  background: #f3f7fb;
  color: #0f1b2d;
  font-weight: 700;
}

.pkg-transport i {
  color: #0f9afb;
}

.pkg-services {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 700px) {
  .pkg-services {
    grid-template-columns: 1fr 1fr;
  }
}

.pkg-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.pkg-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: #3d4d5c;
  line-height: 1.5;
}

.pkg-list--in i { color: #14a44d; margin-top: 0.2rem; }
.pkg-list--out i { color: #c0392b; margin-top: 0.2rem; }

.pkg-policy {
  background: #f3f8fd;
  border: 1px solid #d7e9f8;
  border-radius: 0.85rem;
  padding: 1rem 1.15rem;
}

.pkg-policy p {
  margin: 0 0 0.55rem;
  color: #3d4d5c;
  line-height: 1.6;
}

.pkg-policy p:last-child { margin-bottom: 0; }

.pkg-contact-grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 700px) {
  .pkg-contact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pkg-contact-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.1rem;
  border-radius: 0.9rem;
  border: 1px solid #e4ebf3;
  background: #f8fbfe;
  text-decoration: none !important;
  color: inherit !important;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.pkg-contact-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 40, 80, 0.08);
}

.pkg-contact-card i {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #0f9afb;
  color: #fff;
  margin-bottom: 0.25rem;
}

.pkg-contact-card span {
  font-size: 0.78rem;
  color: #6b7c8f;
  font-weight: 600;
}

.pkg-contact-card b {
  color: #0f1b2d;
  font-size: 0.92rem;
}

/* Book card */
.pkg-book {
  position: sticky;
  top: 5.25rem;
  padding: 1.35rem;
  background: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 1.1rem;
  box-shadow: 0 14px 40px rgba(15, 40, 80, 0.08);
}

.pkg-book__price {
  color: #0a7fd0;
  margin-bottom: 0.35rem;
}

.pkg-book__price strong {
  font-size: 1.7rem;
  font-weight: 900;
}

.pkg-book__agency {
  margin: 0 0 1rem;
  color: #6b7c8f;
  font-size: 0.9rem;
}

.pkg-book__agency a {
  color: #0a7fd0 !important;
  font-weight: 700;
  text-decoration: none !important;
}

.pkg-book__form {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.pkg-book__form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #5b6b7c;
}

.pkg-book .ds-btn {
  width: 100%;
  justify-content: center;
}

.pkg-related {
  margin-top: 2.5rem;
}

.pkg-related h2 {
  text-align: center;
  margin: 0 0 1.15rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f1b2d;
}

.pkg-related__grid {
  display: grid;
  gap: 1.1rem;
}

@media (min-width: 700px) {
  .pkg-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1000px) {
  .pkg-related__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Sticky bottom CTA */
.pkg-sticky {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid #e4ebf3;
  backdrop-filter: blur(12px);
  box-shadow: 0 -8px 24px rgba(15, 40, 80, 0.08);
}

.pkg-sticky__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.75rem clamp(1rem, 3vw, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.pkg-sticky__inner strong {
  display: block;
  color: #0f1b2d;
  font-size: 0.95rem;
}

.pkg-sticky__inner span {
  color: #0a7fd0;
  font-weight: 800;
  font-size: 0.9rem;
}

@media (prefers-reduced-motion: reduce) {
  .pkg-contact-card { transition: none; }
}
