/* simul8or glass paywall modal */
#simul8orProModal {
  --gpw-accent-1: #c4b5fd;
  --gpw-accent-2: #f0abfc;
  --gpw-accent-3: #e3e3e3;
  --gpw-card-tint: rgba(20, 14, 35, 0.55);
  --gpw-blur: 40px;
  --gpw-radius: 8px;
  --gpw-radius-cta: 6px;
  --gpw-headline-font: 'Inter', sans-serif;
  --gpw-body-font: 'Inter', sans-serif;
  --gpw-num-font: 'Inter', sans-serif;
  --gpw-headline-size: 38px;
  --gpw-headline-weight: 800;
  --gpw-price-size: 76px;
  --gpw-price-weight: 800;
  --gpw-body-size: 14px;
}

.modal-backdrop.show {
  opacity: 0.75 !important;
}

#simul8orProModal .modal-dialog {
  max-width: 760px;
}

#simul8orProModal .modal-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#simul8orProModal .gpw {
  width: 720px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  color: #f5f0ff;
  border-radius: var(--gpw-radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(900px 500px at 20% 10%, rgba(99, 102, 241, 0.26) 0%, transparent 60%),
    radial-gradient(700px 400px at 90% 90%, rgba(34, 211, 238, 0.18) 0%, transparent 60%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 50%, var(--gpw-card-tint) 100%);
  backdrop-filter: blur(var(--gpw-blur)) saturate(140%);
  -webkit-backdrop-filter: blur(var(--gpw-blur)) saturate(140%);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  font-family: var(--gpw-body-font);
  font-size: var(--gpw-body-size);
  margin: 0 auto;
}

#simul8orProModal .gpw-stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 2;
  background: linear-gradient(90deg, var(--gpw-accent-1), var(--gpw-accent-2), var(--gpw-accent-3));
}

#simul8orProModal .gpw-inner {
  padding: 44px 56px 34px;
}

#simul8orProModal .gpw-head {
  text-align: center;
}

#simul8orProModal .gpw-h1 {
  margin: 0 0 18px;
  font-family: var(--gpw-headline-font);
  font-size: var(--gpw-headline-size);
  font-weight: var(--gpw-headline-weight);
  line-height: 1.05;
  letter-spacing: 0;
  color: #fff !important;
}

#simul8orProModal .gpw-h1 .hl {
  color: var(--gpw-accent-2) !important;
}

/* Monthly/Annual billing-period pill toggle (benefits view). */
#simul8orProModal .gpw-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  margin: 0 auto 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
}

#simul8orProModal .gpw-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 22px;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: rgba(245, 240, 255, 0.6);
  font: inherit;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  border-radius: 999px;
  transition: color 160ms, background 160ms;
}

#simul8orProModal .gpw-toggle-btn:hover {
  color: rgba(245, 240, 255, 0.85);
}

#simul8orProModal .gpw-toggle-btn.on {
  color: #1a0f33;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 240, 255, 0.88) 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 6px 18px rgba(196, 181, 253, 0.28);
}

#simul8orProModal .gpw-save {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.3px;
  padding: 2px 7px;
  border-radius: 999px;
  text-transform: uppercase;
  background: rgba(251, 191, 36, 0.16);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.35);
}

#simul8orProModal .gpw-toggle-btn.on .gpw-save {
  background: rgba(26, 15, 51, 0.10);
  color: #7c3a12;
  border-color: rgba(26, 15, 51, 0.18);
}

#simul8orProModal .gpw-price {
  font-family: var(--gpw-num-font);
  font-size: var(--gpw-price-size);
  font-weight: var(--gpw-price-weight);
  line-height: 1;
  letter-spacing: 0;
  color: #fff !important;
  display: inline-flex;
  align-items: baseline;
  font-feature-settings: 'ss01';
}

#simul8orProModal .gpw-price-d {
  font-size: 0.55em;
  font-weight: 700;
  color: var(--gpw-accent-1) !important;
  position: relative;
  top: -0.18em;
  margin-right: 2px;
}

/* "/mo" unit suffix after the price number (e.g. $7/mo), sized down to read as a unit. */
#simul8orProModal .gpw-price-per {
  font-size: 0.30em;
  font-weight: 700;
  color: rgba(245, 240, 255, 0.6) !important;
  margin-left: 4px;
}

/* Strikethrough "was" price stacked above the current price (e.g. $15 over $7), centered. */
#simul8orProModal .gpw-price-was {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #556677 !important;
  text-decoration: line-through;
  line-height: 1;
  margin-bottom: 6px;
}

#simul8orProModal .gpw-price-sub {
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  margin-top: 8px;
}

#simul8orProModal .gpw-price-join {
  font-size: 15px;
  color: rgba(245, 240, 255, 0.65) !important;
  margin-top: 4px;
}

#simul8orProModal .gpw-price-join b {
  color: #fff !important;
  font-weight: 700;
}

/* Testimonial block shown directly below the price (avatars + stars + join, then quote). */
#simul8orProModal .gpw-tm {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

#simul8orProModal .gpw-tm-row {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
  justify-content: center;
}

#simul8orProModal .gpw-tm-avatars {
  display: flex;
}

#simul8orProModal .gpw-tm-avatars .gpw-tm-av {
  margin-left: -8px;
}

#simul8orProModal .gpw-tm-avatars .gpw-tm-av:first-child {
  margin-left: 0;
}

#simul8orProModal .gpw-tm-av {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10.5px;
  font-weight: 700;
  color: #fff !important;
  background: #3a2f63;
  border: 2px solid #140e23;
}

#simul8orProModal .gpw-tm-stars {
  color: #fbbf24 !important;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 1;
}

#simul8orProModal .gpw-tm-join {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6) !important;
}

#simul8orProModal .gpw-tm-join b {
  color: #fff !important;
  font-weight: 700;
}

#simul8orProModal .gpw-tm-quote {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 480px;
}

#simul8orProModal .gpw-tm-quote em {
  font-style: italic;
}

#simul8orProModal .gpw-tm-quote .gpw-tm-who {
  color: rgba(255, 255, 255, 0.5) !important;
  font-style: normal;
}

#simul8orProModal .gpw-benefits {
  list-style: none;
  padding: 0;
  margin: 22px 0 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 32px;
}

#simul8orProModal .gpw-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  color: #f5f0ff !important;
}

#simul8orProModal .gpw-bullet {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(196, 181, 253, 0.12);
  border: 1px solid rgba(196, 181, 253, 0.4);
  color: var(--gpw-accent-1) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#simul8orProModal .gpw-section-title {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: rgba(245, 240, 255, 0.4) !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

#simul8orProModal .gpw-compare-wrap {
  margin-bottom: 22px;
}

#simul8orProModal .gpw-compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

#simul8orProModal .gpw-compare th,
#simul8orProModal .gpw-compare td {
  padding: 12px 8px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#simul8orProModal .gpw-compare th {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(245, 240, 255, 0.6) !important;
}

#simul8orProModal .gpw-compare th:first-child,
#simul8orProModal .gpw-compare td:first-child {
  text-align: left;
  padding-left: 4px;
  color: #fff !important;
}

#simul8orProModal .gpw-compare td.no {
  color: #fca5a5 !important;
  font-weight: 600;
}

#simul8orProModal .gpw-compare td.yes {
  color: #86efac !important;
  font-weight: 600;
}

#simul8orProModal .gpw-compare td.lim {
  color: #fcd34d !important;
  font-weight: 600;
}

#simul8orProModal .gpw-compare tr.us td {
  background: linear-gradient(90deg, rgba(196, 181, 253, 0.16), rgba(240, 171, 252, 0.08), rgba(34, 211, 238, 0.10));
  border-bottom: 0;
  font-weight: 700;
  box-shadow: 0 0 28px rgba(196, 181, 253, 0.08) inset;
}

#simul8orProModal .gpw-compare tr.us td:first-child {
  border-left: 3px solid var(--gpw-accent-1);
  color: var(--gpw-accent-1) !important;
  text-shadow: 0 0 14px rgba(196, 181, 253, 0.35);
}

#simul8orProModal .gpw-compare tr.us td.price-us {
  color: var(--gpw-accent-3) !important;
}

#simul8orProModal .gpw-compare tr.us td.yes {
  color: #fff !important;
}

#simul8orProModal .gpw-compare tr.us td:last-child {
  border-right: 3px solid var(--gpw-accent-2);
}

#simul8orProModal .gpw-cta-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: 12px;
}

#simul8orProModal .gpw-cta {
  width: 100%;
  padding: 18px 20px;
  border: 0;
  border-radius: var(--gpw-radius-cta);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(245, 240, 255, 0.85) 100%);
  color: #1a0f33 !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5) inset,
    0 0 0 1px rgba(255, 255, 255, 0.15),
    0 20px 50px rgba(196, 181, 253, 0.33);
  transition: filter 120ms, opacity 120ms;
}

#simul8orProModal .gpw-cta:hover {
  filter: brightness(1.06);
}

#simul8orProModal .gpw-cta:disabled {
  cursor: wait;
  opacity: 0.75;
}

#simul8orProModal .gpw-guarantee {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(245, 240, 255, 0.65) !important;
  text-align: center;
}

#simul8orProModal .gpw-pay-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#simul8orProModal .gpw-pay {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(245, 240, 255, 0.65) !important;
  border-radius: 8px;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

#simul8orProModal .gpw-pay-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1.5px solid rgba(245, 240, 255, 0.4);
}

#simul8orProModal .gpw-pay.on {
  border-color: rgba(196, 181, 253, 0.5);
  color: var(--gpw-accent-1) !important;
}

#simul8orProModal .gpw-pay.on .gpw-pay-dot {
  background: var(--gpw-accent-1);
  border-color: var(--gpw-accent-1);
}

#simul8orProModal .gpw-email-block {
  margin-top: 16px;
  margin-bottom: 14px;
}

#simul8orProModal .gpw-label {
  display: block;
  margin-bottom: 7px;
  color: rgba(245, 240, 255, 0.68) !important;
  font-size: 12px;
  font-weight: 700;
}

#simul8orProModal .gpw-input {
  width: 100%;
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid rgba(196, 181, 253, 0.28);
  background: rgba(8, 6, 18, 0.58);
  color: #f5f0ff;
  font: inherit;
  font-size: 14px;
  padding: 12px 14px;
  outline: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
  transition: border-color 120ms, box-shadow 120ms, background 120ms;
}

#simul8orProModal .gpw-input::placeholder {
  color: rgba(245, 240, 255, 0.38);
}

#simul8orProModal .gpw-input:focus {
  border-color: rgba(196, 181, 253, 0.72);
  background: rgba(8, 6, 18, 0.64);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 0 0 3px rgba(196, 181, 253, 0.14);
}

#simul8orProModal .gpw-field-error,
#simul8orProModal .gpw-pay-error {
  color: #fca5a5 !important;
  font-size: 12.5px;
  text-align: center;
}

#simul8orProModal .gpw-field-error:not(:empty),
#simul8orProModal .gpw-pay-error:not(:empty) {
  margin-top: 7px;
  min-height: 18px;
}

#simul8orProModal .gpw-consent-line {
  margin: 14px 0;
  color: rgba(245, 240, 255, 0.62) !important;
  font-size: 12.5px;
  line-height: 1.45;
}

#simul8orProModal .gpw-pay-view {
  display: none;
}

#simul8orProModal .gpw-pay-view .gpw-head {
  margin-bottom: 22px;
}

#simul8orProModal #payment-element {
  min-height: 44px;
  margin-top: 6px;
}

#simul8orProModal .gpw-pay-actions {
  display: grid;
  margin-top: 0;
}

#simul8orProModal .pw-skip.gpw-back {
  display: none;
  justify-self: center;
  border: 0;
  background: transparent;
  color: rgba(245, 240, 255, 0.50) !important;
  font: inherit;
  font-size: 12.5px;
  font-weight: 600;
  padding: 4px 6px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#simul8orProModal .pw-skip.gpw-back:hover {
  color: rgba(245, 240, 255, 0.82) !important;
}

#simul8orProModal .gpw-secure-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 12px;
  color: rgba(245, 240, 255, 0.65) !important;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

#simul8orProModal .gpw-secure-row svg {
  flex: 0 0 auto;
}

#simul8orProModal .gpw-mock {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(8, 6, 18, 0.48);
  padding: 14px;
}

#simul8orProModal .gpw-mock-row {
  display: flex;
  gap: 10px;
}

#simul8orProModal .gpw-mock-cell {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 7px;
  background: rgba(5, 4, 12, 0.58);
  color: rgba(245, 240, 255, 0.42) !important;
  padding: 12px;
  font-size: 13px;
}

#simul8orProModal .gpw-mock-cell.full {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

#simul8orProModal .gpw-mock-cell.half {
  flex: 1;
}

#simul8orProModal .gpw-demo-tag {
  margin-top: 9px;
  color: rgba(245, 240, 255, 0.45) !important;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
}

#simul8orProModal .pw-skip {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  color: rgba(245, 240, 255, 0.54) !important;
  text-decoration: none;
  cursor: pointer;
  transition: color 120ms;
}

#simul8orProModal .pw-skip:hover {
  color: rgba(245, 240, 255, 0.9) !important;
}

@media (max-width: 720px) {
  #simul8orProModal .modal-dialog {
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }

  #simul8orProModal .gpw-inner {
    padding: 40px 24px 28px;
  }

  #simul8orProModal .gpw-h1 {
    font-size: 30px;
  }

  #simul8orProModal .gpw-price {
    font-size: 60px;
  }

  #simul8orProModal .gpw-benefits {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  #simul8orProModal .gpw-compare-wrap {
    overflow-x: auto;
    padding-bottom: 2px;
  }

  #simul8orProModal .gpw-compare {
    min-width: 620px;
  }
}
