.prices-page { background: white; }
.prices-hero { position: relative; min-height: 430px; display: grid; align-items: center; overflow: hidden; color: white; background: var(--blue-dark); isolation: isolate; }
.prices-hero__photo { position: absolute; inset: 0; z-index: -2; background: url("assets/images/hg2.jpg") center / cover no-repeat; }
.prices-hero__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5, 25, 63, .91), rgba(5, 38, 95, .62) 55%, rgba(5, 38, 95, .14)); }
.prices-hero__content { padding: 70px 0; }
.prices-hero h1 { max-width: 720px; margin: 0 0 16px; font-size: clamp(3rem, 6vw, 4.8rem); line-height: 1; letter-spacing: -.035em; }
.prices-hero p { max-width: 610px; margin: 0; color: #eef4ff; font-size: 1.05rem; }
.prices-hero .button { margin-top: 26px; }

.price-overview { background: white; }
.price-overview .section-heading--center > p { max-width: 620px; margin-inline: auto; }
.price-photo-strip { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 14px; margin: 0 0 38px; }
.price-photo { position: relative; height: 210px; margin: 0; overflow: hidden; border-radius: 12px; }
.price-photo img { width: 100%; height: 100%; object-fit: cover; }
.price-photo figcaption { position: absolute; left: 12px; bottom: 12px; padding: 6px 9px; color: var(--blue-dark); background: var(--yellow); border-radius: 5px; font-size: .7rem; font-weight: 800; }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.price-card { position: relative; padding: 24px; background: white; border: 1px solid var(--border); border-top: 5px solid var(--yellow); border-radius: var(--radius); }
.price-card--featured { color: white; background: var(--blue); border-color: var(--blue); }
.price-card--soft { background: var(--yellow-light); }
.price-card__icon { display: grid; place-items: center; width: 38px; height: 38px; color: white; background: var(--blue); border-radius: 7px; font-weight: 800; }
.price-card--featured .price-card__icon { color: var(--blue-dark); background: var(--yellow); }
.price-card__label { margin: 18px 0 3px; color: var(--blue); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.price-card--featured .price-card__label { color: var(--yellow); }
.price-card h3 { margin: 0 0 7px; font-size: 1.25rem; }
.price-card > p:not(.price-card__label) { min-height: 46px; margin: 0; color: var(--muted); font-size: .8rem; }
.price-card--featured > p:not(.price-card__label) { color: #dce7fa; }
.price-card > strong { display: block; margin-top: 17px; color: var(--blue); font-size: 1.8rem; }
.price-card--featured > strong { color: var(--yellow); }
.price-card__ribbon { position: absolute; top: 17px; right: 17px; color: var(--yellow); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.discount-note { display: flex; gap: 12px; max-width: 850px; margin: 28px auto 0; padding: 18px; background: var(--yellow-light); border: 1px solid #f0dd87; border-radius: 10px; }
.discount-note > span { display: grid; place-items: center; width: 26px; height: 26px; flex: 0 0 auto; color: white; background: var(--blue); border-radius: 50%; font-weight: 800; }
.discount-note strong { color: var(--blue-dark); }
.discount-note p { margin: 2px 0 0; color: var(--muted); font-size: .84rem; }

.happy-hour { color: var(--text); background: var(--yellow); }
.happy-hour__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; align-items: start; }
.happy-hour h2, .extras h2, .prices-cta h2 { margin: 0 0 16px; color: var(--blue-dark); font-size: clamp(2.3rem, 4vw, 3.6rem); line-height: 1.05; }
.happy-hour__intro > p { color: #35425a; }
.happy-hour__notice { display: grid; gap: 3px; margin-top: 22px; padding: 14px; background: rgba(255, 255, 255, .55); border: 1px solid rgba(5, 38, 95, .15); border-radius: 8px; color: #35425a; font-size: .78rem; }
.happy-hour__notice strong { color: var(--blue-dark); }
.happy-hour__cards { display: grid; gap: 10px; }
.happy-hour__cards article { display: grid; grid-template-columns: 1.2fr .8fr 1.2fr auto; gap: 16px; align-items: center; padding: 18px; color: white; background: var(--blue); border-radius: 9px; }
.happy-hour__cards span { color: var(--yellow); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.happy-hour__cards h3 { margin: 0; font-size: 1rem; }
.happy-hour__cards p { margin: 0; color: #dce7fa; font-size: .78rem; }
.happy-hour__cards strong { color: var(--yellow); font-size: 1.3rem; white-space: nowrap; }

.extras { background: white; }
.extras__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.extras__card, .action-days { padding: 34px; border-radius: var(--radius); }
.extras__card { border: 1px solid var(--border); }
.extras__card > p { color: var(--muted); }
.chip-list { display: grid; margin-top: 24px; }
.chip-list div { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-top: 1px solid var(--border); }
.chip-list strong { color: var(--blue); }
.chip-list small { color: var(--muted); font-size: .68rem; }
.action-days { color: white; background: var(--blue-dark); }
.action-days h2 { color: white; }
.action-days > p { color: #dce7fa; }
.action-days ul { display: grid; gap: 0; padding: 0; margin: 24px 0 14px; list-style: none; }
.action-days li { display: grid; grid-template-columns: 95px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .17); }
.action-days li strong { color: var(--yellow); }
.action-days li small, .action-days__footnote { color: #c8d7ee; }
.action-days__footnote { font-size: .72rem; line-height: 1.45; }

.rules { background: var(--yellow-light); }
.rules__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.rules__grid article { padding: 24px; background: white; border: 1px solid var(--border); border-radius: 10px; }
.rules__grid article > span { color: var(--blue); font-size: .68rem; font-weight: 800; }
.rules__grid h3 { margin: 8px 0 7px; color: var(--blue-dark); font-size: 1.08rem; }
.rules__grid p { margin: 0; color: var(--muted); font-size: .82rem; }

.prices-cta { padding: 55px 0; color: white; background: var(--blue-dark); }
.prices-cta__content { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.prices-cta h2 { margin: 0; color: white; }

@media (max-width: 960px) {
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .happy-hour__layout { grid-template-columns: 1fr; gap: 32px; }
  .extras__grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .prices-hero { min-height: 390px; }
  .prices-hero__content { padding: 55px 0; }
  .price-photo-strip, .price-grid, .rules__grid { grid-template-columns: 1fr; }
  .price-photo { height: 220px; }
  .happy-hour__cards article { grid-template-columns: 1fr auto; gap: 5px 12px; }
  .happy-hour__cards article span, .happy-hour__cards article p { grid-column: 1 / -1; }
  .extras__card, .action-days { padding: 25px 20px; }
  .prices-cta__content { display: grid; }
  .prices-cta .button { justify-self: start; }
}
