/* ================================================================
   ChinaTravelPlus — Design System
   Theme: China Red + Gold + Jade (Private Tours)
   Fonts: Cormorant Garamond + DM Sans
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ── CSS VARIABLES ───────────────────────────────────────────── */
:root {
  --red:        #B91C1C;
  --red-dark:   #991B1B;
  --red-light:  #FEE2E2;
  --gold:       #D4A373;
  --gold-dark:  #B8835A;
  --gold-light: #F2D8B8;
  --jade:       #3A5A40;
  --jade-light: #D1FAE5;
  --dark:       #1C1917;
  --text:       #292524;
  --muted:      #78716C;
  --border:     #E7E5E4;
  --bg:         #FAFAF9;
  --bg-warm:    #FEF7F0;
  --white:      #FFFFFF;

  --shadow-sm:  0 2px 8px rgba(41,37,36,0.08);
  --shadow-md:  0 8px 30px rgba(41,37,36,0.12);
  --shadow-lg:  0 20px 60px rgba(41,37,36,0.18);
  --shadow-red: 0 4px 20px rgba(185,28,28,0.30);
  --shadow-gold:0 4px 20px rgba(212,163,115,0.40);

  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --radius-sm:  8px;
  --radius-md:  16px;
  --radius-lg:  24px;
  --radius-pill:50px;
  --max-width:  1200px;
}

/* ── RESET ─────────────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  line-height: 1.2;
  color: var(--dark);
}
a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* ── TYPOGRAPHY ─────────────────────────────────────────────── */
.section-badge {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: var(--gold-light);
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
}

.section-title em { font-style: italic; color: var(--red); }

.section-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 600px;
  line-height: 1.75;
}

/* ── BUTTONS ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  letter-spacing: 0.02em;
}

.btn-red {
  background: var(--red);
  color: var(--white);
}
.btn-red:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-red);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.6);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: var(--white);
  color: var(--white);
}

.btn-gold {
  background: var(--gold);
  color: var(--dark);
}
.btn-gold:hover {
  background: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
  color: var(--dark);
}

.btn-ghost {
  background: transparent;
  color: var(--red);
  border: 2px solid var(--red);
}
.btn-ghost:hover {
  background: var(--red);
  color: var(--white);
}

/* ── HEADER / NAV ───────────────────────────────────────────── */
header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: var(--transition);
}

.header-top {
  background: var(--dark);
  padding: 8px 0;
  font-size: 12.5px;
  color: rgba(255,255,255,0.65);
  border-bottom: 1px solid rgba(212,163,115,0.2);
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-contact a {
  color: var(--gold-light);
  margin-right: 20px;
  font-weight: 500;
}
.header-contact a:hover { color: var(--gold); }

.navbar {
  background: rgba(28, 25, 23, 0.97);
  backdrop-filter: blur(16px);
  padding: 12px 0;
  border-bottom: 1px solid rgba(212,163,115,0.15);
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo img { height: 42px; }
.logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
}
.logo-text span { color: var(--gold); }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-menu > li { position: relative; }

.nav-menu > li > a {
  display: block;
  padding: 9px 14px;
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
}

.nav-menu > li > a:hover,
.nav-menu > li.active > a { color: var(--gold); }

.nav-cta > a {
  background: var(--red) !important;
  color: var(--white) !important;
  border-radius: var(--radius-pill) !important;
  padding: 9px 22px !important;
}
.nav-cta > a:hover {
  background: var(--red-dark) !important;
  transform: translateY(-1px);
  box-shadow: var(--shadow-red);
  color: var(--white) !important;
}

/* Dropdown */
.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--dark);
  border: 1px solid rgba(212,163,115,0.2);
  border-radius: var(--radius-md);
  min-width: 220px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: var(--transition);
  z-index: 200;
  box-shadow: var(--shadow-lg);
}

.nav-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.75);
  text-transform: none;
  letter-spacing: 0;
  border-radius: 0;
}
.dropdown-menu a:hover { color: var(--gold); background: rgba(212,163,115,0.1); }

/* Mobile hamburger */
.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}

/* ── HERO SECTIONS ──────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  background: var(--dark);
  position: relative;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(28,25,23,0.9) 0%, rgba(28,25,23,0.5) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.hero-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(212,163,115,0.15);
  border: 1px solid rgba(212,163,115,0.3);
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 24px;
}

.hero h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 24px;
}

.hero h1 em { font-style: italic; color: var(--gold); }

.hero p {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 580px;
}

.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.hero-tag {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 5px 12px;
  border-radius: var(--radius-pill);
}

/* ── PAGE HERO (non-index) ──────────────────────────────────── */
.page-hero {
  min-height: 60vh;
  background: var(--dark);
  position: relative;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  overflow: hidden;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(28,25,23,0.92) 50%, rgba(28,25,23,0.4) 100%);
}

.page-hero-content {
  position: relative;
  z-index: 2;
}

.page-hero-content .dest-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  color: var(--white);
  margin-bottom: 16px;
}

.page-hero p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.75);
  max-width: 600px;
  margin-bottom: 24px;
}

/* ── SECTIONS ───────────────────────────────────────────────── */
section { padding: 96px 0; }

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-header .section-subtitle {
  margin: 0 auto;
}

/* ── CARDS ──────────────────────────────────────────────────── */
.card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: var(--transition);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-light);
}

.card-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.card-body { padding: 24px; }

.card-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 8px;
}

.card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}

.card-text {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.7;
}

.card-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.tag {
  font-size: 11px;
  font-weight: 500;
  color: var(--jade);
  background: var(--jade-light);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

.tag-red {
  color: var(--red);
  background: var(--red-light);
}

.tag-gold {
  color: var(--gold-dark);
  background: var(--gold-light);
}

/* ── GRID SYSTEMS ───────────────────────────────────────────── */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* ── PROVINCE CARDS (Index) ─────────────────────────────────── */
.province-section { background: var(--bg-warm); }

.province-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.province-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 380px;
  cursor: pointer;
  transition: var(--transition);
}

.province-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.province-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.province-card:hover .province-card-bg { transform: scale(1.06); }

.province-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28,25,23,0.85) 0%, rgba(28,25,23,0.1) 60%);
}

.province-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  color: var(--white);
}

.province-card-content h3 {
  font-size: 1.6rem;
  color: var(--white);
  margin-bottom: 6px;
}

.province-card-content p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
  font-family: 'DM Sans', sans-serif;
}

/* ── TRAVEL STYLE CARDS ─────────────────────────────────────── */
.style-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  border: 1px solid var(--border);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.style-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition);
}

.style-card:hover::before { transform: scaleX(1); }

.style-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--red);
}

.style-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.style-card h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.style-card p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.7;
}

.style-card a {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  letter-spacing: 0.03em;
}

.style-card a:hover { color: var(--red-dark); }

/* ── TOUR CARDS ─────────────────────────────────────────────── */
.tour-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: var(--transition);
}

.tour-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.tour-card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.tour-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.tour-card:hover .tour-card-img img { transform: scale(1.05); }

.tour-card-duration {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--dark);
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.05em;
}

.tour-card-body { padding: 24px; }

.tour-card-province {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 8px;
}

.tour-card-title {
  font-size: 1.25rem;
  color: var(--dark);
  margin-bottom: 10px;
}

.tour-card-text {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 16px;
}

/* ── FEATURES / ADVANTAGES ──────────────────────────────────── */
.feature-card {
  text-align: center;
  padding: 40px 24px;
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.feature-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.7;
}

/* ── STATS ──────────────────────────────────────────────────── */
.stats-row {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ── CTA SECTION ────────────────────────────────────────────── */
.cta-section {
  background: var(--dark);
  text-align: center;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(185,28,28,0.2) 0%, transparent 70%);
  pointer-events: none;
}

.cta-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--white);
  margin-bottom: 16px;
}

.cta-section p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 40px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── PROCESS STEPS ──────────────────────────────────────────── */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
}

.steps-grid::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(to right, var(--border), var(--gold-light), var(--border));
  z-index: 0;
}

.step-card {
  position: relative;
  z-index: 1;
  text-align: center;
}

.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: var(--shadow-red);
}

.step-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
}

.step-meta {
  font-size: 11px;
  font-weight: 600;
  color: var(--gold-dark);
  letter-spacing: 0.05em;
  margin-top: 10px;
}

/* ── ACCORDION / FAQ ────────────────────────────────────────── */
.faq-section { background: var(--bg-warm); }

.faq-list { max-width: 780px; margin: 0 auto; }

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  background: var(--white);
  overflow: hidden;
}

.faq-question {
  padding: 20px 24px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.faq-question::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--red);
  flex-shrink: 0;
  transition: var(--transition);
}

.faq-item.open .faq-question::after { content: '−'; }

.faq-answer {
  display: none;
  padding: 0 24px 20px;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.75;
}

.faq-item.open .faq-answer { display: block; }

/* ── PRODUCT PAGE ───────────────────────────────────────────── */
.product-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: start;
}

.product-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-bottom: 20px;
}

.sidebar-card h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
  color: var(--dark);
}

.highlight-item {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.highlight-item:last-child { margin-bottom: 0; }

.highlight-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-warm);
  border-radius: var(--radius-sm);
}

.highlight-item h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.highlight-item p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}

/* ── ITINERARY ──────────────────────────────────────────────── */
.itinerary { }

.day-block {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  position: relative;
}

.day-block:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 19px;
  top: 48px;
  bottom: -20px;
  width: 2px;
  background: var(--border);
}

.day-label {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  text-align: center;
  z-index: 1;
}

.day-label small {
  font-size: 0.65rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  opacity: 0.85;
}

.day-content h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--dark);
}

.day-content p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.75;
}

/* ── INCLUDES LIST ──────────────────────────────────────────── */
.includes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.include-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text);
}

.include-item::before {
  content: '✓';
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--white);
  background: var(--jade);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ── VALUES SECTION ─────────────────────────────────────────── */
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.value-card {
  background: var(--bg-warm);
  border-radius: var(--radius-lg);
  padding: 36px;
  border-left: 4px solid var(--gold);
}

.value-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: var(--dark);
}

.value-card p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.75;
}

/* ── QUOTE BLOCK ────────────────────────────────────────────── */
.quote-block {
  background: var(--dark);
  border-radius: var(--radius-lg);
  padding: 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quote-block::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 30px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 12rem;
  color: rgba(212,163,115,0.08);
  line-height: 1;
  pointer-events: none;
}

.quote-block blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-style: italic;
  color: var(--white);
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto 16px;
}

.quote-block cite {
  font-size: 0.88rem;
  color: var(--gold);
  font-style: normal;
  font-weight: 500;
}

/* ── CONTACT STRIP ──────────────────────────────────────────── */
.contact-strip {
  background: var(--bg-warm);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--border);
}

.contact-strip .contact-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.contact-strip h4 {
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.contact-strip p {
  font-size: 0.88rem;
  color: var(--muted);
}

.contact-strip a {
  font-size: 0.88rem;
  color: var(--red);
  font-weight: 500;
}

.contact-strip a:hover { color: var(--red-dark); }

/* ── COUNTRY LIST ───────────────────────────────────────────── */
.countries-section { background: var(--bg-warm); }

.country-region { margin-bottom: 40px; }

.country-region h3 {
  font-size: 1.1rem;
  color: var(--dark);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.country-region h3 span {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--muted);
  font-family: 'DM Sans', sans-serif;
}

.country-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.country-pill {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  background: var(--white);
  border: 1px solid var(--border);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  transition: var(--transition);
}

.country-pill:hover {
  border-color: var(--red);
  color: var(--red);
  background: var(--red-light);
}

/* ── POLICY CARDS ───────────────────────────────────────────── */
.policy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.policy-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
}

.policy-card:hover {
  border-color: var(--red);
  box-shadow: var(--shadow-sm);
}

.policy-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  margin-bottom: 8px;
}

.policy-card h4 {
  font-size: 1rem;
  color: var(--dark);
  margin-bottom: 8px;
}

.policy-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}

/* ── ADVANTAGES GRID ────────────────────────────────────────── */
.advantage-item {
  display: flex;
  gap: 20px;
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--white);
  transition: var(--transition);
}

.advantage-item:hover {
  border-color: var(--gold-light);
  box-shadow: var(--shadow-sm);
}

.advantage-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red-light);
  border-radius: var(--radius-sm);
}

.advantage-item h4 { font-size: 1rem; margin-bottom: 6px; }
.advantage-item p { font-size: 0.88rem; color: var(--muted); line-height: 1.6; }

/* ── DESTINATION PAGE ───────────────────────────────────────── */
.tours-section { background: var(--bg-warm); }

.tour-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* ── PERSONA CARDS ──────────────────────────────────────────── */
.persona-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.persona-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: var(--transition);
  cursor: pointer;
}

.persona-card:hover {
  border-color: var(--red);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.persona-icon { font-size: 2.5rem; margin-bottom: 16px; }

.persona-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.persona-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.7; }

/* ── FOOTER ─────────────────────────────────────────────────── */
footer {
  background: var(--dark);
  padding: 80px 0 40px;
  color: rgba(255,255,255,0.65);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}

.footer-brand .logo-text {
  font-size: 1.4rem;
  margin-bottom: 16px;
  display: block;
}

.footer-brand p {
  font-size: 0.88rem;
  line-height: 1.75;
  max-width: 280px;
  color: rgba(255,255,255,0.55);
}

.footer-col h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.footer-col a {
  display: block;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 10px;
  transition: var(--transition);
}
.footer-col a:hover { color: var(--gold); }

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}

.footer-bottom a { color: rgba(255,255,255,0.4); }
.footer-bottom a:hover { color: var(--gold); }

/* ── BREADCRUMB ─────────────────────────────────────────────── */
.breadcrumb {
  padding: 10px 0;
  font-size: 13px;
  color: var(--muted);
}
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb span { margin: 0 8px; }

/* ── MOBILE RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1024px) {
  .province-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .product-layout { grid-template-columns: 1fr; }
  .product-sidebar { position: static; }
  .policy-grid { grid-template-columns: repeat(2, 1fr); }
  .mega-menu { display: none !important; }
}

@media (max-width: 768px) {
  section { padding: 64px 0; }
  .hero { padding: 120px 0 64px; }
  .page-hero { padding: 120px 0 64px; min-height: 50vh; }
  .hero h1 { font-size: 2.5rem; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .province-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .policy-grid { grid-template-columns: 1fr; }
  .tour-list-grid { grid-template-columns: 1fr; }
  .persona-grid { grid-template-columns: 1fr; }
  .nav-menu { display: none; }
  .nav-menu.open { display: flex; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--dark); padding: 100px 24px 40px; overflow-y: auto; z-index: 999; }
  .mobile-toggle { display: flex; z-index: 1001; }
  .stats-row { gap: 24px; }
  .stat-number { font-size: 2.5rem; }
  .contact-strip { flex-direction: column; text-align: center; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .cta-btns { flex-direction: column; align-items: center; }
  .product-layout { grid-template-columns: 1fr; }
  .includes-grid { grid-template-columns: 1fr; }
}

/* ── UTILITIES ──────────────────────────────────────────────── */
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.text-red { color: var(--red); }
.text-muted { color: var(--muted); }
.bg-dark { background: var(--dark); }
.bg-warm { background: var(--bg-warm); }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mb-8 { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.gap-16 { gap: 16px; }

/* ── JS INTERACTIONS ────────────────────────────────────────── */
header.scrolled .navbar { padding: 8px 0; }
