.pq-esim-page {
  --pq-purple: #5b30ea;
  --pq-green: #1ed760;
}

.pq-esim-page .pq-esim-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../img/esim-hero.jpg');
}

.pq-esim-page .pq-topup-main {
  min-width: 0;
}

.pq-esim-page .pq-summary-header {
  margin: 0;
}

.pq-esim-page .pq-esim-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  text-decoration: none;
}

.pq-esim-page .pq-summary-note p {
  margin: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.pq-esim-page .pq-summary-note .material-icons {
  flex-shrink: 0;
  font-size: 20px;
}

.pq-esim-page .pq-esim-products {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.pq-esim-page .pq-esim-product {
  padding: 22px;
  border: 1px solid #e3e6ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 17px #1822380d;
  display: block;
}

.pq-esim-page .pq-esim-product-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.pq-esim-page .pq-esim-brand {
  border-radius: 8px;
  padding: 8px 7px 5px;
  background: #232550;
  color: white;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.5px;
  grid-column: 1 / -1;
  width: 86px;
  overflow-wrap: anywhere;
}

.pq-esim-page .pq-esim-brand span {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
}

.pq-esim-page .pq-esim-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  background: var(--pq-purple);
  color: white;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
}

.pq-esim-page .pq-esim-plan h2 {
  margin: 10px 0 4px;
  font-size: 17px;
  font-weight: 700;
  color: #202b3c;
}

.pq-esim-page .pq-esim-data {
  display: block;
  color: var(--pq-purple);
  font-size: clamp(44px, 5vw, 60px);
  line-height: 1.1;
  letter-spacing: -2px;
}

.pq-esim-page .pq-esim-plan p {
  font-size: 13px;
  line-height: 1.6;
  color: #49566c;
  margin: 2px 0 6px;
}

.pq-esim-page .pq-esim-highlights {
  list-style: disc;
  padding-left: 13px;
  margin: 0;
  color: var(--pq-purple);
  font-size: 13px;
  line-height: 1.65;
}

.pq-esim-page .pq-esim-price {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 10px;
  border: 1px solid #8b63ff;
  border-radius: 12px;
  color: var(--pq-purple);
  font-size: 28px;
  white-space: nowrap;
}

.pq-esim-page .pq-esim-includes {
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid #f3f4f6;
}

.pq-esim-page .pq-esim-includes h3 {
  margin: 0 0 12px;
  font-size: 14px;
  color: #202b3c;
}

.pq-esim-page .pq-esim-features {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.pq-esim-page .pq-esim-features li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 10px 3px;
  border: 1px solid #f1f2f6;
  border-radius: 12px;
  box-shadow: 0 2px 5px #18223805;
  text-align: center;
  color: #637083;
  font-size: 11px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.pq-esim-page .pq-esim-features .material-icons {
  color: var(--pq-purple);
  margin-bottom: 4px;
  font-size: 23px;
}

.pq-esim-page .pq-esim-features strong {
  color: var(--pq-purple);
  font-size: 12px;
}

.pq-esim-page .pq-esim-features li:nth-child(3) strong,
.pq-esim-page .pq-esim-features li:nth-child(4) strong {
  color: #182238;
}

.pq-esim-page .pq-esim-features li:last-child strong,
.pq-esim-page .pq-esim-features li:last-child .material-icons {
  color: #0bbb4e;
}

.pq-esim-page .pq-esim-select {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 13px;
  cursor: pointer;
}

.pq-esim-page .pq-esim-select input {
  accent-color: var(--pq-purple);
}

.pq-esim-page .pq-esim-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 48px;
  padding: 12px 10px;
  border: 1px solid var(--pq-green);
  border-radius: 8px;
  background: var(--pq-green);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}

.pq-esim-page .pq-esim-btn-outline {
  color: #08bb45 !important;
  background: white;
  font-size: 17px;
}

.pq-esim-page .pq-esim-btn:hover {
  background: #0aab46;
  border-color: #0aab46;
  color: white;
}

.pq-esim-page .pq-esim-btn:disabled {
  background: #e7eaed;
  border-color: #d8dee3;
  color: #65717c !important;
  cursor: not-allowed;
}

.pq-esim-page .pq-esim-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 12px 0 0;
  color: #9197a4;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.pq-esim-page .pq-esim-secure .material-icons {
  font-size: 15px;
}

.pq-esim-page .pq-esim-information {
  padding-top: 0;
  margin-top: 48px;
}

.pq-esim-page .pq-esim-information section+section {
  margin-top: 46px;
}

.pq-esim-page .pq-esim-information h2 {
  font-size: 17px;
  line-height: 1.4;
  margin: 0 0 18px;
  color: #182238;
  font-weight: 700;
}

.pq-esim-page .pq-esim-information p,
.pq-esim-page .pq-esim-information ul {
  font-size: 14px;
  line-height: 1.55;
  color: #4c5d78;
  margin: 0;
}

.pq-esim-page .pq-esim-information ul {
  list-style: none;
  padding: 0;
}

.pq-esim-page .pq-esim-empty {
  padding: 22px;
  font-size: 14px;
  color: #637083;
}

.pq-esim-page .pq-esim-plan {
  min-width: 0;
}

.pq-esim-page .pq-esim-description {
  font-size: 13px;
  color: #49566c;
  line-height: 1.6;
}

.pq-esim-page .pq-esim-btn-outline:hover {
  color: #fff !important;
}

@media (max-width: 991px) {
  .pq-esim-page .pq-summary-note {
    grid-row: 3;
  }
}

@media (max-width: 600px) {
  .pq-esim-page .pq-esim-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Match the 992px content width of the topup form, independently of product text. */
.pq-esim-page .pq-topup-layout {
  display: block;
  width: 992px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pq-esim-page .pq-topup-main { width: 100%; }
.pq-esim-page .pq-topup-content {
  grid-template-columns: minmax(0, 1fr) 300px;
}
.pq-esim-page .pq-esim-intro > p {
  font-size: 14px;
  color: #7a7f87;
  margin-bottom: 26px;
}
.pq-esim-page .pq-esim-product-heading { grid-template-columns: 72px minmax(0, 1fr) auto; }
.pq-esim-page .pq-esim-brand { grid-column: auto; width: 72px; font-size: 18px; }
.pq-esim-page .pq-esim-plan { grid-column: 2; }
.pq-esim-page .pq-esim-product-heading:not(:has(.pq-esim-brand)) { grid-template-columns: minmax(0, 1fr) auto; }
.pq-esim-page .pq-esim-product-heading:not(:has(.pq-esim-brand)) .pq-esim-plan { grid-column: 1; }
.pq-esim-page .pq-esim-price { font-size: 26px; padding: 10px; }
.pq-esim-page .pq-esim-features { margin-top: 12px; }
@media (max-width: 991px) {
  .pq-esim-page .pq-topup-content { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 600px) {
  .pq-esim-page .pq-topup-hero { height: 240px; padding-left: 24px; }
  .pq-esim-page .pq-topup-hero-text h2 { font-size: 36px; line-height: 40px; }
  .pq-esim-page .pq-esim-product-heading { grid-template-columns: minmax(0, 1fr) auto; }
  .pq-esim-page .pq-esim-brand { grid-column: 1 / -1; }
  .pq-esim-page .pq-esim-plan { grid-column: 1; }
}

.pq-esim-page .pq-esim-brand-logo {
  padding: 0;
  background: transparent;
}
.pq-esim-page .pq-esim-brand-logo img {
  display: block;
  width: 100%;
  height: auto;
}
