.ex-public--subs-v2 {
  --ex-blue: #0b55f4;
  --ex-blue-dark: #2158e1;
  --ex-ink: #111827;
  --ex-muted: #5b6475;
  --ex-soft: #eef6ff;
  --ex-line: #e5eaf2;
  background: #EFF6FF;
  color: var(--ex-ink);
  font-family: var(--e-global-typography-primary-font-family, Manrope), sans-serif;
  margin: 0 calc(50% - 50vw);
  padding: 54px max(22px, calc((100vw - 1180px) / 2)) 72px;
}

.site-main:has(.ex-public--subs-v2),
.site-main:has(.ex-create-account),
.page-content:has(.ex-public--subs-v2),
.page-content:has(.ex-create-account),
.elementor:has(.ex-public--subs-v2),
.elementor:has(.ex-create-account),
.elementor-section:has(.ex-public--subs-v2),
.elementor-section:has(.ex-create-account),
.elementor-container:has(.ex-public--subs-v2),
.elementor-container:has(.ex-create-account),
.elementor-widget-wrap:has(.ex-public--subs-v2),
.elementor-widget-wrap:has(.ex-create-account),
.elementor-widget-shortcode:has(.ex-public--subs-v2),
.elementor-widget-shortcode:has(.ex-create-account),
.elementor-shortcode:has(.ex-public--subs-v2),
.elementor-shortcode:has(.ex-create-account) {
  background: #eff6ff !important;
}

.ex-create-account-page .entry-title {
  display: none;
}

.ex-create-account {
  --ex-blue: #0b55f4;
  --ex-blue-dark: #2158e1;
  --ex-ink: #111827;
  --ex-muted: #5b6475;
  --ex-line: #e5eaf2;
  background: linear-gradient(180deg, #edf6ff 0%, #f7fbff 58%, #ffffff 100%);
  color: var(--ex-ink);
  font-family: var(--e-global-typography-primary-font-family, Manrope), sans-serif;
  margin: 0 calc(50% - 50vw);
  padding: 54px max(22px, calc((100vw - 1180px) / 2)) 78px;
}

.ex-public--subs-v2 *,
.ex-create-account * {
  font-family: inherit;
}

.ex-create-grid {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  margin: 0 auto;
  max-width: 1180px;
}

.ex-create-info,
.ex-create-form-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
  padding: 26px 26px 18px;
}

.ex-create-form-card {
  border: 1px solid rgba(15, 23, 42, .1);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
}

.ex-create-account__form {
  margin: 30px 0 0;
}

.ex-create-account__form p {
  margin: 0 0 18px;
}

.ex-create-account__form label {
  color: #111827;
  display: block;
  font-size: 15px;
  font-weight: 750;
}

.ex-create-account__form input[type="text"],
.ex-create-account__form input[type="email"],
.ex-create-account__form input[type="password"] {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .42);
  border-radius: 8px;
  box-shadow: none;
  color: var(--ex-ink);
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-top: 8px;
  min-height: 64px;
  padding: 15px 14px;
  width: 100%;
}

.ex-create-account__form input:focus {
  border-color: var(--ex-blue);
  box-shadow: 0 0 0 4px rgba(11, 85, 244, .12);
  outline: none;
}

.ex-customer-type-field {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  margin: 0 0 18px;
  padding: 16px;
}

.ex-customer-type-field legend {
  color: #252c3b;
  float: left;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 8px;
  padding: 0;
  width: 100%;
}

.ex-customer-type-help {
  clear: both;
  color: var(--ex-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  margin: 0 0 12px !important;
}

.ex-customer-type-grid {
  clear: both;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ex-customer-type-option {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .28);
  border-radius: 8px;
  cursor: pointer;
  display: flex !important;
  gap: 10px;
  min-height: 56px;
  padding: 12px 13px;
}

.ex-customer-type-option input[type="checkbox"] {
  accent-color: var(--ex-blue);
  flex: 0 0 auto;
  height: 20px;
  margin: 0;
  width: 20px;
}

.ex-customer-type-option span {
  color: #252c3b;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.ex-customer-type-option:has(input:checked) {
  background: #eef6ff;
  border-color: var(--ex-blue);
  box-shadow: 0 0 0 3px rgba(11, 85, 244, .11);
}

.ex-create-terms label {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  line-height: 1.4;
}

.ex-create-terms input[type="checkbox"] {
  height: 20px;
  margin-top: 1px;
  width: 20px;
}

.ex-create-terms span {
  color: var(--ex-muted);
  font-size: 15px;
  font-weight: 700;
}

.ex-create-account__form button.ex-prime-btn {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: inherit !important;
  margin-top: 8px;
}

.ex-create-account__form button.ex-prime-btn--primary {
  background: #0b55f4 !important;
  border: 1px solid #0b55f4 !important;
  border-radius: 7px !important;
  box-shadow: 0 14px 32px rgba(11, 85, 244, .24);
  color: #fff !important;
  fill: #fff !important;
  font-size: 20px;
  font-weight: 800;
  min-height: 70px;
}

.ex-create-account__form button.ex-prime-btn--primary:hover,
.ex-create-account__form button.ex-prime-btn--primary:focus {
  background: #2158e1 !important;
  border-color: #2158e1 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.ex-create-account .woocommerce-error {
  background: #fff2f2;
  border: 1px solid #ffc9c9;
  border-radius: 10px;
  color: #a52525;
  font-weight: 750;
  margin: 0 0 18px;
  padding: 14px 16px;
}

.ex-prime-heading {
  text-align: center;
  margin: 0 auto 70px;
  max-width: 860px;
}

.ex-prime-heading h1 {
  color: var(--ex-ink);
  font-size: 54px;
  font-weight: 800;
  line-height: 1.04;
  margin: 0 0 18px;
}

.ex-create-title span {
  color: var(--ex-blue);
}

.ex-brand-blue {
  color: var(--ex-blue);
}

.ex-prime-heading p {
  color: #4b5565;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.ex-prime-plan-wrap {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
  margin: 0 auto;
  max-width: 960px;
}

.ex-prime-plan-wrap--two {
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1100px;
}

.ex-prime-plan-card {
  position: relative;
  background: #fff;
  border: 2px solid #2157e1;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
  padding: 26px 26px 18px;
  transform: translateY(-8px);
  width: 100%;
}

.ex-prime-plan-card--plain {
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
  transform: none;
}

.ex-prime-card__badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #2157e1;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  padding: 6px 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.ex-prime-plan-name {
  color: #2a3040;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.ex-prime-price {
  align-items: baseline;
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}

.ex-prime-price strong {
  color: #111827;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1;
}

.ex-prime-price span {
  color: #566071;
  font-size: 14px;
  font-weight: 800;
  opacity: .65;
}

.ex-prime-plan-copy {
  color: #596273;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin: 8px 0 16px;
  opacity: .7;
}

.ex-prime-plan-wrap--two .ex-prime-plan-copy {
  min-height: calc(1.45em * 3);
}

.ex-prime-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 12px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.1;
  margin: 16px 0 14px;
  min-height: 0;
  padding: 14px 14px;
  text-align: center;
  text-decoration: none !important;
}

.ex-prime-btn--primary {
  background: #2157e1;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 10px 22px rgba(47, 111, 237, .25);
  color: #fff !important;
  width: 100%;
}

.ex-prime-btn--primary:hover {
  filter: brightness(.98);
  color: #fff !important;
}

.ex-prime-btn--secondary {
  background: #def4f7;
  border: 1px solid rgba(66, 110, 133, .35);
  color: #2157e1 !important;
  width: 100%;
}

.ex-prime-btn--secondary:hover {
  filter: brightness(.98);
  color: #2157e1 !important;
}

.ex-prime-checks {
  list-style: none;
  margin: 0;
  padding: 6px 0 0;
}

.ex-prime-checks li {
  border-top: 1px solid rgba(0, 0, 0, .06);
  color: #252c3b;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  opacity: .92;
  padding: 10px 0 10px 28px;
  position: relative;
}

.ex-prime-checks li::before {
  color: #4b5565;
  content: "✓";
  font-size: 16px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 10px;
}

.ex-prime-secondary-action {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 28px auto 0;
  text-align: center;
}

.ex-prime-secondary-action a {
  color: var(--ex-blue);
  font-size: 17px;
  font-weight: 800;
  text-decoration: underline;
}

.ex-prime-secondary-action span {
  color: var(--ex-muted);
  font-size: 15px;
  font-weight: 700;
}

.ex-prime-section,
.ex-prime-compare {
  margin: 54px auto 0;
  max-width: 1120px;
}

.ex-prime-section__head {
  text-align: center;
  margin-bottom: 22px;
}

.ex-prime-section__head h2,
.ex-prime-compare h2 {
  color: var(--ex-ink);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 850;
  margin: 0 0 10px;
}

.ex-prime-section__head p,
.ex-prime-compare p {
  color: var(--ex-muted);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

.ex-prime-tiers {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ex-prime-tier {
  background: #fff;
  border: 1px solid var(--ex-line);
  border-radius: 12px;
  box-shadow: 0 14px 42px rgba(17, 24, 39, .06);
  padding: 22px;
  text-align: center;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.ex-prime-tier:hover {
  background: #ffffff;
  border-color: var(--ex-blue);
  box-shadow: 0 18px 34px rgba(15, 41, 64, .10);
  transform: translateY(-2px);
}

.ex-prime-tier span {
  color: var(--ex-blue);
  display: block;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ex-prime-tier strong {
  color: var(--ex-ink);
  display: block;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}

.ex-prime-tier small {
  color: var(--ex-muted);
  font-size: 15px;
  font-weight: 750;
}

.ex-prime-compare {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ex-prime-compare > div {
  background: #fff;
  border: 1px solid var(--ex-line);
  border-radius: 12px;
  padding: clamp(24px, 4vw, 34px);
}

@media (max-width: 820px) {
  .ex-public--subs-v2 {
    padding-top: 42px;
  }

  .ex-prime-tiers,
  .ex-prime-compare,
  .ex-prime-plan-wrap--two,
  .ex-create-grid {
    grid-template-columns: 1fr;
  }

  .ex-customer-type-grid {
    grid-template-columns: 1fr;
  }

  .ex-create-account {
    padding-top: 42px;
  }

  .ex-prime-plan-card {
    padding-top: 42px;
  }

  .ex-prime-btn {
    font-size: 18px;
    min-height: 62px;
  }

  .ex-prime-plan-wrap--two .ex-prime-plan-copy {
    min-height: 0;
  }

  .ex-prime-heading h1 {
    font-size: clamp(38px, 11vw, 54px);
  }
}
