/* 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__hint {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7c8f;
  line-height: 1.5;
}

.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; }
}

/* —— Seasonal offer detail —— */
.off {
  background: linear-gradient(180deg, #f3f8fd 0%, #fafcfe 42%, #fff 100%);
  padding-bottom: 4rem;
  min-height: 70vh;
}

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

.off-layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

@media (min-width: 960px) {
  .off-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
    gap: 1.75rem;
  }
}

.off-hero {
  position: relative;
  border-radius: 1.15rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0b1b33;
  box-shadow: 0 18px 40px rgba(15, 40, 80, 0.12);
}

.off-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.off-badge {
  position: absolute;
  inset-block-start: 1rem;
  inset-inline-start: 1rem;
  background: #0f9afb;
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(15, 154, 251, 0.35);
}

.off-head {
  margin-top: 1.25rem;
}

.off-kicker {
  margin: 0 0 0.35rem;
  color: #0a7fd0;
  font-weight: 800;
  font-size: 0.88rem;
}

.off-head h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  font-weight: 900;
  color: #0f1b2d;
  line-height: 1.3;
}

.off-lead {
  margin: 0;
  color: #5b6b7c;
  font-size: 1.05rem;
  line-height: 1.75;
  font-weight: 600;
  max-width: 46rem;
}

.off-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.off-fact {
  background: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 1rem;
  padding: 1rem 1.05rem;
  box-shadow: 0 10px 24px rgba(15, 40, 80, 0.05);
}

.off-fact span {
  display: block;
  color: #6b7c8f;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.off-fact strong {
  color: #0f1b2d;
  font-size: 1.15rem;
  font-weight: 900;
}

.off-fact small {
  font-size: 0.8rem;
  font-weight: 700;
  color: #6b7c8f;
}

.off-fact--accent {
  border-color: rgba(15, 154, 251, 0.35);
  background: linear-gradient(180deg, #f4faff, #fff);
}

.off-fact--accent strong {
  color: #0a7fd0;
}

.off-fact__old {
  text-decoration: line-through;
  color: #8a97a8 !important;
  font-weight: 700 !important;
}

.off-side {
  position: sticky;
  top: 5.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  background: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 1.15rem;
  padding: 1.15rem;
  box-shadow: 0 16px 40px rgba(15, 40, 80, 0.08);
}

.off-agency {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none !important;
  color: inherit !important;
  padding: 0.35rem 0.15rem 0.85rem;
  border-bottom: 1px solid #eef3f8;
}

.off-agency img {
  width: 56px;
  height: 56px;
  border-radius: 0.85rem;
  object-fit: cover;
  border: 1px solid #e4ebf3;
}

.off-agency span {
  display: block;
  color: #6b7c8f;
  font-size: 0.78rem;
  font-weight: 700;
}

.off-agency b {
  display: block;
  color: #0f1b2d;
  font-size: 0.95rem;
  line-height: 1.4;
}

.off-price-box span {
  display: block;
  color: #6b7c8f;
  font-size: 0.82rem;
  font-weight: 700;
}

.off-price-box__row {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-top: 0.25rem;
}

.off-price-box__row strong {
  font-size: 1.85rem;
  font-weight: 900;
  color: #0a7fd0;
  line-height: 1;
}

.off-price-box__row em {
  font-style: normal;
  font-weight: 800;
  color: #5b6b7c;
}

.off-price-box s {
  display: block;
  margin-top: 0.25rem;
  color: #98a5b5;
  font-weight: 700;
}

.off-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.off-btn {
  width: 100% !important;
  justify-content: center !important;
}

.off-modal-link {
  color: #0a7fd0;
  font-weight: 800;
  text-decoration: none;
  font-size: 1.05rem;
}

.off-modal-link i {
  margin-inline-end: 0.4rem;
}

@media (max-width: 959.98px) {
  .off-side {
    position: static;
  }
}

/* Order request detail (reuses .off layout) */
.off-badge--order {
  background: #0b3d66;
  box-shadow: 0 8px 20px rgba(11, 61, 102, 0.35);
}

.ord-note {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #eaf5ff, #f7fbff);
  border: 1px solid rgba(15, 154, 251, 0.28);
  color: #0b3d66;
}

.ord-note i {
  color: #0f9afb;
  margin-top: 0.2rem;
  font-size: 1.1rem;
}

.ord-note p {
  margin: 0;
  font-weight: 700;
  line-height: 1.65;
  font-size: 0.98rem;
}
