:root {
  --teal: #0d4d4b;
  --teal-dark: #083d3b;
  --gold: #c8a45a;
  --gold-soft: #f3e7c7;
  --ivory: #f7f4ef;
  --neutral: #ede7dc;
  --charcoal: #333333;
  --muted: #625f58;
  --line: #d8d1c4;
  --white: #ffffff;
  --brand-shadow: 0 12px 30px rgba(13, 77, 75, 0.08);
  --brand-font: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: var(--ivory);
  color: var(--charcoal);
  font-family: "Be Vietnam Pro", Arial, Helvetica, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo-main,
.brand,
.brand-mini,
.section-header h2 {
  font-family: "Be Vietnam Pro", Arial, Helvetica, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
}

.header,
.site-header,
.topbar {
  background: rgba(247, 244, 239, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.nav-links,
.nav,
.top-nav,
.footer-links,
.footer-bottom p {
  flex-wrap: wrap;
}

.btn,
.button,
.print-btn,
.print-button,
.reset-btn,
.nav-cta {
  border-radius: 8px;
  font-family: var(--brand-font);
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
}

.btn-primary,
.button.primary {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
  box-shadow: 0 8px 18px rgba(13, 77, 75, 0.16);
}

.btn-primary:hover,
.button.primary:hover {
  background: var(--teal-dark);
  color: var(--white);
}

.btn-secondary,
.button.secondary {
  background: var(--white);
  border-color: var(--teal);
  color: var(--teal);
}

.btn-soft,
.button.soft {
  background: var(--gold-soft);
  border-color: rgba(200, 164, 90, 0.55);
  color: var(--teal-dark);
}

.card,
.service-card,
.product-card,
.topic-card,
.pathway-card,
.guide-card,
.panel,
.notice,
.vendor-card,
.resource-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--brand-shadow);
}

.badge,
.pill,
.tag,
.check-counter {
  border-radius: 999px;
  letter-spacing: 0;
}

.hero img,
.hero-image img,
.hero-media img,
.panel-media img {
  border-radius: 16px;
  object-fit: cover;
}

.footer,
.site-footer {
  background: var(--teal-dark);
}

.footer-boundary {
  opacity: 0.82;
}

.table-wrap,
.pricing-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
}

@media (min-width: 768px) {
  .product-grid,
  .pricing-grid,
  .ladder-grid,
  .cards-grid,
  .audience-grid,
  .benefits-grid,
  .private-hub-grid,
  .addons-grid,
  .scenarios-grid,
  .pathway-grid,
  .topic-grid {
    max-width: 1120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ladder-grid {
    grid-template-columns: repeat(2, minmax(280px, 420px)) !important;
    justify-content: center !important;
  }

  .ladder-group-label,
  .ladder-card-wide,
  .ladder-support-image {
    grid-column: 1 / -1 !important;
  }

  .ladder-card-wide,
  .ladder-support-image,
  .wide-card,
  .destination-card,
  .deeper-support,
  .guide-banner,
  .info-panel,
  .boundary-box,
  .contact-card {
    max-width: 1120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ladder-support-image {
    width: 100% !important;
    max-width: 860px !important;
  }

  .pricing-grid {
    justify-content: center !important;
  }

  .pricing-grid:has(.price-card:nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(280px, 420px)) !important;
  }

  .pricing-grid:has(.price-card:nth-child(3):last-child) {
    grid-template-columns: repeat(3, minmax(260px, 1fr)) !important;
  }

  .audience-grid {
    justify-content: center !important;
  }

  .final-cta .container {
    max-width: 960px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

@media (max-width: 720px) {
  .container,
  .topbar-inner,
  .hero-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .nav,
  .nav-links,
  .top-nav,
  .actions,
  .hero-actions,
  .cta-actions,
  .button-group,
  .footer-links {
    gap: 10px;
  }

  .btn,
  .button,
  .nav-cta {
    width: 100%;
    justify-content: center;
  }

  .nav-actions,
  .hero-actions,
  .cta-actions,
  .button-group,
  .pricing-grid,
  .product-grid,
  .ladder-grid,
  .audience-grid {
    width: 100%;
    justify-content: stretch !important;
    grid-template-columns: 1fr !important;
  }

  .card,
  .service-card,
  .product-card,
  .topic-card,
  .pathway-card,
  .guide-card,
  .notice,
  .vendor-card,
  .resource-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }
}

@media (max-width: 430px) {
  .container,
  .topbar-inner,
  .hero-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-bottom,
  .footer-bottom p {
    justify-content: flex-start;
    text-align: left;
  }
}

/* Reusable Share Block Component (Z Travel CTA-style) */
.zt-share-panel {
  margin: 40px 0;
}
.zt-share-panel-inner {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 32px 24px;
  margin: 0 auto;
  width: min(680px, calc(100% - 40px));
  max-width: 680px;
  box-sizing: border-box;
  box-shadow: var(--brand-shadow);
  text-align: center;
}
.zt-share-panel-inner > div {
  margin-bottom: 20px;
}
.zt-share-panel-inner > div:last-child {
  margin-bottom: 0;
}
.zt-share-panel .eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.zt-share-panel h2 {
  font-family: var(--brand-font);
  font-size: 19px;
  font-weight: 700;
  color: var(--teal);
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.35;
}
.zt-share-panel p {
  font-size: 14px;
  color: var(--charcoal);
  margin: 0;
  line-height: 1.6;
}
.zt-share-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.zt-share-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  padding: 12px 20px;
  font-size: 14.5px;
  font-weight: 600;
  min-height: 48px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 8px;
  transition: var(--transition);
}
.zt-share-actions .btn-outline {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--charcoal);
}
.zt-share-actions .btn-outline:hover {
  background: var(--teal-light);
  border-color: var(--teal);
  color: var(--teal-dark);
}
.zt-share-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

@media (max-width: 560px) {
  .zt-share-panel-inner {
    width: calc(100% - 32px);
    padding: 28px 18px;
  }

  .zt-share-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .zt-share-actions .btn {
    width: 100%;
  }
}
