:root {
  --premium-navy: #052d55;
  --premium-blue: #0877bd;
  --premium-sky: #eaf5fb;
  --premium-gold: #f5b52f;
  --premium-red: #df2638;
  --premium-ink: #0b2948;
}

main.premium-page {
  padding: 0;
  overflow: hidden;
  color: var(--premium-ink);
  background: #fff;
}

.premium-page h1,
.premium-page h2,
.premium-page h3,
.premium-page p {
  margin-top: 0;
}

.premium-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.premium-hero {
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--premium-navy);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.premium-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 34, 67, .96) 0%, rgba(3, 34, 67, .86) 36%, rgba(3, 34, 67, .18) 74%, rgba(3, 34, 67, .05) 100%);
}

.premium-hero__wave {
  position: absolute;
  right: -8%;
  bottom: -55px;
  width: 68%;
  height: 150px;
  transform: rotate(-3deg);
  background: #fff;
  clip-path: polygon(0 58%, 100% 5%, 100% 100%, 0 100%);
}

.premium-hero__content {
  position: relative;
  z-index: 1;
  padding: 6rem 0 8rem;
}

.premium-kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .55rem 1rem;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.premium-kicker i { color: var(--premium-gold); }

.premium-hero h1 {
  max-width: 720px;
  margin: 1.5rem 0 1rem;
  font-size: clamp(4.5rem, 9vw, 8.8rem);
  font-weight: 950;
  line-height: .75;
  letter-spacing: -.055em;
  text-transform: uppercase;
  text-shadow: 0 8px 30px rgba(0, 0, 0, .22);
}

.premium-hero h1 span {
  display: block;
  margin-top: 1.2rem;
  color: var(--premium-gold);
  font-size: clamp(1.65rem, 3.8vw, 3.25rem);
  line-height: .95;
  letter-spacing: -.02em;
}

.premium-hero__content > p {
  max-width: 520px;
  margin-bottom: 2rem;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 600;
}

.premium-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.5rem;
  border-radius: 6px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .035em;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.premium-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(4, 39, 73, .2);
}

.premium-button--gold { background: var(--premium-gold); color: var(--premium-navy); }
.premium-button--gold:hover { background: #ffc64a; color: var(--premium-navy); }
.premium-button--light { background: #fff; color: var(--premium-navy); }
.premium-button--light:hover { color: var(--premium-navy); }

.premium-intro {
  padding: 3rem 0 4.5rem;
  text-align: center;
}

.premium-eyebrow {
  display: block;
  margin-bottom: .75rem;
  color: var(--premium-blue);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.premium-intro h2,
.premium-experiences h2,
.premium-cta h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.premium-intro p {
  max-width: 720px;
  margin: 0 auto;
  color: #547088;
  font-size: 1.1rem;
  line-height: 1.7;
}

.premium-intro h2 {
  letter-spacing: normal;
}

.premium-offer {
  padding: 4.5rem 0 5rem;
  background: linear-gradient(180deg, #f1f8fc 0%, #fff 100%);
}

.premium-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 2rem;
  align-items: start;
}

.premium-card {
  overflow: hidden;
  border: 1px solid #c9dce8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(5, 45, 85, .1);
}

.premium-card__heading {
  padding: 1.5rem 1.75rem;
  color: #fff;
  background: linear-gradient(135deg, var(--premium-blue), var(--premium-navy));
}

.premium-card__heading span {
  color: var(--premium-gold);
  font-size: .77rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.premium-card__heading h2 {
  margin: .25rem 0 .4rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.premium-card__heading p { margin-bottom: 0; color: rgba(255, 255, 255, .82); }

.premium-price-list {
  margin: 0;
  padding: 1.25rem 1.5rem .75rem;
  list-style: none;
}

.premium-price-list li {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-height: 38px;
  border-bottom: 1px solid #edf2f5;
  font-size: .94rem;
}

.premium-price-list__icon {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--premium-navy);
  color: #fff;
  font-size: .76rem;
}

.premium-price-list__label { font-weight: 600; }
.premium-price-list__dots { flex: 1; border-bottom: 1px dotted #7f94a6; transform: translateY(4px); }
.premium-price-list strong { white-space: nowrap; }

.premium-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: .25rem 1rem 1rem;
  padding: .8rem 1rem;
  border-radius: 8px;
  background: var(--premium-gold);
  color: var(--premium-navy);
  font-weight: 900;
  text-transform: uppercase;
}

.premium-total strong { font-size: 1.45rem; }

.premium-brush-title {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  margin: .25rem 0 1.2rem;
  padding: .75rem 2rem .8rem 1.5rem;
  color: #fff;
  background: var(--premium-navy);
  clip-path: polygon(1% 10%, 98% 0, 94% 92%, 3% 100%);
  text-transform: uppercase;
}

.premium-brush-title span { font-size: clamp(1.35rem, 3vw, 2rem); font-weight: 900; }
.premium-brush-title strong { color: var(--premium-gold); font-size: 1rem; }

.premium-extras { display: grid; gap: .35rem; }

.premium-extra {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1rem;
  align-items: center;
  padding: .8rem 0;
  border-bottom: 1px solid #ccdae3;
}

.premium-extra__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--premium-blue), var(--premium-navy));
  color: #fff;
  font-size: 1.7rem;
  box-shadow: 0 7px 18px rgba(5, 45, 85, .16);
}

.premium-extra__icon--whatsapp { background: #25a749; }
.premium-extra h3 { margin-bottom: .15rem; font-size: 1rem; font-weight: 900; }
.premium-extra p { margin-bottom: 0; color: #536d83; font-size: .94rem; line-height: 1.35; }

.premium-benefits {
  position: relative;
  margin-top: 1.5rem;
  padding: 1.5rem 9.5rem 1.5rem 1.5rem;
  border-radius: 16px;
  background: #dcecf6;
}

.premium-benefits h3 { margin-bottom: .9rem; font-size: 1rem; font-weight: 900; text-transform: uppercase; }
.premium-benefits ul { margin: 0; padding: 0; list-style: none; }
.premium-benefits li { display: flex; gap: .6rem; margin-bottom: .45rem; font-size: .83rem; }
.premium-benefits li i {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--premium-blue);
  color: #fff;
  font-size: .65rem;
}

.premium-seal {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 118px;
  height: 118px;
  transform: translateY(-50%) rotate(-5deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px double var(--premium-blue);
  border-radius: 50%;
  color: var(--premium-navy);
  font-size: .65rem;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.premium-seal strong { color: var(--premium-blue); font-size: .85rem; }
.premium-seal i { margin-top: .25rem; color: var(--premium-blue); font-size: 1rem; }

.premium-deal {
  position: relative;
  margin-top: 3rem;
  padding: 2.2rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
  border-radius: 16px;
  background: var(--premium-navy);
  color: #fff;
  box-shadow: 0 20px 50px rgba(5, 45, 85, .2);
}

.premium-deal::before {
  content: '';
  position: absolute;
  inset: -60% 65% -60% -10%;
  transform: rotate(-10deg);
  background: var(--premium-blue);
}

.premium-deal > * { position: relative; z-index: 1; }
.premium-deal__label { max-width: 145px; color: var(--premium-gold); font-weight: 900; line-height: 1.1; text-transform: uppercase; }
.premium-deal__price-wrap { display: flex; flex-direction: column; gap: .45rem; }
.premium-deal__price { font-size: clamp(3.1rem, 7vw, 5.7rem); font-weight: 950; line-height: .9; letter-spacing: -.055em; white-space: nowrap; }
.premium-deal__price small { font-size: .32em; text-transform: uppercase; }
.premium-deal__fees { font-size: .82rem; font-weight: 700; line-height: 1.25; }
.premium-deal > strong { padding: .45rem .8rem; transform: rotate(-2deg); background: var(--premium-red); font-size: 1rem; text-transform: uppercase; white-space: nowrap; }
.premium-deal .premium-button { margin-left: auto; white-space: nowrap; }

.premium-experiences { padding: 5.5rem 0; text-align: center; }
.premium-experiences h2 { margin-bottom: 2.5rem; }

.premium-experience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: left;
}

.premium-experience {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(5, 45, 85, .12);
}

.premium-experience img { width: 100%; height: 165px; display: block; object-fit: cover; }
.premium-experience__body { display: flex; gap: .8rem; align-items: center; padding: 1rem; }
.premium-experience__body > span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--premium-navy);
  color: #fff;
}
.premium-experience h3 { margin-bottom: .1rem; font-size: .82rem; font-weight: 900; }
.premium-experience p { margin-bottom: 0; color: #668095; font-size: .75rem; text-transform: uppercase; }

.premium-cta { padding: 5.5rem 0; background: var(--premium-navy); color: #fff; }
.premium-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.premium-cta .premium-eyebrow { color: var(--premium-gold); }
.premium-cta h2 { margin-bottom: 0; color: #fff; font-size: clamp(2rem, 4.4vw, 4rem); }
.premium-cta .premium-button { flex: 0 0 auto; }
.premium-cta__action { display: flex; flex: 0 0 auto; flex-direction: column; gap: .65rem; text-align: center; }
.premium-cta__action small { color: rgba(255, 255, 255, .78); font-size: .75rem; font-weight: 600; }

@media screen and (max-width: 900px) {
  .premium-hero { min-height: 570px; background-position: 62% center; }
  .premium-hero__overlay { background: linear-gradient(90deg, rgba(3, 34, 67, .94), rgba(3, 34, 67, .7) 62%, rgba(3, 34, 67, .25)); }
  .premium-grid { grid-template-columns: 1fr; }
  .premium-extras-column { padding-top: 1rem; }
  .premium-deal { flex-wrap: wrap; justify-content: center; text-align: center; }
  .premium-deal::before { inset: -60% 45% -60% -20%; }
  .premium-deal .premium-button { width: 100%; margin-left: 0; }
  .premium-experience-grid { grid-template-columns: repeat(2, 1fr); }
  .premium-cta__inner { flex-direction: column; align-items: flex-start; }
}

@media screen and (max-width: 600px) {
  .premium-shell { width: min(100% - 1.25rem, 1180px); }
  .premium-hero { min-height: 520px; background-position: 68% center; }
  .premium-hero__overlay { background: rgba(3, 34, 67, .7); }
  .premium-hero__content { padding: 4.5rem 0 7rem; }
  .premium-kicker { font-size: .66rem; }
  .premium-hero h1 { font-size: clamp(3.6rem, 19vw, 5rem); }
  .premium-intro { padding: 2rem 0 3.5rem; }
  .premium-offer { padding: 3.5rem 0; }
  .premium-card__heading { padding: 1.25rem; }
  .premium-price-list { padding: 1rem .8rem .5rem; }
  .premium-price-list li { gap: .45rem; font-size: .78rem; }
  .premium-price-list__icon { width: 24px; height: 24px; flex-basis: 24px; }
  .premium-price-list__dots { display: none; }
  .premium-price-list__label { flex: 1; }
  .premium-benefits { padding: 1.25rem; }
  .premium-seal { position: static; margin: 1.2rem auto 0; transform: rotate(-5deg); }
  .premium-deal { padding: 1.6rem 1rem; gap: 1rem; }
  .premium-deal::before { display: none; }
  .premium-deal__label { max-width: none; width: 100%; }
  .premium-deal__price-wrap { width: 100%; }
  .premium-deal__price { width: 100%; }
  .premium-deal > strong { white-space: normal; }
  .premium-experiences { padding: 4rem 0; }
  .premium-experience-grid { grid-template-columns: 1fr; }
  .premium-experience img { height: 190px; }
  .premium-cta { padding: 4rem 0; }
  .premium-cta__action { width: 100%; }
  .premium-cta .premium-button { width: 100%; }
}
