html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.top-link {
  transition: opacity 0.25s ease;
}

.top-link:hover {
  opacity: 0.8;
}

.nav-link {
  position: relative;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1b2a41;
  transition: color 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #0b1f3a;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0;
  height: 2px;
  background: #c8a45d;
  transition: width 0.25s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link-offer {
  color: #B8964C;
  font-weight: 600;
}

.mobile-nav-link {
  display: block;
  padding: 0.85rem 1rem;
  border-radius: 0.9rem;
  font-weight: 500;
  color: #1b2a41;
  transition: all 0.25s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  background: #f8f9fb;
  color: #0b1f3a;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.5rem;
  border-radius: 0.9rem;
  background: #c8a45d;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.25s ease;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(200, 164, 93, 0.25);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.5rem;
  border: 1px solid #e6eaf0;
  border-radius: 0.9rem;
  background: #ffffff;
  color: #0b1f3a;
  font-weight: 600;
  transition: all 0.25s ease;
}

.btn-secondary:hover {
  border-color: #c8a45d;
  color: #0b1f3a;
  transform: translateY(-1px);
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.5rem;
  border-radius: 0.9rem;
  background: #ffffff;
  color: #0b1f3a;
  font-weight: 600;
  transition: all 0.25s ease;
}

.btn-white:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(255, 255, 255, 0.12);
}

.section-space {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 2.5rem;
}

.section-eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c8a45d;
}

.section-title {
  margin-top: 0.9rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 800;
  color: #0b1f3a;
}

.section-description {
  margin-top: 1rem;
  color: #6b7280;
  line-height: 1.8;
}

.hero-card {
  border-radius: 1.75rem;
  background: #ffffff;
  padding: 1rem;
  box-shadow: 0 10px 30px rgba(11, 31, 58, 0.08);
}

.hero-image-placeholder {
  min-height: 480px;
  border-radius: 1.35rem;
  border: 1px dashed #c8a45d;
  background: linear-gradient(135deg, #C8A45D, #B8964C);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding: 2rem;
}

.trust-box {
  display: flex;
  min-height: 92px;
  flex-direction: column;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid #e6eaf0;
  background: #ffffff;
  padding: 1rem 1.1rem;
}

.trust-number {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0b1f3a;
}

.trust-label {
  margin-top: 0.25rem;
  font-size: 0.88rem;
  color: #6b7280;
}

.form-input {
  width: 100%;
  min-height: 54px;
  border: 1px solid #e6eaf0;
  border-radius: 0.9rem;
  padding: 0.9rem 1rem;
  outline: none;
  color: #1b2a41;
  transition: all 0.25s ease;
}

.form-input:focus {
  border-color: #c8a45d;
  box-shadow: 0 0 0 4px rgba(200, 164, 93, 0.12);
}

.placeholder-card {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #c8a45d;
  border-radius: 1.5rem;
  background: #f8f9fb;
  color: #0b1f3a;
  font-weight: 600;
  text-align: center;
  padding: 1.5rem;
}

.footer-title {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

.footer-list {
  display: grid;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-list a,
footer a {
  transition: opacity 0.25s ease;
}

.footer-list a:hover,
footer a:hover {
  opacity: 0.85;
}

.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 9999px;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.28);
  transition: transform 0.25s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
}

.header-scrolled {
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.08);
}

@media (max-width: 1023px) {
  .section-space {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-title {
    font-size: 1.7rem;
  }

  .hero-image-placeholder {
    min-height: 340px;
  }
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.section-heading-cta {
  flex-shrink: 0;
}

.destination-card,
.package-card,
.offer-card,
.feature-card,
.service-card,
.testimonial-card,
.blog-card {
  border: 1px solid #e6eaf0;
  border-radius: 1.5rem;
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.destination-card:hover,
.package-card:hover,
.offer-card:hover,
.feature-card:hover,
.service-card:hover,
.testimonial-card:hover,
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(11, 31, 58, 0.08);
  border-color: rgba(200, 164, 93, 0.45);
}

.destination-image,
.package-image,
.blog-image {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0b1f3a 0%, #1b2a41 100%);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding: 2rem;
}

.destination-card-body,
.package-card-body,
.blog-card-body {
  padding: 1.5rem;
}

.card-title {
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 700;
  color: #0b1f3a;
}

.card-text {
  color: #6b7280;
  line-height: 1.8;
}

.card-meta-row {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.price-note {
  color: #6b7280;
  font-size: 0.95rem;
}

.price-note strong {
  color: #0b1f3a;
  font-weight: 700;
}

.card-link {
  font-weight: 600;
  color: #c8a45d;
  transition: opacity 0.25s ease;
}

.card-link:hover {
  opacity: 0.8;
}

.card-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.35rem 0.8rem;
  border-radius: 9999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.badge-gold {
  background: rgba(200, 164, 93, 0.14);
  color: #0b1f3a;
}

.badge-soft {
  background: #f8f9fb;
  color: #1b2a41;
}

.badge-warning {
  background: rgba(245, 158, 11, 0.15);
  color: #a16207;
}

.package-meta-grid {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.package-meta-box {
  border-radius: 1rem;
  background: #f8f9fb;
  padding: 1rem;
}

.meta-label {
  display: block;
  font-size: 0.82rem;
  color: #6b7280;
}

.meta-value {
  display: block;
  margin-top: 0.35rem;
  font-weight: 700;
  color: #0b1f3a;
}

.card-action-row {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.offer-card {
  padding: 2rem;
}

.offer-card-dark {
  background: #0b1f3a;
  border-color: rgba(255, 255, 255, 0.08);
}

.offer-card-dark .offer-title,
.offer-card-dark .offer-price {
  color: #ffffff;
}

.offer-card-dark .offer-text {
  color: rgba(255, 255, 255, 0.72);
}

.offer-title {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0b1f3a;
}

.offer-price {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 800;
  color: #c8a45d;
}

.offer-text {
  margin-top: 1rem;
  color: #6b7280;
  line-height: 1.8;
}

.feature-card,
.service-card {
  padding: 1.75rem;
}

.feature-icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(200, 164, 93, 0.15);
  color: #0b1f3a;
  font-weight: 800;
  margin-bottom: 1rem;
}

.process-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.04);
  padding: 1.75rem;
}

.process-number {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #c8a45d;
  color: #0b1f3a;
  font-weight: 800;
}

.process-title {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
}

.process-text {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.testimonial-card {
  padding: 1.8rem;
}

.testimonial-text {
  color: #1b2a41;
  line-height: 1.9;
}

.testimonial-user {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.testimonial-avatar {
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #0b1f3a;
  color: #ffffff;
  font-weight: 700;
}

.testimonial-name {
  font-weight: 700;
  color: #0b1f3a;
}

.testimonial-role {
  margin-top: 0.2rem;
  font-size: 0.9rem;
  color: #6b7280;
}

.blog-meta {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #c8a45d;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .destination-image,
  .package-image,
  .blog-image {
    min-height: 200px;
  }

  .package-meta-grid {
    grid-template-columns: 1fr;
  }

  .card-action-row {
    flex-direction: column;
  }

  .card-action-row .btn-primary,
  .card-action-row .btn-secondary {
    width: 100%;
  }
}

.premium-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.18), transparent 32%),
    linear-gradient(135deg, #f8f9fb 0%, #ffffff 48%, #f8f9fb 100%);
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.premium-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.03), transparent 35%, transparent 65%, rgba(11, 31, 58, 0.03));
}

.premium-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 3rem;
  min-height: 75vh;
}

.premium-hero-content {
  max-width: 42rem;
}

.premium-hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(200, 164, 93, 0.28);
  border-radius: 9999px;
  background: rgba(200, 164, 93, 0.1);
  color: #0b1f3a;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.premium-hero-title {
  margin-top: 1.5rem;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  color: #0b1f3a;
  max-width: 50rem;
}

.premium-hero-description {
  margin-top: 1.4rem;
  max-width: 40rem;
  color: #6b7280;
  font-size: 1.05rem;
  line-height: 1.9;
}

.premium-hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.premium-trust-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-trust-card {
  display: flex;
  min-height: 104px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #e6eaf0;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 1.1rem 1.2rem;
  box-shadow: 0 10px 30px rgba(11, 31, 58, 0.05);
}

.premium-trust-card-wide {
  grid-column: span 2 / span 2;
}

.premium-trust-number {
  font-size: 1.12rem;
  font-weight: 800;
  color: #0b1f3a;
}

.premium-trust-label {
  margin-top: 0.4rem;
  color: #6b7280;
  line-height: 1.7;
  font-size: 0.92rem;
}

.premium-hero-visual {
  position: relative;
}

.premium-hero-card {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  padding: 1rem;
  box-shadow: 0 20px 60px rgba(11, 31, 58, 0.12);
}

.premium-hero-image {
  min-height: 560px;
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.15), rgba(11, 31, 58, 0.55)),
    linear-gradient(135deg, #0b1f3a 0%, #1b2a41 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: center;
  padding: 2rem;
}

.premium-hero-floating-card {
  position: absolute;
  max-width: 240px;
  border: 1px solid rgba(230, 234, 240, 0.9);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.96);
  padding: 1rem 1.1rem;
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.12);
  backdrop-filter: blur(10px);
}

.premium-hero-floating-card-top {
  top: 1.75rem;
  left: -1.5rem;
}

.premium-hero-floating-card-bottom {
  right: -1.5rem;
  bottom: 1.75rem;
}

.floating-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #c8a45d;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.floating-value {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.05rem;
  color: #0b1f3a;
}

.floating-subtext {
  display: block;
  margin-top: 0.45rem;
  color: #6b7280;
  line-height: 1.65;
  font-size: 0.88rem;
}

@media (min-width: 1024px) {
  .premium-hero-grid {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .premium-hero-title {
    font-size: 4.15rem;
  }
}

@media (max-width: 1023px) {
  .premium-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .premium-hero-grid {
    min-height: auto;
  }

  .premium-hero-title {
    font-size: 2.6rem;
  }

  .premium-hero-image {
    min-height: 420px;
  }

  .premium-hero-floating-card-top {
    top: 1rem;
    left: 1rem;
  }

  .premium-hero-floating-card-bottom {
    right: 1rem;
    bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .premium-hero-title {
    font-size: 2rem;
    line-height: 1.14;
  }

  .premium-hero-description {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .premium-hero-actions {
    flex-direction: column;
  }

  .premium-hero-actions .btn-primary,
  .premium-hero-actions .btn-secondary {
    width: 100%;
  }

  .premium-trust-grid {
    grid-template-columns: 1fr;
  }

  .premium-trust-card-wide {
    grid-column: span 1 / span 1;
  }

  .premium-hero-card {
    padding: 0.75rem;
  }

  .premium-hero-image {
    min-height: 320px;
    border-radius: 1.25rem;
  }

  .premium-hero-floating-card {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }
}

/* Luxury Airline UI Polish */

body {
  background: #ffffff;
  color: #1b2a41;
}

::selection {
  background: rgba(200, 164, 93, 0.22);
  color: #0b1f3a;
}

#site-header {
  transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.header-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(230, 234, 240, 0.95);
  box-shadow: 0 14px 30px rgba(11, 31, 58, 0.08);
}

.nav-link {
  font-weight: 500;
  letter-spacing: 0.01em;
}

.nav-link::after {
  height: 2px;
  border-radius: 9999px;
  background: #c8a45d;
}

.nav-link-offer {
  color: #c8a45d;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(135deg, #c8a45d 0%, #b8964c 100%);
  color: #ffffff;
  border: 1px solid rgba(184, 150, 76, 0.65);
  box-shadow: 0 14px 28px rgba(200, 164, 93, 0.18);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(200, 164, 93, 0.26);
}

.btn-secondary {
  border: 1px solid rgba(11, 31, 58, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #0b1f3a;
}

.btn-secondary:hover {
  border-color: rgba(200, 164, 93, 0.7);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(11, 31, 58, 0.06);
}

.btn-white {
  background: #ffffff;
  color: #0b1f3a;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-white:hover {
  box-shadow: 0 14px 28px rgba(255, 255, 255, 0.14);
}

.section-eyebrow,
.blog-meta,
.floating-label {
  letter-spacing: 0.09em;
}

.section-title,
.premium-hero-title {
  letter-spacing: -0.025em;
}

.premium-hero {
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(11, 31, 58, 0.06), transparent 28%),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 48%, #f8f9fb 100%);
}

.premium-hero-badge {
  box-shadow: inset 0 0 0 1px rgba(200, 164, 93, 0.06);
}

.premium-hero-title {
  text-wrap: balance;
}

.premium-hero-description {
  max-width: 42rem;
}

.premium-trust-card,
.destination-card,
.package-card,
.offer-card,
.feature-card,
.service-card,
.testimonial-card,
.blog-card,
.hero-card,
.premium-hero-card {
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.06);
}

.destination-card,
.package-card,
.offer-card,
.feature-card,
.service-card,
.testimonial-card,
.blog-card {
  border-color: rgba(230, 234, 240, 0.95);
}

.destination-card:hover,
.package-card:hover,
.offer-card:hover,
.feature-card:hover,
.service-card:hover,
.testimonial-card:hover,
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(11, 31, 58, 0.09);
  border-color: rgba(200, 164, 93, 0.48);
}

.destination-image,
.package-image,
.blog-image,
.hero-image-placeholder,
.premium-hero-image {
  position: relative;
}

.destination-image::after,
.package-image::after,
.blog-image::after,
.hero-image-placeholder::after,
.premium-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(11,31,58,0.12));
  pointer-events: none;
}

.card-title,
.offer-title,
.process-title,
.testimonial-name {
  letter-spacing: -0.02em;
}

.price-note strong,
.meta-value,
.offer-price,
.floating-value {
  letter-spacing: -0.015em;
}

.badge {
  border: 1px solid transparent;
}

.badge-gold {
  background: rgba(200, 164, 93, 0.13);
  border-color: rgba(200, 164, 93, 0.22);
  color: #0b1f3a;
}

.badge-soft {
  background: #f8f9fb;
  border-color: rgba(230, 234, 240, 0.9);
}

.badge-warning {
  border-color: rgba(245, 158, 11, 0.18);
}

.package-meta-box {
  border: 1px solid rgba(230, 234, 240, 0.95);
  background: linear-gradient(180deg, #fbfcfd 0%, #f8f9fb 100%);
}

.feature-icon,
.process-number,
.testimonial-avatar {
  box-shadow: 0 10px 22px rgba(11, 31, 58, 0.08);
}

.offer-card-dark {
  background:
    radial-gradient(circle at top right, rgba(200, 164, 93, 0.16), transparent 34%),
    linear-gradient(135deg, #0b1f3a 0%, #132845 100%);
}

.process-card {
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(8px);
}

.form-input {
  background: #ffffff;
}

.form-input::placeholder {
  color: #9aa3af;
}

.form-input:focus {
  border-color: rgba(200, 164, 93, 0.85);
  box-shadow: 0 0 0 4px rgba(200, 164, 93, 0.12);
}

.whatsapp-float {
  width: 60px;
  height: 60px;
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.22);
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.02);
}

footer {
  background:
    linear-gradient(135deg, #0b1f3a 0%, #102543 100%);
}

.footer-list a,
footer a {
  text-decoration: none;
}

.footer-list a:hover,
footer a:hover {
  color: #ffffff;
  opacity: 1;
}

@media (min-width: 1280px) {
  .premium-hero-title {
    max-width: 15ch;
  }
}

/* Packages Page */

.packages-hero {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(11, 31, 58, 0.08), transparent 30%),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 48%, #f8f9fb 100%);
}

.packages-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.03), transparent 35%, transparent 65%, rgba(11, 31, 58, 0.03));
}

.packages-hero-content {
  position: relative;
  z-index: 1;
  max-width: 52rem;
}

.packages-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.92rem;
  color: #6b7280;
}

.packages-breadcrumb a {
  color: #0b1f3a;
  transition: opacity 0.25s ease;
}

.packages-breadcrumb a:hover {
  opacity: 0.75;
}

.packages-hero-title {
  margin-top: 1.5rem;
  max-width: 14ch;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.packages-hero-description {
  margin-top: 1.35rem;
  max-width: 44rem;
  color: #6b7280;
  font-size: 1.05rem;
  line-height: 1.9;
}

.packages-hero-stats {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.packages-hero-stat {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.05);
}

.packages-hero-stat strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0b1f3a;
}

.packages-hero-stat span {
  display: block;
  margin-top: 0.35rem;
  color: #6b7280;
  line-height: 1.7;
  font-size: 0.92rem;
}

.packages-filter-box {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.98);
  padding: 1.5rem;
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.08);
}

.packages-filter-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.packages-filter-title {
  margin-top: 0.65rem;
  font-size: 1.65rem;
  line-height: 1.2;
  font-weight: 800;
  color: #0b1f3a;
}

.packages-filter-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.filter-field label {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #1b2a41;
}

.filter-submit-wrap {
  display: flex;
  align-items: end;
}

.packages-results-bar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.packages-results-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #6b7280;
  font-size: 0.95rem;
}

.packages-sort-select {
  min-height: 50px;
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 0.95rem;
  background: #ffffff;
  padding: 0.85rem 1rem;
  color: #1b2a41;
  outline: none;
}

.packages-sort-select:focus {
  border-color: rgba(200, 164, 93, 0.8);
  box-shadow: 0 0 0 4px rgba(200, 164, 93, 0.12);
}

.package-card-elevated {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.package-card-footer {
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(230, 234, 240, 0.95);
}

.package-price-line {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.package-price-label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c8a45d;
}

.package-price-value {
  font-size: 1.9rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.package-price-note {
  color: #6b7280;
  font-size: 0.9rem;
}

.packages-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.packages-page-btn {
  display: inline-flex;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 0.95rem;
  background: #ffffff;
  color: #0b1f3a;
  font-weight: 600;
  padding: 0 1rem;
  transition: all 0.25s ease;
}

.packages-page-btn:hover,
.packages-page-btn.active {
  border-color: rgba(200, 164, 93, 0.65);
  background: rgba(200, 164, 93, 0.1);
}

@media (min-width: 1024px) {
  .packages-hero-title {
    font-size: 4.1rem;
  }
}

@media (max-width: 1279px) {
  .packages-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .packages-hero {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .packages-hero-title {
    font-size: 2.5rem;
    max-width: 16ch;
  }

  .packages-hero-stats {
    grid-template-columns: 1fr;
  }

  .packages-filter-header,
  .packages-results-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .packages-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .packages-results-meta {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .packages-hero-title {
    font-size: 2rem;
    max-width: none;
  }

  .packages-hero-description {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .packages-filter-box {
    padding: 1.15rem;
    border-radius: 1.35rem;
  }

  .packages-filter-grid {
    grid-template-columns: 1fr;
  }

  .packages-filter-cta {
    width: 100%;
  }

  .packages-results-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .packages-sort-select {
    width: 100%;
  }

  .package-price-value {
    font-size: 1.65rem;
  }
}

/* Package Details Page */

.package-details-hero {
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.16), transparent 26%),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 48%, #f8f9fb 100%);
}

.package-details-hero-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
  align-items: start;
}

.package-details-title {
  margin-top: 1rem;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.package-details-description {
  margin-top: 1.25rem;
  max-width: 44rem;
  font-size: 1.04rem;
  line-height: 1.9;
  color: #6b7280;
}

.package-details-facts {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.package-fact-box {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.05);
}

.package-summary-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.7rem;
  background: #ffffff;
  padding: 1.6rem;
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.08);
}

.package-summary-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c8a45d;
}

.package-summary-price {
  display: block;
  margin-top: 0.5rem;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #0b1f3a;
}

.package-summary-note {
  display: block;
  margin-top: 0.45rem;
  color: #6b7280;
  font-size: 0.92rem;
}

.package-summary-divider {
  height: 1px;
  background: rgba(230, 234, 240, 0.95);
  margin: 1.25rem 0;
}

.package-summary-list {
  display: grid;
  gap: 0.9rem;
}

.package-summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #6b7280;
}

.package-summary-item strong {
  color: #0b1f3a;
  font-weight: 700;
}

.package-summary-help {
  margin-top: 1rem;
  color: #6b7280;
  line-height: 1.75;
  font-size: 0.92rem;
}

.package-gallery-grid {
  display: grid;
  gap: 1rem;
}

.package-gallery-main,
.package-gallery-small,
.hotel-option-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.18), rgba(11, 31, 58, 0.52)),
    linear-gradient(135deg, #0b1f3a 0%, #1b2a41 100%);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding: 2rem;
}

.package-gallery-main {
  min-height: 420px;
}

.package-gallery-small {
  min-height: 202px;
}

.package-gallery-side {
  display: grid;
  gap: 1rem;
}

.package-details-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.package-details-main {
  display: grid;
  gap: 1.5rem;
}

.package-section-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 1.6rem;
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.05);
}

.package-copy {
  display: grid;
  gap: 1rem;
  color: #6b7280;
  line-height: 1.9;
}

.itinerary-list {
  display: grid;
  gap: 1rem;
}

.itinerary-item {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.25rem;
  background: #f8f9fb;
  padding: 1rem;
}

.itinerary-day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 42px;
  border-radius: 9999px;
  background: rgba(200, 164, 93, 0.14);
  color: #0b1f3a;
  font-weight: 700;
}

.itinerary-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0b1f3a;
}

.itinerary-content p {
  margin-top: 0.55rem;
  color: #6b7280;
  line-height: 1.8;
}

.hotel-option-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.4rem;
  overflow: hidden;
  background: #ffffff;
}

.hotel-option-image {
  min-height: 220px;
  border-radius: 0;
}

.hotel-option-body {
  padding: 1.25rem;
}

.package-scope-grid {
  display: grid;
  gap: 1rem;
}

.scope-box {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.25rem;
  background: #f8f9fb;
  padding: 1.25rem;
}

.scope-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0b1f3a;
}

.scope-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
  color: #6b7280;
  line-height: 1.8;
}

.scope-list li {
  position: relative;
  padding-left: 1.2rem;
}

.scope-list li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 9999px;
  background: #c8a45d;
}

.notes-list {
  display: grid;
  gap: 0.9rem;
}

.note-item {
  border-left: 4px solid #c8a45d;
  border-radius: 0.8rem;
  background: #f8f9fb;
  padding: 1rem 1rem 1rem 1.1rem;
  color: #6b7280;
  line-height: 1.8;
}

.inquiry-card-sticky {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 1.4rem;
  box-shadow: 0 16px 36px rgba(11, 31, 58, 0.07);
}

.inquiry-form-grid {
  display: grid;
  gap: 1rem;
}

.inquiry-textarea {
  min-height: 130px;
  resize: vertical;
}

.package-sidebar-contact {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .package-details-hero-grid {
    grid-template-columns: 1.1fr 0.55fr;
  }

  .package-gallery-grid {
    grid-template-columns: 1.3fr 0.7fr;
  }

  .package-details-layout {
    grid-template-columns: 1fr 380px;
  }

  .inquiry-card-sticky {
    position: sticky;
    top: 110px;
  }

  .itinerary-item {
    grid-template-columns: 110px 1fr;
    align-items: start;
  }

  .package-scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .package-details-title {
    font-size: 2.4rem;
  }

  .package-gallery-main {
    min-height: 320px;
  }

  .package-gallery-small {
    min-height: 180px;
  }
}

@media (max-width: 767px) {
  .package-details-title {
    font-size: 2rem;
  }

  .package-details-description {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .package-details-facts {
    grid-template-columns: 1fr;
  }

  .package-section-card,
  .package-summary-card,
  .inquiry-card-sticky {
    padding: 1.2rem;
    border-radius: 1.25rem;
  }

  .package-gallery-main {
    min-height: 240px;
  }

  .package-gallery-small,
  .hotel-option-image {
    min-height: 180px;
  }
}

/* Destination Details Page */

.destination-details-hero {
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.16), transparent 26%),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 48%, #f8f9fb 100%);
}

.destination-details-hero-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
  align-items: start;
}

.destination-details-title {
  margin-top: 1rem;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.destination-details-description {
  margin-top: 1.25rem;
  max-width: 44rem;
  font-size: 1.04rem;
  line-height: 1.9;
  color: #6b7280;
}

.destination-quick-facts {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.destination-fact-box,
.travel-info-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.05);
}

.destination-summary-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.7rem;
  background: #ffffff;
  padding: 1.6rem;
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.08);
}

.destination-summary-title {
  display: block;
  margin-top: 0.5rem;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.destination-summary-list {
  display: grid;
  gap: 0.9rem;
}

.destination-visual-grid {
  display: grid;
  gap: 1rem;
}

.destination-visual-main,
.destination-visual-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.18), rgba(11, 31, 58, 0.52)),
    linear-gradient(135deg, #0b1f3a 0%, #1b2a41 100%);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding: 2rem;
}

.destination-visual-main {
  min-height: 420px;
}

.destination-visual-small {
  min-height: 202px;
}

.destination-visual-side {
  display: grid;
  gap: 1rem;
}

.destination-details-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.destination-details-main {
  display: grid;
  gap: 1.5rem;
}

.destination-highlights-grid,
.destination-fit-grid,
.travel-info-grid {
  display: grid;
  gap: 1rem;
}

.highlight-box,
.fit-box {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.25rem;
  background: #f8f9fb;
  padding: 1.2rem;
}

.fit-number {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(200, 164, 93, 0.15);
  color: #0b1f3a;
  font-weight: 800;
  margin-bottom: 0.9rem;
}

.fit-box h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0b1f3a;
}

.fit-box p {
  margin-top: 0.55rem;
  color: #6b7280;
  line-height: 1.8;
}

.destination-faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item-box {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.2rem;
  background: #f8f9fb;
  padding: 1.15rem 1.2rem;
}

.faq-item-box h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0b1f3a;
}

.faq-item-box p {
  margin-top: 0.65rem;
  color: #6b7280;
  line-height: 1.8;
}

@media (min-width: 1024px) {
  .destination-details-hero-grid {
    grid-template-columns: 1.1fr 0.55fr;
  }

  .destination-visual-grid {
    grid-template-columns: 1.3fr 0.7fr;
  }

  .destination-details-layout {
    grid-template-columns: 1fr 380px;
  }

  .destination-highlights-grid,
  .destination-fit-grid,
  .travel-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .destination-details-title {
    font-size: 2.4rem;
  }

  .destination-visual-main {
    min-height: 320px;
  }

  .destination-visual-small {
    min-height: 180px;
  }
}

@media (max-width: 767px) {
  .destination-details-title {
    font-size: 2rem;
  }

  .destination-details-description {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .destination-quick-facts {
    grid-template-columns: 1fr;
  }

  .destination-summary-card {
    padding: 1.2rem;
    border-radius: 1.25rem;
  }

  .destination-visual-main {
    min-height: 240px;
  }

  .destination-visual-small {
    min-height: 180px;
  }
}

/* Offers Page */

.offers-hero {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(11, 31, 58, 0.08), transparent 32%),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 48%, #f8f9fb 100%);
}

.offers-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.03), transparent 35%, transparent 65%, rgba(11, 31, 58, 0.03));
}

.offers-hero-content {
  position: relative;
  z-index: 1;
  max-width: 52rem;
}

.offers-hero-title {
  margin-top: 1.5rem;
  max-width: 14ch;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.offers-hero-description {
  margin-top: 1.35rem;
  max-width: 44rem;
  color: #6b7280;
  font-size: 1.05rem;
  line-height: 1.9;
}

.offers-hero-stats {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offers-stat-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.05);
}

.offers-stat-card strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0b1f3a;
}

.offers-stat-card span {
  display: block;
  margin-top: 0.35rem;
  color: #6b7280;
  line-height: 1.7;
  font-size: 0.92rem;
}

.offer-highlight-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.98);
  padding: 1.5rem;
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.08);
}

.offer-highlight-content {
  max-width: 48rem;
}

.offer-highlight-title {
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.offer-highlight-text {
  margin-top: 0.9rem;
  color: #6b7280;
  line-height: 1.85;
}

.offer-highlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  flex-shrink: 0;
}

.offer-card-official {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.55rem;
  background: #ffffff;
  padding: 1.6rem;
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.offer-card-official:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(11, 31, 58, 0.09);
  border-color: rgba(200, 164, 93, 0.48);
}

.offer-card-official-dark {
  background:
    radial-gradient(circle at top right, rgba(200, 164, 93, 0.16), transparent 34%),
    linear-gradient(135deg, #0b1f3a 0%, #132845 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.offer-card-official-dark .offer-card-title,
.offer-card-official-dark .offer-card-price {
  color: #ffffff;
}

.offer-card-official-dark .offer-card-text {
  color: rgba(255, 255, 255, 0.72);
}

.offer-card-official-dark .offer-meta-item {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.offer-card-official-dark .offer-meta-item span {
  color: rgba(255, 255, 255, 0.65);
}

.offer-card-official-dark .offer-meta-item strong {
  color: #ffffff;
}

.offer-card-badge-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.offer-timer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.35rem 0.8rem;
  border-radius: 9999px;
  background: rgba(245, 158, 11, 0.16);
  color: #8a5a00;
  font-size: 0.78rem;
  font-weight: 700;
}

.offer-timer-light {
  background: #f8f9fb;
  color: #1b2a41;
}

.offer-card-title {
  margin-top: 1.2rem;
  font-size: 1.55rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #0b1f3a;
}

.offer-card-price {
  margin-top: 0.9rem;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #c8a45d;
}

.offer-card-text {
  margin-top: 0.95rem;
  color: #6b7280;
  line-height: 1.85;
}

.offer-card-meta {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.offer-meta-item {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1rem;
  background: #f8f9fb;
  padding: 0.95rem 1rem;
}

.offer-meta-item span {
  display: block;
  font-size: 0.82rem;
  color: #6b7280;
}

.offer-meta-item strong {
  display: block;
  margin-top: 0.35rem;
  color: #0b1f3a;
  font-weight: 700;
}

.offers-promo-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.1), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
  padding: 1.8rem;
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.06);
}

.offers-promo-copy {
  max-width: 48rem;
}

.offers-promo-title {
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.offers-promo-text {
  margin-top: 0.9rem;
  color: #6b7280;
  line-height: 1.85;
}

.offers-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .offers-hero-title {
    font-size: 4.1rem;
  }
}

@media (max-width: 1023px) {
  .offers-hero {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .offers-hero-title {
    font-size: 2.5rem;
    max-width: 16ch;
  }

  .offers-hero-stats {
    grid-template-columns: 1fr;
  }

  .offer-highlight-box,
  .offers-promo-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .offers-hero-title {
    font-size: 2rem;
    max-width: none;
  }

  .offers-hero-description {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .offer-highlight-box,
  .offers-promo-banner {
    padding: 1.2rem;
    border-radius: 1.35rem;
  }

  .offer-highlight-title,
  .offers-promo-title {
    font-size: 1.6rem;
  }

  .offer-card-meta {
    grid-template-columns: 1fr;
  }

  .offer-highlight-actions,
  .offers-promo-actions {
    width: 100%;
    flex-direction: column;
  }

  .offer-highlight-actions .btn-primary,
  .offer-highlight-actions .btn-secondary,
  .offers-promo-actions .btn-primary,
  .offers-promo-actions .btn-secondary {
    width: 100%;
  }
}

/* Services Page */

.services-hero {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(11, 31, 58, 0.08), transparent 32%),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 48%, #f8f9fb 100%);
}

.services-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.03), transparent 35%, transparent 65%, rgba(11, 31, 58, 0.03));
}

.services-hero-content {
  position: relative;
  z-index: 1;
  max-width: 52rem;
}

.services-hero-title {
  margin-top: 1.5rem;
  max-width: 15ch;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.services-hero-description {
  margin-top: 1.35rem;
  max-width: 44rem;
  color: #6b7280;
  font-size: 1.05rem;
  line-height: 1.9;
}

.services-hero-stats {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-stat-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.05);
}

.services-stat-card strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0b1f3a;
}

.services-stat-card span {
  display: block;
  margin-top: 0.35rem;
  color: #6b7280;
  line-height: 1.7;
  font-size: 0.92rem;
}

.service-detail-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.55rem;
  background: #ffffff;
  padding: 1.6rem;
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-detail-card:hover,
.service-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(11, 31, 58, 0.09);
  border-color: rgba(200, 164, 93, 0.48);
}

.service-detail-card-featured {
  background:
    radial-gradient(circle at top right, rgba(200, 164, 93, 0.16), transparent 34%),
    linear-gradient(135deg, #0b1f3a 0%, #132845 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.service-detail-card-featured .service-detail-title,
.service-detail-card-featured .service-detail-text,
.service-detail-card-featured .service-detail-list li {
  color: #ffffff;
}

.service-detail-card-featured .service-detail-list li {
  color: rgba(255, 255, 255, 0.78);
}

.service-detail-card-featured .service-detail-icon {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.service-detail-icon {
  display: inline-flex;
  width: 3.2rem;
  height: 3.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(200, 164, 93, 0.15);
  color: #0b1f3a;
  font-weight: 800;
  margin-bottom: 1rem;
  box-shadow: 0 10px 22px rgba(11, 31, 58, 0.08);
}

.service-detail-title {
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #0b1f3a;
}

.service-detail-text {
  margin-top: 0.95rem;
  color: #6b7280;
  line-height: 1.85;
}

.service-detail-list {
  margin-top: 1.15rem;
  display: grid;
  gap: 0.7rem;
}

.service-detail-list li {
  position: relative;
  padding-left: 1.1rem;
  color: #6b7280;
  line-height: 1.75;
}

.service-detail-list li::before {
  content: "";
  position: absolute;
  top: 0.68rem;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 9999px;
  background: #c8a45d;
}

.services-process-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.06);
}

.services-process-card .process-title {
  color: #0b1f3a;
}

.services-process-card .process-text {
  color: #6b7280;
}

.service-value-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.45rem;
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

@media (min-width: 1024px) {
  .services-hero-title {
    font-size: 4.1rem;
  }
}

@media (max-width: 1023px) {
  .services-hero {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .services-hero-title {
    font-size: 2.5rem;
    max-width: 16ch;
  }

  .services-hero-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .services-hero-title {
    font-size: 2rem;
    max-width: none;
  }

  .services-hero-description {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .service-detail-card,
  .service-value-card {
    padding: 1.25rem;
    border-radius: 1.3rem;
  }
}

/* About Page */

.about-hero {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(11, 31, 58, 0.08), transparent 32%),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 48%, #f8f9fb 100%);
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.03), transparent 35%, transparent 65%, rgba(11, 31, 58, 0.03));
}

.about-hero-content {
  position: relative;
  z-index: 1;
  max-width: 52rem;
}

.about-hero-title {
  margin-top: 1.5rem;
  max-width: 15ch;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.about-hero-description {
  margin-top: 1.35rem;
  max-width: 44rem;
  color: #6b7280;
  font-size: 1.05rem;
  line-height: 1.9;
}

.about-hero-stats {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-stat-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.05);
}

.about-stat-card strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0b1f3a;
}

.about-stat-card span {
  display: block;
  margin-top: 0.35rem;
  color: #6b7280;
  line-height: 1.7;
  font-size: 0.92rem;
}

.about-split-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.about-visual-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.7rem;
  background: #ffffff;
  padding: 1rem;
  box-shadow: 0 16px 36px rgba(11, 31, 58, 0.07);
}

.about-visual-placeholder {
  min-height: 420px;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.18), rgba(11, 31, 58, 0.52)),
    linear-gradient(135deg, #0b1f3a 0%, #1b2a41 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding: 2rem;
}

.about-copy-block {
  max-width: 46rem;
}

.about-copy-text {
  margin-top: 1rem;
  color: #6b7280;
  line-height: 1.9;
}

.about-mv-card,
.about-value-card,
.about-trust-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-mv-card:hover,
.about-value-card:hover,
.about-trust-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(11, 31, 58, 0.09);
  border-color: rgba(200, 164, 93, 0.48);
}

.about-mv-title {
  margin-top: 0.9rem;
  font-size: 1.8rem;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.about-mv-text {
  margin-top: 1rem;
  color: #6b7280;
  line-height: 1.85;
}

.about-numbers-box {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.1), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
  padding: 1.5rem;
  box-shadow: 0 16px 36px rgba(11, 31, 58, 0.07);
}

.about-number-item {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 1.15rem 1.2rem;
}

.about-number-item strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.about-number-item span {
  display: block;
  margin-top: 0.55rem;
  color: #6b7280;
  line-height: 1.8;
}

@media (min-width: 1024px) {
  .about-hero-title {
    font-size: 4.1rem;
  }

  .about-split-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-numbers-box {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .about-hero {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .about-hero-title {
    font-size: 2.5rem;
    max-width: 16ch;
  }

  .about-hero-stats {
    grid-template-columns: 1fr;
  }

  .about-visual-placeholder {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .about-hero-title {
    font-size: 2rem;
    max-width: none;
  }

  .about-hero-description {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .about-visual-placeholder {
    min-height: 240px;
  }

  .about-mv-card,
  .about-value-card,
  .about-trust-card,
  .about-number-item {
    padding: 1.2rem;
    border-radius: 1.25rem;
  }

  .about-mv-title {
    font-size: 1.45rem;
  }
}

/* Contact Page */

.contact-hero {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(11, 31, 58, 0.08), transparent 32%),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 48%, #f8f9fb 100%);
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.03), transparent 35%, transparent 65%, rgba(11, 31, 58, 0.03));
}

.contact-hero-content {
  position: relative;
  z-index: 1;
  max-width: 52rem;
}

.contact-hero-title {
  margin-top: 1.5rem;
  max-width: 15ch;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.contact-hero-description {
  margin-top: 1.35rem;
  max-width: 44rem;
  color: #6b7280;
  font-size: 1.05rem;
  line-height: 1.9;
}

.contact-hero-stats {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-stat-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.05);
}

.contact-stat-card strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0b1f3a;
}

.contact-stat-card span {
  display: block;
  margin-top: 0.35rem;
  color: #6b7280;
  line-height: 1.7;
  font-size: 0.92rem;
}

.contact-cards-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-info-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.98);
  padding: 1.35rem;
  box-shadow: 0 16px 36px rgba(11, 31, 58, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(11, 31, 58, 0.09);
  border-color: rgba(200, 164, 93, 0.48);
}

.contact-info-icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(200, 164, 93, 0.15);
  color: #0b1f3a;
  font-weight: 800;
  margin-bottom: 1rem;
  box-shadow: 0 10px 22px rgba(11, 31, 58, 0.08);
}

.contact-info-link {
  display: inline-flex;
  font-weight: 700;
  color: #0b1f3a;
  word-break: break-word;
}

.contact-main-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.contact-form-card,
.contact-sidebar-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.6rem;
  background: #ffffff;
  padding: 1.6rem;
  box-shadow: 0 16px 36px rgba(11, 31, 58, 0.07);
}

.contact-form-grid {
  display: grid;
  gap: 1rem;
}

.contact-form-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-sidebar-title {
  margin-top: 0.75rem;
  font-size: 1.85rem;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.contact-sidebar-list {
  margin-top: 1.3rem;
  display: grid;
  gap: 0.9rem;
}

.contact-sidebar-item {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1rem;
  background: #f8f9fb;
  padding: 0.95rem 1rem;
}

.contact-sidebar-item span {
  display: block;
  font-size: 0.82rem;
  color: #6b7280;
}

.contact-sidebar-item strong {
  display: block;
  margin-top: 0.35rem;
  color: #0b1f3a;
  font-weight: 700;
}

.contact-map-box {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.7rem;
  background: #ffffff;
  padding: 1rem;
  box-shadow: 0 16px 36px rgba(11, 31, 58, 0.07);
}

.contact-map-placeholder {
  min-height: 340px;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.18), rgba(11, 31, 58, 0.52)),
    linear-gradient(135deg, #0b1f3a 0%, #1b2a41 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding: 2rem;
}

@media (min-width: 1024px) {
  .contact-hero-title {
    font-size: 4.1rem;
  }

  .contact-main-grid {
    grid-template-columns: 1fr 380px;
  }

  .contact-sidebar-card {
    position: sticky;
    top: 110px;
  }
}

@media (max-width: 1279px) {
  .contact-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .contact-hero {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .contact-hero-title {
    font-size: 2.5rem;
    max-width: 16ch;
  }

  .contact-hero-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .contact-hero-title {
    font-size: 2rem;
    max-width: none;
  }

  .contact-hero-description {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .contact-cards-grid,
  .contact-form-row {
    grid-template-columns: 1fr;
  }

  .contact-form-card,
  .contact-sidebar-card,
  .contact-map-box {
    padding: 1.2rem;
    border-radius: 1.3rem;
  }

  .contact-map-placeholder {
    min-height: 240px;
  }
}

/* Custom Trip Page */

.custom-trip-hero {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(11, 31, 58, 0.08), transparent 32%),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 48%, #f8f9fb 100%);
}

.custom-trip-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.03), transparent 35%, transparent 65%, rgba(11, 31, 58, 0.03));
}

.custom-trip-hero-content {
  position: relative;
  z-index: 1;
  max-width: 52rem;
}

.custom-trip-hero-title {
  margin-top: 1.5rem;
  max-width: 15ch;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.custom-trip-hero-description {
  margin-top: 1.35rem;
  max-width: 44rem;
  color: #6b7280;
  font-size: 1.05rem;
  line-height: 1.9;
}

.custom-trip-hero-stats {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-trip-stat-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.05);
}

.custom-trip-stat-card strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0b1f3a;
}

.custom-trip-stat-card span {
  display: block;
  margin-top: 0.35rem;
  color: #6b7280;
  line-height: 1.7;
  font-size: 0.92rem;
}

.custom-trip-main-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.custom-trip-form-card,
.custom-trip-sidebar-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.6rem;
  background: #ffffff;
  padding: 1.6rem;
  box-shadow: 0 16px 36px rgba(11, 31, 58, 0.07);
}

.custom-trip-form-grid {
  display: grid;
  gap: 1rem;
}

.custom-trip-sidebar-title {
  margin-top: 0.75rem;
  font-size: 1.85rem;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.custom-trip-sidebar-list {
  margin-top: 1.3rem;
  display: grid;
  gap: 0.9rem;
}

.custom-trip-sidebar-item {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1rem;
  background: #f8f9fb;
  padding: 0.95rem 1rem;
}

.custom-trip-sidebar-item span {
  display: block;
  font-size: 0.82rem;
  color: #6b7280;
}

.custom-trip-sidebar-item strong {
  display: block;
  margin-top: 0.35rem;
  color: #0b1f3a;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .custom-trip-hero-title {
    font-size: 4.1rem;
  }

  .custom-trip-main-grid {
    grid-template-columns: 1fr 380px;
  }

  .custom-trip-sidebar-card {
    position: sticky;
    top: 110px;
  }
}

@media (max-width: 1023px) {
  .custom-trip-hero {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .custom-trip-hero-title {
    font-size: 2.5rem;
    max-width: 16ch;
  }

  .custom-trip-hero-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .custom-trip-hero-title {
    font-size: 2rem;
    max-width: none;
  }

  .custom-trip-hero-description {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .custom-trip-form-card,
  .custom-trip-sidebar-card {
    padding: 1.2rem;
    border-radius: 1.3rem;
  }
}

/* Thank You Page */

.thank-you-page {
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.14), transparent 28%),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 48%, #f8f9fb 100%);
}

.thank-you-card {
  max-width: 56rem;
  margin: 0 auto;
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.98);
  padding: 2rem;
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.08);
  text-align: center;
}

.thank-you-icon-wrap {
  display: flex;
  justify-content: center;
}

.thank-you-icon {
  display: flex;
  width: 5rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(22, 163, 74, 0.12);
  color: #16a34a;
  font-size: 2rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(22, 163, 74, 0.12);
}

.thank-you-title {
  margin-top: 1.5rem;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.thank-you-description {
  margin: 1.3rem auto 0;
  max-width: 42rem;
  color: #6b7280;
  line-height: 1.9;
  font-size: 1.04rem;
}

.thank-you-status-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.thank-you-status-card,
.thank-you-next-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.3rem;
  background: #ffffff;
  padding: 1.25rem;
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.05);
}

.thank-you-status-card strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0b1f3a;
}

.thank-you-status-card span {
  display: block;
  margin-top: 0.5rem;
  color: #6b7280;
  line-height: 1.8;
}

.thank-you-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.thank-you-next-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.thank-you-next-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(11, 31, 58, 0.09);
  border-color: rgba(200, 164, 93, 0.48);
}

@media (min-width: 1024px) {
  .thank-you-title {
    font-size: 4rem;
  }
}

@media (max-width: 1023px) {
  .thank-you-title {
    font-size: 2.5rem;
  }

  .thank-you-status-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .thank-you-card {
    padding: 1.3rem;
    border-radius: 1.4rem;
  }

  .thank-you-title {
    font-size: 2rem;
  }

  .thank-you-description {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .thank-you-actions {
    flex-direction: column;
  }

  .thank-you-actions .btn-primary,
  .thank-you-actions .btn-secondary {
    width: 100%;
  }
}

/* Blog Page */

.blog-hero {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(11, 31, 58, 0.08), transparent 32%),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 48%, #f8f9fb 100%);
}

.blog-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.03), transparent 35%, transparent 65%, rgba(11, 31, 58, 0.03));
}

.blog-hero-content {
  position: relative;
  z-index: 1;
  max-width: 52rem;
}

.blog-hero-title {
  margin-top: 1.5rem;
  max-width: 15ch;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.blog-hero-description {
  margin-top: 1.35rem;
  max-width: 44rem;
  color: #6b7280;
  font-size: 1.05rem;
  line-height: 1.9;
}

.blog-hero-stats {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-stat-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.05);
}

.blog-stat-card strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0b1f3a;
}

.blog-stat-card span {
  display: block;
  margin-top: 0.35rem;
  color: #6b7280;
  line-height: 1.7;
  font-size: 0.92rem;
}

.blog-featured-box {
  display: grid;
  gap: 1.5rem;
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.98);
  padding: 1.4rem;
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.08);
}

.blog-featured-image {
  min-height: 320px;
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.18), rgba(11, 31, 58, 0.52)),
    linear-gradient(135deg, #0b1f3a 0%, #1b2a41 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding: 2rem;
}

.blog-featured-content {
  align-self: center;
}

.blog-featured-title {
  margin-top: 0.9rem;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.blog-featured-text {
  margin-top: 1rem;
  color: #6b7280;
  line-height: 1.85;
}

.blog-featured-actions {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.blog-category-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 9999px;
  background: #ffffff;
  color: #1b2a41;
  font-weight: 600;
  transition: all 0.25s ease;
}

.blog-category-pill:hover,
.blog-category-pill.active {
  border-color: rgba(200, 164, 93, 0.65);
  background: rgba(200, 164, 93, 0.1);
  color: #0b1f3a;
}

.blog-card-official {
  border-radius: 1.55rem;
}

@media (min-width: 1024px) {
  .blog-hero-title {
    font-size: 4.1rem;
  }

  .blog-featured-box {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

@media (max-width: 1023px) {
  .blog-hero {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .blog-hero-title {
    font-size: 2.5rem;
    max-width: 16ch;
  }

  .blog-hero-stats {
    grid-template-columns: 1fr;
  }

  .blog-featured-image {
    min-height: 240px;
  }
}

@media (max-width: 767px) {
  .blog-hero-title {
    font-size: 2rem;
    max-width: none;
  }

  .blog-hero-description {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .blog-featured-box {
    padding: 1rem;
    border-radius: 1.35rem;
  }

  .blog-featured-image {
    min-height: 200px;
    border-radius: 1.1rem;
  }

  .blog-featured-title {
    font-size: 1.6rem;
  }

  .blog-featured-actions {
    flex-direction: column;
  }

  .blog-featured-actions .btn-primary,
  .blog-featured-actions .btn-secondary {
    width: 100%;
  }
}

/* Blog Details Page */

.blog-details-hero {
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.14), transparent 28%),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 48%, #f8f9fb 100%);
}

.blog-details-title {
  margin-top: 1rem;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.blog-details-subtitle {
  margin-top: 1.25rem;
  max-width: 48rem;
  font-size: 1.04rem;
  line-height: 1.9;
  color: #6b7280;
}

.blog-details-meta-row {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  color: #6b7280;
  font-size: 0.92rem;
}

.blog-details-image {
  min-height: 420px;
  border-radius: 1.7rem;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.18), rgba(11, 31, 58, 0.52)),
    linear-gradient(135deg, #0b1f3a 0%, #1b2a41 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding: 2rem;
}

.blog-details-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.blog-article-card,
.blog-sidebar-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.6rem;
  background: #ffffff;
  padding: 1.6rem;
  box-shadow: 0 16px 36px rgba(11, 31, 58, 0.07);
}

.blog-article-content {
  color: #1b2a41;
  line-height: 1.95;
  font-size: 1rem;
}

.blog-article-content > * + * {
  margin-top: 1.1rem;
}

.blog-article-content h2 {
  margin-top: 1.8rem;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #0b1f3a;
}

.blog-article-content ul {
  display: grid;
  gap: 0.7rem;
  padding-left: 1.1rem;
}

.blog-article-content li {
  color: #6b7280;
}

.blog-article-content blockquote {
  border-left: 4px solid #c8a45d;
  border-radius: 0.8rem;
  background: #f8f9fb;
  padding: 1rem 1rem 1rem 1.1rem;
  color: #1b2a41;
  font-weight: 600;
}

.blog-sidebar-title {
  margin-top: 0.75rem;
  font-size: 1.85rem;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.blog-sidebar-list {
  margin-top: 1.3rem;
  display: grid;
  gap: 0.9rem;
}

.blog-sidebar-item {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1rem;
  background: #f8f9fb;
  padding: 0.95rem 1rem;
}

.blog-sidebar-item span {
  display: block;
  font-size: 0.82rem;
  color: #6b7280;
}

.blog-sidebar-item strong {
  display: block;
  margin-top: 0.35rem;
  color: #0b1f3a;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .blog-details-title {
    font-size: 4rem;
  }

  .blog-details-layout {
    grid-template-columns: 1fr 360px;
  }

  .blog-sidebar-card {
    position: sticky;
    top: 110px;
  }
}

@media (max-width: 1023px) {
  .blog-details-title {
    font-size: 2.5rem;
  }

  .blog-details-image {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .blog-details-title {
    font-size: 2rem;
  }

  .blog-details-subtitle {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .blog-details-image {
    min-height: 220px;
    border-radius: 1.2rem;
  }

  .blog-article-card,
  .blog-sidebar-card {
    padding: 1.2rem;
    border-radius: 1.3rem;
  }

  .blog-article-content h2 {
    font-size: 1.35rem;
  }
}

/* Legal Pages */

.legal-hero {
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.14), transparent 28%),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 48%, #f8f9fb 100%);
}

.legal-title {
  margin-top: 1rem;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.legal-subtitle {
  margin-top: 1.25rem;
  max-width: 48rem;
  font-size: 1.04rem;
  line-height: 1.9;
  color: #6b7280;
}

.legal-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.6rem;
  background: #ffffff;
  padding: 1.6rem;
  box-shadow: 0 16px 36px rgba(11, 31, 58, 0.07);
}

.legal-content {
  color: #1b2a41;
  line-height: 1.95;
  font-size: 1rem;
}

.legal-content > * + * {
  margin-top: 1.1rem;
}

.legal-content h2 {
  margin-top: 1.8rem;
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0b1f3a;
}

.legal-content p {
  color: #6b7280;
}

@media (min-width: 1024px) {
  .legal-title {
    font-size: 4rem;
  }
}

@media (max-width: 1023px) {
  .legal-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .legal-title {
    font-size: 2rem;
  }

  .legal-subtitle {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .legal-card {
    padding: 1.2rem;
    border-radius: 1.3rem;
  }

  .legal-content h2 {
    font-size: 1.25rem;
  }
}

/* 404 Page */

.error-page {
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.14), transparent 28%),
    linear-gradient(135deg, #f7f8fa 0%, #ffffff 48%, #f8f9fb 100%);
}

.error-card {
  max-width: 56rem;
  margin: 0 auto;
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.98);
  padding: 2rem;
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.08);
  text-align: center;
}

.error-code {
  display: inline-block;
  font-size: 6rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #c8a45d;
}

.error-title {
  margin-top: 1rem;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f3a;
}

.error-description {
  margin: 1.25rem auto 0;
  max-width: 42rem;
  color: #6b7280;
  line-height: 1.9;
  font-size: 1.04rem;
}

.error-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.error-next-card {
  border: 1px solid rgba(230, 234, 240, 0.95);
  border-radius: 1.35rem;
  background: #ffffff;
  padding: 1.3rem;
  box-shadow: 0 14px 34px rgba(11, 31, 58, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.error-next-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(11, 31, 58, 0.09);
  border-color: rgba(200, 164, 93, 0.48);
}

@media (min-width: 1024px) {
  .error-title {
    font-size: 4rem;
  }
}

@media (max-width: 1023px) {
  .error-code {
    font-size: 5rem;
  }

  .error-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .error-card {
    padding: 1.3rem;
    border-radius: 1.4rem;
  }

  .error-code {
    font-size: 4rem;
  }

  .error-title {
    font-size: 2rem;
  }

  .error-description {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .error-actions {
    flex-direction: column;
  }

  .error-actions .btn-primary,
  .error-actions .btn-secondary {
    width: 100%;
  }
}

.destination-card {
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
  background: white;
}

.destination-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.destination-image {
  height: 180px;
  background: linear-gradient(135deg,#0B1F3A,#1B2A41);
  color: white;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
}