/**
 * MediCaddy Korea Renewal Styles
 */

/* Home hero overlay header (Home.jpg) */
.page-home .hero-section--banner {
  position: relative;
}
.page-home .hero-section--banner > .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: none !important;
}
.page-home .header.header--scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}
.page-home .header:not(.header--scrolled) .logo-main,
.page-home .header:not(.header--scrolled) .logo-sub,
.page-home .header:not(.header--scrolled) .nav-list--hero a {
  color: #fff !important;
}
.page-home .header:not(.header--scrolled) .nav-list--hero a:hover,
.page-home .header:not(.header--scrolled) .nav-list--hero a.active {
  color: #fff !important;
  opacity: 0.85;
}
.page-home .header.header--scrolled .logo-main,
.page-home .header.header--scrolled .logo-sub,
.page-home .header.header--scrolled .nav-list--hero a {
  color: #1a1a1a !important;
}
.page-home .header.header--scrolled .nav-login-btn {
  color: #00489D !important;
  border-color: #00489D !important;
}
.nav-list--hero a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.nav-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  margin-left: 8px;
  border-radius: 999px;
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.nav-login-btn:hover { opacity: 0.85; }

/* Language pill — Home.jpg (nav 옆 둥근 테두리 버튼) */
.language-selector.language-selector--pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  margin: 0 0 0 4px;
  border-radius: 999px;
  border: 1.5px solid #00489D;
  color: #1a1a1a;
  background: transparent;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: none;
  white-space: nowrap;
  min-width: auto;
  min-height: auto;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-appearance: none;
  appearance: none;
  transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.language-selector.language-selector--pill:hover {
  transform: none;
  opacity: 0.85;
}
.language-selector.language-selector--pill:active {
  transform: none;
  opacity: 0.72;
}
.page-home .header:not(.header--scrolled) .language-selector.language-selector--pill {
  border-color: #fff;
  color: #fff !important;
}
.page-home .header:not(.header--scrolled) .language-selector.language-selector--pill:hover {
  opacity: 0.88;
  background: rgba(255, 255, 255, 0.08);
}
.page-home .header.header--scrolled .language-selector.language-selector--pill {
  border-color: #00489D;
  color: #1a1a1a !important;
}

.page-home .header-right {
  gap: 0.5rem;
}

/* 홈 첫 줄: MediCaddy 로고 왼쪽 고정 (Home.jpg) */
.page-home .header .header-container--home {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(16px, 3vw, 32px);
  box-sizing: border-box;
}
.page-home .header .header-content {
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.page-home .header .logo {
  flex: 0 0 auto;
  justify-content: flex-start;
  margin-right: auto;
  margin-left: 0;
}
.page-home .header .header-right {
  margin-left: auto;
  flex: 0 1 auto;
}
.page-home .header .mobile-menu-toggle {
  flex: 0 0 auto;
}

/* Header dropdown */
.nav-item-dropdown { position: relative; }
.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 140px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(46, 91, 157, 0.15);
  padding: 8px 0;
  z-index: 1000;
  list-style: none;
}
.nav-item-dropdown:hover .nav-dropdown { display: block; }
.nav-dropdown a {
  display: block;
  padding: 10px 20px;
  color: #2C3E50;
  text-decoration: none;
  font-size: 14px;
}
.nav-dropdown a:hover { background: #EBF2F9; color: #00489D; }
.nav-list a.active { color: #00489D; font-weight: 600; }

/* Subpage header (packages list, detail, admin) */
body.packages-list-page .header,
body.package-detail-page .header,
body.admin-body .header {
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: none !important;
  border-bottom: none !important;
}
body.packages-list-page .header .logo-main,
body.packages-list-page .header .logo-sub,
body.package-detail-page .header .logo-main,
body.package-detail-page .header .logo-sub,
body.admin-body .header .logo-main,
body.admin-body .header .logo-sub {
  color: #1a1a1a !important;
}
body.packages-list-page .nav-list a,
body.package-detail-page .nav-list a,
body.admin-body .nav-list a {
  color: #1a1a1a !important;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}
body.packages-list-page .nav-list a:hover,
body.package-detail-page .nav-list a:hover,
body.admin-body .nav-list a:hover {
  color: #00489D !important;
}
body.packages-list-page .nav-list a.active,
body.package-detail-page .nav-list a.active,
body.admin-body .nav-list a.active {
  color: #00489D !important;
}
body.packages-list-page .language-selector--pill,
body.package-detail-page .language-selector--pill,
body.admin-body .language-selector--pill {
  background: #00489D !important;
  color: #fff !important;
  border: none !important;
}

/* Hero banner renewal (Home.jpg — 넉넉한 배너 높이) */
.hero-section--banner {
  min-height: clamp(680px, 82vh, 960px);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 160px 0 140px;
}
.hero-section--banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 35, 70, 0.18) 0%, rgba(15, 35, 70, 0.42) 55%, rgba(15, 35, 70, 0.28) 100%);
}
.hero-section--banner .container {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.hero-section--banner .hero-content {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.hero-section--banner .hero-text--banner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.hero-section--banner .hero-visual { display: none; }
.hero-section--banner .hero-title--banner {
  display: block;
  margin: 0 0 20px;
  font-size: clamp(2.75rem, 6.5vw, 4.25rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
}
.hero-section--banner .title-line {
  display: inline;
  color: #fff;
}
.hero-section--banner .hero-subtitle {
  color: #fff;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.96;
  max-width: 100%;
  margin: 0 auto 32px;
  white-space: nowrap;
}
.hero-section--banner .hero-buttons--center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.hero-section--banner .btn-hero-contact {
  background: #fff;
  color: #00489D;
  border: none;
  padding: 14px 36px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-section--banner .btn-hero-contact:hover {
  background: #f8fbff;
  color: #1e4078;
}

/* About renewal */
.about-info-title--renewal { font-size: 2rem; color: #333333; font-weight: 700; margin-bottom: 4px; }
.about-info--renewal {
  align-items: center;
  gap: 3rem;
  margin-top: 48px;
}
.about-info--renewal .about-info-left {
  gap: 1.25rem;
  max-width: 560px;
}
.about-info--renewal .about-info-paragraph {
  font-size: 1rem;
  line-height: 1.75;
  color: #5a6a7a;
  margin: 0;
}
.mission-vision--renewal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 8px;
  width: 100%;
}
.mission-vision--renewal .mission-title,
.mission-vision--renewal .vision-title {
  font-size: 1rem;
  font-weight: 700;
  color: #00489D;
  margin-bottom: 8px;
}
.mission-vision--renewal .mission-text,
.mission-vision--renewal .vision-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #5a6a7a;
  margin: 0;
}
.about-info-right img.about-hero-img {
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  box-shadow: 0 12px 32px rgba(46, 91, 157, 0.12);
}
.about-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 40px;
  margin-top: 56px;
  padding-top: 0;
  text-align: left;
  align-items: start;
  justify-items: start;
}
.about-feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  max-width: 360px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.about-feature-item img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin: 0 0 14px;
  display: block;
}
.about-feature-item h4 {
  font-size: 1.05rem;
  color: #1a3d6b;
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}
.about-feature-item p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #5a6a7a;
  margin: 0;
  text-align: left;
}

/* Packages home section */
.packages-home-section {
  padding: 80px 0;
  background: #F8F9FA;
}
.packages-home-header { text-align: center; max-width: 800px; margin: 0 auto 40px; }
.packages-home-label { color: #00489D; font-weight: 600; letter-spacing: 2px; font-size: 14px; }
.packages-home-title { font-size: 2rem; color: #333333; margin: 12px 0; }
.packages-home-desc-block { max-width: 800px; margin: 0 auto 28px; }
.packages-home-desc { color: #5a6a7a; line-height: 1.7; margin: 0 0 12px; display: block !important; }
.packages-home-desc--second { margin: 0; display: block !important; visibility: visible !important; min-height: 1.5em; }
.packages-page-desc-block { max-width: 720px; margin: 0 auto; text-align: center; }
.packages-page-desc-block p { color: #5a6a7a; line-height: 1.7; margin: 0 0 12px; display: block !important; }
.packages-page-desc-second { margin-bottom: 0 !important; display: block !important; visibility: visible !important; min-height: 1.5em; }
.packages-home-slider-wrap { overflow: hidden; margin-bottom: 32px; }
.packages-home-slider {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease;
}
.package-home-card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 280px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.package-home-card img { width: 100%; height: 200px; object-fit: cover; }
.package-home-card-image-link {
  display: block;
  line-height: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.package-home-card-image-link img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.package-home-card-image-link:hover img { opacity: 0.92; }
.package-home-card-body { padding: 18px 20px 22px; }
.package-home-card-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  font-size: 13px;
  color: #888;
}
.package-home-stars {
  color: #f5b301;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1;
}
.package-home-duration {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}
.package-home-card h3 {
  font-size: 1rem;
  color: #00489D;
  font-weight: 600;
  margin: 0 0 14px;
  line-height: 1.4;
}
.package-home-card .learn-more {
  color: #00489D;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
}
.packages-home-cta { text-align: center; }
.packages-home-cta .btn-primary {
  background: #00489D;
  color: #fff;
  padding: 14px 36px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

/* Reviews auto-slide */
.reviews-carousel-wrapper { overflow: hidden; }
.reviews-carousel { display: flex; gap: 20px; transition: transform 0.5s ease; }

.contact-section .contact-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.contact-section .contact-left {
  padding: 4rem 3rem;
}
.contact-section .contact-right {
  padding: 4rem 3rem;
}
.contact-section .contact-form-container {
  max-width: 100%;
}

.contact-left .contact-brand {
  text-align: left;
  align-items: flex-start;
}
.reviews-section .reviews-header-with-arrows,
.reviews-section .reviews-label,
.reviews-section .reviews-title,
.reviews-section .reviews-subtitle {
  text-align: left;
}
.reviews-section .reviews-subtitle {
  margin-left: 0;
  margin-right: 0;
}
.contact-left .contact-subtitle,
.contact-left .contact-quote,
.contact-left .contact-logo { text-align: left; }
.contact-left .contact-subtitle {
  margin-bottom: 2.75rem;
}
.contact-left .contact-brand { align-items: flex-start; }
.contact-left .contact-title { align-items: flex-start; }
.contact-left .contact-logo { justify-content: flex-start; }
.contact-rating { margin: 0 0 1.25rem; }
.contact-stars {
  color: #f5b301;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
}
.contact-quote {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.65;
  margin: 0 0 2rem;
  opacity: 0.95;
  color: #fff;
}
.contact-form .form-submit {
  width: auto;
  min-width: 160px;
  max-width: 220px;
  padding: 14px 32px;
  display: inline-block;
}
.about-info-paragraph--second {
  margin-top: 0.75rem;
}
.form-row-name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-optional {
  font-weight: 400;
  color: #888;
  font-size: 0.85em;
}

/* Moments carousel */
.moments-header-with-arrows {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  text-align: left;
}
.moments-header-text { flex: 1; min-width: 0; }
.moments-header-arrows {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.moments-section .moments-label,
.moments-section .moments-title,
.moments-section .moments-subtitle {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.moments-carousel-wrapper { overflow: hidden; }
.moments-carousel {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}
.moments-carousel .moment-item {
  flex: 0 0 calc(20% - 16px);
  min-width: 180px;
}

/* Footer renewal */
.footer.footer--renewal {
  background: #EBF2F9;
  padding: 28px 0 32px;
}
.footer-content--renewal {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  text-align: left;
}
.footer-content--renewal .footer-left {
  flex: 1;
  gap: 0.45rem;
}
.footer-nav--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 8px 0 4px;
}
.footer.footer--renewal .footer-nav--inline a,
.footer-nav--fixed a {
  color: #1a1a1a !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer.footer--renewal .footer-nav--inline a:hover,
.footer-nav--fixed a:hover {
  color: #1a1a1a !important;
  opacity: 0.7;
}
.footer-contact--left {
  margin: 0;
  gap: 0;
}
.footer-contact--left p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.28;
  text-align: left;
}
.footer--renewal .copyright {
  margin: 10px 0 0;
  line-height: 1.45;
  font-size: 14px;
  color: #555;
}
.footer--renewal .copyright-line2 {
  margin: 2px 0 10px;
}
.footer--renewal .social-media {
  margin: 0;
}
.footer-budi-wrap {
  flex: 0 0 auto;
  width: min(520px, 46%);
  max-width: 520px;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  align-self: stretch;
}
.footer-budi-img {
  width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom right;
}

/* 히어로·상단에 떠다니는 캐러셀 화살표 방지 (Home.jpg: 첫 화면 좌우 화살표 없음) */
.hero-section--banner .carousel-btn,
.page-home .header .carousel-btn {
  display: none !important;
}
.reviews-header-arrows .carousel-btn,
.moments-header-arrows .carousel-btn {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

/* Packages page (Packages(0).jpg) */
.packages-page-hero {
  padding: 100px 20px 32px;
  text-align: center;
  background: #fff;
}
.packages-page-hero .page-label {
  display: block;
  width: 100%;
  text-align: center;
  color: #00489D;
  font-weight: 600;
  letter-spacing: 0.14em;
  font-size: 12px;
  margin: 0 auto 10px;
  text-transform: uppercase;
}
.packages-page-hero h1 {
  font-size: 2.45rem;
  color: #333333;
  font-weight: 700;
  margin: 0 auto 12px;
  line-height: 1.2;
  max-width: 820px;
}
.packages-page-hero p {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.55;
  max-width: 680px;
  margin: 0 auto;
}

.featured-slider {
  max-width: 1100px;
  margin: 20px auto 28px;
  background: #EBF2F9;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0;
}
.featured-slider-inner {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
  will-change: transform;
}
.featured-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 300px;
  align-items: stretch;
}
.featured-slide-img {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
  line-height: 0;
}
.featured-slide-img img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
  margin: 0;
  border-radius: 0;
}
.featured-slide-image-link {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  line-height: 0;
}
.featured-slide-image-link:hover img { opacity: 0.95; }
.featured-slide-content {
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-slide-content .tag {
  color: #00489D;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.featured-slide-content h2 {
  color: #333333;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 10px 0 12px;
  line-height: 1.35;
}
.featured-slide-title1,
.featured-slide-title2 { display: block; }
.package-card-title1,
.package-card-title2 { display: block; }
.package-card-title2 { font-weight: 600; }
.featured-slide-content p {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.btn-featured-learn {
  display: inline-block;
  padding: 11px 26px;
  background: #00489D;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  width: fit-content;
  border: none;
  transition: background 0.2s ease;
}
.btn-featured-learn:hover {
  background: #1e4078;
}
.featured-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #00489D;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-nav.prev { left: 12px; }
.featured-nav.next { right: 12px; }

.category-filters {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 36px;
}
.category-filter {
  padding: 11px 32px;
  border-radius: 8px;
  border: none;
  background: #A8C5E2;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  min-width: 88px;
  transition: background 0.2s;
}
.category-filter.active,
.category-filter:hover { background: #00489D; }

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  padding-bottom: 64px;
}
.package-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  transition: transform 0.2s;
}
.package-card:hover { transform: translateY(-3px); }
.package-card-img { height: 200px; overflow: hidden; line-height: 0; }
.package-card-img-link {
  display: block;
  cursor: pointer;
}
.package-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.package-card-img-link:hover img { opacity: 0.92; }
.package-card-body { padding: 16px 18px 18px; }
.package-card-cats { font-size: 11px; color: #888; margin-bottom: 6px; }
.package-card-title {
  font-size: 1rem;
  color: #1a1a1a;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.35;
}
.package-card-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #888;
  margin-bottom: 0;
}
.package-card-stars {
  color: #f5b301;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 1;
}
.package-card-divider {
  height: 1px;
  background: #e8e8e8;
  margin: 12px 0 10px;
  border: none;
}
.package-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}
.package-card-duration { font-size: 12px; color: #666; }
.package-card-link {
  color: #00489D;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}

/* Package detail (Packages(1).jpg) */
.package-detail-page { padding-top: 90px; background: #fff; }
.package-detail-top {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 36px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 48px;
  align-items: start;
}
.package-detail-title {
  color: #1a1a1a;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
}
.package-title-line1,
.package-title-line2 { display: block; }
.package-title-line2 { margin-top: 4px; }
.package-detail-meta {
  color: #666;
  font-size: 0.9rem;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.package-meta-sep { color: #ccc; }
.package-meta-cats { color: #666; }
.package-hero-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 12px;
  max-height: 420px;
  object-fit: cover;
  display: block;
}
.package-sub-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 28px;
}
.package-sub-gallery img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.package-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 28px;
  padding: 28px;
  background: #fff;
  border: 1px solid #e8edf2;
  border-radius: 12px;
}
.package-feature-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.package-feature-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  color: #00489D;
}
.package-feature-icon svg { width: 100%; height: 100%; display: block; }
.package-feature-text h4 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
}
.package-feature-text p {
  margin: 0;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.55;
}

.booking-box {
  background: #fff;
  color: #1a1a1a;
  border-radius: 12px;
  padding: 24px 22px;
  position: sticky;
  top: 100px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8edf2;
}
.booking-box h3 {
  margin: 0 0 18px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a1a;
}
.booking-box label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}
.booking-box input,
.booking-box textarea,
.booking-box select {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 6px;
  margin-bottom: 14px;
  font-size: 14px;
  box-sizing: border-box;
  background: #f0f2f5;
  color: #333;
}
.booking-box textarea {
  min-height: 72px;
  resize: vertical;
}
.booking-box .required::after { content: ' *'; color: #c62828; }
.booking-price {
  text-align: center;
  margin: 8px 0 16px;
}
.booking-price-label {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}
.booking-price-value {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #00489D;
  margin-bottom: 4px;
}
.booking-price-note {
  display: block;
  font-size: 11px;
  color: #999;
  font-style: italic;
}
.booking-submit {
  width: 100%;
  padding: 13px;
  background: #00489D;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
}
.booking-submit:hover { background: #1e4078; }
.booking-message { margin-top: 12px; font-size: 13px; }

.package-detail-sections {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 48px;
}
.detail-section {
  margin-bottom: 36px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.detail-section h2 {
  color: #1a1a1a;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 16px;
}
.detail-section-content {
  white-space: pre-line;
  line-height: 1.75;
  color: #444;
  font-size: 0.95rem;
}
.detail-description p { margin: 0 0 14px; }
.detail-description-emphasis {
  font-weight: 700;
  color: #1a1a1a !important;
}
.detail-bullets ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #555;
}
.detail-bullets li { margin-bottom: 8px; line-height: 1.6; }
.detail-bullets--cols ul {
  columns: 2;
  column-gap: 40px;
}
.journey-flow-subtitle {
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px;
  font-size: 1rem;
}
.journey-flow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
}
.journey-step { margin-bottom: 18px; }
.journey-step-head {
  margin: 0 0 6px;
  color: #1a1a1a;
  font-size: 0.92rem;
  line-height: 1.45;
}
.journey-step-sep { color: #bbb; font-weight: 400; margin: 0 4px; }
.journey-step-detail {
  margin: 0 0 6px;
  color: #666;
  font-size: 0.88rem;
}
.journey-step-bullets {
  margin: 4px 0 0;
  padding-left: 1.1rem;
  color: #666;
  font-size: 0.88rem;
}
.journey-step-bullets li { margin-bottom: 4px; }
.journey-step-extras {
  margin-top: 8px;
  font-size: 0.88rem;
  color: #555;
}
.journey-step-extras ul {
  margin: 6px 0 0;
  padding-left: 1.1rem;
}
.detail-section--map { margin-top: 8px; }
.map-open-link {
  display: inline-block;
  color: #00489D;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: underline;
  margin-bottom: 12px;
}
.map-open-link:hover { color: #1e4078; }
.package-map-embed {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  line-height: 0;
}
.package-map-embed iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

.other-packages-section {
  background: #fff;
  padding: 48px 0 64px;
  border-top: 1px solid #eee;
}
.other-packages-section h2 {
  text-align: left;
  color: #1a1a1a;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 24px;
}
.other-packages-slider {
  display: flex;
  gap: 20px;
  overflow: hidden;
}
.other-packages-track { display: flex; gap: 20px; transition: transform 0.5s ease; }
.package-other-card {
  flex: 0 0 260px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s;
}
.package-other-card:hover { transform: translateY(-3px); }
.package-other-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.package-other-card-body { padding: 14px 16px 16px; }
.package-other-cats { font-size: 11px; color: #888; margin-bottom: 6px; }
.package-other-card h3 {
  margin: 0 0 8px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
}
.package-other-title1,
.package-other-title2 { display: block; }
.package-other-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #888;
}
.package-other-stars { color: #f5b301; letter-spacing: 1px; }
.package-other-divider {
  height: 1px;
  background: #e8e8e8;
  margin: 10px 0;
}
.package-other-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #666;
}
.package-other-link { color: #00489D; font-weight: 600; font-size: 0.88rem; }

/* Admin */
.admin-page { padding: 28px 20px 60px; max-width: 1100px; margin: 0 auto; }
.admin-login-box h1 { color: #00489D; margin-bottom: 8px; text-align: center; }
.admin-login-sub { text-align: center; color: #666; font-size: 14px; margin: 0 0 20px; }
.admin-login-error { color: #c62828; text-align: center; margin: 0 0 12px; font-size: 14px; min-height: 1.2em; }
.admin-login-success { color: #2e7d32; text-align: center; margin: 0 0 12px; font-size: 14px; min-height: 1.2em; }
.admin-auth-form { margin: 0; }
.admin-field-label { display: block; font-size: 13px; font-weight: 600; color: #444; margin: 0 0 6px; }
.admin-login-box input[type="email"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 15px;
}
.admin-login-box .admin-password-wrap input[type="password"],
.admin-login-box .admin-password-wrap input[type="text"] {
  width: 100%;
  padding: 12px 44px 12px 12px;
  margin-bottom: 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 15px;
}
.admin-password-wrap { position: relative; margin-bottom: 14px; }
.admin-password-wrap input { margin-bottom: 0; width: 100%; }
.admin-password-toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #888;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0;
}
.admin-password-toggle:hover { color: #00489D; background: #f0f4f8; }
.admin-password-toggle .icon-eye-closed { display: none; }
.admin-password-toggle.is-visible .icon-eye-open { display: none; }
.admin-password-toggle.is-visible .icon-eye-closed { display: block; }
.admin-login-hint {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin: 4px 0 16px;
}
.admin-login-hint kbd {
  display: inline-block;
  padding: 2px 6px;
  font-size: 12px;
  background: #f0f2f5;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.admin-login-submit {
  width: 100%;
  padding: 13px;
  background: #00489D;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
}
.admin-login-submit--secondary { background: #5A9FD4; margin-bottom: 10px; }
.admin-login-submit--sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.admin-login-submit:hover { opacity: 0.92; }
.admin-reset-toggle {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 0;
  border: none;
  background: none;
  color: #00489D;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}
.admin-reset-form { margin-top: 8px; padding-top: 8px; border-top: 1px solid #eee; }
.admin-reset-title { font-size: 1.1rem; color: #1a1a1a; margin: 0 0 6px; text-align: center; }
.admin-reset-desc { font-size: 13px; color: #666; text-align: center; margin: 0 0 16px; }
.admin-reset-back {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  background: none;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}
.admin-login-box {
  max-width: 400px;
  margin: 80px auto;
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}
.admin-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.admin-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.admin-table th, .admin-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #eee; font-size: 14px; }
.admin-table th { background: #00489D; color: #fff; }
.admin-btn { padding: 6px 14px; border-radius: 6px; border: none; cursor: pointer; font-size: 13px; margin-right: 6px; }
.admin-btn-edit { background: #5A9FD4; color: #fff; }
.admin-btn-delete { background: #e74c3c; color: #fff; }
.admin-btn-add { background: #00489D; color: #fff; padding: 10px 20px; }
.admin-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.admin-modal.open { display: flex; }
.admin-modal-content {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  max-width: 700px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}
.admin-form-group { margin-bottom: 14px; }
.admin-form-group label { display: block; font-size: 13px; margin-bottom: 4px; color: #555; }
.admin-form-group input,
.admin-form-group textarea,
.admin-form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
}
.admin-form-group textarea { min-height: 80px; }

.admin-body .admin-page { max-width: 1200px; }
.admin-body #site-header .header {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06) !important;
}
.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 12px;
}
.admin-tabs { display: flex; gap: 8px; }
.admin-tab {
  padding: 10px 22px;
  border: 1px solid #d0d8e4;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  color: #555;
}
.admin-tab.active { background: #00489D; color: #fff; border-color: #00489D; }
.admin-topbar-right { display: flex; align-items: center; gap: 12px; }
.admin-user-email { font-size: 13px; color: #666; }
.dashboard-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.dashboard-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  text-align: center;
}
.dashboard-card-num { display: block; font-size: 2rem; font-weight: 700; color: #00489D; }
.dashboard-card-label { display: block; font-size: 13px; color: #666; margin-top: 6px; }
.dashboard-charts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
}
.dashboard-chart-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.dashboard-chart-box h3 { margin: 0 0 16px; font-size: 1rem; color: #1a1a1a; }
.dashboard-table-title { margin: 0 0 12px; color: #1a1a1a; }
.admin-table-wrap { overflow-x: auto; }

.admin-page-heading {
  margin: 0 0 20px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #00489D;
  letter-spacing: -0.02em;
}
.admin-notify-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff3e0;
  border: 1px solid #ffb74d;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #e65100;
}
.admin-notify-action {
  margin-left: auto;
  padding: 6px 14px;
  border: none;
  border-radius: 6px;
  background: #00489D;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.admin-notify-dismiss {
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #888;
  padding: 0 4px;
}
.admin-btn-demo {
  background: #e8f0fa;
  color: #00489D;
  border: 1px solid #b8cfe8;
  font-size: 13px;
  padding: 8px 12px;
}
.admin-btn-demo:hover:not(:disabled) {
  background: #d6e6f8;
}
.admin-btn-demo:disabled {
  opacity: 0.6;
  cursor: wait;
}
#adminNotifyHost {
  position: fixed;
  top: 88px;
  right: 20px;
  z-index: 10050;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: min(360px, calc(100vw - 40px));
  pointer-events: none;
}
.admin-notify-toast {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #c5d9f0;
  border-left: 4px solid #00489D;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(26, 61, 107, 0.15);
  animation: adminToastIn 0.35s ease;
}
@keyframes adminToastIn {
  from { opacity: 0; transform: translateX(16px); }
  to { opacity: 1; transform: translateX(0); }
}
.admin-notify-toast-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  color: #1a3d6b;
}
.admin-notify-toast-body span {
  font-size: 13px;
  color: #5a7189;
}
.admin-notify-toast-action {
  flex-shrink: 0;
  padding: 6px 10px;
  border: none;
  border-radius: 6px;
  background: #00489D;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.admin-notify-toast-close {
  flex-shrink: 0;
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  color: #888;
  cursor: pointer;
  padding: 0 2px;
}
.admin-tab-badge {
  display: inline-block;
  min-width: 18px;
  padding: 1px 6px;
  margin-left: 6px;
  border-radius: 10px;
  background: #e74c3c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
}
.dashboard-card--alert .dashboard-card-num { color: #e65100; }
.admin-table-wrap--inquiry-list { margin-bottom: 28px; }
.inquiry-charts { grid-template-columns: repeat(2, 1fr); }
.dashboard-chart-box--wide { grid-column: 1 / -1; }
.inquiry-filters { display: flex; gap: 10px; align-items: center; }
.inquiry-filters select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}
.inquiry-row--unread { background: #f0f7ff; font-weight: 500; }
.inquiry-new-dot { color: #e74c3c; font-size: 10px; }
.inquiry-type-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}
.inquiry-type-badge--contact { background: #e3f2fd; color: #1565c0; }
.inquiry-type-badge--package { background: #e8f5e9; color: #2e7d32; }
.admin-modal-content--wide { max-width: 820px; }
.admin-modal-content--narrow { max-width: 420px; }
.admin-delete-confirm-desc {
  margin: 0 0 16px;
  font-size: 14px;
  color: #5a7189;
  line-height: 1.5;
}
.admin-delete-confirm-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.admin-delete-confirm-actions .admin-btn {
  flex: 1;
  padding: 12px;
}
.admin-modal-close {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #888;
}
.inquiry-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.inquiry-detail-grid {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 8px 16px;
  margin: 0 0 20px;
  font-size: 14px;
}
.inquiry-detail-grid dt { color: #666; margin: 0; }
.inquiry-detail-grid dd { margin: 0; color: #1a1a1a; word-break: break-word; }
.inquiry-message-box {
  background: #f8fafc;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
}
.inquiry-message-box h4 { margin: 0 0 8px; font-size: 13px; color: #555; }
.inquiry-message-box p { margin: 0 0 12px; white-space: pre-wrap; font-size: 14px; line-height: 1.5; }
.inquiry-message-ko { color: #444; border-top: 1px solid #e0e0e0; padding-top: 12px; }
.inquiry-replies { margin-bottom: 20px; }
.inquiry-replies h4 { margin: 0 0 12px; font-size: 14px; }
.inquiry-no-replies { color: #888; font-size: 14px; margin: 0 0 16px; }
.inquiry-reply-item {
  border-left: 3px solid #00489D;
  padding: 10px 14px;
  margin-bottom: 12px;
  background: #fafbfc;
  border-radius: 0 8px 8px 0;
}
.inquiry-reply-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}
.inquiry-reply-sent { font-weight: 600; }
.inquiry-reply-subject { font-weight: 600; margin: 0 0 4px; font-size: 14px; }
.inquiry-reply-body { margin: 0; white-space: pre-wrap; font-size: 14px; line-height: 1.5; }
.inquiry-reply-form { border-top: 1px solid #eee; padding-top: 20px; }
.inquiry-reply-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 12px; }
.inquiry-reply-actions select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.inquiry-reply-msg { font-size: 13px; min-height: 1.2em; margin: 8px 0 0; }

.inquiry-col-toggle { width: 36px; text-align: center; }
.inquiry-toggle-btn {
  background: none;
  border: 1px solid #c5d4e8;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  color: #00489D;
  font-size: 11px;
  line-height: 1;
  padding: 0;
}
.inquiry-toggle-btn:hover { background: #eef4fb; }
.inquiry-row--open { background: #f5f9fd; }
.inquiry-expand-row td { padding: 0 !important; border-bottom: 2px solid #d0d8e4; }
.inquiry-expand-cell { background: #fafbfc; }
.inquiry-expand-inner { padding: 12px 16px 16px; }
.inquiry-expand-loading,
.inquiry-expand-error { padding: 16px; margin: 0; color: #666; font-size: 14px; }
.inquiry-expand-error { color: #c62828; }
.inquiry-details {
  border: 1px solid #e0e6ed;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
  overflow: hidden;
}
.inquiry-details:last-child { margin-bottom: 0; }
.inquiry-details-summary {
  padding: 12px 16px;
  font-weight: 600;
  font-size: 14px;
  color: #00489D;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.inquiry-details-summary::-webkit-details-marker { display: none; }
.inquiry-details-summary::before {
  content: '▶ ';
  font-size: 10px;
  color: #888;
}
.inquiry-details[open] .inquiry-details-summary::before { content: '▼ '; }
.inquiry-details-body { padding: 0 16px 16px; }
.admin-table--nested {
  box-shadow: none;
  margin-bottom: 16px;
  font-size: 13px;
}
.admin-table--nested th {
  background: #eef4fb;
  color: #444;
  width: 120px;
  font-weight: 600;
}
.admin-table--nested td,
.admin-table--nested th { padding: 8px 12px; }
.inquiry-cell-message { white-space: pre-wrap; max-width: 480px; line-height: 1.5; }
.inquiry-inline-reply-head {
  font-weight: 600;
  font-size: 14px;
  color: #1a1a1a;
  margin: 8px 0 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}
.inquiry-inline-reply-form .admin-form-group { margin-bottom: 10px; }
.inquiry-inline-reply-form textarea { min-height: 100px; }
.inquiry-translate-hint {
  font-size: 13px;
  color: #555;
  margin: 0 0 14px;
  line-height: 1.5;
}
.inquiry-lang-tag { font-weight: 400; color: #888; font-size: 12px; }
.inquiry-cell-message--original { background: #fafbfc; }
.inquiry-cell-message--ko { background: #f0f7ff; border-left: 3px solid #00489D; padding-left: 12px !important; }
.inquiry-cell-message--loading { color: #888; font-style: italic; }
.inquiry-reply-actions--translate { margin-top: 0; margin-bottom: 12px; }

.moments-section { display: block; }
.app-section { display: none; }
.app-download-section { display: none; }

@media (max-width: 1024px) {
  .about-features-grid { grid-template-columns: repeat(2, 1fr); }
  .about-info--renewal { grid-template-columns: 1fr; }
  .about-info--renewal .about-info-right { order: -1; }
  .about-info-right img.about-hero-img { max-width: 100%; aspect-ratio: 16 / 10; }
  .package-detail-top { grid-template-columns: 1fr; }
  .package-sub-gallery { grid-template-columns: repeat(3, 1fr); }
  .package-feature-grid { grid-template-columns: 1fr; }
  .journey-flow-grid { grid-template-columns: 1fr; }
  .detail-bullets--cols ul { columns: 1; }
  .booking-box { position: static; }
  .featured-slide { grid-template-columns: 1fr; }
  .package-home-card { flex: 0 0 calc(50% - 12px); }
  .moments-carousel .moment-item { flex: 0 0 calc(50% - 10px); }
}

@media (max-width: 768px) {
  .hero-section--banner .hero-subtitle {
    white-space: normal;
    max-width: 640px;
  }
  .packages-page-hero h1 { font-size: 1.75rem; }
  .packages-page-hero { padding-top: 88px; }
  .about-features-grid { grid-template-columns: 1fr; }
  .footer-content--renewal { flex-direction: column; align-items: flex-start; }
  .footer-budi-wrap {
    width: 100%;
    max-width: 380px;
    min-height: 240px;
    margin-top: 8px;
  }
  .form-row-name { grid-template-columns: 1fr; }
  .nav-login-btn { display: none; }
  .package-home-card { flex: 0 0 85%; }
  .package-features-list { grid-template-columns: 1fr; }
  .dashboard-cards { grid-template-columns: repeat(2, 1fr); }
  .dashboard-charts { grid-template-columns: 1fr; }
  .inquiry-charts { grid-template-columns: 1fr; }

  /* Mobile navigation panel */
  .nav.active {
    z-index: 1200;
    -webkit-overflow-scrolling: touch;
  }
  .menu-overlay.active {
    z-index: 1190;
  }
  .mobile-menu-toggle {
    z-index: 1201;
  }

  /* Open menu: readable text (home hero uses white nav links) */
  .nav.active .nav-list a,
  .nav.active .nav-list--hero a {
    color: #1a1a1a !important;
  }
  .nav.active .nav-list a:hover,
  .nav.active .nav-list a:active,
  .nav.active .nav-list a.active {
    color: #00489D !important;
  }

  /* Home hero: visible hamburger on banner */
  .page-home .header:not(.header--scrolled):not(.nav-menu-open) .mobile-menu-toggle span {
    background-color: #fff;
  }
  .page-home .header.nav-menu-open,
  .page-home .header.header--scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
  }
  .page-home .header.nav-menu-open .logo-main,
  .page-home .header.nav-menu-open .logo-sub,
  .page-home .header.nav-menu-open .language-selector.language-selector--pill {
    color: #1a1a1a !important;
    border-color: #00489D !important;
  }

  /* PACKAGES dropdown — show sub-items in mobile menu */
  .nav.active .nav-item-dropdown .nav-dropdown {
    display: block;
    position: static;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .nav.active .nav-item-dropdown .nav-dropdown a {
    font-size: 1.05rem;
    padding: 0.85rem 2rem;
    color: #555 !important;
  }
  .nav.active .nav-item-dropdown .nav-dropdown a:hover {
    color: #00489D !important;
  }

  body.mobile-nav-open {
    overflow: hidden;
  }

  /* Nav/overlay portaled to body (iOS fixed-position fix) */
  body > .nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding-top: calc(70px + 1.5rem);
    margin: 0;
    z-index: 1200;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(235, 242, 249, 0.98) 100%);
    backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  body > .nav.active {
    left: 0;
  }
  body > .menu-overlay.active {
    z-index: 1190;
  }
}
