/* .guide-page .quick-answer-copy,
.guide-page .hotel-copy,
.guide-page .enquiry-copy {
  align-items: flex-start;
  text-align: left;
} */

.guide-page .quick-answer-layout,
.guide-page .hotel-layout,
.guide-page,
.guide-page .cta-box {
  align-items: center;
}

.guide-page .quick-answer-visual,
.guide-page .section-image-card,
.guide-page .cta-visual {
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-soft);
}

.guide-page .quick-answer-visual img,
.guide-page .section-image-card img,
.guide-page .cta-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-page .hero-center-stack {
  padding-inline: 0.75rem;
}

.guide-page .card-grid,
.guide-page .image-card-grid,
.guide-page .faq-grid-compact,
.guide-page .comparison-grid,
.guide-page .hub-grid {
  display: grid;
  gap: 1.35rem;
}

.guide-page .card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-page .image-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-page .hub-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-page .comparison-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-page .faq-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-page .content-card,
.guide-page .hotel-spotlight,
.guide-page .comparison-card,
.guide-page .faq-card,
.guide-page .hub-card,
.guide-page .timeline-card,
.guide-page .section-image-card,
.guide-page .mini-stat-card,
.guide-page .checklist-card {
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-card);
}

.guide-page .content-card,
.guide-page .comparison-card,
.guide-page .hub-card,
.guide-page .timeline-card,
.guide-page .mini-stat-card,
.guide-page .checklist-card {
  padding: 1.5rem;
}

.guide-page .hotel-spotlight,
.guide-page .section-image-card {
  overflow: hidden;
}

.guide-page .hotel-spotlight img,
.guide-page .section-image-card img {
  aspect-ratio: 1.2 / 0.9;
}

.guide-page .hotel-spotlight-body,
.guide-page .section-image-body {
  padding: 1.35rem;
}

.guide-page .content-card h3,
.guide-page .hotel-spotlight h3,
.guide-page .comparison-card h3,
.guide-page .faq-card h3,
.guide-page .hub-card h3,
.guide-page .timeline-card h3,
.guide-page .section-image-body h3,
.guide-page .mini-stat-card h3,
.guide-page .checklist-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
}

.guide-page .content-card p,
.guide-page .hotel-spotlight p,
.guide-page .comparison-card p,
.guide-page .faq-card p,
.guide-page .hub-card p,
.guide-page .timeline-card p,
.guide-page .section-image-body p,
.guide-page .mini-stat-card p,
.guide-page .checklist-card p,
.guide-page .split-copy p,
.guide-page .list-points li,
.guide-page .comparison-list li {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.guide-page .list-points,
.guide-page .comparison-list,
.guide-page .plain-list {
  display: grid;
  gap: 0.9rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.guide-page .list-points li,
.guide-page .comparison-list li,
.guide-page .plain-list li {
  position: relative;
  padding-left: 1.2rem;
}

.guide-page .list-points li::before,
.guide-page .comparison-list li::before,
.guide-page .plain-list li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-accent);
}

.guide-page .split-section,
.guide-page .map-section,
.guide-page .strategy-section,
.guide-page .types-section,
.guide-page .itinerary-section,
.guide-page .trust-section,
.guide-page .ticket-section,
.guide-page .traveller-section,
.guide-page .hotel-hub-section,
.guide-page .comparison-section,
.guide-page .insight-section {
  background: #fff;
}

.guide-page .split-layout{
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 2rem;
  align-items: center;
}

.guide-page .split-copy h2,
.guide-page .cta-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

/* .guide-page .split-copy .eyebrow,
.guide-page .cta-copy .eyebrow {
  justify-content: flex-start;
} */

.guide-page .section-image-card {
  position: relative;
}

.guide-page .section-image-badge {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(7, 17, 35, 0.72);
  color: #fff;
  backdrop-filter: blur(10px);
}

.guide-page .section-image-badge strong,
.guide-page .section-image-badge span {
  display: block;
}

.guide-page .mini-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}

.guide-page .mini-stat-card strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 2rem;
  line-height: 1;
  color: var(--color-primary);
}

.guide-page .tag {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  background: #2e5eaa;
  color: white;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-page .hub-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.guide-page .hub-card-top span {
  color: var(--color-primary);
  font-weight: 700;
}

.guide-page .hub-card img {
  width: 100%;
  aspect-ratio: 1.35 / 0.8;
  border-radius: 18px;
  object-fit: cover;
  margin-bottom: 1rem;
}

.guide-page .comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 18px;
}

.guide-page .comparison-table th,
.guide-page .comparison-table td {
  padding: 0.9rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(31, 42, 68, 0.08);
}

.guide-page .comparison-table th {
  background: #f2f6ff;
  color: var(--color-primary);
  font-size: 0.9rem;
}

.guide-page .comparison-card .comparison-list {
  margin-top: 0;
}

.guide-page .timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.guide-page .timeline-card img {
  width: 100%;
  aspect-ratio: 1.2 / 0.82;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 1rem;
}

.guide-page .insight-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 28px;
  background: linear-gradient(135deg, #0f2142 0%, #1c3f77 100%);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.guide-page .insight-band img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 22px;
}

.guide-page .insight-band h2,
.guide-page .insight-band h3,
.guide-page .insight-band p,
.guide-page .insight-band li {
  color: #fff;
}

.guide-page .insight-band .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.guide-page .checklist-card {
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.guide-page .checklist-card .plain-list li::before {
  background: #fff;
}

.guide-page .contact-strip {
  margin-top: 1.4rem;
}

.guide-page .cta-section{
  padding: 1.4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 244, 255, 0.96));
}

.cta-box{
  background-color: #2e5eaa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.guide-page .cta-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
}

.guide-page .cta-visual {
  overflow: hidden;
  border-radius: 24px;
  min-height: 100%;
}

.guide-page .cta-visual img {
  min-height: 300px;
}

.guide-page .faq-card a,
.guide-page .split-copy a,
.guide-page .content-card a,
.guide-page .hotel-spotlight a {
  color: var(--color-primary);
  font-weight: 600;
}

@media (max-width: 1100px) {
  .guide-page .card-grid,
  .guide-page .image-card-grid,
  .guide-page .comparison-grid,
  .guide-page .timeline-grid,
  .guide-page .mini-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-page .split-layout,
  .guide-page .cta-layout,
  .guide-page .insight-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .guide-page .quick-answer-copy,
  .guide-page .hotel-copy,
  .guide-page .enquiry-copy {
    align-items: center;
    text-align: center;
  }

  .guide-page .split-copy .eyebrow,
  .guide-page .cta-copy .eyebrow,
  .guide-page .insight-band .eyebrow {
    justify-content: center;
  }

  .guide-page .card-grid,
  .guide-page .image-card-grid,
  .guide-page .comparison-grid,
  .guide-page .faq-grid-compact,
  .guide-page .hub-grid,
  .guide-page .timeline-grid,
  .guide-page .mini-stat-grid {
    grid-template-columns: 1fr;
  }

  .guide-page .content-card,
  .guide-page .hotel-spotlight,
  .guide-page .comparison-card,
  .guide-page .faq-card,
  .guide-page .hub-card,
  .guide-page .timeline-card,
  .guide-page .section-image-card,
  .guide-page .mini-stat-card,
  .guide-page .cta-box,
  .guide-page .checklist-card {
    border-radius: 22px;
  }

  .guide-page .comparison-table {
    display: block;
    overflow-x: auto;
  }

  .guide-page .cta-section .cta-box {
    padding: 1rem;
  }
}
