/* ============================================================
   PureJapanTour — Season Detail Pages
   ============================================================ */

/* Hero */
.pjt-season-hero {
  padding: 100px 16px 70px !important;
  background: linear-gradient(135deg, #0c2d55 0%, #10243b 100%) !important;
  color: #fff;
}
.pjt-season-hero .pjt-eyebrow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Archivo", "Segoe UI", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f3e1b2 !important;
}
.pjt-season-hero .pjt-eyebrow .elementor-heading-title::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.65;
}
.pjt-season-hero .pjt-hero-title .elementor-heading-title {
  font-family: "Domine", Georgia, serif !important;
  font-size: clamp(38px, 5vw, 64px) !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
  color: #fff !important;
  margin: 18px 0 24px;
}
.pjt-season-hero .pjt-hero-desc .elementor-widget-container {
  font-family: "PT Sans", "Segoe UI", sans-serif !important;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.75;
  color: #ffffff !important;
  max-width: 720px;
}
.pjt-season-hero .pjt-hero-desc .elementor-widget-container p { margin: 0; }

/* Content sections */
.pjt-season-section {
  padding: 50px 16px !important;
}
.pjt-season-section .pjt-section-title .elementor-heading-title {
  font-family: "Archivo", "Segoe UI", sans-serif !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
  color: #081b33 !important;
  margin-bottom: 18px;
}
.pjt-season-section .pjt-section-desc .elementor-widget-container {
  font-family: "PT Sans", "Segoe UI", sans-serif !important;
  font-size: 17px;
  line-height: 1.85;
  color: #4a5c6f !important;
}
.pjt-season-section .pjt-section-desc .elementor-widget-container p {
  margin: 0 0 16px;
}
.pjt-season-section .pjt-section-desc .elementor-widget-container p:last-child {
  margin-bottom: 0;
}
.pjt-season-section .pjt-section-desc .elementor-widget-container ul {
  margin: 12px 0;
  padding-left: 24px;
}
.pjt-season-section .pjt-section-desc .elementor-widget-container li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.pjt-season-section .pjt-section-desc .elementor-widget-container strong {
  color: #0c2d55;
  font-weight: 700;
}

/* Alternate section backgrounds */
.pjt-season-section:nth-child(even) {
  background: rgba(12, 45, 85, 0.025);
}

/* CTA section */
.pjt-season-cta {
  padding: 60px 16px 80px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), #fff7e8) !important;
  border-top: 1px solid rgba(217, 170, 67, 0.18);
  --gap: 20px 20px !important;
}
.pjt-season-cta .pjt-cta-text .elementor-widget-container {
  font-family: "PT Sans", "Segoe UI", sans-serif !important;
  font-size: 19px;
  line-height: 1.7;
  color: #081b33;
  margin-bottom: 8px;
}
.pjt-season-cta .pjt-btn-gold .elementor-button {
  background: #d9aa43 !important;
  color: #081b33 !important;
  border: 1px solid transparent !important;
  height: 52px;
  padding: 0 26px !important;
  border-radius: 999px !important;
  font-family: "Archivo", "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pjt-season-cta .pjt-btn-outline .elementor-button {
  background: rgba(255,255,255,0.92) !important;
  color: #0c2d55 !important;
  border: 1px solid rgba(12, 45, 85, 0.18) !important;
  height: 52px;
  padding: 0 26px !important;
  border-radius: 999px !important;
  font-family: "Archivo", "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pjt-season-cta .pjt-btn-gold .elementor-button:hover,
.pjt-season-cta .pjt-btn-outline .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(8, 27, 51, 0.16);
}

/* Responsive */
@media (max-width: 680px) {
  .pjt-season-hero { padding: 80px 14px 50px !important; }
  .pjt-season-section { padding: 40px 14px !important; }
  .pjt-season-cta { padding: 44px 14px 60px !important; }
}
