.page-premium {
  background: #07090d;
  color: #f3f5f7;
}

.page-premium .btn-primary {
  border-color: #e6b83f;
  background: #e6b83f;
  color: #111820;
  box-shadow: none;
}

.page-premium .btn-primary:hover {
  border-color: #f0cb69;
  background: #f0cb69;
  color: #111820;
}

.premium-hero {
  position: relative;
  min-height: min(760px, 88vh);
  overflow: hidden;
  border-bottom: 1px solid #26303a;
  background: #090d12;
}

.premium-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  background: #e6b83f;
}

.premium-hero-pokemon {
  position: absolute;
  right: max(3vw, 28px);
  bottom: -54px;
  width: min(47vw, 610px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, .5));
  opacity: .92;
}

.premium-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: min(760px, 88vh);
  max-width: 1320px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: calc(var(--nav-h) + 58px);
  padding-bottom: 72px;
}

.premium-kicker,
.premium-section-head > span {
  margin: 0 0 12px;
  color: #e6b83f;
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.premium-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0;
}

.premium-lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: #c2cbd3;
  font-size: 1.18rem;
  line-height: 1.65;
}

.premium-price-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 28px;
}

.premium-price-line > strong {
  color: #fff;
  font-size: 2.3rem;
  line-height: 1;
}

.premium-price-line > span {
  color: #9ca8b2;
  font-weight: 600;
}

.premium-price-line [data-currency-switcher] {
  margin-left: 8px;
}

.premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.premium-renewal {
  max-width: 650px;
  margin: 14px 0 0;
  color: #8996a1;
  font-size: .83rem;
}

.premium-status {
  display: flex;
  max-width: 650px;
  align-items: flex-start;
  gap: 10px;
  margin-top: 24px;
  padding: 14px 0;
  border-top: 1px solid #2a333d;
  border-bottom: 1px solid #2a333d;
}

.premium-status p { margin: 0; color: #c9d0d6; font-size: .9rem; }
.premium-status-dot { width: 9px; height: 9px; margin-top: 5px; flex: none; border-radius: 50%; background: #e6b83f; }
.premium-status.is-active .premium-status-dot { background: #57d38c; }
.premium-status.is-warning .premium-status-dot { background: #ef8d5b; }
.premium-status.is-error .premium-status-dot { background: #ef6a73; }

.premium-benefits,
.premium-classic,
.premium-terms-band,
.premium-faq {
  padding: 88px 0;
}

.premium-benefits { background: #f1f3f4; color: #111820; }
.premium-section-head { max-width: 820px; margin-bottom: 34px; }
.premium-section-head h2 { margin: 0; font-size: 2.35rem; line-height: 1.15; letter-spacing: 0; }
.premium-section-head p { margin: 16px 0 0; color: #52606b; line-height: 1.65; }

.premium-comparison-wrap {
  overflow-x: auto;
  border: 1px solid #c9d0d5;
  border-radius: 6px;
  background: #fff;
}

.premium-comparison {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  table-layout: fixed;
}

.premium-comparison th,
.premium-comparison td {
  padding: 19px 22px;
  border-bottom: 1px solid #dce1e4;
  text-align: left;
}

.premium-comparison thead th {
  color: #5b6770;
  background: #e7ebed;
  font-size: .76rem;
  text-transform: uppercase;
}

.premium-comparison thead th:last-child { color: #101b20; background: #d8eadf; }
.premium-comparison tbody tr:last-child th,
.premium-comparison tbody tr:last-child td { border-bottom: 0; }
.premium-comparison tbody th { width: 45%; font-weight: 700; }
.premium-comparison tbody td { color: #55616a; }
.premium-comparison tbody td:last-child { color: #17623d; font-weight: 700; background: #f0f8f3; }

.premium-classic { background: #11161c; }
.premium-classic-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: center; gap: 70px; }
.premium-classic h2 { margin: 0; font-size: 2.6rem; letter-spacing: 0; }
.premium-classic p { max-width: 680px; color: #aeb8c0; line-height: 1.7; }
.premium-classic ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.premium-classic li { position: relative; padding-left: 26px; color: #e7ebee; }
.premium-classic li::before { content: '✓'; position: absolute; left: 0; color: #57d38c; font-weight: 800; }
.premium-classic .premium-release-note { margin-top: 28px; padding: 15px 18px; border-left: 3px solid #e6b83f; background: #1a2129; color: #d6dde2; }
.premium-classic-visual { position: relative; min-height: 340px; display: grid; place-items: center; border: 1px solid #303b46; border-radius: 6px; background: #0b0f14; overflow: hidden; }
.premium-classic-visual img { width: min(72%, 310px); height: auto; opacity: .9; }
.premium-classic-visual span { position: absolute; right: 18px; bottom: 18px; padding: 8px 10px; border: 1px solid #e6b83f; color: #f1d98e; font-size: .72rem; font-weight: 800; text-transform: uppercase; }

.premium-terms-band { border-top: 1px solid #28323c; border-bottom: 1px solid #28323c; background: #0b1015; }
.premium-terms-layout { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 26px 70px; align-items: start; }
.premium-terms-layout h2 { margin: 0; font-size: 2.15rem; letter-spacing: 0; }
.premium-terms-layout ul { display: grid; gap: 13px; margin: 0; padding-left: 20px; color: #bdc6cd; line-height: 1.55; }
.premium-terms-layout > p { grid-column: 2; display: flex; flex-wrap: wrap; gap: 18px; margin: 0; }
.premium-terms-layout a { color: #76c7e8; text-decoration: underline; text-underline-offset: 4px; }

.premium-faq { background: #f1f3f4; color: #111820; }
.premium-faq-list { border-top: 1px solid #bec7cc; }
.premium-faq details { border-bottom: 1px solid #bec7cc; }
.premium-faq summary { min-height: 66px; padding: 21px 4px; font-weight: 700; cursor: pointer; }
.premium-faq details p { max-width: 850px; margin: 0; padding: 0 4px 22px; color: #52606b; line-height: 1.65; }
.premium-footer { border-top: 0; }

@media (max-width: 920px) {
  .premium-hero { min-height: 760px; }
  .premium-hero-content { min-height: 760px; justify-content: flex-start; padding-top: calc(var(--nav-h) + 76px); }
  .premium-hero h1 { font-size: 3.5rem; }
  .premium-hero-pokemon { right: -70px; bottom: -36px; width: 430px; opacity: .34; }
  .premium-classic-layout,
  .premium-terms-layout { grid-template-columns: 1fr; gap: 38px; }
  .premium-terms-layout > p { grid-column: 1; }
}

@media (max-width: 600px) {
  .premium-hero,
  .premium-hero-content { min-height: 720px; }
  .premium-hero-content { padding-top: calc(var(--nav-h) + 52px); padding-bottom: 50px; }
  .premium-hero h1 { max-width: 100%; font-size: 2.75rem; }
  .premium-lead { font-size: 1rem; }
  .premium-price-line { flex-wrap: wrap; }
  .premium-price-line > strong { font-size: 2rem; }
  .premium-actions { width: 100%; }
  .premium-actions .btn { width: 100%; justify-content: center; }
  .premium-comparison { min-width: 0; }
  .premium-comparison th,
  .premium-comparison td { padding: 14px 9px; overflow-wrap: anywhere; font-size: .72rem; }
  .premium-comparison thead th:first-child { width: 42%; }
  .premium-comparison thead th:nth-child(2),
  .premium-comparison thead th:nth-child(3) { width: 29%; }
  .premium-comparison tbody th { width: auto; }
  .premium-benefits,
  .premium-classic,
  .premium-terms-band,
  .premium-faq { padding: 62px 0; }
  .premium-section-head h2,
  .premium-classic h2,
  .premium-terms-layout h2 { font-size: 1.85rem; }
  .premium-classic-visual { min-height: 270px; }
}
