/* ── Annual Pass page — /tickets/annual-pass ─────────────────── */

.ap-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .ap-hero { min-height: 680px; }
}

.ap-hero-media {
  position: absolute;
  inset: 0;
}

.ap-hero-media img,
.ap-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ap-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0.35) 100%);
}

.ap-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  padding: 48px 32px 64px;
}

.ap-hero-copy {
  max-width: 640px;
  color: #fff;
}

.ap-hero-copy h1 {
  margin: 0 0 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.ap-hero-copy h1 .ap-accent {
  color: #f7be1d;
}

.ap-hero-copy p {
  margin: 0 0 24px;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.6;
  opacity: 0.95;
  text-wrap: pretty;
}

.ap-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 999px;
  background: #00666d;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 200ms ease, transform 150ms ease;
}

.ap-hero-btn:hover {
  background: #004f55;
}

.ap-pass-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 32px;
}

.ap-pass-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 72px;
}

@media (min-width: 900px) {
  .ap-pass-row {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .ap-pass-row.is-reverse .ap-pass-copy {
    order: 2;
  }

  .ap-pass-row.is-reverse .ap-pass-visual {
    order: 1;
  }
}

.ap-pass-copy h2 {
  margin: 0 0 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #00666d;
}

.ap-pass-copy .ap-pass-lead {
  margin: 0 0 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #3e494a;
}

.ap-pass-benefits {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ap-pass-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.45;
  color: #191c1e;
}

.ap-trident-img {
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

.ap-trident-img--table {
  margin: 0 auto;
  width: 52px;
  height: 52px;
}

.ap-compare-section {
  background: transparent;
  padding: 56px 32px 80px;
}

.ap-compare-inner {
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: auto;
}

.ap-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: transparent;
}

.ap-compare-table th,
.ap-compare-table td {
  padding: 26px 32px;
  text-align: center;
  border-bottom: 1px solid #dce8ea;
  font-size: 17px;
  vertical-align: middle;
}

.ap-compare-table thead th {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #00666d;
  background: transparent;
  padding-top: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #dce8ea;
}

.ap-compare-table-spacer {
  width: 46%;
}

.ap-compare-table th:not(:first-child),
.ap-compare-table td:not(:first-child) {
  width: 18%;
}

.ap-compare-table td:first-child {
  text-align: left;
  font-weight: 400;
  font-size: 17px;
  color: #191c1e;
}

.ap-compare-table tbody tr:nth-child(odd) td {
  background: #eef7f9;
}

.ap-compare-table tbody tr:nth-child(even) td {
  background: transparent;
}

.ap-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.ap-compare-table .ap-dash {
  color: #b8c4c8;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

@media (min-width: 1024px) {
  .ap-compare-section {
    padding: 64px 48px 96px;
  }

  .ap-compare-table th,
  .ap-compare-table td {
    padding: 30px 40px;
    font-size: 18px;
  }

  .ap-compare-table thead th {
    font-size: 22px;
    padding-bottom: 28px;
  }

  .ap-compare-table td:first-child {
    font-size: 18px;
  }

  .ap-trident-img--table {
    width: 56px;
    height: 56px;
  }
}

.ap-pass-price {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 700;
  color: #191c1e;
}

.ap-pass-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 28px;
  border-radius: 8px;
  background: #00666d;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 200ms ease;
}

.ap-pass-buy:hover {
  background: #004f55;
}

.ap-pass-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ap-pass-card {
  width: min(100%, 420px);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(0, 40, 45, 0.15);
}

.ap-pass-card video,
.ap-pass-card img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
