/* Mobile browsers: remove default tap flash on interactive elements. */
* {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

.ad-destination-content {
  box-sizing: border-box;
  max-width: 1040px;
  margin: 0 auto;
  padding: 32px 20px 48px;
  color: #162033;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.55;
}

.ad-destination-content * {
  box-sizing: border-box;
}

.ad-destination-content h1,
.ad-destination-content h2,
.ad-destination-content h3,
.ad-destination-content p {
  margin-top: 0;
}

.ad-destination-content h1 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
}

.ad-destination-content h2 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.ad-destination-content h3 {
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.ad-destination-content a {
  color: #2457d6;
  font-weight: 700;
}

.ad-destination-content section,
.ad-destination-disclosure {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid #dde5f3;
  border-radius: 18px;
  background: #ffffff;
}

.ad-destination-hero {
  padding: 28px;
  background: linear-gradient(135deg, #eff5ff, #ffffff);
}

.ad-destination-eyebrow {
  margin-bottom: 8px;
  color: #2457d6;
  font-weight: 800;
}

.ad-destination-hero a {
  display: inline-block;
  margin: 8px 12px 0 0;
}

.ad-destination-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.ad-destination-plans article {
  padding: 16px;
  border-radius: 14px;
  background: #f7f9fd;
}

.ad-destination-disclosure {
  color: #526070;
  font-size: 0.92rem;
}

@media (max-width: 720px) {
  .ad-destination-plans {
    grid-template-columns: 1fr;
  }
}
