/* ===== Meet-From Programmatic Page ===== */

.share-divider {
  display: none;
}
.meet-from-page {
  align-content: baseline;
  padding-top: 0px;
}
.meet-from-hero {
  background: #0b5259;
  color: #ffffff;
  padding: 0 1rem 2.5rem;
  text-align: center;
  padding-top: 50px;
  width: 100vw;
}
.meet-from-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}
.meet-from-hero .origin-pair {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}
.meet-from-hero .origin-pair .meet-icon {
  font-size: 1.1rem;
  opacity: 0.85;
}
.meet-from-hero p {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 0.95rem;
  max-width: 36rem;
  margin: 10px auto;
  opacity: 0.92;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h2 {
  font-size: 1.4em;
}

.meet-from-cta {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.75rem 1.75rem;
  background: white;
  color: #0b5259;
  font-weight: 700;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 3px 3px var(--backgroundSecondary);
  font-size: 0.95rem;
  opacity: 1;
}
.meet-from-cta:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px #073d42;
}

.meet-from-section {
  padding: 1.5rem 1rem;
  max-width: 1200px;
}
.meet-from-section h2 {
  font-family: "Playfair Display", serif;
  color: #0b5259;
  font-size: 1.2rem;
  margin: 0 0 0.25rem;
}
.meet-from-section .section-sub {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  color: #2e2e2e;
  font-size: 0.85rem;
  opacity: 0.75;
  margin: 0 0 1rem;
}

/* Destination cards */
.destinations-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.destination-card {
  background: #ffefda;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(11, 82, 89, 0.12);
  border: 2px solid #ffca9c;
  display: flex;
  flex-direction: column;
}
.destination-card .card-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.destination-card.featured .card-image {
  height: 300px;
}
.destination-card .card-body {
  padding: 0.9rem 1rem 1.1rem;
}
.destination-card .card-rank {
  display: inline-block;
  background: #0b5259;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  margin-bottom: 0.4rem;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}
.destination-card h3 {
  font-family: "Playfair Display", serif;
  color: #0b5259;
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.destination-card h3 .flag-icon {
  width: 1.3rem;
  height: 1rem;
  flex-shrink: 0;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(11, 82, 89, 0.15);
}
.card-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.4rem;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 0.78rem;
  color: #0b5259;
  display: none;
}
.card-meta-row span {
  background: #ffca9c;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
}
.card-options {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 0.85rem;
  color: #2e2e2e;
  opacity: 0.85;
}
.destination-card .card-cta {
  display: inline-block;
  margin-top: 0.75rem;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0b5259;
  text-decoration: underline;
}

/* Inline CTA inserted between destination cards */
.inline-cta-wrap {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding: 0.25rem 0;
}
.inline-cta-wrap .meet-from-cta {
  margin-top: 0;
}

/* Funnel explainer */
.funnel-explainer {
  background: #ffefda;
  padding: 1.5rem 1rem;
  text-align: center;
  border-radius: 8px;
}
.funnel-explainer h2 {
  font-family: "Playfair Display", serif;
  color: #0b5259;
  font-size: 1.15rem;
  margin: 0 0 0.6rem;
}
.funnel-explainer p {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  color: #2e2e2e;
  font-size: 0.9rem;
  max-width: 34rem;
  margin: 0 auto 1rem;
  line-height: 1.5;
}
.funnel-explainer .search-hint {
  margin-top: 11px;
  font-size: 0.7rem;
  color: var(--fff-teal);
  text-align: center;
  opacity: 0.7;
}
/* FAQ */
.meet-from-faq {
  padding: 1.5rem 1rem 2rem;
}
.meet-from-faq h2 {
  font-family: "Playfair Display", serif;
  color: #0b5259;
  font-size: 1.15rem;
  margin: 0 0 1rem;
}
.faq-item {
  margin-bottom: 0.9rem;
}
.faq-item h3 {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 0.95rem;
  color: #0b5259;
  margin: 0 0 0.3rem;
}
.faq-item p {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 0.88rem;
  color: #2e2e2e;
  line-height: 1.5;
  margin: 0;
}

.card-options .origin-time strong {
  color: #0b5259;
  font-weight: 700;
}

.time-chip {
  /*! background: #fff; */
  color: #0b5259;
  font-weight: 600;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  font-size: 0.78rem;
}

.card-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 1rem;
}
.origin-time strong {
  color: #0b5259;
}

/* ===== Radar comparison chart ===== */
.card-radar-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0 0.2rem;
}
.meet-from-radar {
  width: 100%;
  height: 160px;
  max-width: 100%;
  margin: 5px;
}
.radar-grid {
  fill: none;
  stroke: #0b5259;
  stroke-opacity: 0.12;
  stroke-width: 1;
}
.radar-axis {
  stroke: #0b5259;
  stroke-opacity: 0.18;
  stroke-width: 1;
}
.radar-shape {
  fill: #0b5259;
  fill-opacity: 0.22;
  stroke: #0b5259;
  stroke-width: 1.5;
  stroke-linejoin: round;
}
.radar-label {
  fill: #0b5259;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 8px;
  font-weight: 600;
  opacity: 0.85;
}

/* Banner CSS*/
body {
  justify-content: start;
  padding: 0;
}

.action-bar {
  display: none !important;
}

.sidebar-aligned {
  display: none !important;
}

body {
  padding-top: 0 !important;
  display: block;
}
@media (min-width: 768px) {
  .sidebar-aligned {
    display: flex !important;
  }
  body {
    padding-top: 0 !important;
  }
  .banner-content {
    height: 50px !important;
  }
}

/* Tablet / Desktop */
@media (min-width: 768px) {
  .meet-from-hero h1 {
    font-size: 1.9rem;
  }
  .meet-from-hero {
    padding-top: 10px;
  }

  .destinations-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .share-divider {
    display: block;
    margin-bottom: 12px;
  }

  .title-meet-from-card {
    display: flex;
    flex-direction: row;
    justify-content:;
    align-content: space-between;
    align-items: first baseline;
    justify-content: space-between;
  }

  .card-options {
    width: 50%;
    align-content: end;
    align-items: end;
    justify-content: end;
    display: flex;
    flex-direction: column;
  }
  .destination-card .card-image {
    height: 220px;
  }
}
@media (min-width: 1280px) {
  .meet-from-hero h1 {
    font-size: 2.4rem;
  }

  .destinations-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
